gst-libs/gst/riff/riff-media.c: Add mapping for VP6 in avi/riff.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2
3         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4         (gst_riff_create_video_template_caps):
5         Add mapping for VP6 in avi/riff.
6
7 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
8
9         * gst/subparse/samiparse.c: (sami_context_push_state),
10         (sami_context_pop_state), (start_sami_element), (end_sami_element):
11         Some versions of libxml seem to be very picky as to strict formatting
12         of the input and never 'close' the final </body> tag.
13         In order to fix that bad behaviour, we trigger the flushing of
14         remaining data on both </body> and </sami>.
15         Fixes #557365
16
17 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
18
19         Patch by: Guillaume Emont <guillaume at fluendo dot com>
20
21         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22         Add typefinders for MS Word files and OS X .DS_Store files to
23         prevent them to be recognized as MPEG files. Fixes bug #564098.
24
25 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
26
27         * gst/playback/gstplaysink.c: (gen_audio_chain),
28         (gst_play_sink_reconfigure):
29         Add some more debug info.
30         Fix linking of just an encoded sink.
31         Handle failure to create a sink chain more gracefully than crashing.
32
33 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
34
35         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
36         Pushing 10 buffers is enough to run the test.
37
38 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
39
40         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
41         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
42         (main):
43         Hook up the SKIP seek flag.
44
45 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         * gst/playback/gstplaybin2.c: (pad_added_cb):
48         Error out with a missing-plugin error when the input-selector was not
49         found.
50
51         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
52         Indentation.
53
54 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
55
56         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
57         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
58         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
59         (gst_play_sink_send_event), (gst_play_sink_change_state):
60         Use G_DEFINE_TYPE.
61         Try to set the selected sink to READY before using it. This will allow
62         for detection of incompatible formats sooner.
63         Don't cause a fatal error when conversion elements are missing but post
64         a missing-element message and a warning instead because things might
65         still link and run fine.
66         Simplyfy the construction of audio and video sink chains.
67
68 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
69
70         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
71         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
72         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
73         init from glib.
74
75 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
76
77         Patch by: Luis Menina <liberforce at freeside dot fr>
78
79         * gst-libs/gst/floatcast/floatcast.h:
80         * gst/typefind/gsttypefindfunctions.c:
81         Include glib.h instead of a specific GLib header. Including single
82         GLib headers is deprecated. Fixes bug #563904.
83
84 2008-12-09  Julien Moutte  <julien@fluendo.com>
85
86         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
87         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
88
89 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
90
91         * gst-libs/gst/riff/riff-read.c:
92           Fix handling of odd chunks in riff metadata.
93
94 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * gst/volume/gstvolume.c: (gst_volume_class_init),
97         (volume_before_transform), (volume_transform_ip):
98         Use new basetransform vmethod to reconfigure the dynamic properties and
99         any pending volume/mute changes. Fixes #563508.
100
101 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102
103         * configure.ac:
104         First check for "theoraenc theoradec" and if that failed check
105         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
106         deprecate the latter. Also linking on Windows fails with just "theora"
107         and the version check would fail for the release candidates.
108         Fixes bug #563718.
109
110 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
111
112         * gst/playback/gstdecodebin.c:
113         * gst/playback/gstdecodebin2.c:
114           Add basic docs to decodebin and link to decodebin from decodebin2.
115           
116 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
117
118         Patch by: Olivier Crete  <tester at tester ca>
119
120         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
121         * gst-libs/gst/rtp/gstrtcpbuffer.h:
122         Implement gst_rtcp_packet_remove(). Fixes #563174.
123
124         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
125         Add unit test for some RTCP functions.
126
127 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
128
129         * configure.ac:
130         Apparently AC_CONFIG_MACRO_DIR breaks when using more
131         than one macro directory, reverting last change.
132
133 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
134
135         * configure.ac:
136         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
137         our M4 macros.
138
139 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
140
141         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
143         Clear all flags on buffers returned from the image pool.
144         Fixes #563143
145
146 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
147
148         Patch by: Cygwin Ports maintainer
149                   <yselkowitz at users dot sourceforge dot net>
150
151         * autogen.sh:
152         * configure.ac:
153         Require gettext 0.17 because older versions don't mix with libtool
154         2.2. At build time an older gettext version will still work.
155         Fixes bug #556091.
156
157 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
158
159         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
160
161 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
162
163         * docs/plugins/gst-plugins-base-plugins.args:
164         * docs/plugins/gst-plugins-base-plugins.hierarchy:
165         * docs/plugins/gst-plugins-base-plugins.interfaces:
166         * docs/plugins/gst-plugins-base-plugins.prerequisites:
167         * docs/plugins/inspect/plugin-videorate.xml:
168         * gst/speexresample/gstspeexresample.c:
169         Update documentation of speexresample for the new element name.
170
171 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
172
173         * gst/speexresample/README:
174         Update README with the latest diff between the Speex resampler
175         and our copy.
176
177 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
178
179         * gst/speexresample/gstspeexresample.c: (plugin_init):
180         Update the debug category from speex_resample to audioresample.
181
182 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
183
184         * gst/audioresample/Makefile.am:
185         * gst/audioresample/buffer.c:
186         * gst/audioresample/buffer.h:
187         * gst/audioresample/debug.c:
188         * gst/audioresample/debug.h:
189         * gst/audioresample/functable.c:
190         * gst/audioresample/functable.h:
191         * gst/audioresample/gstaudioresample.c:
192         * gst/audioresample/gstaudioresample.h:
193         * gst/audioresample/resample.c:
194         * gst/audioresample/resample.h:
195         * gst/audioresample/resample_chunk.c:
196         * gst/audioresample/resample_functable.c:
197         * gst/audioresample/resample_ref.c:
198         * tests/check/elements/audioresample.c:
199         Remove audioresample files.
200
201 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
202
203         * docs/plugins/inspect/plugin-audioresample.xml:
204         Regenerated for library filename change.
205
206 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
207
208         * configure.ac:
209         * docs/plugins/Makefile.am:
210         * docs/plugins/gst-plugins-base-plugins-sections.txt:
211         * docs/plugins/gst-plugins-base-plugins.args:
212         * docs/plugins/gst-plugins-base-plugins.hierarchy:
213         * docs/plugins/gst-plugins-base-plugins.interfaces:
214         * docs/plugins/gst-plugins-base-plugins.prerequisites:
215         * docs/plugins/inspect/plugin-adder.xml:
216         * docs/plugins/inspect/plugin-alsa.xml:
217         * docs/plugins/inspect/plugin-audioconvert.xml:
218         * docs/plugins/inspect/plugin-audiorate.xml:
219         * docs/plugins/inspect/plugin-audioresample.xml:
220         * docs/plugins/inspect/plugin-audiotestsrc.xml:
221         * docs/plugins/inspect/plugin-cdparanoia.xml:
222         * docs/plugins/inspect/plugin-decodebin.xml:
223         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
224         * docs/plugins/inspect/plugin-gdp.xml:
225         * docs/plugins/inspect/plugin-gio.xml:
226         * docs/plugins/inspect/plugin-gnomevfs.xml:
227         * docs/plugins/inspect/plugin-libvisual.xml:
228         * docs/plugins/inspect/plugin-ogg.xml:
229         * docs/plugins/inspect/plugin-pango.xml:
230         * docs/plugins/inspect/plugin-playback.xml:
231         * docs/plugins/inspect/plugin-queue2.xml:
232         * docs/plugins/inspect/plugin-subparse.xml:
233         * docs/plugins/inspect/plugin-tcp.xml:
234         * docs/plugins/inspect/plugin-theora.xml:
235         * docs/plugins/inspect/plugin-typefindfunctions.xml:
236         * docs/plugins/inspect/plugin-uridecodebin.xml:
237         * docs/plugins/inspect/plugin-video4linux.xml:
238         * docs/plugins/inspect/plugin-videorate.xml:
239         * docs/plugins/inspect/plugin-videoscale.xml:
240         * docs/plugins/inspect/plugin-videotestsrc.xml:
241         * docs/plugins/inspect/plugin-volume.xml:
242         * docs/plugins/inspect/plugin-vorbis.xml:
243         * docs/plugins/inspect/plugin-ximagesink.xml:
244         * docs/plugins/inspect/plugin-xvimagesink.xml:
245         * gst/speexresample/gstspeexresample.c: (plugin_init):
246         * gst/speexresample/Makefile.am:
247         * tests/check/Makefile.am:
248         * tests/check/elements/speexresample.c: (setup_speexresample),
249         (GST_START_TEST), (test_pipeline):
250         Rename the moved speexresample to audioresample, integrate into the
251         build system and remove the old audioresample from the build system.
252         Fixes bug #558124, #385061, #346218, #116051.
253
254 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
255
256         * gst-libs/gst/audio/gstbaseaudiosrc.c:
257         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
258         Avoid nasty int overflows after about 12 hours and 25 minutes when these
259         code paths are triggered. 
260         A free beer to Håvard Graff for finding this!
261
262 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
263
264         Patch by: 이문형 <iwings at gmail dot com>
265
266         * gst-libs/gst/rtsp/gstrtspconnection.c:
267         (gst_rtsp_connection_connect):
268         A successful gst_poll_wait() doesn't always mean successful connect() on
269         Windows.  We should check errors by calling gst_poll_fd_has_error().
270         See #561924.
271
272 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
273
274         * gst-libs/gst/rtp/gstrtcpbuffer.c:
275         Fix typo in the docs.
276
277 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
280         If no stream was found before receiving EOS, post an error message.
281         Fixes #561924.
282
283 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
284
285         * ext/theora/gsttheoraenc.h:
286         * ext/theora/theoraenc.c: (gst_theora_enc_init),
287         (theora_buffer_from_packet), (theora_push_packet),
288         (theora_enc_sink_event), (theora_enc_is_discontinuous),
289         (theora_enc_chain):
290         Parse segment events.
291         Pass incomming buffer timestamps to outgoing buffers.
292         Use the running_time to construct the granulepos.
293         Fixes #562163.
294
295 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
296
297         * gst/playback/gstplaybin2.c: (activate_group):
298         Fix buffer-duration property.
299
300 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
301
302         * gst-libs/gst/audio/gstbaseaudiosink.c:
303         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
304         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
305         (gst_base_audio_sink_change_state):
306         Really fix audiosink drain handling by keeping track of the running_time
307         of the last sample.
308
309 2008-11-24  Michael Smith <msmith@songbirdnest.com>
310
311         * gst/playback/gstplaybin2.c:
312           Add notification of current stream. Add ability to configure buffer
313           sizes.
314         * gst/playback/gsturidecodebin.c:
315           Add ability to configure buffer sizes for streaming mode.
316           Bug #561734.
317
318 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
319
320         * gst-libs/gst/audio/gstbaseaudiosink.c:
321           Time is already in running_time. Remove base_time handling. Fixes
322           audiosinks not draining and thus chopping some audio in the end.
323
324 2008-11-24  David Schleef  <ds@schleef.org>
325
326         * ext/ogg/gstoggmux.c:
327         * ext/ogg/gstoggmux.h:
328           If we're muxing a dirac stream, flush the page after every picture.
329
330 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
331
332         * gst-libs/gst/audio/gstbaseaudiosink.c:
333           Add one log message to check for audio_drained. Sync one log message
334           with the condition. Send EOS after draining audio in pull mode.
335
336 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
337
338         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
339         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
340         Use gst_buffer_try_new_and_alloc() and fail properly if the
341         allocation failed. This prevents abort() if downstream elements
342         request an insane amount of memory.
343
344 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
345
346         * gst/volume/gstvolume.c: (volume_choose_func),
347         (volume_update_volume), (gst_volume_set_volume),
348         (gst_volume_get_volume), (gst_volume_set_mute),
349         (gst_volume_class_init), (gst_volume_init),
350         (volume_process_double), (volume_process_float),
351         (volume_process_int32), (volume_process_int32_clamp),
352         (volume_process_int24), (volume_process_int24_clamp),
353         (volume_process_int16), (volume_process_int16_clamp),
354         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
355         (volume_transform_ip), (volume_set_property),
356         (volume_get_property):
357         * gst/volume/gstvolume.h:
358         Cleanup volume, define and use default values.
359         Recalculate new volume and mute setup before processing. Fixes #561789.
360
361         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
362         Add controller unit test. Patch by: Jonathan Matthew
363         Fix bogus test that messed with basetransform's internal state.
364
365 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
366
367         * gst/videorate/gstvideorate.c:
368         Add jpeg and png image media types to the caps. Fixes #561436.
369
370 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
371
372         * gst/playback/gstplaysink.c: (gen_audio_chain):
373         Don't post an error when we can't configure the volume but post a
374         warning instead. Fixes #561780.
375
376 2008-11-21  David Schleef  <ds@schleef.org>
377
378         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
379
380         * gst/videotestsrc/gstvideotestsrc.c:
381         * gst/videotestsrc/gstvideotestsrc.h:
382         * gst/videotestsrc/videotestsrc.c:
383         * gst/videotestsrc/videotestsrc.h:
384           Add a zone plate pattern generator based on BBC R&D Report
385           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
386           kx2=20 ky2=20 kt=1'.
387
388 2008-11-20  Michael Smith <msmith@songbirdnest.com>
389
390         * gst/playback/gstdecodebin2.c:
391           Fix random fat-fingering making this not compile.
392
393 2008-11-20  Michael Smith <msmith@songbirdnest.com>
394
395         * gst/playback/gstdecodebin2.c:
396           If the top-level type of the stream is plain text, don't try to decode
397           it, matching behaviour of decodebin.
398         * gst/playback/gstplaysink.c:
399           If we fail to generate a text chain (e.g. due to missing optional
400           plugins), don't crash.
401
402 2008-11-20  Michael Smith <msmith@songbirdnest.com>
403
404         * gst-libs/gst/rtsp/gstrtspdefs.c:
405           Fix win32 build. Oops.
406
407 2008-11-20  Michael Smith <msmith@songbirdnest.com>
408
409         * gst-libs/gst/rtsp/gstrtspdefs.c:
410           Use WSAGetLastError() rather than errno/h_errno on win32.
411
412 2008-11-20  Michael Smith <msmith@songbirdnest.com>
413
414         * gst-libs/gst/riff/riff-media.c:
415           Support WMA Lossless properly.
416
417 2008-11-18  David Schleef  <ds@schleef.org>
418
419         * gst/videotestsrc/gstvideotestsrc.c:
420         * gst/videotestsrc/gstvideotestsrc.h:
421         * gst/videotestsrc/videotestsrc.c:
422         * gst/videotestsrc/videotestsrc.h:
423           Add "colorspec" property, specifying whether to generate BT.601
424           or BT.709 video.  This only affects YCbCr values, not RGB, since
425           if you're generating a 709 test pattern, presumably you want
426           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
427           uses 75% colors instead of 100%, since this is often more useful
428           for testing (and also follows the SMPTE EG-1 guideline).
429
430 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
431
432         * gst/playback/gstdecodebin.c:
433         Add a "sink-caps" property to decodebin like it's done for decodebin2.
434         Fixes #560380.
435
436 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
437
438         * gst/audioresample/gstaudioresample.c:
439         Guard against a NULL dereference I somehow encountered -
440         with a FLUSH_STOP arriving either before basetransform _start(),
441         or after _stop().
442
443         * gst/typefind/gsttypefindfunctions.c:
444         Make sure we never jump backwards when typefinding corrupt mov files.
445
446 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
447
448         * gst-libs/gst/interfaces/propertyprobe.c:
449         Fix random type causing a docs warning.
450
451 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
452
453         * sys/v4l/gstv4l.c:
454           Give it a minimal rank for autovideosrc.
455
456 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
457
458         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
459         (plugin_init):
460         Improve typefinding of ISO JPEG2000 mime types.
461
462 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
463
464         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
465         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
466         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
467         * sys/xvimage/xvimagesink.h:
468         Avoid typechecking when we do trivial casts.
469         Move error handling out of the main program flow.
470         Sneak in the display-region caps property, not completely correct yet.
471         Cache the width/height in buffer_alloc instead of parsing it from the
472         caps all the time.
473
474 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
475
476         * gst/playback/gstplaybin2.c: (deactivate_group):
477         don't try to unlink the selector sinkpad when we don't have it yet. This
478         can happen if an error occured before the group was complete.
479
480 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
481
482         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
483         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
484         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
485         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
486         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
487         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
488         (gst_rtp_buffer_get_extension_data),
489         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
490         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
491         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
492         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
493         (gst_rtp_buffer_get_payload_type),
494         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
495         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
496         (gst_rtp_buffer_set_timestamp),
497         (gst_rtp_buffer_get_payload_subbuffer),
498         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
499         Avoid expensive type checks we already did as part of the 
500         _validate() function that should be called first.
501
502 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
503
504         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
505         (gst_base_rtp_depayload_push_full),
506         (gst_base_rtp_depayload_set_gst_timestamp):
507         Fix some cases where a newsegment event was not sent.
508
509 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
510
511         * gst/playback/gstplaybin2.c: (activate_group):
512         Catch state change errors and stop from the uridecodebin elements
513         instead of trying to continue in vain.
514
515 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         * gst-libs/gst/audio/gstbaseaudiosink.c:
518         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
519         (gst_base_audio_sink_callback):
520         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
521         for the latency to expire, fixes #559567.
522
523 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
524
525         * gst/adder/gstadder.c:
526           Change author string after seeing output of gst-inspector.
527
528 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
529
530         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
531         Don't try to do crazy things when we only have a text pad without a
532         video pad. Fixes #559478.
533
534 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
535
536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
537         Fix case where we don't have a range for the rates or channels as is the
538         case with truespeech.
539
540 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
541
542         * gst/volume/gstvolume.c: (volume_update_real_volume),
543         (gst_volume_set_volume), (gst_volume_get_volume),
544         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
545         (volume_transform_ip), (volume_update_mute),
546         (volume_update_volume), (volume_get_property):
547         * gst/volume/gstvolume.h:
548         Keep negotiated state in a separate variable.
549         Protect the volume and mute properties with the object lock.
550         Protect modifying the transform with the transform lock.
551
552 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
553
554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
555         (gst_ffmpeg_pixfmt_to_caps):
556         Only convert caps to string when debug is enabled.
557
558 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
559
560         * ext/theora/gsttheoradec.h:
561         * ext/theora/theoradec.c: (gst_theora_dec_init),
562         (gst_theora_dec_reset), (theora_dec_src_event),
563         (theora_dec_sink_event), (theora_handle_type_packet):
564         Copy seqnum.
565         Keep events in a pending list, like vorbisdec, instead of trying
566         to construct a segment event ourselves.
567
568         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
569         (vorbis_dec_src_event), (vorbis_dec_sink_event):
570         * ext/vorbis/vorbisdec.h:
571         Copy seqnum.
572
573 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
574
575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
576         (gst_ogg_demux_deactivate_current_chain),
577         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
578         (gst_ogg_demux_loop):
579         * ext/ogg/gstoggdemux.h:
580         Copy seqnums around to track playback segments and messages.
581
582 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
583
584         Based on patch by: Matthias Kretz <kretz at kde dot org>
585
586         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
587         (gst_alsasink_prepare), (gst_alsasink_unprepare),
588         (gst_alsasink_write):
589         Make all access non-blocking so that we can better handle unplugging
590         of usb devices. Fixes #559111
591
592 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
593
594         Patch by: Damien Lespiau  <damien.lespiau gmail com>
595
596         * gst-libs/gst/rtsp/gstrtspconnection.c:
597         (gst_rtsp_connection_write):
598         Make the next call to poll not depend on previous calls to poll with or
599         without reading from the active descriptor. Fixes #544293.
600
601 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
602
603         Patch by: Nick Haddad <nick at haddads dot net>
604
605         * gst-libs/gst/riff/riff-ids.h:
606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
607         Add support for other fourcc codes that are commonly used for
608         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
609         Fixes #558553.
610
611 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
612
613         * gst/audioresample/gstaudioresample.c:
614           Return the result of parent_class->event().
615
616 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
617
618         * gst/audioresample/gstaudioresample.c:
619         (gst_audioresample_class_init), (audioresample_fixate_caps):
620         Fixate the rate to the nearest supported rate instead of
621         the first one. Fixes bug #549510.
622
623 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
624
625         * win32/common/libgstaudio.def:
626         Add new symbols.
627
628 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
629
630         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
631         Attempt to make obfuscated code clearer.
632
633 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
634
635         * docs/libs/gst-plugins-base-libs-sections.txt:
636         * gst-libs/gst/floatcast/floatcast.h:
637         Move float endianness conversion macros to core. Second part of
638         bug ##555196.
639
640 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
641
642         * sys/ximage/ximagesink.h:
643         * sys/xvimage/xvimagesink.h:
644           Don't mark as gtk-doc docs as they aren't public.
645
646 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
647
648         * sys/xvimage/xvimagesink.c:
649         * sys/xvimage/xvimagesink.h:
650         * tests/icles/Makefile.am:
651         * tests/icles/test-colorkey.c:
652           Allow setting colorkey if possible. Implement property probe interface
653           for optional X features (autopaint-colorkey, double-buffer and
654           colorkey). Fixes #554533
655
656 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
657
658         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
659         Remove useless buffer size assignment. It already has this value.
660
661 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
662
663         * gst-libs/gst/audio/gstaudiosink.c:
664         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
665         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
666         (gst_audioringbuffer_stop):
667         Implement a separate activate functions to start monitoring the segments
668         or, in pull mode, pulling in data.
669
670         * gst-libs/gst/audio/gstbaseaudiosink.c:
671         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
672         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
673         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
674         (gst_base_audio_sink_activate_pull),
675         (gst_base_audio_sink_async_play),
676         (gst_base_audio_sink_change_state):
677         Implement pad and element convert query function.
678         Activate the ringbuffer.
679         Use the segment last_stop value as the offset to pull.
680         Use new basesink _do_preroll() method to preroll in the pulling thread.
681         Take appropriate locking in the pulling thread.
682
683         * gst-libs/gst/audio/gstringbuffer.h:
684         Update some docs.
685
686 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
687
688         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
689         Improve MXF typefinding a bit by searching for a header partition
690         pack instead of just a general partition pack and checking more
691         bytes for valid values.
692
693 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         * tests/icles/.cvsignore:
696         update ignore file.
697
698         * tests/icles/Makefile.am:
699         * tests/icles/test-box.c: (make_pipeline), (main):
700         Add another interactive command line experimentation suite for
701         dynamically boxing/cropping/saling an input video.
702
703 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         * docs/libs/gst-plugins-base-libs-sections.txt:
706         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
707         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
708         * gst-libs/gst/audio/gstringbuffer.h:
709         Add methods to more accuratly control the pulling thread of a
710         ringbuffer.
711         Add format conversion helper code to the ringbuffer.
712         API: GstRingBuffer:gst_ring_buffer_activate()
713         API: GstRingBuffer:gst_ring_buffer_is_active()
714         API: GstRingBuffer:gst_ring_buffer_convert()
715
716 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
717
718         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
719         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
720         (gst_audioringbuffer_stop):
721         Signal thread startup earlier so that we can immediatly go into pull
722         mode when we have to and block on preroll.
723
724 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
725
726         * gst-libs/gst/audio/gstringbuffer.c:
727         (gst_ring_buffer_prepare_read):
728         In pull mode we want the callback to prepull a buffer we can preroll on
729         even when we are not yet playing.
730
731 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
732
733         * ext/alsa/Makefile.am:
734         * ext/cdparanoia/Makefile.am:
735         * ext/gio/Makefile.am:
736         * ext/gnomevfs/Makefile.am:
737         * ext/libvisual/Makefile.am:
738         * ext/ogg/Makefile.am:
739         * ext/pango/Makefile.am:
740         * ext/theora/Makefile.am:
741         * ext/vorbis/Makefile.am:
742         * gst/adder/Makefile.am:
743         * gst/audioconvert/Makefile.am:
744         * gst/audiorate/Makefile.am:
745         * gst/audioresample/Makefile.am:
746         * gst/audiotestsrc/Makefile.am:
747         * gst/ffmpegcolorspace/Makefile.am:
748         * gst/gdp/Makefile.am:
749         * gst/playback/Makefile.am:
750         * gst/subparse/Makefile.am:
751         * gst/tcp/Makefile.am:
752         * gst/typefind/Makefile.am:
753         * gst/videorate/Makefile.am:
754         * gst/videoscale/Makefile.am:
755         * gst/videotestsrc/Makefile.am:
756         * gst/volume/Makefile.am:
757         * sys/v4l/Makefile.am:
758         * sys/ximage/Makefile.am:
759         * sys/xvimage/Makefile.am:
760           Don't install static libs for plugins. Fixes #550851 for base.
761
762 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
763
764         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
765         Set the default blocksize to -1 because we will then use the configured
766         samplesperbuffer to create our output buffer.
767
768 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
769
770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
771         (gst_riff_create_video_template_caps):
772         Add mappping for the KMVC (Karl Morton's Video) Codec.
773
774 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
775
776         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
777         Don't forget to advance the offset of what we're matching against, else
778         we end up in a forever loop.
779
780 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
781
782         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
783         Improve typefinding a bit. If we don't have a Unicode charset
784         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
785
786 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
787
788         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
789         Fix build on macosx.
790
791 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
792
793         Based on patch by: Robin Stocker <robin at nibor dot org>
794
795         * ext/theora/gsttheoradec.h:
796         * ext/theora/theoradec.c: (gst_theora_dec_init),
797         (theora_dec_setcaps), (theora_handle_type_packet),
798         (theora_dec_decode_buffer), (theora_dec_change_state):
799         Parse input caps and make the PAR override the encoded PAR when
800         specified by a container. Fixes #555699.
801
802 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
803
804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
805         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
806         (gst_base_rtp_depayload_set_gst_timestamp),
807         (gst_base_rtp_depayload_change_state):
808         * gst-libs/gst/rtp/gstbasertpdepayload.h:
809         Add some more G_LIKELY
810         Fail when the setcaps function was not called.
811
812         * gst-libs/gst/rtp/gstbasertppayload.c:
813         (gst_basertppayload_set_outcaps):
814         Propagate return value of setcaps.
815
816 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
817
818         * gst/subparse/Makefile.am:
819         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
820         (gst_sub_parse_class_init), (gst_sub_parse_init),
821         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
822         (get_next_line), (gst_sub_parse_data_format_autodetect),
823         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
824         (gst_subparse_type_find):
825         * gst/subparse/gstsubparse.h:
826         Add support for UTF16/UTF32 subtitles as long as the first bytes of
827         the first buffer contain the BOM. This also adds support for other
828         encodings that allow NUL bytes via the encoding property.
829         Fixes bugs #552237 and #456788.
830
831 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
832
833         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
834         Don't drop the last byte of image tags if they're not an URI list.
835         Fixes bug #556066.
836
837 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
838
839         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
840         For looking at the 4th byte we have to get 4 bytes of course
841         and not 3.
842
843 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
844
845         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
846         Improve FLAC-without-headers typefinding by looking at most of the
847         frame header and checking if invalid values are used. Should prevent
848         quite some false positives compared to the old version which only
849         check if the first 14 bits are set.
850
851 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
852
853         * sys/xvimage/xvimagesink.c:
854           Don't assert on caps==NULL.
855
856 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
857
858         * gst/subparse/gstsubparse.c:
859         (gst_sub_parse_data_format_autodetect), (handle_buffer),
860         (gst_sub_parse_change_state):
861         * gst/subparse/gstsubparse.h:
862         * tests/check/elements/subparse.c: (GST_START_TEST):
863         Add support for subtitle files with UTF-8 BOM at the beginning
864         by simple stripping it from the first line before passing it
865         to any parsing code. Fixes bug #555257 and playback of files
866         created by Gnome Subtitles.
867
868 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst/audiotestsrc/gstaudiotestsrc.c:
871         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
872         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
873         (gst_audio_test_src_start), (gst_audio_test_src_stop),
874         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
875         (gst_audio_test_src_create):
876         * gst/audiotestsrc/gstaudiotestsrc.h:
877         Define the default property values in the usual place.
878         Implement start/stop to reset values correctly.
879         Calculate the sample size only once when we negotiate.
880         Rename some values to make more sense.
881         Keep track of our byte range.
882         Add support for pull based scheduling. Disabled for now until we have
883         the whole stack working.
884         Set the BUFFER_OFFSET correctly.
885
886 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
887
888         Based on a patch by: xavierb at gmail dot com
889
890         * gst/subparse/gstsubparse.c:
891         (gst_sub_parse_data_format_autodetect):
892         * tests/check/elements/subparse.c: (GST_START_TEST):
893         Make the detection of the used subtitle a bit less strict
894         for srt subtitles. Fixes bug #555607.
895
896 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
897
898         * ext/vorbis/vorbisenc.c:
899         (gst_vorbis_enc_buffer_check_discontinuous):
900         Fix discontinuity detection which was broken by last commit.
901
902 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
903
904         * configure.ac::
905           Require core CVS for ghostpad API additions used by decodebin2.
906
907 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
908
909         * gst-libs/gst/audio/gstbaseaudiosrc.c:
910         (gst_base_audio_src_create):
911         Fix debug statements (space between '%' and actual format).
912
913 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
916         Remove bogus assert, the decodepad could have been created inside an
917         already existing group.
918
919 2008-10-08  Andy Wingo  <wingo@pobox.com>
920
921         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
922         target instead of setting it.
923         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
924         API for a decode pad. The bugfix is that we set the group in
925         activate(), not when the pad was created because it might be NULL
926         then.
927         (gst_decode_group_control_source_pad, gst_decode_group_expose):
928         Update to use the API.
929
930 2008-10-08  Andy Wingo  <wingo@pobox.com>
931
932         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
933         be a subclass of GstGhostPad.
934         (analyze_new_pad): So, when emitting the signals that determine
935         how we do autoplugging, already create the ghost pad and use it as
936         the pad in the signal arguments. This allows applications to make
937         a connection between the pad passed in e.g. autoplug-continue, and
938         the pad passed in new-decoded-pad.
939         (connect_pad, expose_pad): Update to receive the ghosted decode
940         pad in the args, retargetting it as necessary if we have to plug
941         the target pad through a multiqueue.
942         (gst_decode_group_control_source_pad): Adapt to receive an
943         already-ghosted pad that just needs activation, blocking, and
944         drain notification.
945         (sort_end_pads): Adapt for decode pads actually being pads.
946         (gst_decode_group_expose): Adapt for decode pads actually being
947         pads. Rewrite the decode pad names so they appear in order. Adds a
948         new error case if we couldn't set the name.
949         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
950         logic.
951         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
952         New API for the decode pad, needed because we shouldn't do these
953         things inside gst_decode_pad_new(), but after.
954         (gst_decode_pad_new): Change to actually make the real pad, and
955         delay the blocking/drainage bits.
956
957 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
958
959         Patch by: Daniel Drake <dsd at laptop dot org>
960
961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
962         Unref all buffers when clearing collectpads. Fixes bug #546955.
963
964 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
965
966         Based on a patch by: Klaas <klaas at rivercrew dot net>
967
968         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
969         (gst_vorbis_enc_buffer_check_discontinuous),
970         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
971         * ext/vorbis/vorbisenc.h:
972         Keep track of the upstream segments and use the running time on that
973         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
974
975 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
976
977         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
978         Prevent overflows with big buffer when calculating the size of
979         the intermediate buffer by using gst_util_uint64_scale() instead of
980         plain arithmetics. Fixes bug #552801.
981
982 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
983
984         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
985
986         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
987         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
988         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
989         (gst_clock_overlay_get_property):
990         * ext/pango/gstclockoverlay.h:
991         API: Add ability to specify format for date/time display by
992         adding a "time-format" property.
993         Fixes bug #554879.
994
995 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
996
997         Patch by: Jan Gerber <j at oil21 dot org>
998
999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1000         (gst_riff_create_video_template_caps):
1001         Add FFV1 fourcc to support playback of FFMPEG lossless video
1002         in AVI. Fixes bug #555319.
1003
1004 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1005
1006         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1007
1008         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1009         (gst_base_audio_src_create):
1010         Implement skew clock slaving. Fixes #552559.
1011
1012 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1013
1014         * gst-libs/gst/audio/multichannel.c:
1015         * gst-libs/gst/audio/testchannels.c:
1016         Fix include of config.h
1017
1018 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1019
1020         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1021
1022         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1023         (print_media), (gst_sdp_message_dump):
1024         Fix parsing of the c= field containing multicast addresses.
1025         Fixes #552199.
1026         Add the connection info to the session or streams.
1027         Fix parsing of the bandwidth.
1028         Add debugging for the connections and bandwidths for a media.
1029         Add debugging for the bandwidth of the session. 
1030
1031 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1032
1033         * gst-libs/gst/rtp/gstbasertppayload.c:
1034         (gst_basertppayload_change_state):
1035         Configure the next seqnum and timestamp in the state change so that they
1036         can be queried soon after.
1037
1038 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1039
1040         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1041         (gst_base_rtp_depayload_chain):
1042         Improve debugging of the rtptime.
1043
1044 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1045
1046         * configure.ac:
1047         Back to development -> 0.10.21.1
1048
1049 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1050
1051         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1052         (plugin_init):
1053         Add typefinding for FLAC without headers in the beginning.
1054         This is already handled by flacdec and friends.
1055
1056 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1057
1058         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1059         (plugin_init):
1060         Add typefinder for MXF.
1061
1062 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1063
1064         * tests/icles/Makefile.am:
1065         Only build test-colorkey if GTK+ is available.
1066
1067 === release 0.10.21 ===
1068
1069 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1070
1071         * configure.ac:
1072           releasing 0.10.21, "We Could Be Wrong"
1073
1074 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1075
1076         * configure.ac:
1077         0.10.20.4 pre-release
1078
1079 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1080
1081         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1082
1083         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1084         Set the BOS flag on the BOS packet. Fixes #553244.
1085
1086 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1087
1088         * gst-libs/gst/rtsp/gstrtspmessage.c:
1089         (gst_rtsp_message_parse_request),
1090         (gst_rtsp_message_parse_response):
1091         Fix the g_return_val_if_fail() statements.
1092
1093 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1094
1095         * gst-libs/gst/tag/gsttagdemux.c:
1096           Fail to activate if there's insufficient data in the file to be usable,
1097           preventing an assertion fail later. Fixes #552960
1098
1099 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1100
1101         * gst-libs/gst/pbutils/descriptions.c:
1102         * gst/typefind/gsttypefindfunctions.c:
1103           Recognise Kate subtitle streams (#550582).
1104
1105 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1106
1107         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1108           Remove trailing comma from enum list, which causes problems
1109           with -pendantic (#550729).
1110
1111 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1112
1113         * configure.ac:
1114         0.10.20.2 pre-release
1115
1116         * po/LINGUAS:
1117         * po/id.po:
1118         * po/pt_BR.po:
1119
1120         New translations.
1121
1122 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1123
1124         * gst-libs/gst/interfaces/propertyprobe.c:
1125           (gst_property_probe_get_properties),
1126           (gst_property_probe_get_property),
1127           (gst_property_probe_probe_property),
1128           (gst_property_probe_probe_property_name),
1129           (gst_property_probe_needs_probe),
1130           (gst_property_probe_needs_probe_name),
1131           (gst_property_probe_get_values),
1132           (gst_property_probe_get_values_name),
1133           (gst_property_probe_probe_and_get_values),
1134           (gst_property_probe_probe_and_get_values_name):
1135           More sanity checks for our second-favourite interface.
1136
1137 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1138
1139         * gst-libs/gst/interfaces/propertyprobe.c:
1140           Check for NULL pointer, in the hope that this fixes #532864.
1141
1142 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1143
1144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1145           No really, the next release is 0.10.21 (fix Since: tags in docs).
1146
1147 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1148
1149         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1150         Disable a code path that is now called but causes a deadlock for some
1151         reason and is unneeded.
1152
1153 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1154
1155         * sys/xvimage/xvimagesink.c:
1156         * sys/xvimage/xvimagesink.h:
1157           Add a "draw-border" property that can be set to false to disable
1158           drawing borders.
1159           
1160         * tests/icles/test-colorkey.c:
1161         * tests/icles/Makefile.am:
1162           Add new test application for the colorkey handling.
1163
1164 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1165
1166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1167         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1168         This will also be fixed for upcoming gst-ffmpeg release so that once
1169         this release of -base is out, it will work with the latest gst-ffmpeg
1170         release.
1171
1172 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1173
1174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1175         (gst_riff_create_audio_template_caps):
1176         Add Truespeech mapping for RIFF formats (AVI/WAV).
1177         Fixes #550656
1178
1179 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1180
1181         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1182         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1183         Fixes #550638.
1184
1185 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1186
1187         * configure.ac:
1188         * gst/subparse/Makefile.am:
1189         * gst/subparse/gstsubparse.c:
1190         * gst/subparse/samiparse.c:
1191         * tests/check/elements/subparse.c:
1192           Rework last change, so that we build subparse, but just disable the
1193           sami parse functionality, if we're configured to not use xml. In the
1194           tests only the sami test is disabled now.
1195
1196 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * configure.ac:
1199           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1200           test runs.
1201
1202 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1203
1204         * po/POTFILES.in:
1205           Add some more files with strings for translation.
1206
1207 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1208
1209         * gst-libs/gst/tag/gstvorbistag.c:
1210         * tests/check/libs/tag.c:
1211           Use new geo location tags from core. Fixes #481169
1212
1213 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1214
1215         * tests/check/elements/audioresample.c: (setup_audioresample),
1216         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1217         (test_discont_stream_instance):
1218         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1219         Add debugging for coherence.
1220
1221 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1222
1223         Patch by: Jonathan Matthew  <notverysmart gmail com>
1224
1225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1226           Add typefinder for PDF documents (which is nice to have, since it's a
1227           common format, but also helps prevent false positives). Fixes #549814.
1228
1229 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1230
1231         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1232         (no_more_pads_cb):
1233         Fix nasty race where multiple decodebins could start pushing data before
1234         we manage to configure the sinks, resulting in not-linked errors in
1235         typical RTSP streaming cases.
1236
1237 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1238
1239         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1240         Since we now call stop, we trigger this code path that causes a deadlock
1241         is apparently not needed.
1242
1243 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1244
1245         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1246         (gst_ring_buffer_stop):
1247         Also allow the case where the ringbuffer was paused when we try to stop
1248         it so that the basesrc stop function is still called.
1249
1250 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1251
1252         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1253
1254         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1255         Reprobe devices again instead of taking a cached list as new
1256         devices could've been plugged in. Fixes bug #549062.
1257
1258 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1259
1260         Patch by: Alessandro Dessina <alessandro nnva org>
1261
1262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1263         (gst_ogg_demux_activate_chain):
1264         Don't add pads and activate them for skeleton streams. These are already
1265         handled inside oggdemux. Fixes bug #537599.
1266
1267 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1268
1269         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1270         Reset variable so that query and convert fail after going back to
1271         READY. Fixes #548898.
1272
1273 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1274
1275         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1276         If a buffer arrives with a timestamp before the timestamp+duration
1277         of the previous buffer clip it instead of dropping it completely.
1278         Slight improvement for the unfixable bug #548913.
1279
1280 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1281
1282         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1283         Take the current timestamp instead of timestamp+duration for the offset.
1284         This offset will later be used for calculating the timestamp and
1285         otherwise vorbisdec will interpolate timestamps wrong if upstream
1286         only sends timestamps and no granulepos.
1287
1288 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1289
1290         * tests/examples/seek/seek.c:
1291           Don't crash when having no visualisations.
1292
1293 2008-08-16  David Schleef  <ds@schleef.org>
1294
1295         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1296           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1297           Fixes #548065.
1298
1299 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1300
1301         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1302         When cleaning up the caps fields also remove "depth" for the same
1303         reason we remove "width".
1304
1305 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1306
1307         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1308           Add Lead H.264 here as well.
1309
1310 2008-08-14  Julien Moutte  <julien@fluendo.com>
1311
1312         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1313         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1314
1315 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1316
1317         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1318         (gst_base_audio_src_create):
1319         When not slaved to another clock also subtract the base_time from our
1320         internal clock time to get the running time.
1321
1322 2008-08-12  David Schleef  <ds@schleef.org>
1323
1324         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1325           since it has no basis in libtheora.
1326
1327 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1328
1329         * gst-libs/gst/interfaces/propertyprobe.h:
1330           Remove double "interface" from doc-string.
1331
1332         * gst-libs/gst/interfaces/xoverlay.h:
1333           Document interface.
1334
1335         * gst-libs/gst/riff/riff.c:
1336           Add basic doc blobs.
1337
1338 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1339
1340         * gst-libs/gst/audio/Makefile.am:
1341           Don't try to build that example anymore.
1342
1343 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1344
1345         * gst-libs/gst/audio/.cvsignore:
1346         * gst-libs/gst/audio/Makefile.am:
1347         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1348         * gst-libs/gst/audio/make_filter:
1349           Move audiofiltertemplate to gst-template.
1350
1351 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1352
1353         * docs/libs/gst-plugins-base-libs-sections.txt:
1354         * gst-libs/gst/audio/gstaudiosrc.h:
1355           More docs and shuffling. What can we do with the hundreds of #defines.
1356
1357 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1358
1359         * gst-libs/gst/audio/audio.h:
1360         * gst-libs/gst/audio/gstaudiofilter.h:
1361         * gst-libs/gst/audio/gstringbuffer.h:
1362         * gst-libs/gst/interfaces/propertyprobe.h:
1363         * gst-libs/gst/tag/gsttagdemux.h:
1364           Reducing number of dundocumented symbols.
1365
1366 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1367
1368         * gst-libs/gst/audio/audio.c:
1369           Fix doc comment syntax.
1370
1371         * gst-libs/gst/interfaces/propertyprobe.c:
1372           Add more doc-comments and a FIXME: for the signal.    
1373
1374 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1375
1376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1377         (gst_ogg_mux_request_new_pad):
1378         * ext/ogg/gstoggmux.h:
1379         Don't pretend to support NEWSEGMENT events, instead override the
1380         GstCollectPads event function to return FALSE on NEWSEGMENT events
1381         and do the normal work for other events.
1382
1383         This prevents elements like flacenc to seek to the start and rewrite
1384         some data which then results in a broken Ogg packet.
1385
1386 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1387
1388         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1389
1390         * ext/alsa/gstalsaplugin.c: (plugin_init):
1391         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1392         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1394         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1395         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1396         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1397         * gst/playback/gstdecodebin.c: (plugin_init):
1398         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1399         * gst/playback/gstplayback.c: (plugin_init):
1400         * gst/playback/gstqueue2.c: (plugin_init):
1401         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1402         * sys/v4l/gstv4l.c: (plugin_init):
1403         Make sure gettext returns translations in UTF-8 encoding rather
1404         than in the current locale encoding (#546822).
1405
1406 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1407
1408         * gst-libs/gst/pbutils/descriptions.c:
1409           Add audio/x-qdm for qtdemux.
1410
1411 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1412
1413         * ext/vorbis/vorbisdec.c:
1414           Do not leak old taglist.
1415
1416 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1417
1418         * tests/icles/test-scale.c:
1419           Include <stdlib.h> for atoi().
1420
1421 2008-08-04  Andy Wingo  <wingo@pobox.com>
1422
1423         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1424         documentation fix.
1425
1426 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1427
1428         * gst/adder/gstadder.c:
1429           Cleanup lots of empty lines that came from gst-indent going havoc
1430           before I added the INDENT_ON/OFF marker some time agao.
1431
1432 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1433
1434         * configure.ac:
1435         * gst-libs/gst/riff/riff-read.c:
1436           Bump requirement to latest core and use new tag for riff formats.
1437           Needed for #520694.
1438
1439 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1440
1441         * tests/examples/dynamic/Makefile.am:
1442         * tests/examples/dynamic/codec-select.c: (make_encoder),
1443         (make_pipeline), (do_switch), (my_bus_callback), (main):
1444         Add example app that dynamically switches between 3 'encoders'.
1445
1446 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1447
1448         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1449         Add some more comments.
1450
1451 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1452
1453         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1454         (gst_video_test_src_create):
1455         Discard buffers of the wrong size after renegotiation, this is perfectly
1456         possible with things like capsfilter that could suggest caps changes
1457         upstream without knowing the size of the buffer.
1458
1459 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1460
1461         * tests/icles/.cvsignore:
1462         * tests/icles/Makefile.am:
1463         * tests/icles/test-scale.c: (make_pipeline), (main):
1464         Add dynamic rescaling tests for the new basetransform.
1465
1466 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1467
1468         * gst/audioconvert/Makefile.am:
1469           Dist recently-added gstfastrandom.h.
1470
1471 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1472
1473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1474         Fix a "may be used uninitialized in this function" which weirdly only
1475         appears on macosx (?).
1476
1477 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1478
1479         * gst-libs/gst/riff/riff-ids.h:
1480           Adding acid chunk for tempo and loop information.
1481
1482 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1483
1484         * sys/xvimage/Makefile.am:
1485           floor() needs linking to $(LIBM).
1486
1487 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1488
1489         * ext/gnomevfs/gstgnomevfssrc.c:
1490           Aggregate short reads and add some comments and debug logging.
1491           Fixes #537380
1492
1493 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1494
1495         * gst/playback/gstplaybasebin.c:
1496           Fix property doc markup (its not a signal).
1497
1498         * sys/xvimage/xvimagesink.c:
1499           Add since tag for new proeprties (also add sice tags fro the last two
1500           other additions).
1501
1502 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1503
1504         * sys/xvimage/xvimagesink.c:
1505         * sys/xvimage/xvimagesink.h:
1506           Add autofill/colorkey properties. Fixes #538656.
1507
1508 2008-07-28  David Schleef  <ds@schleef.org>
1509
1510         * sys/xvimage/xvimagesink.c:
1511           Fix rounding errors when converting colorbalance values
1512           between hardware and object property ranges.  Partial
1513           fix for #537889, however, there still seems to be a small
1514           drift problem that could be totem's fault.
1515
1516 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1517
1518         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1519         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1520         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1521         This fixes a critical warning.
1522
1523 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1524
1525         * ext/ogg/gstoggmux.c:
1526         Allow muxing of CELT into Ogg streams.
1527
1528 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1529
1530         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1531         (plugin_init):
1532         Add simple typefinder for the CELT codec (www.celt-codec.org).
1533
1534 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1535
1536         Patch by: Jan Gerber <j at oil21 dot org>
1537
1538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1539         Fix calculation of the start time from skeleton streams.
1540         Fixes bug #530068.
1541
1542 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1543
1544         * tests/examples/seek/seek.c:
1545           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1546
1547 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1548
1549         * gst/audioconvert/audioconvert.h:
1550         * gst/audioconvert/gstaudioquantize.c:
1551         (gst_audio_quantize_setup_dither),
1552         (gst_audio_quantize_free_dither):
1553         * gst/audioconvert/gstfastrandom.h:
1554         Implement a linear congruential generator as pseudo random number
1555         generator for the dither noise. This is about 2 times faster than
1556         using GLib's mersenne twister. Also this uses only integer math for
1557         generating integers while GLib internally uses floating point math.
1558
1559 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1560
1561         * configure.ac:
1562           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1563
1564 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1565
1566         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1567
1568         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1569           Use GST_STR_NULL to avoid crashes with libcs that don't
1570           like NULL strings in printf args (such as the win32 one).
1571           Fixes #544306.
1572
1573 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1574
1575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1576         Oops - set the size of the image used for probing back to 1x1, for
1577         consistency with ximagesink
1578
1579 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1580
1581         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1582         (gst_ximagesink_ximage_new):
1583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1584         (gst_xvimagesink_xvimage_new):
1585
1586         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1587         X server to attach to a shared memory segment after we've deleted it,
1588         with the result that MIT-SHM is disabled. Instead, remove it only after 
1589         X succeeds in attaching too.
1590
1591 2008-07-16  David Schleef  <ds@schleef.org>
1592
1593         * gst/audiotestsrc/gstaudiotestsrc.c:
1594         * gst/audiotestsrc/gstaudiotestsrc.h:
1595           Add 'ticks', a 1/30 second sine wave pulse every second.
1596
1597 2008-07-15  David Schleef  <ds@schleef.org>
1598
1599         * gst-libs/gst/video/video.c: Revert ABI change.
1600
1601 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1602
1603         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1604         Make it impossible to have NULL caps at the point where we set
1605         framerate and other things. Also don't return immediately for "3ivd"
1606         video and let framerate, etc be set. Might fix bug #542508.
1607
1608 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1609
1610         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1611         Video format can also be conveniently determined from (many)
1612         non-fixed caps.
1613
1614 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1615
1616         * gst/playback/gstplaybasebin.c:
1617         * gst/playback/gstplaybasebin.h:
1618         * gst/playback/gstplaybin.c:
1619         * gst/playback/gststreamselector.c:
1620         First stab at integrating DVD subpicture overlay into
1621         playbin. Successfully plugs and plays, but the queues need
1622         shrinking - 3 seconds of video is too much buffering.
1623
1624 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1625
1626         * gst/audioconvert/gstaudioconvert.c:
1627           Remove now obsolete note in the docs.
1628
1629 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1632         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1633         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1634         * docs/plugins/gst-plugins-base-plugins.args:
1635         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1636         * docs/plugins/gst-plugins-base-plugins.interfaces:
1637         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1638         * docs/plugins/gst-plugins-base-plugins.signals:
1639         * docs/plugins/inspect/plugin-adder.xml:
1640         * docs/plugins/inspect/plugin-alsa.xml:
1641         * docs/plugins/inspect/plugin-audioconvert.xml:
1642         * docs/plugins/inspect/plugin-audiorate.xml:
1643         * docs/plugins/inspect/plugin-audioresample.xml:
1644         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1645         * docs/plugins/inspect/plugin-cdparanoia.xml:
1646         * docs/plugins/inspect/plugin-decodebin.xml:
1647         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1648         * docs/plugins/inspect/plugin-gdp.xml:
1649         * docs/plugins/inspect/plugin-gnomevfs.xml:
1650         * docs/plugins/inspect/plugin-libvisual.xml:
1651         * docs/plugins/inspect/plugin-ogg.xml:
1652         * docs/plugins/inspect/plugin-pango.xml:
1653         * docs/plugins/inspect/plugin-playback.xml:
1654         * docs/plugins/inspect/plugin-queue2.xml:
1655         * docs/plugins/inspect/plugin-subparse.xml:
1656         * docs/plugins/inspect/plugin-tcp.xml:
1657         * docs/plugins/inspect/plugin-theora.xml:
1658         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1659         * docs/plugins/inspect/plugin-uridecodebin.xml:
1660         * docs/plugins/inspect/plugin-video4linux.xml:
1661         * docs/plugins/inspect/plugin-videorate.xml:
1662         * docs/plugins/inspect/plugin-videoscale.xml:
1663         * docs/plugins/inspect/plugin-videotestsrc.xml:
1664         * docs/plugins/inspect/plugin-volume.xml:
1665         * docs/plugins/inspect/plugin-vorbis.xml:
1666         * docs/plugins/inspect/plugin-ximagesink.xml:
1667         * docs/plugins/inspect/plugin-xvimagesink.xml:
1668         * ext/alsa/gstalsamixer.c:
1669         * ext/alsa/gstalsasink.c:
1670         * ext/alsa/gstalsasrc.c:
1671         * ext/gio/gstgiosink.c:
1672         * ext/gio/gstgiosrc.c:
1673         * ext/gio/gstgiostreamsink.c:
1674         * ext/gio/gstgiostreamsrc.c:
1675         * ext/gnomevfs/gstgnomevfssink.c:
1676         * ext/gnomevfs/gstgnomevfssrc.c:
1677         * ext/ogg/gstoggdemux.c:
1678         * ext/ogg/gstoggmux.c:
1679         * ext/pango/gstclockoverlay.c:
1680         * ext/pango/gsttextoverlay.c:
1681         * ext/pango/gsttextrender.c:
1682         * ext/pango/gsttimeoverlay.c:
1683         * ext/theora/theoradec.c:
1684         * ext/theora/theoraenc.c:
1685         * ext/theora/theoraparse.c:
1686         * ext/vorbis/vorbisdec.c:
1687         * ext/vorbis/vorbisenc.c:
1688         * ext/vorbis/vorbisparse.c:
1689         * ext/vorbis/vorbistag.c:
1690         * gst/adder/gstadder.c:
1691         * gst/audioconvert/gstaudioconvert.c:
1692         * gst/audioresample/gstaudioresample.c:
1693         * gst/audiotestsrc/gstaudiotestsrc.c:
1694         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1695         * gst/gdp/gstgdpdepay.c:
1696         * gst/gdp/gstgdppay.c:
1697         * gst/playback/gstdecodebin2.c:
1698         * gst/playback/gstplaybin.c:
1699         * gst/playback/gstplaybin2.c:
1700         * gst/playback/gstqueue2.c:
1701         * gst/playback/gsturidecodebin.c:
1702         * gst/tcp/gstmultifdsink.c:
1703         * gst/tcp/gsttcpserversink.c:
1704         * gst/videorate/gstvideorate.c:
1705         * gst/videoscale/gstvideoscale.c:
1706         * gst/videotestsrc/gstvideotestsrc.c:
1707         * gst/volume/gstvolume.c:
1708         * sys/ximage/ximagesink.c:
1709         * sys/xvimage/xvimagesink.c:
1710           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1711           titles. Drop mentining that all our example pipelines are "simple"
1712           pipelines.
1713
1714 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1715
1716         * tests/examples/seek/Makefile.am:
1717         Fix out of tree build by adding all required CFLAGS.
1718
1719 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1720
1721         * gst/playback/gstdecodebin.c: (add_raw_queue):
1722         And ref the pad before returning it again when linking to the queue
1723         failed. Otherwise we will unref the pad twice later and things break.
1724
1725 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1726
1727         * gst/playback/gstdecodebin.c: (add_raw_queue):
1728         If linking the raw pad with a queue fails, try it without a queue
1729         instead of failing completely. This should never happen.
1730
1731 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1732
1733         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1734
1735         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1736         Add a queue after a demuxer if the demuxer outputs raw data. This was
1737         done before only for non-raw data but is required in this case too.
1738         Fixes bug #540215.
1739
1740         decodebin2 doesn't have this issue because all streams of a group
1741         go through multiqueue.
1742
1743 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1744
1745         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1746
1747         * gst-libs/gst/sdp/gstsdpmessage.c:
1748         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1749         that getaddrinfo() can be used. Fixes #541358.
1750
1751 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1752
1753         * gst/videotestsrc/gstvideotestsrc.c:
1754         (gst_video_test_src_class_init), (gst_video_test_src_init),
1755         (gst_video_test_src_set_property),
1756         (gst_video_test_src_get_property), (gst_video_test_src_create):
1757         * gst/videotestsrc/gstvideotestsrc.h:
1758         Cleanups, use default property values as defines.
1759         Add property to enable/disable peer buffer allocation.
1760
1761 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1762
1763         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1764         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1765         Enable unit tests on PPC again as the bugs are now fixed.
1766
1767 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1768
1769         * gst-libs/gst/riff/riff-ids.h:
1770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1771         (gst_riff_create_audio_template_caps):
1772         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1773         Fixes bug #540351.
1774
1775 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1776
1777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1778         (gst_ffmpeg_pixfmt_to_caps):
1779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1780         (gst_ffmpegcsp_get_unit_size):
1781         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1782         it on other formats. Also adjust the unit size only for that format
1783         to not include the palette. Fixes bug #540497.
1784
1785 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1786
1787         * gst/adder/gstadder.c:
1788           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1789
1790 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1791
1792         * ChangeLog:
1793           ChangeLog surgery.
1794   
1795         * tests/examples/seek/seek.c:
1796           Move variable into ifdef too.
1797         
1798
1799 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1800
1801         * tests/examples/seek/seek.c:
1802           Include config.h and check if we have X. Remove XInitThread(), don't
1803           think its needed. Fixes: #540334.
1804
1805 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1806
1807         Patch by: Sam Morris <sam at robots dot org to uk>
1808
1809         * gst-libs/gst/interfaces/mixertrack.c:
1810         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1811         (gst_mixer_track_set_property):
1812         API: Add "index" property to GstMixerTrack to differantiate between
1813         multiple mixer tracks with the same label.
1814
1815         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1816         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1817         Set the "index" property of GstMixerTrack to the index given by ALSA.
1818         Fixes bug #528299.
1819
1820 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1821
1822         * tests/examples/seek/Makefile.am:
1823         * tests/examples/seek/seek.c:
1824           Remove libgstvideo usage. Use gtk_get_option_group instead of
1825           gtk_init().
1826
1827 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1828
1829         * tests/check/Makefile.am:
1830           Name the test registry format neutral.
1831
1832 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1833
1834         * gst/playback/gstqueue2.c:
1835           Do not double notify. Remove the unsued return value.
1836
1837 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * ext/alsa/gstalsamixer.c:
1840           Also consider "speaker" as a name for master volume. If that doesn't
1841           help look for the first non-mono volume control that also has a
1842           playback switch.
1843
1844 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1845
1846         * ChangeLog:
1847           Forgot to save the ChangeLog :/
1848
1849 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1850
1851         * tests/examples/seek/Makefile.am:
1852         * tests/examples/seek/seek.c:
1853           Embedd the xwindow. Allow to play multiple files.
1854
1855 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1856
1857         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1858         (gst_ximagesink_setcaps):
1859         * sys/ximage/ximagesink.h:
1860         When the caps change, make sure to re-draw borders in
1861         force-aspect-ratio=true mode.
1862         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1863         Don't clear the border_draw flag until we actually draw the border.
1864         * tests/check/Makefile.am:
1865         Ignore alsasink/src during the states test too, so it doesn't fail
1866         when running without access to the sound device.
1867
1868 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1869
1870         * tests/examples/seek/seek.c:
1871           Fix crasher when playing a parse-launch line the 2nd time.
1872
1873 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1874
1875         * tests/check/pipelines/oggmux.c:
1876           Properly ifdef tests to fix compilation.
1877
1878 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1879
1880         * gst/playback/gstplay-marshal.list:
1881         * gst/playback/gstplaybin2.c:
1882           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1883           playbin2. This allows the user to get to the selector's sinkpads, and
1884           thus inspect a range of things - caps, tags, etc. 
1885
1886 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1887
1888         * gst/playback/gstplaybin2.c:
1889           Use a different constant for the convert-frame signal id.
1890           Fixes #537009.
1891
1892 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1893
1894         * gst/playback/gstplaybin2.c:
1895         * gst/playback/gstplaysink.c:
1896           Fix a whole bunch of typos in comments and log statements. 
1897
1898 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1899
1900         * sys/xvimage/xvimagesink.c:
1901           Don't set colour balance values on the Xv port if the user hasn't
1902           changed them (via properties or the interface). Avoids accumulating
1903           rounding errors for the common case.
1904           Partial fix for bug #537889.
1905
1906 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1907
1908         * gst/playback/gstdecodebin2.c:
1909           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1910           pads are drained.
1911
1912 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1913
1914         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1915         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1916         Report the encoder latency. Fixes #538232.
1917
1918 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1919
1920         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1921         (notify_source), (activate_group):
1922         Implement the source property, emit notify when it changes in the
1923         underlying uridecodebin.
1924
1925 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1926
1927         * tests/examples/seek/seek.c: (stop_cb):
1928         Free and clear the seek element list so that we don't use invalid
1929         references when seeking after recreating a gst-launch line.
1930
1931 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1932
1933         * gst-libs/gst/audio/gstbaseaudiosink.c:
1934         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1935         (gst_base_audio_sink_render):
1936         Report latency even if we are not live instead of hiding it.
1937         Take ts-offset and render-delay of the basesink into account when
1938         scheduling samples.
1939         Rework the clipping code so that we can take the various offsets into
1940         account and still do correct clipping.
1941
1942 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1943
1944         * configure.ac:
1945         Bump verion back to devel -> 0.10.20.1
1946
1947 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1948
1949         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1950         Don't increase the size of non-string image buffers by one as this
1951         might in theory confuse decoders. Still increase it by one for string
1952         image buffers to append '\0'.
1953
1954 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1955
1956         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1957         
1958         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1959         Fix a buffer memleak and remove a confusing and wrong debug output.
1960         Fixes bug #538663.
1961
1962 === release 0.10.20 ===
1963
1964 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1965
1966         * configure.ac:
1967           releasing 0.10.20, "Here I Go Again"
1968
1969 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1970
1971         * configure.ac:
1972         0.10.19.3 pre-release
1973
1974 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1975
1976         * gst-libs/gst/rtsp/gstrtspconnection.c:
1977         Fix build on win32.
1978         Patch By: David Schleef <ds@schleef.org>
1979         Fixes: #536874
1980
1981 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1982
1983         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1984         (gst_gio_base_src_create):
1985         * ext/gio/gstgiobasesrc.h:
1986         Try to read the requested number of bytes, even if the first
1987         read returns less than requested, until nothing is read anymore
1988         or we have the requested amount of bytes. This fixes playback of
1989         files via Samba as Samba only allows to read 64k at once.
1990
1991         Implement a caching algorithm that makes sure that we read at
1992         least 4k of data every time. Some elements will try to read a few
1993         bytes, then seek, read again a few bytes and so on and this is
1994         painfully slow as every operation has to go over DBus if GVfs is
1995         used as backend.
1996
1997         Fixes bug #536849 and #536848.
1998
1999         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2000         (gst_gio_src_check_get_range):
2001         Override check_get_range() to blacklist http/https URIs
2002         and whitelist file URIs. More to be added on demand.
2003
2004 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2005
2006         * configure.ac:
2007         0.10.19.2 pre-release
2008
2009 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2010
2011         * win32/common/libgstrtsp.def:
2012         * win32/common/libgsttag.def:
2013         Add new API functions to the dll exports
2014
2015 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2016
2017         * gst/playback/gstplaybasebin.c:
2018           Disconnect signals from decodebins we created before we remove it
2019           from playbin, to avoid crashes if the decodebin is eventually
2020           disposed after the playbin itself (possible if the app takes a
2021           reference on the decodebin).
2022           Fixes #536521.
2023
2024 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2025
2026         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2027           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2028           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2029           (h264_video_type_find), (mpeg_video_stream_type_find),
2030           (dv_type_find), (mmsh_type_find):
2031           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2032           copy caps for no good reason (this may be desirable to make it easier
2033           to detect leaks, but then it should probably be done for all caps
2034           in the typefinder somewhere).
2035
2036 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2037
2038         * tests/check/Makefile.am:
2039         Do not try to run the check tests for subparse unless it has been
2040         built.
2041
2042 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2043
2044         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2045         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2046         Do not try to run a test which requires vorbisenc unless we have
2047         actually built it.
2048
2049 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2050
2051         * gst-libs/gst/rtsp/gstrtspconnection.c:
2052         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2053         (gst_rtsp_connection_clear_auth_params),
2054         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2055         * gst-libs/gst/rtsp/gstrtspconnection.h:
2056         Add a couple of missing argument guards.
2057         Add a way of setting the DSCP for an RTSP connection.
2058         Add an accessor method for the ip member of GstRTSPConnection as all
2059         members are supposed to be private.
2060
2061 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2062
2063         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2064         Fixed accidental use of IPv4 options for all IPv6 addresses.
2065
2066 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2067
2068         * gst-libs/gst/interfaces/mixertrack.h:
2069           Document mixer track flags.
2070
2071 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2072
2073         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2074
2075         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2076         Don't set caps on the buffers that contain a copy of the buffer
2077         including the caps of them resulting in an always increasing refcount
2078         of the caps and insanely large caps. Instead include a buffer without
2079         caps in the new caps. Fixes bug #536475.
2080
2081 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2082
2083         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2084         Transform a given PAR to a range on the struct with the generic
2085         height/width instead of the struct with the possibly restricted
2086         height/width.
2087
2088 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2089
2090         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2091         Prefer the given format if it contains something stricter than [1,MAX]
2092         for height or width and only put a structure that requires rescaling
2093         as second. This makes it possible to use videoscale in pipelines where
2094         the source can actually produce the wanted height/width but usually
2095         selects a different one from the requested.
2096
2097 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2098
2099         Based on patch by: John Millikin <jmillikin gmail com>
2100
2101         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2102           (gst_vorbis_tag_add_coverart):
2103           Retrieve COVERART tags from vorbis comments (#512333)
2104
2105 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2106
2107         * gst-libs/gst/tag/tag.h:
2108         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2109           Don't forget to add new enum value here too (should probably use
2110           glib-mkenums here...).
2111
2112 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2113
2114         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2115         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2116         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2117           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2118           (gst_tag_image_data_to_image_buffer):
2119           Add two utility functions to avoid code duplication (#512333):
2120           API: add gst_tag_image_data_to_image_buffer()
2121           API: add gst_tag_list_add_id3_image()
2122           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2123
2124 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2125
2126         * win32/common/libgstaudio.def:
2127         Add gst_audio_check_channel_positions() to the exported symbols.
2128
2129 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2130
2131         * docs/libs/gst-plugins-base-libs-sections.txt:
2132         * gst-libs/gst/audio/multichannel.c:
2133         (gst_audio_check_channel_positions):
2134         * gst-libs/gst/audio/multichannel.h:
2135         API: Make gst_audio_check_channel_positions() public.
2136
2137         * tests/check/libs/audio.c: (GST_START_TEST):
2138         Add some simple checks for gst_audio_check_channel_positions().
2139
2140 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2141
2142         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2143           minrange and maxrange are scaled according to the frequency
2144           multiplier.
2145
2146 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2147
2148         * ext/pango/Makefile.am:
2149         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2150           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2151           Use gstvideo functions to calculate strides and plane offsets. Fixes
2152           rendering issue ('ghost' images of the text on the chroma planes)
2153           with widths or heights that are not multiples of 8 (#506659 and
2154           probably also #485729).
2155
2156         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2157           (main):
2158           Test with odd height/width too.
2159
2160 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2161
2162         * gst/adder/gstadder.c: (gst_adder_query_duration),
2163         (gst_adder_query_latency):
2164         When using gst_element_iterate_pads() one has to unref every pad
2165         after usage.
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):
2171         Add a gtk-doc chunk for the new properties to have a Since: indication.
2172
2173 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2174
2175         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2176         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2177         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2178         (gst_base_audio_src_change_state):
2179         Provide readable actual-buffer-time and actual-latency-time properties
2180         that reflect the configured ringbuffer values. Fixes #524724.
2181         API: GstBaseAudioSrc:actual-buffer-time
2182         API: GstBaseAudioSrc:actual-latency-time
2183
2184 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2185
2186         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2187         (gst_basertppayload_change_state):
2188         Simply converting the running time into an RTP timestamp by scaling it
2189         based on the clock-rate is good enough for making an RTP timestamp. This
2190         has the added benefit that we can later on expose a property with the
2191         RTP timestamp of running time 0, as is needed for RTSP servers to
2192         generate the response of the PLAY request.
2193
2194 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2195
2196         * gst/audioconvert/gstaudioconvert.c:
2197         (structure_has_fixed_channel_positions),
2198         (gst_audio_convert_transform_caps):
2199         Allow up to 11 positioned channels now that audioconvert can handle
2200         this but add no default positions for > 8 channels.
2201         
2202         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2203         Add some unit tests for the above change: Test conversion of
2204         11 positioned channels to stereo and the other way around, test
2205         conversion of 15 unpositioned channels in different ways.
2206
2207 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2208
2209         * win32/common/libgstaudio.def:
2210         Add gst_audio_clock_reset to the list of exported symbols.
2211
2212 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2213
2214         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2215         Remove wrong_channels_identification_header unit test as we now
2216         support 7 (and more channels).
2217
2218 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2219
2220         * gst/audioconvert/gstchannelmix.c:
2221         (gst_channel_mix_fill_one_other):
2222         If mixing left or right to center (or the other way around) only take
2223         the complete value if we don't already have the original position in
2224         the source.
2225
2226 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2227
2228         * gst-libs/gst/audio/multichannel.c:
2229         (gst_audio_check_channel_positions),
2230         (gst_audio_set_structure_channel_positions_list),
2231         (gst_audio_fixate_channel_positions):
2232         Allow rear center together with rear left/right and other previously
2233         conflicting channel positions. The reason why they weren't allowed
2234         was the channel mixing implementation in audioconvert.
2235         Also take this into account when fixing channel layouts.
2236
2237         Allow setting channel positions for 1/2 channels when using
2238         gst_audio_set_structure_channel_position().
2239
2240         * gst/audioconvert/gstchannelmix.c:
2241         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2242         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2243         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2244         Major rewrite of the channel mixing.
2245
2246         We now allow previously conflicting channel positions to appear
2247         together (rear center and rear left/right for example).
2248         Fixes bug #533817.
2249
2250         Rework the way channels are mixed together to take more possible
2251         channel positions into account, properly mix from/to side channels
2252         and don't assume that either center, left&right or nothing of a
2253         specific position is available anymore.
2254
2255         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2256         Adjust unit tests with non-standard 1/2 channel layouts to the more
2257         correct new behaviour.
2258
2259         Add a unit test for 5.1->Stereo downmixing.
2260
2261 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2262
2263         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2264         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2265         Add sane defaults for the 7 and 8 channel layouts as those are
2266         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2267         more than 8 channels instead of erroring out. Fixes bug #535356.
2268
2269 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2270
2271         * docs/plugins/Makefile.am:
2272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2274         * ext/theora/theoraparse.c:
2275         Add theoraparse to the docs and fix some docs.
2276
2277 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2278
2279         * gst-libs/gst/cdda/gstcddabasesrc.c:
2280         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2281         Fix EOS condition and track addition check, the track.end sector is
2282         included in the track. Fixes #533265.
2283
2284 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2285
2286         Patch by: Mark Nauwelaerts <manauw at skynet be>
2287
2288         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2289         (gst_video_rate_flush_prev), (gst_video_rate_event),
2290         (gst_video_rate_chain):
2291         * gst/videorate/gstvideorate.h:
2292         React (more) to NEWSEGMENT
2293         Small adjustment in timestamp calculation to prevent mismatches
2294         Fixes #435633.
2295
2296 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2297
2298         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2299           Initialise error to NULL as we should.
2300
2301 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2302
2303         * gst/adder/gstadder.c: (gst_adder_query_duration),
2304         (gst_adder_query_latency), (gst_adder_query):
2305         Implement latency query.
2306
2307 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2308
2309         * gst/adder/gstadder.c: (gst_adder_query_duration):
2310         Correctly resync the iterator if gst_iterator_next() returns
2311         GST_ITERATOR_RESYNC.
2312
2313 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2314
2315         * win32/vs6/libgstpbutils.dsp:
2316           Add pbutils-enumtypes.c to sources (#518037).
2317
2318 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2319
2320         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2321         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2322         * gst-libs/gst/audio/gstaudioclock.h:
2323         Add method to inform the clock that the time starts from 0 again. We use
2324         this info to calculate a clock offset so that the time we report in
2325         internal_time is monotonically increasing, as required by the clock base
2326         class. Fixes #521761.
2327         API: GstAudioClock::gst_audio_clock_reset()
2328
2329         * gst-libs/gst/audio/gstbaseaudiosink.c:
2330         (gst_base_audio_sink_skew_slaving),
2331         (gst_base_audio_sink_change_state):
2332         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2333         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2334         Reset reported time when we (re)create the ringbuffer.
2335
2336 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2337
2338         * ext/alsa/gstalsamixertrack.c:
2339           (gst_alsa_mixer_track_update_alsa_capabilities):
2340           Make sure playback volumes aren't accidentally overwritten by
2341           capture volumes if an alsa mixer track has both playback and
2342           capture capabilities: we create two GstMixerTracks in that
2343           case, so make sure we query only the alsa capabilities that
2344           refer to the type of GstMixerTrack we created from the dual
2345           capability alsa element. Should fix issues with Audigy2 sound
2346           cards (#518082).
2347
2348 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2349
2350         * tests/check/pipelines/oggmux.c: (test_pipeline):
2351           Don't use deprecated function.
2352
2353 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2354
2355         * gst/playback/gstdecodebin2.c:
2356         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2357         Check for NULL cases and log them, creating ghostpads can, for example,
2358         fail when the pad returns wrong caps.
2359
2360         * gst/playback/gstplaybin2.c: (perform_eos):
2361         When pushing out the EOS event, collect the return value and warn when
2362         something failed.
2363
2364 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2365
2366         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2367         (gst_riff_create_video_template_caps):
2368         Add support for DVCPRO.
2369
2370 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2371
2372         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2373           Change default scaling method from nearest-neighbour to bilinear.
2374
2375 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2376
2377         * tests/check/libs/video.c:
2378           More checks.
2379
2380 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2381
2382         * gst/subparse/gstsubparse.c: (parser_state_init),
2383           (gst_sub_parse_format_autodetect), (handle_buffer):
2384         * gst/subparse/gstsubparse.h:
2385         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2386           Limit duration to a maximum of five seconds for tmplayer format where
2387           we can guess the duration only from the timestamp of the next line of
2388           text. We don't want to show a text for eternities just because nothing
2389           else is being said for a while.
2390
2391 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2392
2393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2394         (gst_base_rtp_depayload_chain),
2395         (gst_base_rtp_depayload_handle_sink_event),
2396         (gst_base_rtp_depayload_push_full),
2397         (gst_base_rtp_depayload_change_state):
2398         Check sequence numbers, mark input buffers with a discont flag for the
2399         subclass when we detected a gap, drop duplicate buffers. We do this
2400         because one can use the element without a jitterbuffer in front and we
2401         don't want to feed the subclasses invalid or reordered data.
2402         Do an error when the subclass did not provide a process function instead
2403         of crashing.
2404         Some other small cleanups.
2405
2406 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2407
2408         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2409           May just as well use the precalculated uvstride here.
2410
2411 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2412
2413         * docs/plugins/Makefile.am:
2414         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2415         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2416         * docs/plugins/gst-plugins-base-plugins.args:
2417         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2418         * docs/plugins/gst-plugins-base-plugins.interfaces:
2419         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2420         * docs/plugins/inspect/plugin-adder.xml:
2421         * docs/plugins/inspect/plugin-alsa.xml:
2422         * docs/plugins/inspect/plugin-audioconvert.xml:
2423         * docs/plugins/inspect/plugin-audiorate.xml:
2424         * docs/plugins/inspect/plugin-audioresample.xml:
2425         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2426         * docs/plugins/inspect/plugin-cdparanoia.xml:
2427         * docs/plugins/inspect/plugin-decodebin.xml:
2428         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2429         * docs/plugins/inspect/plugin-gdp.xml:
2430         * docs/plugins/inspect/plugin-gio.xml:
2431         * docs/plugins/inspect/plugin-gnomevfs.xml:
2432         * docs/plugins/inspect/plugin-libvisual.xml:
2433         * docs/plugins/inspect/plugin-ogg.xml:
2434         * docs/plugins/inspect/plugin-pango.xml:
2435         * docs/plugins/inspect/plugin-playback.xml:
2436         * docs/plugins/inspect/plugin-queue2.xml:
2437         * docs/plugins/inspect/plugin-subparse.xml:
2438         * docs/plugins/inspect/plugin-tcp.xml:
2439         * docs/plugins/inspect/plugin-theora.xml:
2440         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2441         * docs/plugins/inspect/plugin-uridecodebin.xml:
2442         * docs/plugins/inspect/plugin-video4linux.xml:
2443         * docs/plugins/inspect/plugin-videorate.xml:
2444         * docs/plugins/inspect/plugin-videoscale.xml:
2445         * docs/plugins/inspect/plugin-videotestsrc.xml:
2446         * docs/plugins/inspect/plugin-volume.xml:
2447         * docs/plugins/inspect/plugin-vorbis.xml:
2448         * docs/plugins/inspect/plugin-ximagesink.xml:
2449         * docs/plugins/inspect/plugin-xvimagesink.xml:
2450         * ext/cdparanoia/gstcdparanoiasrc.c:
2451         * ext/ogg/gstoggdemux.c:
2452         * ext/ogg/gstoggdemux.h:
2453         * ext/ogg/gstoggmux.c:
2454         * ext/ogg/gstoggmux.h:
2455         * gst/audioconvert/audioconvert.c:
2456         * gst/audioconvert/audioconvert.h:
2457         * gst/audioconvert/gstaudioconvert.h:
2458         * gst/gdp/gstgdpdepay.h:
2459         * gst/gdp/gstgdppay.h:
2460         * gst/playback/gstdecodebin.c:
2461         * gst/playback/gstdecodebin2.c:
2462         * gst/playback/gstplaybin.c:
2463         * gst/playback/gstplaybin2.c:
2464         * gst/playback/gsturidecodebin.c:
2465         * gst/tcp/gstmultifdsink.c:
2466         * gst/tcp/gstmultifdsink.h:
2467         * gst/tcp/gsttcp.h:
2468
2469         Add some documentation comments, and some new headers to be scanned.
2470         Rename some internal enum declarations (audioconvert's DitherType and
2471         NoiseShapingType, GstUnitType from the TCP elements) to match the
2472         documented GObject type names so that the docs pick them up.
2473         Name the playbin2 docs markups properly so they get picked up. They'll
2474         need renaming back when/if playbin2 becomes playbin.
2475
2476         100% symbol coverage for the plugin docs, booya.
2477
2478 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2479
2480         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2481
2482         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2483         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2484
2485 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2486
2487         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2488
2489         * gst/playback/gstdecodebin.c: (remove_fakesink):
2490         Lock the fakesink before setting the state to NULL and removing it from
2491         the bin so that a concurrent state change cannot interfere. 
2492         Fixes #534331.
2493
2494 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2495
2496         * docs/Makefile.am:
2497         Fix installing plugin documentation when gtk-doc is disabled.
2498
2499 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2500
2501         * gst-libs/gst/rtsp/Makefile.am:
2502         Distribute, don't install md5.h
2503
2504 2008-05-21  Julien Moutte  <julien@fluendo.com>
2505
2506         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2507         instead of SOL_IP, works on more platforms.
2508         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2509         arguments.
2510
2511 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2512
2513         * ext/vorbis/vorbisdec.c:
2514         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2516         Some debug and comment fixes.
2517
2518         * tests/examples/dynamic/addstream.c: (main):
2519         Fix , to ;
2520
2521 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2522
2523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2524         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2525         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2526         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2527         (cleanup_decodebin):
2528         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2529         (connect_element), (gst_decode_group_control_demuxer_pad):
2530         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2531         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2532         (mute_group_type):
2533         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2534         (gst_play_bin_set_property), (handoff), (gen_video_element),
2535         (gen_text_element), (gen_audio_element), (gen_vis_element),
2536         (remove_sinks), (add_sink), (setup_sinks):
2537         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2538         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2539         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2540         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2541         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2542         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2543         (gen_vis_chain), (gst_play_sink_reconfigure),
2544         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2545         (gst_play_sink_request_pad):
2546         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2547         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2548         (cb_newpad):
2549         * gst/playback/test6.c: (new_decoded_pad_cb):
2550         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2551         * tests/check/elements/audiorate.c: (test_injector_chain),
2552         (do_perfect_stream_test):
2553         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2554         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2555         * tests/check/elements/gnomevfssink.c:
2556         * tests/check/elements/textoverlay.c:
2557         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2558         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2559         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2560         * tests/check/pipelines/oggmux.c: (test_pipeline):
2561         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2562         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2563         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2564         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2565         * tests/examples/seek/seek.c: (make_mod_pipeline),
2566         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2567         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2568         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2569         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2570         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2571         (update_fill), (msg_buffering):
2572         Don't use bad gst_element_get_pad().
2573
2574 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2575
2576         * gst-libs/gst/riff/riff-media.c:
2577           Fix wrong method name in docs. Fix calculation of strf fields for
2578           broken mulaw/alaw.
2579   
2580         * gst-libs/gst/riff/riff-read.c:
2581           Whitespace fix and removing double ';'.
2582
2583 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2584
2585         * docs/design/part-playbin2.txt:
2586         Add some leftover doc.
2587
2588 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2589
2590         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2591         Fix copy & paste error in last commit.
2592
2593 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2594
2595         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2596         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2597         other channel positions when source has SIDE channels and dest doesn't
2598         or the other way around.
2599
2600 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2601
2602         Patch by: Henrik Eriksson <henriken at axis dot com>
2603
2604         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2605         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2606         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2607         (gst_multi_fd_sink_get_property):
2608         * gst/tcp/gstmultifdsink.h:
2609         Add support for DSCP QOS. Fixes #469933.
2610
2611 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2612
2613         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2614         Add another test that checks if conversion between standard 1 and 2
2615         channel layouts with and without positions set is working.
2616
2617 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2618
2619         * gst-libs/gst/audio/multichannel.c:
2620         (gst_audio_check_channel_positions):
2621         Allow non-standard 2 channel layouts.
2622         
2623         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2624         Add some tests for converting and remapping non-standard 1 and 2
2625         channel layouts.
2626
2627 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2628
2629         * gst/audioconvert/gstchannelmix.c:
2630         (gst_channel_mix_fill_normalize):
2631         Prevent division by zero if the channel mix matrix contains only
2632         zeroes.
2633
2634 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2635
2636         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2637
2638         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2639         Close a buffer memory leak. Fixes bug #534071.
2640
2641 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * gst-libs/gst/rtsp/gstrtsptransport.h:
2644         Make the GstRTSPTransport struct members public as there are no
2645         setters/getters and it's supposed to be changed directly.
2646         Fixes bug #533087.
2647
2648 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2649
2650         * gst/adder/gstadder.c:
2651         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2652         claim this on the pad template caps.
2653
2654 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2655
2656         * gst-libs/gst/audio/gstbaseaudiosink.c:
2657         (gst_base_audio_sink_sync_latency):
2658         We can only use our optimal calibration if we prerolled before the
2659         latency expired.
2660
2661 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2662
2663         * configure.ac:
2664           Require core CVS for GstBaseSrc buffer caps setting magic.
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         Fix logic in last commit.
2671
2672 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2673
2674         * gst/audioconvert/gstaudioconvert.c:
2675         (gst_audio_convert_fixate_channels):
2676         Passthrough the channel positions if the number of output channels is
2677         the same as the number of input channels, the input had a channel
2678         layout and downstream requests no special one. We did this already for
2679         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2680
2681 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2682
2683         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2684         (gst_gnome_vfs_src_finalize),
2685         (gst_gnome_vfs_src_received_headers_callback),
2686         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2687         * ext/gnomevfs/gstgnomevfssrc.h:
2688         Set the ICY caps on the srcpad from where they get picked up by the base
2689         class now and set on the outgoing buffers.
2690
2691         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2692         (gst_base_audio_src_create):
2693         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2694         BaseSrc now sets the caps on outgoing buffers automatically.
2695
2696 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2697
2698         * gst-libs/gst/audio/gstbaseaudiosink.c:
2699         (gst_base_audio_sink_resample_slaving),
2700         (gst_base_audio_sink_skew_slaving),
2701         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2702         (gst_base_audio_sink_async_play),
2703         (gst_base_audio_sink_change_state):
2704         Change the way in which the ringbuffer is started when dealing with a
2705         slaved clock and latency. We now sync to the clock until we reach
2706         upstream latency before starting the ringbuffer. This has the effect
2707         that we can accurately align the master and slave clocks and let the
2708         rate correction code take care of the initial drift or rounding errors
2709         instead of leaving them uncorrected with the old approach.
2710
2711 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2712
2713         * gst/audioconvert/gstaudioconvert.c:
2714         (gst_audio_convert_fixate_channels):
2715         Correctly set the default channel positions when converting to 8
2716         channels.
2717
2718 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2719
2720         * configure.ac:
2721           Error out if we don't have the required version of core.
2722
2723 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2724
2725         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2726           Use data scan helper in aac typefinder and stop scanning
2727           for headers when we've found a type. Also fix potential invalid
2728           memory access when calculating the frame length.
2729
2730 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2731
2732         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2733           (mpeg_sys_is_valid_pack):
2734           Don't modify scan context when we return FALSE in ensure_data, so
2735           it's possible to continue scanning, and we don't end up with a NULL
2736           data pointer and a positive size, which might bite us the next time
2737           we're called. Small constification.
2738
2739 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2740
2741         * gst/adder/gstadder.c:
2742         Adder doesn't support 24 bit samples so don't claim it supports them
2743         in the pad template caps.
2744
2745 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2746
2747         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2748         (gst_base_rtp_depayload_chain):
2749         Validate the RTP packet before further processing it. It's just too
2750         dangerous to accept random packets and people are not forced to use a
2751         jitterbuffer or session manager to filter out the bad packets.
2752
2753         * gst-libs/gst/rtp/gstrtpbuffer.c:
2754         (gst_rtp_buffer_set_extension_data),
2755         (gst_rtp_buffer_get_payload_subbuffer):
2756         Small cleanups.
2757         When setting extension data in a buffer that is too small, we fail and
2758         we should not set the extension bit.
2759         Change GST_WARNINGS into g_warning because they really are
2760         programming errors.
2761
2762         * tests/check/libs/rtp.c: (GST_START_TEST):
2763         Catch the g_warnings now in the unit tests and that fact that failing to
2764         set extension data left the extension bit untouched.
2765
2766 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2767
2768         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2769           Revert previous change which made basetransform handle buffer_alloc
2770           and which breaks things badly in the non-passthrough case since it
2771           returned buffers with a different (ie. sometimes smaller) size than
2772           the size requested.
2773
2774 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2775
2776         Patch by: Bernard B <b-gnome at largestprime dot net>
2777
2778         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2779         Fix seqnum compare function for bordercase values and fix the docs
2780         again. Fixes #533075.
2781
2782         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2783         Add a testcase for seqnum compare function.
2784
2785 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2786
2787         * gst/adder/gstadder.c: (gst_adder_setcaps),
2788         (gst_adder_class_init):
2789         Correctly declare the supported endianness on the pad templates
2790         and check for correct endianness in the set caps function. Adder
2791         only supports native endianness.
2792         Also use gst_element_class_set_details_simple().
2793
2794 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2795
2796         * sys/xvimage/xvimagesink.c:
2797           Better debug logging in port value handling. Merging separate port
2798           value loops into one.
2799
2800 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2801
2802         Patch by: Hannes Bistry <hannesb at gmx dot de>
2803
2804         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2805         * gst/tcp/gsttcpserversink.c:
2806         (gst_tcp_server_sink_handle_server_read),
2807         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2808         Fix regression in clientsrc because we did not add the fd to the poll
2809         set anymore. Fixes #532364.
2810         Do some cleanups here and there.
2811
2812 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2813
2814         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2815         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2816         * gst/playback/gstplay-marshal.list:
2817         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2818         Use correct marshallers. GstCaps are a boxed type and no GObject
2819         subclass.
2820
2821 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2822
2823         * win32/common/libgstrtsp.def:
2824         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2825         symbols.
2826
2827 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2828
2829         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2830
2831         * tests/check/elements/audioresample.c:
2832         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2833         (live_switch_push), (GST_START_TEST):
2834         Add unit test for the latest basetransform negotiation changes.
2835         See bug #526768.
2836
2837 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2838
2839         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2840         Fix nv12<->nv21 conversion if stride is larger than width.
2841
2842 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2843
2844         Patch by: Jan Gerber <j at oil21 dot org>
2845
2846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2847         (gst_ogg_pad_parse_skeleton_fisbone):
2848         * ext/ogg/gstoggdemux.h:
2849         Parse presentation time from skeleton streams and use it as offset
2850         for the timestamps. Fixes bug #530068.
2851
2852 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2853
2854         * gst-libs/gst/audio/gstbaseaudiosink.c:
2855         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2856         Revert previous patch that attempted to more accurately calculate the
2857         initial offset between master and slave clock. The best thing we can do
2858         in general is take the time of both clocks as the diff since we don't
2859         know when the actual preroll happened.
2860
2861 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2862
2863         * gst-libs/gst/pbutils/install-plugins.c:
2864           Fix docs: type and missing word.
2865
2866 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2867
2868         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2869           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2870           for this instead; don't check if we've found enough markers after
2871           each and every step, it's enough to do that only if we've actually
2872           found a new marker.
2873           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2874
2875 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2876
2877         * gst/typefind/gsttypefindfunctions.c:
2878           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2879           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2880           (mpeg_video_stream_type_find):
2881           Move scan helper thingy to the beginning of the file so we can use
2882           it in other typefind functions. Rename it to something more
2883           generic. Also improve handling of things towards the end of the
2884           typefind data: peek as much as we can if we know the size of the
2885           data, rather than just min_size.
2886
2887 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2888
2889         * docs/libs/gst-plugins-base-libs-sections.txt:
2890         * gst-libs/gst/interfaces/colorbalance.c:
2891         * gst-libs/gst/interfaces/colorbalance.h:
2892         * gst-libs/gst/interfaces/colorbalancechannel.c:
2893         * gst-libs/gst/interfaces/colorbalancechannel.h:
2894         * gst-libs/gst/interfaces/tuner.c:
2895         * gst-libs/gst/interfaces/tunerchannel.c:
2896         * gst-libs/gst/interfaces/tunerchannel.h:
2897         * gst-libs/gst/interfaces/tunernorm.c:
2898         * gst-libs/gst/interfaces/tunernorm.h:
2899         * gst-libs/gst/video/video.c:
2900         * gst-libs/gst/video/video.h:
2901         Document the GstTuner and GstColorBalance interfaces, and some
2902         other random API functions that needed it. 70% symbol coverage, woo.
2903
2904 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2905
2906         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2907         Choose to allocate one less segment but require one additional segment
2908         as latency. 
2909
2910         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2911         No need to increment the number of segments in the source.
2912
2913         * gst-libs/gst/audio/gstbaseaudiosink.c:
2914         (gst_base_audio_sink_get_time), (clock_convert_external),
2915         (gst_base_audio_sink_resample_slaving),
2916         (gst_base_audio_sink_skew_slaving),
2917         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2918         (gst_base_audio_sink_async_play):
2919         Remove adding latency when returning the internal time while subtracting
2920         it again when we use the value a little later.
2921         When calculating the end timestamp, we are making a rounding error
2922         with the current algorithm. Ensure that we don't accumulate these
2923         rounding errors when aligning samples by not resampling at all if we
2924         don't need to. Fixes #419351.
2925         Make the initial calibration of the clock slaving a little more
2926         predictable and accurate. Also handle the case where we don't do
2927         clock slaving.
2928
2929 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2930
2931         Based on a patch by:
2932           Björn Benderius <bjoern dot benderius at axis dot com>
2933
2934         * gst/ffmpegcolorspace/avcodec.h:
2935         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2936         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2937         (gst_ffmpegcsp_avpicture_fill):
2938         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2939         * gst/ffmpegcolorspace/imgconvert_template.h:
2940         Add conversions from/to NV12 and NV21 and conversions between those
2941         two formats. Fixes bug #532166.
2942
2943 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2944
2945         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2946         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2947         which happens for example with files smaller than 128kb.
2948
2949 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2950
2951         Patch by: Wouter Cloetens <zombie at e2big dot org>
2952
2953         * gst-libs/gst/rtsp/Makefile.am:
2954         * gst-libs/gst/rtsp/gstrtspconnection.c:
2955         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2956         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2957         (add_auth_header), (gst_rtsp_connection_free),
2958         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2959         (gst_rtsp_connection_set_auth_param),
2960         (gst_rtsp_connection_clear_auth_params):
2961         * gst-libs/gst/rtsp/gstrtspconnection.h:
2962         Add Digest authorization support for RTSP connections. See #532065.
2963
2964         * gst-libs/gst/rtsp/md5.c:
2965         * gst-libs/gst/rtsp/md5.h:
2966         Yeap, another md5 implementation until we can depend on a glib that has
2967         support for it.
2968
2969 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2970
2971         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2972
2973         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2974         Let audioresample use the buffer allocation of basetransform instead
2975         of it's own stuff.
2976
2977         * tests/check/elements/audioresample.c: (alloc_only_48000),
2978         (GST_START_TEST), (audioresample_suite):
2979         Add unit test for the recent basetransform bugfix, where upstream
2980         changes caps to something that can't be passed through anymore.
2981
2982 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2983
2984         * win32/common/config.h.in:
2985           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2986           use the real thing than having "???" unconditionally.
2987
2988 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2989
2990         * gst-libs/gst/audio/gstbaseaudiosink.c:
2991         (gst_base_audio_sink_query):
2992         Report the latency with the new seglatency parameter.
2993
2994         * gst-libs/gst/audio/gstringbuffer.c:
2995         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2996         (gst_ring_buffer_acquire):
2997         * gst-libs/gst/audio/gstringbuffer.h:
2998         Add new field to the ringbufferspec to specify the expected latency
2999         between the underlying device read/write pointer, this is needed
3000         when writing sinks that sit a little closer to the hardware.
3001         Add some more docs for other fields.
3002
3003 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3004
3005         * gst/volume/gstvolume.c: (volume_transform_ip):
3006         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3007         reason instead of crashing later. Might fix bug #509125.
3008
3009 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3010
3011         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3012
3013         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3014         * gst/audioconvert/audioconvert.h:
3015         * gst/audioconvert/gstaudioconvert.c:
3016         (gst_audio_convert_parse_caps),
3017         (structure_has_fixed_channel_positions),
3018         (gst_audio_convert_transform_caps):
3019         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3020         Add support for more than 8 channels and NONE channel layouts. For
3021         more than 8 channels no channel conversion is supported yet, only
3022         format conversions are supported. Fixes bug #398033.
3023
3024         * tests/check/elements/audioconvert.c: (verify_convert),
3025         (GST_START_TEST), (audioconvert_suite):
3026         Add some unit tests by Tim for checking the NONE channel layouts
3027         and more than 8 channels and add some more unit tests for channel
3028         conversions.
3029
3030 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3031
3032         * gst/playback/gstdecodebin2.c: (connect_pad):
3033         When autoplugging fails, set the element back to NULL before
3034         unreffing it.
3035
3036 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3037
3038         * win32/common/libgstaudio.def:
3039         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3040         symbols.
3041
3042 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3043
3044         * gst/subparse/samiparse.c: (handle_start_sync),
3045         (end_sami_element), (characters_sami):
3046         Remove trailing, leading and double whitespaces.
3047         Correctly timestamp buffers and output the last buffer too.
3048
3049         * tests/check/elements/subparse.c: (GST_START_TEST),
3050         (subparse_suite):
3051         Add a simple unit test for SAMI parsing.
3052
3053 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3054
3055         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3056
3057         * gst/subparse/samiparse.c: (handle_start_sync),
3058         (start_sami_element), (end_sami_element), (characters_sami),
3059         (sami_context_reset):
3060         Only output characters inside the "sync" elements. There could be
3061         other elements like "style" that have some content but should
3062         not be printed. Fixes bug #467911.
3063
3064 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3065
3066         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3067         (set_active_source):
3068         * gst/playback/gstplaybasebin.h:
3069         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3070         (playbin_set_audio_mute):
3071         Allow setting -1 as current-audio to mute the current audio stream,
3072         similar to what is done for subtitles. Fixes bug #342294.
3073
3074 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3075
3076         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3077         It's SorensOn and not SorensEn.
3078
3079 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3080
3081         * gst-libs/gst/pbutils/descriptions.c: (formats):
3082           Fix description of video/x-flash-video.
3083
3084 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3085
3086         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3087         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3088         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3089         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3090         Remove some unused code.
3091
3092         * gst/audioconvert/gstaudioquantize.c:
3093         (gst_audio_quantize_free_noise_shaping):
3094         Don't return before freeing the noise shaping history.
3095
3096 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3097
3098         * tests/check/elements/subparse.c: (do_test),
3099           (test_tmplayer_style3b), (subparse_suite):
3100           Add unit test for the tmplayer variant from bug #530962.
3101
3102 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3103
3104         * gst/subparse/gstsubparse.c: (handle_buffer),
3105           (gst_sub_parse_sink_event):
3106         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3107           (tmplayer_parse_line):
3108           Fix parsing of tmplayer subtitle variant where every single line contains
3109           text and there isn't an empty line after each line to determine the
3110           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3111           making sure that we push out the last line of text without a duration if
3112           there's still text left in the buffer at the end.
3113
3114 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3115
3116         * gst/subparse/gstsubparse.c: (feed_textbuf):
3117           Fix detection of discontinuities based on the buffer offset (doesn't work
3118           so well if no buffer offset is set) and also check for the DISCONT buffer
3119           flag. This keeps the parser state from being reset after each buffer in
3120           the unit test.
3121
3122 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3123
3124         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3125           Further fine-tuning: don't absolutely require sequence or GOP headers
3126           (as introduced in the previous commit), but adjust the typefind
3127           probabilities returned accordingly if we don't see them. Also make sure
3128           picture header and first slice are somewhat close to each other (which
3129           is not perfect but still better than requiring a fixed offset or having
3130           no limit at all).
3131
3132 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3133
3134         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3135         (gst_basertppayload_sink_setcaps),
3136         (gst_basertppayload_sink_getcaps):
3137         Rename the setcaps/getcaps function internally to make it clear that
3138         they are called for the sink pad.
3139
3140 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3141
3142         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3143         (gst_base_rtp_depayload_class_init),
3144         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3145         (gst_base_rtp_depayload_packet_lost),
3146         (gst_base_rtp_depayload_set_gst_timestamp):
3147         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3148         Catch packet-lost events from the jitterbuffer and convert them into a
3149         vmethod call (lost-packet) so that depayloaders can do something smart.
3150         Also add a default packet-lost function that sends out a segment update
3151         to the decoders.
3152
3153 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3154
3155         * gst/playback/test4.c:
3156         * gst/playback/test5.c:
3157         * gst/playback/test6.c:
3158         * gst/playback/test7.c:
3159           Also include config.h when relying on defines from it. Fixes the
3160           build. Its been a please to serve :)
3161
3162 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3163
3164         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3165         (paint_setup_NV21), (paint_hline_NV12_NV21):
3166         Add support for NV12 and NV21 in videotestsrc
3167
3168 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3169
3170         * gst/videoscale/gstvideoscale.c:
3171         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3172         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3173         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3174         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3175         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3176         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3177         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3178         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3179         (vs_image_scale_linear_RGB555):
3180         Support 1x1 images as input and output as for example the BBC HQ new
3181         streams have 1x1 GIFs in the playlists for some reason.
3182
3183 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3184
3185         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3186           (try_to_link_1):
3187           If we can't activate one of the decoders we plugged in (such as,
3188           say, musepackdec) for some reason (it might not support push mode,
3189           for example), remove any pad probes that close_pad_link() might
3190           have set up. This makes sure we later don't try to remove a probe
3191           for a pad that doesn't exist any longer, and avoids nast warnings
3192           and probably other things too.
3193
3194 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3195
3196         * gst/typefind/gsttypefindfunctions.c:
3197           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3198           (plugin_init):
3199           Rework mpeg video stream typefinding a bit more: make sure sequence,
3200           GOP, picture and slice headers appear in the order they should and
3201           that we've in fact at least had one of each; fix picture header
3202           detection; decouple picture and slice header check - don't assume
3203           they're at a fixed offset, there may be extra data in between. Also,
3204           announce varying degrees of probability depending on what we found
3205           exactly (multiple pictures, at least one picture, just sequence and
3206           GOP headers). Finally, in _ensure_data(), take into account that we
3207           might be typefinding smaller amounts of data, such as the first
3208           buffer of a stream, so fall back to the minimum size needed as long
3209           as that's available, instead of erroring out if there's less than
3210           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3211           fuzzed file from #399342 as valid.
3212
3213 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3214
3215         * ext/theora/theoradec.c:
3216           Cool kids don't divide by zero.
3217           Treat PAR of x:0 as 1:1.
3218           Fixes #530719.
3219
3220 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3221
3222         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3223           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3224           (mpeg_video_stream_type_find):
3225           Refactor a bit: use context structure to track parsing offset and
3226           size of available data and make the code a bit clearer. Fixes bad
3227           memory access in #356937.
3228
3229 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3230
3231         * gst/playback/test4.c:
3232         * gst/playback/test5.c:
3233         * gst/playback/test6.c:
3234         * gst/tcp/gstmultifdsink.c:
3235           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3236           is defined.
3237
3238 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3239
3240         * gst-libs/gst/audio/gstbaseaudiosink.h:
3241         Clarify some docs.
3242
3243         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3244         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3245         (gst_base_audio_src_set_slave_method),
3246         (gst_base_audio_src_get_slave_method),
3247         (gst_base_audio_src_set_property),
3248         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3249         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3250         Add property and methods for selecting the clock slave method in the
3251         source, like in the sink.
3252         We only implement "none" and "re-timestamp" for now.
3253         API: gst_base_audio_src_set_slave_method()
3254         API: gst_base_audio_src_get_slave_method()
3255
3256 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3257
3258         * gst-libs/gst/rtp/gstrtpbuffer.c:
3259         Fix the docs about the seqnum compare function, it returns a difference.
3260
3261 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3262
3263         * ext/alsa/gstalsadeviceprobe.c:
3264         (gst_alsa_get_device_list): Don't return before freeing up
3265         the allocated structures.
3266
3267 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3268
3269         * gst/playback/gstplaybin.c:
3270           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3271
3272 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3273
3274         * ext/ogg/gstoggdemux.c:
3275           Revert the event part, that should not go in.
3276
3277 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3278
3279         * ext/ogg/gstoggdemux.c:
3280           Don't leak GstPluginFeatures when filtering.
3281
3282 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3283
3284         * sys/xvimage/xvimagesink.c:
3285           Add some logging for cases when grabbing the xv failed.
3286
3287 2008-04-21  David Schleef  <ds@schleef.org>
3288
3289         * ext/ogg/gstoggmux.c:
3290           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3291           packet.  Should conform to what we currently think is the
3292           final Ogg/Dirac muxing spec.
3293
3294 2008-04-21  David Schleef  <ds@schleef.org>
3295
3296         * sys/xvimage/xvimagesink.c:
3297           Fix typo that causes the overlay keying color to bright green
3298           on a 16-bit display.  Dark grey good.  Bright green bad.
3299
3300 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3301
3302         * ext/gnomevfs/gstgnomevfsuri.c:
3303           Add  FIXME comment about using uri-list for source and sink.
3304
3305 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3306
3307         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3308         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3309         vaargs functions to gint. Otherwise the fractions will get 0 set
3310         instead of the correct value on big endian systems. Fixes bug #529018.
3311
3312 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3313
3314         * ext/gnomevfs/gstgnomevfssink.c:
3315         (gst_gnome_vfs_sink_uri_get_protocols):
3316         * ext/gnomevfs/gstgnomevfssrc.c:
3317         (gst_gnome_vfs_src_uri_get_protocols):
3318         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3319         (gst_gnomevfs_get_supported_uris):
3320         Get the list of supported URI schemes in a threadsafe way and use the
3321         same list for the source and sink.
3322
3323 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3324
3325         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3326         (gst_gio_get_supported_protocols):
3327         Don't generate a new supported protocols list on each call but cache
3328         it. It's supposed to be static anyway, this way we only leak it once
3329         per process.
3330
3331         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3332         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3333         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3334         (gst_gio_sink_start):
3335         * ext/gio/gstgiosink.h:
3336         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3337         (gst_gio_src_class_init), (gst_gio_src_finalize),
3338         (gst_gio_src_set_property), (gst_gio_src_get_property),
3339         (gst_gio_src_start):
3340         * ext/gio/gstgiosrc.h:
3341         API: Add "file" properties where one can set a GFile as
3342         source/destination.
3343
3344         Add locking to the properties and use
3345         gst_element_class_set_details_simple() instead of a static
3346         GstElementDetails struct.
3347
3348 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3349
3350         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3351         (plugin_init):
3352         Add "mpp" and "mp+" as possible extensions for MusePack files.
3353
3354         Add typefinding for MusePack StreamVersion 8 files and include the
3355         stream version in the caps.
3356
3357 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3358
3359         * gst-libs/gst/rtp/gstrtppayloads.c:
3360         (gst_rtp_payload_info_for_name):
3361         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3362
3363 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3364
3365         * configure.ac:
3366           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3367           (NB: this only affects compilation of some of the examples).
3368           Remove some configure.ac cruft that's not needed any longer.
3369
3370 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3371
3372         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3373         Don't validate the payload if there isn't any.
3374         Fixes #525915
3375
3376 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3377
3378         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3379         Use g_atomic_int_set() instead of gst_atomic_int_set().
3380
3381 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3382
3383         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3384         Return NULL instead of a gchar * array with one NULL element if we
3385         don't get any supported URI schemes from GIO.
3386
3387 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3388
3389         * gst/audiotestsrc/gstaudiotestsrc.c:
3390           Remove cpp style commented old code.
3391
3392 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3393
3394         * gst/playback/gstdecodebin2.c:
3395           Fix signal docs.
3396
3397 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3398
3399         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3400           (gst_text_overlay_init):
3401           Fix textoverlay unit test again by making the supposed default
3402           value for the wait-text property the actual default value.
3403           Also fix Since: tag for new property.
3404
3405 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3406
3407         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3408           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3409           (gst_video_format_get_pixel_stride),
3410           (gst_video_format_get_component_width),
3411           (gst_video_format_get_component_height),
3412           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3413           (gst_video_format_convert):
3414           Add guards to these functions to ensure sane input values.
3415
3416         * tests/check/libs/video.c:
3417           Fix unit test not to create caps with width=0 and height=0.
3418
3419 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3420
3421         * docs/design/draft-keyframe-force.txt:
3422         Fix typo.
3423
3424         * gst/playback/gstqueue2.c: (update_buffering),
3425         (gst_queue_handle_src_query):
3426         Set buffering mode in the messages.
3427         Set buffering percent in the query.
3428
3429         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3430         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3431         Do some more fancy things based on the buffering method in use.
3432
3433 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3434
3435         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3436         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3437         (msg_buffering), (main):
3438         Add basic download reports to seek using the new buffering API.
3439
3440 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3441
3442         * gst/playback/gstqueue2.c: (update_buffering),
3443         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3444         (gst_queue_src_checkgetrange_function):
3445         Include extra buffering stats in the buffering message.
3446         Implement BUFFERING query.
3447
3448         * gst/playback/gsturidecodebin.c: (do_async_start),
3449         (do_async_done), (type_found), (setup_streaming), (setup_source),
3450         (gst_uri_decode_bin_change_state):
3451         Only add decodebin2 when the type is found in streaming mode.
3452         Make uridecodebin async to PAUSED even when we don't have decodebin2
3453         added yet.
3454
3455 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3456
3457         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3458         Filter cdda from the supported URI schemes. We can't support
3459         musicbrainz tags and everything else one expects from a cdda source
3460         with GIO. Fixes bug #526794.
3461
3462 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3463
3464         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3465         (gst_xvimagesink_buffer_alloc):
3466         Fix calculation of 'expected size' for YV12 buffers.
3467         Be a little more verbose in the debug output for buffer-alloc'ed
3468         buffers which turn out to have the wrong size.
3469
3470 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3471
3472         * NEWS:
3473         * RELEASE:
3474         * gst-plugins-base.doap:
3475           Merge other changes from 0.10.19 release branch.
3476
3477 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3478
3479         * gst-libs/gst/audio/gstbaseaudiosink.c:
3480           (gst_base_audio_sink_class_init):
3481         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3482           (gst_base_audio_src_class_init):
3483         * gst/playback/gstplayback.c: (plugin_init):
3484         * gst/volume/gstvolume.c: (plugin_init):
3485           Work around missing bits of thread-safety on older GLibs some
3486           more to avoid assertions when starting up multiple playbin
3487           objects concurrently (see #512382).
3488
3489 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3490
3491         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3492           Remove some more fields.
3493
3494 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3495
3496         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3497
3498         * configure.ac:
3499         Actually build dlls when cross-compiling with mingw32.
3500         Fixes bug #526247.
3501
3502 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3503
3504         * configure.ac:
3505           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3506
3507 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3508
3509         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3510         (msg_buffering), (connect_bus_signals), (main):
3511         Add statusbar.
3512         Add buffering support with feedback in the statusbar.
3513
3514 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         * ext/ogg/gstoggmux.c:
3517           Fix sample pipeline description.
3518
3519 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3520
3521         * docs/plugins/Makefile.am:
3522         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3523         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3524         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3525           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3526
3527         * docs/plugins/gst-plugins-base-plugins.args:
3528         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3529         * docs/plugins/gst-plugins-base-plugins.interfaces:
3530         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3531         * docs/plugins/inspect/plugin-adder.xml:
3532         * docs/plugins/inspect/plugin-alsa.xml:
3533         * docs/plugins/inspect/plugin-audioconvert.xml:
3534         * docs/plugins/inspect/plugin-audiorate.xml:
3535         * docs/plugins/inspect/plugin-audioresample.xml:
3536         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3537         * docs/plugins/inspect/plugin-cdparanoia.xml:
3538         * docs/plugins/inspect/plugin-decodebin.xml:
3539         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3540         * docs/plugins/inspect/plugin-gdp.xml:
3541         * docs/plugins/inspect/plugin-gnomevfs.xml:
3542         * docs/plugins/inspect/plugin-libvisual.xml:
3543         * docs/plugins/inspect/plugin-ogg.xml:
3544         * docs/plugins/inspect/plugin-pango.xml:
3545         * docs/plugins/inspect/plugin-playback.xml:
3546         * docs/plugins/inspect/plugin-queue2.xml:
3547         * docs/plugins/inspect/plugin-subparse.xml:
3548         * docs/plugins/inspect/plugin-tcp.xml:
3549         * docs/plugins/inspect/plugin-theora.xml:
3550         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3551         * docs/plugins/inspect/plugin-uridecodebin.xml:
3552         * docs/plugins/inspect/plugin-video4linux.xml:
3553         * docs/plugins/inspect/plugin-videorate.xml:
3554         * docs/plugins/inspect/plugin-videoscale.xml:
3555         * docs/plugins/inspect/plugin-videotestsrc.xml:
3556         * docs/plugins/inspect/plugin-volume.xml:
3557         * docs/plugins/inspect/plugin-vorbis.xml:
3558         * docs/plugins/inspect/plugin-ximagesink.xml:
3559         * docs/plugins/inspect/plugin-xvimagesink.xml:
3560           Update introspection data.
3561
3562         * ext/ogg/gstoggmux.c:
3563           Document oggmux.
3564
3565         * gst/playback/gstdecodebin2.c:
3566           Don't use gtk-doc style comment start for private stuff, but make it
3567           formatted like this for consistency.
3568
3569 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3570
3571         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3572         (gst_decode_bin_init), (gst_decode_bin_dispose),
3573         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3574         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3575         (analyze_new_pad), (connect_pad), (expose_pad),
3576         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3577         (gst_decode_group_expose), (gst_decode_group_free),
3578         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3579         Remove fakesink hack, we can now implement this more elegantly.
3580         Added property to bypass typefinding.
3581         Removed underrun callback and demuxer pad probe, we now use the srcpad
3582         probe to expose groups.
3583         API::sink-caps property
3584
3585         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3586         Guard against multiple emissions of the no_more_pads signal, which
3587         happens when we are dealing with chained oggs.
3588
3589         * gst/playback/gsturidecodebin.c: (remove_decoders),
3590         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3591         (setup_source):
3592         For streams, use our own typefind element and plug our queue after it.
3593         We will need this to determine the type of buffering to use for the
3594         queue soon.
3595
3596 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3597
3598         * gst-libs/gst/audio/gstbaseaudiosink.c:
3599         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3600         Guard against over and underflows because of clock slaving.
3601         When we are using our own clock, still compensate for any calibrations
3602         that we might have done to our clock.
3603
3604 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3605
3606         * ext/theora/theoradec.c: (theora_handle_type_packet),
3607         (theora_dec_chain):
3608         Don't try to do anything fancy with the return code from pushing an
3609         event, it does not have enough information to turn it into a
3610         GST_FLOW_ERROR.
3611
3612 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3613
3614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3615         (gst_ogg_demux_chain_elem_pad):
3616         Add small debug line.
3617         Pass return code from the internal decoder instead of the too generic
3618         GST_FLOW_ERROR.
3619
3620 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3621
3622         * gst-libs/gst/cdda/Makefile.am:
3623         * gst-libs/gst/cdda/base64.c:
3624         * gst-libs/gst/cdda/base64.h:
3625         * gst-libs/gst/cdda/gstcddabasesrc.c:
3626         (gst_cddabasesrc_calculate_musicbrainz_discid):
3627         Use GLib's base64 implementation instead of our own.
3628
3629 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3630
3631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3632         (gst_ogg_demux_read_chain):
3633         Refix oggdemux, we only have a problem if we failed to find a chain and
3634         we are not EOF.
3635
3636 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3637
3638         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3639
3640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3641         (gst_ogg_demux_read_chain):
3642         When we fail to find a BOS page and we and up with no chain, error out
3643         properly instead of segfaulting. Fixes #525665.
3644
3645 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3646
3647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3648         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3649         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3650         no-more-pads...
3651
3652 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3653
3654         * gst/playback/gstqueue2.c: (update_out_rates),
3655         (gst_queue_open_temp_location_file),
3656         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3657         (gst_queue_handle_src_query), (gst_queue_set_property):
3658         Update the estimated input data when we push out a buffer.
3659         Add some debug info about the temp file.
3660         Only forward src events when we are not using a temp file.
3661         Don't block the duration query, we need to find something better.
3662         Don't leak the temp filename.
3663
3664 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3665
3666         * configure.ac:
3667         Require GLib 2.12 and liboil 0.3.14.
3668
3669         * gst/volume/gstvolume.c: (volume_process_double):
3670         Unconditionally use liboil 0.3.14 function.
3671
3672 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3673
3674         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3675         ms-gsm can have arbitrarty sample rates. See #481354.
3676
3677 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3678
3679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3680         MP4S is generic MPEG-4, not a microsoft variant.
3681
3682 2008-03-27  Michael Smith <msmith@fluendo.com>
3683
3684         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3685           Check the body CRC (if set) when depayloading.
3686           Fixes #522401.
3687
3688 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3689
3690         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3691           Fix Since: version for new property.
3692
3693 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3694
3695         * gst-libs/gst/rtsp/gstrtspconnection.c:
3696         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3697         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3698         Don't error when poll_wait returns EAGAIN.
3699
3700 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3701
3702         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3703         The queue is never filled when there are no buffers in the queue at all.
3704         Fixes #523993.
3705
3706 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3707
3708         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3709         (init_group), (free_group), (gst_play_bin_init),
3710         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3711         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3712         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3713         (gst_play_bin_set_current_video_stream),
3714         (gst_play_bin_set_current_audio_stream),
3715         (gst_play_bin_set_current_text_stream),
3716         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3717         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3718         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3719         (activate_group), (deactivate_group), (setup_next_source),
3720         (save_current_group), (gst_play_bin_change_state):
3721         Update some docs.
3722         Add new locks and conds to protect pipeline creation and group
3723         switching.
3724         Implement the sub-uri property.
3725         Keep track of pending uridecodebin creation and configure the output
3726         pipeline after all streams are configured.
3727         Propagate subtitle encoding to the uridecodebins.
3728         Implement getting the video/audio/visualisation elements.
3729         Use input-selector for stream switching.
3730         If we are asked to do visualisation, prefer to autoplug raw sinks
3731         instead of sinks that accept encoded data.
3732
3733 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3734
3735         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3736         (gst_play_sink_init), (gst_play_sink_dispose),
3737         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3738         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3739         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3740         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3741         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3742         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3743         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3744         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3745         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3746         * gst/playback/gstplaysink.h:
3747         Add methods to get audio/video/vis elements.
3748         Add methods to set the font description for the overlay.
3749         Remove properties, we're using this element with its methods only.
3750         Add support for subtitles.
3751         Rearrange the locking a bit to not use the object lock for protecting
3752         the pipeline construction.
3753         Try to use the volume and mute property on the sink when its available.
3754         Implement the mute option with volume when the sink does not have a mute
3755         property.
3756         Only add volume element when the sink has no volume property.
3757         Only do visualisations with raw audio pads.
3758
3759 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3760
3761         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3762         (gst_text_overlay_init), (gst_text_overlay_set_property),
3763         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3764         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3765         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3766         (gst_text_overlay_change_state):
3767         * ext/pango/gsttextoverlay.h:
3768         Add property to configure waiting for text on the textpad or not, with
3769         the default behaviour being the old one (always wait for text before
3770         rendering the video). This default behaviour is usually not the best one
3771         because the text stream can very sparse and could require queueing a lot
3772         of video.
3773         Fix the flushing and EOS handing so that we don't mix up their meaning.
3774
3775 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3776
3777         * gst/playback/gsturidecodebin.c:
3778         (gst_uri_decode_bin_autoplug_factories),
3779         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3780         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3781         (gst_uri_decode_bin_set_property),
3782         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3783         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3784         (proxy_autoplug_factories_signal), (make_decoder),
3785         (source_new_pad), (setup_source):
3786         Add a readonly source property and notify.
3787         Add new lock for protecting the construction of the pipeline.
3788         Keep track of the decodebins we plugged.
3789         Correctly proxy the autoplug signal so that it actually continues.
3790         Proxy subtitle-encoding to the decodebins.
3791
3792 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3793
3794         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3795         (text_toggle_cb), (update_streams), (main):
3796         Rearrange some buttons in playbin2 and make some other boxes insensitive
3797         when needed.
3798         Add language codes to subtitle selection boxes when we gind the right
3799         tags for the streams.
3800
3801 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3802
3803         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3804         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3805         (gst_decode_bin_set_subs_encoding),
3806         (gst_decode_bin_get_subs_encoding),
3807         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3808         (deactivate_free_recursive):
3809         Protect caps property with the object lock.
3810         Protect encoding property with the object lock.
3811         Keep list of elements we added that have the subtitle-encoding property.
3812         Distribute the subtitle-encoding to all of the elements when it
3813         changes.
3814
3815 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3816
3817         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3818         Small debug improvement.
3819
3820         * gst-libs/gst/audio/gstbaseaudiosink.c:
3821         (gst_base_audio_sink_render):
3822         Fix bug in determining the sample start/stop position, we want to base
3823         this decision on the fact that we are going forwards or backwards, not
3824         slower or faster. This fixes some ugly resync warnings when playing at
3825         very slow speeds.
3826
3827 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3828
3829         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3830         Correctly set the supported URI schemes and don't leave
3831         some schemes in the middle or at the start at NULL.
3832
3833 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3834
3835         * tests/check/elements/gdpdepay.c:
3836           Make test compile without unused function/variable warnings on PPC.
3837  
3838 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3839
3840         * configure.ac:
3841         * ext/alsa/gstalsamixerelement.c:
3842         (gst_alsa_mixer_element_class_init):
3843         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3844         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3845         * ext/cdparanoia/gstcdparanoiasrc.c:
3846         (gst_cd_paranoia_src_class_init):
3847         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3848         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3849         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3850         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3851         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3852         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3854         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3855         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3856         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3857         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3858         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3859         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3860         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3861         (gst_audio_filter_template_class_init):
3862         * gst-libs/gst/audio/gstbaseaudiosink.c:
3863         (gst_base_audio_sink_class_init):
3864         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3865         (gst_base_audio_src_class_init):
3866         * gst-libs/gst/cdda/gstcddabasesrc.c:
3867         (gst_cdda_base_src_class_init):
3868         * gst-libs/gst/interfaces/mixertrack.c:
3869         (gst_mixer_track_class_init):
3870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3871         (gst_base_rtp_depayload_class_init):
3872         * gst-libs/gst/rtp/gstbasertppayload.c:
3873         (gst_basertppayload_class_init):
3874         * gst/audioconvert/gstaudioconvert.c:
3875         (gst_audio_convert_class_init):
3876         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3877         * gst/audioresample/gstaudioresample.c:
3878         (gst_audioresample_class_init):
3879         * gst/audiotestsrc/gstaudiotestsrc.c:
3880         (gst_audio_test_src_class_init):
3881         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3882         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3884         (preroll_unlinked):
3885         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3886         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3887         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3888         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3889         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3890         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3891         (gst_stream_selector_class_init):
3892         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3893         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3894         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3895         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3896         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3897         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3898         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3899         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3900         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3901         * gst/videotestsrc/gstvideotestsrc.c:
3902         (gst_video_test_src_class_init):
3903         * gst/volume/gstvolume.c: (gst_volume_class_init):
3904         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3905         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3906         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3908         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3910         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3911         static strings (i.e. all). This gives us less memory usage,
3912         fewer allocations and thus less memory defragmentation. Depend
3913         on core CVS for this. Fixes bug #523806.
3914
3915 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3916
3917         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3918         Filter http and https protocols. GIO/GVfs handles them but it's
3919         impossible to implement iradio/icecast with it. Better use
3920         souphttpsrc or something else for this.
3921
3922         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3923         If getting the file informations by a query fails try it with the
3924         seek-to-end trick too.
3925
3926 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3927
3928         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3929         (gst_volume_base_init), (gst_volume_class_init),
3930         (volume_process_double), (volume_process_float),
3931         (volume_transform_ip), (plugin_init):
3932         memset buffers to zero if we get a GAP buffer. We usually see a
3933         buffer as one unit so let's handle it as one and don't care about
3934         volume changes while processing one buffer.
3935         Also clean up some stuff a bit.
3936
3937 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3938
3939         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3940         (gst_audio_convert_create_silence_buffer),
3941         (gst_audio_convert_transform):
3942         Make audioconvert GAP-aware by outputting silence buffers when the
3943         input has the GAP flag set. This is up to 8x faster.
3944         Based on a patch by Stefan Kost. Fixes bug #517813.
3945
3946 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3947
3948         * gst/volume/gstvolume.c: (volume_process_double):
3949         Use oil_scalarmultiply_f64_ns() for double processing when it's
3950         available at compile time.
3951
3952 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3953
3954         * configure.ac:
3955         Fix lrint/lrintf checks to actually work. These functions are
3956         in libm on Linux at least so try to link to it.
3957
3958 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3959
3960         * configure.ac:
3961         Back to development - 0.10.18.1
3962
3963 === release 0.10.18 ===
3964
3965 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3966
3967         * configure.ac:
3968           releasing 0.10.18, "I will follow"
3969
3970 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3971
3972         * configure.ac:
3973         * win32/common/config.h:
3974         0.10.17.4 pre-release
3975
3976 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3979         Use GST_STR_NULL when trying to print strings that could be NULL because
3980         this might crash on some platforms. See #520808.
3981
3982 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3983
3984         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3985
3986         * gst-libs/gst/rtsp/gstrtspconnection.c:
3987         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3988         (read_line), (gst_rtsp_connection_read_internal):
3989         Generic Windows fixes that makes libgstrtsp work on Windows when
3990         coupled with the new GstPoll API. See #520808.
3991
3992 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3993
3994         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3995
3996         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3997           If seeking to a new position succeeds don't simply return from
3998           create() without creating a buffer. Do this only in the case
3999           seeking to the new position fails. Fixes bug #523054.
4000
4001 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4002
4003         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4004           (gst_video_format_from_rgba32_masks):
4005           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4006           (#522635).
4007
4008         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4009           Add unit test for the RGB caps parsing and creation, checking for
4010           internal consistency of the new API and consistency of the API with
4011           the old GST_VIDEO_CAPS_* defines.
4012
4013 2008-03-14  David Schleef  <ds@schleef.org>
4014
4015         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4016           because -base is in freeze.
4017
4018 2008-03-14  David Schleef  <ds@schleef.org>
4019
4020         Patch by: William M. Brack
4021
4022         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4023
4024 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4025
4026         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4027         (gst_selector_pad_chain):
4028         * gst/playback/gststreamselector.h:
4029         Revert change that caused regression until a real fix is found.
4030         Fixes #522203.
4031
4032 2008-03-12  Michael Smith <msmith@fluendo.com>
4033
4034         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4035         * gst-libs/gst/audio/gstringbuffer.h:
4036           Rename recently added buffer types to make more sense.
4037         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4038         (gst_alsasink_write):
4039           Adapt for above API changes.
4040           Fixes bug #520523.
4041
4042 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4043
4044         * win32/common/libgstnetbuffer.def:
4045         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4046
4047 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4048
4049         * configure.ac:
4050         * win32/common/config.h:
4051         0.10.17.3 pre-release
4052
4053 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4054
4055         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4056         (gst_base_audio_src_create):
4057         Fix duration when no clock was provided. Fixes #520300.
4058
4059 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4060
4061         Patch by: Olivier Crete  <tester at tester ca>
4062
4063         * docs/libs/gst-plugins-base-libs-sections.txt:
4064         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4065         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4066         Add trivial function to compare GstNetAddress. See #520626.
4067         API: GstNetBuffer::gst_netaddress_equal
4068
4069 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4070
4071         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4072         Update mode property docs, it's deprecated now.
4073
4074 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4075
4076         * gst-libs/gst/rtsp/gstrtspconnection.c:
4077         (gst_rtsp_connection_create):
4078         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4079         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4080         * gst/tcp/gstmultifdsink.h:
4081         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4082         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4083         Remove GstPollMode from gstpoll constructor.
4084
4085 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4086
4087         * configure.ac:
4088         * win32/common/config.h:
4089         0.10.17.2 pre-release
4090
4091 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4092
4093         * gst/Makefile.am:
4094         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4095         them twice
4096
4097         * win32/common/libgstinterfaces.def:
4098         * win32/common/libgstrtp.def:
4099         Add new API to the defs
4100
4101 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4102
4103         Patch by: Mersad Jelacic  <mersad at axis dot com>
4104
4105         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4106         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4107         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4108         possible to specify the sample size in bits. (#509637)
4109
4110 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4111
4112         * tests/check/libs/mixer.c:
4113           Add a few simple checks for the new message types.
4114
4115 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4116
4117         * docs/libs/gst-plugins-base-libs-sections.txt:
4118         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4119           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4120           (gst_mixer_message_get_type),
4121           (gst_mixer_message_parse_option_changed),
4122           (gst_mixer_message_parse_options_list_changed):
4123         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4124           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4125           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4126           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4127           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4128           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4129
4130 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4131
4132         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4133           (gst_mixer_options_get_values):
4134         * gst-libs/gst/interfaces/mixeroptions.h:
4135           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4136           (_GstMixerOptions), (_GstMixerOptionsClass):
4137           API: add GstMixerOptions::get_values vfunc (#519906)
4138
4139 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4140
4141         * configure.ac:
4142         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4143         plug-ins are included/excluded. (#498222)
4144
4145 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4146
4147         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4148         Add typefinder for IMelody files, using audio/x-imelody.
4149         See bug #519516.
4150
4151 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4152
4153         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4154         * ext/alsa/gstalsasink.c: (set_hwparams):
4155         * ext/alsa/gstalsasrc.c: (set_hwparams):
4156         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4157         * ext/ogg/gstoggmux.h:
4158         * ext/ogg/gstogmparse.c:
4159         * gst-libs/gst/audio/audio.c:
4160         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4161         * gst-libs/gst/pbutils/missing-plugins.c:
4162         (gst_missing_uri_sink_message_new),
4163         (gst_missing_element_message_new),
4164         (gst_missing_decoder_message_new),
4165         (gst_missing_encoder_message_new):
4166         * gst-libs/gst/rtp/gstbasertppayload.c:
4167         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4168         (gst_rtcp_packet_bye_get_reason):
4169         * gst/audioconvert/gstaudioconvert.c:
4170         * gst/audioresample/gstaudioresample.c:
4171         * gst/ffmpegcolorspace/imgconvert.c:
4172         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4173         * gst/typefind/gsttypefindfunctions.c:
4174         * gst/videoscale/vs_4tap.c:
4175         * gst/videoscale/vs_4tap.h:
4176         * sys/v4l/gstv4lelement.c:
4177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4178         * sys/v4l/v4l_calls.c:
4179         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4180         (gst_v4lsrc_try_capture):
4181         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4182         (gst_ximagesink_ximage_new):
4183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4184         (gst_xvimagesink_xvimage_new):
4185         * tests/check/elements/audioconvert.c:
4186         * tests/check/elements/audioresample.c:
4187         (fail_unless_perfect_stream):
4188         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4189         * tests/check/elements/decodebin.c:
4190         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4191         (setup_gdpdepay_streamheader):
4192         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4193         (setup_gdppay_streamheader):
4194         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4195         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4196         * tests/check/elements/textoverlay.c:
4197         * tests/check/elements/videorate.c: (setup_videorate):
4198         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4199         * tests/check/elements/volume.c: (setup_volume):
4200         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4201         * tests/check/elements/vorbistag.c:
4202         * tests/check/generic/clock-selection.c:
4203         * tests/check/generic/states.c: (setup), (teardown):
4204         * tests/check/libs/cddabasesrc.c:
4205         * tests/check/libs/video.c:
4206         * tests/check/pipelines/gio.c:
4207         * tests/check/pipelines/oggmux.c:
4208         * tests/check/pipelines/simple-launch-lines.c:
4209         (simple_launch_lines_suite):
4210         * tests/check/pipelines/streamheader.c:
4211         * tests/check/pipelines/theoraenc.c:
4212         * tests/check/pipelines/vorbisdec.c:
4213         * tests/check/pipelines/vorbisenc.c:
4214         * tests/examples/seek/scrubby.c:
4215         * tests/examples/seek/seek.c: (query_positions_elems),
4216         (query_positions_pads):
4217         * tests/icles/stress-xoverlay.c: (myclock):
4218         Correct all relevant warnings found by the sparse semantic code
4219         analyzer. This include marking several symbols static, using
4220         NULL instead of 0 for pointers and using "foo (void)" instead
4221         of "foo ()" for declarations.
4222
4223         * win32/common/libgstrtp.def:
4224         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4225
4226 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4227
4228         Patch by: José Alburquerque <jaalburqu svn gnome org>
4229
4230         * gst/playback/gstplaybin2.c:
4231           Make the function signature of the _get_*_tags() functions match
4232           the signature of the vfuncs they implement, ie. return a
4233           GstTagList rather than a GstStructure, which is more correct,
4234           even if one is typedef'ed to the other (#518940).
4235
4236 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * gst-libs/gst/rtsp/gstrtspconnection.c:
4239           Don't include unix headers unconditionally (fixes #518037).
4240
4241 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4242
4243         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4244           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4245           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4246           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4247           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4248           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4249           (gst_video_format_is_packed), (video_format_is_packed):
4250           Add unit test that makes sure that the strides, offsets and
4251           sizes returned for the various YUV formats by the new video API
4252           match the old reference implementation in videotestsrc.
4253
4254 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4255
4256         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4257           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4258           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4259           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4260           (gst_video_format_get_pixel_stride),
4261           (gst_video_format_get_component_width),
4262           (gst_video_format_get_component_height),
4263           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4264         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4265           (GST_VIDEO_FORMAT_Y42B):
4266           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4267
4268 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4271           YV12 is I420 with swapped components 1 and 2, so the offset of
4272           component 1 for I420 should be the offset for component 2 for YV12
4273           and vice versa.
4274
4275 2008-02-29  Rene Stadler  <mail@renestadler.de>
4276
4277         * sys/v4l/gstv4lelement.c:
4278         Add missing semicolon to fix indentation.
4279
4280 2008-02-29  Julien Moutte  <julien@fluendo.com>
4281
4282         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4283         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4284         if we can do SPDIF output.
4285         * ext/alsa/gstalsa.h:
4286         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4287         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4288         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4290         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4291         to support AC3, EC3 and IEC958 buffers.
4292
4293 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4294
4295         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4296           (gst_mixer_message_parse_mute_toggled),
4297           (gst_mixer_message_parse_record_toggled),
4298           (gst_mixer_message_parse_volume_changed),
4299           (gst_mixer_message_parse_option_changed):
4300           De-cruft and fix message type assertions (NULL is not a really
4301           valid mixer message type string).
4302
4303 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4304
4305         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4306         When negotiating, actually start from a format that we can support
4307         instead of from the too generic template.
4308
4309 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4310
4311         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4312         Enable vis setting.
4313
4314         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4315         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4316         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4317         (gen_vis_chain):
4318         Implement vis switching while playing.
4319
4320 2008-02-28  David Schleef  <ds@schleef.org>
4321
4322         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4323
4324 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4325
4326         Patch by: Peter Kjellerstedt  <pkj at axis com>
4327
4328         * gst/tcp/Makefile.am:
4329         * gst/tcp/fdsetstress.c:
4330         * gst/tcp/gstfdset.c:
4331         * gst/tcp/gstfdset.h:
4332         Removed fdset and stress test, they are now known as GstPoll in
4333         core. 
4334
4335         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4336         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4337         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4338         (gst_multi_fd_sink_handle_client_write),
4339         (gst_multi_fd_sink_queue_buffer),
4340         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4341         (gst_multi_fd_sink_stop):
4342         * gst/tcp/gstmultifdsink.h:
4343         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4344         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4345         (gst_tcp_gdp_read_caps):
4346         * gst/tcp/gsttcp.h:
4347         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4348         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4349         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4350         * gst/tcp/gsttcpclientsink.h:
4351         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4352         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4353         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4354         * gst/tcp/gsttcpclientsrc.h:
4355         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4356         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4357         * gst/tcp/gsttcpserversink.h:
4358         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4359         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4360         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4361         * gst/tcp/gsttcpserversrc.h:
4362         Port to GstPoll. See #505417.
4363
4364 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4365
4366         Patch by: Peter Kjellerstedt  <pkj at axis com>
4367
4368         * gst-libs/gst/rtsp/gstrtspconnection.c:
4369         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4370         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4371         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4372         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4373         (gst_rtsp_connection_flush):
4374         * gst-libs/gst/rtsp/gstrtspconnection.h:
4375         Use GstPoll for the rtsp connection. See #505417.
4376
4377 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4378
4379         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4380         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4381         Add combo box for visualisations, populate it with a factory list
4382         of all visualisation plugins, configure vis plugin instance in
4383         playbin2. 
4384
4385 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4386
4387         * tests/check/libs/rtp.c: (GST_START_TEST):
4388         Add check for RTP buffer defaults, padding and marker bit API.
4389
4390 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4391
4392         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4393         Use memcpy() instead of upcasting a byte array to long *. This
4394         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4395         This should be ported to GCheckSum once we can use GLib 2.16.
4396         Partially fixes bug #500833.
4397
4398 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4399
4400         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4401           Push tag event after the newsegment event. Log the pointer of
4402           the buffer we're actually going to push rather than the buffer
4403           we're feeding to _make_metadata_writable().
4404
4405 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4406
4407         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4408         Comment smoke typefinder for now. The smokedec plugin needs one
4409         frame per buffer but we have no parser yet, thus it simply crashes
4410         in most situations.
4411
4412 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4413
4414         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4415         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4416
4417 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4418
4419         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4420         (plugin_init):
4421         Add midi typefinder, copied from the timidity plugin.
4422
4423 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4424
4425         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4426
4427         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4428         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4429           (subparse_suite):
4430           Forward slashes at the beginning and end of a line also signify
4431           italics (Fixes: #518162).
4432
4433 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4434
4435         * tests/check/gst-plugins-base.supp:
4436         Add a suppression for a cached value in GIO that wasn't moved
4437         while moving gio from -bad to -base.
4438
4439 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4440
4441         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4442
4443         * configure.ac:
4444         Don't hardcode -Wall and -Werror for configure checks, this fails
4445         with non-GCC compilers. Fixes bug #517991.
4446
4447 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4448
4449         * gst/audioconvert/gstaudioconvert.c:
4450         * gst/audioconvert/gstaudioquantize.c:
4451         * gst/audioconvert/gstaudioquantize.h:
4452           Make audioconvert gap aware. If noiseshaping is used, wait for
4453           noiseshaping to converge before marking as GAP. Fixes #517813.
4454
4455 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4456
4457         * gst/audiotestsrc/gstaudiotestsrc.c:
4458           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4459
4460 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4461
4462         * ext/gnomevfs/gstgnomevfssink.c:
4463         (gst_gnome_vfs_sink_handle_event):
4464         Return FALSE when seeking for a new segment fails instead
4465         of silently ignoring the failure and appending every buffer
4466         that comes for the new segment.
4467
4468 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4469
4470         * gst/playback/gstplaysink.c: (find_property),
4471         (gst_play_sink_find_property), (gen_video_chain),
4472         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4473         Recursively search the sink element for a last-frame property so that we
4474         can also find the property in autovideosink and friends that don't
4475         always proxy the internal sink properties.
4476
4477 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4478
4479         * gst-libs/gst/audio/multichannel.c:
4480           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4481           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4482           (gst_audio_set_structure_channel_positions_list),
4483           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4484           (gst_audio_fixate_channel_positions):
4485           Fix confusing terminology in docs and code: structure fields are
4486           'fields' and not 'properties'.
4487
4488 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4489
4490         * gst-libs/gst/audio/multichannel.c:
4491           (gst_audio_check_channel_positions), (add_list_to_struct):
4492           Give more useful warning messages if one of the channel
4493           layout enums passed to us is invalid and if the "channels"
4494           field in the caps has a GType we don't expect.
4495
4496 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4497
4498         * gst-libs/gst/audio/multichannel.c:
4499           Fix typo in docs blurb.
4500
4501 2008-02-19  Julien Moutte  <julien@fluendo.com>
4502
4503         Patch by: Josep Torra Valles <josep@fluendo.com>
4504
4505         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4506         typefind lookup to fix typefinding on HD clips.
4507
4508 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4509
4510         * gst/playback/gstscreenshot.c:
4511         * gst/playback/gstscreenshot.h:
4512           Fix up copyright (I rewrote the GStreamer-0.10 code for
4513           this from scratch back in the days).
4514
4515 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4516
4517         * gst/playback/Makefile.am:
4518         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4519         (create_element), (gst_play_frame_conv_convert):
4520         * gst/playback/gstscreenshot.h:
4521         Add screenshot conversion code from totem.
4522
4523         * gst/playback/gstplay-marshal.list:
4524         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4525         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4526         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4527         Implement frame property to get a color-unconverted snapshot.
4528         Implement convert-frame action signal to get a converted snapshot image.
4529         Configure connection speed in uridecodebin.
4530         Document some more properties.
4531
4532         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4533         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4534         (gst_play_sink_get_last_frame):
4535         * gst/playback/gstplaysink.h:
4536         Use last-buffer property of the video sink to get a video snapshot.
4537
4538         * tests/examples/seek/seek.c: (shot_cb), (main):
4539         Add snapshot button for playbin2 and use the frame property to save the
4540         frame as a png in the current directory.
4541
4542 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4543
4544         Patch by: Josep Torra Valles <josep at fluendo dot com>
4545
4546         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4547         (plugin_init):
4548         Add typefinding support for h264 elementary streams.
4549         Fixes bug #517420.
4550
4551 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4552
4553         * configure.ac:
4554           Require CVS of core for new API in collectpads.
4555
4556         * gst/adder/gstadder.c:
4557           Use new API to make adder sparse stream aware.
4558
4559 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4560
4561         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4562         (no_more_pads_cb):
4563         Get the object data correct so that we can remove our channels
4564         correctly.
4565
4566         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4567         (gen_vis_chain), (gst_play_sink_reconfigure),
4568         (gst_play_sink_request_pad):
4569         Add option to disable async behaviour in the sinks when possible. This
4570         makes it possible to avoid an audio queue when dealing with
4571         visualisations.
4572         Add option to add a queue for the audio path.
4573
4574         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4575         (main):
4576         Disable the vis checkbox to match the defaults of playbin2.
4577         Only get the stream info when we need to.
4578
4579 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4580
4581         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4582         (gst_gio_base_sink_set_stream):
4583         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4584         (gst_gio_base_src_set_stream):
4585         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4586         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4587         Don't use async operations as they require a running main loop.
4588         This makes us block again when closing streams and unable
4589         to mount the enclosing volume of an URI if it isn't yet.
4590
4591 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4592
4593         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4594         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4595         (gen_vis_chain), (gst_play_sink_reconfigure),
4596         (gst_play_sink_request_pad):
4597         Move tee in front of the audio and vis pipelines.
4598         Add queue for audio for now.
4599         Add visualisation support.
4600
4601         * tests/examples/seek/seek.c: (main):
4602         Visualisation is by default disabled.
4603
4604 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4605
4606         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4607         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4608         Improve debugging a bit.
4609
4610         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4611         * ext/gio/gstgiosink.h:
4612         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4613         * ext/gio/gstgiosrc.h:
4614         Try to mount the enclosing volume of a GFile if it isn't mounted
4615         yet. This requires us to wait for an async operation to finish, done
4616         with an nested GMainLoop. Authentication is not supported yet, will
4617         come later.
4618
4619 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4620
4621         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4622         (gst_play_bin_set_property), (gst_play_bin_get_property),
4623         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4624         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4625         (gst_play_sink_get_mute), (gen_audio_chain):
4626         * gst/playback/gstplaysink.h:
4627         Add mute property.
4628
4629         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4630         (gst_selector_pad_chain):
4631         * gst/playback/gststreamselector.h:
4632         Make sure we forward the event only once.
4633
4634         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4635         Add and implement the mute button for playbin2.
4636
4637 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4638
4639         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4640
4641         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4642         Add some more debug info.
4643         Make sure we never return a negative delay. Fixes #516246.
4644
4645 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4646
4647         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4648           Revert patch that makes the sink hold the object lock when
4649           calling snd_pcm_delay(), since it breaks playback for me.
4650
4651 2008-02-12  Julien Moutte  <julien@fluendo.com>
4652
4653         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4654         some seek flags when changing rate.
4655
4656 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4657
4658         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4659         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4660         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4661         Fix potential leaks.
4662
4663         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4664         Fix leak when there is no function configured.
4665
4666 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4667
4668         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4669         (gst_v4lsrc_buffer_finalize):
4670         Correctly chain up the finalize method.
4671
4672 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4673
4674         * ext/gio/gstgiostreamsink.c:
4675         * ext/gio/gstgiostreamsrc.c:
4676         Add documentation and example code for giostreamsink/giostreamsrc.
4677
4678         * tests/check/pipelines/gio.c: (GST_START_TEST):
4679         Ask the GMemoryOutputStream for the data instead of assuming that
4680         the pointer to the data stayed the same. It could've been realloc'ed.
4681
4682 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4683
4684         * ext/gio/gstgiosink.c:
4685         * ext/gio/gstgiosrc.c:
4686         Make the documentation of giosink/giosrc complete, large parts
4687         are based on the gnomevfssink/gnomevfssrc docs.
4688
4689 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4690
4691         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4692         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4693         * docs/plugins/gst-plugins-base-plugins.args:
4694         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4695         * docs/plugins/gst-plugins-base-plugins.interfaces:
4696         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4697         * docs/plugins/gst-plugins-base-plugins.signals:
4698         * docs/plugins/inspect/plugin-adder.xml:
4699         * docs/plugins/inspect/plugin-audioconvert.xml:
4700         * docs/plugins/inspect/plugin-audiorate.xml:
4701         * docs/plugins/inspect/plugin-audioresample.xml:
4702         * docs/plugins/inspect/plugin-decodebin.xml:
4703         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4704         * docs/plugins/inspect/plugin-gdp.xml:
4705         * docs/plugins/inspect/plugin-gio.xml:
4706         * docs/plugins/inspect/plugin-gnomevfs.xml:
4707         * docs/plugins/inspect/plugin-libvisual.xml:
4708         * docs/plugins/inspect/plugin-ogg.xml:
4709         * docs/plugins/inspect/plugin-pango.xml:
4710         * docs/plugins/inspect/plugin-playback.xml:
4711         * docs/plugins/inspect/plugin-queue2.xml:
4712         * docs/plugins/inspect/plugin-subparse.xml:
4713         * docs/plugins/inspect/plugin-theora.xml:
4714         * docs/plugins/inspect/plugin-uridecodebin.xml:
4715         * docs/plugins/inspect/plugin-videorate.xml:
4716         * docs/plugins/inspect/plugin-videoscale.xml:
4717         * docs/plugins/inspect/plugin-volume.xml:
4718         * docs/plugins/inspect/plugin-vorbis.xml:
4719         Add the GIO documentation again and while at that run make update.
4720
4721 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4722
4723         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4724         * ext/alsa/gstalsasink.c: (set_swparams):
4725         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4726           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4727           against libasound >= 1.0.16, since it's been deprecated in
4728           0.10.16, and alignment is always 1 then, apparently. (#512899)
4729
4730 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         * gst/playback/gstplaybin.c: (gen_audio_element):
4733         * gst/playback/gstplaysink.c: (gen_audio_chain):
4734           Handle case where we can't create the volume element a bit
4735           better (#514307).
4736
4737 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4738
4739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4740         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4741           Add support for https protocol. Fixes #510229.
4742
4743 2008-02-11  Julien Moutte  <julien@fluendo.com>
4744         
4745         Patch by: Alan Peevers <peeves@pacbell.net>
4746
4747         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4748         lock when calling alsa methods.
4749
4750 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4751
4752         * gst/typefind/gsttypefindfunctions.c:
4753           Bump rank of jpeg and png typefinders, which will return maximum
4754           probability in the most common cases (thus short-circuiting more
4755           expensive typefinders like the mp3 one for these two quite common
4756           image types).
4757
4758 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4759
4760         * ext/theora/theoraparse.c:
4761         Fix long description of the theora parser to be more verbose than just
4762         the type name.
4763
4764 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4765
4766         Patch by: Branko Čibej <brane at xbc dot nu>
4767
4768         * sys/xvimage/xvimagesink.c:
4769         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4770         Fixes bug #515654.
4771
4772 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4773
4774         * gst/playback/gstplaybasebin.c:
4775         Set is_dynamic as True if there are elements with both request
4776         and sometimes src pad templates instead of breaking out when it
4777         finds the first pad template that is a src.
4778
4779 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4780
4781         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4782         (update_streams), (video_combo_cb), (audio_combo_cb),
4783         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4784         Add some stream switching and volume gui for playbin2.
4785
4786 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4787
4788         * gst/playback/gstplay-marshal.list:
4789         Added marshal for streamselector Tags.
4790
4791         * gst/playback/gstplaybasebin.c: (set_active_source):
4792         Streamselector now selects pads based on the pad object instead of its
4793         name.
4794
4795         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4796         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4797         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4798         (gst_play_bin_get_text_tags),
4799         (gst_play_bin_set_current_video_stream),
4800         (gst_play_bin_set_current_audio_stream),
4801         (gst_play_bin_set_current_text_stream),
4802         (gst_play_bin_set_property), (gst_play_bin_get_property),
4803         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4804         Remove option to mute streams with the current-a/v/t property, we have
4805         this functionality in the flags.
4806         Add signals to notify when the number of A/V/T channels changed.
4807         Add action signals to get tags for the A/V/T streams.
4808         Implement setting the current A/V/T stream.
4809         Rearrange some things to simplify stream selection.
4810         Implement volume.
4811
4812         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4813         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4814         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4815         (activate_vis), (gst_play_sink_reconfigure):
4816         * gst/playback/gstplaysink.h:
4817         Add and implement volume setting methods.
4818
4819         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4820         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4821         (gst_selector_pad_event), (gst_stream_selector_class_init),
4822         (gst_stream_selector_init), (gst_stream_selector_finalize),
4823         (gst_stream_selector_set_property),
4824         (gst_stream_selector_get_property),
4825         (gst_stream_selector_get_linked_pad),
4826         (gst_stream_selector_request_new_pad):
4827         * gst/playback/gststreamselector.h:
4828         Add pad properties for tags and status of pads.
4829         Keep tags on pads.
4830         Make active pad selection based on pad object instead of name.
4831
4832 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4833
4834         * configure.ac:
4835           Revert last change as we now check in gtk-doc.m4 for sed.
4836
4837 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4838
4839         * configure.ac:
4840         Find and subst SED when building the docs.
4841
4842 2008-02-08  Julien Moutte  <julien@fluendo.com>
4843
4844         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4845         (main): Make sure bus signals are reconnected when pressing STOP
4846         and then PLAY again for a parse launch pipeline. Fix a ref leak
4847         on the bus.
4848         * win32/common/config.h: Updated.
4849
4850 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4851
4852         * configure.ac:
4853         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4854         pre-releases or releases.
4855
4856 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4857
4858         * configure.ac:
4859         * ext/gio/Makefile.am:
4860         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4861         reporting
4862
4863 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4864
4865         * docs/plugins/Makefile.am:
4866         Add the headers which need scanning for the GIO plugin. The rest of
4867         the docs still need migrating.
4868
4869 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4870
4871         * ext/Makefile.am:
4872         * tests/check/Makefile.am:
4873         * tests/check/pipelines/.cvsignore:
4874         Add gio in a few more places.
4875
4876 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4877
4878         * configure.ac:
4879         * ext/Makefile.am:
4880         * tests/check/Makefile.am:
4881         Move gio plugin from -bad and mark as experimental.
4882
4883 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4884
4885         * gst-libs/gst/interfaces/mixeroptions.c:
4886         * gst-libs/gst/interfaces/mixertrack.c:
4887         Comment out a couple of other things which break the build when
4888         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4889
4890 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4891
4892         * docs/libs/gst-plugins-base-libs-sections.txt:
4893           Fix pbutils header.
4894
4895 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4896
4897         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4898         Fix compiler warning.
4899
4900 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4901
4902         Patch by: Peter Kjellerstedt  <pkj at axis com>
4903
4904         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4905         Clear the addrinfo struct using memset. Fixes #514937.
4906
4907 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4908
4909         * gst/tcp/gstfdset.h:
4910         Remove unused field to same some memory.
4911
4912         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4913         Mark action signals as such.
4914
4915 2008-02-06  Michael Smith <msmith@fluendo.com>
4916
4917         * ext/theora/theoradec.c: (_theora_granule_frame),
4918         (_inc_granulepos):
4919           Increment granulepos for new-bitstream versions appropriately.
4920           Fixes #514623.
4921
4922 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4923
4924         * tests/examples/seek/seek.c: (do_seek),
4925         (rate_spinbutton_changed_cb), (update_streams), (main):
4926         Remove obsolete stream_time reset after flushing seek, core does that
4927         automatically now.
4928         Improve accuracy of speed spinbutton.
4929         Only do playbin2 stuff when we actually use it.
4930
4931 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * tests/check/Makefile.am:
4934           Revert previous change of the test environment's GST_PLUGIN_PATH.
4935           The problem is not with the plugins, but with element factories
4936           and only occurs if elements are split out from existing plugins
4937           or if plugins change name (see #512740).
4938
4939 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4940
4941         * tests/check/Makefile.am:
4942           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4943           with the core's plugins first and our local build directories last,
4944           since we might be building against an installed core, and that
4945           core's plugin directory may contain older or other versions of
4946           our own -base plugins, but we really do want to test our local
4947           ones (if there are multiple plugins or element factories with the
4948           same name, those inspected last will trump those read in earlier).
4949           Fixes #512740 for the most part.
4950
4951 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4952
4953         * configure.ac:
4954         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4955         Use gmtime_r if available as gmtime is not MT-safe.
4956         Fixes bug #511810.
4957
4958 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4959
4960         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4961         Cast glong to time_t as time_t might have a different type on
4962         other platforms, like FreeBSD, and we get a compiler warning
4963         otherwise. Fixes bug #511825.
4964
4965 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4966
4967         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4968         (get_group), (get_n_pads), (gst_play_bin_get_property),
4969         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4970         (autoplug_select_cb), (deactivate_group):
4971         Remove stream-info, we going for something easier.
4972         Refactor getting the current group.
4973         Implement getting the number of audio/video/text streams.
4974
4975         * gst/playback/gststreamselector.c:
4976         (gst_stream_selector_class_init), (gst_stream_selector_init),
4977         (gst_stream_selector_get_property),
4978         (gst_stream_selector_request_new_pad),
4979         (gst_stream_selector_release_pad):
4980         * gst/playback/gststreamselector.h:
4981         Add property for number of pads.
4982
4983         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4984         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4985         (text_toggle_cb), (update_streams), (msg_async_done),
4986         (msg_state_changed), (main):
4987         Block slider callback when updating the slider position.
4988         Add gui elements for controlling playbin2.
4989         Add callback for async_done that updates position/duration.
4990
4991 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4992
4993         * docs/plugins/Makefile.am:
4994         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4995         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4996         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4997         * docs/plugins/gst-plugins-base-plugins.interfaces:
4998         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4999           First round of plugin docs cleansups.
5000
5001         * docs/plugins/inspect/plugin-adder.xml:
5002         * docs/plugins/inspect/plugin-alsa.xml:
5003         * docs/plugins/inspect/plugin-audioconvert.xml:
5004         * docs/plugins/inspect/plugin-audiorate.xml:
5005         * docs/plugins/inspect/plugin-audioresample.xml:
5006         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5007         * docs/plugins/inspect/plugin-cdparanoia.xml:
5008         * docs/plugins/inspect/plugin-decodebin.xml:
5009         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5010         * docs/plugins/inspect/plugin-gdp.xml:
5011         * docs/plugins/inspect/plugin-gnomevfs.xml:
5012         * docs/plugins/inspect/plugin-libvisual.xml:
5013         * docs/plugins/inspect/plugin-ogg.xml:
5014         * docs/plugins/inspect/plugin-pango.xml:
5015         * docs/plugins/inspect/plugin-subparse.xml:
5016         * docs/plugins/inspect/plugin-tcp.xml:
5017         * docs/plugins/inspect/plugin-theora.xml:
5018         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5019         * docs/plugins/inspect/plugin-video4linux.xml:
5020         * docs/plugins/inspect/plugin-videorate.xml:
5021         * docs/plugins/inspect/plugin-videoscale.xml:
5022         * docs/plugins/inspect/plugin-videotestsrc.xml:
5023         * docs/plugins/inspect/plugin-volume.xml:
5024         * docs/plugins/inspect/plugin-vorbis.xml:
5025         * docs/plugins/inspect/plugin-ximagesink.xml:
5026         * docs/plugins/inspect/plugin-xvimagesink.xml:
5027           Regenerate.
5028
5029         * ext/ogg/Makefile.am:
5030         * ext/ogg/gstoggmux.c:
5031         * ext/ogg/gstoggmux.h:
5032           Add header for oggmux. the c-file needs a doc blob still.
5033
5034 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5035
5036         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5037
5038         * gst-libs/gst/rtp/gstrtpbuffer.c:
5039         (gst_rtp_buffer_set_extension_data):
5040         * gst-libs/gst/rtp/gstrtpbuffer.h:
5041         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5042         Add gst_rtp_buffer_set_extension_data() 
5043         Add a unit test for this addition. Fixes #511478.
5044         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5045
5046 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5047
5048         * configure.ac:
5049         Back to CVS
5050
5051 === release 0.10.17 ===
5052
5053 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5054
5055         * configure.ac:
5056           releasing 0.10.17, "Peanut Butter and Jelly"
5057
5058 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5059
5060         * gst-libs/gst/interfaces/mixeroptions.c:
5061         * gst-libs/gst/interfaces/mixertrack.c:
5062         Also remove the conditional registration of the signals
5063         that disappeared with the ABI change in 0.10.14
5064
5065 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5066
5067         * gst-libs/gst/rtsp/gstrtspconnection.c:
5068         Revert patch to gstrtspconnection.c for brown paper bag
5069         release of -base. Re-opens: #511825
5070
5071 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5072
5073         * gst-libs/gst/interfaces/mixeroptions.h:
5074         * gst-libs/gst/interfaces/mixertrack.h:
5075         Change the way these deprecated function pointers are removed
5076         so that the compiled ABI is unconditionally smaller. This 
5077         sets in stone an ABI break that actually occurred when the
5078         things were deprecated in 0.10.14, which seems to be the best
5079         fix as the only known users are oss-mixer and sunaudio-mixer in 
5080         gst-plugins-good.
5081         Fixes: #513018
5082
5083 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5084
5085         * win32/common/libgstpbutils.def:
5086           Export the two new _get_type() functions which are needed
5087           by the python bindings.
5088
5089 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5090
5091         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5092         Cast glong to time_t as time_t might have a different type on
5093         other platforms, like FreeBSD, and we get a compiler warning
5094         otherwise. Fixes bug #511825.
5095
5096 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5097
5098         * gst-libs/gst/audio/gstaudiofilter.c:
5099         (gst_audio_filter_class_init):
5100         Initialize the GstRingerBuffer class to get it's debug category
5101         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5102         category and otherwise we get some g_critical(). Fixes bug #512334.
5103
5104 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5105
5106         * configure.ac:
5107         Back to CVS
5108
5109 === release 0.10.16 ===
5110
5111 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5112
5113         * configure.ac:
5114           releasing 0.10.16, "Scheduled Interruption"
5115
5116 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5117
5118         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5119
5120         * gst-libs/gst/rtp/gstrtpbuffer.c:
5121         (gst_rtp_buffer_get_extension_data):
5122         Fix typos and wrong extension check. Fixes #511274.
5123
5124 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5125
5126         * po/sk.po:
5127         Oops - add new sk.po mentioned in the LINGUAS I just committed
5128
5129 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5130
5131         * po/LINGUAS:
5132         Add ca translation to the disted list.
5133
5134         * win32/vs6/libgstsdp.dsp:
5135         Convert line endings to CRLF
5136
5137 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5138
5139         * win32/MANIFEST:
5140         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5141
5142 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5143
5144         * win32/common/libgstsdp.def:
5145         * win32/common/libgstvideo.def:
5146         Add new API declarations
5147
5148 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5149
5150         * ext/theora/gsttheoradec.h:
5151         * ext/theora/gsttheoraparse.h:
5152         * ext/theora/theoradec.c:
5153         * ext/theora/theoraparse.c:
5154         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5155         and parser by inspecting the bitstream version of the incoming data.
5156
5157 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5158
5159         * configure.ac:
5160         * pkgconfig/Makefile.am:
5161         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5162         * pkgconfig/gstreamer-audio.pc.in:
5163         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5164         * pkgconfig/gstreamer-cdda.pc.in:
5165         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5166         * pkgconfig/gstreamer-fft.pc.in:
5167         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5168         * pkgconfig/gstreamer-floatcast.pc.in:
5169         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5170         * pkgconfig/gstreamer-interfaces.pc.in:
5171         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5172         * pkgconfig/gstreamer-netbuffer.pc.in:
5173         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5174         * pkgconfig/gstreamer-pbutils.pc.in:
5175         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5176         * pkgconfig/gstreamer-riff.pc.in:
5177         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5178         * pkgconfig/gstreamer-rtp.pc.in:
5179         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5180         * pkgconfig/gstreamer-rtsp.pc.in:
5181         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5182         * pkgconfig/gstreamer-sdp.pc.in:
5183         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5184         * pkgconfig/gstreamer-tag.pc.in:
5185         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5186         * pkgconfig/gstreamer-video.pc.in:
5187         Provide one pkg-config file for every gst-plugins-base library.
5188         This makes linking to those libraries much more intuitive and
5189         provides standard pkg-config behaviour for them. Fixes bug #499697.
5190
5191 2008-01-13  David Schleef  <ds@schleef.org>
5192
5193         * gst/videoscale/vs_4tap.c:
5194           Fix valgrind error on 4tap scaling method.
5195
5196 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5197
5198         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5199         Include Winsock2.h for VS6 and use a different way initialize
5200         hints structure so it can build with VS6.
5201         * win32/MANIFEST:
5202         * win32/vs6/libgstsdp.dsp:
5203         * win32/common/libgstsdp.def:
5204         Add new files for libgstsdp.
5205         * win32/vs6/grammar.dsp:
5206         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5207         * win32/vs6/gst_plugins_base.dsw:
5208         * win32/vs6/libgstdecodebin.dsp:
5209         * win32/vs6/libgstdecodebin2.dsp:
5210         * win32/vs6/libgstplaybin.dsp:
5211         * win32/vs6/libgstvolume.dsp:
5212         Add new dependencies to the link list.
5213
5214 2008-01-13  Julien Moutte  <julien@fluendo.com>
5215
5216         * win32/common/config.h:
5217         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5218         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5219         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5220         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5221         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5222         * win32/common/interfaces-enumtypes.c:
5223         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5224         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5225         (gst_mixer_track_flags_get_type),
5226         (gst_tuner_channel_flags_get_type):
5227         * win32/common/multichannel-enumtypes.c:
5228         (gst_audio_channel_position_get_type):
5229         * win32/common/pbutils-enumtypes.c:
5230         (gst_install_plugins_return_get_type):
5231         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5232         in the win32 build directory.
5233
5234 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5235
5236         * tests/check/Makefile.am:
5237         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5238
5239         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5240         * tests/check/elements/playbin.c:
5241         * tests/check/libs/mixer.c: (test_element_interface_supported),
5242         (gst_implements_interface_init):
5243         * tests/check/libs/rtp.c: (GST_START_TEST):
5244         Fix various assignment type mismatches.
5245
5246 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5247
5248         * configure.ac:
5249         * gst-libs/gst/rtsp/Makefile.am:
5250         Add test to see if hstrerror is available or if we need libresolv
5251         (Solaris) for it, then use it in libgstrtsp.
5252
5253 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5254
5255         * gst-libs/gst/tag/Makefile.am:
5256         Fix include path order
5257
5258 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5259
5260         * gst-libs/gst/pbutils/install-plugins.c:
5261         (gst_install_plugins_context_copy),
5262         (gst_install_plugins_context_get_type):
5263         * gst-libs/gst/pbutils/install-plugins.h:
5264         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5265         for bindings.
5266
5267 2008-01-11  Michael Smith <msmith@fluendo.com>
5268
5269         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5270         (_theora_granule_frame), (_theora_granule_start_time),
5271         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5272           Adapt for post-alpha meaning of granulepos, when we
5273           have a newer version of libtheora.
5274         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5275         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5276         (theora_enc_is_discontinuous), (theora_enc_chain):
5277           Likewise.
5278         * tests/check/Makefile.am:
5279           Link libtheora into theoraenc test so we can check which version of
5280           libtheora we're testing against.
5281         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5282         (check_buffer_granulepos),
5283         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5284         (theoraenc_suite):
5285           Adapt tests to check the values that are now defined for theora; make
5286           the tests backwards-adapt the passed values if we're running against an
5287           old libtheora.
5288           Fixes #497964
5289
5290 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5291
5292         * gst-libs/gst/audio/gstbaseaudiosink.c:
5293           (gst_base_audio_sink_class_init):
5294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5295           (gst_base_audio_src_class_init):
5296           Ref audio clock class from a thread-safe context to make sure
5297           we're not bit by GObjects lack of thread-safety here (#349410),
5298            however unlikely that may be in practice.
5299
5300 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5301
5302         * autogen.sh:
5303           Add -Wno-portability to the automake parameters to stop warnings
5304           about GNU make extensions being used. We require GNU make in almost
5305           every Makefile anyway.
5306           
5307         * configure.ac:
5308           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5309           at the same time is required for per target flags.
5310
5311 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5312
5313         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5314           Post an error message if we can't pull as many bytes as we need
5315           for the tag. This makes sure the user gets to see a proper error
5316           message if a file with a partial ID3 tag is fed to decodebin, and
5317           not a 'no ID3 tag demuxer' error, which would be confusing
5318           (see #508138).
5319
5320 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * gst-libs/gst/pbutils/descriptions.c: (formats):
5323           Add description strings for ID3, APE, and ICY tags.
5324
5325 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * gst/playback/gstdecodebin.c: (try_to_link_1):
5328           Make sure we error out correctly if we can't activate one of
5329           the elements we've added.  Fixes #508138.
5330           
5331 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         Patch by: Bastien Nocera <hadess at hadess net>
5334
5335         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5336           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5337           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5338           the volume is the same for all channels. This works around
5339           some problem in alsa that leaves us with inconsistent state
5340           for some reason (#486840).
5341
5342 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5343
5344         Patch by: Jerone Young <jerone at gmail com>
5345
5346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5347           If there's no mixer track by the name of 'Master' or 'Front',
5348           check if there's one called 'PCM' before trying the generic
5349           fallback logic (fixes #506928, where we pick 'Mic' as master
5350           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5351
5352 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5353
5354         * gst/playback/gstplay-enum.c:
5355         (register_gst_autoplug_select_result),
5356         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5357         (gst_play_flags_get_type):
5358         * gst/playback/gstplay-enum.h:
5359         Add enums for configuration flags.
5360
5361         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5362         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5363         (gst_play_bin_get_property), (no_more_pads_cb),
5364         (autoplug_select_cb), (gst_play_bin_change_state):
5365         Merge mode with flags.
5366         Add more property getters/setters, defaults and docs.
5367         Add properties to get number of audio/video/text streams.
5368         Create sink object in _init so that we can always rely on it being
5369         there.
5370
5371         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5372         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5373         (activate_vis), (gst_play_sink_reconfigure),
5374         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5375         (gst_play_sink_change_state):
5376         * gst/playback/gstplaysink.h:
5377         Use flags to configure the sink pipelines.
5378         Add tee before audio pipeline so that we can use it for visualisations.
5379         Start working on integrating visualisations.
5380         Remove mode, we can do everything with the flags now.
5381         Add method to configue the sink pipeline.
5382
5383 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5386           (check_buffer_timestamp), (check_buffer_duration):
5387           Turn these functions into macros so we can see right away
5388           where the failure occured.
5389
5390 2008-01-05  Julien Moutte  <julien@fluendo.com>
5391
5392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5393         debugging information to understand how X calculates the stride
5394         for XvImages.
5395
5396 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5397
5398         * gst/volume/Makefile.am:
5399         * gst/volume/gstvolume.c: (volume_choose_func),
5400         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5401         (volume_setup):
5402         * gst/volume/gstvolume.h:
5403         Use GstAudioFilter as base class for the volume element instead of
5404         plain GstBaseTransform.
5405
5406 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5407
5408         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5409         Don't set element details for the abstract GstAudioFilter class.
5410
5411 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5412
5413         * gst-libs/gst/audio/gstaudiofilter.c:
5414         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5415         Implement get_unit_size() vmethod of GstBaseTransform.
5416
5417 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5418
5419         * gst-libs/gst/pbutils/Makefile.am:
5420         * gst-libs/gst/pbutils/pbutils.h:
5421         Use glib-enum generator to have a proper enum GType for
5422         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5423
5424 2007-12-31  David Schleef  <ds@schleef.org>
5425
5426         * tests/check/Makefile.am:
5427         * tests/check/pipelines/theoraenc.c:
5428           Reenable theoraenc test, which fails on the buildbot but
5429           not locally.
5430
5431 2007-12-31  David Schleef  <ds@schleef.org>
5432
5433         * docs/libs/.cvsignore:
5434         * docs/plugins/.cvsignore:
5435           Add *-undeclared.txt to fix buildbot.
5436
5437 2007-12-31  David Schleef  <ds@schleef.org>
5438
5439         * tests/check/Makefile.am:
5440           Second attempt at disabling theoraenc test long enough to
5441           get buildbot to compile -base.
5442
5443 2007-12-31  David Schleef  <ds@schleef.org>
5444
5445         * tests/check/pipelines/theoraenc.c:
5446           Disable theoraenc test long enough to get the buildbot to
5447           compile a recent -base.
5448
5449 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5450
5451         * tests/examples/seek/seek.c: (stop_cb):
5452         Make sure we reset the slider value to 0.0 without racing against a
5453         possible g_idle that sets it to something else.
5454
5455 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5456
5457         * sys/ximage/ximagesink.c:
5458         fix typo
5459
5460 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5461
5462         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5463         * gst-libs/gst/rtsp/gstrtspdefs.h:
5464         Add Location header so that we can start implementing redirects.
5465         See #506025.
5466
5467 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5468
5469         * gst/subparse/gstssaparse.c:
5470         combine if's
5471
5472 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5473
5474         * gst/subparse/gstssaparse.c:
5475         remove duplicate log message
5476
5477 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5478
5479         * ext/libvisual/visual.c: (gst_visual_chain):
5480         Fix 'xyz may be used uninitialized' compiler warnings caused
5481         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5482         abort() in any case but properly report the error.
5483
5484 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5485
5486         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5487         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5488         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5489         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5490         (autoplug_select_cb), (activate_group), (deactivate_group),
5491         (setup_next_source), (save_current_group),
5492         (gst_play_bin_change_state):
5493         Code cleanups.
5494         Remove next-uri, we can use the uri property just fine.
5495         Fix some crasher.
5496         Unref uridecodebin when switching.
5497         Fix going to READY.
5498
5499         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5500         (gst_play_sink_init), (gst_play_sink_dispose),
5501         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5502         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5503         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5504         (gst_play_sink_set_property), (gst_play_sink_get_property),
5505         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5506         (gen_vis_element), (gst_play_sink_get_mode),
5507         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5508         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5509         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5510         (gst_play_sink_change_state):
5511         * gst/playback/gstplaysink.h:
5512         Add some locking to make things threadsafe.
5513
5514         * gst/playback/test7.c: (about_to_finish_cb):
5515         Fix test.
5516
5517 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5518
5519         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5520           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5521           (gst_video_scale_transform):
5522           Don't claim to be able to handle/transform caps that can't really
5523           be handled by the currently selected scaling method (here: RGB or
5524           packed YUV with 4-tap method). Also add locking to method property.
5525
5526         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5527           (test_basetransform_based):
5528           Some test pipelines for the above (not entirely valgrind clean yet
5529           apparently).
5530
5531 2007-12-21  David Schleef  <ds@schleef.org>
5532
5533         * gst-libs/gst/video/video.c:
5534         * gst-libs/gst/video/video.h:
5535           Add additional RGBA and RGB-24 video formats.
5536
5537 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5538
5539         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5540           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5541           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5542         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5543           (cddabasesrc_suite):
5544           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5545           deprecated in the future (see #498924).
5546
5547 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5550           Don't leak event.
5551
5552 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5553
5554         * gst-libs/gst/riff/riff-read.c:
5555         Use GST_ROUND_UP_2 macro
5556
5557 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5558
5559         * gst/playback/.cvsignore:
5560           Ignore more.
5561
5562 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5563
5564         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5565         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5566           (set_active_source):
5567         * gst/playback/gstplaybasebin.h:
5568         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5569           (setup_sinks), (playbin_set_subtitles_visible):
5570           Make switching off of subtitles work. To avoid all kind of
5571           problems with unlinking of the subtitle input, we just keep
5572           the subtitle inputs linked as they are and tell textoverlay
5573           not to render them. Fixes #373011.
5574           Other subtitle switching issues (esp. when there are both
5575           external and in-stream subtitles) remain. They'll be solved
5576           in playbin2.
5577
5578 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5579
5580         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5581         Init the pad segment too.
5582
5583 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5584
5585         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5586         (gst_audioringbuffer_open_device),
5587         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5588         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5589         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5590         (gst_audio_sink_create_ringbuffer):
5591         Improve debug output.
5592
5593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5594         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5595         Prevent some functions from doing things and failing when the
5596         ringbuffer is not yet acquired.
5597
5598 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5599
5600         * gst-libs/gst/interfaces/interfaces.h:
5601           Also remove interfaces.h from CVS as it is not needed anymore.
5602
5603 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5604
5605         * gst-libs/gst/interfaces/Makefile.am:
5606           interfaces.h is not used anymore so remove it from the build
5607           process.
5608
5609 2007-12-17  David Schleef  <ds@schleef.org>
5610
5611         * gst/videotestsrc/gstvideotestsrc.c:
5612         * gst/videotestsrc/gstvideotestsrc.h:
5613           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5614           for testing vertical refresh synchronization.
5615
5616 2007-12-17  David Schleef  <ds@schleef.org>
5617
5618         * docs/libs/gst-plugins-base-libs-sections.txt:
5619         * gst-libs/gst/video/video.c:
5620         * gst-libs/gst/video/video.h:
5621           Add new GstVideFormat enum and write a bunch of helper functions
5622           based around it.
5623
5624 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5625
5626         * Makefile.am:
5627           Use new common/win32.mak.
5628
5629 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5630
5631         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5632         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5633         Add debug info.
5634         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5635         the parent state change function, just like the audiosink, because the
5636         parent waits for the element to finish its processing before completing
5637         the state change. This makes going to PAUSED a lot snappier.
5638         When going from READY to PAUSED, don't allow the ringbuffer to start
5639         yet.
5640
5641 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5642
5643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5644         Yet another fix for broken software that produce files with an empty
5645         blockalign field. Instead of completely failing, make a second attempt
5646         at guessing the width/depth by looking at strf->size.
5647
5648 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5649
5650         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5651           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5652         * gst-libs/gst/pbutils/install-plugins.c:
5653           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5654         * gst-libs/gst/pbutils/missing-plugins.c:
5655           (gst_missing_plugin_message_get_installer_detail),
5656           (gst_missing_encoder_installer_detail_new):
5657         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5658         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5659           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5660           avoid compiler warnings (#503930).
5661
5662 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5663
5664         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5665         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5666         for jpeg video streams.
5667         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5668         for the above modification.
5669
5670 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5673           (gst_x_overlay_handle_events):
5674           More guards (we don't want klass to end up being NULL).
5675
5676 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5677
5678         * configure.ac:
5679         * gst/volume/gstvolume.c: (gst_volume_init):
5680           Use new gst_base_transform_set_gap_aware() function as volume
5681           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5682           for this.
5683
5684 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5685
5686         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5687         Don't go to READY on EOS as this avoids testing of seeking and
5688         restarting after EOS, use the stop button when you want to READY.
5689         Don't try to do a flushing seek in segment-done, it does not make
5690         sense to use this for gapless playback and is not needed.
5691
5692 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5693
5694         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5695         (reset_rate_timer), (update_in_rates), (update_out_rates),
5696         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5697         (gst_queue_chain), (gst_queue_loop):
5698         Use separate timers for input and output rates.
5699         Pause measuring the output rate when we block for more data.
5700         See #503262.
5701
5702 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5703
5704         * gst/playback/gstqueue2.c: (gst_queue_chain):
5705         Pause the timer to measure the input rate when we block because the
5706         queue is filled. See #503262.
5707
5708 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5709
5710         Patch by: Peter Kjellerstedt  <pkj at axis com>
5711
5712         * gst-libs/gst/rtsp/gstrtspconnection.c:
5713         (gst_rtsp_connection_free):
5714         Close control sockets. Fixes #503440.
5715
5716 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5717
5718         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5719         Expose the right pad in the right place with the right element.
5720
5721 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * gst-libs/gst/pbutils/descriptions.c: (formats):
5724           Add description for 'private' dts caps (who come up with that name?).
5725
5726 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * Makefile.am:
5729           Add check-exports target and run it with 'make check'.
5730
5731         * configure.ac:
5732           Be stricter about what we export in our libraries: change regexp so that
5733           we only export _gst_foo(), but not __gst_foo().
5734
5735         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5736         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5737           Change internal functions to __gst_foo so they dont' get exported.
5738
5739         * win32/common/libgstaudio.def:
5740           Add missing symbols.
5741
5742 2007-12-11  David Schleef  <ds@schleef.org>
5743
5744         * ChangeLog: remove conflict markers
5745
5746 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * ext/gnomevfs/Makefile.am:
5749         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5750           Use gst_tag_freeform_string_to_utf8() here, which also takes
5751           into account any character sets specified by the user via
5752           environment variables.
5753
5754 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5755
5756         * gst/audioconvert/Makefile.am:
5757         Also link to libm.
5758
5759 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5760
5761         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5762         No need for floating point operations here. avoids having to link
5763         against the math library too.
5764
5765 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5766
5767         * gst-libs/gst/pbutils/descriptions.c: (formats),
5768           (format_info_get_desc):
5769         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5770           (GST_START_TEST):
5771           Add one or two missing formats.  Generate ADPCM description
5772           dynamically depending on layout/format.
5773
5774 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5775
5776         * configure.ac:
5777           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5778
5779 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5780
5781         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5782
5783         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5784           Some .srt files start with chunk number 0 and not chunk number 1,
5785           recognise and accept those as well (fixes #502497).
5786
5787         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5788           (test_src):
5789           Add unit test for the above.
5790
5791 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5792
5793         * gst/playback/gstplay-enum.c:
5794         (register_gst_autoplug_select_result),
5795         (gst_autoplug_select_result_get_type):
5796         * gst/playback/gstplay-enum.h:
5797         Add missing files.
5798
5799 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5800
5801         * gst/playback/Makefile.am:
5802         Group decodebin2 and uridecodebin into the same plugin so that they
5803         can share the GEnumType.
5804
5805         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5806         (_gst_select_accumulator), (gst_decode_bin_class_init),
5807         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5808         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5809         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5810         Add signal to sort factories instead of the more awkward autoplug-select
5811         signal.
5812         Modify autoplug_select so that we can try, skip or expose the
5813         autopluggin of an element on a pad.
5814
5815         * gst/playback/gstfactorylists.c: (compare_ranks),
5816         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5817         (element_filter), (gst_factory_list_get_elements),
5818         (gst_factory_list_debug), (gst_factory_list_filter):
5819         * gst/playback/gstfactorylists.h:
5820         Simplify the API, allow getting elements based on mask.
5821
5822         * gst/playback/gstplay-marshal.list:
5823         Add some more marshallers.
5824
5825         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5826         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5827         (autoplug_select_cb), (activate_group):
5828         Add support for managing non-raw sinks by providing a custom element and
5829         sink list to decodebin2.
5830         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5831         decodebin2.
5832
5833         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5834         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5835         * gst/playback/gstplaysink.h:
5836         Add support for raw and non-raw sinks. 
5837         Add support to force sinks selected by playbin2.
5838         Don't plug raw converters for non-raw sinks.
5839
5840         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5841         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5842         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5843         (plugin_init):
5844         Use right accumulators.
5845         Proxy new signal.
5846
5847 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5848
5849         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5850         Use runnning time as the base time instead of the timestamp.
5851         Spotted by Saur on IRC.
5852
5853 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5854
5855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5856         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5857
5858 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5859
5860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5861         (gst_ogg_demux_read_chain):
5862         If we find a new serial number but it does not contain a BOS page, make
5863         sure we initialize the chain to NULL because else we will try to scan it
5864         and crash. Fixes #500763
5865
5866 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5867
5868         * gst/playback/Makefile.am:
5869         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5870         (get_feature_array), (decoders_filter), (sinks_filter),
5871         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5872         (gst_factory_list_filter):
5873         * gst/playback/gstfactorylists.h:
5874         Refactor some common code to filter factories and check caps compat.
5875
5876         * gst/playback/gstdecodebin.c:
5877         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5878         (gst_decode_bin_init), (gst_decode_bin_dispose),
5879         (gst_decode_bin_autoplug_continue),
5880         (gst_decode_bin_autoplug_factories),
5881         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5882         (find_compatibles):
5883         * gst/playback/gstplaybin.c:
5884         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5885         (gst_play_bin_init), (gst_play_bin_finalize),
5886         (autoplug_factories_cb), (activate_group):
5887         * gst/playback/gstqueue2.c:
5888         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5889         (proxy_autoplug_continue_signal),
5890         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5891         (proxy_drained_signal):
5892         Add some more debug info and use factor filtering code.
5893
5894 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5895
5896         * gst/audiotestsrc/gstaudiotestsrc.c:
5897         * gst/volume/gstvolume.c:
5898         * gst/volume/gstvolume.h:
5899           Add GAP-flag support.
5900
5901 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5902
5903         * tests/examples/seek/seek.c: (main): Increase the range of the
5904         rate selector as I would like to test QOS behavior at higher
5905         forward and reverse playback speed like say 64x.
5906
5907 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5908
5909         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5910         (audioresample_query), (audioresample_query_type),
5911         (gst_audioresample_set_property):
5912         Implement latency query.
5913
5914 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5915
5916         * gst-libs/gst/audio/gstbaseaudiosink.c:
5917         (gst_base_audio_sink_drain):
5918         Our EOS time contains the base_time, _wait_eos() expects a running_time
5919         so we have to subtract the base_time again before calling the function.
5920         This fixes an EOS regression where the base_time was added twice and EOS
5921         took longer and longer in certain situations.
5922         Fixes #498767.
5923
5924 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5925
5926         * docs/libs/gst-plugins-base-libs-sections.txt:
5927         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5928         (gst_base_audio_sink_set_provide_clock),
5929         (gst_base_audio_sink_get_provide_clock),
5930         (gst_base_audio_sink_set_slave_method),
5931         (gst_base_audio_sink_get_slave_method),
5932         (gst_base_audio_sink_set_property),
5933         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5934         (gst_base_audio_sink_none_slaving),
5935         (gst_base_audio_sink_handle_slaving):
5936         * gst-libs/gst/audio/gstbaseaudiosink.h:
5937         Expose methods for some object properties so that subclasses can more
5938         easily configure them.
5939         Added slave method none, that completely disables slaving to the
5940         internal clock.
5941         API: gst_base_audio_sink_set_provide_clock()
5942         API: gst_base_audio_sink_get_provide_clock()
5943         API: gst_base_audio_sink_set_slave_method()
5944         API: gst_base_audio_sink_get_slave_method()
5945
5946         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5947         (gst_base_audio_src_set_provide_clock),
5948         (gst_base_audio_src_get_provide_clock),
5949         (gst_base_audio_src_set_property),
5950         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5951         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5952         Expose methods for some object properties so that subclasses can more
5953         easily configure them.
5954         API: gst_base_audio_src_set_provide_clock()
5955         API: gst_base_audio_src_get_provide_clock()
5956
5957 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5958
5959         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5960
5961         * gst-libs/gst/sdp/gstsdpmessage.c:
5962         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5963
5964 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5965
5966         * tests/check/libs/fft.c: (GST_START_TEST):
5967         Fix scaling to really have dB instead of something else.
5968
5969 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5970
5971         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5972         GTK version, use it.
5973
5974 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5975
5976         * tests/examples/seek/seek.c: (main): Try to support stable version
5977         of GTK.
5978
5979 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5980
5981         * gst/playback/README:
5982         * gst/playback/test7.c:
5983           Fix the build + little README update.
5984
5985 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5986
5987         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5988         Add playbin2 seek pipeline.
5989
5990 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5991
5992         * gst/playback/Makefile.am:
5993         * gst/playback/gstplayback.c: (plugin_init):
5994         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5995         (eos_cb), (about_to_finish_cb), (main):
5996         Add playbin2.
5997         Added gapless playback example.
5998
5999         * gst/playback/gstplaybasebin.c:
6000         * gst/playback/gstplaybasebin.h:
6001         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6002         * gst/playback/gstqueue2.c:
6003         * gst/playback/test.c:
6004         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6005         (pad_removed_cb):
6006         * gst/playback/gststreaminfo.h:
6007         Change email.
6008
6009         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6010         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6011         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6012         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6013         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6014         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6015         (drained_cb), (unlink_group), (activate_group),
6016         (setup_next_source), (gst_play_bin_change_state),
6017         (gst_play_bin2_plugin_init):
6018         Added raw first version of playbin2. Does chained oggs and gapless
6019         playback fine. No support for raw sinks yet. No visualisations or
6020         subtitles yet.
6021
6022         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6023         (gst_play_sink_class_init), (gst_play_sink_init),
6024         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6025         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6026         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6027         (gst_play_sink_set_property), (gst_play_sink_get_property),
6028         (post_missing_element_message), (free_chain), (add_chain),
6029         (activate_chain), (gen_video_chain), (gen_text_element),
6030         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6031         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6032         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6033         (gst_play_sink_send_event), (gst_play_sink_change_state):
6034         * gst/playback/gstplaysink.h:
6035         Added Element that abstracts the sinks and their pipelines for playbin2.
6036
6037 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6038
6039         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6040         (gst_selector_pad_class_init), (gst_selector_pad_init),
6041         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6042         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6043         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6044         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6045         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6046         (gst_stream_selector_init), (gst_stream_selector_set_property),
6047         (gst_stream_selector_get_linked_pad),
6048         (gst_stream_selector_getcaps),
6049         (gst_stream_selector_is_active_sinkpad),
6050         (gst_stream_selector_activate_sinkpad),
6051         (gst_stream_selector_get_linked_pads),
6052         (gst_stream_selector_request_new_pad),
6053         (gst_stream_selector_release_pad):
6054         * gst/playback/gststreamselector.h:
6055         Improve streamselector, make it select and unselect the current pad more
6056         intelligently. 
6057         Subclass GstPad for the sinkpads of the selector.
6058         Handle segments more correctly.
6059         Fix caps negotiation.
6060         Implement release_pad.
6061
6062 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6063
6064         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6065         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6066         (remove_fakesink):
6067         Add drained signal fired when decodebin finishes decoding the data.
6068         Remove deprecated STATE_DIRTY message.
6069
6070         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6071         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6072         (analyse_source), (proxy_drained_signal), (make_decoder),
6073         (source_new_pad), (value_list_append_structure_list),
6074         (handle_redirect_message), (handle_message):
6075         Proxy the new drained signal.
6076         Handle pad removed from decodebin.
6077         Handle redirect messages by sorting multiple redirections based on the
6078         connection speed.
6079
6080 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6081
6082         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6083
6084         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6085         Fix leaking headers. Fixes #496761.
6086
6087 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6088
6089         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6090
6091         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6092         (gst_ximagesink_change_state):
6093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6094         Don't leak the PAR on errors. Fixes #496731.
6095
6096 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6097
6098         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6099           (gst_tag_from_id3_user_tag):
6100           Add mapping for audio cd discid tags, so we can extract
6101           them from tags as well (see #347848). Also compare identifiers
6102           in ID3v2 TXXX frames in a case-insensitive way to increase
6103           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6104
6105 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6106
6107         * gst-plugins-base.doap:
6108         Oops, fix the release name.
6109
6110 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6111
6112         * gst-plugins-base.doap:
6113         Add 0.10.15 release
6114
6115 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6116
6117         * configure.ac:
6118         Back to CVS
6119
6120 === release 0.10.15 ===
6121
6122 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6123
6124         * configure.ac:
6125           releasing 0.10.15, "No need to argue"
6126
6127 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6128
6129         * win32/vs6/libgstfft.dsp:
6130         Convert line endings to DOS.
6131
6132 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6133
6134         * win32/vs6/gst_plugins_base.dsw:
6135         * win32/vs6/libgstfft.dsp:
6136         * win32/MANIFEST:
6137         Add a project file for fft plugin and remove socket
6138         based plugin which don't build from the workspace.
6139         * win32/vs6/libgstaudio.dsp:
6140         * win32/vs6/libgstrtp.dsp:
6141         * win32/vs6/libgsttag.dsp:
6142         Convert line endings back to DOS.
6143         Fixes #496724
6144
6145 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6146
6147         * win32/vs6/libgstinterfaces.dsp:
6148         * win32/vs6/libgstrtsp.dsp:
6149         Convert line endings back to DOS
6150
6151 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6152
6153         * gst-libs/gst/fft/kiss_fft_f32.h:
6154         * gst-libs/gst/fft/kiss_fft_f64.h:
6155         * gst-libs/gst/fft/kiss_fft_s16.h:
6156         * gst-libs/gst/fft/kiss_fft_s32.h:
6157         Don't include malloc.h which doesn't exist on Mac OSX.
6158         Instead, pull in glib.h and use g_malloc/g_free for 
6159         consistency. Fixes: #496548
6160
6161 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6162
6163         * gst/playback/gstdecodebin2.c:
6164           Dont leak ghostpad. Fixes #475451.
6165
6166 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6167
6168         * docs/design/design-decodebin.txt:
6169         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6170         Update some more docs and comments.
6171
6172 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         Patch by: Sebastien Moutte  <sebastien moutte net>
6175
6176         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6177           (gst_rtcp_unix_to_ntp):
6178         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6179           Fix some C99-isms and and a missing function that some versions of
6180           MSVC don't like too much (#494346).
6181
6182         * win32/vs6/gst_plugins_base.dsw:
6183         * win32/vs6/libgstaudio.dsp:
6184         * win32/vs6/libgstrtp.dsp:
6185         * win32/vs6/libgsttag.dsp:
6186           Update vs6 projects files (#494346).
6187
6188 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6191
6192         * win32/common/libgstaudio.def:
6193         * win32/common/libgstcdda.def:
6194         * win32/common/libgstinterfaces.def:
6195         * win32/common/libgstnetbuffer.def:
6196         * win32/common/libgstpbutils.def:
6197         * win32/common/libgstrtp.def:
6198         * win32/common/libgstrtsp.def:
6199         * win32/common/libgsttag.def:
6200         * win32/common/libgstvideo.def:
6201           More missing symbols to export (fixes #493986).
6202
6203 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6204
6205         * docs/libs/gst-plugins-base-libs-sections.txt:
6206         * gst-libs/gst/fft/gstfftf32.c:
6207         * gst-libs/gst/fft/gstfftf32.h:
6208         * gst-libs/gst/fft/gstfftf64.c:
6209         * gst-libs/gst/fft/gstfftf64.h:
6210         * gst-libs/gst/fft/gstffts16.c:
6211         * gst-libs/gst/fft/gstffts16.h:
6212         * gst-libs/gst/fft/gstffts32.c:
6213         * gst-libs/gst/fft/gstffts32.h:
6214         * tests/check/libs/fft.c: (GST_START_TEST):
6215         Remove the magnitude and phase calculation functions as these have
6216         very special use cases and can't even be used for the spectrum
6217         element. Also adjust the docs to mention some properties of the used
6218         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6219
6220 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6221
6222         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6223           (finish_source):
6224           Avoid crash when there are external subtitles (fixes #491722).
6225
6226 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6227
6228         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6229         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6230           'Could not open resource for writing' is not an acceptable
6231           error message when we can't open the audio device (see #492334),
6232           even less so when we're trying to open it to record something.
6233
6234 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6235
6236         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6237
6238         * win32/common/libgstrtp.def:
6239           Add some more missing symbols (#492813).
6240
6241 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6242
6243         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6244
6245         * tests/check/elements/audioconvert.c: (verify_convert):
6246           Add check to make sure that the out caps have a channel layout
6247           set on them where they should have one.
6248
6249 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6250
6251         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6252
6253         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6254         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6255           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6256           (#492306).
6257
6258         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6259           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6260           (it disappeared in GLib 2.14.0) (#492306).
6261
6262         * gst-libs/gst/sdp/Makefile.am:
6263         * gst-libs/gst/sdp/gstsdpmessage.c:
6264           Fix includes and LIBS for win32/Mingw (#492306).
6265
6266         * tests/examples/dynamic/addstream.c (pause_play_stream):
6267           Use more portable g_usleep() instead of sleep() (#492306).
6268
6269 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6270
6271         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6272
6273         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6274           (gst_ring_buffer_parse_caps):
6275           Return NULL instead of an enum that happens to be 0, fixes warning
6276           on MSVC (#492114).
6277
6278         * gst-libs/gst/audio/gstringbuffer.h:
6279           No trailing commas in enum list (for gcc-2.9x).
6280
6281         * gst/videotestsrc/videotestsrc.c: (random_char):
6282           Make information loss explicit instead of implicitly truncating to
6283           eight bits via the return value.  Fixes runtime error on MSVC when
6284           using the debug CRT (#492114).
6285
6286         * win32/common/config.h.in:
6287           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6288
6289         * win32/common/libgstinterfaces.def:
6290         * win32/common/libgstrtp.def:
6291           Export a few more symbols (#492114).
6292
6293 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6294
6295         * gst-libs/gst/audio/audio.c:
6296         * gst-libs/gst/audio/audio.h:
6297           Readd the deprecation guards, but preserve compilability.
6298
6299 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6302           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6303           Preserve channel layout when fixating the number of channels in the
6304           output caps, or make sure there's a suitable channel position layout
6305           set on the caps if required. Fixes #430677.
6306
6307 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6308
6309         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6310           Make sure the pipeline really operates in push mode as it should
6311           in this case.
6312
6313 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6314
6315         * gst-libs/gst/audio/audio.h:
6316           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6317           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6318           (ie. normal cvs builds) will fail.
6319
6320 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6321
6322         * docs/libs/Makefile.am:
6323         * gst-libs/gst/audio/audio.c:
6324         * gst-libs/gst/audio/audio.h:
6325         * gst-libs/gst/interfaces/mixer.c:
6326           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6327
6328 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6331           (test_channel_layout_value_intersect), (audio_suite):
6332           Add simple unit test to make sure GstValue intersection
6333           of channel layouts works the way I think it does.
6334
6335 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6336
6337         * docs/libs/gst-plugins-base-libs-sections.txt:
6338         * gst-libs/gst/audio/gstaudiofilter.h:
6339         * gst-libs/gst/interfaces/mixer.h:
6340         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6341         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6342         * gst-libs/gst/sdp/gstsdpmessage.c:
6343           Fix the docs according to what gtk-doc complained about.
6344
6345 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6346
6347         * tests/icles/stress-playbin.c:
6348           Fix the build.
6349
6350 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6351
6352         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6353         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6354           Post nice/more useful error message if we don't have a decoder for
6355           the primary type.
6356
6357 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6358
6359         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6360         Be a bit more useful, unblock the pads after we fired the no-more-pads
6361         signal so that we can use the signal to inspect and connect all pads
6362         without having to keep extra state outside of decodebin.
6363
6364 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6365
6366         * gst/playback/gsturidecodebin.c:
6367         (gst_uri_decode_bin_autoplug_continue),
6368         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6369         Implement default signal handler so that we return TRUE when nothing is
6370         connected.
6371
6372 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6373
6374         * gst-libs/gst/riff/riff-media.c:
6375         (gst_riff_wavext_add_channel_layout),
6376         (gst_riff_wave_add_default_channel_layout),
6377         (gst_riff_wavext_get_default_channel_mask),
6378         (gst_riff_create_audio_caps):
6379         Use the ALSA channel layout as default for wav files without channel
6380         layout information. This fixes playback of chan-id.wav on 5.1 systems
6381         for example. Also refactor the channel layout setting a bit and add
6382         more default channel orders. Fixes #489010.
6383
6384 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6385
6386         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6387           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6388           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6389           instead.
6390
6391 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6392
6393         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6394         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6395         (gst_decode_bin_set_subs_encoding),
6396         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6397         (gst_decode_bin_get_property), (analyze_new_pad):
6398         Move subtitle encoding property to decodebin2 so that it can set the
6399         property value on all elements that it autoplugs and that require it.
6400         Make caps refcounting more consistent in get/set.
6401
6402         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6403         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6404         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6405         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6406         (proxy_autoplug_continue_signal),
6407         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6408         (make_decoder):
6409         Proxy properties and relevant signals from the internal decodebin.
6410         Make properties MT safe.
6411
6412 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6413
6414         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6415         * gst-libs/gst/tag/tags.c:
6416           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6417           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6418
6419         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6420           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6421
6422         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6423           (gst_tag_to_vorbis_comments):
6424           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6425           just mapping everything I found in the wild) (#414539).
6426
6427 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6428
6429         Inspired by patch of: René Stadler <mail at renestadler dot de>
6430
6431         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6432         (gst_decode_bin_autoplug_continue),
6433         (gst_decode_bin_autoplug_factories),
6434         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6435         (find_compatibles):
6436         * gst/playback/gstplay-marshal.list:
6437         Remove the autoplug-sort signal and replace it with a binding friendly
6438         autoplug-select signal.
6439         Add an autoplug-factories signal that can be used to generate a list of
6440         factories to try to autoplug.
6441         Add the GstPad to the autoplugging signal args as it might be needed to
6442         make a good factory selection.
6443         Fix up the marshallers for this. Fixes #407282.
6444
6445 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * gst-libs/gst/tag/gsttagdemux.c:
6448           Don't abort with an assertion if we receive a seek event with
6449           a start type of NONE (see launchpad bug #155878).
6450
6451 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6452
6453         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6454         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6455         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6457         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6458         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6459         Make sure that before we clean up the X resources, we shutdown and join
6460         the event thread.
6461         Also make sure the event thread does not shut down immediatly after
6462         startup because the running variable is not yet correctly set.
6463         Fixes #378770. 
6464
6465 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6466
6467         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6468         Make the window for a race in typefind and shutting down smaller until
6469         we figure out the right locking here. Avoids #485753 usually.
6470
6471         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6472         Remove unneeded lock causing a race in typefind and shutting down.
6473         Fixes #485753.
6474
6475         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6476         Also remove sinks when going to NULL because we might not complete the
6477         state change to PAUSED, causing the PAUSED->READY state change not to
6478         happen.
6479
6480 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6481
6482         * gst-libs/gst/audio/gstbaseaudiosink.c:
6483         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6484         Also explicitly release the ringbuffer when going to NULL because it
6485         is required in the setcaps function, before the state change to PAUSED
6486         completes.
6487
6488 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6489
6490         * tests/icles/.cvsignore:
6491         * tests/icles/Makefile.am:
6492         * tests/icles/stress-playbin.c:
6493           Does what it says on the tin.
6494
6495 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6496
6497         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6498         Fix queue negotiation. See #486758.
6499
6500 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6501
6502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6503         (gst_xvimagesink_xwindow_new),
6504         (gst_xvimagesink_update_colorbalance),
6505         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6506
6507         Fix handling of some of the X atoms. If the last parameter is True,
6508         XInternAtom won't create the atom if it doesn't exist, and therefore
6509         might return None. This causes X errors on Xv implementations that
6510         don't provide the colour balance attributes.
6511
6512 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * gst-libs/gst/tag/gstvorbistag.c:
6515         * tests/check/libs/tag.c:
6516           Extract vorbis comment LICENSE tags correctly.
6517
6518 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6521
6522         * gst-libs/gst/tag/gstid3tag.c:
6523         * tests/check/libs/tag.c:
6524           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6525
6526 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * gst-libs/gst/tag/gsttagdemux.c:
6529           Don't error out when a buggy downstream element doesn't
6530           handle the newsegment event we send properly (especially
6531           not without posting a meaningful error message on the
6532           bus). See bug #471370 and launchpad bug #136264.
6533
6534 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6535
6536         * gst-libs/gst/audio/gstbaseaudiosink.c:
6537         (gst_base_audio_sink_drain):
6538         Use new basesink method to make our EOS drain interruptable.
6539
6540 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6541
6542         * gst-libs/gst/rtp/gstrtppayloads.c:
6543         Fix silly search-replace oversight.
6544
6545 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6546
6547         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6548
6549         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6550         (gst_basertppayload_set_outcaps):
6551         Fix caps memleak. Fixes #484989.
6552
6553
6554 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6555
6556         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6557         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6558         Fix debug output.
6559
6560 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6561
6562         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6563         (gst_base_audio_src_create):
6564         Also handle the case where there is no clock set on the audio source,
6565         like in the unit tests.
6566
6567 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6568
6569         * gst-libs/gst/rtp/gstrtppayloads.c:
6570         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6571         to avoid compiler warnings
6572
6573 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6574
6575         * gst/playback/gstdecodebin.c: (type_found),
6576         (gst_decode_bin_change_state):
6577         * gst/playback/gstdecodebin2.c: (type_found),
6578         (gst_decode_bin_change_state):
6579         Don't disconnect the have_type signal because we never reconnect it
6580         later on. Instead keep a variable to see if we already detected a type.
6581
6582 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6583
6584         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6585         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6586         (type_found):
6587         Unlink the signal handler when we found the type, we're not going to do
6588         anything sensible with more type_found signals anyway.
6589
6590 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst-libs/gst/tag/gsttagdemux.c:
6593           Don't leak caps.
6594
6595 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * gst-libs/gst/tag/Makefile.am:
6598         * gst-libs/gst/tag/gsttagdemux.c:
6599         * gst-libs/gst/tag/gsttagdemux.h:
6600           API: add GstTagDemux base class for simple tag demuxers.
6601
6602         * docs/libs/gst-plugins-base-libs-docs.sgml:
6603         * docs/libs/gst-plugins-base-libs-sections.txt:
6604           Add GstTagDemux to docs.
6605
6606 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6607
6608         * gst-libs/gst/rtp/gstrtpbuffer.c:
6609         (gst_rtp_buffer_get_payload_subbuffer):
6610         Fix bug introduced with last commit which inverted the logic and
6611         caused all buffers to be dropped. Fixes #483620.
6612         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6613
6614 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6615
6616         * gst-libs/gst/rtp/gstrtpbuffer.c:
6617           Replace g_return_if_val (as it could be disabled), with regular return
6618           and warning.
6619
6620 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6621
6622         * tests/check/pipelines/simple-launch-lines.c:
6623           Print message name and not just number.
6624
6625 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6626
6627         * gst-libs/gst/audio/gstbaseaudiosink.c:
6628         (gst_base_audio_sink_async_play):
6629         When slaved to the clock, don't try to align a sample with the previous
6630         one when going to PLAYING again.
6631
6632 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6633
6634         * tests/examples/snapshot/snapshot.c:
6635           Fix the build.
6636
6637 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6638
6639         * gst-libs/gst/sdp/gstsdpmessage.h:
6640         Add RFC 3556 bandwidth modifiers.
6641
6642 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6643
6644         * docs/libs/gst-plugins-base-libs-docs.sgml:
6645         * docs/libs/gst-plugins-base-libs-sections.txt:
6646         * gst-libs/gst/rtp/gstrtppayloads.c:
6647         Update documentation.
6648
6649 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6650
6651         * gst-libs/gst/rtp/Makefile.am:
6652         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6653         (gst_rtp_payload_info_for_name):
6654         * gst-libs/gst/rtp/gstrtppayloads.h:
6655         Added new file and header to deal with payload info.
6656
6657         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6658         (gst_rtp_buffer_default_clock_rate):
6659         * gst-libs/gst/rtp/gstrtpbuffer.h:
6660         Payload specific stuff is move to new headers.
6661         Implement _default_clock rate using the new payload function.
6662
6663         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6664         (gst_sdp_parse_line):
6665         * gst-libs/gst/sdp/gstsdpmessage.h:
6666         Add some more comments.
6667
6668 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6669
6670         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6671         (sdp_check_header), (sdp_type_find), (plugin_init):
6672         Add typefind function for application/sdp.
6673         Remove some old dirac typefind code that was ifdeffed out.
6674
6675 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6676
6677         * win32/common/libgstaudio.def:
6678         Add new exported functions.
6679         * win32/vs6/grammar.dsp:
6680         Add autogeneration and copy of some autegenerated files from win32/common
6681         for rtsp library.
6682         * win32/vs6/libgstaudioconvert.dsp:
6683         Add gstaudioquantize.c to the build.
6684         * win32/vs6/libgstinterfaces.dsp:
6685         Add videoorientation.c to the build.
6686         * win32/vs6/libgstriff.dsp:
6687         Add libgsttag to the link libraries list.
6688         * win32/vs6/libgstvolume.dsp:
6689         Add liboil to the link.
6690         * win32/vs6/gst_plugins_base.dsw:
6691         * win32/vs6/libgstrtsp.dsp:
6692         * win32/common/libgstrtsp.def:
6693         Add files to build libgstrtsp library.
6694         
6695 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6696
6697         * tests/examples/snapshot/snapshot.c: (main):
6698         Print error when pipeline failed to construct.
6699
6700 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6701
6702         * configure.ac:
6703         * gst-libs/gst/tag/gstid3tag.c:
6704         * gst-libs/gst/tag/gstvorbistag.c:
6705           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6706           and ID3v2 tags.
6707
6708 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * gst-libs/gst/floatcast/floatcast.h:
6711           Don't include config.h in an installed public header, this
6712           might break compilation of applications that don't have such
6713           a header and doesn't necessarily do what it's supposed to do
6714           anyway (ie. check for the lrint/lrintf defines) (#442065).
6715           Add docs for the various macros and document how this header
6716           has to be used (link against libm, etc.); add a few FIXMEs;
6717           include math.h for non-c99 code path.  Based on patch by
6718           Jan Schmidt.
6719           
6720 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6721
6722         * configure.ac:
6723         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6724         of duplicating these macros in configure.ac.
6725
6726 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6727
6728         * po/hu.po:
6729         * po/sv.po:
6730         * po/uk.po:
6731           Updated translations to 0.10.14
6732
6733 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6734
6735         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6736
6737         * po/pl.po:
6738           Added Polish translation.
6739
6740 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6741
6742         translated by: Ilkka Tuohela <hile@iki.fi>
6743
6744         * po/fi.po:
6745           Added Finnish translation.
6746
6747 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6748
6749         translated by: Jorge González González <aloriel@gmail.com>
6750
6751         * po/es.po:
6752           Added Spanish translation.
6753
6754 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6755
6756         translated by: Mogens Jaeger <mogens@jaeger.tf>
6757
6758         * po/da.po:
6759           Added Danish translation.
6760
6761 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6762
6763         translated by: Funda Wang <fundawang@linux.net.cn>
6764
6765         * po/zh_CN.po:
6766           Added Chinese (simplified) translation.
6767
6768 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6769
6770         translated by: Alexander Shopov <ash@contact.bg>
6771
6772         * po/bg.po:
6773           Added Bulgarian translation.
6774
6775 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6776
6777         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6778         Fix compilation wrt printf arguments.
6779
6780 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6781
6782         * configure.ac:
6783         * tests/examples/Makefile.am:
6784         * tests/examples/snapshot/.cvsignore:
6785         * tests/examples/snapshot/Makefile.am:
6786         * tests/examples/snapshot/snapshot.c: (main):
6787         Add simple snapshot example program using appsink.
6788
6789 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6790
6791         * tests/check/generic/states.c:
6792           Improved state change unit test.
6793
6794 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6795
6796         * docs/plugins/.cvsignore:
6797         * tests/check/.cvsignore:
6798           Ignore registries in any format.
6799
6800 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6801
6802         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6803         (gst_base_rtp_depayload_chain),
6804         (gst_base_rtp_depayload_set_gst_timestamp):
6805         Only copy timestamp on outgoing packets if the depayloader did not set
6806         one.
6807         Also copy duration on outgoing packets.
6808
6809 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6810
6811         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6812         (gst_basertppayload_set_outcaps):
6813         Fix compilation because of missing %d in printf.
6814         When fixating caps, fixate what we can and throw away all remaining
6815         unfixed caps, subclasses should do something smart if they need to.
6816
6817 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6818
6819         * ext/gnomevfs/gstgnomevfssrc.c:
6820           Improve debug logs a bit and be more verbose if things go wrong.
6821
6822 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6823
6824         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6825         (gst_text_overlay_set_property):
6826         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6827         * gst-libs/gst/audio/gstbaseaudiosink.c:
6828         (gst_base_audio_sink_render):
6829         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6830         (gst_rtcp_unix_to_ntp):
6831         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6832         * gst/playback/gstqueue2.c:
6833         * tests/examples/seek/seek.c: (set_scale):
6834         Fix a bunch of compile warnings shown with Forte.
6835
6836         * gst/audiorate/gstaudiorate.c:
6837         Always pull in config.h before including any system headers.
6838
6839 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6840
6841         * gst/playback/gstqueue2.c: (update_buffering),
6842         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6843         (gst_queue_handle_sink_event), (gst_queue_chain),
6844         (gst_queue_push_one), (gst_queue_sink_activate_push),
6845         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6846         Also fix #476514 for queue2.
6847
6848 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6849
6850         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6851         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6852         (gst_base_rtp_depayload_chain),
6853         (gst_base_rtp_depayload_handle_sink_event),
6854         (gst_base_rtp_depayload_push_full),
6855         (gst_base_rtp_depayload_set_gst_timestamp),
6856         (gst_base_rtp_depayload_change_state):
6857         Remove code to deal with RTP to GST time conversion, we now just copy
6858         the GST timestamp we receive to the outgoing buffers.
6859         Handle segment and flushes correctly.
6860
6861         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6862         When we have no valid input timestamp, use the previous rtp timestamp on
6863         the outgoing RTP packet instead of the RTP base time.
6864
6865 2007-09-15  David Schleef  <ds@schleef.org>
6866
6867         * ext/alsa/gstalsa.c:
6868         * ext/alsa/gstalsadeviceprobe.c:
6869         * ext/alsa/gstalsamixer.c:
6870         * ext/alsa/gstalsasink.c:
6871         * ext/alsa/gstalsasrc.c:
6872           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6873
6874 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6875
6876         * gst-libs/gst/rtp/gstbasertppayload.c:
6877         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6878         Add some debug info when negotiating caps.
6879
6880 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6881
6882         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6883         A buffer with an empty payload is also a valid buffer.
6884
6885 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6886
6887         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6888         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6889         (gst_basertppayload_change_state):
6890         Make sure we start our RTP timestamp from the random base RTP
6891         timestamp even if the buffer timestamp starts from some random value.
6892
6893 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6894
6895         * configure.ac:
6896         * tests/examples/Makefile.am:
6897         * tests/examples/dynamic/.cvsignore:
6898         * tests/examples/dynamic/Makefile.am:
6899         * tests/examples/dynamic/addstream.c: (create_stream),
6900         (pause_play_stream), (message_received), (eos_message_received),
6901         (perform_step), (main):
6902         Add simple exmple app to demonstrate starting and pausing live and
6903         non-live bins in a PLAYING pipeline.
6904
6905 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6906
6907         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6908         typefind for QCP files (RFC #3625)
6909
6910 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6911
6912         * gst-libs/gst/audio/gstbaseaudiosink.c:
6913         (gst_base_audio_sink_init):
6914         Disable pull mode scheduling, we're not ready for it yet and it subtly
6915         breaks a lot of things.
6916
6917 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * tests/check/elements/libvisual.c:
6920           Test all libvisual plugins, not just the first one; this reproduces
6921           bug #450336 quite easily.  Looks like a problem with the 'jess'
6922           visualisation.
6923
6924 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6925
6926         * tests/check/Makefile.am:
6927         * tests/check/elements/.cvsignore:
6928         * tests/check/elements/libvisual.c:
6929           Add basic libvisual test case in an attempt to reproduce bug #450336.
6930           Doesn't reproduce that bug, but some other crasher instead (invalid
6931           free), at least with make elements/libvisual.forever and the bumscope
6932           plugin on x86-64/gutsy. Leaving test disabled for now.
6933
6934 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6935
6936         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6937
6938         * gst-libs/gst/rtsp/gstrtspconnection.c:
6939         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6940         (read_body), (gst_rtsp_connection_receive):
6941         Make sure we can not cancel in the middle of receiving a message.
6942         Fixes #475731.
6943
6944 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         Patch by: Josep Torra Valles <josep@fluendo.com>
6947
6948         * gst/playback/gstplaybasebin.c:
6949           Increase upper limit for audio queue a bit; fixes preroll problem
6950           with playbin and decodebin2 when playing a quicktime trailer with
6951           multichannel audio via http (#464666).
6952
6953 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6954
6955         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6956         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6957         (gst_base_audio_src_provide_clock),
6958         (gst_base_audio_src_set_property),
6959         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6960         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6961         Allow othe clocks than the internal clock to be used for the pipeline.
6962         Add property to disable clock provide.
6963         API: GstBaseAudioSrc::provide-clock
6964
6965 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6966
6967         * gst/playback/gstdecodebin2.c:
6968           Don't leak request pads. Fixes #475395.
6969
6970 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6971
6972         Patch by: René Stadler <mail at renestadler dot de>
6973
6974         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6975         (gst_ximage_buffer_class_init):
6976         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6977         (gst_xvimage_buffer_class_init):
6978         Correctly chain up finalize with the parent class to prevent
6979         memory leaks. Fixes #474880.
6980
6981 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6982
6983         * gst/volume/gstvolume.c: (volume_choose_func):
6984         * tests/check/elements/volume.c: (GST_START_TEST):
6985         Revert the latest change: floating point samples are allowed to
6986         have any value, not only values in the range [-1,1]. Thanks to Andy
6987         Wingo for noticing.
6988         Also fix processing of int32 samples with volumes > 4 by making the
6989         unity value smaller which prevents overflows.
6990
6991 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6992
6993         * gst-libs/gst/rtp/gstrtpbuffer.c:
6994         * tests/check/libs/rtp.c:
6995           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6996
6997 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6998
6999         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7000
7001         * gst-libs/gst/rtp/gstrtpbuffer.c:
7002           Fix up GstRTPHeader helper struct so that compilers will not under
7003           any circumstances add padding in between our fields, as currently
7004           happens with MSVC on win32, because that would lead to us sending
7005           out RTP payloads with broken RTP headers (#471194).
7006           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7007           
7008         * tests/check/Makefile.am:
7009         * tests/check/libs/.cvsignore:
7010         * tests/check/libs/rtp.c:
7011           Add some simple unit tests for GstRTPBuffer. Some are disabled
7012           because the code tested still needs fixing (set_csrc() does not work).
7013
7014 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * win32/MANIFEST:
7017         * win32/common/gstrtsp-enumtypes.c:
7018         * win32/common/gstrtsp-enumtypes.h:
7019         * win32/common/interfaces-enumtypes.c:
7020         * win32/common/interfaces-enumtypes.h:
7021         * win32/common/multichannel-enumtypes.c:
7022           Add rtsp enumtypes (#474384) and update others.
7023
7024 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7025
7026         * configure.ac:
7027           Fix configure check for HAVE_LIBXML_HTML.
7028
7029 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         * tests/check/libs/.cvsignore:
7032           Ignore more, in case the build bots work again one day.
7033
7034 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7035
7036         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7037
7038         * configure.ac:
7039         * gst-libs/gst/Makefile.am:
7040         * gst-libs/gst/fft/Makefile.am:
7041         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7042         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7043         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7044         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7045         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7046         * gst-libs/gst/fft/gstfft.h:
7047         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7048         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7049         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7050         * gst-libs/gst/fft/gstfftf32.h:
7051         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7052         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7053         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7054         * gst-libs/gst/fft/gstfftf64.h:
7055         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7056         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7057         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7058         * gst-libs/gst/fft/gstffts16.h:
7059         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7060         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7061         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7062         * gst-libs/gst/fft/gstffts32.h:
7063         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7064         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7065         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7066         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7067         * gst-libs/gst/fft/kiss_fft_f32.h:
7068         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7069         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7070         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7071         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7072         * gst-libs/gst/fft/kiss_fft_f64.h:
7073         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7074         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7075         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7076         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7077         * gst-libs/gst/fft/kiss_fft_s16.h:
7078         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7079         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7080         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7081         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7082         * gst-libs/gst/fft/kiss_fft_s32.h:
7083         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7084         (kiss_fftr_f32), (kiss_fftri_f32):
7085         * gst-libs/gst/fft/kiss_fftr_f32.h:
7086         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7087         (kiss_fftr_f64), (kiss_fftri_f64):
7088         * gst-libs/gst/fft/kiss_fftr_f64.h:
7089         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7090         (kiss_fftr_s16), (kiss_fftri_s16):
7091         * gst-libs/gst/fft/kiss_fftr_s16.h:
7092         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7093         (kiss_fftr_s32), (kiss_fftri_s32):
7094         * gst-libs/gst/fft/kiss_fftr_s32.h:
7095         * gst-libs/gst/fft/kiss_version:
7096         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7097         * pkgconfig/gstreamer-plugins-base.pc.in:
7098         Add libgstfft, a FFT library based on Kiss FFT which is
7099         BSD licensed. Supported sample formats are int16, int32,
7100         float and double. For those formats a real FFT and IFFT
7101         can be done, different windowing functions can be applied
7102         and functions for extracting the magnitude and phase exist.
7103         Fixes #468619.
7104
7105         * docs/libs/Makefile.am:
7106         * docs/libs/gst-plugins-base-libs-docs.sgml:
7107         * docs/libs/gst-plugins-base-libs-sections.txt:
7108         Integrate libgstfft into the docs.
7109
7110         * tests/check/Makefile.am:
7111         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7112         Add unit tests for libgstfft, currently only testing the FFT.
7113         Unit tests for IFFT will follow soon.
7114
7115 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7116
7117         Patch by: Peter Kjellerstedt  <pkj at axis com>
7118
7119         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7120         (gst_sdp_message_init), (gst_sdp_message_uninit),
7121         (is_multicast_address), (gst_sdp_message_as_text),
7122         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7123         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7124         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7125         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7126         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7127         (gst_sdp_media_init), (gst_sdp_media_uninit),
7128         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7129         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7130         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7131         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7132         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7133         * gst-libs/gst/sdp/gstsdpmessage.h:
7134         Separate INIT_ARRAY() and related macros into two versions, one for
7135         structures and one for pointers (e.g., INIT_ARRAY() and
7136         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7137         lists of emails and phone numbers.
7138         Add missing const as appropriate.
7139         Change all gint to guint since they all actually represent unsigned
7140         values.
7141         Do not use time as a variable name as it shadows the global time().
7142         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7143         Actually implement gst_sdp_message_add_time().
7144         Make gst_sdp_message_add_time() take repeat times as an argument.
7145         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7146         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7147         misspelled as badwidth).
7148         gst-indented and a little clean up. Fixes #471067.
7149
7150 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7151
7152         * gst/volume/gstvolume.c: (volume_choose_func),
7153         (volume_process_double), (volume_process_double_clamp),
7154         (volume_process_float_clamp):
7155         Correctly clamp float/double samples in the [-1.0,1.0] range to
7156         prevent weird effects.
7157         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7158         Add unit tests for all samples types that had none before.
7159
7160 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         * gst-libs/gst/rtp/gstrtpbuffer.c:
7163           Need to include stdlib.h for abs() here too.
7164
7165 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7166
7167         * gst/playback/gststreaminfo.c:
7168           Fix build.
7169
7170 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7171
7172         * gst/playback/gststreaminfo.c:
7173           Clean up some half-disabled code and comment.
7174
7175 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7176
7177         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7178
7179         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7180         (gst_base_rtp_payload_audio_handle_event):
7181         Return FALSE from the event handler to let the parent class handle the
7182         event. Fixes #446766.
7183
7184         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7185         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7186         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7187
7188         * gst-libs/gst/rtp/gstbasertppayload.c:
7189         Bump the MTU to 1400.
7190
7191 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7192
7193         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7194         Add an audio/x-nsf typefind function for the nsfdec element.
7195
7196 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7197         * gst/playback/gstplaybasebin.c:
7198         Included "myth://" on stream_uris list for enable buffering to mythtv files
7199
7200 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7201
7202         * docs/libs/gst-plugins-base-libs-sections.txt:
7203         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7204         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7205         (gst_rtcp_unix_to_ntp):
7206         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7207         Fix parsing of RB blocks.
7208         Fix docs.
7209         Added helper functions to convert to/from UNIX and NTP time.
7210         API: gst_rtcp_ntp_to_unix()
7211         API: gst_rtcp_unix_to_ntp()
7212
7213         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7214         (gst_rtp_buffer_get_header_len),
7215         (gst_rtp_buffer_get_extension_data),
7216         (gst_rtp_buffer_get_payload_subbuffer),
7217         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7218         (gst_rtp_buffer_ext_timestamp):
7219         * gst-libs/gst/rtp/gstrtpbuffer.h:
7220         Fix some more docs.
7221         Implement handling of packets with extensions.
7222         Fix padding check in _validate().
7223         Added function to get extension data.
7224         API: gst_rtp_buffer_get_header_len()
7225         API: gst_rtp_buffer_get_extension_data()
7226
7227 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7228
7229         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7230         (gst_base_rtp_depayload_class_init),
7231         (gst_base_rtp_depayload_set_gst_timestamp):
7232         Add some more docs for the queue-delay property and fix a typo in a
7233         comment.
7234
7235         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7236         Fix typo.
7237
7238 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7239
7240         * gst-libs/gst/audio/gstbaseaudiosink.c:
7241         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7242         (gst_base_audio_sink_change_state):
7243         When skew slaving, try to hover around the middle of a segment so that
7244         we at most drift by half a segment.
7245         If we are aligning in the oposite direction of the clock skew, we don't
7246         have to resync.
7247
7248 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7249
7250         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7251         (gst_base_rtp_depayload_setcaps),
7252         (gst_base_rtp_depayload_set_gst_timestamp):
7253         Be less silly with the segment start, just apply the clock-base to the
7254         timestamp.
7255
7256 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7257
7258         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7259         (gst_base_rtp_depayload_class_init),
7260         (gst_base_rtp_depayload_finalize),
7261         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7262         (gst_base_rtp_depayload_handle_sink_event),
7263         (gst_base_rtp_depayload_set_gst_timestamp),
7264         (gst_base_rtp_depayload_change_state):
7265         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7266         Deprecate the queue handling thread thing and remove the code.
7267         Use new method to calculate the extended timestamp.
7268
7269 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7270
7271         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7272         (gst_rtcp_packet_sdes_copy_entry):
7273         Use g_strndup which does exactly what we want.
7274
7275         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7276         (gst_rtp_buffer_ext_timestamp):
7277         * gst-libs/gst/rtp/gstrtpbuffer.h:
7278         Add helper function to compare seqnums.
7279         Add helper function to calculate extended timestamps.
7280         API: gst_rtp_buffer_compare_seqnum()
7281         API: gst_rtp_buffer_ext_timestamp()
7282
7283 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7284
7285         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7286         (gst_rtcp_packet_sdes_get_entry),
7287         (gst_rtcp_packet_sdes_copy_entry):
7288         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7289         Fix and document SDES item data function.
7290         Add new function that makes a proper copy of SDES item data.
7291         API: gst_rtcp_packet_sdes_copy_entry()
7292
7293 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7294
7295         * configure.ac:
7296         * gst/Makefile.am:
7297           The tcp and subparse plugins are under gst, but not totaly free of
7298           dependencies. Handle selection inconfigure.ac, so that they show up
7299           on the final list of what is build and what is not. Maybe they should
7300           better be moved to ext.
7301
7302 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7303
7304         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7305
7306         * configure.ac:
7307         * gst/Makefile.am:
7308           Check if libxml provides HTML parser which subparse needs.
7309           Fixes #451970.
7310
7311 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * ext/alsa/gstalsa.c:
7314           Fix typo and compilation on big endian systems.
7315
7316 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7317
7318         * gst/subparse/gstssaparse.c:
7319           Convert SSA newline codes into actual newline characters (#470766).
7320
7321 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * docs/libs/gst-plugins-base-libs-sections.txt:
7324         * gst-libs/gst/pbutils/install-plugins.c:
7325         * gst-libs/gst/pbutils/install-plugins.h:
7326         * tests/check/libs/pbutils.c:
7327           API: also add gst_install_plugins_supported() while we're at it
7328           (see #470456).
7329
7330 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * docs/libs/gst-plugins-base-libs-sections.txt:
7333         * gst-libs/gst/pbutils/missing-plugins.c:
7334         * gst-libs/gst/pbutils/missing-plugins.h:
7335         * tests/check/libs/pbutils.c:
7336           API: add gst_missing_*_installer_detail_new() convenience API so
7337           that applications that know exactly what they're missing can request
7338           installer detail strings for those items directly instead of having
7339           to first create a dummy missing-plugin message and then get the
7340           installer detail string from that.  Fixes #470456.
7341
7342 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7343
7344         * gst/playback/gstdecodebin.c: (close_pad_link):
7345         We need to set up delayed-linking whenever the caps are non-fixed,
7346         not just when there are multiple types - use gst_pad_is_fixed()
7347         to test.
7348
7349 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         * gst-libs/gst/pbutils/missing-plugins.c:
7352           (gst_missing_plugin_message_get_installer_detail):
7353           Add missing separator in PID fallback case.
7354
7355 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7356
7357         * ext/alsa/Makefile.am:
7358         There is no GST_PLUGINS_BASE_LIBS defined.
7359         
7360         * ext/alsa/gstalsa.c:
7361         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7362         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7363         Add support for ALSA 24-bit formats.
7364         snd_pcm_delay can return an error code, especially
7365         during XRUNS. In that case, the best we can do is assume
7366         delay = 0.
7367
7368         * gst/audioconvert/Makefile.am:
7369         Add flags from -base before any more-remote dependencies.
7370
7371 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7372
7373         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7374
7375         * gst/volume/gstvolume.c: (volume_choose_func),
7376         (volume_update_real_volume), (gst_volume_set_volume),
7377         (gst_volume_init), (volume_process_int32),
7378         (volume_process_int32_clamp), (volume_process_int24),
7379         (volume_process_int24_clamp), (volume_process_int16),
7380         (volume_process_int16_clamp), (volume_process_int8),
7381         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7382         * gst/volume/gstvolume.h:
7383         Add support for int32, int24 and int8 to the volume element.
7384         Fixes #445529.
7385
7386 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7387
7388         * tests/examples/Makefile.am:
7389           Fix even more.
7390
7391 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7392
7393         * configure.ac:
7394         * docs/libs/Makefile.am:
7395         * docs/libs/gst-plugins-base-libs-docs.sgml:
7396         * docs/libs/gst-plugins-base-libs-sections.txt:
7397         * ext/gnomevfs/gstgnomevfssrc.c:
7398         * ext/gnomevfs/gstgnomevfssrc.h:
7399         * gst-libs/gst/Makefile.am:
7400         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7401         * pkgconfig/gstreamer-plugins-base.pc.in:
7402         * sys/v4l/v4lsrc_calls.c:
7403         * tests/examples/Makefile.am:
7404         * win32/common/config.h:
7405           Revert unwanted commit. many thanks to moap. I want a fix for 
7406           https://thomas.apestaart.org/moap/trac/ticket/239
7407
7408 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7409
7410         * gst/volume/gstvolume.c:
7411           Move passthrough below gst_object_sync_values(). Fixes #442654.
7412
7413 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7414
7415         * gst-libs/gst/audio/audio.c:
7416         Clarify the docs a little.
7417
7418 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7419
7420         * gst/volume/gstvolume.c:
7421           Enable liboil for float and add more details about problems with
7422           int16.
7423
7424 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7425
7426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7427         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7428
7429 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7430
7431         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7432         When calculating the first timestamp of the buffers, don't go below 0
7433         and clip the samples because the offset was on the eos page.
7434         Fixes #466717.
7435
7436 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7437
7438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7439         (gst_ogg_demux_collect_chain_info):
7440         Also submit the eos page when trying to find the first timestamp.
7441         See #466717.
7442
7443 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7444
7445         * gst-libs/gst/audio/audio.h:
7446         Use gst_util_uint64_scale() instead of doing the math
7447         with double for GST_FRAMES_TO_CLOCK_TIME() and
7448         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7449         prevents rounding errors. Fixes #467667.
7450
7451 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7452
7453         * gst-libs/gst/rtsp/gstrtspconnection.c:
7454         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7455         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7456         * gst-libs/gst/rtsp/gstrtspconnection.h:
7457         Small cleanups.
7458         On shutdown, don't read the control socket yet.
7459         Set timeout value correctly in all cases.
7460         Add function to check if the server accepts reads or writes.
7461         API: gst_rtsp_connection_poll()
7462
7463         * gst-libs/gst/rtsp/gstrtspdefs.h:
7464         Fix compilation with -pedantic.
7465         Add enum for _poll.
7466
7467 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7468
7469         Patch by: Olivier Crete  <tester at tester ca>
7470
7471         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7472         (gst_basertppayload_getcaps):
7473         * gst-libs/gst/rtp/gstbasertppayload.h:
7474         Add getcaps vfunc to basertppayload. See #465146.
7475
7476 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7477
7478         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7479         Only post buffering messages when we are a stream.
7480
7481 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7482
7483         * gst-libs/gst/pbutils/install-plugins.c:
7484         * gst-libs/gst/pbutils/missing-plugins.c:
7485           Small docs fix and addition.
7486
7487 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * tests/icles/.cvsignore:
7490         * tests/icles/Makefile.am:
7491         * tests/icles/test-textoverlay.c:
7492           Add a dumb little test for textoverlay alignments.
7493
7494 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7495
7496         Patch by: Dan Williams  <dcbw redhat com>
7497
7498         * ext/pango/gsttextoverlay.c:
7499         * ext/pango/gsttextoverlay.h:
7500           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7501           "silent" property so there's a Since tag in the API reference.
7502
7503 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7504
7505         * gst-libs/gst/rtp/gstbasertppayload.c:
7506         (gst_basertppayload_set_outcaps):
7507         * gst-libs/gst/rtp/gstbasertppayload.h:
7508         Improve caps negotiation so that downstream elements can confiure
7509         certain RTP properties by fixing them on the caps. See #465146.
7510         Add docs.
7511
7512 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7513
7514         * docs/libs/gst-plugins-base-libs-sections.txt:
7515         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7516         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7517           Mark as deprecated some macros which were presumably meant to be
7518           private API and accidentally exposed in the public header file.
7519           Also actually _init() lock (only works at the moment because the
7520           struct is zeroed out when created and the initial values in the
7521           mutex struct are zeroes too). (#459585)
7522
7523 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7524
7525         * docs/libs/Makefile.am:
7526           Remove cruft and do some cleanups.
7527
7528         * docs/libs/gst-plugins-base-libs-docs.sgml:
7529           Prepare for comming gtkdoc features (rebase against online docs).
7530
7531 2007-08-10  Michael Smith <msmith@fluendo.com>
7532
7533         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7534           Debug output fixes.
7535         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7536         (GST_START_TEST):
7537           Change the number of buffers used; 500 is too many and leads to
7538           timeouts.
7539
7540 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7541
7542         * gst/playback/gstqueue2.c:
7543         * gst/videorate/gstvideorate.c:
7544           Printf format fixes (#465028).
7545
7546 2007-08-09  Michael Smith <msmith@fluendo.com>
7547
7548         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7549           If we have a large (> 1 second) discontinuity, push a series of
7550           smaller buffers rather than a single very large buffer. Avoids
7551           unreasonably large single buffer allocations when encountering a
7552           large gap.
7553         * tests/check/elements/audiorate.c: (GST_START_TEST),
7554         (audiorate_suite):
7555           Add a test for this.
7556
7557 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7558
7559         * gst/playback/gstplaybasebin.c: (group_commit),
7560         (queue_remove_probe), (queue_threshold_reached):
7561
7562         Patch by: Josep Torra Valles <josep@fluendo.com>
7563         Fixes: #465015
7564         Make sure we remove the check_queues buffer probe from the 
7565         correct queue to avoid racily going back to "buffering 99%" when
7566         buffering is actually complete.
7567
7568         Also, fix the spelling of Josep's surname in the ChangeLog.
7569
7570 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7571
7572         * ext/ogg/gstoggmux.c:
7573           Do not leak oggmux instance.
7574         
7575         * ext/vorbis/vorbisenc.c:
7576           Also log values.
7577
7578 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7579
7580         * po/hu.po:
7581         * po/it.po:
7582         * po/nl.po:
7583         * po/uk.po:
7584         * po/vi.po:
7585           Updated translations.
7586
7587 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7588
7589         patch by: Yang Hong <hongyang@redflag-linux.com>
7590
7591         * ext/pango/gsttextoverlay.c:
7592         * ext/pango/gsttextoverlay.h:
7593           Add 'silent' property to GstTimeOverlay. Fixes #462979
7594
7595 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7596
7597         Patch by: Josep Torra Valles <josep@fluendo.com>
7598
7599         * docs/plugins/gst-plugins-base-plugins.args:
7600         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7601         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7602         (gst_uri_decode_bin_get_property), (gen_source_element):
7603         Add connection-speed property. Fixes #464690.
7604
7605 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7606
7607         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7608
7609         * configure.ac:
7610         * gst-libs/gst/rtsp/Makefile.am:
7611         * gst-libs/gst/rtsp/gstrtspconnection.c:
7612         (gst_rtsp_connection_connect):
7613         Fix compilation on windows. Fixes #464320.
7614
7615 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         Patch by: Josep Torra Valles <josep@fluendo.com>
7618
7619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7620         (gst_play_base_bin_init), (queue_threshold_reached),
7621         (gen_source_element), (setup_substreams),
7622         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7623         (gst_play_base_bin_get_streaminfo_value_array):
7624         * gst/playback/gstplaybasebin.h:
7625         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7626         (gst_play_bin_set_property), (gst_play_bin_get_property),
7627         (gst_play_bin_handle_redirect_message):
7628         Move connection-speed property from playbin to playbasebin so that we
7629         can also configure it in source elements that have the connection-speed
7630         property. Fixes #464028.
7631         Add some debug info here and there.
7632
7633 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7634
7635         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7636         Properly respond to conversion queries. Fixes #464079.
7637
7638 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7639
7640         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7641         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7642         (gst_audio_test_src_init_sine_table),
7643         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7644         * gst/audiotestsrc/gstaudiotestsrc.h:
7645         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7646         Also set the default volume to the default value specified in the
7647         GParamSpec.
7648
7649 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7650
7651         Patch by: Jens Granseuer <jensgr at gmx dot net>
7652
7653         * gst/audioconvert/gstaudioquantize.c:
7654         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7655
7656 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7657
7658         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7659         Add rdt manager for rdt transport.
7660         Fix parsing of RDT transport.
7661
7662 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7663
7664         * configure.ac:
7665         Back to CVS
7666
7667 === release 0.10.14 ===
7668
7669 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7670
7671         * configure.ac:
7672           releasing 0.10.14, "Light Years Ahead"
7673
7674 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7675
7676         * tests/check/libs/audio.c: (GST_START_TEST):
7677         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7678
7679 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7680
7681         * gst-libs/gst/audio/audio.c:
7682         When clipping a buffer with no timestamp, assume it is
7683         within the segment without warnings.
7684
7685         Fixes: #460978
7686
7687 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7688
7689         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7690         Fire the signal on the object, not the interface.
7691
7692 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7693
7694         * gst-libs/gst/rtsp/.cvsignore:
7695         Ber. Don't include the full path, idiot.
7696
7697 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7698
7699         * gst-libs/gst/rtsp/.cvsignore:
7700         Ignore generated files.
7701
7702 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7703
7704         * gst-libs/gst/interfaces/Makefile.am:
7705         * gst-libs/gst/interfaces/interfaces-marshal.list:
7706         * gst-libs/gst/interfaces/rtspextension.c:
7707         * gst-libs/gst/interfaces/rtspextension.h:
7708         * gst-libs/gst/rtsp/Makefile.am:
7709         * gst-libs/gst/rtsp/gstrtsp.h:
7710         * gst-libs/gst/rtsp/gstrtspextension.c:
7711         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7712         (gst_rtsp_extension_detect_server),
7713         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7714         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7715         (gst_rtsp_extension_configure_stream),
7716         (gst_rtsp_extension_get_transports),
7717         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7718         * gst-libs/gst/rtsp/gstrtspextension.h:
7719         * gst-libs/gst/rtsp/rtsp-marshal.list:
7720         Move the rtspextension.h interface into gstrtspextension.h
7721         as part of libgstrtsp instead of libgstinterfaces, because it's
7722         only for use within plugins, not applications. 
7723         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7724         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7725         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7726         is abstract.
7727
7728 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7729
7730         * gst-libs/gst/interfaces/Makefile.am:
7731         * gst-libs/gst/interfaces/interfaces-marshal.list:
7732         * gst-libs/gst/interfaces/rtspextension.c:
7733         (gst_rtsp_extension_iface_init),
7734         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7735         * gst-libs/gst/interfaces/rtspextension.h:
7736         Fix marshaller for the send signal.
7737         Add URL to stream selection interface method.
7738
7739 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7740
7741         * gst-libs/gst/riff/Makefile.am:
7742         Pull in our dependencies from -base before those from outside.
7743
7744 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7745
7746         * docs/libs/gst-plugins-base-libs-sections.txt:
7747         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7748         * gst-libs/gst/rtsp/gstrtspbase64.h:
7749         API: gst_rtsp_base64_decode_ip()
7750         Added function to decode Base64 in-place.
7751
7752 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7753
7754         * tests/check/libs/.cvsignore:
7755         Ignore the mixer test binary.
7756
7757 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7758
7759         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7760         Gratuitous comment change to trigger a rebuild on the buildbots.
7761
7762 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7763
7764         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7765         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7766         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7767         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7768         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7769         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7770         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7771         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7772         (gst_sdp_media_get_attribute_val):
7773         * gst-libs/gst/sdp/gstsdpmessage.h:
7774         Constify args where we can.
7775
7776 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7777
7778         * gst-libs/gst/interfaces/Makefile.am:
7779         * gst-libs/gst/interfaces/rtspextension.c:
7780         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7781         (gst_rtsp_extension_detect_server),
7782         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7783         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7784         (gst_rtsp_extension_configure_stream),
7785         (gst_rtsp_extension_get_transports),
7786         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7787         * gst-libs/gst/interfaces/rtspextension.h:
7788         Move interface for RTSP extensions from -good to here.
7789         Added helper methods to invoke interface methods.
7790
7791 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7792
7793         * docs/libs/gst-plugins-base-libs-sections.txt:
7794         * gst-libs/gst/rtsp/gstrtspdefs.h:
7795         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7796         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7797         (gst_rtsp_message_init_response),
7798         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7799         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7800         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7801         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7802         (gst_rtsp_message_get_body), (dump_key_value):
7803         * gst-libs/gst/rtsp/gstrtspmessage.h:
7804         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7805         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7806         (gst_rtsp_range_parse):
7807         * gst-libs/gst/rtsp/gstrtsprange.h:
7808         * gst-libs/gst/rtsp/gstrtsptransport.c:
7809         * gst-libs/gst/rtsp/gstrtspurl.c:
7810         Fix some more RTSP docs.
7811         Add some missing methods for dealing with messages.
7812
7813 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7814
7815         * docs/libs/gst-plugins-base-libs-docs.sgml:
7816         * docs/libs/gst-plugins-base-libs-sections.txt:
7817         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7818         * gst-libs/gst/rtsp/gstrtspbase64.h:
7819         * gst-libs/gst/rtsp/gstrtspconnection.c:
7820         (gst_rtsp_connection_connect), (add_auth_header),
7821         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7822         (read_body), (gst_rtsp_connection_receive),
7823         (gst_rtsp_connection_next_timeout),
7824         (gst_rtsp_connection_reset_timeout),
7825         (gst_rtsp_connection_set_auth):
7826         * gst-libs/gst/rtsp/gstrtspconnection.h:
7827         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7828         * gst-libs/gst/rtsp/gstrtspdefs.h:
7829         * gst-libs/gst/rtsp/gstrtspmessage.h:
7830         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7831         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7832         (gst_rtsp_range_parse):
7833         * gst-libs/gst/rtsp/gstrtspurl.h:
7834         Added beginnings of RTSP documentation.
7835
7836 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7837
7838         * docs/libs/Makefile.am:
7839         * docs/libs/gst-plugins-base-libs-docs.sgml:
7840         * docs/libs/gst-plugins-base-libs-sections.txt:
7841         * gst-libs/gst/sdp/gstsdp.h:
7842         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7843         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7844         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7845         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7846         (gst_sdp_message_get_attribute_val),
7847         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7848         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7849         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7850         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7851         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7852         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7853         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7854         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7855         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7856         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7857         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7858         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7859         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7860         (gst_sdp_media_get_attribute_val_n),
7861         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7862         (print_media), (gst_sdp_message_dump):
7863         * gst-libs/gst/sdp/gstsdpmessage.h:
7864         Document the SDP library.
7865         Add some of the missing SDPMedia methods.
7866
7867 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7868
7869         * configure.ac:
7870         * gst-libs/gst/Makefile.am:
7871         * gst-libs/gst/rtsp/Makefile.am:
7872         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7873         * gst-libs/gst/rtsp/gstrtspbase64.h:
7874         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7875         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7876         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7877         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7878         (parse_response_status), (parse_request_line), (parse_line),
7879         (gst_rtsp_connection_read), (read_body),
7880         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7881         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7882         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7883         (gst_rtsp_connection_set_auth):
7884         * gst-libs/gst/rtsp/gstrtspconnection.h:
7885         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7886         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7887         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7888         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7889         (gst_rtsp_find_method):
7890         * gst-libs/gst/rtsp/gstrtspdefs.h:
7891         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7892         (gst_rtsp_message_new), (gst_rtsp_message_init),
7893         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7894         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7895         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7896         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7897         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7898         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7899         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7900         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7901         (gst_rtsp_message_dump):
7902         * gst-libs/gst/rtsp/gstrtspmessage.h:
7903         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7904         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7905         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7906         * gst-libs/gst/rtsp/gstrtsprange.h:
7907         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7908         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7909         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7910         (range_as_text), (rtsp_transport_mode_as_text),
7911         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7912         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7913         (gst_rtsp_transport_free):
7914         * gst-libs/gst/rtsp/gstrtsptransport.h:
7915         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7916         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7917         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7918         * gst-libs/gst/rtsp/gstrtspurl.h:
7919         * gst-libs/gst/sdp/Makefile.am:
7920         * gst-libs/gst/sdp/gstsdp.h:
7921         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7922         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7923         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7924         (gst_sdp_attribute_init), (gst_sdp_message_new),
7925         (gst_sdp_message_init), (gst_sdp_message_uninit),
7926         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7927         (gst_sdp_media_uninit), (gst_sdp_media_free),
7928         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7929         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7930         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7931         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7932         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7933         (gst_sdp_message_get_attribute_val),
7934         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7935         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7936         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7937         (gst_sdp_media_get_attribute_val_n),
7938         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7939         (read_string), (read_string_del), (gst_sdp_parse_line),
7940         (gst_sdp_message_parse_buffer), (print_media),
7941         (gst_sdp_message_dump):
7942         * gst-libs/gst/sdp/gstsdpmessage.h:
7943         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7944         Move SDP and RTSP from helper objects in -good to a reusable library.
7945         Use a proper gst_ namespace.
7946
7947 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7948
7949         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7950         (vorbis_dec_flush_decode):
7951         Use the new buffer clipping function from gstaudio here.
7952
7953 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7954
7955         * docs/libs/gst-plugins-base-libs-sections.txt:
7956         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7957         * gst-libs/gst/audio/audio.h:
7958         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7959         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7960         Also add deprecation guards for gst_audio_structure_set_int() to the
7961         header.
7962
7963 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7964
7965         * docs/libs/gst-plugins-base-libs-sections.txt:
7966           Cleanup the docs.
7967
7968 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7969
7970         Patch by: Dan Williams <dcbw at redhat dot com>
7971
7972         * gst/playback/gstplaybasebin.c:
7973         (gst_play_base_bin_get_streaminfo_value_array):
7974         Don't return NULL when querying the stream info value array but instead
7975         return an empty array. Fixes #459204.
7976
7977 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7978
7979         * gst/playback/gsturidecodebin.c:
7980           Init debug category before using it.
7981
7982 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7983
7984         * gst-libs/gst/interfaces/mixer.h:
7985         Add padding vars in place of the signal pointers
7986         when building with DISABLE_DEPRECATED so that the
7987         interface structure doesn't change size.
7988
7989 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7990
7991         * docs/libs/gst-plugins-base-libs-sections.txt:
7992         * ext/alsa/gstalsamixer.c:
7993         * ext/alsa/gstalsamixer.h:
7994         * ext/alsa/gstalsamixerelement.c:
7995         * ext/alsa/gstalsamixertrack.c:
7996         * gst-libs/gst/interfaces/mixer.c:
7997         * gst-libs/gst/interfaces/mixer.h:
7998         * gst-libs/gst/interfaces/mixeroptions.c:
7999         * gst-libs/gst/interfaces/mixeroptions.h:
8000         * gst-libs/gst/interfaces/mixertrack.c:
8001         * gst-libs/gst/interfaces/mixertrack.h:
8002         * tests/check/Makefile.am:
8003         * tests/check/libs/mixer.c:
8004
8005         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8006         Fixes: #152864 
8007
8008         Add support for notifying mixer changes on the message bus, and
8009         implement it in alsamixer.
8010
8011         API: gst_mixer_get_mixer_flags
8012         API: gst_mixer_message_parse_mute_toggled
8013         API: gst_mixer_message_parse_record_toggled
8014         API: gst_mixer_message_parse_volume_changed
8015         API: gst_mixer_message_parse_option_changed
8016         API: GstMixerMessageType
8017         API: GstMixerFlags
8018
8019 2007-07-20  Michael Smith <msmith@fluendo.com>
8020
8021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8022         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8023           xcontext->im_format is only for testing XShm support (as the header
8024           file comments document). Use xvimage->im_format for everything else.
8025           Avoids spurious warnings on buffer allocation before setcaps.
8026
8027 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8028
8029         * tests/examples/volume/Makefile.am:
8030         * tests/icles/Makefile.am:
8031           We should use $(LIBM).
8032
8033 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8034
8035         * tests/icles/Makefile.am:
8036           This needs -lm.
8037
8038 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8039
8040         * gst-libs/gst/rtp/gstbasertppayload.c:
8041         (gst_basertppayload_class_init), (gst_basertppayload_init),
8042         (gst_basertppayload_set_property),
8043         (gst_basertppayload_get_property):
8044         Don't break ABI, restore previous ranges. Keep the default random
8045         selection of timestamp and seqnum offset but as soon as the app sets a
8046         specific value, use that one.
8047
8048 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8049
8050         Patch by: Bastien Nocera <hadess at hadess dot net>
8051
8052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8053         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8054         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8055         * sys/xvimage/xvimagesink.h:
8056         Add option to turn off double-buffering for debugging purposes.
8057         Fixes #437169.
8058
8059 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8060
8061         Patch by: Jorn Baayen <jorn at openedhand dot com>
8062
8063         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8064         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8065         (gst_ximagesink_init), (gst_ximagesink_class_init):
8066         * sys/ximage/ximagesink.h:
8067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8068         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8069         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8070         * sys/xvimage/xvimagesink.h:
8071         add 'handle-expose' property. Useful for video widgets which may want to
8072         be in control of Expose behaviour. Fixes #380625
8073
8074 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8075
8076         * gst-libs/gst/rtp/gstbasertppayload.c:
8077         (gst_basertppayload_class_init), (gst_basertppayload_init),
8078         (gst_basertppayload_event), (gst_basertppayload_push),
8079         (gst_basertppayload_set_property),
8080         (gst_basertppayload_get_property),
8081         (gst_basertppayload_change_state):
8082         * gst-libs/gst/rtp/gstbasertppayload.h:
8083         Fix ranges of rtp payloader properties so that the full range can be
8084         used in addition to -1 (random).
8085         Fix wrong seqnum reporting in caps.
8086         Fixes #420326.
8087
8088 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8089
8090         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8091         (gst_video_rate_query):
8092         Use boilerplate.
8093         Add latency query, might not be perfect yet but already works a lot
8094         better. Fixes #442557.
8095
8096 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8097
8098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8099         (gst_xvimagesink_setcaps):
8100         * sys/xvimage/xvimagesink.h:
8101         After a caps change, redraw our borders to avoid garbage left there
8102         when the image format changes to a smaller size, like 16:9 -> 4:3
8103         Also, hold the flow_lock a bit longer in the set_caps while we're
8104         fiddling with the xcontext.
8105
8106 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8107
8108         * Makefile.am:
8109         * configure.ac:
8110         * tests/Makefile.am:
8111         Remove bogus check for libcheck, since we check for
8112         gstreamer-check and it pulls in the required info from there, and we
8113         weren't actually _using_ the information for libcheck ourselves
8114         anyway.
8115
8116 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8117
8118         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8119         (gst_ffmpeg_caps_to_pixfmt):
8120         Fix the r_mask test for RGBA32 on little-endian.
8121         Fix a stupid typo that would have obviously broken 
8122         compilation on big-endian, if anyone was testing.
8123
8124 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8125
8126         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8127         (paint_hline_str4):
8128         * gst/videotestsrc/videotestsrc.h:
8129         Add alpha to the color struct.
8130         Use a default alpha value of 255 instead of 128.
8131
8132 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8133
8134         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8135         (setup_source):
8136         Clear the dynamic pads counter when starting a new uri. This makes
8137         reusing playbin work again.
8138         Fixes #454264.
8139
8140 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8141
8142         * configure.ac:
8143           Use pkg-config to locate check.
8144
8145 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8146
8147         * configure.ac:
8148         * tests/check/elements/volume.c: (GST_START_TEST):
8149           Fix 'make check' build against core CVS.
8150
8151 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8152
8153         * gst-libs/gst/interfaces/propertyprobe.c:
8154         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8155         * gst-libs/gst/tag/gstvorbistag.c:
8156           Make gtk-doc happy.
8157
8158 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8159
8160         * gst-libs/gst/audio/gstbaseaudiosink.c:
8161         (gst_base_audio_sink_callback):
8162           Quick hack to make audiosinks stop at EOS when operating in
8163           pull-mode; needs to be fixed properly some day.
8164
8165 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8166
8167         * docs/libs/gst-plugins-base-libs-sections.txt:
8168           Fix location of includes in the docs.
8169
8170 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8171
8172         * gst/ffmpegcolorspace/avcodec.h:
8173         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8174         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8175         (gst_ffmpegcsp_avpicture_fill):
8176         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8177         (img_get_alpha_info):
8178         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8179         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8180         end of the word. Partially fixes #451908
8181
8182 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8183
8184         * docs/libs/Makefile.am:
8185         * docs/plugins/Makefile.am:
8186           Simplify --extra-dir as gtkdoc scans recursively.
8187
8188 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8189
8190         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8191         (gst_adder_request_new_pad):
8192         Make getcaps more robust by not using the proxycaps function. This makes
8193         sure that we don't end up recursively calling getcaps upstream.
8194         See #316248.
8195
8196 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8197
8198         * gst/audioconvert/audioconvert.c:
8199         Include math.h to fix compilation.
8200
8201 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8202
8203         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8204         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8205         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8206         format, as produced by some dc1394 cameras like the iSight.
8207         See http://www.fourcc.org/yuv.php#IYU1
8208
8209 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8210
8211         * gst/audioconvert/Makefile.am:
8212         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8213         (check_default), (audio_convert_prepare_context),
8214         (audio_convert_clean_context), (audio_convert_convert):
8215         * gst/audioconvert/audioconvert.h:
8216         * gst/audioconvert/gstaudioconvert.c:
8217         (gst_audio_convert_dithering_get_type),
8218         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8219         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8220         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8221         * gst/audioconvert/gstaudioconvert.h:
8222         * gst/audioconvert/gstaudioquantize.c:
8223         (gst_audio_quantize_setup_noise_shaping),
8224         (gst_audio_quantize_free_noise_shaping),
8225         (gst_audio_quantize_setup_dither),
8226         (gst_audio_quantize_free_dither),
8227         (gst_audio_quantize_setup_quantize_func),
8228         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8229         * gst/audioconvert/gstaudioquantize.h:
8230         Implement dithering and noise shaping in audioconvert. By default now
8231         TPDF dithering (and no noise shaping) will be used when converting
8232         from a higher bit depth to 20 bit depth or smaller, otherwise
8233         everything will be as it is now.
8234         For the last audioconvert in a pipeline it would make sense to
8235         use some kind of noise shaping, enabling it by default for all
8236         conversions would give undesired results though. Fixes #360246.
8237         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8238         (GST_START_TEST):
8239         Adjust unit test for the new audioconvert.
8240
8241 2007-06-28  Wim Taymans  <wim@fluendo.com>
8242
8243         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8244         Use other metrics as well when estimating the buffer level.
8245
8246 2007-06-28  Wim Taymans  <wim@fluendo.com>
8247
8248         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8249         Small debug improvement.
8250
8251         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8252         (plugin_init):
8253         Tweak the rate estimation period.
8254         When calculating the buffer filledness in rate estimation mode, don't
8255         mix it with other metrics.
8256
8257 2007-06-28  Wim Taymans  <wim@fluendo.com>
8258
8259         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8260         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8261         When creating the groups, allow for a 5 second, unlimited buffers
8262         preroll phase after which we expose the group.
8263         When the group is exposed, use a small number of buffers up to a 2
8264         second limit. Also disconnect the overrun signal from multiqueue when we
8265         exposed the group because it is not needed anymore.
8266
8267 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8268
8269         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8270           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8271           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8272           (#451707); also, output some debugging info when dealing with
8273           freeform strings.
8274
8275         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8276           Add unit test for the above.
8277
8278 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8279
8280         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8281           Add description for Windows Media RTP caps.
8282
8283         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8284           Remove RTP fields that don't define the format from caps.
8285
8286 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8287
8288         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8289           Skip empty buffers, but not empty header buffers. That way the original
8290           vorbisdec unit test still passes (#451145); also, take into account
8291           that those empty packets might carry a granulepos.
8292
8293         * tests/check/Makefile.am:
8294         * tests/check/elements/vorbisdec.c:
8295         (_create_codebook_header_buffer), (_create_audio_buffer),
8296         (GST_START_TEST), (vorbisdec_suite):
8297           Add unit test that sends an empty packet.
8298
8299 2007-06-27  Wim Taymans  <wim@fluendo.com>
8300
8301         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8302         Don't error out on 0-sized packets, just emit a warning because this is
8303         not a fatal error. Fixes #451145.
8304
8305 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8306
8307         * docs/plugins/gst-plugins-base-plugins.args:
8308         * docs/plugins/gst-plugins-base-plugins.signals:
8309         * docs/plugins/inspect/plugin-adder.xml:
8310         * docs/plugins/inspect/plugin-alsa.xml:
8311         * docs/plugins/inspect/plugin-audioconvert.xml:
8312         * docs/plugins/inspect/plugin-audiorate.xml:
8313         * docs/plugins/inspect/plugin-audioresample.xml:
8314         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8315         * docs/plugins/inspect/plugin-cdparanoia.xml:
8316         * docs/plugins/inspect/plugin-decodebin.xml:
8317         * docs/plugins/inspect/plugin-decodebin2.xml:
8318         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8319         * docs/plugins/inspect/plugin-gdp.xml:
8320         * docs/plugins/inspect/plugin-gnomevfs.xml:
8321         * docs/plugins/inspect/plugin-libvisual.xml:
8322         * docs/plugins/inspect/plugin-ogg.xml:
8323         * docs/plugins/inspect/plugin-pango.xml:
8324         * docs/plugins/inspect/plugin-playbin.xml:
8325         * docs/plugins/inspect/plugin-subparse.xml:
8326         * docs/plugins/inspect/plugin-tcp.xml:
8327         * docs/plugins/inspect/plugin-theora.xml:
8328         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8329         * docs/plugins/inspect/plugin-video4linux.xml:
8330         * docs/plugins/inspect/plugin-videorate.xml:
8331         * docs/plugins/inspect/plugin-videoscale.xml:
8332         * docs/plugins/inspect/plugin-videotestsrc.xml:
8333         * docs/plugins/inspect/plugin-volume.xml:
8334         * docs/plugins/inspect/plugin-vorbis.xml:
8335         * docs/plugins/inspect/plugin-ximagesink.xml:
8336         * docs/plugins/inspect/plugin-xvimagesink.xml:
8337           Update docs with caps info.
8338
8339 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * po/POTFILES.in:
8342           Add more files with translatable strings (#450875).
8343
8344 2007-06-23  Edward Hervey  <edward@fluendo.com>
8345
8346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8347         The chain should be freed if we error out here, else it will leak.
8348         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8349         (cleanup_decodebin):
8350         Don't forget to *properly* remove the signals, else it will leak.
8351
8352 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8353
8354         * MAINTAINERS:
8355         Updating all the maintainers files
8356
8357 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8358
8359         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8360         (main):
8361           Destroy and recreate parse-launch based pipeline after stop to be able
8362           to play again. Reorder some code and add more comments.
8363
8364 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8365
8366         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8367         When handling a delayed-caps notification case, mark
8368         the group as dynamic so that the nbdynamic count is
8369         incremented and decremented correctly. Fixes: #449156
8370         Patch by: Wim Taymans <wim@fluendo.com>
8371
8372 2007-06-19  Andy Wingo  <wingo@pobox.com>
8373
8374         * gst-libs/gst/audio/gstbaseaudiosink.c
8375         (gst_base_audio_sink_init): Enable pull-mode operation.
8376
8377 2007-06-19  Michael Smith <msmith@fluendo.com>
8378
8379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8380           Change minimum rate back to 1000 to allow low-sample-rate wav files
8381           to play back.
8382
8383 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8384
8385         * po/vi.po:
8386           Update translations.
8387
8388 2007-06-15  David Schleef  <ds@schleef.org>
8389
8390         * gst/playback/gstqueue2.c:
8391           Fix compile error from ignored return value.
8392
8393 2007-06-15  Michael Smith <msmith@fluendo.com>
8394
8395         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8396           Update tmpbuf for all neccesary rows, not just one, as is required
8397           when downscaling.
8398           Fixes #402076.
8399
8400 2007-06-15  Michael Smith <msmith@fluendo.com>
8401
8402         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8403         (eos_buffer_probe):
8404           Add a test that ensures we set DELTA_UNIT on all non-header,
8405           non-video buffers, if we have a video stream.
8406         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8407         (gst_ogg_mux_process_best_pad):
8408           Move setting delta_pad to earlier, where we inspect all pads, so
8409           that leading audio pages don't get DELTA_UNIT unset if they come
8410           before the first DELTA_UNIT from video pages. Fixes the newly-added
8411           test. Fixes #385527.
8412
8413 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8414
8415         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8416           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8417           fails on the p5-ppc64 build bot and the failure looks like it is due
8418           to the same issue as #348114, ie. a compiler bug.
8419
8420 2007-06-13  Edward Hervey  <edward@fluendo.com>
8421
8422         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8423         Fix build on MacOSX.
8424
8425 2007-06-13  Wim Taymans  <wim@fluendo.com>
8426
8427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8428         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8429         Fix compilation on mingw. Fixes #446972.
8430
8431 2007-06-12  Wim Taymans  <wim@fluendo.com>
8432
8433         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8434
8435         * gst/playback/gstqueue2.c: (update_buffering),
8436         (gst_queue_locked_enqueue):
8437         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8438         also update the buffering status when receiving events. Fixes #446551.
8439
8440 2007-06-11  Wim Taymans  <wim@fluendo.com>
8441
8442         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8443
8444         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8445         (gst_queue_handle_src_query):
8446         Wait for preroll before attempting to forward a duration query upstream.
8447         Fixes #445505.
8448
8449 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8450
8451         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8452         (gst_base_rtp_depayload_set_gst_timestamp):
8453         Use G_GINT64_CONSTANT macro for int64 constant.
8454         * win32/common/libgstinterfaces.def:
8455         * win32/common/libgsttag.def:
8456         Add new exported functions.
8457
8458 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8459
8460         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8461           The BOS page of the first Dirac video stream needs to come before
8462           the BOS page of any Vorbis streams or other audio streams, just like
8463           it is with Theora.
8464
8465 2007-06-07  Wim Taymans  <wim@fluendo.com>
8466
8467         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8468         Fix compilation.
8469
8470 2007-06-06  Wim Taymans  <wim@fluendo.com>
8471
8472         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8473
8474         * gst/playback/gstqueue2.c: (gst_queue_init),
8475         (gst_queue_handle_sink_event), (gst_queue_chain),
8476         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8477         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8478         (gst_queue_src_activate_pull):
8479         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8480         Does not yet completely work because duration queries upstream won't
8481         block yet.
8482
8483 2007-06-06  Wim Taymans  <wim@fluendo.com>
8484
8485         * configure.ac:
8486         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8487         Some more fseeko checks.
8488
8489 2007-06-06  Wim Taymans  <wim@fluendo.com>
8490
8491         * configure.ac:
8492         check for large file support.
8493
8494 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8495
8496         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8497
8498         * gst/subparse/gstsubparse.c: (parse_subrip),
8499         (subviewer_unescape_newlines), (parse_subviewer),
8500         (gst_sub_parse_data_format_autodetect),
8501         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8502         * gst/subparse/gstsubparse.h:
8503         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8504         * tests/check/elements/subparse.c: (GST_START_TEST),
8505         (subparse_suite):
8506         Add a unit test for both SubViewer formats.
8507
8508 2007-06-01  Michael Smith <msmith@fluendo.com>
8509
8510         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8511           Don't overflow intermediate values when seeking to large time values
8512           in audiotestsrc.
8513
8514 2007-06-05  Wim Taymans  <wim@fluendo.com>
8515
8516         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8517         (gst_queue_create_read), (gst_queue_read_item_from_file),
8518         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8519         Include stdio to define fseeko.
8520
8521 2007-06-05  Wim Taymans  <wim@fluendo.com>
8522
8523         Patch by: Edward Hervey  <edward@fluendo.com>
8524
8525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8526         (gst_v4lsrc_query):
8527         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8528
8529 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8530
8531         * gst-libs/gst/riff/Makefile.am:
8532         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8533           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8534           our own implementation.
8535
8536 2007-06-05  Wim Taymans  <wim@fluendo.com>
8537
8538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8539         (gst_base_rtp_depayload_setcaps),
8540         (gst_base_rtp_depayload_set_gst_timestamp),
8541         (gst_base_rtp_depayload_change_state):
8542         Handle timestamp wraparound.
8543
8544 2007-06-05  Wim Taymans  <wim@fluendo.com>
8545
8546         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8547         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8548         (gst_uri_decode_bin_change_state):
8549         Make sure we name srcpads uniquely even when using different internal
8550         decodebins.
8551         Signal no-more-pads when no more dynamic elements exist.
8552         Remove pads on cleanup.
8553
8554 2007-06-05  Wim Taymans  <wim@fluendo.com>
8555
8556         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8557
8558         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8559         (gst_queue_init), (gst_queue_finalize),
8560         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8561         (gst_queue_create_read), (gst_queue_read_item_from_file),
8562         (gst_queue_open_temp_location_file),
8563         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8564         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8565         (gst_queue_is_empty), (gst_queue_is_filled),
8566         (gst_queue_change_state), (gst_queue_set_temp_location),
8567         (gst_queue_set_property):
8568         Add support for filebased buffering. Fixes #441264.
8569
8570 2007-06-05  Wim Taymans  <wim@fluendo.com>
8571
8572         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8573         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8574         (caps_notify_group_cb), (gst_decode_group_new),
8575         (gst_decode_group_free):
8576         Add support for delayed caps fixation when autoplugging.
8577         Optimize cases where a multiqueue is not needed/wanted, like right after
8578         anything that is not a demuxer.
8579
8580 2007-06-05  Wim Taymans  <wim@fluendo.com>
8581
8582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8583         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8584         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8585         consideratly speedup ogg chain detection by not trying to find a base
8586         timestamp for skeleton streams. 
8587
8588 2007-06-05  Wim Taymans  <wim@fluendo.com>
8589
8590         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8591         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8592         (gst_multi_fd_sink_remove_flush),
8593         (gst_multi_fd_sink_remove_client_link),
8594         (gst_multi_fd_sink_handle_client_write),
8595         (gst_multi_fd_sink_handle_clients):
8596         * gst/tcp/gstmultifdsink.h:
8597         Add support for remove_flush.
8598
8599 2007-06-05  Wim Taymans  <wim@fluendo.com>
8600
8601         * docs/design/draft-keyframe-force.txt:
8602         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8603         (theora_enc_chain):
8604         Add draft design for forcing keyframes in encoders and implement in
8605         theoraenc.
8606
8607 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8608
8609         * configure.ac:
8610           Back to CVS
8611
8612 === release 0.10.13 ===
8613
8614 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8615
8616         * configure.ac:
8617           releasing 0.10.13, "What's Going on?"
8618
8619 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8620
8621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8622         In riff, the depth is stored in the size field but it just means that
8623         the least significant bits are cleared. We can therefore just play
8624         the sample as if it had a depth == width. Fixes: #440997
8625
8626         Patch by: Wim Taymans <wim@fluendo.com> 
8627         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8628
8629 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8630
8631         * gst-libs/gst/floatcast/floatcast.h:
8632         Define inline when needed on win32 builds. Fixes: #441295
8633         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8634
8635 2007-05-29  Wim Taymans  <wim@fluendo.com>
8636
8637         * gst/playback/gstplaybasebin.c: (queue_overrun),
8638         (no_more_pads_full):
8639         Stop buffering when the group is commited because the queues filled up.
8640         Fixes #442024.
8641
8642 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8643
8644         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8645         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8646         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8647         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8648         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8649         * ext/alsa/gstalsamixer.h:
8650         * ext/alsa/gstalsamixerelement.c:
8651         (gst_alsa_mixer_element_interface_supported),
8652         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8653         (gst_alsa_mixer_element_set_property),
8654         (gst_alsa_mixer_element_get_property),
8655         (gst_alsa_mixer_element_change_state):
8656         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8657         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8658         (gst_mixer_option_changed):
8659         * gst-libs/gst/interfaces/mixer.h:
8660         Revert commits towards #152864 made so far. We'll pick it up again
8661         after the 0.10.13 release.
8662
8663 2007-05-24  Wim Taymans  <wim@fluendo.com>
8664
8665         * gst-libs/gst/audio/gstbaseaudiosink.c:
8666         (gst_base_audio_sink_render):
8667         After an interrupt (PAUSED/flush) assume that the next sample should not
8668         be aligned to the previous sample. Fixes #417992.
8669
8670 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8671
8672         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8673           Don't add channels and rate fields to the template caps for
8674           audio/x-dts, as wavparse might not always be able to set them,
8675           which would then lead to 'caps are not a real subset of the
8676           template caps' warnings.
8677
8678 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8679
8680         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8681         Handle unknown or invalid pads without crashing, as might occur if
8682         a media file like an mp3 is specified as a subtitle file.
8683         Fixes: #410039
8684
8685 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8686
8687         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8688         (setup_sinks):
8689         Block the subtitle bin output queue before ghosting it and linking,
8690         then unblock after. This avoids spurious not-linked errors caused 
8691         by the queue starting up (because it gets linked when it is ghosted). 
8692         Fixes: #350299
8693
8694 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8695
8696         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8697         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8698         file. Avoids flukes where the input gets typefound to some valid but
8699         useless type.
8700
8701 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8702
8703         * tests/check/Makefile.am:
8704         * tests/check/elements/.cvsignore:
8705         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8706         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8707           Add unit test for gnomevfssink seeking and position reporting for
8708           file:// URIs.
8709
8710 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8711
8712         Patch by: Mark Nauwelaerts <manauw at skynet be>
8713
8714         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8715         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8716         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8717         * ext/gnomevfs/gstgnomevfssink.h:
8718           Fix position reporting, especially after a seek (from upstream),
8719           see #412648.
8720
8721 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8722
8723         * ext/cdparanoia/gstcdparanoiasrc.c:
8724           Repair umlaut.
8725
8726 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8727
8728         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8729         Specify the full valid range for MP3 samplerates. Fixes a regression
8730         caused by extra header checks since the last release.
8731
8732 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8733
8734         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8736         Fix a locking-order bug I introduced with my changes the other day.
8737         Patch by Mike Smith.
8738
8739 2007-05-21  Michael Smith <msmith@fluendo.com>
8740
8741         * ext/theora/theoradec.c: (theora_handle_data_packet):
8742           Don't look inside 0-length packets (which indicate duplicated
8743           frames)
8744
8745 2007-05-21  Wim Taymans  <wim@fluendo.com>
8746
8747         * ext/cdparanoia/gstcdparanoiasrc.c:
8748         (gst_cd_paranoia_src_read_sector):
8749         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8750         (gst_base_audio_src_create):
8751         Small cleanups.
8752
8753         * ext/theora/theoradec.c: (theora_dec_sink_event):
8754         Fix typo.
8755
8756         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8757         (gst_base_rtp_depayload_set_gst_timestamp):
8758         Add some FIXME
8759
8760         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8761         And some debug info when a FIXME path is hit.
8762
8763 2007-05-21  Wim Taymans  <wim@fluendo.com>
8764
8765         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8766         (gst_base_rtp_audio_payload_class_init),
8767         (gst_base_rtp_audio_payload_init),
8768         (gst_base_rtp_audio_payload_finalize),
8769         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8770         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8771         (gst_base_rtp_payload_audio_handle_event):
8772         Some cleanups, remove minptime property as it is now in the parent
8773         class.
8774         Override parent class event function.
8775
8776         * gst-libs/gst/rtp/gstbasertppayload.c:
8777         (gst_basertppayload_class_init), (gst_basertppayload_init),
8778         (gst_basertppayload_event), (gst_basertppayload_set_property),
8779         (gst_basertppayload_get_property):
8780         * gst-libs/gst/rtp/gstbasertppayload.h:
8781         Add min-ptime property.
8782         Add handle-event vmethod. Fixes #415001.
8783
8784 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8785
8786         * gst-libs/gst/audio/gstbaseaudiosink.c
8787           (gst_base_audio_sink_change_state):
8788           Fix typo in comment.
8789
8790         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8791           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8792           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8793           close_link):
8794         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8795           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8796           Remove trailing whitespaces in comments.
8797
8798         * gst/volume/Makefile.am:
8799           Fix tabs.
8800
8801 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8802
8803         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8804
8805         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8806           set_option, get_option, _gst_reserved):
8807           Revert reordering functions (keep ABI).
8808
8809 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8810
8811         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8812         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8813         (gst_ximagesink_show_frame):
8814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8815         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8816         (gst_xvimagesink_show_frame):
8817         When we create our own window, indicate that we handle the 
8818         WM_DELETE client message from the window manager, so that it won't 
8819         kill our window (and our app) along with it. Handle ClientMessage,
8820         post an error on the bus, and close the window. Further buffers
8821         arriving will result in a FlowError because the window has been
8822         destroyed.
8823
8824         Fixes: #393975
8825
8826         Clean up the X event handling loop and make them the same for
8827         both xvimagesink and ximagesink while I'm at it.
8828
8829 2007-05-17  Wim Taymans  <wim@fluendo.com>
8830
8831         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8832         Make decodebin2 autoplug depayloaders too.
8833
8834         * gst/playback/gsturidecodebin.c: (source_new_pad):
8835         Set the newly created decoder in a usable state when autoplugging a
8836         dynamic source such as RTSP.
8837
8838 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8839
8840         * gst/playback/gststreaminfo.c: (cb_probe):
8841           Ignore video-codec tag for audio streams and ignore audio-codec tags
8842           for video streams. Should make codec name collection a bit more
8843           robust against sloppy demuxers that send tag events containing both
8844           tags down each pad.
8845
8846 2007-05-17  Wim Taymans  <wim@fluendo.com>
8847
8848         * gst/playback/gstqueue2.c: (update_rates):
8849         Tweak the buffering thresholds a little.
8850         Update the buffer size with the previously calculate rate instead of
8851         only when we calculate a new rate so that we get smoother buffering
8852         updates.
8853
8854         * gst/playback/Makefile.am:
8855         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8856         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8857         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8858         (gst_uri_decode_bin_get_property), (unknown_type),
8859         (add_element_stream), (no_more_pads_full), (no_more_pads),
8860         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8861         (gen_source_element), (has_all_raw_caps), (analyse_source),
8862         (remove_decoders), (make_decoder), (remove_source),
8863         (source_new_pad), (setup_source), (decoder_query_init),
8864         (decoder_query_duration_fold), (decoder_query_duration_done),
8865         (decoder_query_position_fold), (decoder_query_position_done),
8866         (decoder_query_latency_fold), (decoder_query_latency_done),
8867         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8868         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8869         (gst_uri_decode_bin_change_state), (plugin_init):
8870         New element that intergrates a source, optional buffering element and
8871         decodebin.
8872
8873 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * configure.ac:
8876           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8877           (also has a .pc file, so we don't need the fallback check any
8878           longer). Fixes #438840.
8879
8880 2007-05-17  Wim Taymans  <wim@fluendo.com>
8881
8882         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8883         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8884         (apply_segment), (apply_buffer), (update_buffering),
8885         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8886         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8887         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8888         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8889         (plugin_init):
8890         fix build.
8891
8892 2007-05-17  Wim Taymans  <wim@fluendo.com>
8893
8894         * gst/playback/Makefile.am:
8895         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8896         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8897         (gst_queue_getcaps), (gst_queue_bufferalloc),
8898         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8899         (apply_buffer), (update_buffering), (reset_rate_timer),
8900         (update_rates), (gst_queue_locked_flush),
8901         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8902         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8903         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8904         (gst_queue_loop), (gst_queue_handle_src_event),
8905         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8906         (gst_queue_src_activate_push), (gst_queue_change_state),
8907         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8908         On our way to playbin2 this is the new network queue that does buffering
8909         all by itself using high and low watermarks. It can also measure up and
8910         downstream bandwidth to optimally size the queue.
8911
8912 2007-05-17  Michael Smith <msmith@fluendo.com>
8913
8914         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8915         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8916           Use the segment->last_stop value to calculate the next timestamp to
8917           generate after a seek; not the segment->start value.
8918
8919 2007-05-15  David Schleef  <ds@schleef.org>
8920
8921         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8922           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
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_perform_seek), (gst_ogg_demux_handle_page):
8928         Some more chained streaming ogg timestamp fixes.
8929
8930 2007-05-15  Wim Taymans  <wim@fluendo.com>
8931
8932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8933         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8934         (gst_ogg_demux_handle_page):
8935         Add some FIXMEs.
8936         Fix chain start/stop segment handling based on patch by
8937         <ahalda at cs dot mcgill dot ca> see #320984.
8938
8939 2007-05-15  Michael Smith <msmith@fluendo.com>
8940
8941         * configure.ac:
8942           We don't require a C++ compiler. So don't require one.
8943
8944 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8945
8946         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8947           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8948           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8949           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8950           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8951           gst_alsa_mixer_update_track):
8952           Apply some of the cleanup Tim suggested in #152864 afterwards.
8953
8954 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8955
8956         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8957
8958         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8959           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8960           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8961           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8962           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8963           gst_alsa_mixer_handle_source_callback,
8964           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8965           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8966           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8967           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8968           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8969           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8970         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8971         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8972           gst_alsa_mixer_element_interface_supported,
8973           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8974           gst_alsa_mixer_element_set_property,
8975           gst_alsa_mixer_element_get_property,
8976           gst_alsa_mixer_element_change_state):
8977         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8978         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8979           gst_mixer_option_changed):
8980         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8981           volume_changed, option_changed, _gst_reserved):
8982           Implement notification for alsamixer. Fixes #152864
8983
8984 2007-05-14  David Schleef  <ds@schleef.org>
8985
8986         * gst/videotestsrc/videotestsrc.c:
8987         * gst/videotestsrc/videotestsrc.h:
8988           Add support for video/x-raw-bayer.
8989
8990 2007-05-12  David Schleef  <ds@schleef.org>
8991
8992         * sys/xvimage/xvimagesink.c:
8993           Add some sanity checking for the XVImage size returned by X.
8994           Related to #377400.
8995
8996 2007-05-12  Wim Taymans  <wim@fluendo.com>
8997
8998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8999         (gst_base_rtp_depayload_setcaps),
9000         (gst_base_rtp_depayload_set_gst_timestamp):
9001         Parse and use additional caps fields as described in updated
9002         application/x-rtp caps spec.
9003
9004 2007-05-12  Wim Taymans  <wim@fluendo.com>
9005
9006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9007         (gst_ogg_demux_collect_chain_info):
9008         If there is a stream in a chain without any data packets, ignore the
9009         stream in the total length calculations. Might be related to #436820.
9010
9011 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9012
9013         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9014         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9015         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9016         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9017         (plugin_init):
9018
9019         Consolidate and re-work our mpeg system stream detection to probe
9020         more packets and produce a higher confidence result. Fixes a
9021         regression caused by lowering the typefind probability last year
9022         - related to bug #397810. Remove the redundant MPEG-1 specific 
9023         typefind function, as the new one detects both MPEG-1 & MPEG-2
9024         happily.
9025
9026         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9027         little. 
9028
9029         Tested against my media test directory, with some improvements and
9030         no regressions.
9031
9032 2007-05-10  Wim Taymans  <wim@fluendo.com>
9033
9034         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9035         (queue_out_of_data):
9036         Connect to the new queue "pushing" signal instead of the broken
9037         "running" one.
9038
9039 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9040
9041         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9042         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9043         Move variable declaration before the first instruction.
9044         * gst/videotestsrc/videotestsrc.c:
9045         Define M_PI if it's not defined yet.
9046         * win32/common/libgstrtp.def:
9047         Add new exported functions.
9048
9049 2007-05-09  Michael Smith <msmith@fluendo.com>
9050
9051         * ext/theora/theoradec.c: (theora_handle_type_packet):
9052           gst_pad_push_event() does not return a GstFlowReturn!
9053
9054 2007-05-09  Wim Taymans  <wim@fluendo.com>
9055
9056         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9057         * tests/examples/seek/seek.c: (do_seek):
9058         Some small cosmetic changes.
9059
9060 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9061
9062         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9063           gst_adder_change_state):
9064         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9065           segment_pending, segment_position, segment_rate):
9066           Handle playback-rate on adder.
9067
9068 2007-05-07  Michael Smith <msmith@fluendo.com>
9069
9070         * ext/theora/gsttheoradec.h:
9071         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9072         (theora_dec_sink_event), (theora_handle_comment_packet),
9073         (theora_handle_type_packet), (theora_dec_change_state):
9074           Don't push events (newsegment, tags) before initialising the
9075           decoder.
9076           This is neccesary for seeking to work correctly in gnonlin.
9077
9078 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9079
9080         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9081         * gst/adder/gstadder.c:
9082         * gst/audiotestsrc/gstaudiotestsrc.c
9083           (gst_audio_test_src_create_white_noise):
9084         * gst/videotestsrc/gstvideotestsrc.c:
9085         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9086           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9087           volume_sink_template, volume_src_template, gst_volume_init,
9088           volume_process_double, volume_process_int16,
9089           volume_process_int16_clamp):
9090           Doc fixes and formatting.
9091
9092 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9093
9094         * tests/check/Makefile.am:
9095         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9096           Minimal check for volume's GstController usability; also another
9097           test for #422295.
9098
9099 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9100
9101         * gst-libs/gst/cdda/gstcddabasesrc.c:
9102         (gst_cdda_base_src_add_track):
9103           Fix it so that it (a) makes sense and (b) doesn't break
9104           everything cdda-related including the unit test.
9105
9106 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9107
9108         * gst-libs/gst/cdda/gstcddabasesrc.c:
9109         (gst_cdda_base_src_add_track):
9110           Fix build when disabling asserts.
9111
9112 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9113
9114         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9115           When XShm is not available, we might get row strides that are not
9116           rounded up to multiples of four; this is bad, because virtually
9117           every RGB-processing element in GStreamer assumes rowstrides are
9118           rounded up to multiples of four, so let's allocate at least enough
9119           memory to avoid crashes in this case. The image will still be
9120           displayed distorted though if this happens, so that still needs
9121           fixing (maybe by allocating a bigger image with an 'even' width
9122           and then clipping it appropriately when rendering - something for
9123           Xlib aficionados in any case).
9124
9125 2007-05-03  Michael Smith <msmith@fluendo.com>
9126
9127         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9128           If a buffer doesn't have a timestamp, assume it's contiguous with
9129           the previous buffer, and synthesise timestamps appropriately.
9130
9131 2007-05-03  Edward Hervey  <edward@fluendo.com>
9132
9133         * tests/check/elements/videorate.c: (GST_START_TEST):
9134         Set buffer timestamp to a valid value in order to test the buffer
9135         really does stay in videorate.
9136
9137 2007-05-03  Edward Hervey  <edward@fluendo.com>
9138
9139         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9140         There is no sensible way to handle incoming buffers which don't have a
9141         valid timestamp. We therefore discard them and wait for the next one.
9142
9143 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9144
9145         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9146         * gst/playback/gstdecodebin2.c: (plugin_init):
9147           Better error message for text files.
9148
9149 2007-04-29  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9152         Fix offset bug in generation RR packets.
9153
9154 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9155
9156         * ext/theora/theoradec.c: (_theora_granule_time),
9157         (theora_dec_push_forward), (theora_handle_data_packet),
9158         (theora_dec_decode_buffer): Calculate buffer duration correctly
9159         to generate a perfect stream (#433888).
9160         * gst/audioresample/gstaudioresample.c:
9161         (audioresample_check_discont): Glib provides ABS.
9162
9163 2007-04-27  Wim Taymans  <wim@fluendo.com>
9164
9165         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9166         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9167         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9168         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9169         (gst_rtcp_packet_bye_set_reason):
9170         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9171         Fix RB block parsing and writing.
9172         Add support for constructing BYE packets.
9173
9174 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9175
9176         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9177         (gst_base_audio_src_create):
9178         * po/POTFILES.in:
9179           When posting a warning message because samples were dropped, post
9180           something more intelligible than he default error message for clock
9181           errors which is just confusing in this context (#432984).
9182
9183 2007-04-25  Wim Taymans  <wim@fluendo.com>
9184
9185         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9186         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9187         (read_packet_header), (gst_rtcp_packet_move_to_next),
9188         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9189         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9190         (gst_rtcp_packet_sdes_get_item_count),
9191         (gst_rtcp_packet_sdes_first_item),
9192         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9193         (gst_rtcp_packet_sdes_first_entry),
9194         (gst_rtcp_packet_sdes_next_entry),
9195         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9196         (gst_rtcp_packet_sdes_add_entry):
9197         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9198         Implement code to write SR, RR and SDES packets.
9199
9200 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9201
9202         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9203
9204         * sys/ximage/ximagesink.c:
9205           Fix build if XShm is not available (#432362).
9206
9207 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9208
9209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9210         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9211         pointers to random memory which are passed to g_free() when
9212         audio_convert_prepare_context() is called the first time.
9213
9214 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9215
9216         Patch by: Dan Williams <dcbw redhat com>
9217
9218         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9219           Don't leak incoming buffer if gst_pad_push() returns a
9220           non-OK flow. Fixes #432755.
9221          
9222         * tests/check/elements/videorate.c: (GST_START_TEST),
9223         (videorate_suite):
9224           Unit test for the above by Yours Truly.
9225
9226 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9227
9228         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9229         (gst_adder_sink_event), (gst_adder_collected):
9230           Fix non-flushing segmented seeks, Fixes #340060 for me
9231
9232 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         Patch by: Olivier Crete  <tester at tester ca>
9235
9236         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9237         (gst_base_rtp_audio_payload_class_init),
9238         (gst_base_rtp_audio_payload_init),
9239         (gst_base_rtp_audio_payload_dispose):
9240           Chain up to parent class in dispose function; get rid of
9241           unnecessary 'diposed' flag in private structure (#415001).
9242
9243 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         * docs/libs/gst-plugins-base-libs.types:
9246         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9247         (gst_base_rtp_audio_payload_class_init):
9248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9249         * gst-libs/gst/rtp/gstbasertppayload.c:
9250           Some minor docs fixes and additions; also add missing 'Since' bits.
9251
9252 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9253
9254         Patch by: Zeeshan Ali  <zeenix gmail com>
9255
9256         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9257         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9258         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9259         (gst_base_rtp_audio_payload_push):
9260         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9261           The recently-added gst_base_rtp_audio_payload_push() should take an
9262           object of type GstBaseRTPAudioPayload as first argument (#431672).
9263
9264 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9265
9266         * gst/audioresample/gstaudioresample.c:
9267           Make more functions static, just because we can.
9268
9269 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9270
9271         * tests/check/elements/audioresample.c:
9272           Add unit test for audioresample shutdown crasher (#420106).
9273
9274 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9275
9276         * gst/subparse/gstsubparse.c:
9277         * gst/subparse/samiparse.c:
9278           Use GST_DISABLE_XML here
9279
9280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9281         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9282         (gst_xvimagesink_buffer_alloc),
9283         (gst_xvimagesink_navigation_send_event):
9284         * sys/xvimage/xvimagesink.h:
9285           Include stdlib.h when using atoi.
9286           
9287         * tests/check/elements/playbin.c: (playbin_suite):
9288           Use GST_DISABLE_REGISTRY here
9289
9290 2007-04-19  Michael Smith  <msmith@fluendo.com>
9291
9292         * ext/theora/gsttheoraenc.h:
9293         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9294         (theora_enc_sink_event), (theora_enc_change_state):
9295           Track initialisation state; don't try to use encoder state if we're
9296           not initialised (it'll segfault).
9297
9298 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9299
9300         * tests/check/pipelines/.cvsignore:
9301         Fix build.
9302
9303 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9304
9305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9306         Allow random depths between 1 and 32 instead of only multiplies of 8.
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         Set the maximum number of channels for PCM and float in the correct
9312         place to have it also used when creating the template caps.
9313
9314 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9315
9316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9317         Correctly support 4, 6 and 8 channels with normal PCM and float
9318         wav files.
9319
9320         Fix the depth and signedness calculation in extensible wav files and
9321         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9322         mask is found.
9323
9324         Add support for float, alaw and mulaw in extensible wav files.
9325
9326         This allows correct playback of all but 5 files from
9327         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9328         
9329         (gst_riff_create_audio_template_caps):
9330         Add voxware and float formats to the template caps.     
9331
9332 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9333
9334         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9335
9336         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9337         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9338
9339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9340         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9341         Use the correct format strings for integer formats.
9342
9343 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9344
9345         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9346           Don't use pad_alloc_buffer_and_set_caps to create a small header
9347           packet, or, worse, to create a big temporary video buffer using the
9348           src pad.
9349
9350 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9351
9352         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9353         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9354           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9355           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9356
9357 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9358
9359         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9360           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9361           streamheader_suite):
9362           Add another test set up for failure
9363
9364 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9365
9366         * tests/check/Makefile.am:
9367         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9368           GST_START_TEST, streamheader_suite, main):
9369           Add a test for the streamheader bug Wim fixed.
9370
9371 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9372
9373         * ext/theora/theoradec.c: (theora_dec_sink_event):
9374         Fix misleading comment.
9375
9376 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9377
9378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9379           More sanity checks for the header fields.
9380
9381 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9382
9383         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9384           Try encodings from all environment variables, not just those in the
9385           first environment variable that is set.
9386
9387 2007-04-12  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9390         (gst_video_rate_chain):
9391         Add some debug.
9392
9393         * tests/check/elements/videorate.c: (GST_START_TEST),
9394         (videorate_suite):
9395         Added check for videorate changing caps handling. Closes #421834.
9396
9397 2007-04-12  Michael Smith  <msmith@fluendo.com>
9398
9399         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9400           Use scale functions to avoid overflow when calculating duration of 
9401           vorbis buffers.
9402
9403 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         * docs/libs/gst-plugins-base-libs-sections.txt:
9406         * gst-libs/gst/tag/tag.h:
9407         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9408           API: add gst_tag_freeform_string_to_utf8() (#405072).
9409
9410         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9411           Use gst_tag_freeform_string_to_utf8() here.
9412
9413 2007-04-12  Wim Taymans  <wim@fluendo.com>
9414
9415         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9416         (gst_gdp_pay_sink_event):
9417         Make sure we set the IN_CAPS flag correctly.
9418
9419         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9420         Get the IN_CAPS flag before we call functions that mess with the flags.
9421
9422 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9423
9424         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9425           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9426           Only stamp buffers with offset/offset_end right before they get
9427           pushed.  This ensures offset continuity, which was not the case
9428           before as shown by
9429           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9430
9431 2007-04-06  Wim Taymans  <wim@fluendo.com>
9432
9433         * gst/playback/gstplaybin.c: (add_sink),
9434         (gst_play_bin_change_state):
9435         Activate sync in playbin, we are ready to handle it for live streams.
9436
9437 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         * tests/check/elements/playbin.c:
9440         (test_sink_usage_video_only_stream), (playbin_suite):
9441           Add small test for stream-info-value-array code paths.
9442
9443 2007-04-05  Wim Taymans  <wim@fluendo.com>
9444
9445         * gst-libs/gst/audio/gstbaseaudiosink.c:
9446         (gst_base_audio_sink_skew_slaving):
9447         Don't try to create invalid calibration parameters by making the
9448         internal time go backwards, instead make external time go forward.
9449
9450 2007-04-05  Wim Taymans  <wim@fluendo.com>
9451
9452         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9453
9454         * gst/playback/gstplaybasebin.c: (add_stream):
9455         Fix leak in add_stream(), when g_value_set_object() increases the
9456         refcount of streaminfo object. Fixes #426250.
9457
9458 2007-04-03  David Schleef  <ds@schleef.org>
9459
9460         * gst/videotestsrc/gstvideotestsrc.c:
9461         * gst/videotestsrc/gstvideotestsrc.h:
9462         * gst/videotestsrc/videotestsrc.c:
9463         * gst/videotestsrc/videotestsrc.h:
9464           Add a test pattern called "circular", which has concentric
9465           rings with varying radial frequency.  The main purpose of this
9466           pattern is to test fidelity loss in a filter or scaler element.
9467           Notably, this pattern is scale invariant, and is optimally viewed
9468           with a width (and height) of 400.
9469
9470 2007-04-03  Wim Taymans  <wim@fluendo.com>
9471
9472         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9473
9474         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9475         (deactivate_free_recursive):
9476         Decodebin2 doesn't unref pads it obtains in some occasions:
9477         - multiqueue src pads, when either connecting further or exposing
9478         - sink pads of new autoplugged elements
9479         - peer pads when recursively freeing elements
9480         Fixes #425455.
9481
9482 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9483
9484         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9485         Add audio/x-raw-float support, now that audioconvert support
9486         non-native endianness floats.
9487
9488 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9489
9490         * docs/libs/gst-plugins-base-libs-docs.sgml:
9491           gstreamer-plugins-base.pc doesn't exist, it's
9492           gstreamer-plugins-base-0.10.pc.
9493
9494 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9495
9496         Patch by: René Stadler <mail at renestadler dot de>
9497         with some minor changes
9498
9499         * gst-libs/gst/floatcast/floatcast.h:
9500         Use more efficient float endianness conversion functions that don't
9501         involve 2 function calls per value.
9502         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9503         (check_default), (audio_convert_prepare_context):
9504         * gst/audioconvert/gstaudioconvert.c:
9505         (gst_audio_convert_parse_caps), (make_lossless_changes):
9506         Support non-native endianness floats as input and output.
9507         Fixes #339838.
9508         * tests/check/elements/audioconvert.c: (verify_convert),
9509         (GST_START_TEST):
9510         Add unit tests for the non-native endianness float conversions.
9511
9512 2007-03-29  Wim Taymans  <wim@fluendo.com>
9513
9514         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9515         (gst_base_rtp_depayload_base_init),
9516         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9517         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9518         (gst_base_rtp_depayload_set_gst_timestamp),
9519         (gst_base_rtp_depayload_change_state),
9520         (gst_base_rtp_depayload_set_property),
9521         (gst_base_rtp_depayload_get_property):
9522         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9523         Add Private structure.
9524         Bring element code to 2007.
9525         Parse clock-base caps param and use it when generating the
9526         newsegment.
9527         Reset variables before going to PAUSED.
9528         Fix some docs.
9529
9530 2007-03-29  Wim Taymans  <wim@fluendo.com>
9531
9532         * docs/libs/gst-plugins-base-libs-docs.sgml:
9533         * docs/libs/gst-plugins-base-libs-sections.txt:
9534         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9535         (gst_base_rtp_audio_payload_get_adapter):
9536         Add RTCP docs.
9537         Fix some more docs.
9538
9539         * gst-libs/gst/rtp/Makefile.am:
9540         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9541         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9542         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9543         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9544         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9545         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9546         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9547         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9548         (gst_rtcp_packet_sr_get_sender_info),
9549         (gst_rtcp_packet_sr_set_sender_info),
9550         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9551         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9552         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9553         (gst_rtcp_packet_sdes_get_chunk_count),
9554         (gst_rtcp_packet_sdes_first_chunk),
9555         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9556         (gst_rtcp_packet_sdes_first_item),
9557         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9558         (gst_rtcp_packet_bye_get_ssrc_count),
9559         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9560         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9561         (gst_rtcp_packet_bye_get_reason_len),
9562         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9563         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9564         Add new helper object for parsing and creating RTCP messages.
9565
9566 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9567
9568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9569         PCM samples with width=8 must be always unsigned, no matter what
9570         depth they have.
9571
9572 2007-03-29  Andy Wingo  <wingo@pobox.com>
9573
9574         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9575         perfect offsets also, not just timestamps.
9576
9577         * tests/check/elements/videorate.c (test_more): Test that given
9578         any incoming offsets, that videorate produces perfect offsets.
9579
9580 2007-03-29  Wim Taymans  <wim@fluendo.com>
9581
9582         * gst-libs/gst/riff/riff-ids.h:
9583         Add some more RIFF formats.
9584
9585 2007-03-29  Wim Taymans  <wim@fluendo.com>
9586
9587         * gst-libs/gst/rtp/gstrtpbuffer.c:
9588         (gst_rtp_buffer_default_clock_rate):
9589         * gst-libs/gst/rtp/gstrtpbuffer.h:
9590         Fix fixed payload names and docs.
9591         Added method to get the default clock rates of fixed payload types.
9592         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9593
9594 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9595
9596         * tests/check/pipelines/.cvsignore:
9597         Add new vorbisdec test to cvsignore.
9598
9599 2007-03-28  Wim Taymans  <wim@fluendo.com>
9600
9601         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9602         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9603         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9604         (gst_base_audio_sink_set_property),
9605         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9606         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9607         (gst_base_audio_sink_skew_slaving),
9608         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9609         (gst_base_audio_sink_async_play):
9610         * gst-libs/gst/audio/gstbaseaudiosink.h:
9611         Store private stuff in GstBaseAudioSinkPrivate.
9612         Add configurable clock slaving modes property.
9613         API:: GstBaseAudioSink::slave-method property
9614         Some more latency reporting tweaks.
9615         Added skew based clock slaving correction and make it the default until
9616         the resampling method is more robust.
9617
9618 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9619
9620         * gst/audioconvert/audioconvert.c:
9621         Add docs to the integer pack functions and implement proper
9622         rounding. Before we had rounding towards negative infinity, i.e.
9623         always the smaller number was taken. Now we use natural rounding,
9624         i.e. rounding to the nearest integer and to the one with the largest
9625         absolute value for X.5. The old rounding introduced some minor
9626         distortions. Fixes #420079
9627         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9628         Fix one unit test that assumed the old rounding and added unit tests
9629         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9630         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9631         rounding from signed int32 to signed/unsigned int16.
9632
9633 2007-03-27  Michael Smith  <msmith@fluendo.com>
9634
9635         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9636         (gst_audio_convert_transform_caps):
9637           Fix typo in debug line introduced recently, as pointed out on irc.
9638
9639 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9640
9641         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9642         * tests/check/libs/tag.c: (GST_START_TEST):
9643           Make sure we parse floating-point numbers in vorbis comments
9644           correctly with either '.' or ',' as separator, no matter what
9645           the current locale is. Add unit test for this too.
9646
9647 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         Patch by: René Stadler  <mail at renestadler de>
9650
9651         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9652           When writing out floating-point numbers to vorbis comment tags, always
9653           use the same character as separator no matter what the current locale is
9654           (fixes #423051).
9655
9656         * tests/check/libs/tag.c: (GST_START_TEST):
9657           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9658
9659 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9660
9661         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9662           vorbis_handle_data_packet):
9663           Correctly set DURATION to generate a timestamp-continuous stream.
9664           One bug left at the end; see
9665           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9666         * tests/check/Makefile.am:
9667         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9668           Add a test to check this.  Without the above patch this test fails.
9669
9670 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9671
9672         * gst-libs/gst/rtp/Makefile.am:
9673         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9674
9675 2007-03-23  Michael Smith  <msmith@fluendo.com>
9676
9677         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9678         (gst_video_rate_reset), (gst_video_rate_chain):
9679           If videorate changes caps, we can no longer use the old buffer
9680           (which may have a different size, incompatible with our caps).
9681           So don't do that; just duplicate the new frame more times.
9682
9683 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9684
9685         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9686         Remove playbin's override of the set_clock vmethod. It's irrelevant
9687         after Wim's commit on the 19th.
9688
9689 2007-03-22  Wim Taymans  <wim@fluendo.com>
9690
9691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9692         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9693         * ext/gnomevfs/gstgnomevfssrc.h:
9694         Don't cache file sizes. Fixes #341078.
9695
9696 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * gst/playback/gstplaybin.c: (add_sink):
9699           Use GST_PTR_FORMAT to log caps. 
9700
9701 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9702
9703         Patch by: Young-Ho Cha <ganadist at chollian net>
9704
9705         * gst/subparse/samiparse.c: (handle_start_font):
9706           Special-case some more colour names that pango doesn't handle by
9707           default. Fixes #420578.
9708
9709 2007-03-20  Michael Smith  <msmith@fluendo.com>
9710
9711         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9712           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9713           that marks EOS internally. After that, libvorbis will buffer all
9714           input data, and encode none of it, eventually leading to memory
9715           exhaustion.
9716
9717 2007-03-19  Wim Taymans  <wim@fluendo.com>
9718
9719         * gst/playback/gstdecodebin.c: (remove_fakesink):
9720         Don't post STATE_DIRTY anymore.
9721
9722         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9723         (gst_play_bin_change_state):
9724         Remove stream_time reset in seek handling, core does that now.
9725         Disable clocking for live pipelines by forcing a NULL clock to the
9726         complete pipeline, core is too smart now for our previous hack.
9727         We can always autoplug in PAUSED now.
9728
9729 2007-03-17  David Schleef  <ds@schleef.org>
9730
9731         * REQUIREMENTS:  Update this file, change the formatting to make
9732         it more consistent, plus more machine readable.
9733
9734 2007-03-16  Michael Smith  <msmith@fluendo.com>
9735
9736         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9737         (strip_width_64), (append_with_other_format):
9738           Previous fix was too simplistic, and broke the tests. Use a better
9739           approach; only strip 64 from widths for integer audio.
9740
9741 2007-03-16  Michael Smith  <msmith@fluendo.com>
9742
9743         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9744         (gst_audio_convert_transform_caps):
9745           We don't support 64 bit integer audio, so don't try to claim we can.
9746           Stops us producing caps don't match our template caps.
9747           Update comments.
9748
9749 2007-03-15  Michael Smith  <msmith@fluendo.com>
9750
9751         * gst/audioresample/gstaudioresample.c:
9752         (audioresample_check_discont), (audioresample_transform):
9753           Don't trigger discontinuities for very small imperfections; a filter
9754           flush will sound bad, and many plugins have rounding errors leading
9755           to these.
9756
9757 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9758
9759         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9760
9761         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9762         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9763         API: add "min-ptime" property to RTP base audio payloader.
9764         API: add gst_base_rtp_audio_payload_push().
9765         API: add gst_base_rtp_audio_payload_get_adapter().
9766         Fixes #415001
9767         Indentation/whitespace/documentation fixes.
9768
9769 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9770
9771         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9772         (audioresample_transform_size), (audioresample_do_output),
9773         (audioresample_transform), (audioresample_pushthrough): Handle
9774         discontinuous streams.
9775         * gst/audioresample/gstaudioresample.h:
9776         * tests/check/elements/audioresample.c:
9777         (test_discont_stream_instance), (GST_START_TEST),
9778         (audioresample_suite): Add a test for discontinuous streams.
9779         * win32/common/config.h: Updated.
9780
9781 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9782
9783         * po/af.po:
9784         * po/az.po:
9785         * po/cs.po:
9786         * po/en_GB.po:
9787         * po/it.po:
9788         * po/nb.po:
9789         * po/nl.po:
9790         * po/or.po:
9791         * po/sq.po:
9792         * po/sr.po:
9793         * po/sv.po:
9794         * po/uk.po:
9795         * po/vi.po:
9796           Update translations from translation project.
9797
9798 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9799
9800         * gst/audioresample/debug.h:
9801         * gst/audioresample/resample.c: (resample_init):
9802           Since I really am not interested in a debug line for each sample
9803           being processed, move the library's debugging to its own category,
9804           libaudioresample
9805
9806 2007-03-13  Michael Smith  <msmith@fluendo.com>
9807
9808         * ext/theora/theoradec.c: (theora_handle_type_packet):
9809           Since the plugin doesn't support anything other than 4:2:0 right
9810           now, post an error and fail if we get something else. Won't matter
9811           until libtheora supports the other pixel formats, but hopefully
9812           that'll be soon...
9813
9814 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9815
9816         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9817         Use gst_guint64_to_gdouble for conversion.
9818         * win32/MANIFEST:
9819         Add new files to the win32 MANIFEST.
9820         * win32/common/libgstaudio.def:
9821         * win32/common/libgstpbutils.def:
9822         Add new exported functions.
9823         * win32/vs6/gst_plugins_base.dsw:
9824         * win32/vs6/libgstdecodebin.dsp:
9825         * win32/vs6/libgstplaybin.dsp:
9826         Change the link to libgstpbutils.lib.
9827         * win32/vs6/libgstdecodebin2.dsp:
9828         Add a new project for decodebin2.
9829         * win32/vs6/libgstpbutils.dsp:
9830         Add a new project for pbutils.
9831
9832 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9833
9834         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9835           Also accept partial dates with only year and month,
9836           like 1999-12-00 (fixes #410396 even more).
9837
9838         * tests/check/libs/tag.c: (GST_START_TEST):
9839           Add unit test for the above.
9840
9841 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9842
9843         * tests/check/elements/subparse.c: (GST_START_TEST),
9844         (subparse_suite):
9845           Add unit test for MPL2 subtitle format (#413799).
9846
9847 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9848
9849         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9850
9851         * gst/subparse/Makefile.am:
9852         * gst/subparse/gstsubparse.c:
9853         (gst_sub_parse_data_format_autodetect),
9854         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9855         (gst_subparse_type_find):
9856         * gst/subparse/gstsubparse.h:
9857         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9858         * gst/subparse/mpl2parse.h:
9859           Add support for MPL2 subtitle format (#413799).
9860
9861 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9862
9863         * configure.ac:
9864           We require core CVS for the new buffer metadata copy functions.
9865
9866 2007-03-09  Wim Taymans  <wim@fluendo.com>
9867
9868         * gst-libs/gst/tag/gstid3tag.c:
9869         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9870         Fixes #414496.
9871
9872         Patch by: Alex Lancaster <alexl at users sourceforge net>
9873
9874 2007-03-09  Wim Taymans  <wim@fluendo.com>
9875
9876         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9877         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9878         Improve adapter usage and comments.
9879
9880 2007-03-09  Wim Taymans  <wim@fluendo.com>
9881
9882         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9883         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9884         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9885         Use new metadata copy function.
9886
9887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9888         (gst_ffmpegcsp_transform):
9889         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9890         Basetransform copied the metadata for us.
9891
9892 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9893
9894         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9895         (gst_text_overlay_video_event):
9896           Some more logging. Only accept newsegment events in TIME format and
9897           send a WARNING message if they are not in TIME format.
9898
9899         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9900         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9901         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9902         * gst/subparse/gstsubparse.h:
9903           No need to allocate GstSegment structure dynamically, just put it
9904           into the instance structure; ignore newsegment events in BYTE
9905           format and in particular don't let it overwrite our saved TIME
9906           segment from the last seek.
9907
9908 2007-03-09  Michael Smith  <msmith@fluendo.com>
9909
9910         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9911           Replace AC3 typefinder with one that isn't terrible, and actually
9912           works usefully.
9913
9914 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9915
9916         * gst/audioconvert/gstaudioconvert.c:
9917         (gst_audio_convert_transform):
9918           fix error category and translatable string
9919           
9920
9921 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9922
9923         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9924         * pkgconfig/gstreamer-plugins-base.pc.in:
9925           Fix up utils => pbutils here too.
9926
9927 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         * gst/subparse/gstsubparse.c: (handle_buffer):
9930           Break out of loop in chain function as soon as possible if we get
9931           a non-OK flow return.
9932
9933 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9934
9935         * tests/check/elements/alsa.c: (GST_START_TEST):
9936         Unref the mixer if the state change fails too (if the
9937         alsa devices are inaccessible, for example)
9938
9939 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9940
9941         * tests/check/Makefile.am:
9942         Don't test libvisual elements in the states check, because libvisual
9943         seems to leak internally.
9944
9945         Re-enable the alsa and states tests now that there's new suppressions
9946         in gst.supp.
9947
9948         * tests/check/elements/alsa.c: (GST_START_TEST):
9949         Don't leak the alsamixer we instantiated.
9950
9951 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9952
9953         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9954         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9955         (gst_ximagesink_finalize):
9956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9957         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9958         Move some cleanup stuff from the state change handler into a _reset()
9959         function that can be called from _finalize(). This ensures that things
9960         get freed even if (for some reason) the NULL->READY state transition
9961         fails in the parent class.
9962         Even if a parent state change fails, process our downward state change
9963         logic instead of bailing out early.
9964         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9965
9966 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9967
9968         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9969         Extra log line.
9970
9971         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9972         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9973         Use pango_font_description_set_family_static instead of 
9974         pango_font_description_set_family to save a string copy (it was
9975         leaking due to the strdup anyway)
9976
9977         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9978         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9979         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9980         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9981         Chain up in finalize.
9982
9983 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9984
9985         * gst-libs/gst/interfaces/mixertrack.c:
9986         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9987         (gst_mixer_track_set_property):
9988           API: add "untranslated-label" property which should be set by
9989           implementations at construct time (#414645).
9990
9991         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9992         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9993           Set "untranslated-label" when constructing mixer track objects.
9994
9995         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9996           Unit test to check the above.
9997
9998 2007-03-07  Wim Taymans  <wim@fluendo.com>
9999
10000         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10001         Fix confusing debug message.
10002
10003 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10004
10005         * gst-plugins-base.doap:
10006         update doap file with new version
10007
10008 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10009
10010         * configure.ac:
10011         Back to CVS
10012
10013 === release 0.10.12 ===
10014
10015 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10016
10017         * configure.ac:
10018           releasing 0.10.12, "Zombie Horde"
10019
10020 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10021
10022         * configure.ac:
10023         Bump version to 0.10.11.4 pre-release
10024
10025 2007-03-06  Wim Taymans  <wim@fluendo.com>
10026
10027         * gst-libs/gst/audio/gstbaseaudiosink.c:
10028         (gst_base_audio_sink_async_play):
10029         Fix regression that made GStreamer skip the first samples of audio.
10030         Fixes #414684.
10031
10032 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10033
10034         * configure.ac:
10035         Bump version to 0.10.11.3 pre-release
10036
10037 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10038
10039         * po/POTFILES.in:
10040           Update paths for the rename from utils to pbutils to fix the build.
10041
10042 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10043
10044         * gst-libs/gst/pbutils/Makefile.am:
10045           Change directory to install headers in from gst/utils to gst/pbutils
10046           as well.
10047
10048 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10049
10050         * configure.ac:
10051         * docs/libs/gst-plugins-base-libs-docs.sgml:
10052         * docs/libs/gst-plugins-base-libs-sections.txt:
10053         * gst-libs/gst/Makefile.am:
10054         * gst-libs/gst/interfaces/mixer.c:
10055         * gst-libs/gst/pbutils/Makefile.am:
10056         * gst-libs/gst/pbutils/descriptions.c:
10057         (gst_pb_utils_get_source_description),
10058         (gst_pb_utils_get_sink_description),
10059         (gst_pb_utils_get_decoder_description),
10060         (gst_pb_utils_get_encoder_description),
10061         (gst_pb_utils_get_element_description),
10062         (gst_pb_utils_add_codec_description_to_tag_list),
10063         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10064         * gst-libs/gst/pbutils/descriptions.h:
10065         * gst-libs/gst/pbutils/install-plugins.c:
10066         * gst-libs/gst/pbutils/install-plugins.h:
10067         * gst-libs/gst/pbutils/missing-plugins.c:
10068         (gst_missing_uri_source_message_new),
10069         (gst_missing_uri_sink_message_new),
10070         (gst_missing_element_message_new),
10071         (gst_missing_decoder_message_new),
10072         (gst_missing_encoder_message_new),
10073         (gst_missing_plugin_message_get_description):
10074         * gst-libs/gst/pbutils/missing-plugins.h:
10075         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10076         * gst-libs/gst/pbutils/pbutils.h:
10077         * gst-libs/gst/utils/Makefile.am:
10078         * gst-libs/gst/utils/base-utils.c:
10079         * gst-libs/gst/utils/base-utils.h:
10080         * gst-libs/gst/utils/descriptions.c:
10081         * gst-libs/gst/utils/descriptions.h:
10082         * gst-libs/gst/utils/install-plugins.c:
10083         * gst-libs/gst/utils/install-plugins.h:
10084         * gst-libs/gst/utils/missing-plugins.c:
10085         * gst-libs/gst/utils/missing-plugins.h:
10086         * gst-plugins-base.spec.in:
10087         * gst/playback/Makefile.am:
10088         * gst/playback/gstdecodebin.c:
10089         * gst/playback/gstdecodebin2.c:
10090         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10091         (gen_source_element):
10092         * gst/playback/gstplaybin.c: (plugin_init):
10093         * tests/check/Makefile.am:
10094         * tests/check/libs/pbutils.c: (GST_START_TEST),
10095         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10096         * tests/check/libs/utils.c:
10097           rename utils to pbutils
10098
10099 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10100
10101         * docs/plugins/Makefile.am:
10102         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10103         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10104         * docs/plugins/inspect/plugin-decodebin2.xml:
10105         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10106         Add documentation for decodebin2 that indicates that the API
10107         is still unstable.
10108
10109 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10110
10111         * configure.ac:
10112         Update to 0.10.11.2 (0.10.12 pre-release)
10113
10114 2007-03-01  Wim Taymans  <wim@fluendo.com>
10115
10116         * gst-libs/gst/audio/gstbaseaudiosink.c:
10117         (gst_base_audio_sink_async_play):
10118         base time is irrelevant here.
10119
10120 2007-03-01  Wim Taymans  <wim@fluendo.com>
10121
10122         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10123         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10124         Improve debugging.
10125
10126         * gst-libs/gst/audio/gstbaseaudiosink.c:
10127         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10128         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10129         Improve latency and clock slaving calculations.
10130         Improve slave clock calibration.
10131
10132         * gst-libs/gst/audio/gstringbuffer.c:
10133         (gst_ring_buffer_commit_full):
10134         When we are asked to render N sample to 0 bytes, return N.
10135
10136 2007-03-01  Wim Taymans  <wim@fluendo.com>
10137
10138         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10139         (gst_alsasink_write), (gst_alsasink_reset):
10140         * ext/alsa/gstalsasink.h:
10141         Remove unused dispose function.
10142         Rename lock to not interfere with alsasrc lock.
10143
10144         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10145         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10146         (gst_alsasrc_read), (gst_alsasrc_reset):
10147         * ext/alsa/gstalsasrc.h:
10148         Implement finalize function.
10149         Use lock to protect alsa access.
10150         Implement _reset.
10151         Fine tune sw params.
10152
10153 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10154
10155         * configure.ac:
10156           Convert to new AG_GST style.
10157
10158 2007-02-28  Wim Taymans  <wim@fluendo.com>
10159
10160         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10161
10162         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10163         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10164         Fix race condition when rapidly switching visualisations in playbin.
10165         Fixes #401029.
10166
10167 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10168
10169         * tests/check/Makefile.am:
10170         Include local stuff before system installed things in LDFLAGS and
10171         CFLAGS.
10172
10173 2007-02-28  Wim Taymans  <wim@fluendo.com>
10174
10175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10176         Improve debugging.
10177
10178 2007-02-28  Wim Taymans  <wim@fluendo.com>
10179
10180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10181         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10182         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10183         Fix duration and timestamping, taking latency into account.
10184         Implement latency query.
10185
10186 2007-02-28  Wim Taymans  <wim@fluendo.com>
10187
10188         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10189         (gst_audio_clock_new):
10190         Fix clock name.
10191
10192         * gst-libs/gst/audio/gstbaseaudiosink.c:
10193         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10194         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10195         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10196         (gst_base_audio_src_create):
10197         Improve latency query code.
10198         Use proper clock names.
10199
10200 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10201
10202         * tests/check/generic/states.c: (GST_START_TEST):
10203           Copy the states.c test from core again
10204         * tests/check/Makefile.am:
10205           ignore cdio and cdparanoiasrc
10206
10207 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10208
10209         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10210         (double_hq), (audio_convert_get_func_index), (check_default),
10211         (audio_convert_prepare_context), (audio_convert_convert):
10212           Also make valgrind happy and avoid copying data in some cases.
10213
10214 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10215
10216         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10217         (double_hq), (audio_convert_get_func_index),
10218         (audio_convert_prepare_context), (audio_convert_convert):
10219         * gst/audioconvert/gstaudioconvert.c:
10220         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10221         (gst_audio_convert_transform_caps):
10222         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10223         (audioconvert_suite):
10224           Don't run inplace if that overwrites source data as we go. Add more
10225           tests. Fixes #339837 even more.
10226
10227 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10228
10229         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10230         (msg_segment_done): Fix various seeking bugs (Slider was not
10231         updating when doing a non flushing seek, Reverse playback 
10232         on segment seek was wrong).
10233
10234 2007-02-26  Wim Taymans  <wim@fluendo.com>
10235
10236         * tests/examples/seek/seek.c: (stop_seek):
10237         When we stop scrubbing, don't leave the pipeline PLAYING when we
10238         requested a PAUSED state.
10239
10240 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10241
10242         Patch by: René Stadler <mail at renestadler de>
10243
10244         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10245           Parse date strings in vorbis comments that have an invalid (zero)
10246           month or day (#410396).
10247
10248         * tests/check/libs/tag.c: (GST_START_TEST):
10249           Test case for the above.
10250
10251 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10254
10255         * configure.ac:
10256         * ext/alsa/Makefile.am:
10257         * gst/audiotestsrc/Makefile.am:
10258           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10259
10260 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10261
10262         * gst/playback/gstplaybin.c:
10263           Improve docs: point out that the application needs to assist playbin
10264           with buffering.
10265
10266 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         * gst-libs/gst/utils/install-plugins.c:
10269         * gst-libs/gst/utils/missing-plugins.c:
10270         * tests/check/libs/utils.c: (missing_msg_check_getters):
10271           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10272           to just 'gstreamer'. Document the caps string component of the
10273           decoder/encoder detail a bit better, since not everyone will be
10274           familiar with the GStreamer media type/caps system (but they better
10275           enjoy nested itemized lists).
10276
10277 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10278
10279         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10280         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10281           Fix copying of GstNetBuffer (would crash before, or at least lead to
10282           invalid memory access, #410772), for now by copying the GstBuffer copy
10283           code from the core over here so we can copy the GstBuffer fields on a
10284           provided buffer instance (of type GstNetBuffer in this case). Would be
10285           better to fix this with some support by the core though (and in the long
10286           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10287
10288         * tests/check/Makefile.am:
10289           Enable unit test for GstNetBuffer.
10290
10291 2007-02-22  Andy Wingo  <wingo@pobox.com>
10292
10293         * gst-libs/gst/audio/gstbaseaudiosink.c
10294         (gst_base_audio_sink_init): Disable pull-mode activation until we
10295         figure out how to make audio sinks go to PLAYING.
10296
10297 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10298
10299         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10300         (double_hq), (audio_convert_get_func_index),
10301         (audio_convert_prepare_context), (audio_convert_convert):
10302         * gst/audioconvert/audioconvert.h:
10303         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10304         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10305         * gst/audioconvert/gstchannelmix.h:
10306         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10307           Add float as an intermediate format, as well as float mixing. Enable
10308           test that was failing before. Fixes #339837
10309
10310 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10311
10312         * tests/examples/seek/seek.c: (do_seek):
10313         Undo the previous commit: -1 as a stop time implies that the stop
10314         time is the end of file, clearing any previously configured segment.
10315
10316 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10317
10318         * tests/examples/seek/seek.c: (do_seek):
10319         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10320
10321 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10322
10323         * gst/volume/gstvolume.c: (volume_process_int16),
10324         (volume_process_int16_clamp), (volume_set_caps):
10325           Unbreak volume, value remains gint.
10326
10327 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10328
10329         * gst/volume/gstvolume.c: (volume_choose_func),
10330         (volume_update_real_volume), (gst_volume_set_volume),
10331         (gst_volume_init), (volume_process_double), (volume_process_float),
10332         (volume_process_int16), (volume_process_int16_clamp),
10333         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10334         * gst/volume/gstvolume.h:
10335           Extend float audio support (double) and some int->uint cleanups.
10336
10337 2007-02-20  Edward Hervey  <edward@fluendo.com>
10338
10339         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10340         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10341         (sort_end_pads), (gst_decode_group_expose),
10342         (gst_decode_group_hide):
10343         Don't free groups from the streaming threads. Just put them aside and
10344         free them in dispose.
10345
10346 2007-02-20  Edward Hervey  <edward@fluendo.com>
10347
10348         * gst/playback/gstdecodebin2.c: (connect_element),
10349         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10350         (sort_end_pads), (gst_decode_group_expose):
10351         Handle dynamic pads within groups.
10352         Sort pads before exposing them in order to make playbin happy.
10353         There still is a race with the multiqueue filling up. This should be
10354         solved separately.
10355         Fixes #398721
10356
10357 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10358
10359         * gst-libs/gst/utils/base-utils.c:
10360         * gst-libs/gst/utils/descriptions.c:
10361         * gst-libs/gst/utils/install-plugins.c:
10362         * gst-libs/gst/utils/missing-plugins.c:
10363           Some more docs (and descriptions for two subtitle formats).
10364
10365 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * gst-libs/gst/audio/audio.c:
10368           Fix documentation.
10369
10370 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         Patch by: Yves Lefebvre  <ivanohe abacom com>
10373
10374         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10375           Don't leak caps. Fixes #408278.
10376
10377 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10378
10379         * ext/cdparanoia/gstcdparanoiasrc.h:
10380         * ext/ogg/gstoggdemux.h:
10381         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10382         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10383         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10384         * gst-libs/gst/audio/audio.h:
10385         * gst-libs/gst/audio/gstaudiofilter.h:
10386         * gst-libs/gst/interfaces/videoorientation.h:
10387         * gst/adder/gstadder.h:
10388           More docs coverage and some ChangeLog surgery (add missing names)
10389
10390 2007-02-15  Wim Taymans  <wim@fluendo.com>
10391
10392         * sys/ximage/ximagesink.c:
10393         (gst_ximagesink_calculate_pixel_aspect_ratio):
10394         * sys/xvimage/xvimagesink.c:
10395         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10396         Small constifications.
10397
10398 2007-02-15  Wim Taymans  <wim@fluendo.com>
10399
10400         * gst-libs/gst/audio/gstbaseaudiosink.c:
10401         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10402         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10403         (gst_base_audio_sink_async_play),
10404         (gst_base_audio_sink_change_state):
10405         Answer latency query.
10406         Use configured latency when syncing.
10407         Fix clock slaving.
10408
10409         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10410         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10411         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10412         Fix possible memleak.
10413         Implement latency query.
10414         Small cleanups.
10415
10416 2007-02-15  Wim Taymans  <wim@fluendo.com>
10417
10418         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10419         Ignore errors in reset, these are not fatal. They also grab the element
10420         lock which is already taking when this function is called. Fixes
10421         #405451.
10422
10423 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10424
10425         * configure.ac:
10426           Remove 'tests/examples/xerror/Makefile' from output files again.
10427
10428 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10429
10430         * configure.ac:
10431         * docs/plugins/Makefile.am:
10432           Also crossref against gst-plugins-base-libs.
10433
10434 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10435
10436         * configure.ac:
10437         * docs/libs/Makefile.am:
10438         * docs/plugins/Makefile.am:
10439           Add crossreferences to glib/gobject/gstream docs.
10440
10441         * gst-libs/gst/audio/audio.h:
10442           Source formatting.
10443
10444         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10445           Add own debug category.
10446
10447 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         Patch by: René Stadler <mail at renestadler de>
10450
10451         * gst-libs/gst/tag/gstvorbistag.c:
10452           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10453           (#403597).
10454
10455 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10456
10457         * gst/playback/gstplaybasebin.c: (setup_source):
10458           When we have external subtitles and wait for the subtitle decodebin
10459           to get up and running, we set up a (sync) bus handler for the
10460           subtitle decodebin, so we can stop waiting when it posts an error
10461           message. However, we should do that before we set the subtitle
10462           decodebin's state to playing, otherwise things are racy and we might
10463           miss error messages posted before we had a chance to set up the bus.
10464           This should finally fix totem hanging on .txt pseudo-subtitle files.
10465           
10466 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10467
10468         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10469           Use gst_gdouble_to_guint64 for conversions.
10470         * win32/common/config.h.in:
10471           Add a define for GST_INSTALL_PLUGINS_HELPER
10472         * win32/common/libgstaudio.def:
10473         * win32/common/libgstcdda.def:
10474         * win32/common/libgstnetbuffer.def:
10475         * win32/common/libgstrtp.def:
10476         * win32/common/libgutils.def:
10477           Add new exported functions.
10478         * win32/vs6/gst_plugins_base.dsw:
10479         * win32/vs6/libgstdecodebin.dsp:
10480         * win32/vs6/libgstnetbuffer.dsp:
10481         * win32/vs6/libgstplaybin.dsp:
10482         * win32/vs6/libgstrtp.dsp:
10483         * win32/vs6/libgstvorbis.dsp:
10484         * win32/vs6/libgstcdda.dsp:
10485         * win32/vs6/libgstgdp.dsp:
10486         * win32/vs6/libgstutils.dsp:
10487           Update and add new project files.
10488
10489 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10492         (subrip_remove_unhandled_tags), (parse_subrip):
10493           For SubRip (.srt) subtitles, ignore all markup tags we don't
10494           handle (like font tags, for example).
10495
10496         * tests/check/elements/subparse.c:
10497           Add test for this.
10498
10499 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * gst/playback/gstdecodebin.c: (add_fakesink),
10502         (gst_decode_bin_change_state):
10503         * gst/playback/gstdecodebin2.c: (add_fakesink),
10504         (gst_decode_bin_change_state):
10505           Don't error out if there is no fakesink in the NULL to READY state
10506           change, since when decodebin is re-used, we're only adding the
10507           fakesink element in READY to PAUSED.
10508
10509         * tests/check/elements/decodebin.c:
10510         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10511         (decodebin_suite):
10512           Minimal unit test to make sure we can use the same decodebin
10513           instance twice (at least with audiotestsrc input).
10514
10515 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10518           Try to get devic-name from device string first, and from handle only
10519           as fallback (seems to yield better results and is more robust
10520           against buggy probing code on the application side).
10521
10522 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10523
10524         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10525
10526         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10527         (gst_alsa_find_device_name):
10528         * ext/alsa/gstalsa.h:
10529         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10530         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10531           Improve device-name detection a bit, especially in the case where
10532           the device is not actually open (#405020, #405024). Move common code
10533           into gstalsa.c instead of duplicating it.
10534
10535 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst/audioconvert/gstaudioconvert.c:
10538           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10539
10540 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10541
10542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10543         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10544         (gst_xvimagesink_interface_supported),
10545         (gst_xvimagesink_probe_get_properties),
10546         (gst_xvimagesink_probe_probe_property),
10547         (gst_xvimagesink_probe_needs_probe),
10548         (gst_xvimagesink_probe_get_values),
10549         (gst_xvimagesink_property_probe_interface_init),
10550         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10551         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10552         (gst_xvimagesink_get_type):
10553         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10554         for XVAdaptors so that one can choose the adaptor to use with 
10555         gstreamer-properties.
10556
10557 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10558
10559         * gst/audioconvert/gstaudioconvert.c:
10560           Also mention that a conversion from double to float is suboptimal still.
10561
10562 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10563
10564         * gst-libs/gst/audio/gstaudiofilter.c:
10565         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10566           Clear our formats structure and free the caps contained in it when
10567           shutting down.
10568
10569 2007-02-05  Andy Wingo  <wingo@pobox.com>
10570
10571         * gst-libs/gst/audio/gstbaseaudiosink.c
10572         (gst_base_audio_sink_callback): Update basesink->offset so that we
10573         pull monotonically increasing offsets instead of, um, seeking back
10574         to 0 each time. Fixes alsasrc ! alsasink!
10575
10576 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * gst/videoscale/gstvideoscale.c:
10579           A width and height of 1 makes us crash, so increase minimum size to
10580           2x2 pixels until someone feels like fixing this (#404512).
10581
10582 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10585           Add small test to make sure request pads are cleaned up properly
10586           even if oggmux never changes state out of NULL.
10587
10588 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * tests/check/libs/utils.c: (GST_START_TEST):
10591           Fix unit test. Turns out things work much better when you
10592           NULL-terminate string arrays. Should make p5 build bot happy again.
10593
10594 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10595
10596         * gst-libs/gst/audio/Makefile.am:
10597         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10598         (gst_audio_filter_template_base_init),
10599         (gst_audio_filter_template_class_init),
10600         (gst_audio_filter_template_init),
10601         (gst_audio_filter_template_set_property),
10602         (gst_audio_filter_template_get_property),
10603         (gst_audio_filter_template_setup),
10604         (gst_audio_filter_template_filter),
10605         (gst_audio_filter_template_filter_inplace), (plugin_init):
10606           Oops, forgot to commit fixed-up example.
10607
10608 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10609
10610         * docs/libs/gst-plugins-base-libs-sections.txt:
10611         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10612         (gst_audio_filter_class_init), (gst_audio_filter_init),
10613         (gst_audio_filter_set_caps),
10614         (gst_audio_filter_class_add_pad_templates):
10615         * gst-libs/gst/audio/gstaudiofilter.h:
10616           Port GstAudioFilter to 0.10. This change technically breaks
10617           API and ABI (and thus also every library developer's heart),
10618           but seems justifiable on the grounds that the base class was
10619           completely unusable before (ie. would crash immediately when
10620           actually used). Fixes #403963 (and eventually also #403572).
10621           Also document all of this a bit.
10622
10623 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10624
10625         * gst-libs/gst/utils/install-plugins.c:
10626         (gst_install_plugins_spawn_child):
10627         * tests/check/libs/utils.c:
10628         (test_base_utils_install_plugins_do_callout):
10629           Lowering log level to see why things fail on the p5 build bot;
10630           fix some typos in unit test messages.
10631
10632 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * tests/check/libs/utils.c:
10635         (test_base_utils_install_plugins_do_callout):
10636           Don't hard-code temp directory for test helper; use GLib functions
10637           to write out file and do error checking etc.
10638
10639 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10640
10641         * gst-libs/gst/utils/Makefile.am:
10642         * gst-libs/gst/utils/base-utils.h:
10643         * gst-libs/gst/utils/install-plugins.c:
10644         (gst_install_plugins_context_set_xid),
10645         (gst_install_plugins_context_new),
10646         (gst_install_plugins_context_free),
10647         (gst_install_plugins_get_helper),
10648         (gst_install_plugins_spawn_child),
10649         (gst_install_plugins_return_from_status),
10650         (gst_install_plugins_installer_exited),
10651         (gst_install_plugins_async), (gst_install_plugins_sync),
10652         (gst_install_plugins_return_get_name),
10653         (gst_install_plugins_installation_in_progress):
10654         * gst-libs/gst/utils/install-plugins.h:
10655           API: add API for applications to initiate installation of missing
10656           plugins, ie. gst_install_plugins_async() primarily.
10657           Based on libgimme-codec by Ryan Lortie.
10658
10659         * configure.ac:
10660           Add --with-install-plugins-helper configure option so distros can specify
10661           the path of the helper script or program to call when plugin installation
10662           is requested (distros: please do any argument munging in this helper
10663           script instead of patching GStreamer to pass arguments differently
10664           to another program directly).
10665
10666         * docs/libs/gst-plugins-base-libs-docs.sgml:
10667         * docs/libs/gst-plugins-base-libs-sections.txt:
10668           Build and document new API.
10669
10670         * tests/check/libs/utils.c: (result_cb),
10671         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10672         (libgstbaseutils_suite):
10673           Some simple checks for the new API.
10674
10675 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * tests/check/elements/audioconvert.c: (test_float_conversion):
10678           Add small test for 32bit float <=> 64bit float conversion (works
10679           only one way so far, 32=>64 produces structured noise).
10680
10681 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * gst/audioconvert/gstaudioconvert.c:
10684         (set_structure_widths_32_and_64), (make_lossless_changes):
10685           We don't support floats with a width of 40, 48 or 56 bits.
10686
10687 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10688
10689         * gst/audioconvert/audioconvert.c: (float), (double),
10690         (audio_convert_get_func_index):
10691         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10692         (make_lossless_changes):
10693           Support for 64-bit float audio in audioconvert (#339837)
10694
10695 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         Patch by: Holger Wansing  <linux wansing-online de>
10698
10699         * po/LINGUAS:
10700         * po/de.po:
10701           Add German translation (#352069).
10702
10703 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10704
10705         reviewed by: Wim Taymans <wim@fluendo.com>
10706
10707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10708         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10709         Use newly added GstCollectPads API to free the allocated resources in
10710         the GstOggPad structures (#402393).
10711
10712 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10713
10714         * gst/playback/gstplaybin.c: (gen_vis_element):
10715           Add audioresample+audioconvert in front of the visualisation
10716           element, so that elements like libvisual 0.4 that don't support all
10717           samplerates can work.
10718
10719           Fixes: #402505
10720
10721 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10724         (gst_play_base_bin_get_streaminfo_value_array):
10725           Take some locks and make a copy of the streaminfo value array we
10726           maintain while holding the lock, so that the application can
10727           retrieve the stream-info as a value array in a thread-safe way.
10728
10729 2007-01-30  Wim Taymans  <wim@fluendo.com>
10730
10731         * gst/audioconvert/gstaudioconvert.c:
10732         Don't fail on 0 sized buffers. Fixes #396835.
10733
10734 2007-01-29  David Schleef  <ds@schleef.org>
10735
10736         * gst/typefind/gsttypefindfunctions.c:
10737           Detect BBCD as video/x-dirac, so we can play raw dirac
10738           streams.
10739
10740 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10741
10742         * ext/theora/theoraenc.c: (theora_enc_chain):
10743           Check return value of theora_encode_header(), or we might try to
10744           allocate a random number of bytes. theora_encode_header() can fail
10745           if libtheora has been compiled with encoding support disabled.
10746           Fixes #398110.
10747
10748 2007-01-29  Wim Taymans  <wim@fluendo.com>
10749
10750         * tests/check/gst/.cvsignore:
10751         Do as buildbot says.
10752
10753 2007-01-29  Wim Taymans  <wim@fluendo.com>
10754
10755         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10756         Fix strides in libvisual. Gst uses X strides.
10757         Inspired by: <ed at catmur dot co dot uk> and 
10758         <tim at centricular dot net>
10759         Fixes #401118.
10760
10761 2007-01-27  Wim Taymans  <wim@fluendo.com>
10762
10763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10764         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10765         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10766         (gst_ogg_demux_perform_seek),
10767         (gst_ogg_demux_bisect_forward_serialno),
10768         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10769         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10770         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10771         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10772         * ext/ogg/gstoggdemux.h:
10773         Properly propagate streaming errors when we are scanning the file for
10774         chains so that we don't crash when shut down. Might fix some crashers
10775         when quickly switching oggs in RB such as #332503 and #378436.
10776
10777 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10780           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10781           error code as well.
10782
10783 2007-01-25  Wim Taymans  <wim@fluendo.com>
10784
10785         * gst/playback/gstplaybasebin.c: (remove_source):
10786         Don't try to disconnect a signal from a finalized object.
10787
10788 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10789
10790         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10791           Cast lock macro parameters to make sure we're actually accessing the
10792           lock member at the right class level. Free list itself in _dispose()
10793           as well and NULL it in case dispose gets called multiple times.
10794
10795 2007-01-25  Edward Hervey  <edward@fluendo.com>
10796
10797         * gst/playback/gstdecodebin2.c:
10798         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10799         Free GstDecodeGroups no longer used.
10800         (gst_decode_group_expose):
10801         Don't unlock too many times !
10802         (deactivate_free_recursive):
10803         Free iterator once we're done with it.
10804         Fix for recursively deactivating elements (stop at ghostpads).
10805
10806 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst/playback/gstplaybin.c: (handoff):
10809           Fix up caps on the frame buffer before we save it and potentially
10810           make it accessible to other threads via g_object_get; also use
10811           gst_buffer_replace() instead of gst_mini_object_replace().
10812
10813 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10816           Make getting the current frame thread-safe.
10817
10818 2007-01-25  Edward Hervey  <edward@fluendo.com>
10819
10820         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10821         (gst_decode_group_new), (gst_decode_group_free):
10822         Set queues to bigger sizes to cope with HD contents.
10823         Fix some mutex freeing and add comment about MT safe methods.
10824
10825 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10828         (gst_text_overlay_text_event):
10829           Don't unnecessarily ref (and then leak) upstream events if the text
10830           pad is not linked. Fixes #399948.
10831
10832         * tests/check/gst-plugins-base.supp:
10833           Add suppression for pango on edgy/x86 for textoverlay test.
10834
10835 2007-01-24  Wim Taymans  <wim@fluendo.com>
10836
10837         * gst-libs/gst/rtp/gstrtpbuffer.h:
10838         Add some more fixed payloads.
10839
10840 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10843           Error out properly if we get an error from libogg while reading the
10844           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10845
10846 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10847
10848         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10849           Don't leak mutex.
10850
10851         * tests/check/elements/playbin.c:
10852         (test_sink_usage_video_only_stream),
10853         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10854         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10855         (test_missing_suburisource_handler),
10856         (test_missing_primary_decoder), (playbin_suite):
10857           Run all tests once with decodebin and once with decodebin2.
10858           One test does not pass yet with decodebin2.
10859
10860 2007-01-23  Edward Hervey  <edward@fluendo.com>
10861
10862         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10863         Fix the cases where oggmux doesn't properly figure out that all
10864         sinkpads have gone EOS, and therefore doesn't push out the remaining
10865         buffers and the final EOS event.
10866         Fixes #363379
10867
10868 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10869
10870         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10872         Don't lock on navigation event push, just on keysym to string.
10873         Fixes #397673 again.
10874
10875 2007-01-22  Edward Hervey  <edward@fluendo.com>
10876
10877         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10878         (get_current_group), (group_demuxer_event_probe),
10879         (gst_decode_group_expose), (deactivate_free_recursive),
10880         (gst_decode_group_free):
10881         Cleanups.
10882         Don't forget to emit 'no-more-pads' once a group is exposed.
10883         Cleanup elements from a DecodeGroup once we remove it.
10884         Protect call to gst_decode_group_expose() with the decodebin lock.
10885
10886 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10887
10888         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10890         Looking at Xorg code i can't figure out if that XKeysymToString
10891         function is thread sensible or not. Lock it just in case as
10892         recommended by Radek Doulik <rodo at ximian dot com>.
10893
10894 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10895
10896         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10898         Lock that X Call as well. Fixes #397673.
10899
10900 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10901
10902         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10903           Don't go into an endless loop if the file starts with 00 00 01 2X,
10904           like quicktime redirect files might. Fixes #396042.
10905
10906         * tests/check/Makefile.am:
10907         * tests/check/gst/.cvsignore:
10908         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10909         (typefindfunctions_suite):
10910           Add unit test for the above.
10911
10912 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10915           On second thought, use "depth" field rather than "bpp" field.
10916
10917 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10920           Camtasia caps apparently need a bpp field (#398875).
10921
10922 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10925         (gen_source_element), (gst_play_base_bin_change_state):
10926           Attempt at a better error message in case we don't have the required
10927           URI handler installed; post missing-plugin message also when we're
10928           missing an URI handler for the subtitle URI; clean up properly also
10929           when an error occurs and we never made it to PAUSED state.
10930
10931         * tests/check/elements/playbin.c: (GST_START_TEST),
10932         (playbin_suite):
10933           Check that we're also getting a missing-plugin messsage for a
10934           missing subtitle URI handler (and clean up properly).
10935
10936 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10937
10938         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10939           Plug a few reference leaks.
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           Lower probability a bit if the marker isn't right at the start,
10945           to decrease the chance of false positives.
10946
10947 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10948
10949         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10950           Small mpeg2 system stream typefinding improvement: make typefinder
10951           probe a bit into the stream instead of just looking for a marker
10952           at the beginning. Fixes #397810.
10953
10954 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10955
10956         * gst/audioconvert/gstchannelmix.c:
10957           Remove compatibility cruft for prehistoric GLib versions.
10958
10959 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         * gst/playback/Makefile.am:
10962         * gst/playback/gstdecodebin.c: (close_pad_link):
10963         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10964         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10965         (gst_play_base_bin_handle_message_func), (unknown_type):
10966           Let decodebin be the element to post missing-plugin messages for
10967           missing decoders (rather than playbin); make playbin implement
10968           GstBin::handle_message so we can suppress missing-plugin messages
10969           for types we're not handling on purpose (don't want to bring up an
10970           installer in those cases).
10971
10972 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10973
10974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10975         * gst-libs/gst/tag/gstvorbistag.c:
10976         (gst_tag_list_to_vorbiscomment_buffer):
10977         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10978           Fix potentially unaligned access (#397207).
10979
10980 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10981
10982         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10983         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10984         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10985         (main):
10986           Allow to toggle looping while it plays. Fix callback prototype. Clean
10987           up code a bit more. Add copyright header.
10988
10989 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10990
10991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10992           Red and blue mask was swapped (spotted by Dan Williams).
10993
10994 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10995
10996         * gst-libs/gst/tag/gstid3tag.c:
10997         * gst-libs/gst/tag/gstvorbistag.c:
10998           Use new beats-per-minute tag from core.
10999
11000 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11001
11002         * po/POTFILES.in:
11003           Add new files with translatable strings, so they actually make it
11004           into the template file one day.
11005
11006 2007-01-12  Andy Wingo  <wingo@pobox.com>
11007
11008         * gst-libs/gst/audio/gstbaseaudiosink.c
11009         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11010         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11011         stuff, as the base class handles this now. Actually tell the ring
11012         buffer to start.
11013         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11014         How did this work before? Maybe I'm not as awesome a programmer as
11015         I think.
11016
11017         * gst-libs/gst/audio/gstbaseaudiosrc.c
11018         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11019         of a pad function.
11020
11021 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11024           Remove more fields so that the application can better blacklist
11025           formats that have been tried before.
11026
11027 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst-libs/gst/audio/mixerutils.h:
11030           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11031           used when compiling with c++ compilers as well.
11032
11033 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * gst/typefind/gsttypefindfunctions.c:
11036           Fix comment.
11037
11038 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * gst/playback/gstplaybin.c: (post_missing_element_message),
11041         (gen_video_element), (gen_text_element), (gen_audio_element),
11042         (gen_vis_element):
11043           Post missing-plugin messages also when we error out because
11044           converters, textoverlay or auto*sinks are missing (#161922).
11045
11046 2007-01-10  Wim Taymans  <wim@fluendo.com>
11047
11048         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11049         (is_demuxer_element), (new_caps):
11050         * gst/playback/gstplaybasebin.c: (source_new_pad):
11051         Fix the case where we try to ref a NULL element when we delay a link
11052         because of unfixed caps.
11053         Set the state of autoplugged decodebins to PAUSED.
11054         RTSP now works in playbin, we can remove it from the blacklist.
11055
11056 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11057
11058         * gst/playback/Makefile.am:
11059         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11060         (unknown_type), (setup_subtitle), (gen_source_element):
11061         * gst/playback/gstplaybin.c: (plugin_init):
11062           Post missing-plugin messages on the bus for missing sources and
11063           missing decoders/demuxers/depayloaders; fix error code used when
11064           we're missing an URI handler source; for media types that we are not
11065           handling on purpose at the moment, don't print "don't know how to
11066           handle xyz" messages to the terminal or post missing-plugin
11067           messages on the bus.
11068
11069         * tests/check/elements/playbin.c: (create_playbin),
11070         (GST_START_TEST), (gst_codec_src_uri_get_type),
11071         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11072         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11073         (gst_codec_src_init_type), (gst_codec_src_base_init),
11074         (gst_codec_src_create), (gst_codec_src_class_init),
11075         (gst_codec_src_init), (plugin_init), (playbin_suite):
11076           Add some tests for the missing-plugin stuff.
11077
11078 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * configure.ac:
11081         * gst-libs/gst/Makefile.am:
11082         * gst-libs/gst/utils/Makefile.am:
11083         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11084         * gst-libs/gst/utils/base-utils.h:
11085         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11086         (find_format_info), (caps_are_rtp_caps),
11087         (gst_base_utils_get_source_description),
11088         (gst_base_utils_get_sink_description),
11089         (gst_base_utils_get_decoder_description),
11090         (gst_base_utils_get_encoder_description),
11091         (gst_base_utils_get_element_description),
11092         (gst_base_utils_add_codec_description_to_tag_list),
11093         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11094         * gst-libs/gst/utils/descriptions.h:
11095         * gst-libs/gst/utils/missing-plugins.c:
11096         (missing_structure_get_type), (copy_and_clean_caps),
11097         (gst_missing_uri_source_message_new),
11098         (gst_missing_uri_sink_message_new),
11099         (gst_missing_element_message_new),
11100         (gst_missing_decoder_message_new),
11101         (gst_missing_encoder_message_new),
11102         (missing_structure_get_string_detail),
11103         (missing_structure_get_caps_detail),
11104         (gst_missing_plugin_message_get_installer_detail),
11105         (gst_missing_plugin_message_get_description),
11106         (gst_is_missing_plugin_message):
11107         * gst-libs/gst/utils/missing-plugins.h:
11108           API: add new libgstbaseutils library with functions
11109           - to create and parse missing-plugins messages
11110           - that provide (translated) descriptions for caps/decoders/sources/etc.
11111           Closes #392393.
11112
11113         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11114         * pkgconfig/gstreamer-plugins-base.pc.in:
11115           Add new lib.
11116
11117         * docs/libs/gst-plugins-base-libs-docs.sgml:
11118         * docs/libs/gst-plugins-base-libs-sections.txt:
11119           Generate docs for new lib and API.
11120
11121         * tests/check/Makefile.am:
11122         * tests/check/libs/.cvsignore:
11123         * tests/check/libs/utils.c: (missing_msg_check_getters),
11124         (GST_START_TEST), (libgstbaseutils_suite):
11125           Add some basic unit tests.
11126
11127 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11128
11129         * ext/ogg/Makefile.am:
11130           Dist gstoggdemux.h to fix 'make distcheck'.
11131
11132         * sys/v4l/Makefile.am:
11133           Fix 'make distcheck' even more.
11134
11135 2007-01-09  Wim Taymans  <wim@fluendo.com>
11136
11137         * docs/plugins/Makefile.am:
11138         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11140         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11141         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11142         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11143         (gst_ogg_demux_perform_seek):
11144         * ext/ogg/gstoggdemux.h:
11145         Added docs.
11146         Add some more comments.
11147         Small cleanups.
11148
11149 2007-01-09  Wim Taymans  <wim@fluendo.com>
11150
11151         * ext/theora/theoradec.c:
11152         * ext/vorbis/vorbisdec.c:
11153         * gst-libs/gst/audio/gstringbuffer.c:
11154         (gst_ring_buffer_commit_full):
11155         * gst-libs/gst/audio/gstringbuffer.h:
11156         * gst-libs/gst/rtp/gstrtpbuffer.c:
11157         * gst-libs/gst/tag/gstvorbistag.c:
11158         Small documentation updates/fixes
11159
11160 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * configure.ac:
11163           Require core CVS HEAD for Andy's basesrc/sink API additions.
11164
11165 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11166
11167         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11168
11169         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11170         (plugin_init):
11171           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11172           on flac.sf.net (there appear to be other versions of the first
11173           ogg page in the wild) (#391365).
11174
11175 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11176
11177         * configure.ac:
11178           Check if localtime_r() is available.
11179
11180         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11181           If localtime_r() is not available, fall back to localtime(). Should
11182           fix build on MingW (#393310).
11183
11184 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11187         * gst/subparse/gstsubparse.h:
11188           Remove spurious 1000 subtrahend when calculating the timestamp from
11189           the frame number and the frame rate . Also, use the frames/second
11190           value specified in the first line of the file, if one is specified
11191           there. Should fix #357503.
11192
11193         * tests/check/elements/subparse.c: (do_test),
11194         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11195         (subparse_suite):
11196           Add some basic unit tests for the microdvd subtitle format.
11197
11198 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11199
11200         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11201
11202         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11203         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11204         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11205         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11206         (gst_xvimagesink_set_xwindow_id),
11207         (gst_xvimagesink_set_event_handling),
11208         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11209         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11210         Fixes: #390076.
11211         Add an adaptor property to select a specific XV adaptor.
11212         * sys/xvimage/xvimagesink.h:
11213
11214 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11215
11216         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11217         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11218         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11219         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11220         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11221         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11222         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11223         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11224         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11225         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11226         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11227         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11228         Use flow_lock much more to protect every access to xwindow.
11229         Try to catch erros while creating images in case some drivers are
11230         just generating an XError when the requested image is too big.
11231         Should fix : #354698, #384008, #384060.
11232         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11233         Implement some stress testing of setting window xid.
11234
11235 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11236
11237         * win32/common/libgsaudio.def:
11238           Add new exported function.
11239         * win32/common/libgstogg.dsp:
11240           Add gstoggaviparse.c to the build.
11241         * win32/common/libgstvideoscale.dsp:
11242           Add vs_4tap.c to the build.
11243         * win32/common/libgstvorbis.dsp:
11244           Add vorbistag.c to the build.
11245         
11246 2007-01-06  Andy Wingo  <wingo@pobox.com>
11247
11248         * gst-libs/gst/audio/gstbaseaudiosink.c
11249         (gst_base_audio_sink_class_init)
11250         (gst_base_audio_sink_init): 
11251         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11252         to baseaudiosink, and tell basesink that we can work in pull mode.
11253         This way the ring buffer thread drives the pipeline directly, if
11254         pull mode is possible. There is some lingering nastiness regarding
11255         capsnego, however.
11256         (gst_base_audio_sink_callback): Implement the callback to pull
11257         data. This interface is a bit light, though -- it should get a
11258         GstFlowReturn return value at least.
11259
11260 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11261
11262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11263         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11264         * gst/playback/gstdecodebin2.c:
11265         (gst_decode_group_check_if_blocked):
11266           Printf format and missing argument fixes.
11267
11268 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11269
11270         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11271         (gst_ogm_parse_change_state):
11272         Activate pads before adding them to the element.
11273
11274 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11275
11276         * tests/examples/seek/scrubby.c: (main):
11277         * tests/examples/seek/seek.c: (main):
11278           Call g_thread_init() first thing in main() (see #391278).
11279
11280 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * tests/check/Makefile.am:
11283         * tests/check/libs/.cvsignore:
11284         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11285         (netbuffer_suite):
11286           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11287           for the time being, since it's broken, see #393099.
11288
11289 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11290
11291         * tests/check/Makefile.am:
11292           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11293
11294 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11295
11296         * configure.ac:
11297           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11298           so that GST_BASE_CFLAGS can go inbetween them, making sure
11299           we use uninstalled gst-libs headers
11300         * docs/libs/Makefile.am:
11301         * ext/alsa/Makefile.am:
11302         * ext/cdparanoia/Makefile.am:
11303         * ext/gnomevfs/Makefile.am:
11304         * ext/libvisual/Makefile.am:
11305         * ext/ogg/Makefile.am:
11306         * ext/theora/Makefile.am:
11307         * ext/vorbis/Makefile.am:
11308         * gst-libs/gst/audio/Makefile.am:
11309         * gst-libs/gst/cdda/Makefile.am:
11310         * gst-libs/gst/interfaces/Makefile.am:
11311         * gst-libs/gst/riff/Makefile.am:
11312         * gst-libs/gst/rtp/Makefile.am:
11313         * gst-libs/gst/tag/Makefile.am:
11314         * gst/adder/Makefile.am:
11315         * gst/audioconvert/Makefile.am:
11316         * gst/audiorate/Makefile.am:
11317         * gst/audioresample/Makefile.am:
11318         * gst/playback/Makefile.am:
11319         * gst/tcp/Makefile.am:
11320         * gst/videoscale/Makefile.am:
11321         * gst/volume/Makefile.am:
11322         * sys/ximage/Makefile.am:
11323         * sys/xvimage/Makefile.am:
11324         * tests/icles/Makefile.am:
11325           adapt
11326
11327 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11328
11329         * gst-libs/gst/interfaces/xoverlay.c:
11330         (gst_x_overlay_handle_events):
11331         * gst-libs/gst/interfaces/xoverlay.h:
11332         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11333         (gst_ximagesink_set_xwindow_id),
11334         (gst_ximagesink_set_event_handling),
11335         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11336         (gst_ximagesink_get_property), (gst_ximagesink_init),
11337         (gst_ximagesink_class_init):
11338         * sys/ximage/ximagesink.h:
11339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11340         (gst_xvimagesink_set_xwindow_id),
11341         (gst_xvimagesink_set_event_handling),
11342         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11343         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11344         (gst_xvimagesink_class_init):
11345         * sys/xvimage/xvimagesink.h:
11346         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11347         Add a method to the XOverlay interface to allow disabling of 
11348         event handling in x[v]imagesink elements. This will let X events
11349         propagate to parent windows which can be usefull in some cases.
11350         Be carefull that the application is then responsible of pushing
11351         navigation events and expose events to the video sink.
11352         Fixes: #387138.
11353
11354 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * gst-libs/gst/tag/gstvorbistag.c:
11357         * tests/check/libs/tag.c: (GST_START_TEST):
11358           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11359           (fixes #392070).
11360
11361 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * configure.ac:
11364         * docs/Makefile.am:
11365         * docs/design/Makefile.am:
11366           Dist design docs.
11367
11368 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11369
11370         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11371         typo. Fixes: #390063.
11372
11373 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11374
11375         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11377         caps leak.
11378         * win32/common/config.h: Updated.
11379
11380 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11381
11382         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11383         (setup_gdpdepay_streamheader):
11384         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11385         (setup_gdppay_streamheader):
11386           Fix the dp tests, but activating the pads for the streamheader tests
11387           too and cleaning up conditionaly
11388
11389 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11390
11391         * gst/ffmpegcolorspace/avcodec.h:
11392         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11393         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11394         (gst_ffmpegcsp_avpicture_fill):
11395         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11396         (img_get_alpha_info):
11397         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11398         other end of the word. Fixes: #387073.
11399
11400         Add some inconsequential branch hints in a couple of places.
11401
11402 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11403
11404         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11405         (gst_ffmpeg_caps_to_smpfmt):
11406           The "signed" field in raw audio caps is of boolean type, trying to
11407           extract the value with _get_int() will fail (fix to keep in sync with
11408           the copy in gst-ffmpeg)
11409
11410 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11411
11412         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11413         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11414         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11415         (cleanup_gdpdepay):
11416         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11417         * tests/check/elements/subparse.c: (teardown_subparse):
11418         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11419         * tests/check/elements/videorate.c: (cleanup_videorate):
11420         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11421         * tests/check/elements/volume.c: (cleanup_volume):
11422         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11423         (cleanup_vorbisdec):
11424         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11425         (cleanup_vorbistag):
11426           consistent pad (de)activation
11427
11428 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11429
11430         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11431           Forgot to register the extensions.
11432
11433 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11436         (plugin_init):
11437           Add typefinder for VIVO files (my christmas present to the 90s).
11438
11439 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * gst/playback/gstdecodebin.c: (type_found):
11442           Special-case the text/plain media type: we only want to recognise it
11443           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11444           parser, but not if the entire stream is of text/plain type. If the
11445           entire stream is text/plain, we should just error out.
11446
11447           This fixes playback of audio files with lyrics in totem. Totem can't
11448           distinguish between text files and subtitle files and passes any
11449           .txt file with the same basename as the main file to playbin as
11450           suburi, and playbin will then throw a 'subtitle found, but no video
11451           stream' error, which isn't entirely helpful. See #380342.
11452
11453           Also, with this change we'll show a slightly more correct error
11454           message in case totem passes a playlist file to us (although a
11455           custom error message wording instead of the default text would
11456           probably not be a bad idea either).
11457
11458           Same problem also needs to be fixed for playbin+decodebin2.
11459
11460         * tests/check/Makefile.am:
11461         * tests/check/elements/decodebin.c: (src_handoff_cb),
11462         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11463         (decodebin_suite):
11464           Add simple unit test for decodebin for the above.
11465
11466 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11469         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11470           Refuse to change state to READY when we failed to create any of the
11471           required elements in our instance init function.
11472
11473 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         * docs/libs/gst-plugins-base-libs-sections.txt:
11476           Small docs fixes/updates.
11477
11478         * gst-libs/gst/video/gstvideosink.h:
11479           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11480           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11481           removed from the base sink API between 0.9.6 and 0.9.7).
11482           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11483           accessor macros, so we don't do a runtime GObject type check every
11484           time we use them.
11485
11486 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11487
11488         * Makefile.am:
11489         * gst-plugins-base.doap:
11490         * gst-plugins-base.spec.in:
11491           add doap file
11492
11493 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         Patch by: Jens Granseuer <jensgr at gmx net>
11496
11497         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11498         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11499         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11500         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11502           Declare variables at the beginning of a block. Fixes #383195.
11503
11504 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11505
11506         * configure.ac:
11507         Bump version nano - back to CVS.
11508
11509
11510 === release 0.10.11 ===
11511
11512 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11513
11514         * configure.ac:
11515           releasing 0.10.11, "Dumb things"
11516
11517 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11518
11519         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11520         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11521         Handle the case where an element has multiple pads with 
11522         unfixed caps as well as still possibly producing more dynamic 
11523         pads by storing each case as a distinct entry in the dynamic list.
11524         Fixes #38223 again.
11525
11526 2006-12-04  Wim Taymans  <wim@fluendo.com>
11527
11528         * gst/playback/gstdecodebin.c: (close_pad_link):
11529         Fix #382223, add more dynamic caps handling.
11530
11531 2006-12-04  Wim Taymans  <wim@fluendo.com>
11532
11533         * gst-libs/gst/audio/gstringbuffer.h:
11534         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11535         (gst_netaddress_set_ip4_interface),
11536         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11537         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11538         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11539         (gst_netaddress_get_ttl):
11540         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11541         * gst/playback/gstdecodebin.c: (close_pad_link):
11542         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11543         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11544         * win32/common/config.h:
11545
11546 2006-12-01  Michael Smith  <msmith@fluendo.com>
11547
11548         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11549           Delete bad debug code.
11550           Fixes #381219
11551
11552 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11553
11554         * gst/videoscale/vs_4tap.c:
11555         * win32/MANIFEST:
11556         * win32/common/config.h:
11557         * win32/vs8/libgstvideoscale.vcproj:
11558         Fix compilation on win32 under VS8
11559         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11560         Partially fixes #381175
11561
11562 2006-11-30  Michael Smith  <msmith@fluendo.com>
11563
11564         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11565         (GST_START_TEST):
11566           It would be very bad if, after a discont buffer, we thought every
11567           single following buffer was also discont. So, add to the test to
11568           ensure that this isn't the case.
11569           
11570         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11571           ... it was the case. So fix it.
11572
11573 2006-11-28  Wim Taymans  <wim@fluendo.com>
11574
11575         * gst/playback/gstplaybasebin.c: (check_queue_event):
11576         Improve debug.
11577
11578         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11579         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11580         padtemplate caps. Refixes #357577.
11581
11582 2006-11-28  Wim Taymans  <wim@fluendo.com>
11583
11584         * gst/playback/gstplaybasebin.c: (check_queue_event),
11585         (queue_threshold_reached), (queue_out_of_data),
11586         (gen_preroll_element):
11587         Add event probe to see when EOS is in a queue and we can disable the
11588         underrun signals. Fixes #357577.
11589
11590 2006-11-28  Edward Hervey  <edward@fluendo.com>
11591
11592         * gst/playback/Makefile.am:
11593         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11594         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11595         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11596         (gst_decode_bin_init), (gst_decode_bin_dispose),
11597         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11598         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11599         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11600         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11601         (connect_element), (expose_pad), (type_found),
11602         (pad_added_group_cb), (pad_removed_group_cb),
11603         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11604         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11605         (are_raw_caps), (multi_queue_overrun_cb),
11606         (multi_queue_underrun_cb), (gst_decode_group_new),
11607         (get_current_group), (group_demuxer_event_probe),
11608         (gst_decode_group_control_demuxer_pad),
11609         (gst_decode_group_control_source_pad),
11610         (gst_decode_group_check_if_blocked),
11611         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11612         (gst_decode_group_hide), (gst_decode_group_free),
11613         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11614         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11615         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11616         (plugin_init):
11617         New decodebin2 element.
11618         Closes #370092
11619         * gst/playback/gstplay-marshal.list:
11620         Added marshallers for new signals in decodebin2
11621         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11622         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11623         is set.
11624
11625 2006-11-28  Wim Taymans  <wim@fluendo.com>
11626
11627         * gst/playback/gstplaybasebin.c: (setup_source),
11628         (gst_play_base_bin_change_state):
11629         Disable rtsp:// uris for the release, it's not good enough yet.
11630         Remove unused var.
11631
11632 2006-11-26  Wim Taymans  <wim@fluendo.com>
11633
11634         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11635         (theora_dec_push_forward), (theora_dec_push_reverse),
11636         (theora_handle_data_packet), (theora_dec_decode_buffer),
11637         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11638         (theora_dec_chain_forward), (theora_dec_chain):
11639         Implement reverse playback.
11640
11641         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11642         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11643         (vorbis_dec_chain_forward):
11644         Clear buffers used for reverse playback in _reset.
11645         No need to set the eos flag, we clip samples using the segment.
11646
11647 2006-11-24  Wim Taymans  <wim@fluendo.com>
11648
11649         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11650         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11651         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11652         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11653         Some cleanups.
11654         Handle continued pages in reverse mode.
11655
11656 2006-11-24  Wim Taymans  <wim@fluendo.com>
11657
11658         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11659         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11660         (vorbis_dec_flush_decode):
11661         Small cleanups.
11662         Don't try to add invalid timestamps.
11663         Clipping will unref the buffer.
11664
11665 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11666
11667         * gst/adder/gstadder.h:
11668         * gst/audiotestsrc/gstaudiotestsrc.h:
11669           remove obsolete _factory_init protos
11670
11671 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11672
11673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11674           Fix spacing in debug message.
11675
11676 2006-11-23  Wim Taymans  <wim@fluendo.com>
11677
11678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11679         (gst_ogg_demux_chain):
11680         Don't just ignore return values from _pad_push().
11681         Small debug improvements.
11682
11683 2006-11-23  Michael Smith  <msmith@fluendo.com>
11684
11685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11686           If our incoming buffer is marked as DISCONT, then increment the page
11687           number (so that the discontinuity is marked in the final ogg
11688           bitstream) and flush the previous page.
11689
11690 2006-11-22  Michael Smith  <msmith@fluendo.com>
11691
11692         * ext/theora/gsttheoraenc.h:
11693         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11694         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11695         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11696         (theora_enc_chain), (theora_enc_change_state):
11697           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11698
11699         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11700         (GST_START_TEST), (theoraenc_suite):
11701           Enable discontinuity test, fix it.
11702
11703 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11704
11705         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11706         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11707         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11708         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11709         (gst_text_overlay_change_state):
11710         * ext/pango/gsttextoverlay.h:
11711           Some textoverlay fixes: for one, in the video chain function,
11712           actually wait for a text buffer to come in if there is none at the
11713           moment and there should be one; also, deal more gracefully with
11714           incoming buffers that do not have a timestamp or duration; discard
11715           text buffer when not needed any longer. Fixes #341681.
11716
11717         * tests/check/Makefile.am:
11718         * tests/check/elements/.cvsignore:
11719         * tests/check/elements/textoverlay.c:
11720         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11721         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11722         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11723         (test_video_waits_for_text_send_text_newsegment_thread),
11724         (test_video_waits_for_text_shutdown_element),
11725         (test_render_continuity_push_video_buffers_thread),
11726         (textoverlay_suite):
11727           Add some unit tests for textoverlay.
11728
11729 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11730
11731         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11732           Avoid integer underflow when the found probability for mp3 is
11733           smaller than the 'penalty' we subtract if there's not a clean
11734           mp3 header sync at offset 0.
11735
11736 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11737
11738         * docs/libs/gst-plugins-base-libs-sections.txt:
11739           Add some new symbols to the docs
11740
11741 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11742
11743         * tests/check/Makefile.am:
11744         * tests/check/elements/ffmpegcolorspace.c:
11745         (ffmpegcolorspace_suite):
11746           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11747           (for now not for valgrinding though, since it takes too long).
11748
11749 2006-11-20  Wim Taymans  <wim@fluendo.com>
11750
11751         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11752         (gst_ffmpeg_pixfmt_to_caps):
11753         Fix RGBA32 caps. Fixes #357038.
11754
11755 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11756
11757         * gst-libs/gst/interfaces/mixertrack.h:
11758           Add FIXME so we can add some padding here in 0.11
11759
11760 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11761
11762         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11763           Fix GstBaseRTPAudioPayload structure so the whole GObject
11764           inheritance business actually works (parent class instance structure
11765           must always come first in the derived class instance structure).
11766
11767 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11768
11769         * gst/videotestsrc/Makefile.am:
11770         * tests/check/Makefile.am:
11771           Make sure our checks and the videotestsrc plugin link against the
11772           local uninstalled gst libs and not any installed gst libs that
11773           might happen to exist as well.
11774
11775         * tests/check/elements/adder.c: (message_received),
11776         (test_event_message_received), (test_play_twice_message_received):
11777         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11778           Fix compiler warnings when compiling against core with disabled
11779           debugging system.
11780
11781 2006-11-16  Michael Smith  <msmith@fluendo.com>
11782
11783         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11784         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11785           Fix audiorate, so that it accurately sets offsets and timestamps.
11786           Doesn't change the fundamental algorithmic decisions; so should be
11787           safe.
11788
11789         * tests/check/Makefile.am:
11790           Enable audiorate test now that it passes.
11791
11792 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11793
11794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11795           clear xv when going to NULL, remove // commented non-existant proto
11796
11797         * tests/examples/seek/seek.c: (main):
11798           add missing tooltip description for scrub and play_scrub
11799
11800 2006-11-14  David Schleef  <ds@schleef.org>
11801
11802         * configure.ac:
11803           Bump liboil requirement to 0.3.8.
11804         * gst-libs/gst/riff/riff-media.c:
11805           Add Dirac fourcc.
11806         * gst/videoscale/vs_image.h:
11807         * gst/videoscale/vs_scanline.h:
11808           Use liboil's stdint.h.
11809         * gst/videotestsrc/videotestsrc.c:
11810           Remove liboil related ifdef's, since they aren't needed now, and
11811           won't work with future versions.
11812
11813 2006-11-14  David Schleef  <ds@schleef.org>
11814
11815         * gst/videoscale/Makefile.am:
11816         * gst/videoscale/gstvideoscale.c:
11817         * gst/videoscale/gstvideoscale.h:
11818         * gst/videoscale/vs_4tap.c:
11819         * gst/videoscale/vs_4tap.h:
11820         * gst/videoscale/vs_image.c:
11821         * gst/videoscale/vs_image.h:
11822         * gst/videoscale/vs_scanline.c:
11823         * gst/videoscale/vs_scanline.h:
11824           Add a 4-tap image scaler.  Theoretically looks much prettier.
11825           The tap calculation could use some improvement.
11826
11827 2006-11-14  Wim Taymans  <wim@fluendo.com>
11828
11829         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11830
11831         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11832         (gst_riff_parse_strf_iavs):
11833         * gst/subparse/gstsubparse.c: (convert_encoding):
11834         * gst/tcp/gstmultifdsink.c:
11835         (gst_multi_fd_sink_handle_client_write):
11836         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11837         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11838         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11839         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11840         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11841         (gst_ximagesink_ximage_new):
11842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11843         Various gsize and gssize printf fixes. Fixes #372507.
11844
11845 2006-11-13  Wim Taymans  <wim@fluendo.com>
11846
11847         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11848         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11849         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11850         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11851         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11852         * ext/vorbis/vorbisdec.h:
11853         First stab at vorbis reverse playback.
11854
11855 2006-11-13  Wim Taymans  <wim@fluendo.com>
11856
11857         * gst-libs/gst/audio/gstbaseaudiosink.c:
11858         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11859         * gst-libs/gst/audio/gstbaseaudiosink.h:
11860         Make the clock sync code more accurate wrt resampling and playback
11861         at different rates.
11862         
11863         * gst-libs/gst/audio/gstringbuffer.c:
11864         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11865         * gst-libs/gst/audio/gstringbuffer.h:
11866         Use better algorithm to interpolate sample rates. 
11867
11868 2006-11-13  Michael Smith  <msmith@fluendo.com>
11869
11870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11871           Improve a debug line slightly.
11872
11873         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11874           Call gst_riff_init() in plugin_init, to avoid getting errors from
11875           the debug system (unrelated changes to another plugin made this turn
11876           up; not sure why).
11877
11878 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11879
11880         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11881
11882         * win32/common/libgsttag.def:
11883           Add missing symbol (#366492).
11884
11885 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11886
11887         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11888           Don't unref a NULL pad.
11889
11890 2006-11-09  Wim Taymans  <wim@fluendo.com>
11891
11892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11893         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11894         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11895         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11896         (gst_ogg_demux_loop):
11897         Implement first stab at reverse playback.
11898
11899 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11900
11901         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11902         (gst_riff_create_video_template_caps):
11903           add h263/h264 variants to the caps, Fixes #363118
11904
11905 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11908         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11909           Use g_strerror instead of strerror so we get UTF-8.
11910
11911 2006-11-03  David Schleef  <ds@schleef.org>
11912
11913         * ext/ogg/gstoggdemux.c:
11914         * ext/ogg/gstoggmux.c:
11915           Add/remove KW-DIRAC header here, since it is ogg-specific.
11916
11917 2006-11-03  Michael Smith  <msmith@fluendo.com>
11918
11919         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11920           Recognise more mpeg4 elementary video streams.
11921
11922 2006-11-02  Edward Hervey  <edward@fluendo.com>
11923
11924         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11925         Lower the probability of mp3 typefinding functions if we don't find a
11926         valid mp3 header at the start of the file.
11927         Closes #369482
11928
11929 2006-11-02  Wim Taymans  <wim@fluendo.com>
11930
11931         * ext/theora/gsttheoradec.h:
11932         * ext/theora/theoradec.c: (gst_theora_dec_init),
11933         (theora_dec_sink_event), (theora_dec_chain_forward),
11934         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11935         (theora_dec_chain):
11936         Document and partially implement an algorithm for doing reverse playback
11937         of theora video.
11938
11939 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11942
11943         * win32/common/config.h:
11944         * win32/common/interfaces-enumtypes.c:
11945         * win32/common/libgsttag.def:
11946         * win32/vs8/gst-plugins-base.sln:
11947         * win32/vs8/libgstaudioresample.vcproj:
11948         * win32/vs8/libgstinterfaces.vcproj:
11949         * win32/vs8/libgstogg.vcproj:
11950         * win32/vs8/libgstriff.vcproj:
11951         * win32/vs8/libgsttag.vcproj:
11952         * win32/vs8/libgsttheora.vcproj:
11953         * win32/vs8/libgstvideoscale.vcproj:
11954         * win32/vs8/libgstvorbis.vcproj:
11955           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11956           to libgsttag.def; add missing dependencies for some vs8 projects;
11957           re-arrange placement of .def files in vs8 projects (#366334).
11958
11959 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         * ext/ogg/gstogg.c:
11962           Remove unused variable.
11963
11964         * ext/ogg/gstoggdemux.c:
11965           Fix Wim's surname in plugin description.
11966
11967 2006-10-31  Wim Taymans  <wim@fluendo.com>
11968
11969         * gst-plugins-base.spec.in:
11970         spec new .h file. Fixes #368310.
11971
11972 2006-10-31  Michael Smith  <msmith@fluendo.com>
11973
11974         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11975         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11976         (gst_multi_fd_sink_get_stats),
11977         (gst_multi_fd_sink_remove_client_link),
11978         (gst_multi_fd_sink_queue_buffer),
11979         (gst_multi_fd_sink_handle_clients):
11980         * gst/tcp/gstmultifdsink.h:
11981           Make using the remove or clear signals threadsafe.
11982           Make calling get-stats with an invalid fd not segfault.
11983           Fixes 368273.
11984
11985 2006-10-31  Wim Taymans  <wim@fluendo.com>
11986
11987         * gst-libs/gst/rtp/Makefile.am:
11988         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11989         (gst_base_rtp_audio_payload_init):
11990         Fix and activate base audio payloader.
11991
11992 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11993
11994         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11995         (plugin_init):
11996           Add typefinder for QuickTime Image Files (see #366156).
11997
11998 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12001           Another typo fix (#366212).
12002
12003 2006-10-27  Wim Taymans  <wim@fluendo.com>
12004
12005         * gst/volume/gstvolume.c: (volume_transform_ip):
12006         Use stream time to synchronize volume property instead of rather random
12007         timestamps. This is needed when gnonlin does its time shifting.
12008
12009 2006-10-27  Wim Taymans  <wim@fluendo.com>
12010
12011         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12012
12013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12014         Remove the pad from the element in release_pad. Fixes #364812.
12015
12016 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12020           Explicitly create our custom buffer classes at a thread-safe
12021           location as well, since g_type_class_ref() doesn't seem to be
12022           entirely thread-safe either (#365501; also see #349410).
12023
12024 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12025
12026         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12027         (gst_riff_parse_info):
12028           If strings in INFO chunk are not UTF-8, do something similar to
12029           what we do for ID3v1 tags: check a number of environment variables
12030           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12031           character sets to try, otherwise try the current locale and/or fall
12032           back on ISO-8859-1. Fixes #360552.
12033
12034 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * gst/videotestsrc/gstvideotestsrc.c:
12037         (gst_video_test_src_pattern_get_type),
12038         (gst_video_test_src_set_pattern):
12039         * gst/videotestsrc/gstvideotestsrc.h:
12040         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12041         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12042         (gst_video_test_src_checkers8):
12043         * gst/videotestsrc/videotestsrc.h:
12044           Add a bunch of exciting new checkers patterns.
12045
12046 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         * gst/subparse/Makefile.am:
12049         * gst/subparse/gstsubparse.c:
12050         (gst_sub_parse_data_format_autodetect),
12051         (gst_sub_parse_format_autodetect), (handle_buffer),
12052         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12053         * gst/subparse/gstsubparse.h:
12054         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12055         (parse_tmplayer):
12056         * gst/subparse/tmplayerparse.h:
12057           Add support for TMPlayer-type subtitles (#362845).
12058
12059         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12060         (GST_START_TEST), (subparse_suite):
12061           Add some basic unit tests for the above.
12062
12063 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12064
12065         * tests/check/elements/audiorate.c: (test_injector_base_init),
12066         (test_injector_class_init), (test_injector_chain),
12067         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12068         (GST_START_TEST), (audiorate_suite):
12069           More tests for audiorate: inject buffers to check behaviour when
12070           buffers overlap.
12071
12072 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12073
12074         * tests/check/Makefile.am:
12075         * tests/check/elements/.cvsignore:
12076         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12077         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12078           Add some basic unit tests for audiorate. Disabled at the moment
12079           since it doesn't pass yet (see bug #363119).
12080
12081 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12082
12083         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12084         (parse_subrip), (handle_buffer):
12085           Add missing closing tags for markup and fix broken markup,
12086           otherwise pango won't render anything (fixes #357531). Also,
12087           make sure the text we send out is always NUL-terminated
12088           (better safe than sorry etc.).
12089
12090         * tests/check/elements/subparse.c: (test_srt_do_test),
12091         (test_srt):
12092           Some more tests for .srt incl. tests for the above stuff.
12093
12094 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12095
12096         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12098         Patch by: Stefan Kost  <ensonic@users.sf.net>
12099         Try to redraw borders only when needed. Apparently this consumes
12100         resources on small devices... :-O (#363607)
12101
12102 2006-10-20  Michael Smith  <msmith@fluendo.com>
12103
12104         * gst/tcp/gstmultifdsink.c:
12105         (gst_multi_fd_sink_client_queue_buffer):
12106           If caps change, then update the client's idea of the caps so that we
12107           don't end up re-sending streamheaders for every single buffer after
12108           the caps change.
12109
12110 2006-10-20  Michael Smith  <msmith@fluendo.com>
12111
12112         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12113         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12114           Set caps on pushed buffers; fix up refcounting of caps objects.
12115
12116 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12119         (plugin_init):
12120           Typefind mmsh header data packet to application/x-mmsh (#362625).
12121
12122 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12123
12124         * tests/check/Makefile.am:
12125         * tests/check/elements/.cvsignore:
12126         * tests/check/elements/subparse.c: (buffer_from_static_string),
12127         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12128         (GST_START_TEST), (subparse_suite):
12129           Add very simple unit test for subparse.
12130
12131 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12134         (parse_subrip):
12135           Strip trailing newlines from subtitle text output.
12136
12137 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12140         (gst_sub_parse_change_state):
12141           Fix memleak; clear subparse->textbuf n state change function.
12142
12143 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12144
12145         * gst/subparse/gstsubparse.c:
12146         (gst_sub_parse_data_format_autodetect):
12147           Don't require subrip (.srt) files to start with a chunk number of 1.
12148
12149 2006-10-18  Wim Taymans  <wim@fluendo.com>
12150
12151         * gst-libs/gst/audio/gstbaseaudiosink.c:
12152         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12153         * gst-libs/gst/audio/gstbaseaudiosink.h:
12154         Extract rate from the NEWSEGMENT event.
12155         Use commit_full to also take rate adjustment into account when writing
12156         samples to the ringbuffer.
12157         
12158         * gst-libs/gst/audio/gstringbuffer.c:
12159         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12160         (gst_ring_buffer_read):
12161         * gst-libs/gst/audio/gstringbuffer.h:
12162         Added _commit_full() to also take rate into account.
12163         Use simple interpolation algorithm to resample audio.
12164         API: gst_ring_buffer_commit_full()
12165
12166         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12167         * tests/examples/seek/seek.c: (segment_done):
12168         Don't try to seek with 0.0 rate, just pause instead.
12169         Remove bogus debug line.
12170
12171 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12172
12173         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12174         (setup_source):
12175           Catch async errors when starting up the subtitle bin, so we can
12176           stop waiting and continue with the main film instead of hanging
12177           forever. Fixes #339366.
12178
12179         * tests/check/elements/playbin.c: (playbin_suite):
12180           Enable unit test for the above.
12181
12182 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12183
12184         * tests/check/Makefile.am:
12185         * tests/check/elements/.cvsignore:
12186         * tests/check/elements/playbin.c: (GST_START_TEST),
12187         (gst_red_video_src_uri_get_type),
12188         (gst_red_video_src_uri_get_protocols),
12189         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12190         (gst_red_video_src_uri_handler_init),
12191         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12192         (gst_red_video_src_create), (gst_red_video_src_class_init),
12193         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12194           Some small and basic unit tests for playbin; not very useful yet,
12195           but at least a start.
12196
12197 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12198
12199         * gst/playback/gstplaybin.c: (setup_sinks):
12200           The old pad activation spiel.
12201
12202 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12203
12204         * gst/playback/gstplaybasebin.c: (setup_source):
12205           Don't hang forever if the subbin already fails to start up in 
12206           the state change to PAUSED (#339366).
12207
12208 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12211         (gst_tuner_set_channel), (gst_tuner_get_channel),
12212         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12213         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12214         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12215         (gst_tuner_find_channel_by_name):
12216           Fix some function guards, add some more function guards.
12217
12218 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12219
12220         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12221         (remove_element_chain):
12222         Don't return a pad from get_our_ghost_pad unless it is actually the
12223         one we want.
12224         Change a cast in remove_element_chain slightly.
12225
12226 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12227
12228         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12229         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12230         Segment seeking needs to use the rate and set stop to -1.
12231
12232 2006-10-13  Wim Taymans  <wim@fluendo.com>
12233
12234         * gst-libs/gst/audio/gstbaseaudiosink.c:
12235         (gst_base_audio_sink_setcaps):
12236         Don't crash when ringbuffer is not yet created.
12237         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12238         Fixes #361634.
12239
12240         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12241         * gst/playback/gststreamselector.c:
12242         (gst_stream_selector_request_new_pad):
12243         Activate pads befre adding them to running elements.
12244
12245 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12246
12247         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12248         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12249         updater when we start grabing the slider. Don't wait for the
12250         pipeline to be PAUSED.
12251
12252 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12253
12254         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12255         (gst_mixer_set_volume), (gst_mixer_get_volume),
12256         (gst_mixer_set_mute), (gst_mixer_set_option),
12257         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12258         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12259         (gst_mixer_option_changed):
12260           Guard mixer interface functions against bogus arguments.
12261
12262 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12263
12264         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12265         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12266         (msg_state_changed), (main): Use state-changed messages to trigger
12267         start/stop of scale update timer. Indeed the scale slider was
12268         jumping here and there because the update timer was activated 
12269         before seek completed. This fixes instant applying of rate changes
12270         by pressing the spinbutton like a crazy man !
12271
12272 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12273
12274         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12275
12276         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12277         (gst_basertppayload_finalize):
12278           Fix two small memory leaks (#361456).
12279
12280 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12281
12282         * tests/examples/seek/seek.c: (do_seek),
12283         (rate_spinbutton_changed_cb): When changing spinbutton we try
12284         to change the rate on the fly.
12285
12286 2006-10-10  Wim Taymans  <wim@fluendo.com>
12287
12288         * gst-libs/gst/riff/riff-ids.h:
12289         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12290         (gst_riff_create_audio_template_caps):
12291         Add WMS caps.
12292
12293 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12294
12295         Patch by: Josep Torra Valles <josep@fluendo.com>
12296
12297         * ext/gnomevfs/gstgnomevfssink.c:
12298         * ext/gnomevfs/gstgnomevfssrc.c:
12299         Fix URI interface implementation return type.
12300         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12301         Fix what looks like a copy/paste issue when assigning values.
12302         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12303         (gst_audio_filter_template_get_type):
12304         Cast to prevent Forte warnings.
12305         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12306         Fix URI interface implementation return type.
12307         gst_pad_query_position requires a signed integer pointer as
12308         3rd parameter, GstClockTime is unsigned.
12309         * gst/audioconvert/audioconvert.c:
12310         Fix integer overflow when treated as signed.
12311         * gst/audioresample/resample.c: (resample_add_input_data):
12312         Cast to prevent warnings on Forte.
12313         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12314         Fix integer overflow when treated as signed.
12315         * gst/ffmpegcolorspace/imgconvert_template.h:
12316         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12317         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12318         (cleanup_decodebin):
12319         Who initialises a guint to -1!
12320         Cast function pointers to prevent warnings on Forte.
12321         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12322         (queue_threshold_reached):
12323         Cast function pointers correctly to prevent warnings on Forte.
12324         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12325         Cast function pointers correctly to prevent warnings on Forte.
12326         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12327         Obvious change to unsigned, 0xEF > max signed char.
12328         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12329         GstClockTime is unsigned, initialise correctly.
12330         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12331         Cast so pointer arithemetic doesn't cause warnings on Forte.
12332         * gst/videorate/gstvideorate.c:
12333         Use correct return value.
12334         * tests/examples/seek/scrubby.c:
12335         GstClockTime is unsigned, initialise correctly.
12336
12337 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12338
12339         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12340
12341         * gst/typefind/gsttypefindfunctions.c:
12342           Recognise XML files and XML-like files shorter than 256 bytes as
12343           well (fixes #359237).
12344
12345 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12346
12347         Patch by: Renato Filho <renato.filho@indt.org.br>
12348         
12349         * gst/typefind/gsttypefindfunctions.c:
12350         Added typefind functions to video/x-nuv media.
12351         
12352 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12353
12354         * gst-libs/gst/interfaces/xoverlay.c:
12355         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12356           Some more guards against invalid input.
12357
12358 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12359
12360         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12361         Useless goto.
12362         * tests/examples/seek/seek.c: (do_seek),
12363         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12364         seek example to experiment with rates != 1.0 (reverse playback !)
12365
12366 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12367
12368         * gst-libs/gst/interfaces/xoverlay.c:
12369           Unref message in doc-example (spotted by Robert McQueen)
12370
12371 2006-10-06  Wim Taymans  <wim@fluendo.com>
12372
12373         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12374         (mpeg1_parse_header), (mpeg1_sys_type_find):
12375         printf fix.
12376
12377 2006-10-06  Wim Taymans  <wim@fluendo.com>
12378
12379         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12380         (close_pad_link):
12381         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12382         Activate dynamic pads before adding them to the element.
12383
12384 2006-10-06  Michael Smith  <msmith@fluendo.com>
12385
12386         * gst-libs/gst/floatcast/floatcast.h:
12387           Fix obviously-bogus macros; use the correct types.
12388
12389 2006-10-06  Wim Taymans  <wim@fluendo.com>
12390
12391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12392         (gst_base_rtp_depayload_change_state):
12393         Also call parent state change function to activate pads.
12394
12395         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12396         (mpeg1_parse_header), (mpeg1_sys_type_find):
12397         Add some more debug info in mpeg typefinding.
12398
12399 2006-10-06  Michael Smith  <msmith@fluendo.com>
12400
12401         * ext/theora/theoradec.c: (theora_dec_chain):
12402           Zero byte theora packets are valid and well-defined; don't warn on
12403           them.
12404
12405 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12406
12407         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12408         (gst_multi_fd_sink_get_stats), (find_limits),
12409         (gst_multi_fd_sink_queue_buffer):
12410           API: add dropped_buffers to the get-stats GValueArray
12411
12412 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12413
12414         * ext/alsa/gstalsadeviceprobe.c:
12415         (gst_alsa_device_property_probe_get_values):
12416         * ext/alsa/gstalsasink.c: (set_hwparams):
12417         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12418         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12420         (gst_ogg_mux_process_best_pad):
12421         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12422         (gst_ogg_parse_chain):
12423         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12424         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12425         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12426         (gst_vorbis_enc_buffer_check_discontinuous):
12427         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12428         * gst-libs/gst/audio/gstbaseaudiosink.c:
12429         (gst_base_audio_sink_render):
12430         * gst-libs/gst/cdda/gstcddabasesrc.c:
12431         (gst_cdda_base_src_handle_track_seek):
12432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12433         (gst_base_rtp_depayload_push_full):
12434         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12435         * gst/audioresample/resample.c: (resample_input_pushthrough):
12436         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12437         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12438         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12439         (wavpack_type_find):
12440         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12441         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12442         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12443         * tests/check/elements/volume.c: (GST_START_TEST):
12444           Printf format fixes.
12445
12446 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12447
12448         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12449           Fix a simple mistake (see the docs)
12450           Fixes #359580
12451
12452 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12453
12454         * docs/plugins/Makefile.am:
12455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12457         * docs/plugins/gst-plugins-base-plugins.args:
12458         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12459         * docs/plugins/inspect/plugin-adder.xml:
12460         * docs/plugins/inspect/plugin-alsa.xml:
12461         * docs/plugins/inspect/plugin-audioconvert.xml:
12462         * docs/plugins/inspect/plugin-audiorate.xml:
12463         * docs/plugins/inspect/plugin-audioresample.xml:
12464         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12465         * docs/plugins/inspect/plugin-cdparanoia.xml:
12466         * docs/plugins/inspect/plugin-decodebin.xml:
12467         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12468         * docs/plugins/inspect/plugin-gdp.xml:
12469         * docs/plugins/inspect/plugin-gnomevfs.xml:
12470         * docs/plugins/inspect/plugin-libvisual.xml:
12471         * docs/plugins/inspect/plugin-ogg.xml:
12472         * docs/plugins/inspect/plugin-pango.xml:
12473         * docs/plugins/inspect/plugin-playbin.xml:
12474         * docs/plugins/inspect/plugin-subparse.xml:
12475         * docs/plugins/inspect/plugin-tcp.xml:
12476         * docs/plugins/inspect/plugin-theora.xml:
12477         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12478         * docs/plugins/inspect/plugin-video4linux.xml:
12479         * docs/plugins/inspect/plugin-videorate.xml:
12480         * docs/plugins/inspect/plugin-videoscale.xml:
12481         * docs/plugins/inspect/plugin-videotestsrc.xml:
12482         * docs/plugins/inspect/plugin-volume.xml:
12483         * docs/plugins/inspect/plugin-vorbis.xml:
12484         * docs/plugins/inspect/plugin-ximagesink.xml:
12485         * docs/plugins/inspect/plugin-xvimagesink.xml:
12486           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12487
12488 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12489
12490         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12491
12492         * ext/vorbis/Makefile.am:
12493         * ext/vorbis/vorbis.c: (plugin_init):
12494         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12495         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12496         * ext/vorbis/vorbisparse.h:
12497         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12498         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12499         (gst_vorbis_tag_parse_packet):
12500         * ext/vorbis/vorbistag.h:
12501           Add new vorbistag element which derives from vorbisparse
12502           and is essentially the same as well, only that it implements
12503           the GstTagSetter interface and can modify the stream's
12504           vorbiscomment on the fly (#335635).
12505
12506         * tests/check/Makefile.am:
12507         * tests/check/elements/.cvsignore:
12508         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12509         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12510         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12511         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12512           Add unit test for new vorbistag element.
12513
12514 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12517         (vorbis_parse_push_headers), (vorbis_parse_chain):
12518           Set BOS flag in packet structure to fix 'jump depends
12519           on unitialized value' errors in valgrind; various minor
12520           clean-ups.
12521
12522 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12523
12524         * gst/playback/gstdecodebin.c: (close_pad_link):
12525         Fix typo in a debug statement.
12526
12527         * gst/playback/gstplaybasebin.c: (probe_triggered),
12528         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12529         (gen_source_element), (source_new_pad), (analyse_source),
12530         (setup_source):
12531         When handling no_more_pads in new_decoded_pad, make sure to treat
12532         subtitle pads correctly. Fixes playback with subtitle files.
12533
12534         Move a recurring message to LOG level.
12535
12536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12537         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12538         which ends up as -1 when cast to an int. Make the logic handle the
12539         max value as an unsigned mask and only change the colorkey when it's
12540         a value we recognise.
12541
12542 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12543
12544         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12545         Removed empty * between paragraphs
12546
12547 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12548
12549         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12550         * gst-libs/gst/rtp/README:
12551         Moved some documentation into .c file
12552
12553 2006-09-29  Wim Taymans  <wim@fluendo.com>
12554
12555         * gst/playback/gstdecodebin.c: (no_more_pads):
12556         Fix compilation.
12557
12558 2006-09-29  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst/playback/gstdecodebin.c: (new_caps):
12561         Remove g_print
12562
12563         * gst/playback/gstplaybin.c:
12564         Add some docs.
12565
12566 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         * tests/check/Makefile.am:
12569           Re-enable cddabasesrc test to see if it works again
12570           now.
12571
12572 2006-09-29  Wim Taymans  <wim@fluendo.com>
12573
12574         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12575         (gen_source_element):
12576         Handle invalid URIs a bit more gracefully.
12577
12578 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12579
12580         * tests/check/pipelines/oggmux.c:
12581           Remove obsolete comment.
12582
12583 2006-09-29  Michael Smith  <msmith@fluendo.com>
12584
12585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12586         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12587         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12588         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12589         (gst_ogg_mux_collected):
12590           Commit patch from James "Doc" Livingston, adds proper EOS handling
12591           in oggmux. GStreamer can, for the first time ever, create a valid
12592           Ogg file! Yay!
12593
12594         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12595         (oggmux_suite):
12596           Reenable tests now that they pass.
12597
12598 2006-09-29  Wim Taymans  <wim@fluendo.com>
12599
12600         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12601         Stop reading commands when EOF (we read 0) as well.
12602
12603 2006-09-28  Wim Taymans  <wim@fluendo.com>
12604
12605         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12606         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12607         (find_dynamic), (unlinked), (close_link):
12608         Implement delayed caps linking needed for element with a lot of
12609         different caps on the src pads that get fixed at runtime.
12610         Improve management of dynamic elements.
12611
12612         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12613         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12614         (gen_preroll_element), (remove_groups), (unknown_type),
12615         (add_element_stream), (no_more_pads_full), (no_more_pads),
12616         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12617         (new_decoded_pad), (setup_subtitle), (array_has_value),
12618         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12619         (analyse_source), (remove_decoders), (make_decoder),
12620         (remove_source), (setup_source), (finish_source), (prepare_output),
12621         (gst_play_base_bin_change_state):
12622         * gst/playback/gstplaybasebin.h:
12623         Use more _CAST instead of full type checking casts.
12624         Small cleanups, plug some leaks.
12625         Handle dynamic sources.
12626         Add some helper functions to create lists of strings used for
12627         blacklisting and other stuff.
12628         Refactor some code dealing with analysing the source.
12629         Re-enable sources without pads (like cd:// or other selfcontained
12630         elements).
12631
12632 2006-09-28  Wim Taymans  <wim@fluendo.com>
12633
12634         * gst-libs/gst/audio/gstbaseaudiosink.c:
12635         (gst_base_audio_sink_render):
12636         When we have a timestamp, we can still perform clipping.
12637         When we have no clock, we must play the sample ASAP.
12638
12639 2006-09-28  Wim Taymans  <wim@fluendo.com>
12640
12641         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12642         Set caps on outgoing buffers.
12643
12644         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12645         (gst_video_rate_event), (gst_video_rate_chain):
12646         * gst/videorate/gstvideorate.h:
12647         Fix videorate some more. Fixes #357977
12648
12649 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12650
12651         * tests/check/elements/adder.c: (adder_suite):
12652           Don't set timeout to 6 seconds when we're running
12653           in valgrind ... (and how is 6 seconds longer than
12654           the default anyway?)
12655
12656 2006-09-28  Wim Taymans  <wim@fluendo.com>
12657
12658         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12659         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12660         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12661         Keep sink and src segment to keep track of time and support more
12662         input formats.
12663         Fix bogus next_offset and run_time calculation, don't understand how
12664         this could have worked before. Fixes #357976.
12665         Remove some unneeded vars.
12666
12667 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12668
12669         * gst/playback/gstplaybin.c: (remove_sinks):
12670           Only remove visualisation from visbin if there is a visbin (or:
12671           don't throw warnings when closing totem without playing a file).
12672
12673 2006-09-27  Wim Taymans  <wim@fluendo.com>
12674
12675         * gst-libs/gst/audio/gstbaseaudiosink.c:
12676         (gst_base_audio_sink_render):
12677         Add some more info in a WARNING.
12678
12679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12680         (gst_base_audio_src_create):
12681         Handle PAUSE in create function, use new -core addition to
12682         wait for playing. Fixes pausing and resuming capture from an
12683         audiosrc.
12684
12685         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12686         (gst_ring_buffer_read):
12687         Constify some more.
12688         Caller supports interrupted reads now.
12689
12690 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12691
12692         * tests/check/Makefile.am:
12693           Another attempt to make the gen64 buildbot happy.
12694
12695 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12696
12697         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12698
12699         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12700         (gst_visual_chain), (gst_visual_change_state):
12701           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12702           correctly. Fixes #357800
12703
12704 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12705
12706         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12707           Add timeout to _get_state() so we see which pipeline it is
12708           that causes trouble on the gen64 build bot.
12709
12710 2006-09-27  Wim Taymans  <wim@fluendo.com>
12711
12712         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12713         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12714         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12715         (gst_base_rtp_depayload_set_gst_timestamp):
12716         the source pad always uses fixed caps.
12717
12718 2006-09-27  Wim Taymans  <wim@fluendo.com>
12719
12720         * docs/libs/gst-plugins-base-libs-docs.sgml:
12721         * docs/libs/gst-plugins-base-libs-sections.txt:
12722         * gst-libs/gst/audio/gstaudioclock.c:
12723         * gst-libs/gst/audio/gstaudioclock.h:
12724         * gst-libs/gst/audio/gstaudiosink.c:
12725         * gst-libs/gst/audio/gstaudiosink.h:
12726         * gst-libs/gst/audio/gstaudiosrc.c:
12727         * gst-libs/gst/audio/gstbaseaudiosink.c:
12728         (gst_base_audio_sink_render):
12729         * gst-libs/gst/audio/gstbaseaudiosink.h:
12730         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12731         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12732         * gst-libs/gst/audio/gstringbuffer.h:
12733         Added docs for the audio libs.
12734
12735 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12736
12737         * tests/check/Makefile.am:
12738           Temporarily disable test that fails on the bots for unknown reasons.
12739
12740 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12741
12742         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12743         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12744         Moved AudioCodecType into priv
12745         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12746
12747 2006-09-25  Wim Taymans  <wim@fluendo.com>
12748
12749         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12750         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12751         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12752         (new_pad):
12753         Cleanups and small leak fixes.
12754         Added Depayloaders to valid list of autopluggable elements.
12755
12756 2006-09-25  Wim Taymans  <wim@fluendo.com>
12757
12758         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12759         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12760         (gen_video_element), (gen_text_element), (gen_audio_element),
12761         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12762         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12763         Detect NO_PREROLL state change returns and disable clock distribution to
12764         the sinks so that sync is disabled.
12765         Avoid some type checking and do simple casts instead.
12766         Small cleanups, fix some FIXMEs.
12767         Be more robust when linking user specified elements, catch an report
12768         errors. Fixes #357404.
12769         Fix some leaks in the error paths.
12770
12771 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12772
12773         * ChangeLog:
12774           ChangeLog surgery for missing bug-number
12775
12776 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         Patch by: Peter Kjellerstedt  <pkj at axis com>
12779
12780         * gst/playback/test.c:
12781           Fix compilation with uClibc and -Werror (#357591).
12782
12783 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12784
12785         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12786           Parse dates that are followed by a time as well (#357532).
12787
12788         * tests/check/libs/tag.c: (test_vorbis_tags):
12789           Add unit test for this.
12790
12791 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12792
12793         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12794         (gst_audio_convert_transform_caps):
12795         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12796         * gst/videotestsrc/videotestsrc.h:
12797           A few array const-ifications.
12798
12799 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12800
12801         * tests/check/Makefile.am:
12802           See if this makes the build bots happy.
12803
12804         * tests/check/libs/cddabasesrc.c:
12805           UTF8-ise my name.
12806
12807 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12808
12809         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12810
12811         * gst/subparse/samiparse.c: (handle_start_font),
12812         (fix_invalid_entities):
12813           More case-insensitivity for certain tags; recognise entities with
12814           decimal codes as special entities as well (#357330).
12815
12816 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * gst-libs/gst/Makefile.am:
12819           Need to build tag directory before cdda.
12820
12821 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * docs/libs/gst-plugins-base-libs-sections.txt:
12824         * gst-libs/gst/cdda/Makefile.am:
12825         * gst-libs/gst/cdda/gstcddabasesrc.c:
12826         (gst_cdda_base_src_base_init):
12827         * gst-libs/gst/cdda/gstcddabasesrc.h:
12828         * gst-libs/gst/tag/tag.h:
12829         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12830         (gst_tag_register_musicbrainz_tags):
12831           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12832           depend on libgsttag. This is required so we can extract/read tags like
12833           DISCID without depending on libgstcddabasesrc (which used to register
12834           them).
12835
12836         * gst-libs/gst/tag/gstvorbistag.c:
12837           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12838           tags (also see #347848).
12839
12840         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12841           Log vorbis comments we are actually writing. Const-ify array.
12842
12843 2006-09-23  Wim Taymans  <wim@fluendo.com>
12844
12845         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12846         Improve buffering a bit by avoiding a deadlock because we cannot assume
12847         the underrun is always called.
12848
12849 2006-09-23  Wim Taymans  <wim@fluendo.com>
12850
12851         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12852
12853         * gst-libs/gst/riff/riff-ids.h:
12854         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12855         (gst_riff_create_audio_template_caps):
12856         Added MPEG-4 AAC and id and caps. Fixes #357289
12857         Added WMA9 Lossless id.
12858
12859 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * ext/gnomevfs/gstgnomevfssrc.c:
12862           Fix misleading docs addition.
12863
12864         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12865           Get rid of compiler warning the right way.
12866
12867 2006-09-22  Wim Taymans  <wim@fluendo.com>
12868
12869         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12870         (gst_base_rtp_depayload_finalize),
12871         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12872         (gst_base_rtp_depayload_push_full),
12873         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12874         (gst_base_rtp_depayload_process),
12875         (gst_base_rtp_depayload_set_gst_timestamp),
12876         (gst_base_rtp_depayload_queue_release):
12877         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12878         Small cleanups.
12879         Fix some leaks.
12880         Refactored the process method and added methods to push from the process
12881         vmethod.
12882         Use _scale functions.
12883         API: gst_base_rtp_depayload_push_ts
12884         API: gst_base_rtp_depayload_push
12885
12886         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12887         timestamps are uint.
12888
12889 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12890
12891         * gst-libs/gst/interfaces/xoverlay.c:
12892           Remove unused statement from doc example.
12893
12894 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12895
12896         * gst-libs/gst/interfaces/videoorientation.c:
12897         (gst_video_orientation_iface_init),
12898         (gst_video_orientation_get_hflip),
12899         (gst_video_orientation_get_vflip),
12900         (gst_video_orientation_get_hcenter),
12901         (gst_video_orientation_get_vcenter),
12902         (gst_video_orientation_set_hflip),
12903         (gst_video_orientation_set_vflip),
12904         (gst_video_orientation_set_hcenter),
12905         (gst_video_orientation_set_vcenter):
12906           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12907           in ChangeLog)
12908
12909 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12910
12911         * tests/check/Makefile.am:
12912         * tests/check/elements/.cvsignore:
12913         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12914         (create_rgb_conversions), (rgb_conversion_free),
12915         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12916         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12917           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12918           but disable for now since it doesn't pass (something wrong with
12919           RGBA somewhere).
12920
12921 2006-09-21  Wim Taymans  <wim@fluendo.com>
12922
12923         * gst/playback/gstplaybasebin.c: (group_commit),
12924         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12925         (queue_out_of_data), (gen_preroll_element),
12926         (preroll_remove_overrun), (probe_triggered):
12927         Refactor handling of overrun detection.
12928         Separate handling of group completion and deadlock detection when doing
12929         network buffering. This should fix some deadlocks that were not detected
12930         because the group was completed.
12931         Add more comments, improve debugging.
12932
12933 2006-09-21  Wim Taymans  <wim@fluendo.com>
12934
12935         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12936         * tests/check/libs/audio.c:
12937         Some more compilation fixes.
12938
12939 2006-09-21  Wim Taymans  <wim@fluendo.com>
12940
12941         * gst-libs/gst/audio/gstringbuffer.c:
12942         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12943         (gst_ring_buffer_read):
12944         Early morning compilation fix.
12945
12946 2006-09-20  Wim Taymans  <wim@fluendo.com>
12947
12948         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12949         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12950         * tests/check/elements/videorate.c: (GST_START_TEST):
12951         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12952         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12953         Fix some warnings.
12954
12955 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12956
12957         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12958         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12959         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12960           Handcrafted merge to help CVS understanding what I changed and what
12961           not.
12962
12963 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12964
12965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12966         (gst_xvimagesink_get_times):
12967           change colorkey behaviour back according to #354773 comment 6/7
12968
12969 2006-09-19  Michael Smith  <msmith@fluendo.com>
12970
12971         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12972         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12973         (gst_multi_fd_sink_recover_client),
12974         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12975         (gst_multi_fd_sink_get_property):
12976         * gst/tcp/gstmultifdsink.h:
12977           Implement stubbed out properties unit-type, units-soft-max,
12978           units-max, to allow specifying maximum sizes in units other than
12979           buffers.
12980           Fixes #355935
12981
12982 2006-09-19  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12985         (gst_riff_create_audio_template_caps):
12986         Reorder the audio formats a bit for clarity.
12987         Detect and create caps for MSGSM and MSN (WAV49).
12988         Fixes #356596.
12989
12990         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12991         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12992         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12993         Small cleanups, move error handling out of normal flow for clarity.
12994
12995 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12996
12997         * docs/libs/gst-plugins-base-libs-docs.sgml:
12998         * docs/libs/gst-plugins-base-libs.types:
12999         * gst-libs/gst/interfaces/Makefile.am:
13000         * gst-libs/gst/interfaces/videoorientation.c:
13001         (gst_video_orientation_get_type),
13002         (gst_video_orientation_iface_init),
13003         (gst_video_orientation_get_hflip),
13004         (gst_video_orientation_get_vflip),
13005         (gst_video_orientation_get_hcenter),
13006         (gst_video_orientation_get_vcenter),
13007         (gst_video_orientation_set_hflip),
13008         (gst_video_orientation_set_vflip),
13009         (gst_video_orientation_set_hcenter),
13010         (gst_video_orientation_set_vcenter):
13011         * gst-libs/gst/interfaces/videoorientation.h:
13012           API: Add new interface to control video orientation (fixes #354908)
13013
13014 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13015
13016         * gst/videotestsrc/gstvideotestsrc.c:
13017           Use G_UNLIKELY in _create and log one more detail.
13018           
13019         (gst_video_test_src_get_times), (gst_video_test_src_create):
13020         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13021           Use gst_util_uint64_scale_int in _get_times().
13022
13023 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13024
13025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13026           Give better warning message (add object and detail).
13027
13028 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13029
13030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13031         (gst_xvimagesink_get_times):
13032           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13033           #354773), use gst_util_uint64_scale_int in _get_times()
13034
13035 2006-09-18  Michael Smith  <msmith@fluendo.com>
13036
13037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13038           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13039           always true, leading to dropping all timestamps.
13040
13041 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13042
13043         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13044         (gst_visual_chain), (gst_visual_change_state):
13045           update to work also with libvisual 0.4 API, fix double unref (#355914)
13046           
13047         * tools/gst-launch-ext.1.in:
13048         * tools/gst-visualise.1.in:
13049           remove references to old man-pages
13050
13051         * tests/examples/seek/seek.c: (main):
13052           add real meadi-buttons, add tool-tips for the seek-options, arrange
13053           seek options in a table
13054
13055 2006-09-18  Michael Smith  <msmith@fluendo.com>
13056
13057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13058         (gst_ogg_mux_push_buffer):
13059           Don't generate out-of-order timestamps from oggmux, instead clamp
13060           output timestamps to be >= the previously output ts.
13061           Fixes #355595
13062
13063 2006-09-18  Michael Smith  <msmith@fluendo.com>
13064
13065         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13066         (gst_multi_fd_sink_class_init):
13067           Updates, fixes, and typo corrections for multifdsink. No functional
13068           changes.
13069
13070 2006-09-17  Michael Smith  <msmith@fluendo.com>
13071
13072         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13073           Don't crash on truncated files - check that we got an 8 byte buffer
13074           before trying to memcmp it.
13075
13076 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * gst/playback/gstplaybasebin.c: (get_active_source):
13079           Make stream-switching appear instant to the application
13080           (ie. make sure that a g_object_get on 'current-foo' returns
13081           the stream previously set with g_object_set(). Totem needs
13082           this to update stream-related meta-info (like audio-codec)
13083           correctly when switching streams.
13084
13085 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13086
13087         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13088         (gst_alsa_mixer_ensure_track_list):
13089           Try harder to guess which mixer track is the master mixer
13090           track (instead of just taking the first one that has a pvolume).
13091           Fixes #342228.
13092
13093 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13094
13095         reviewed by: <delete if not using a buddy>
13096
13097         * gst-libs/gst/audio/audio.h:
13098         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13099
13100 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13101
13102         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13103         (gst_audio_convert_transform_caps):
13104           Get structure-name just once.
13105
13106 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13107
13108         * tests/check/elements/audioresample.c: (GST_START_TEST):
13109         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13110         * tests/check/elements/volume.c: (GST_START_TEST):
13111         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13112         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13113         (test_pipeline), (GST_START_TEST):
13114         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13115         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13116           Fix big batch of compiler warnings.
13117
13118 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13119
13120         * ext/gnomevfs/gstgnomevfssrc.c:
13121           Add docs about icydemux usage in connection with gnomevfssrc
13122
13123         * ext/libvisual/visual.c:
13124         * ext/ogg/gstoggaviparse.c:
13125         * ext/ogg/gstoggdemux.c:
13126         * ext/ogg/gstoggmux.c:
13127         * ext/ogg/gstoggparse.c:
13128         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13129         * gst-libs/gst/audio/gstaudiosink.c:
13130         * gst-libs/gst/audio/gstaudiosrc.c:
13131         * gst/audiorate/gstaudiorate.c:
13132           More G_OBJECT macro fixing.
13133
13134         * gst/audiotestsrc/gstaudiotestsrc.h:
13135           Fix wrong info in header due to copy & paste
13136
13137 2006-09-15  Wim Taymans  <wim@fluendo.com>
13138
13139         * gst-libs/gst/audio/gstbaseaudiosink.c:
13140         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13141         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13142         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13143         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13144         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13145         Do the delay calculation in the source/sink base classes as this is
13146         specific for the capture/playback mode.
13147         Try to fixate a bit better, like round depth up to a multiple of 8
13148         bigger than width.
13149         Handle underruns correctly by marking DISCONT on buffers and adjusting
13150         timestamps to handle the gap.
13151         Set offset/offset_end correctly on buffers.
13152
13153         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13154         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13155         (gst_ring_buffer_read):
13156         Remove resync and underrun recovery from the ringbuffer.
13157         Fix ringbuffer read code on under/overrun.
13158
13159 2006-09-15  Wim Taymans  <wim@fluendo.com>
13160
13161         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13162         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13163         (queue_threshold_reached), (gst_play_base_bin_set_property),
13164         (gst_play_base_bin_get_property):
13165         * gst/playback/gstplaybasebin.h:
13166         Don't use a 0 low watermark when buffering, it is catching starvation
13167         way too late. Instead, use a 3 second queue with 30 and 95
13168         percent low/high watermarks. 
13169         Added queue-min-threshold property to configure low watermark.
13170         Use new _buffering message API.
13171         Make queue_threshold variable big enough to store a uint64 time value.
13172         API: playbin::queue-min-threshold property.
13173
13174 2006-09-15  Wim Taymans  <wim@fluendo.com>
13175
13176         * configure.ac:
13177         We require 0.10.10.1 now because of _wait_preroll().
13178
13179         * gst-libs/gst/audio/gstbaseaudiosink.c:
13180         (gst_base_audio_sink_render):
13181         Use gst_base_sink_wait_preroll().
13182
13183 2006-09-15  Wim Taymans  <wim@fluendo.com>
13184
13185         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13186         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13187         Use DEBUG_OBJECT more.
13188
13189 === release 0.10.10 ===
13190
13191 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13192
13193         patch by: Michael Smith <msmith at fluendo dot com>
13194
13195         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13196         (gst_multi_fd_sink_client_queue_buffer),
13197         (gst_multi_fd_sink_new_client):
13198         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13199         (multifdsink_suite):
13200           Fix implementation of sync-method 'next-keyframe'
13201           Closes #354594
13202
13203 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13204
13205         patch by: Wim Taymans <wim at fluendo dot com>
13206
13207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13208         This patch removes the RANDOM flag that was incorrectly introduced with
13209         revision 1.91.  Fixes #354590
13210
13211 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * tests/check/Makefile.am:
13214           Random variation in Makefile line to see if it makes the
13215           gen64-base-full bot any happier.
13216
13217 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13218
13219         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13220           Disable test that fails at the moment (killed after timeout).
13221
13222 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13223
13224         Patch by: James Livingston  <doclivingston at gmail.com>
13225
13226         * tests/check/Makefile.am:
13227         * tests/check/pipelines/.cvsignore:
13228         * tests/check/pipelines/oggmux.c: (get_page_codec),
13229         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13230         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13231         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13232         (test_theora_vorbis), (oggmux_suite):
13233           Add simple unit test for oggmux from #337026 with checking for the
13234           EOS flags disabled for the time being.
13235
13236 2006-09-04  Wim Taymans  <wim@fluendo.com>
13237
13238         patch by: Alessandro Dessina <alessandro nnva org>
13239
13240         * ext/ogg/gstoggmux.c:
13241         Add cmml caps to oggmux. Fixes #353912
13242
13243 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13244
13245         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13246           Returning a return value often helps. In this case, we
13247           don't need the return value anyway, so just get rid of it.
13248           Should make build bots much happier.
13249
13250 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13253         (paint_get_structure), (gst_video_test_src_get_size),
13254         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13255         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13256         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13257         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13258         * gst/videotestsrc/videotestsrc.h:
13259           Add support for AYUV and the various RGBA formats. Initialise
13260           fields of paintinfo structs allocated on the stack.
13261
13262         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13263         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13264         (check_rgb_buf), (videotestsrc_suite):
13265           Add unit tests for videotestsrc's RGB output.
13266
13267 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13268
13269         * gst/videotestsrc/gstvideotestsrc.c:
13270         (gst_video_test_src_pattern_get_type),
13271         (gst_video_test_src_set_pattern):
13272         * gst/videotestsrc/gstvideotestsrc.h:
13273         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13274         (gst_video_test_src_black), (gst_video_test_src_white),
13275         (gst_video_test_src_red), (gst_video_test_src_green),
13276         (gst_video_test_src_blue):
13277         * gst/videotestsrc/videotestsrc.h:
13278           Add more uni-colour patterns ("white", "red", "green", and "blue").
13279
13280 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13281
13282         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13283           Fix stride for YVYU, should be word-aligned (#353658).
13284
13285 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13286
13287         * gst/adder/gstadder.c: (gst_adder_src_event):
13288           Fix build.
13289
13290 2006-08-31  Edward Hervey  <edward@fluendo.com>
13291
13292         * gst/adder/gstadder.c: (forward_event_func),
13293         (gst_adder_src_event), (gst_adder_collected),
13294         (gst_adder_change_state):
13295         * gst/adder/gstadder.h:
13296         Remember the start position asked in the incoming seeks, so we can
13297         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13298         of assuming it will always be 0).
13299
13300 2006-08-31  Edward Hervey  <edward@fluendo.com>
13301
13302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13303         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13304         (gst_ogg_demux_loop):
13305         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13306
13307 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13308
13309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13310         (gst_ffmpegcsp_get_unit_size):
13311           Return FALSE instead of returning a random false unit
13312           size when the format isn't known/supported (even if
13313           this shouldn't happen under normal circumstances).
13314
13315 2006-08-29  Wim Taymans  <wim@fluendo.com>
13316
13317         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13318
13319         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13320         (gst_gnome_vfs_src_start):
13321         Try harder to get the size from a uri by using _info_uri() when
13322         _info_from_handle() does not give us enough info. 
13323         Also follow symlinks when getting the size.
13324         Partially Fixes #332864.
13325
13326 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13327
13328         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13329
13330         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13331         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13332         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13333         (gst_alsa_mixer_set_record):
13334         * ext/alsa/gstalsamixertrack.c:
13335         (gst_alsa_mixer_track_update_alsa_capabilities),
13336         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13337         (gst_alsa_mixer_track_update):
13338         * ext/alsa/gstalsamixertrack.h:
13339           Improve and fix mixer track handling, in particular better handling
13340           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13341           separate track objects for tracks that have both capture and playback
13342           volume (and label them differently as well so they're not mistakenly
13343           assumed to be duplicates); classify mixer tracks that only affect
13344           the audible volume of something (rather than the capture volume)
13345           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13346           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13347           (following the meaning documented in the mixer interface header
13348           file); add support for alsa's exclusive cswitch groups; update/sync
13349           state/flags better if mixer settings are changed by another
13350           application. Fixes #336075.
13351
13352 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13353
13354         * gst/playback/gstplaybin.c:
13355           Improve docs: add section about BUFFERING messages sent by playbin.
13356
13357 2006-08-29  Michael Smith  <msmith@fluendo.com>
13358
13359         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13360         (gst_vorbis_enc_buffer_check_discontinuous),
13361         (gst_vorbis_enc_chain):
13362           Ignore explicit DISCONT marked on buffers (which is often spurious,
13363           particularly when using multiple segments), in favour of solely
13364           using the timestamps/durations.
13365
13366 2006-08-29  Edward Hervey  <edward@fluendo.com>
13367
13368         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13369         Don't rely on incoming buffers offset anymore, since it is completely
13370         broken when using multiple segments.
13371         Instead convert the incoming buffers timestamp to running time, and
13372         then convert that value to the offsets.
13373         Also inform GstSegment of the last outputted stop position, which is
13374         needed if we received several segments with an unknown stop value.
13375
13376 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13377
13378         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13379           fix buffer unreffing on a header push failure
13380
13381 2006-08-28  Wim Taymans  <wim@fluendo.com>
13382
13383         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13384         (gst_audio_rate_chain):
13385         Make the metadata of the buffer writable before changing its
13386         flags.
13387
13388 2006-08-28  Wim Taymans  <wim@fluendo.com>
13389
13390         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13391         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13392         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13393         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13394         Fix audiorate some more.
13395         Reset and resync counters on flush and READY.
13396         Handle the DISCONT flag correctly.
13397         Use GstSegment to track position.
13398         Fail when not negotiated.
13399         Fixes #353234.
13400
13401 2006-08-25  Michael Smith  <msmith@fluendo.com>
13402
13403         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13404           Fix spelling.
13405           Remove accidently included debug line.
13406
13407 2006-08-25  Wim Taymans  <wim@fluendo.com>
13408
13409         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13410         Small cleanups.
13411         If a buffer is received with no caps, make the buffer metadata
13412         writable and set the caps, making sure that we don't screw up the
13413         refcounts.
13414
13415 2006-08-25  Michael Smith  <msmith@fluendo.com>
13416
13417         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13418         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13419           Fix memory leaks and misleading debug messages, add a couple of
13420           comments.
13421
13422         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13423         (gst_multi_fd_sink_render):
13424           Do not use gst_buffer_make_writable() in a basesink render method,
13425           as it may incorrectly unref the buffer. Instead, use convoluted
13426           dance to avoid copying the buffer except when we need to.
13427
13428 2006-08-25  Michael Smith  <msmith@fluendo.com>
13429
13430         * ext/vorbis/vorbisenc.c:
13431         (gst_vorbis_enc_buffer_check_discontinuous):
13432           Allow very small discontinuities in the timestamps. These we can't
13433           do anything useful with anyway (because vorbis's timestamps have
13434           only sample granularity), and are commonly produced by elements with
13435           minor bugs. Allow up to 1/2 a sample out.
13436           Fixes #351742.
13437
13438 2006-08-24  Wim Taymans  <wim@fluendo.com>
13439
13440         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13441         (play_scrub_toggle_cb), (main):
13442         Add a checkbox to enable play scrubbing. Makes it possible to disable
13443         normal scrubbing.
13444
13445 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13446
13447         * tests/check/elements/.cvsignore:
13448           make buildbot happy
13449
13450 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13451
13452         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13453         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13454         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13455         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13456         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13457         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13458         (gst_ogm_text_parse_strip_trailing_zeroes),
13459         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13460         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13461           Refactor ogm parse, do better input checking, misc. clean-ups.
13462           Cache incoming events and push them once the source pad has
13463           been created. Don't pass unterminated strings to sscanf().
13464           Strip trailing zeroes from subtitle text output, since they
13465           are not valid UTF-8. Don't push vorbiscomment packets on
13466           the subtitle text pad. Output perfect streams if possible.
13467
13468 2006-08-23  Wim Taymans  <wim@fluendo.com>
13469
13470         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13471         Waits for tasks to settle down so that we clean up correctly for 
13472         valgrind.
13473
13474 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13475
13476         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13477           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13478           actually return return value in taglists_are_equal.
13479
13480 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13481
13482         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13483           Fix crash due to broken bitstream parsing on x86-64: can't make
13484           any assumptions about sizeof(struct) due to alignment/packing
13485           differences on different architectures. Fixes #351790.
13486
13487 2006-08-22  Wim Taymans  <wim@fluendo.com>
13488
13489         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13490         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13491         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13492         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13493         (gst_riff_parse_info):
13494         Protect public functions against bad input.
13495         Do some cleanups.
13496         Fix documentation.
13497
13498 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13499
13500         * gst-libs/gst/riff/riff-ids.h:
13501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13502           Add voxware audio IDs (even if we can't play it) (#351795).
13503
13504 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13505
13506         * gst-libs/gst/riff/riff-media.c:
13507         (gst_riff_create_video_template_caps),
13508         (gst_riff_create_audio_template_caps),
13509         (gst_riff_create_iavs_template_caps):
13510           Const-ify some arrays and use G_N_ELEMENTS instead
13511           of wasting oodles of RAM on terminator bits.
13512
13513 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13514
13515         * gst-libs/gst/tag/gstvorbistag.c:
13516         (gst_tag_list_to_vorbiscomment_buffer):
13517         * tests/check/libs/tag.c: (GST_START_TEST):
13518           And the same for _to_vorbiscomment_buffer(): allow
13519           id_data_len == 0 for speex.
13520
13521 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13522
13523         * configure.ac:
13524         * docs/plugins/Makefile.am:
13525         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13526         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13527         * docs/plugins/inspect/plugin-gdp.xml:
13528         * gst/gdp/Makefile.am:
13529         * tests/check/Makefile.am:
13530           Move GDP plugin to -base from -bad.  Closes #347783.
13531
13532 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13533
13534         * gst-libs/gst/tag/gstvorbistag.c:
13535         (gst_tag_list_from_vorbiscomment_buffer):
13536           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13537           Also add some checks to make sure we don't memcmp() beyond the end of
13538           vorbiscomment buffer if the ID to check for is larger than the buffer.
13539
13540         * tests/check/libs/tag.c: (GST_START_TEST):
13541           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13542
13543 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13546         (gst_vorbis_enc_set_metadata):
13547           Use vorbis comment utility functions from libgsttag
13548           instead of re-inventing the wheel (partially fixes #347091).
13549
13550 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13551
13552         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13553         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13554         as some that won't.
13555
13556 2006-08-21  Wim Taymans  <wim@fluendo.com>
13557
13558         * docs/libs/Makefile.am:
13559         * docs/libs/gst-plugins-base-libs-sections.txt:
13560         * docs/libs/gst-plugins-base-libs.types:
13561         Don't try to GObject scan the netbuffer as it's not a GObject.
13562         Fixes #351308.
13563
13564         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13565         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13566         Document GstNetBuffer.
13567
13568 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13569
13570         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13571         (audioconvert_suite):
13572           Add testcase for caps-size-explosion
13573
13574 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13575
13576         * gst/audioconvert/gstaudioconvert.c:
13577         (gst_audio_convert_get_unit_size), (set_structure_widths):
13578           Lower debug, use g_assert in _get_unit_size
13579
13580         * gst/audioresample/gstaudioresample.c:
13581         (audioresample_get_unit_size):
13582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13583         (gst_ffmpegcsp_get_unit_size):
13584         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13585           use g_assert in _get_unit_size
13586
13587 2006-08-18  Wim Taymans  <wim@fluendo.com>
13588
13589         * docs/libs/gst-plugins-base-libs-sections.txt:
13590         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13591         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13592         (gst_rtp_buffer_get_payload_buffer):
13593         * gst-libs/gst/rtp/gstrtpbuffer.h:
13594         Document GstRTPBuffer.
13595         Added function to efficiently strip payload headers.
13596         API: gst_rtp_buffer_get_payload_subbuffer()
13597
13598 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13599
13600         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13601         (gst_tag_to_vorbis_comments):
13602           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13603           tags and deserialise them properly as well (#347091).
13604           Add some more gtk-doc blurbs and also some g_return_if_fail().
13605
13606         * tests/check/libs/tag.c: (GST_START_TEST),
13607         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13608           More tests.
13609
13610 2006-08-17  Wim Taymans  <wim@fluendo.com>
13611
13612         * ext/ogg/Makefile.am:
13613         * ext/ogg/gstogg.c: (plugin_init):
13614         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13615         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13616         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13617         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13618         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13619         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13620         Added ogg-in-avi parser element. Fixes #140139.
13621
13622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13623         Fixed a bug in oggdemux debug code.
13624
13625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13626         (gst_riff_create_audio_template_caps):
13627         Recognise Ogg in the AVI extensible wave format.
13628
13629 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13630
13631         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13632           Make buffer durations add up (duration should be next_ts-ts for
13633           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13634           from CVS.
13635
13636         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13637         (test_buffer_timestamps), (cddabasesrc_suite):
13638           Add unit test for the above.
13639
13640         * tests/check/Makefile.am:
13641           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13642           to see what happens.
13643
13644 2006-08-16  Wim Taymans  <wim@fluendo.com>
13645
13646         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13647         (gst_alsasink_open):
13648         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13649         (gst_alsasrc_open):
13650         Avoid setting and using a NULL device name.
13651         Print more info when we fail to open a device.
13652
13653 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * docs/libs/gst-plugins-base-libs-sections.txt:
13656         * gst-libs/gst/tag/tag.h:
13657         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13658           API: add gst_tag_parse_extended_comment() (#351426).
13659
13660         * tests/check/Makefile.am:
13661         * tests/check/libs/.cvsignore:
13662         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13663           Add unit test for gst_tag_parse_extended_comment().
13664
13665 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13666
13667         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13669           Fix leak (#351502).
13670
13671 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13672
13673         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13674         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13675         * docs/plugins/gst-plugins-base-plugins.args:
13676         * gst/playback/gstplaybin.c:
13677           Document playbin.
13678           
13679         * docs/plugins/inspect/plugin-adder.xml:
13680         * docs/plugins/inspect/plugin-alsa.xml:
13681         * docs/plugins/inspect/plugin-audioconvert.xml:
13682         * docs/plugins/inspect/plugin-audiorate.xml:
13683         * docs/plugins/inspect/plugin-audioresample.xml:
13684         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13685         * docs/plugins/inspect/plugin-cdparanoia.xml:
13686         * docs/plugins/inspect/plugin-decodebin.xml:
13687         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13688         * docs/plugins/inspect/plugin-gnomevfs.xml:
13689         * docs/plugins/inspect/plugin-ogg.xml:
13690         * docs/plugins/inspect/plugin-pango.xml:
13691         * docs/plugins/inspect/plugin-playbin.xml:
13692         * docs/plugins/inspect/plugin-subparse.xml:
13693         * docs/plugins/inspect/plugin-tcp.xml:
13694         * docs/plugins/inspect/plugin-theora.xml:
13695         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13696         * docs/plugins/inspect/plugin-video4linux.xml:
13697         * docs/plugins/inspect/plugin-videorate.xml:
13698         * docs/plugins/inspect/plugin-videoscale.xml:
13699         * docs/plugins/inspect/plugin-videotestsrc.xml:
13700         * docs/plugins/inspect/plugin-volume.xml:
13701         * docs/plugins/inspect/plugin-vorbis.xml:
13702         * docs/plugins/inspect/plugin-ximagesink.xml:
13703         * docs/plugins/inspect/plugin-xvimagesink.xml:
13704           Update to CVS version.
13705
13706 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13707
13708         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13709         (gst_play_bin_set_property), (gst_play_bin_get_property),
13710         (value_list_append_structure_list),
13711         (gst_play_bin_handle_redirect_message),
13712         (gst_play_bin_handle_message):
13713           API: GstPlayBin::connection-speed
13714           Add "connection-speed" property; re-order redirect messages with
13715           multiple redirect locations depending on the minimum bitrate if
13716           that information is available and a connection speed is set
13717           (#350399).
13718
13719 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13720
13721         * gst/playback/gstplaybin.c:
13722           Update max volume to the same value that the volume element uses.
13723
13724 2006-08-14  Wim Taymans  <wim@fluendo.com>
13725
13726         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13727         Less uglyness..
13728
13729 2006-08-14  Wim Taymans  <wim@fluendo.com>
13730
13731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13732         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13733         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13734         Add some more debug info.
13735         Don't crash when a seek failed.
13736         Actually return the result of the seek instead of TRUE.
13737         Ignore multiple BOS pages with the same serial so that we don't create
13738         the same stream multiple times.
13739         Post an error when we fail to do the initial seek.
13740
13741 2006-08-13  Wim Taymans  <wim@fluendo.com>
13742
13743         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13744         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13745         Small code cleanup.
13746
13747         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13748         (gst_alsa_mixer_new):
13749         Remove hack that always set the device to hw:0*.
13750         Properly find the card name for whatever device was configured.
13751         Do some better debugging.
13752         Fixes #350784.
13753
13754         * ext/alsa/gstalsamixerelement.c:
13755         (gst_alsa_mixer_element_set_property),
13756         (gst_alsa_mixer_element_change_state):
13757         Cleanups.
13758         Handle setting of a NULL device name better.
13759
13760 2006-08-11  Wim Taymans  <wim@fluendo.com>
13761
13762         * gst/adder/gstadder.c:
13763         Don't clip float values. Fixes #350900.
13764
13765 2006-08-11  Andy Wingo  <wingo@pobox.com>
13766
13767         * gst/tcp/gsttcp.c: Really fix the build?
13768
13769         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13770         fixes the build.
13771
13772 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13773
13774         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13775           Float caps shouldn't have a "signed" field.
13776
13777 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13780           Implement SEEKING query in its most basic form, so that we can
13781           at least check if we're seekable or not (#350655).
13782
13783 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13784
13785         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13786           The checks here are not even close to anything that would
13787           justify MAXIMUM probability, lowering to POSSIBLE until someone
13788           fixes the checks (case at hand: quicktime redirection files
13789           might start with 00 00 01 XX and pass the checks here just
13790           fine, see #350399).
13791
13792 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         Patch by: Sjoerd Simons  <sjoerd at luon net>
13795
13796         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13797           Better detection for multipart/x-mixed-replace: accept leading
13798           whitespaces before the boundary marker as well (as our very own
13799           multipartmux used to produce) (#349068).
13800
13801 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         Patch by: Young-Ho Cha  <ganadist at chollian net>
13804
13805         * gst-libs/gst/riff/riff-ids.h:
13806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13807         (gst_riff_create_audio_template_caps):
13808           Detect DTS audio streams (#350157).
13809
13810 2006-08-05  Andy Wingo  <wingo@pobox.com>
13811
13812         * ext/theora/gsttheoraparse.h:
13813         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13814         (theora_parse_dispose, theora_parse_set_property)
13815         (theora_parse_get_property, theora_parse_munge_granulepos)
13816         (theora_parse_push_buffer, theora_parse_change_state):
13817         API: GstTheoraParse::synchronization-points
13818         Add a property 'synchronization-points' to fix badly synchronized oggs.
13819
13820 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         * tests/check/Makefile.am:
13823         * tests/check/libs/.cvsignore:
13824         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13825         (fixed_caps_have_channel_positions), (GST_START_TEST),
13826         (audio_suite), (main):
13827           Add a few tests for the channel position stuff in libgstaudio.
13828
13829 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13830
13831         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13832         (gst_alsa_detect_channels):
13833         * ext/alsa/gstalsasink.c:
13834           Add support for cards that (only) do more than 8 channels,
13835           like the Delta 44 (#345188).
13836
13837         * gst-libs/gst/audio/multichannel.c:
13838         (gst_audio_check_channel_positions):
13839         * gst-libs/gst/audio/multichannel.h:
13840           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13841           unspecified channel position and cannot be combined with any
13842           of the other audio channel positions; adjust position layout
13843           checks accordingly (#345188).
13844
13845 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13846
13847         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13848           Recognise ancient RealAudio files (see #349779).
13849
13850 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13851
13852         Patch by: Jens Granseuer  <jensgr at gmx net>
13853
13854         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13855           Add typefinder for Interplay's MVE format (#348973).
13856
13857 2006-08-02  Wim Taymans  <wim@fluendo.com>
13858
13859         Patch by: Marcel Moreaux <marcelm at luon dot net>
13860
13861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13862         (gst_base_rtp_depayload_add_to_queue):
13863         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13864         Handle RTP sequence number rollover.
13865         Disable jitterbuffer by default.
13866
13867 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13868
13869         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13870         (audioresample_set_caps):
13871         Don't leak references to the incoming caps. Clean them up when
13872         stopping.
13873
13874         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13875         (gst_video_scale_finalize):
13876         Don't leak our temporary pixel buffer.
13877
13878         * tests/check/Makefile.am:
13879         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13880         (GST_START_TEST), (simple_launch_lines_suite):
13881
13882         Fix leaks and re-enable the test for valgrind checking.
13883
13884 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         Patch by: Sjoerd Simons  <sjoerd at luon net>
13887
13888         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13889         (plugin_init):
13890           Add typefind function for multipart/x-mixed-replace (#348916).
13891
13892 2006-07-28  Wim Taymans  <wim@fluendo.com>
13893
13894         * gst/adder/gstadder.c: (gst_adder_setcaps),
13895         (gst_adder_query_duration):
13896         Fix leak in duration query.
13897         Reflow some docs and notes.
13898
13899 2006-07-28  Michael Smith  <msmith@fluendo.com>
13900
13901         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13902         (vorbisenc_suite):
13903           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13904           aspect of it.
13905
13906 2006-07-28  Michael Smith  <msmith@fluendo.com>
13907
13908         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13909         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13910         (gst_vorbis_enc_push_buffer),
13911         (gst_vorbis_enc_buffer_check_discontinuous),
13912         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13913         * ext/vorbis/vorbisenc.h:
13914           Handle discontinuities in the input vorbis stream correctly,
13915           so that the output is properly timestamped (and has good granulepos
13916           values). Needs some oggmux fixes too.
13917
13918 2006-07-27  Wim Taymans  <wim@fluendo.com>
13919
13920         patch by: Kai Vehmanen <kv2004 eca cx>
13921
13922         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13923         (gst_base_rtp_depayload_chain),
13924         (gst_base_rtp_depayload_handle_sink_event),
13925         (gst_base_rtp_depayload_change_state):
13926         Don't send multiple newsegments with different formats.
13927         Fixes #348677.
13928
13929 2006-07-26  Wim Taymans  <wim@fluendo.com>
13930
13931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13932         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13933         Make seeking in ogg more accurate again by doing the more correct
13934         granuletime to stream time conversion.
13935
13936 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13937
13938         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13939         (gst_multi_fd_sink_new_client):
13940           debug a little more understandably
13941           do not use goto as a substitute for break, especially if
13942           break is also being used
13943
13944 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13945
13946         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13947         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13948           Remove GLib-2.6 compatibility cruft.
13949
13950 2006-07-24  Wim Taymans  <wim@fluendo.com>
13951
13952         * gst-libs/gst/audio/gstbaseaudiosink.c:
13953         (gst_base_audio_sink_render):
13954         Don't try to align a sample to an unknown value.
13955
13956 2006-07-24  Wim Taymans  <wim@fluendo.com>
13957
13958         * gst-libs/gst/audio/gstbaseaudiosink.c:
13959         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13960         When the audio clock is slaved to another clock, never try to align
13961         samples but trust the rate interpolation algorithm.
13962
13963 2006-07-24  Wim Taymans  <wim@fluendo.com>
13964
13965         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13966         Don't try to calculate silence samples, base class does this much
13967         better now.
13968
13969         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13970         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13971         (gst_ring_buffer_acquire):
13972         Calculate silence samples correctly.
13973
13974         * gst-libs/gst/audio/gstringbuffer.h:
13975         Add _CAST macro.
13976
13977 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13978
13979         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13980           Limit search for the first markup tag to the first few kB of
13981           the file. If we don't find one there, it's highly unlikely that
13982           this is an XML(-ish) file.
13983
13984 2006-07-21  Andy Wingo  <wingo@pobox.com>
13985
13986         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13987         test to the one in vorbisenc. Also commented out.
13988
13989         * tests/check/pipelines/vorbisenc.c: 
13990         (test_discontinuity): New test, commented out until Mike lands
13991         some elite vorbisenc patches.
13992
13993         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13994         Bufferstraw was actually factored out of these tests. Now we share
13995         code yay.
13996
13997         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13998         for bufferstraw addition to gstcheck.
13999
14000 2006-07-21  Wim Taymans  <wim@fluendo.com>
14001
14002         * ext/theora/theoradec.c: (clip_buffer):
14003         Better clipping.
14004
14005 2006-07-21  Wim Taymans  <wim@fluendo.com>
14006
14007         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14008         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14009         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14010         Fix leak.
14011         Avoid type casting when we can.
14012
14013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14014         Fix mem leak.
14015
14016 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14017
14018         * ext/alsa/gstalsamixerelement.c:
14019         (gst_alsa_mixer_element_change_state):
14020           Make state change fail if the specified device can't be opened
14021           for some reason.
14022
14023 2006-07-20  Wim Taymans  <wim@fluendo.com>
14024
14025         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14026         (cb_newpad), (main):
14027         Example of a small audio/video player using decodebin.
14028
14029 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14030
14031         * gst-libs/gst/riff/riff-ids.h:
14032           Add 'fact' chunk id
14033
14034 2006-07-19  Wim Taymans  <wim@fluendo.com>
14035
14036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14037         (gst_base_rtp_depayload_chain),
14038         (gst_base_rtp_depayload_change_state):
14039         Don't assert when not negotiated but post a meaningfull 
14040         error message. Fixes #347918.
14041
14042         * gst-libs/gst/rtp/gstbasertppayload.c:
14043         Add comment about better default MTU size.
14044
14045         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14046         Small cleanups, start docs.
14047
14048 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14049
14050         Patch by: Martin Szulecki
14051
14052         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14053           If "device-name" is requested and the device is not
14054           open, try to temporarily open it to obtain this
14055           information (#342494).
14056
14057 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14058
14059         * gst-libs/gst/tag/gstid3tag.c:
14060           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14061
14062         * gst-libs/gst/tag/gsttageditingprivate.h:
14063         * gst-libs/gst/tag/gstvorbistag.c:
14064           Some more random const-ifications.
14065
14066 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14067
14068         * gst-libs/gst/riff/riff-ids.h:
14069         * gst-libs/gst/riff/riff-media.c:
14070         (gst_riff_create_video_template_caps):
14071           Add more FOURCCs (sort list to make stuff easier to find),
14072           add comment what those 16 bytes in struct _gst_riff_strh according to
14073           one avi-dumper are
14074
14075 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14076
14077         * gst-libs/gst/audio/multichannel.c:
14078         (gst_audio_check_channel_positions),
14079         (gst_audio_fixate_channel_positions):
14080           Const-ify two arrays.
14081
14082 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14083
14084         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14085           Fix typo, so that alsasink also advertises 8 channels
14086           if that's supported (tags: can, worms, open, alsa, ph34r).
14087
14088 2006-07-17  Wim Taymans  <wim@fluendo.com>
14089
14090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14091         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14092         *sigh*, when is the compiler going to warn when the comments
14093         are out-of-sync with the code.. Refix case of busted theora
14094         headers with 0 granule pos.
14095
14096 2006-07-14  Wim Taymans  <wim@fluendo.com>
14097
14098         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14099         (gst_base_rtp_depayload_wait),
14100         (gst_base_rtp_depayload_change_state),
14101         (gst_base_rtp_depayload_set_property),
14102         (gst_base_rtp_depayload_get_property):
14103         Fix 99% cpu load by waiting for absolute times on the
14104         clock. Fixes #347300.
14105
14106 2006-07-14  Andy Wingo  <wingo@pobox.com>
14107
14108         * ext/theora/gsttheoraparse.h: 
14109         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14110         (theora_parse_push_headers, theora_parse_clear_queue)
14111         (theora_parse_drain_queue_prematurely, )
14112         (theora_parse_sink_event, theora_parse_change_state): Queue events
14113         until we initialized our state, like in vorbisparse.
14114
14115         * ext/vorbis/vorbisparse.h: 
14116         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14117         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14118         (vorbis_parse_drain_queue_prematurely, )
14119         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14120         until we have initialized our state. Fixes seeking after an
14121         initial pad block.
14122
14123 2006-07-14  Andy Wingo  <wingo@pobox.com>
14124
14125         Patch by: Iain Holmes <iaingnome@gmail.com>
14126         
14127         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14128
14129 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14130
14131         * configure.ac:
14132         Bump nano back to CVS
14133
14134 === release 0.10.9 ===
14135
14136 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14137
14138         * configure.ac:
14139           releasing 0.10.9, "I walk the line"
14140
14141 2006-07-14  Michael Smith  <msmith@fluendo.com>
14142
14143         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14144           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14145           (commonly happens when running this test under valgrind) when trying
14146           to remove the buffer probe.
14147
14148 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14149
14150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14151         Fix missing g_unlock from the previous commit
14152
14153 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14154
14155         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14156         (gst_ximagesink_change_state):
14157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14158         (gst_xvimagesink_change_state):
14159         Implement a locking order to ensure we always take the object lock
14160         before the x_lock and never vice-versa.
14161
14162 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14163
14164         * gst/playback/gstdecodebin.c: (find_compatibles):
14165         Fix a caps leak when linking (#347304)
14166
14167         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14168         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14169         (gst_ximagesink_change_state):
14170         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14171         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14172         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14173         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14174         Don't leak shared memory resources. Use the object lock to protect
14175         against the xcontext disappearing while returning a buffer from the
14176         pipeline. (#347304)
14177
14178 2006-07-12  Edward Hervey  <edward@fluendo.com>
14179
14180         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14181         (vorbis_handle_comment_packet):
14182         gst_tag_list_merge() returns a new object. Take that into account when
14183         using it. This avoids memleak.
14184         Revert previous commit which is not needed.
14185
14186 2006-07-12  Edward Hervey  <edward@fluendo.com>
14187
14188         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14189         Reset the decoder in finalize so that all fields get cleared.
14190
14191 2006-07-12  Wim Taymans  <wim@fluendo.com>
14192
14193         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14194         (gst_base_audio_src_set_clock),
14195         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14196         Don't try to post an error message when setting the clock fails
14197         as this can happen when adding an element to a bin which will then
14198         deadlock. Fixes #347296.
14199
14200 2006-07-12  Edward Hervey  <edward@fluendo.com>
14201
14202         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14203         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14204         (vorbis_handle_type_packet):
14205         Post tag messages on the bus even if we're not initialized.
14206         If we're not initialized, we still postpone the event pushing of tags.
14207
14208 2006-07-12  Wim Taymans  <wim@fluendo.com>
14209
14210         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14211         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14212         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14213         Revert last two changes that broke the freeze.
14214
14215 2006-07-12  Wim Taymans  <wim@fluendo.com>
14216
14217         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14218         basesink calculates silence sample correctly for us.
14219
14220 2006-07-12  Wim Taymans  <wim@fluendo.com>
14221
14222         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14223         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14224         Calculate correct silence samples so we don't fill our ringbuffer
14225         with noise.
14226
14227 2006-07-12  Edward Hervey  <edward@fluendo.com>
14228
14229         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14230         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14231         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14232         * ext/vorbis/vorbisdec.h:
14233         Delay sending events (newsegment, tags) until the decoder is properly
14234         initialized.
14235         Fixes #347295
14236
14237 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14238
14239         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14240         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14241           Patch from #347221 adding a test for audioconvert
14242           channel remappings.
14243
14244 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14245
14246         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14247         (gst_ssa_parse_parse_line):
14248           Don't include the terminating NUL in the buffer size,
14249           it's only there for extra paranoia (would add random
14250           '*' characters at the end of each subtitle since the
14251           terminator itself is not valid UTF-8 technically).
14252           Also fix indenting after boilerplate macro.
14253
14254 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14255
14256         * gst/playback/gstdecodebin.c: (close_pad_link):
14257           Also emit 'unknown-type' signal (which should really be
14258           called unhandled-type) if we found potential decoders/demuxers
14259           in the registry but none of them worked in the end (as in the
14260           case where the plugins don't exist any longer but are still
14261           listed in the registry). Fixes #329798.
14262
14263 2006-07-08  Andy Wingo  <wingo@pobox.com>
14264
14265         * theoraparse.c (theora_parse_push_buffer)
14266         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14267         Add some more debugging. Fix granulepos reconstruction in the face
14268         of discontinuities.
14269
14270 2006-07-06  Wim Taymans  <wim@fluendo.com>
14271
14272         * gst-libs/gst/audio/gstbaseaudiosink.c:
14273         (gst_base_audio_sink_class_init),
14274         (gst_base_audio_sink_provide_clock):
14275         Use gobject_class instead of G_OBJECT_CLASS (klass)
14276
14277         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14278         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14279         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14280         (gst_base_audio_src_get_time),
14281         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14282         (gst_base_audio_src_create_ringbuffer):
14283         Fix latency and buffer-time constants and properties ala basesink.
14284         Implement pull based scheduling. Fixes #346527.
14285         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14286         one segment.
14287         Refuse slaving to another clock instead of silently not working.
14288         Only provide a clock when we are actually able to do so.
14289         Various small cleanups and compiler hints.
14290
14291 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14292
14293         Patch by: Lutz Mueller <lutz at topfrose de>
14294
14295         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14296         (plugin_init):
14297           Add typefinding for text/html (#346581).
14298
14299 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14300
14301         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14302         (xml_check_first_element), (xml_type_find), (smil_type_find):
14303           Fix SMIL typefinding, make xml_check_first_element() more
14304           useful.
14305
14306 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14307
14308         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14309         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14310         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14311         * gst/playback/gstplaybasebin.h:
14312           Protect list of elements with a subtitle-encoding property and
14313           the subtitle encoding member itself with a lock of their own
14314           instead of using the object lock. This prevents a dead-lock in
14315           the element-remove callback in some circumstances when shutting
14316           down playbin.
14317
14318 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14319
14320         * win32/common/libgsttag.def:
14321         Export some new functions.
14322         * win32/vs6/libgstogg.dsp:
14323         Add a link to libgsttag-0.10.lib.
14324
14325 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14326
14327         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14328           Some const-ification.
14329
14330 2006-07-04  Wim Taymans  <wim@fluendo.com>
14331
14332         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14333         Improve checking if we are dealing with a stream. Added some
14334         more uris that need buffering.
14335
14336 2006-07-03  Edward Hervey  <edward@fluendo.com>
14337
14338         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14339         Remove unused variable.
14340
14341 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14342
14343         * Makefile.am:
14344           include lcov.mak
14345         * configure.ac:
14346           add GCOV_LIBS to GST_LIBS
14347
14348 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14351
14352         * ext/alsa/gstalsasrc.c:
14353           Add 32 bps to template caps and increase channels range
14354           from [1,2] to [1,MAX]. See #346326.
14355
14356 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14357
14358         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14359           Recognise 'WMVA' video codec fourcc (#345879).
14360           
14361 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14362          
14363         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14364           Fixed nasty memory leak
14365
14366 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14367
14368         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14369         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14370           fix logging
14371
14372 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14373
14374         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14375         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14376         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14377         Protect remove_fakesink using a mutex, so that we don't try and
14378         remove the fakesink simultaneously from multiple threads.
14379
14380         When going from READY to PAUSED, restore the fakesink, so that
14381         it is there when decodebin gets reused.
14382
14383 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14384
14385         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14387         * gst-libs/gst/rtp/gstbasertppayload.c:
14388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14389         * gst/tcp/gstmultifdsink.c:
14390         * gst/tcp/gsttcpclientsink.c:
14391         * gst/tcp/gsttcpclientsrc.c:
14392         * gst/tcp/gsttcpserversink.c:
14393         * gst/tcp/gsttcpserversrc.c:
14394         * gst/videorate/gstvideorate.c:
14395         * gst/videotestsrc/gstvideotestsrc.c:
14396         * sys/v4l/gstv4ljpegsrc.c:
14397         * sys/v4l/gstv4lmjpegsink.c:
14398         * sys/v4l/gstv4lsrc.c:
14399         * tests/examples/seek/scrubby.c:
14400         * tests/examples/seek/seek.c:
14401           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14402
14403 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14406           Second field in GEnumValue shouldn't be a description,
14407           but a stringified version of the enum value.
14408
14409 2006-06-22  Wim Taymans  <wim@fluendo.com>
14410
14411         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14412         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14413         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14414         Avoid type checking in buffer casts.
14415         Avoid caps copy in buffer_alloc when we can.
14416         Use pad_peer_accept.
14417
14418 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14419
14420         * gst-libs/gst/tag/tag.h:
14421           Oops, make that 'Since: 0.10.9'.
14422
14423 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14424
14425         * docs/libs/gst-plugins-base-libs-sections.txt:
14426         * gst-libs/gst/tag/tag.h:
14427         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14428         (gst_tag_image_type_get_type):
14429           API: add GstTagImageType enum to describe images contained
14430           in image tags (#345641).
14431
14432 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14433
14434         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14435           Fix warnings with gst-inspect: "buffers-min" property
14436           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14437           typo in property description.
14438
14439 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14440
14441         Patch by: Cody Russell <bratsche at gnome org>
14442
14443         * gst/audioresample/gstaudioresample.c:
14444         (gst_audioresample_class_init):
14445         * gst/playback/gststreamselector.c:
14446         (gst_stream_selector_class_init):
14447         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14448         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14449         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14450         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14451         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14452         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14453         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14454         * gst/videotestsrc/gstvideotestsrc.c:
14455         (gst_video_test_src_class_init):
14456         * gst/volume/gstvolume.c: (gst_volume_class_init):
14457           Avoid unnecessary class cast check in class_init
14458           functions (#337747).
14459
14460 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14461
14462         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14463         (gst_text_overlay_video_chain):
14464           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14465           and doesn't validate its input either (and neither did
14466           textoverlay it seems). Let's do that then and fix #345206.
14467
14468 2006-06-19  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14471         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14472         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14473         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14474         (find_syncframe), (find_limits), (assign_value),
14475         (count_burst_unit), (gst_multi_fd_sink_new_client),
14476         (gst_multi_fd_sink_handle_client_write),
14477         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14478         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14479         (gst_multi_fd_sink_change_state):
14480         * gst/tcp/gstmultifdsink.h:
14481         Added shiny new burst-on-connect methods.
14482         Add properties to control the minimal amount of data queued.
14483         Small cleanups.
14484         API: bytes-min property
14485         API: time-min property
14486         API: buffers-min property
14487         API: burst-unit property
14488         API: burst-value property
14489         API: add-full signal
14490
14491         * gst/tcp/gsttcp-marshal.list:
14492         Added new marshaller code for the new signal.
14493
14494         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14495         (multifdsink_suite):
14496         Added testcases for new burst methods.
14497
14498 2006-06-19  Edward Hervey  <edward@fluendo.com>
14499
14500         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14501         Implement clipping for accurate seeking.
14502         Closes #345225
14503
14504 2006-06-19  Wim Taymans  <wim@fluendo.com>
14505
14506         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14507
14508         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14509         (gst_video_scale_transform):
14510         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14511
14512 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         * configure.ac:
14515           Fix --disable-external (can't set conditionals conditionally,
14516           #343602).
14517
14518 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         * tests/check/elements/audioresample.c: (test_reuse),
14521         (audioresample_suite):
14522           Add test case for bug #342789 fixed below.
14523
14524 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14525
14526         * gst/audioresample/gstaudioresample.c:
14527         (gst_audioresample_class_init), (gst_audioresample_init),
14528         (audioresample_start), (audioresample_stop),
14529         (gst_audioresample_set_property), (gst_audioresample_get_property):
14530           Implement GstBaseTransform::start and ::stop so that audioresample
14531           can clear its internal state properly and be reused instead of
14532           causing non-negotiated errors with playbin under some circumstances
14533           (#342789).
14534
14535         * tests/check/elements/audioresample.c: (setup_audioresample),
14536         (cleanup_audioresample):
14537           Need to set element state here so that ::start and ::stop are
14538           called.
14539
14540 2006-06-16  Wim Taymans  <wim@fluendo.com>
14541
14542         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14543
14544         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14545         Parse extra data better, apparently it's right behind
14546         the normal strf header size. Fixes #343500.
14547
14548 2006-06-16  Wim Taymans  <wim@fluendo.com>
14549
14550         * ext/alsa/gstalsasink.c: (set_hwparams):
14551         If we fail to set the buffer_time and period_time alsa
14552         parameters, post a warning and leave alsa select a 
14553         default instead of failing. Fixes #342085
14554
14555 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14556
14557         * docs/libs/gst-plugins-base-libs-sections.txt:
14558         * gst-libs/gst/cdda/gstcddabasesrc.h:
14559           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14560           out in the header file and shouldn't be listed in the docs.
14561
14562         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14563           Must dereference pointer to fourcc in the debug statement.
14564
14565 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14566
14567         * docs/libs/Makefile.am:
14568         * docs/libs/gst-plugins-base-libs-docs.sgml:
14569         * docs/libs/gst-plugins-base-libs-sections.txt:
14570         * docs/libs/gst-plugins-base-libs.types:
14571         add remaining symbols into correct setions
14572         
14573         * gst-libs/gst/audio/gstringbuffer.c:
14574         fix incomplete docs
14575         
14576         * gst-libs/gst/audio/gstringbuffer.h:
14577         comment out not yet implemented function
14578         
14579         
14580         * gst-libs/gst/floatcast/floatcast.h:
14581         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14582         add short descriptions
14583         
14584         
14585         * gst-libs/gst/interfaces/propertyprobe.c:
14586         fix return value docs   
14587         
14588         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14589         simplify debug logging
14590         
14591         * gst-libs/gst/riff/riff-read.h:
14592         sync function prototype and docs
14593         
14594         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14595         remove left over symbol
14596
14597 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * autogen.sh:
14600         * configure.ac:
14601         * docs/Makefile.am:
14602           Use GST_PLUGIN_DOCS macro in configure.ac, add
14603           --enable-plugin-docs default to autogen.sh and use
14604           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14605
14606 2006-06-15  Wim Taymans  <wim@fluendo.com>
14607
14608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14609         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14610         (gst_ogg_demux_loop):
14611         Combine GstFlowReturn from the source pads to give a
14612         meaningfull result to the upstream peer or to stop the
14613         processing task in case of errors.
14614
14615 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * gst/playback/gststreaminfo.c: (cb_probe):
14618           Try GST_TAG_CODEC as fallback when extracting the
14619           codec name; more debug info.
14620
14621 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * ext/ogg/Makefile.am:
14624         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14625           Extract language tags from ogm subtitle streams, so that
14626           the subtitle menu choices are labelled correctly in
14627           Totem (fixes #344708).
14628
14629 2006-06-14  Wim Taymans  <wim@fluendo.com>
14630
14631         Patch by: Alessandro Decina <alessandro at nnva dot org>
14632
14633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14634         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14635         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14636         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14637         Fix various leaks. Fixes #343699.
14638         Add x-smoke mime type.
14639
14640 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14641
14642         * gst-libs/gst/riff/riff-ids.h:
14643           Add IDs for 'bext' chunks (see #343837).
14644
14645 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14646
14647         Patch by: Young-Ho Cha  <ganadist at chollian net>
14648
14649         * gst/subparse/samiparse.c: (sami_context_pop_state),
14650         (handle_start_font), (end_sami_element):
14651           Honour font face tags in SAMI subtitles (#344503).
14652
14653 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14654
14655         * po/POTFILES.in:
14656           add missing files containing translatable strings
14657
14658 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14659
14660         * docs/libs/tmpl/.cvsignore:
14661           we don't want those *.sgml files in CVS either
14662
14663 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14664
14665         * docs/libs/.cvsignore:
14666         * tests/check/elements/.cvsignore:
14667         * tests/check/libs/.cvsignore:
14668           ignore more
14669
14670 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14671
14672         * docs/libs/Makefile.am:
14673           also commiting the changed Makefile.am (added more libs to the
14674           doc-build)
14675
14676 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14677
14678         * docs/libs/gst-plugins-base-libs-docs.sgml:
14679         * docs/libs/gst-plugins-base-libs-sections.txt:
14680         * docs/libs/gst-plugins-base-libs.types:
14681           first batch of reordering things, add index & hierarchy
14682
14683 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14684
14685         * configure.ac:
14686           use GST_PKG_CHECK_MODULES, cleans up output
14687
14688 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14689
14690         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14691           Add support for burn:// URIs (#343385); const-ify things a bit,
14692           use G_N_ELEMENTS instead of hard-coded array size.
14693
14694 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         Patch by: Young-Ho Cha  <ganadist at chollian net>
14697
14698         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14699           Fix up broken entities before passing them to libxml *sigh*.
14700           (#343303).
14701           
14702 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14703
14704         * configure.ac:
14705           back to TRUNK
14706
14707 === release 0.10.8 ===
14708
14709 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14710
14711         * configure.ac:
14712           releasing 0.10.8, "Moar gij ziet mij nie"
14713
14714 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14715
14716         * configure.ac:
14717         * po/af.po:
14718         * po/az.po:
14719         * po/cs.po:
14720         * po/en_GB.po:
14721         * po/hu.po:
14722         * po/it.po:
14723         * po/nb.po:
14724         * po/nl.po:
14725         * po/or.po:
14726         * po/sq.po:
14727         * po/sr.po:
14728         * po/sv.po:
14729         * po/uk.po:
14730         * po/vi.po:
14731         * win32/common/config.h:
14732           0.10.7.2 prerelease
14733
14734 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * docs/libs/tmpl/gstaudio.sgml:
14737         * docs/libs/tmpl/gstcolorbalance.sgml:
14738         * docs/libs/tmpl/gstmixer.sgml:
14739         * docs/libs/tmpl/gstringbuffer.sgml:
14740         * docs/libs/tmpl/gsttuner.sgml:
14741         * docs/libs/tmpl/gstxoverlay.sgml:
14742         * gst-libs/gst/audio/audio.c:
14743         * gst-libs/gst/audio/gstringbuffer.c:
14744         * gst-libs/gst/interfaces/colorbalance.c:
14745         * gst-libs/gst/interfaces/mixer.c:
14746         * gst-libs/gst/interfaces/tuner.c:
14747         * gst-libs/gst/interfaces/xoverlay.c:
14748           move last template doc snippets to source code and delete them
14749
14750 2006-06-06  Michael Smith  <msmith@fluendo.com>
14751
14752         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14753         (theora_parse_drain_queue):
14754           Mark DELTA_UNIT on non-keyframes.
14755
14756 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14757
14758         * gst-libs/gst/audio/gstbaseaudiosink.c:
14759         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14760         * gst-libs/gst/audio/gstbaseaudiosink.h:
14761         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14762         (gst_ring_buffer_samples_done):
14763         * gst-libs/gst/audio/gstringbuffer.h:
14764         Document better the fact that latency_time and buffer_time are values
14765         stored in microseconds, and not the usual GStreamer nanoseconds.
14766         Change the variables (compatibly) that store them from GstClockTime 
14767         to guint64 to make it more clear that they're not storing clock times.
14768         Also, remove the bogus property description that says the user can
14769         specify -1 to get the default value, since that's never been the case.
14770
14771         When computing the default segment size for the ring buffer, make it
14772         an integer number of samples.
14773
14774         When the sub-class indicates a delay greater than the number of
14775         samples we've written return 0 from the audio sink get_time method.
14776
14777 2006-06-02  Michael Smith  <msmith@fluendo.com>
14778
14779         * tests/check/elements/audioconvert.c: (set_channel_positions),
14780         (get_float_mc_caps), (get_int_mc_caps):
14781         * tests/check/elements/audioresample.c:
14782         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14783         * tests/check/elements/videorate.c:
14784         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14785         * tests/check/elements/volume.c:
14786         * tests/check/elements/vorbisdec.c:
14787         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14788           Don't busy-wait in tests; this was causing test timeouts very
14789           frequently when running under valgrind.
14790
14791 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14792
14793         * gst/tcp/README:
14794         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14795         (gst_multi_fd_sink_remove_client_link),
14796         (gst_multi_fd_sink_client_queue_caps),
14797         (gst_multi_fd_sink_client_queue_buffer),
14798         (gst_multi_fd_sink_handle_client_write),
14799         (gst_multi_fd_sink_render):
14800         * gst/tcp/gstmultifdsink.h:
14801           make multifdsink properly deal with streamheader:
14802           - streamheader is taken from caps
14803           - buffers marked with IN_CAPS are not sent
14804           - streamheaders are sent, on connection, from the caps of the
14805             buffer where the client gets positioned to
14806           - further streamheader changes are done every time the client
14807             will receive a buffer with different caps
14808         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14809         (gst_multifdsink_create_streamheader):
14810           add tests for this
14811
14812 2006-06-02  Michael Smith  <msmith@fluendo.com>
14813
14814         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14815           Reinstate limit on channel count. Vorbis does not define the meaning
14816           of > 6 channels, so they're just independent channels. Gstreamer
14817           currently has no mechanism to represent N independent channels.
14818
14819 2006-06-02  Michael Smith  <msmith@fluendo.com>
14820
14821         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14822           Don't arbitrarily restrict channel counts and rate in vorbis.
14823           In terms of effects likely on real-world files, this fixes 96kHz
14824           playback of vorbis.
14825
14826 2006-06-02  Michael Smith  <msmith@fluendo.com>
14827
14828         * gst/audioconvert/audioconvert.c: (float):
14829           More correct float->int conversion.
14830
14831 2006-06-02  Michael Smith  <msmith@fluendo.com>
14832
14833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14834           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14835           value. Fixes g-critical on trying to play back ogg containing
14836           unknown codec.
14837
14838 2006-06-02  Wim Taymans  <wim@fluendo.com>
14839
14840         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14841         (setup_source):
14842         * gst/playback/gstplaybasebin.h:
14843         Make the subtitle detection work from any thread so we don't
14844         deadlock. Fixes #343397.
14845
14846 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14847
14848         * gst/volume/Makefile.am:
14849           Seriously, it's not *that* hard to get compilation right.  Even
14850           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14851
14852 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14853
14854         * gst/volume/gstvolume.c: (volume_choose_func),
14855         (volume_update_real_volume), (gst_volume_class_init),
14856         (gst_volume_init), (volume_process_float), (volume_process_int16),
14857         (volume_process_int16_clamp), (volume_set_caps),
14858         (volume_transform_ip), (plugin_init):
14859         * gst/volume/gstvolume.h:
14860         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14861         another property desc., remove unused param from process function
14862         
14863         * tests/check/elements/volume.c: (volume_suite):
14864         reactivate the passthrough test
14865
14866 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14867
14868         * ext/alsa/gstalsamixerelement.h:
14869         * ext/alsa/gstalsamixeroptions.h:
14870         * ext/alsa/gstalsamixertrack.h:
14871         * ext/gnomevfs/gstgnomevfssink.h:
14872         * ext/gnomevfs/gstgnomevfssrc.h:
14873         * ext/theora/gsttheoradec.h:
14874         * ext/theora/gsttheoraenc.h:
14875         * ext/theora/gsttheoraparse.h:
14876         * ext/vorbis/vorbisparse.h:
14877         * gst-libs/gst/audio/gstaudioclock.h:
14878         * gst-libs/gst/audio/gstaudiofilter.h:
14879         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14880         * gst/audioconvert/gstaudioconvert.h:
14881         * gst/audioresample/gstaudioresample.h:
14882         * gst/audiotestsrc/gstaudiotestsrc.h:
14883         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14884         * gst/playback/gststreamselector.h:
14885         * gst/tcp/gstmultifdsink.h:
14886         * gst/tcp/gsttcpclientsink.h:
14887         * gst/tcp/gsttcpclientsrc.h:
14888         * gst/tcp/gsttcpserversink.h:
14889         * gst/tcp/gsttcpserversrc.h:
14890         * gst/videorate/gstvideorate.h:
14891         * gst/videoscale/gstvideoscale.h:
14892         * gst/videotestsrc/gstvideotestsrc.h:
14893         * gst/volume/gstvolume.h:
14894         * sys/v4l/gstv4ljpegsrc.h:
14895         * sys/v4l/gstv4lmjpegsink.h:
14896         * sys/v4l/gstv4lmjpegsrc.h:
14897         * sys/v4l/gstv4lsrc.h:
14898         * sys/ximage/ximagesink.h:
14899         * sys/xvimage/xvimagesink.h:
14900         * tests/old/testsuite/alsa/sinesrc.h:
14901         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14902
14903 2006-05-31  Wim Taymans  <wim@fluendo.com>
14904
14905         * ext/libvisual/visual.c: (gst_visual_reset),
14906         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14907         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14908         Handle DISCONT.
14909         Use running time before doing QoS.
14910         Handle mono too.
14911
14912 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14913
14914         * docs/libs/Makefile.am:
14915           set a magic variable to indicate we know the docs are incomplete
14916
14917 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14918
14919         * win32/common/libgstvideo.def:
14920           export gst_video_calculate_display_ratio
14921         * win32/vs6/libgstvideoscale.dsp:
14922           add link to libgstvideo-0.10.lib
14923
14924 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14925
14926         * gst/playback/gstplaybasebin.c: (gen_source_element):
14927           Throw a more comprehensible error for rtsp:// URIs (rather
14928           than erroring out with a negotiation error later on) until
14929           we fix playbin to handle rtspsrc etc.
14930
14931 2006-05-30  Wim Taymans  <wim@fluendo.com>
14932
14933         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14934         (gst_text_overlay_text_event):
14935         Added some FIXMEs.
14936
14937 2006-05-30  Wim Taymans  <wim@fluendo.com>
14938
14939         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14940         (gst_adder_request_new_pad), (gst_adder_release_pad):
14941         * gst/adder/gstadder.h:
14942         Implement release_request_pad.
14943         Make padcounter atomic.
14944
14945         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14946         Added check for release_pad in adder.
14947
14948 2006-05-30  Wim Taymans  <wim@fluendo.com>
14949
14950         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14951         Fix build again.
14952
14953 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14954
14955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14956         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14957         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14958         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14959         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14960         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14961         (gst_ogg_demux_bisect_forward_serialno),
14962         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14963         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14964           add more debugging
14965           clean up printf formats for granulepos and serialno
14966
14967 2006-05-30  Michael Smith  <msmith@fluendo.com>
14968
14969         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14970         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14971         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14972         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14973         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14974         * ext/vorbis/vorbisenc.h:
14975           Multi-channel caps negotiation, so we can do proper multichannel
14976           vorbis encoding, negotiated through audioconvert.
14977
14978 2006-05-30  Wim Taymans  <wim@fluendo.com>
14979
14980         * tests/check/elements/adder.c: (test_event_message_received),
14981         (test_play_twice_message_received), (GST_START_TEST),
14982         (adder_suite):
14983         Added check to show that #339935 is fixed with ongoing
14984         adder and collectpads fixes.
14985
14986 2006-05-29  Wim Taymans  <wim@fluendo.com>
14987
14988         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14989         Don't leak pad name.
14990
14991 2006-05-29  Wim Taymans  <wim@fluendo.com>
14992
14993         * gst/adder/gstadder.c: (gst_adder_query_duration),
14994         (forward_event_func), (forward_event), (gst_adder_src_event):
14995         Fix adder seeking.
14996         Make query/seeking code threadsafe.
14997
14998         * tests/check/Makefile.am:
14999         * tests/check/elements/adder.c: (test_event_message_received),
15000         (GST_START_TEST), (test_play_twice_message_received):
15001         Fix adder test case.
15002
15003 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15004
15005         Patch by: Young-Ho Cha  <ganadist at chollian net>
15006
15007         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15008         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15009         (set_encoding_element), (decodebin_element_added_cb),
15010         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15011         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15012         * gst/playback/gstplaybasebin.h:
15013           Add 'subtitle-encoding' property to playbin, so applications can
15014           force a subtitle encoding for non-UTF8 subtitles (#342268).
15015
15016         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15017         (gst_sub_parse_set_property):
15018           Rename recently-added 'encoding' property to 'subtitle-encoding'
15019           (so it can be proxied by playbin/decodebin in a generic way
15020           with less danger of false positives).
15021
15022 2006-05-29  Michael Smith  <msmith@fluendo.com>
15023
15024         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15025         (append_with_other_format), (set_structure_widths),
15026         (gst_audio_convert_transform_caps):
15027           Patch from #341562: give more specific audio caps in get_caps, so
15028           that basetransform  can make better decisions on what caps to
15029           negotiate.
15030
15031 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15032
15033         * tests/check/elements/volume.c:
15034         make it compile again
15035
15036 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15037
15038         * tests/check/elements/volume.c: (volume_suite):
15039         disable test until #343196 gets resolved
15040
15041 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15042
15043         * gst/adder/gstadder.c: (gst_adder_get_type):
15044         Make it easier to copy&paste
15045         
15046         * gst/volume/Makefile.am:
15047         * gst/volume/gstvolume.c: (volume_update_real_volume),
15048         (gst_volume_set_volume), (gst_volume_set_mute),
15049         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15050         (volume_transform_ip), (volume_update_mute),
15051         (volume_update_volume):
15052         * gst/volume/gstvolume.h:
15053         Add own debug category, move duplicate code to helper function, fix
15054         property texts, add more comments and prepare ffor liboil-goodness
15055         
15056         * tests/check/Makefile.am:
15057         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15058         add test for mute and passtrough case, be a bit more verbose to track
15059         failure
15060         
15061         * tests/check/generic/states.c: (GST_START_TEST):
15062         catch elements that fail to instantiate
15063
15064 2006-05-28  Edward Hervey  <edward@fluendo.com>
15065
15066         * tests/check/pipelines/simple-launch-lines.c:
15067         * tests/check/pipelines/theoraenc.c:
15068         * tests/check/pipelines/vorbisenc.c:
15069         Comment out tests using parse_launch() if core was built without
15070         parsing capabilities.
15071
15072 2006-05-27  Edward Hervey  <edward@fluendo.com>
15073
15074         * tests/check/Makefile.am:
15075         Extra bonus points for whoever explains to ensonic that you are meant
15076         to test unit tests thoroughly before commiting them, especially if
15077         you know it's going to break.
15078         De-activated element/adder tests.
15079
15080 2006-05-27  Edward Hervey  <edward@fluendo.com>
15081
15082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15083         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15084         Marking caps conversion issues as GST_WARNING is way too verbose,
15085         Moving them to GST_LOG.
15086
15087 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15088
15089         * README:
15090           Replace current README (containing the release notes from
15091           some 0.9.x version) with a proper README taken from the core.
15092
15093 2006-05-26  Wim Taymans  <wim@fluendo.com>
15094
15095         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15096         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15097         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15098         (vorbis_dec_change_state):
15099         Small cleanups.
15100         Add some FIXMEs
15101         Clip output samples to segment boundaries.
15102
15103 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15104
15105         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15106         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15107         Improve the errors produced on bad output, including some human
15108         readable description strings.
15109         Handle the (theoretical for ximagesink) case where the XServer 
15110         has a different idea about the size required for a particular 
15111         frame and gives us too small a memory allocation.
15112
15113 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15114
15115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15116         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15117         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15118         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15119         Improve the errors produced on bad output, including some human 
15120         readable description strings.
15121         Handle RGB Xv formats properly by transforming them into our 
15122         big-endian caps description.
15123         Use gst_caps_truncate to ensure that we never try and choose a
15124         non-fixed caps in buffer_alloc.
15125         Handle the case where the XServer has a different idea about the size
15126         required for a particular frame and gives us too small a memory
15127         allocation.
15128         Use -1 to indicate 'no image format', because 0 is a valid XServer
15129         image format number.
15130         Put RGB Xv formats at the end of the caps, so that we always prefer
15131         YUV format frames.
15132         Iterate the available Xv Encodings to determine the maximum width and
15133         height, and then return that in our caps.
15134         (Closes #315312, #337544)
15135
15136 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15137
15138         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15139         When there is only one unfinished pad and it receives an event that
15140         doesn't match our requirements, we need to set alldone=FALSE so that
15141         the fakesink is not removed yet.
15142
15143 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15146           Use gst_type_find_helper_for_buffer() to find the type
15147           of stream from the first packet.
15148
15149         * configure.ac:
15150           Bump requirements to core CVS (needed for vorbis
15151           typefinding to work).
15152
15153 2006-05-24  Edward Hervey  <edward@fluendo.com>
15154
15155         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15156         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15157         contain.  Else they play perfectly fine with qtdemux.
15158
15159 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15160
15161         * ext/theora/theoradec.c:
15162         * ext/theora/theoraenc.c:
15163         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15164         * gst/audiorate/gstaudiorate.c:
15165           make more debug catagories static
15166         
15167         * tests/check/Makefile.am:
15168         * tests/check/elements/adder.c: (message_received),
15169         (test_event_message_received), (GST_START_TEST),
15170         (test_play_twice_message_received), (adder_suite):
15171           added test case for using element twice, extra bonus points for anyone
15172           who can make these test run reliably
15173
15174 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15175
15176         * ext/theora/theoradec.c: (theora_dec_chain):
15177           Make work with time-stamped input buffers that do not
15178           have a granulepos in BUFFER_OFFSET_END (like theora
15179           buffers coming from matroskademux). Fixes #342448.
15180
15181 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         Patch by: Peter Kjellerstedt  <pkj at axis com>
15184
15185         * gst/tcp/Makefile.am:
15186           fdstresstest doesn't need Gtk+, fix compilation if 
15187           gtk is not available (#342566).
15188
15189 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15190          
15191         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15192           80 line columns
15193           Removed redundant floor()
15194
15195 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15196
15197         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15198           On second thought, just skip JUNK chunks automatically, so
15199           the caller doesn't have to handle this. Fixes #342345.
15200           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15201           not GST_FLOW_ERROR.
15202
15203 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15204
15205         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15206           Don't bail out on JUNK chunks with a size of 0 (would try to
15207           pull_range 0 bytes before, which sources don't like too much).
15208           See #342345.
15209
15210 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15211
15212         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15214         Use the gstutil scaling function to preserve 64 bits while calculating
15215         output width and height from the display-aspect-ratio. (A continuation
15216         of #341542)
15217
15218 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15219
15220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15221         (gst_xvimagesink_buffer_alloc):
15222         * sys/xvimage/xvimagesink.h:
15223         When performing buffer allocations, remember the caps and image format
15224         we return so that if the same caps are asked for next time we can
15225         return them immediately without doing any caps intersections.
15226
15227 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15228          
15229         * gst-libs/gst/rtp/README:
15230           Some new documentation
15231         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15232           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15233         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15234         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15235           New RTP audio base payloader class. Supports frame or sample based
15236           codecs.  Not enabled in Makefile.am until approved.
15237
15238 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15239
15240         * tests/check/elements/alsa.c: (test_device_property_probe):
15241           Fix test case: don't try to free NULL GValueArray when there
15242           are no devices.
15243
15244 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15245
15246         * tests/check/Makefile.am:
15247         * tests/check/elements/alsa.c: (test_device_property_probe),
15248         (alsa_suite), (main):
15249           Add simple test that runs a device property probe on alsasrc,
15250           alsasink and alsamixer. Disable valgrind check for now (too
15251           many leaks in libasound, and valgrind ignored my suppressions
15252           additions).
15253
15254 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15255
15256         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15257         (gst_alsa_device_property_probe_probe_property),
15258         (gst_alsa_device_property_probe_needs_probe),
15259         (gst_alsa_device_property_probe_get_values),
15260         (gst_alsa_type_add_device_property_probe_interface):
15261         * ext/alsa/gstalsadeviceprobe.h:
15262         * ext/alsa/gstalsamixerelement.c:
15263         (gst_alsa_mixer_element_init_interfaces):
15264         * ext/alsa/gstalsamixerelement.h:
15265           Clean up and simplify alsa device probing. Make it actually work
15266           for multiple classes. Don't cache results any longer.
15267
15268         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15269         (gst_alsasink_init):
15270         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15271         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15272         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15273           Make alsasink and alsasrc implement the GstPropertyProbe interface
15274           for device probing (#342181).
15275           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15276
15277 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * gst/subparse/samiparse.c: (handle_start_font):
15280           Don't ignore return value of strtol (++compiler_happiness).
15281
15282 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15283
15284         Patch by: Young-Ho Cha  <ganadist chollian net>
15285
15286         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15287         (gst_sub_parse_class_init), (gst_sub_parse_init),
15288         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15289         (convert_encoding):
15290         * gst/subparse/gstsubparse.h:
15291           Add 'encoding' property (#341681).
15292
15293         * gst/subparse/samiparse.c: (characters_sami):
15294           Output is pango markup, so we need to escape text
15295           between tags (#342143).
15296
15297 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15298
15299         * gst-libs/gst/audio/multichannel.c:
15300         (gst_audio_check_channel_positions):
15301           It's okay to have caps with channels=1 and a channel position
15302           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15303           (deinterleavers might want to keep the position in the caps,
15304           so that they can be re-interleaved again properly later).
15305           Leave check for unexpected 2-channel layouts intact for now.
15306
15307 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15308
15309         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15310         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15311         basesrc can do its job correctly.
15312
15313 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15314
15315         * ext/alsa/Makefile.am:
15316         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15317         (gst_alsa_detect_formats), (get_channel_free_structure),
15318         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15319         (gst_alsa_probe_supported_formats):
15320         * ext/alsa/gstalsa.h:
15321         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15322           Refactor and improve caps probing code: probe signedness
15323           when we probe the supported formats/widths; set endianness
15324           to the one we actually probed for (ie. cpu endianness).
15325           
15326         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15327         (gst_alsasrc_close):
15328         * ext/alsa/gstalsasrc.h:
15329           Implement caps probing for alsasrc.
15330
15331 2006-05-15  Wim Taymans  <wim@fluendo.com>
15332
15333         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15334         (theora_dec_src_query), (theora_dec_src_event),
15335         (theora_dec_sink_event), (theora_handle_comment_packet),
15336         (theora_handle_data_packet), (theora_dec_change_state):
15337         Cleanups, add some G_LIKELY.
15338         Use segment helpers instead of our own wrong code.
15339         Clear queued buffers on seek and READY.
15340
15341         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15342         (vorbis_dec_convert), (vorbis_dec_src_query),
15343         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15344         (vorbis_handle_comment_packet), (vorbis_dec_push),
15345         (vorbis_handle_data_packet), (vorbis_dec_chain),
15346         (vorbis_dec_change_state):
15347         * ext/vorbis/vorbisdec.h:
15348         Remove old useless packetno variable.
15349         Do position query properly.
15350         Add some G_LIKELY.
15351         Do cleanup of queued buffers in new helper function
15352         and use it.
15353
15354 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15355
15356         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15357           Query supported sample rates. Fixes #341732.
15358
15359 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15360
15361         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15362         (gst_decode_bin_change_state): Make decodebin reusable
15363         when going from PAUSE_TO_READY and then back to PAUSED.
15364         Fixes #331678.
15365
15366 2006-05-15  Wim Taymans  <wim@fluendo.com>
15367
15368         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15369         (vorbis_dec_convert), (vorbis_dec_src_query),
15370         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15371         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15372         (vorbis_dec_clean_queued), (vorbis_dec_push),
15373         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15374         Cleanups. Use refcounting and DEBUG_OBJECT.
15375         Reset segment on flush, use code methods instead of our
15376         own wrong version.
15377         Fix potential memleak.
15378
15379 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15382         (gst_alsasink_init):
15383         * ext/alsa/gstalsasink.h:
15384           Don't leak allocated snd_output_t structure if there's
15385           more than one alsasink instance at a time (#341873).
15386           Also fix GObject macros in header file.
15387           
15388 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15389
15390         * gst/subparse/gstsubparse.c:
15391         (gst_sub_parse_data_format_autodetect):
15392           Don't use libxml functions in the typefinding code.
15393
15394 2006-05-15  Wim Taymans  <wim@fluendo.com>
15395
15396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15397         Fix seeking performance in the case where a non-header 
15398         packet has a 0 granulepos (busted theora case). 
15399         Fixes #341719
15400         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15401          the first place, you limelight stealer you)
15402
15403 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15404
15405         * gst/subparse/gstsubparse.c:
15406         (gst_sub_parse_data_format_autodetect):
15407           Improve SAMI typefinding: handle case where there are
15408           whitespaces or newlines in front of the first <SAMI>
15409           tag (#169936).
15410
15411 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15412
15413         * configure.ac:
15414           Build video4linux plugin even if there's no XVIDEO, just
15415           without implementing the GstXOverlay interface (#334002).
15416          
15417 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15418
15419         * configure.ac:
15420         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15421         (plugin_init):
15422           Add tentative support for libvisual-0.4 (#336881).
15423
15424 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15425
15426         Patch by: Young-Ho Cha <ganadist at chollian net>
15427
15428         * gst/subparse/samiparse.c: (handle_start_font):
15429           Need to map "silver" colour explicitly (#169936).
15430
15431 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         Patch by: Young-Ho Cha  <ganadist at chollian net>
15434
15435         * gst/subparse/Makefile.am:
15436         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15437         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15438         (gst_sub_parse_format_autodetect), (feed_textbuf),
15439         (gst_subparse_type_find), (plugin_init):
15440         * gst/subparse/gstsubparse.h:
15441         * gst/subparse/samiparse.c:
15442         * gst/subparse/samiparse.h:
15443           Add support for SAMI subtitles (#169936).
15444
15445 2006-05-14  Michael Smith  <msmith@fluendo.com>
15446
15447         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15448           Fix #341696: crash when mixing L+R+C to mono or stereo.
15449         * tests/check/Makefile.am:
15450         * tests/check/elements/audioconvert.c: (set_channel_positions),
15451         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15452         (audioconvert_suite):
15453           Add test for the above, including some generic framework bits for
15454           testing multichannel things.
15455
15456 === release 0.10.7 ===
15457
15458 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15459
15460         * configure.ac:
15461           releasing 0.10.7, "Leave the gun"
15462
15463 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15464
15465         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15467         Fix the build.
15468
15469 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15470
15471         * docs/libs/gst-plugins-base-libs-docs.sgml:
15472         * docs/libs/gst-plugins-base-libs-sections.txt:
15473         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15474         * gst-libs/gst/video/video.h:
15475         * gst/videoscale/Makefile.am:
15476         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15478         * tests/check/Makefile.am:
15479         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15480         (main):
15481           Fix integer overflow problem with pixel-aspect-ratio calculations
15482           in videoscale and xvimagesink (#341542)
15483
15484 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15485
15486         * gst-libs/gst/tag/gstid3tag.c:
15487           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15488
15489 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15490
15491         * win32/MANIFEST:
15492           update win32 files listing
15493
15494 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15495
15496         patch by: Sjoerd Simons (sjoerd@luon.net)
15497
15498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15499         (group_create), (group_destroy), (add_stream),
15500         (gst_play_base_bin_get_property),
15501         (gst_play_base_bin_get_streaminfo_value_array):
15502         * gst/playback/gstplaybasebin.h:
15503           API: GstPlayBaseBin::stream-info-value-array property
15504           use a more bindings-friendly way of exposing streaminfo
15505           using a GValueArray.  Tested in ipython.
15506           Closes #341114
15507
15508 2006-05-11  Wim Taymans  <wim@fluendo.com>
15509
15510         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15511         (queue_underrun_cb), (queue_filled_cb):
15512         Also catch queue underruns but don't do anything yet.
15513         Refactor and comment queue enlarging code a bit.
15514
15515         * gst/playback/gstplaybasebin.c: (queue_overrun),
15516         (queue_threshold_reached), (queue_out_of_data),
15517         (gen_preroll_element):
15518         If a queue over/underruns check that we don't create nasty
15519         deadlocks when the min-threshold is not reached but the
15520         max-bytes is. In those cases disable max-bytes when we
15521         know that the queue is fed timed data.
15522         Add more comments.
15523
15524 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * gst/playback/gstplaybin.c: (gen_audio_element):
15527           Make playbin automatically plug an 'audioresample'
15528           element before the audio sink as well. This solves
15529           problems with sinks that only accept a very specific
15530           sample rate, like esdsink (e.g. #340379).
15531
15532 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15533
15534         * gst/playback/gstplaybasebin.c: (gen_source_element):
15535           Make http sources send special headers so that we receive
15536           icecast metadata if the http stream is an icecast stream
15537           (otherwise the server will just ignore them). This also
15538           means that from now on users will need the 'icydemux'
15539           element from gst-plugins-good installed if they want to
15540           listen to icecast radio streams. (#341432, #333657).
15541
15542 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15543
15544         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15545         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15546           remove stupid example from docs - it should come with a simple
15547           C program instead.
15548           Clean up/fix docs
15549         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15550         (fail_if_can_read), (GST_START_TEST),
15551         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15552           add a test for changing streamheader which exposes a bug in
15553           multifdsink
15554
15555 2006-05-11  Michael Smith  <msmith@fluendo.com>
15556
15557         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15558         (gst_gnome_vfs_src_received_headers_callback):
15559         * ext/gnomevfs/gstgnomevfssrc.h:
15560           Don't set icy-caps unless we have a sane interval value. Move
15561           interval to a local variable; we never use it outside this function.
15562
15563 2006-05-11  Wim Taymans  <wim@fluendo.com>
15564
15565         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15567         Register special buffer types along with the objects so
15568         that they are not registered at runtime from N different
15569         streaming threads since they are not threadsafe.
15570
15571 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15572
15573         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15574         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15575           add two more tests, one doing streamheader
15576
15577 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15578
15579         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15580           clean up the bufqueue when shutting down
15581         * tests/check/Makefile.am:
15582         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15583         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15584         (main):
15585           add a test for the leak that was just fixed
15586
15587 2006-05-10  Wim Taymans  <wim@fluendo.com>
15588
15589         * gst/adder/gstadder.c: (gst_adder_setcaps),
15590         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15591         (gst_adder_src_event), (gst_adder_sink_event),
15592         (gst_adder_class_init), (gst_adder_finalize),
15593         (gst_adder_request_new_pad), (gst_adder_collected):
15594         * gst/adder/gstadder.h:
15595         Updated some docs. Added comments and FIXMEs all over the place.
15596         Improve debugging info.
15597         Fix leak on finalize by not calling the parent.
15598         Implement duration query.
15599         Make event forwarding threadsafe.
15600         Correctly send NEWSEGMENT at start and after flush.
15601         Handle EOS correctly.
15602         Post error when not negotiated.
15603
15604         * tests/check/elements/adder.c: (GST_START_TEST):
15605         Added FIXME in the test.
15606
15607 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15608
15609         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15610         (gst_text_overlay_halign_get_type),
15611         (gst_text_overlay_wrap_mode_get_type):
15612         * ext/theora/theoradec.c: (theora_handle_type_packet),
15613         (theora_handle_data_packet):
15614         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15615         (theora_enc_sink_setcaps), (theora_enc_chain):
15616         * gst-libs/gst/cdda/gstcddabasesrc.c:
15617         (gst_cdda_base_src_mode_get_type):
15618         * gst/audiotestsrc/gstaudiotestsrc.c:
15619         (gst_audiostestsrc_wave_get_type):
15620         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15621         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15622         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15623         (gst_sync_method_get_type), (gst_unit_type_get_type),
15624         (gst_client_status_get_type):
15625         * gst/videoscale/gstvideoscale.c:
15626         (gst_video_scale_method_get_type):
15627         * gst/videotestsrc/gstvideotestsrc.c:
15628         (gst_video_test_src_pattern_get_type):
15629         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15630         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15631         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15632         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15633         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15634         (paint_setup_RGB565), (paint_setup_xRGB1555):
15635           Const-ify GEnumValue and GFlagsValue arrays. Use
15636           GST_ROUND_UP_* macros instead of home-made ones.
15637
15638 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         * configure.ac:
15641           Require core CVS for the new newsegment stuff.
15642
15643 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         Patch by: Sjoerd Simons  <sjoerd at luon net>
15646
15647         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15648           Register nick for enum value (#341160).
15649
15650 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15651
15652         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15653         (plugin_init):
15654          backout typefind patch #340375
15655          
15656         * tests/check/elements/adder.c: (message_received),
15657         (GST_START_TEST), (adder_suite):
15658           redo, signal-handling of test
15659
15660 2006-05-09  Wim Taymans  <wim@fluendo.com>
15661
15662         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15663         (gst_adder_collected):
15664         * gst/adder/gstadder.h:
15665         Remove bogus segment merging and forwarding, we don't
15666         care about timestamps anyway and we just produce a
15667         continuous stream. 
15668         Also create a nice NEWSEGMENT event when we start.
15669         Use _scale_int some more.
15670
15671 2006-05-09  Edward Hervey  <edward@fluendo.com>
15672
15673         * tests/icles/stress-xoverlay.c:
15674         Fix if core was built without parsing support.
15675
15676 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15677
15678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15679           Add SEDG (Samsung MPEG-4) fourcc.
15680
15681 2006-05-09  Edward Hervey  <edward@fluendo.com>
15682
15683         * tests/icles/stress-xoverlay.c:
15684         * tests/examples/volume/volume.c:
15685         Fix if core was built without parsing support.
15686
15687         * tests/examples/seek/seek.c:
15688         Disable the parse_launch example if core was built without parsing
15689         support.
15690
15691 2006-05-08  Edward Hervey  <edward@fluendo.com>
15692
15693         * autogen.sh: (CONFIGURE_DEF_OPT): 
15694         libtoolize on Darwin/MacOSX is called glibtoolize
15695
15696 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15697
15698         * tests/check/Makefile.am:
15699         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15700           Disable the adder test, until the build-slaves posses the kindness to 
15701           either like it or to give valid reason for not doing so 
15702
15703 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15704
15705         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15706         (adder_suite):
15707           Shuffle NULL state change around and raise timeout more
15708
15709 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15710
15711         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15712         (mp4_type_find), (plugin_init):
15713           Add typefind to distinguish between "audio/x-m4a" and new type
15714           "video/mp4". Fixes #340375
15715
15716         * tests/check/elements/adder.c: (adder_suite):
15717           Raise timeout to make buildbot happy
15718
15719 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15720
15721         * gst/adder/gstadder.c: (gst_adder_sink_event),
15722         (gst_adder_request_new_pad), (gst_adder_change_state):
15723         * gst/adder/gstadder.h:
15724         * tests/check/Makefile.am:
15725         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15726         (adder_suite), (main):
15727           Add sink-event handling to adder. It tries to merge incomming
15728           newsegment-events. Added test to check if segment_done is comming
15729           through. Fixes #340060
15730
15731 2006-05-05  Andy Wingo  <wingo@pobox.com>
15732
15733         * ext/theora/theoraparse.c (gst_theora_parse_init)
15734         (theora_parse_src_convert, theora_parse_src_query):
15735         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15736         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15737         query functions on the source pads of the theora and vorbis parse
15738         elements. Fixes position querying when doing a remux.
15739
15740 2006-05-05  Michael Smith  <msmith@fluendo.com>
15741
15742         * ext/theora/theoraparse.c: (parse_granulepos),
15743         (theora_parse_drain_queue_prematurely),
15744         (theora_parse_queue_buffer), (theora_parse_sink_event):
15745           Fix flushing.
15746           Fix invalid granulepos outputs when starting with a non-keyframe.
15747
15748 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15749
15750         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15751         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15752         Rearrange MPEG system stream detection, fixing some memleaks in the
15753         process.
15754         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15755         they clean up their data correctly.
15756         Remove unused ogganx caps and move the 'is_annodex' check to inside
15757         the 'is_ogg' if statement.
15758
15759 2006-05-05  Wim Taymans  <wim@fluendo.com>
15760
15761         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15762         Properly remove ghostpads. Fixes #340392
15763
15764 2006-05-04  David Schleef  <ds@schleef.org>
15765
15766         * gst/typefind/gsttypefindfunctions.c:
15767
15768 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15769
15770         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15771         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15772
15773         When typefinding an MP3 in push-based mode, don't penalise the
15774         probability down to 74% when we found 5 valid frames just because we
15775         can't peek the end of the file.
15776
15777         Make the probability for detecting MPEG Transport Streams based on the
15778         number of sequential headers we successfully detected.
15779
15780 2006-05-03  Wim Taymans  <wim@fluendo.com>
15781
15782         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15783         (vorbis_dec_push), (vorbis_dec_chain):
15784         Still produce an error when we receive an empty packet.
15785
15786 2006-05-03  Wim Taymans  <wim@fluendo.com>
15787
15788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15789         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15790         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15791         Mark buffers with DISCONT after seek and after activating new
15792         chains.
15793
15794         * ext/theora/gsttheoradec.h:
15795         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15796         (theora_get_query_types), (theora_dec_sink_event),
15797         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15798         (theora_dec_change_state):
15799         Fix frame counter.
15800         Detect and mark DISCONT buffers.
15801
15802         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15803         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15804         (vorbis_dec_change_state):
15805         * ext/vorbis/vorbisdec.h:
15806         Use GstSegment.
15807         Detect and mark DISCONT buffers.
15808         Don't crash on 0 sized buffers.
15809
15810 2006-05-03  Wim Taymans  <wim@fluendo.com>
15811
15812         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15813         (volume_transform_ip):
15814         Increase "volume" property to 10.0. Fixes #340369.
15815         Set the process function to NULL when capsnego fails so that
15816         we properly error out.
15817
15818 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15819
15820         * gst/playback/gstplaybin.c: (add_sink):
15821         * gst/playback/test.c: (main):
15822         * gst/playback/test5.c: (dump_element_stats):
15823         * gst/playback/test6.c: (main):
15824           free caps using gst_caps_unref, don't leak caps-strings
15825
15826 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15827
15828         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15829         (plugin_init):
15830           Refine musepack typefinding a bit. Return MAXIMUM
15831           probability when we detect stream version 7 to make
15832           sure the mpeg audio typefinder doesn't trump us.
15833
15834 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15835
15836         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15837           Protect against unexpected NULL strf_data buffer.
15838
15839 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15840
15841         * tests/check/elements/audioconvert.c: (verify_convert),
15842         (GST_START_TEST):
15843           interpret the out[] buffer in the order the bytes are actually
15844           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15845           Other tests should use BYTE_ORDER since the array is filled in
15846           with actual values
15847
15848 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15849
15850         * tests/check/elements/audioconvert.c: (verify_convert),
15851         (GST_START_TEST):
15852           when a test fails, give an indication of which it is
15853
15854 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * gst-libs/gst/cdda/gstcddabasesrc.c:
15857           compile fix; strtol() needs <stdlib.h>
15858
15859 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15860
15861         * ext/alsa/gstalsamixerelement.c:
15862         * ext/alsa/gstalsasrc.c:
15863         * ext/cdparanoia/gstcdparanoiasrc.c:
15864         * ext/gnomevfs/gstgnomevfssink.c:
15865         * ext/gnomevfs/gstgnomevfssrc.c:
15866         * ext/ogg/gstoggdemux.c:
15867         * ext/ogg/gstoggmux.c:
15868         * ext/ogg/gstoggparse.c:
15869         * ext/ogg/gstogmparse.c:
15870         * ext/pango/gstclockoverlay.c:
15871         * ext/pango/gsttextoverlay.c:
15872         * ext/pango/gsttextrender.c:
15873         * ext/pango/gsttimeoverlay.c:
15874         * ext/theora/theoradec.c:
15875         * ext/theora/theoraenc.c:
15876         * ext/vorbis/vorbisdec.c:
15877         * ext/vorbis/vorbisenc.c:
15878         * gst-libs/gst/audio/gstaudiofilter.c:
15879         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15880         * gst/audioconvert/gstaudioconvert.c:
15881         * gst/audiorate/gstaudiorate.c:
15882         * gst/audioresample/gstaudioresample.c:
15883         * gst/audiotestsrc/gstaudiotestsrc.c:
15884         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15885         * gst/playback/gstdecodebin.c:
15886         * gst/playback/gstplaybin.c:
15887         * gst/playback/gststreamselector.c:
15888         * gst/subparse/gstsubparse.c:
15889         * gst/tcp/gstmultifdsink.c:
15890         * gst/tcp/gsttcpclientsink.c:
15891         * gst/tcp/gsttcpclientsrc.c:
15892         * gst/tcp/gsttcpserversink.c:
15893         * gst/tcp/gsttcpserversrc.c:
15894         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15895         * gst/videorate/gstvideorate.c:
15896         * gst/videoscale/gstvideoscale.c:
15897         * gst/videotestsrc/gstvideotestsrc.c:
15898         * gst/volume/gstvolume.c:
15899         * sys/v4l/gstv4ljpegsrc.c:
15900         * sys/v4l/gstv4lmjpegsink.c:
15901         * sys/v4l/gstv4lmjpegsrc.c:
15902         * sys/v4l/gstv4lsrc.c:
15903         * sys/ximage/ximagesink.c:
15904         * sys/xvimage/xvimagesink.c:
15905         * tests/check/libs/cddabasesrc.c:
15906           make GstElementDetails const
15907
15908 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15909
15910         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15911         (gst_adder_init):
15912           send events from src-pad to all sink-pads fixes #338657
15913
15914 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15915
15916         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15917         (alsasink_parse_spec):
15918           query width capabilities from alsa, fixes #338919
15919
15920 2006-04-28  Wim Taymans  <wim@fluendo.com>
15921
15922         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15923         (gst_multi_fd_sink_remove_client_link):
15924         * gst/tcp/gstmultifdsink.h:
15925         Fix race condition in multifdsink that can lead to spurious 
15926         duplicate clients. this patch adds a new signal that is fired when
15927         multifdsink has removed all references to the fd.
15928         Fixes #339574.
15929         Updated documentation.
15930         API: client-fd-removed signal added
15931
15932 2006-04-28  Michael Smith  <msmith@fluendo.com>
15933
15934         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15935           When asking g_value_array_new to prealloc elements, we may as well
15936           ask for the right number of elements.
15937
15938 2006-04-28  Wim Taymans  <wim@fluendo.com>
15939
15940         * gst-libs/gst/audio/gstbaseaudiosink.c:
15941         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15942         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15943         patch to make timestamp checking more tollerant to rounding 
15944         errors given that real discontinuities are to be marked on
15945         buffers. Fixes some asf files and #338778.
15946         Also avoid some crashers when we receive an event in the 
15947         NULL state.
15948
15949 2006-04-28  Michael Smith  <msmith@fluendo.com>
15950
15951         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15952         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15953         (gst_gnome_vfs_src_get_property),
15954         (gst_gnome_vfs_src_send_additional_headers_callback),
15955         (gst_gnome_vfs_src_received_headers_callback),
15956         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15957         (gst_gnome_vfs_src_stop):
15958         * ext/gnomevfs/gstgnomevfssrc.h:
15959           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15960           proper shared support within icydemux.
15961
15962 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15963
15964         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15965         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15966           fix up docs
15967           fix a leak when no caps negotiated
15968           fix counting of input frames
15969         * tests/check/elements/.cvsignore:
15970         * tests/check/elements/videorate.c: (assert_videorate_stats),
15971         (GST_START_TEST), (videorate_suite):
15972           add tests for these
15973
15974 2006-04-28  Wim Taymans  <wim@fluendo.com>
15975
15976         * gst-libs/gst/audio/gstringbuffer.c:
15977         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15978         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15979         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15980         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15981         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15982         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15983         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15984         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15985         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15986         Check arguments passed to public functions instead of
15987         crashing.
15988
15989 2006-04-28  Wim Taymans  <wim@fluendo.com>
15990
15991         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15992         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15993         GstBaseAudioSrc must be live or it does not work.
15994
15995         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15996         Don't set live to TRUE as this is the default in the parentclass.
15997
15998 2006-04-28  Wim Taymans  <wim@fluendo.com>
15999
16000         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16001         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16002         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16003         fixation cases better. Fixes #338991
16004
16005 2006-04-28  Wim Taymans  <wim@fluendo.com>
16006
16007         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16008         Handle 0/1 framerate correctly Fixes #331901.
16009
16010 2006-04-28  Wim Taymans  <wim@fluendo.com>
16011
16012         * tests/check/elements/audioconvert.c: (get_float_caps),
16013         (GST_START_TEST), (audioconvert_suite):
16014         Added check for correct clipping when doing float samples
16015         in audioconvert.
16016
16017 2006-04-28  Wim Taymans  <wim@fluendo.com>
16018
16019         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16020         (gst_video_rate_chain):
16021         Print more debugging info.
16022
16023 2006-04-28  Wim Taymans  <wim@fluendo.com>
16024
16025         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16026         (resample_set_state_from_caps):
16027         Add support for other formats audioresample can handle such as
16028         32 bits in and float and 64 bits float. Fixes #301759
16029
16030 2006-04-28  Wim Taymans  <wim@fluendo.com>
16031
16032         * gst/audioconvert/audioconvert.c: (float):
16033         correctly clip float samples > 1.0. Fixes #338718
16034
16035 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16036
16037         Patch by: Young-Ho Cha  <ganadist at chollian net>
16038
16039         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16040         (gst_text_overlay_render_text):
16041           Don't strip newlines from the text. Also, center lines
16042           within multi-line paragraphs (#339405).
16043
16044 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16045
16046         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16047           Fix wavpack typefinding to work in more cases (don't peek
16048           for chunks of multiple hundred kBs at once, but process
16049           things step-by-step in smaller units). Fixes #339786.
16050
16051 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16052
16053         * configure.ac:
16054           back to HEAD
16055
16056 === release 0.10.6 ===
16057
16058 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16059
16060         * configure.ac:
16061           releasing 0.10.6, "Chao"
16062
16063 2006-04-26  David Schleef  <ds@schleef.org>
16064
16065         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16066           Fixes #338897.
16067
16068 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16069
16070         * configure.ac:
16071         * win32/common/config.h:
16072           new prerelease
16073
16074 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16075
16076         patch by: Wim Taymans
16077
16078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16079         (gst_ogg_demux_perform_seek):
16080           make sure correct newsegments are sent, so that the decoder
16081           and the demuxer agree on timestamps.  Fixes playback of a lot
16082           of Ogg files that do not start from 0.  Fixes #339833.
16083
16084 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16085
16086         Patch by: Edward Hervey  <edward@fluendo.com>
16087
16088         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16089         * tests/check/Makefile.am:
16090         * tests/check/elements/videorate.c: (assert_videorate_stats),
16091         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16092         (videorate_suite), (main):
16093           Fix an infinite loop if frames are passed in with wrongly ordered
16094           timestamps.  Fixes #339013.
16095
16096 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16097
16098         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16099
16100         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16101           fix typefinding on some ISO files.  Fixes #339212.
16102
16103 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16104
16105         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16106
16107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16108           add another H264 fourcc.  Fixes #339047.
16109
16110 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         Patch by: Jan Schmidt
16113
16114         * gst/playback/gststreamselector.c:
16115         (gst_stream_selector_bufferalloc):
16116           Restore old StreamSelector behaviour.
16117           Fixes #338419.
16118
16119 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16120
16121         * configure.ac:
16122         * win32/common/config.h:
16123           prerelease
16124
16125 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16126
16127         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16128
16129         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16130         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16131           Fix some memory leaks: on finalize, free buffers left in the queue
16132           before destroying the queue; in _push(), unref rtp_buf even if
16133           the process vfunc returned a NULL buffer as output buffer (#337548);
16134           demote some recuring debug messages to LOG level.
16135
16136 2006-04-11  Wim Taymans  <wim@fluendo.com>
16137
16138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16139         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16140         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16141         (gst_ogg_demux_loop):
16142         More cleanups.
16143         Respect segment stop when emiting EOS or SEGMENT_DONE.
16144         Fixes (#337945).
16145
16146 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16147
16148         * gst/playback/gststreamselector.c:
16149         (gst_stream_selector_get_property):
16150           Don't leak pad name.
16151
16152 2006-04-10  Michael Smith  <msmith@fluendo.com>
16153
16154         * tests/check/Makefile.am:
16155         * tests/check/gst-plugins-base.supp:
16156           Suppress an old libtheora bug (fixed in more recent versions), so 
16157           that FC4 buildslaves can pass.
16158
16159 2006-04-10  Wim Taymans  <wim@fluendo.com>
16160
16161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16162         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16163         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16164         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16165         (gst_ogg_demux_loop):
16166         Don't leak events.
16167         Remember what error we got when finding chains, if we
16168         were shutdown, that would not be an error.
16169
16170 2006-04-10  Wim Taymans  <wim@fluendo.com>
16171
16172         * gst-libs/gst/audio/gstbaseaudiosink.c:
16173         (gst_base_audio_sink_event):
16174         Starting the ringbuffer when we did not acquire it can cause
16175         a deadlock, is pointless and causes nasty things for
16176         subclasses. 
16177         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16178
16179 2006-04-10  Wim Taymans  <wim@fluendo.com>
16180
16181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16182         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16183         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16184         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16185         (gst_ogg_demux_deactivate_current_chain),
16186         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16187         (gst_ogg_demux_bisect_forward_serialno),
16188         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16189         Add some more debugging.
16190
16191 2006-04-10  Wim Taymans  <wim@fluendo.com>
16192
16193         * ext/theora/theoradec.c: (theora_dec_src_event),
16194         (theora_handle_data_packet):
16195         Some more debug info.
16196
16197         * tests/examples/seek/seek.c: (start_seek), (main):
16198         Print element messages too.
16199
16200 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16201
16202         * gst/audioresample/debug.h:
16203           replace debug macros with variable number of parameters
16204           by a simple alias to gstreamer standard debug macros 
16205          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16206           supported by MSVC 6.0 and 7.1)
16207         * gst/audioresample/resample.h:
16208           define M_PI and rint for WIN32
16209         * win32/common/libgstaudio.def:
16210         * win32/common/libgstriff.def:
16211         * win32/common/libgsttag.def:
16212         * win32/common/libgstvideo.def:
16213           add new exported functions
16214         * win32/vs6:
16215           update project files
16216
16217 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16218
16219         * ext/alsa/gstalsamixeroptions.c:
16220         (gst_alsa_mixer_options_class_init):
16221         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16223         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16224         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16225         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16226         * gst-libs/gst/audio/gstaudiofilter.c:
16227         (gst_audio_filter_class_init):
16228         * gst-libs/gst/audio/gstaudiosink.c:
16229         (gst_audioringbuffer_class_init):
16230         * gst-libs/gst/audio/gstaudiosrc.c:
16231         (gst_audioringbuffer_class_init):
16232         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16233         * gst-libs/gst/interfaces/colorbalancechannel.c:
16234         (gst_color_balance_channel_class_init):
16235         * gst-libs/gst/interfaces/mixeroptions.c:
16236         (gst_mixer_options_class_init):
16237         * gst-libs/gst/interfaces/mixertrack.c:
16238         (gst_mixer_track_class_init):
16239         * gst-libs/gst/interfaces/tunerchannel.c:
16240         (gst_tuner_channel_class_init):
16241         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16242         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16243         (gst_netbuffer_class_init):
16244         * gst-libs/gst/rtp/gstbasertppayload.c:
16245         (gst_basertppayload_class_init):
16246         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16247         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16248         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16249         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16250         * gst/playback/gststreamselector.c:
16251         (gst_stream_selector_class_init):
16252         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16253         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16254         * sys/v4l/gstv4lcolorbalance.c:
16255         (gst_v4l_color_balance_channel_class_init):
16256         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16257         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16258         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16259         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16260         (gst_v4l_tuner_norm_class_init):
16261         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16263         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16264         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16265
16266 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16267
16268         * ext/pango/gsttextrender.h:
16269         * gst-libs/gst/audio/gstaudiosink.h:
16270         * gst-libs/gst/audio/gstaudiosrc.h:
16271         * gst-libs/gst/audio/gstbaseaudiosink.h:
16272         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16273         * gst-libs/gst/audio/gstringbuffer.h:
16274         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16275         * gst-libs/gst/rtp/gstbasertppayload.h:
16276         * gst-libs/gst/video/gstvideofilter.h:
16277         * gst-libs/gst/video/gstvideosink.h:
16278         * gst/playback/gstplaybasebin.h:
16279         * gst/tcp/gstmultifdsink.h:
16280         * sys/v4l/gstv4lelement.h:
16281         Fix broken GObject macros
16282
16283 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16284
16285         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16286         More debug to trace why my USB headset is not working with gst
16287
16288 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16289
16290         * gst/playback/gstplaybasebin.c: (group_destroy):
16291         Clean up our group elements properly in the case where it never 
16292         got committed - it still got added unconditionally to the bin.
16293
16294 2006-04-07  Wim Taymans  <wim@fluendo.com>
16295
16296         * ext/theora/theoradec.c: (theora_dec_sink_event),
16297         (theora_handle_data_packet), (theora_dec_chain):
16298         Unref unhandled events.
16299         Protect against empty buffers.
16300         Perform QoS on running time.
16301
16302 2006-04-07  Michael Smith  <msmith@fluendo.com>
16303
16304         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16305         (gst_vorbis_enc_chain):
16306           Remove leaks from vorbisenc.
16307           Mostly minor changes, the only significant one is that now the
16308           buffers we set as 'streamheader' on the caps are copies of the
16309           original buffers, to avoid circular refcounting problems.
16310
16311 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16312
16313         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16314           Don't remove our mute-probe if someone else already did so.
16315           Don't set a 2nd one if there is already one pending on the pad.
16316
16317         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16318         (do_playbin_seek):
16319           When a seek fails, ensure that playbin is still set back to playing.
16320           
16321         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16322         (mpeg_ts_type_find), (plugin_init):
16323           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16324
16325 2006-04-06  Andy Wingo  <wingo@pobox.com>
16326
16327         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16328         (gst_video_rate_init): Caps-related parameters should not be reset
16329         by a flush -- move their inits to the instance init function.
16330         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16331         is not OK, just return the result.
16332
16333         * gst/audiotestsrc/gstaudiotestsrc.c
16334         (gst_audio_test_src_class_init)
16335         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16336         broken by Stefan's commit on 24 March.
16337
16338         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16339         buffers being pushed out. Fixes oggmux ! multifdsink.
16340
16341 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16342
16343         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16344         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16345         * ext/vorbis/vorbisdec.h:
16346         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16347         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16348         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16349         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16350         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16351         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16352         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16353         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16354         (gst_vorbis_enc_buffer_from_packet),
16355         (gst_vorbis_enc_buffer_from_header_packet),
16356         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16357         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16358         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16359         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16360         (gst_vorbis_enc_change_state):
16361         * ext/vorbis/vorbisenc.h:
16362           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16363           vorbisenc adhere to the official nomenclature; use boilerplate
16364           macro.
16365
16366 2006-04-04  Andy Wingo  <wingo@pobox.com>
16367
16368         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16369         Whoops, fix bug introduced. Bad hacker!
16370         
16371         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16372         Properly handle the case where you get EOS before any buffers are
16373         received. Use gst_buffer_make_metadata_writable where appropriate.
16374
16375         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16376         is often negative -- make it signed so as not to wrap around.
16377         Fixes segfaults introduced on 9 March.
16378
16379 2006-04-03  Wim Taymans  <wim@fluendo.com>
16380
16381         * ext/theora/gsttheoradec.h:
16382         * ext/theora/theoradec.c: (theora_dec_src_event):
16383         Don't try to store a gdouble in a gboolean.
16384         Small cleanups.
16385
16386 2006-04-03  Michael Smith  <msmith@fluendo.com>
16387
16388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16389           Oggmux sucks.
16390           Make it suck slightly less by writing out the final page.
16391           Still can't encode a vorbis-in-ogg file correctly, though.
16392
16393 2006-04-03  Andy Wingo  <wingo@pobox.com>
16394
16395         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16396         a g_print.
16397
16398         * ext/theora/theora.c (plugin_init): Register theoraparse.
16399
16400         * ext/theora/gsttheoraparse.h: 
16401         * ext/theora/theoraparse.c: New files implementing a theora
16402         parser. Now we can properly remux ogg/theora+vorbis, yay.
16403
16404         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16405
16406 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16407
16408         * gst/audiotestsrc/gstaudiotestsrc.c:
16409           Fixed the sample pipeline (see #323798)
16410
16411 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16412
16413         * configure.ac:
16414         * win32/common/config.h:
16415         * win32/common/config.h.in:
16416           use AS_VERSION and AS_NANO
16417           more cleanups
16418
16419 2006-03-31  Andy Wingo  <wingo@pobox.com>
16420
16421         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16422         uninitialized variable return that would happen.
16423         
16424         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16425         uninitialized variable return that would never happen.
16426
16427         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16428         (vorbis_parse_sink_event): Add an event function to flush our
16429         state on a seek, and to drain buffers on a premature EOS.
16430         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16431         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16432         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16433         (vorbis_parse_drain_queue): Queue up buffers until we can set
16434         their timestamps and granulepos values.
16435
16436         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16437         and keep track of data needed for deriving granulepos and
16438         timestamps for buffers.
16439
16440 2006-03-29  Wim Taymans  <wim@fluendo.com>
16441
16442         Patch by: j^ <j at bootlab dot org>
16443
16444         * ext/alsa/gstalsamixerelement.c:
16445         (gst_alsa_mixer_element_class_init):
16446         * ext/alsa/gstalsasink.c:
16447         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16448         * ext/ogg/gstoggdemux.c:
16449         * ext/ogg/gstoggmux.c:
16450         * ext/ogg/gstoggparse.c:
16451         * ext/pango/gstclockoverlay.c:
16452         * ext/pango/gsttextoverlay.c:
16453         * ext/pango/gsttextrender.c:
16454         * ext/pango/gsttimeoverlay.c:
16455         * ext/theora/theoradec.c:
16456         * ext/theora/theoraenc.c:
16457         * ext/vorbis/vorbisdec.c:
16458         * ext/vorbis/vorbisenc.c:
16459         * gst/audioconvert/gstaudioconvert.c:
16460         * gst/subparse/gstsubparse.c:
16461         * gst/tcp/gstmultifdsink.c:
16462         * gst/tcp/gsttcpclientsink.c:
16463         * gst/tcp/gsttcpclientsrc.c:
16464         * gst/tcp/gsttcpserversink.c:
16465         * gst/tcp/gsttcpserversrc.c:
16466           better/unified long descriptions
16467           Fixes #336477
16468
16469 2006-03-29  Wim Taymans  <wim@fluendo.com>
16470
16471         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16472         (stop_seek):
16473         Don't let double and triple clicks mess up our state.
16474
16475 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16476
16477         * gst/playback/gstplaybin.c: (gen_video_element),
16478         (gen_text_element), (gen_audio_element), (gen_vis_element):
16479           Error out gracefully when we can't create any of the usual
16480           conversion elements for some reason. Also, don't try to
16481           create an audioscale (sic) element that's not used anyway.
16482
16483 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16484
16485         * gst/playback/gstplaybasebin.c: (setup_source):
16486           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16487           element for a particular protocol, that's confusing for users.
16488           Instead, post a RESOURCE_FAILED error, so that our own error
16489           message is actually shown in totem etc. (#336303).
16490
16491 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16492
16493         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16494
16495         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16496         (gst_gnome_vfs_src_get_icy_metadata):
16497           Fix some minor memory leaks (#336194).
16498
16499 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16500
16501         * ext/gnomevfs/gstgnomevfs.c:
16502         (gst_gnome_vfs_location_to_uri_string):
16503         * ext/gnomevfs/gstgnomevfs.h:
16504         * ext/gnomevfs/gstgnomevfssink.c:
16505         (gst_gnome_vfs_sink_set_property):
16506         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16507           Make gnomevfssink accept filenames as well as URIs for the
16508           "location" property, just like gnomevfssrc does (and
16509           filesrc/filesink do) (#336190).
16510
16511 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16512
16513         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16514           set to NULL before unreffing, fixes a valgrind leak.
16515           Why was this not triggering the error that an object needs to
16516           be NULL before unreffing ?
16517         * win32/common/config.h:
16518           update
16519
16520 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * gst/subparse/gstsubparse.c: (convert_encoding),
16523         (gst_sub_parse_change_state):
16524         * gst/subparse/gstsubparse.h:
16525           Text subtitle files may or may not be UTF-8. If it's not, we
16526           don't really want to see '?' characters in place of non-ASCII
16527           characters like accented characters. So let's assume the input
16528           is UTF-8 until we come across text that is clearly not. If it's
16529           not UTF-8, we don't really know what it is, so try the following:
16530           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16531           is set; if not, check (b) if the current locale encoding is
16532           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16533           the current locale encoding is UTF-8 and the environment variable
16534           was not set to any particular encoding. Not perfect, but better
16535           than nothing (and better than before, I think) (fixes #172848).
16536
16537 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16538
16539         * configure.ac:
16540           update core requirement to 0.10.4.1 because of async_playback
16541           vmethod on GstBaseSink
16542
16543 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16544
16545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16546         * gst/adder/gstadder.c: (gst_adder_init):
16547         use DEBUG_FUNCPTR for collectpads
16548
16549 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16550
16551         * docs/plugins/Makefile.am:
16552         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16553         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16554         * ext/cdparanoia/gstcdparanoiasrc.c:
16555         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16556         (gst_gnome_vfs_sink_class_init):
16557         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16559         * ext/ogg/gstoggmux.c:
16560         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16561         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16562         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16563         * ext/pango/gsttextoverlay.c:
16564         * ext/pango/gsttextrender.c:
16565         * ext/theora/theoradec.c:
16566         * ext/theora/theoraenc.c:
16567         * ext/vorbis/vorbisdec.c:
16568         * ext/vorbis/vorbisenc.c:
16569         * gst-libs/gst/audio/gstaudiofilter.c:
16570         (gst_audio_filter_base_init):
16571         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16572         (gst_audio_filter_template_base_init):
16573         * gst/adder/gstadder.c: (gst_adder_get_type):
16574         * gst/adder/gstadder.h:
16575         * gst/audioconvert/gstaudioconvert.c:
16576         * gst/audiotestsrc/gstaudiotestsrc.c:
16577         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16578         (gst_audio_test_src_create):
16579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16580         * gst/playback/gstdecodebin.c:
16581         * gst/playback/gstplaybin.c:
16582         * gst/playback/gststreamselector.c:
16583         (gst_stream_selector_base_init):
16584         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16585         * gst/volume/gstvolume.c:
16586         * sys/v4l/gstv4lmjpegsink.c:
16587         * sys/v4l/gstv4lmjpegsrc.c:
16588         * tests/check/libs/cddabasesrc.c:
16589         * tests/old/examples/gob/gst-identity2.gob:
16590           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16591           define GstElementDetails at the top
16592
16593 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16594
16595         * win32/common/libgstinterfaces.def:
16596         Add a lot of export functions for gst-python
16597         * win32/vs6/libgstinterfaces.dsp:
16598         Add a missing include folder in the project configuration
16599         
16600 2006-03-23  Wim Taymans  <wim@fluendo.com>
16601
16602         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16603         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16604         (gst_base_audio_src_change_state):
16605         Fix audio sources, forgot to make the ringbuffer
16606         startable...
16607
16608 2006-03-23  Wim Taymans  <wim@fluendo.com>
16609
16610         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16611         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16612         (gst_base_audio_src_change_state):
16613         unparent instead of unref the ringbuffer.
16614
16615 2006-03-23  Wim Taymans  <wim@fluendo.com>
16616
16617         * gst-libs/gst/audio/gstbaseaudiosink.c:
16618         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16619         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16620         Implement new async_play vmethod to start slaving and allow
16621         playback start in case of async PLAY state changes. 
16622
16623         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16624         Enable QoS with new method in base class.
16625
16626 2006-03-23  Wim Taymans  <wim@fluendo.com>
16627
16628         Patch by: Julien MOUTTE <julien at moutte dot net>
16629
16630         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16631         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16632         Partially handle 0 framerate, only EOS after the first frame
16633         is missing.
16634
16635 2006-03-23  Wim Taymans  <wim@fluendo.com>
16636
16637         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16638
16639         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16640         (gst_riff_create_video_template_caps):
16641         * gst/ffmpegcolorspace/avcodec.h:
16642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16643         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16644         (gst_ffmpegcsp_avpicture_fill):
16645         * gst/ffmpegcolorspace/imgconvert.c:
16646         Patch for support of YVU9 AVI files (#334822)
16647
16648 2006-03-22  Edward Hervey  <edward@fluendo.com>
16649
16650         * docs/design/design-decodebin.txt:
16651         Added design document for new decodebin
16652         (Target Caps): text/x-pango-markup is also a default target caps.
16653
16654 2006-03-22  Wim Taymans  <wim@fluendo.com>
16655
16656         * gst-libs/gst/audio/gstbaseaudiosink.c:
16657         (gst_base_audio_sink_dispose):
16658         Since we _parent the ringbuffer, we also need to
16659         _unparent instead of a plain _unref.
16660
16661 2006-03-22  Wim Taymans  <wim@fluendo.com>
16662
16663         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16664         (stop_seek), (scrub_toggle_cb), (main):
16665         Add scrub checkbox.
16666
16667 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16668
16669         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16670         (gst_ogg_parse_chain):
16671           Fix very inefficient usage of linked lists (#335365).
16672
16673 2006-03-21  Edward Hervey  <edward@fluendo.com>
16674
16675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16676         * gst/playback/gstplaybin.c: (handoff):
16677         * gst/playback/gststreamselector.c:
16678         (gst_stream_selector_set_property):
16679         gcc 4.1 unreferenced pointer fixes.
16680         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16682         gst_buffer_ref() now takes a GstBuffer*.
16683
16684 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16685
16686         * sys/xvimage/xvimagesink.c:
16687         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16688         by Jan Schmidt.
16689
16690 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16691
16692         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16693         (id3v1_type_find), (apetag_type_find), (plugin_init):
16694           Can't do tag preferences via probability, as tags would then
16695           lose against types that are recognised with MAXIMUM probability
16696           (like .wav); so let all tag typefinders return MAXIMUM themselves
16697           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16698           that we can prefer APE to ID3v1 (fixes #335028).
16699           
16700 2006-03-17  Wim Taymans  <wim@fluendo.com>
16701
16702         * gst-libs/gst/audio/gstbaseaudiosink.c:
16703         (gst_base_audio_sink_change_state):
16704         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16705         (gst_ring_buffer_may_start):
16706         * gst-libs/gst/audio/gstringbuffer.h:
16707         Only start playback if we are playing.
16708         should fix #330748.
16709
16710 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16711
16712         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16713         * win32/common/config.h:
16714           Revert accidental commits to these files.
16715
16716 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16717
16718         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16719
16720         * tests/Makefile.am:
16721           Don't try to build tests in tests/icles if we
16722           don't have X (#323852)
16723
16724 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16725
16726         * gst-libs/gst/tag/gstid3tag.c:
16727           Add TXXX frame identifiers for replaygain stuff as used
16728           by some taggers (see #323721).
16729
16730 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16731
16732         * gst/playback/gststreamselector.c:
16733         (gst_stream_selector_set_property),
16734         (gst_stream_selector_bufferalloc):
16735           Preserve the existing buggy streamselector behaviour by performing
16736           a fallback buffer allocation when downstream isn't linked yet.
16737           This should really be fixed in playbin by blocking pads until it's
16738           linked them.
16739           Also, use gst_pad_alloc_buffer instead of
16740           gst_pad_alloc_buffer_and_set.
16741
16742 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16743
16744         * gst-libs/gst/tag/gstid3tag.c:
16745           Don't crash on unknown ID3v2 TXXX frames.
16746           
16747 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16748
16749         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16750           Chain up to the parent finalize method.
16751           Add 32-bit sample size to the template caps.
16752
16753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16754         (gst_riff_create_video_template_caps):
16755           Add the fourcc that the VMWare codec uses.
16756           
16757         * gst/playback/gststreamselector.c:
16758         (gst_stream_selector_set_property),
16759         (gst_stream_selector_bufferalloc),
16760         (gst_stream_selector_request_new_pad):
16761           For the active pad, forward buffer-alloc requests, otherwise
16762           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16763           having to memcpy every frame when used by playbin.
16764
16765         * gst/tcp/gstmultifdsink.c:
16766         (gst_multi_fd_sink_handle_client_write):
16767           Get negotiated caps from the sink pad, rather than the sink
16768           pad's peer.
16769
16770 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16771
16772         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16773         
16774         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16775           Don't forget to set src->callbacks_pushed to FALSE again when
16776           popping them, otherwise re-activation in a different mode won't
16777           work (#334620).
16778
16779 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16780
16781         Patch by: Sebastien Moutte  <sebastien moutte net>
16782
16783         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16784         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16785         (gst_ffmpeg_smpfmt_to_caps):
16786           Replace __VA_ARGS__ caps creation macros with varargs functions.
16787           Makes things compile on MSVC (#320765), looks nicer, and we can
16788           tell the compiler to check for the NULL terminator.
16789
16790 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16791
16792         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16793
16794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16795           Make sure the buffer we copy into is really always big
16796           enough, this time for real (#333488).
16797           
16798 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16799
16800         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16801           Add support for 24bpp DIB (#305279).
16802
16803 2006-03-14  Wim Taymans  <wim@fluendo.com>
16804
16805         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16806         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16807         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16808         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16809         (gst_video_scale_init), (gst_video_scale_src_event):
16810         Re-enable QoS after the release.
16811         Rework videoscale to use the base class src_event handler.
16812
16813 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16814
16815         * configure.ac:
16816           back to CVS.
16817
16818 === release 0.10.5 ===
16819
16820 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16821
16822         * configure.ac:
16823           releasing 0.10.5, "Net"
16824
16825 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16826
16827         * docs/plugins/Makefile.am:
16828           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16829           
16830 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16831
16832         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16833         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16834         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16835           Add cdparanoiasrc to docs.
16836
16837         * gst-libs/gst/cdda/gstcddabasesrc.c:
16838           More GstCddaBaseSrc docs.
16839
16840 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16841
16842         * docs/libs/gst-plugins-base-libs-sections.txt:
16843         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16844         * gst-libs/gst/tag/tag.h:
16845           API: libgsttag: new method gst_tag_from_id3_user_tag().
16846
16847 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16848
16849         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16850           NULL-terminate array of mpeg4 video file extensions.
16851           Fixes crash on PPC (#334226).
16852
16853 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16854
16855         * ext/gnomevfs/gstgnomevfssrc.c:
16856         (gst_gnome_vfs_src_check_get_range):
16857           gnome_vfs_uri_is_local() alone is not a good indicator
16858           whether we can operate in pull-mode with a specific URI,
16859           as it returns FALSE for file:// URIs that point to an
16860           NFS-mounted path. Be more conservative here: whitelist
16861           local files, blacklist http URIs and use the old
16862           mechanism for anything else (fixes #334216).
16863
16864 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16865
16866         * configure.ac:
16867           back to trunk
16868
16869 === release 0.10.4 ===
16870
16871 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16872
16873         * configure.ac:
16874           releasing 0.10.4, "Power"
16875
16876 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16877
16878         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16879         Disable max-lateness by setting it to -1 for now, so that 
16880         we can bed QoS stuff in thoroughly between now and the next
16881         release.
16882
16883 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16884
16885         Patch by: Fabrizio Gennari
16886
16887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16888           Make sure we don't read beyond the palette buffer in case of
16889           broken or manipulated files (#333488)
16890
16891 2006-03-10  Edward Hervey  <edward@fluendo.com>
16892
16893         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16894         Fix for variable not initialized.
16895
16896 2006-03-09  Wim Taymans  <wim@fluendo.com>
16897
16898         * ext/libvisual/visual.c: (gst_visual_get_type),
16899         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16900         (gst_visual_chain):
16901         Small cleanups.
16902
16903         * ext/theora/gsttheoradec.h:
16904         * ext/theora/theoradec.c: (gst_theora_dec_init),
16905         (gst_theora_dec_reset), (_theora_granule_time),
16906         (theora_dec_src_convert), (theora_dec_sink_convert),
16907         (theora_dec_src_query), (theora_dec_src_event),
16908         (theora_dec_sink_event), (theora_handle_comment_packet),
16909         (theora_handle_header_packet), (theora_dec_push),
16910         (theora_handle_data_packet), (theora_dec_chain),
16911         (theora_dec_change_state):
16912         Add simple QoS.
16913
16914 2006-03-09  Wim Taymans  <wim@fluendo.com>
16915
16916         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16917         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16918         Some cleanups.
16919
16920 2006-03-09  Wim Taymans  <wim@fluendo.com>
16921
16922         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16923         Don't try to activate NULL chains.
16924
16925 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16928           Fix invalid memory access to region before peek'd data (#332964).
16929
16930 2006-03-09  Wim Taymans  <wim@fluendo.com>
16931
16932         Patch by: Christophe Fergeau
16933
16934         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16935         * ext/pango/gsttextrender.c: (gst_text_render_init):
16936         * gst/adder/gstadder.c: (gst_adder_init):
16937         Don't leak padtemplates, closes #333510.
16938
16939 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16940
16941         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16942           Fix invalid memory access: make sure string passed to
16943           regexec() is NUL-termianted.
16944
16945 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16946
16947         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16948         (mp3_type_find):
16949           Refactor mpeg/audio typefinding to make it more maintainable
16950           and easier to fine-tune. Make probing into middle of the file
16951           work properly (fixes #333900, also see #152688).
16952
16953 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16954
16955         * gst/typefind/gsttypefindfunctions.c:
16956         (utf8_type_find_have_valid_utf8_at_offset):
16957           Remove part from previous commit that was bogus:
16958           g_utf8_validate() does in fact not accept embedded
16959           zeroes, so we don't need to check for those (thanks
16960           to Mike for the hint).
16961
16962 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16963
16964         * gst/typefind/gsttypefindfunctions.c:
16965         (utf8_type_find_count_embedded_zeroes),
16966         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16967           Make plain/text typefinder more conservative: firstly, check
16968           for embedded zeroes, which are perfectly valid UTF-8 characters,
16969           but also a fairly good sign that something is not a plain text
16970           file; secondly, probe into the middle of the file if possible.
16971           If we can't probe into the middle, limit the probability value
16972           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16973
16974 2006-03-08  Michael Smith  <msmith@fluendo.com>
16975
16976         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16977           Make typefind function name for mpeg4 video unique.
16978
16979 2006-03-08  Wim Taymans  <wim@fluendo.com>
16980
16981         * ext/libvisual/visual.c: (gst_visual_init),
16982         (gst_visual_clear_actors), (gst_visual_dispose),
16983         (gst_visual_reset), (gst_visual_src_setcaps),
16984         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16985         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16986         (gst_visual_chain), (gst_visual_change_state):
16987         Cleanups, post nice errors.
16988         Handle sink and src events.
16989         Implement simple QoS.
16990
16991         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16992         Use new basesink methods to configure max-lateness.
16993         Small doc update.
16994
16995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16996         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16997         Debug statement cleanups.
16998
16999         * gst/volume/gstvolume.c: (gst_volume_class_init):
17000         Simple cleanup.
17001
17002 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17003
17004         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17005         (gst_text_overlay_init), (gst_text_overlay_set_property),
17006         (gst_text_overlay_get_property):
17007           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17008           as string type properties, but mark them deprecated. Add
17009           'halignment' and 'valignment' properties that use enums
17010           instead of strings.
17011
17012 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         Patch by: Fabrizio Gennari
17015
17016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17017           Allow palettes with less than 256 colours in AVI files
17018           (#333488)
17019
17020 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17021
17022         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17023         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17024         pad. We were releasing the queued text buffer when we should keep
17025         it until video pad gets EOS or discard the text buffer because it's
17026         too old. That was eating the last subtitle buffer. Add some more
17027         debug.
17028
17029 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17030
17031         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17032         (gst_text_overlay_video_chain):
17033           Fix invalid memory access (we can't access a buffer after it's been
17034           pushed downstream without taking a reference); fix memory leak (if
17035           there's no text to render, bail out before allocating stuff).
17036
17037 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17038
17039         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17040         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17041         * ext/pango/gsttextoverlay.h:
17042           If input is plain text, escape it before passing it to
17043           pango_layout_set_markup().
17044
17045 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17046
17047         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17048           Don't ignore flow return from gst_pad_push().
17049
17050 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         Patch by: Fabrizio Gennari
17053
17054         * ext/libvisual/visual.c: (gst_visual_getcaps),
17055         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17056         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17057         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17058         (gst_vorbisenc_convert_sink):
17059         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17060         (gst_audio_duration_from_pad_buffer):
17061         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17062         (gst_audio_filter_chain):
17063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17064         (gst_base_rtp_depayload_setcaps):
17065         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17066         (gst_video_get_size):
17067         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17068           Don't leak references returned by gst_pad_get_parent()
17069           (#333663)
17070
17071 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17072
17073         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17074           change location param details
17075         * gst/volume/gstvolume.c: (plugin_init):
17076           correct plugin description
17077
17078 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17079
17080         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17081         (gst_gnome_vfs_src_check_get_range):
17082           Override GstBaseSrc::check_get_range() in order to avoid opening
17083           the resource just to check whether we can operate in pull-mode or
17084           not - we can predict that pretty well from the URI alone. Should
17085           fix problems with last.fm (#331690). (Requires latest core CVS).
17086
17087 2006-03-06  Wim Taymans  <wim@fluendo.com>
17088
17089         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17090         (gst_video_sink_class_init):
17091         Throw away frames that are later than 20 ms.
17092
17093 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17094
17095         Patch by: Fabrizio Gennari
17096
17097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17098           Set depth on WMA caps (#333545)
17099
17100 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17101
17102         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17103         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17104           put Theora BOS pages before others.  This hardcodes
17105           the Ogg/Theora I profile, but hey.
17106
17107 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17108
17109         * ext/ogg/README:
17110           updated with some examples
17111         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17112         (granulepos_add), (theora_buffer_from_packet):
17113         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17114         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17115         (gst_vorbisenc_chain):
17116           implement strategy from ext/ogg/README
17117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17118         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17119         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17120         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17121           Fix muxer so that oggz-validate is happy with all streams;
17122           except for no eos mark, and the BOS page ordering
17123         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17124         (check_buffer_granulepos):
17125         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17126           update tests to check for OFFSET being set as requested
17127           fixed type of granulepos, it's not a ClockTime
17128
17129 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17130
17131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17132         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17133         Check that the xvimage we are creating has a correct size
17134         before returning it. (#314897)
17135
17136 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17137
17138         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17139           Give id3 and ape tag typefinders a rank slightly higher
17140           than PRIMARY to ensure they're always run before any of
17141           the other typefinders (in particular wav and mp3) (#324186).
17142
17143 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17144
17145         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17146           Add support for '3IVD' fourcc (#333403).
17147
17148 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17149
17150         * configure.ac:
17151           Bump requirements to GStreamer CVS for the new error enum.
17152
17153         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17154           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17155           space left on the device (fixes #333352).
17156
17157 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17158
17159         * win32/vs6:
17160           add a project file for libgstvolume
17161           update the workspace
17162
17163 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17164
17165         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17166         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17167         (GST_START_TEST):
17168           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17169           Set IN_CAPS on header buffers
17170
17171 2006-03-02  Wim Taymans  <wim@fluendo.com>
17172
17173         * docs/plugins/Makefile.am:
17174         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17175         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17176         Add audioresample to docs.
17177
17178         * gst/audioconvert/gstaudioconvert.c:
17179         Add revision date.
17180
17181         * gst/audioresample/gstaudioresample.c:
17182         (gst_audioresample_base_init), (gst_audioresample_class_init),
17183         (gst_audioresample_init), (gst_audioresample_dispose),
17184         (audioresample_get_unit_size), (audioresample_transform_caps),
17185         (resample_set_state_from_caps), (audioresample_transform_size),
17186         (audioresample_set_caps), (audioresample_event),
17187         (audioresample_do_output), (audioresample_transform),
17188         (audioresample_pushthrough), (gst_audioresample_set_property),
17189         (gst_audioresample_get_property), (plugin_init):
17190         * gst/audioresample/gstaudioresample.h:
17191         Added docs.
17192         Small code cleanups.
17193
17194 2006-03-02  Wim Taymans  <wim@fluendo.com>
17195
17196         * docs/plugins/Makefile.am:
17197         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17198         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17199         Added videoscale to docs.
17200
17201         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17202         (gst_video_rate_swap_prev), (gst_video_rate_event),
17203         (gst_video_rate_chain):
17204         Fix typo in docs.
17205
17206         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17207         (gst_video_scale_init), (gst_video_scale_prepare_size),
17208         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17209         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17210         * gst/videoscale/gstvideoscale.h:
17211         Added docs, examples.
17212         Some code cleanups.
17213         Post errors instead of g_warning.
17214
17215 2006-03-02  Wim Taymans  <wim@fluendo.com>
17216
17217         * docs/libs/gst-plugins-base-libs-docs.sgml:
17218         * docs/libs/gst-plugins-base-libs-sections.txt:
17219         * docs/libs/gst-plugins-base-libs.types:
17220         * docs/plugins/Makefile.am:
17221         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17222         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17223         Added some more docs to libs and plugins.
17224
17225         * gst-libs/gst/audio/gstringbuffer.c:
17226         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17227         * gst-libs/gst/audio/gstringbuffer.h:
17228         Document ringbuffer some more.
17229
17230         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17231         (gst_video_rate_setcaps), (gst_video_rate_reset),
17232         (gst_video_rate_init), (gst_video_rate_flush_prev),
17233         (gst_video_rate_swap_prev), (gst_video_rate_event),
17234         (gst_video_rate_chain), (gst_video_rate_change_state):
17235         * gst/videorate/gstvideorate.h:
17236         Fix videorate to use segments.
17237         Make it work with 0/1 framerates (closes #331903)
17238         Handle EOS correctly.
17239         Added docs.
17240
17241 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17242
17243         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17244         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17245         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17246           In state change function, first chain up to parent class,
17247           then handle downwards state change stuff. Remove some
17248           commented out cruft from 0.8 code.
17249
17250 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17251
17252         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17253         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17254         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17255         (gst_ogm_parse_chain):
17256           Don't remove/re-add source pad if the new caps are the same as
17257           the old caps anyway (#333042). When removing source pad, don't
17258           unref it afterwards - we didn't ref it when adding. Sprinkle some
17259           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17260           after using gst_pad_get_parent(). Return downstream flow return
17261           value in chain function.
17262
17263 2006-03-02  Wim Taymans  <wim@fluendo.com>
17264
17265         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17266         * docs/plugins/gst-plugins-base-plugins.args:
17267         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17268         * docs/plugins/gst-plugins-base-plugins.interfaces:
17269         * docs/plugins/gst-plugins-base-plugins.signals:
17270         Fix hierarchy, added some more elements to the docs.
17271
17272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17273         (gst_ffmpegcsp_get_type):
17274         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17275         Fix docs for ffmpegcolorspace.
17276
17277 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17278
17279         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17280         (apetag_type_find), (ape_type_find), (plugin_init):
17281           Some typefinding fine-tuning:
17282           - rank ID3/APE tags in order of preference via probabilities, so that
17283             ID3v2 > APEv2 > APEv1 > ID3v1.
17284           - three or four bytes don't really justify MAXIMUM probability,
17285             change those to 'very likely' (musepack and monkeysaudio).
17286
17287 2006-03-01  Wim Taymans  <wim@fluendo.com>
17288
17289         * docs/plugins/Makefile.am:
17290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17292         * ext/alsa/gstalsamixer.c:
17293         * ext/alsa/gstalsamixer.h:
17294         * ext/alsa/gstalsamixerelement.c:
17295         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17296         * ext/alsa/gstalsamixerelement.h:
17297         * ext/alsa/gstalsasink.c:
17298         * ext/alsa/gstalsasink.h:
17299         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17300         (gst_alsasrc_init):
17301         * ext/alsa/gstalsasrc.h:
17302         Added alsa docs.
17303         Small code cleanups.
17304
17305 2006-03-01  Wim Taymans  <wim@fluendo.com>
17306
17307         * ext/theora/Makefile.am:
17308         Dist new header too,
17309
17310 2006-03-01  Wim Taymans  <wim@fluendo.com>
17311
17312         * docs/plugins/Makefile.am:
17313         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17314         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17315         * ext/gnomevfs/gstgnomevfssink.h:
17316         * ext/gnomevfs/gstgnomevfssrc.h:
17317         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17318         * ext/vorbis/vorbisdec.h:
17319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17320         * ext/vorbis/vorbisenc.h:
17321         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17322         (vorbis_parse_chain), (vorbis_parse_change_state):
17323         * ext/vorbis/vorbisparse.h:
17324         * gst/audioconvert/gstaudioconvert.h:
17325         * gst/tcp/gsttcpserversink.h:
17326         * gst/videotestsrc/gstvideotestsrc.c:
17327         * gst/videotestsrc/gstvideotestsrc.h:
17328         * gst/volume/gstvolume.c:
17329         * gst/volume/gstvolume.h:
17330         Fix some more docs.
17331         Added docs for vorbisdec and vorbisparse.
17332         Fix vorbisparse.
17333
17334 2006-03-01  Wim Taymans  <wim@fluendo.com>
17335
17336         * docs/plugins/Makefile.am:
17337         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17338         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17339         * ext/pango/gstclockoverlay.h:
17340         * ext/pango/gsttextoverlay.h:
17341         * ext/pango/gsttextrender.h:
17342         * ext/pango/gsttimeoverlay.h:
17343         * ext/theora/gsttheoradec.h:
17344         * ext/theora/gsttheoraenc.h:
17345         * ext/theora/theoradec.c:
17346         * ext/theora/theoraenc.c:
17347         * gst/audioconvert/gstaudioconvert.h:
17348         * gst/audiotestsrc/gstaudiotestsrc.h:
17349         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17350         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17351         * gst/tcp/gstmultifdsink.h:
17352         Updated/added documentation.
17353
17354         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17355         (gst_text_overlay_halign_get_type),
17356         (gst_text_overlay_wrap_mode_get_type),
17357         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17358         (gst_text_overlay_init), (gst_text_overlay_set_property),
17359         (gst_text_overlay_get_property):
17360         Fix up properties to be enums instead of string to make bindings,
17361         introspection and automatic GUI creation possible.
17362         Add getters for the properties.
17363
17364 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17365
17366         * gst/audiotestsrc/gstaudiotestsrc.c:
17367           added defines of M_PI and M_PI_2
17368         * gst/ffmpegcolorspace/avcodec.h:
17369           removed #include "stdint.h" for win32 as _stdint.h is 
17370           autogenerated to win32/common
17371         * win32/common/libgstaudio.def:
17372         * win32/common/libgsttag.def:
17373           added some exports
17374         * win32/vs6:
17375           some project files bugs corrected
17376         * win32/vs7:
17377           project files are reset to the default vs7 configuration 
17378           (they link to msvcr71.dll using default optimizations)
17379           
17380 2006-02-28  Wim Taymans  <wim@fluendo.com>
17381
17382         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17383         Fix some docs.
17384
17385 2006-02-28  Edward Hervey  <edward@fluendo.com>
17386
17387         * ext/alsa/gstalsasrc.c:
17388         Set proper class on the ElementDetails:
17389         Source/Audio instead of Src/Audio/
17390
17391 2006-02-28  Edward Hervey  <edward@fluendo.com>
17392
17393         * gst/videoscale/vs_scanline.c:
17394         (vs_scanline_resample_nearest_RGBA):
17395         Revert optimization in videoscale. It should go in liboil and have
17396         an appropriate liboil function.
17397
17398 2006-02-28  Wim Taymans  <wim@fluendo.com>
17399
17400         * gst-libs/gst/audio/gstbaseaudiosink.c:
17401         (gst_base_audio_sink_provide_clock):
17402         Don't try to provide a clock in the NULL state.
17403
17404 2006-02-28  Wim Taymans  <wim@fluendo.com>
17405
17406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17407         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17408         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17409         (gst_ogg_demux_deactivate_current_chain),
17410         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17411         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17412         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17413         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17414         Use GstSegment infrastructure to remove duplicated code
17415         and handle more seek cases correctly.
17416
17417 2006-02-28  Wim Taymans  <wim@fluendo.com>
17418
17419         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17420         (gst_ffmpegcsp_transform):
17421         Don't ignore return code from ffmpeg convert function.
17422
17423         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17424         Split out some long statements to ease debugging.
17425
17426 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17427
17428         * ext/libvisual/visual.c: (gst_visual_init),
17429         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17430         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17431         being able to renegotiate the size. Instead, use the negotiation
17432         algorithm from the goom plugin to pick an initial output caps. 
17433
17434         Also, allow theoretical libvisual plugins that might support non-GL 
17435         output even if they also do GL.
17436
17437 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17438
17439         * ext/libvisual/visual.c: (gst_visual_init),
17440         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17441         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17442         possible negotiation issues.
17443
17444 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17445
17446         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17447
17448 2006-02-24  Michael Smith  <msmith@fluendo.com>
17449
17450         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17451         (cmml_type_find), (plugin_init):
17452           Fix CMML type find function to not require a specific minor version
17453           of the CMML header.
17454
17455           Add an MPEG4 video elementary stream typefind function.
17456
17457 2006-02-04  Michael Smith  <msmith@fluendo.com>
17458
17459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17460         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17461         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17462         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17463         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17464         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17465           Annodex support in ogg demuxer. Doesn't do very much without the
17466           other annodex patches (to come).
17467
17468 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17469
17470         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17471
17472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17473           Pick up palette for MS video v1 (#327028)
17474
17475 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17476
17477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17478         (gst_ffmpegcsp_caps_remove_format_info),
17479         (gst_ffmpegcsp_get_unit_size):
17480           The 'palette_data' field from incoming RGB caps shouldn't be
17481           proxied on outgoing YUV caps; also, restrict unit size
17482           adjustment in case of paletted data only to the unit that
17483           actually has a palette. Fixes #330711.
17484
17485 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17486
17487         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17488         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17489         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17490         (gst_ffmpegcsp_get_unit_size):
17491           Plug some memory leaks.
17492
17493 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17494
17495         * sys/ximage/Makefile.am:
17496         * sys/xvimage/Makefile.am:
17497           Add some _CFLAGS and _LIBS that seem to be missing
17498           and/or required for Cygwin (see #317048).
17499
17500 2006-02-22  Wim Taymans  <wim@fluendo.com>
17501
17502         * ext/alsa/gstalsasrc.c:
17503         Fix description as pointed out by caugier.
17504
17505 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17506
17507         Reviewed by : Edward Hervey  <edward@fluendo.com>
17508
17509         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17510         (qt_type_find):
17511         Better 3gp typefinding (#331526).
17512
17513 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17514
17515         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17516           Don't send EOS event here, the base class will send one for us.
17517
17518         * gst/playback/gstplaybasebin.c: (prepare_output):
17519           Subpictures without video stream aren't allowed either.
17520         
17521         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17522           Fix debug statement copy'n'paste-o.
17523
17524 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17525
17526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17527           Fix issues with mixer keeping state when muting/unmuting
17528           and when changing the volume whilst muted (see #331763
17529           and #331765).
17530
17531 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17532
17533         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17534         (parse_subrip), (gst_sub_parse_format_autodetect):
17535           Set right caps given that we send escaped text. Also,
17536           honour <i></i>, <b></b> and <u></u> markers that can be found
17537           in .srt files (fixes #310202).
17538
17539 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17540
17541         * gst-libs/gst/audio/mixerutils.c:
17542         (element_factory_rank_compare_func):
17543           Make order in which elements are tried more determinable.
17544
17545 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17546
17547         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17548         (remove_element_chain), (cleanup_decodebin),
17549         (gst_decode_bin_change_state): Make decodebin reusable by
17550         fixing remove_element_chain first and then introduce a
17551         cleaner in state change to ->NULL. (Closes #331678)
17552
17553 2006-02-19  Wim Taymans  <wim@fluendo.com>
17554
17555         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17556         use 0666 mask when creating files so umask gets applied
17557         correctly. Fixes #331295.
17558
17559 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17560
17561         * gst/subparse/Makefile.am:
17562         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17563         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17564         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17565         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17566         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17567         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17568         * gst/subparse/gstssaparse.h:
17569         * gst/subparse/gstsubparse.c: (plugin_init):
17570           Add very basic parser for SSA subtitle streams (as often
17571           found in matroska files).
17572
17573 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17574
17575         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17576           That should be text/x-pango-markup, not text/x-pango-layout.
17577
17578 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17579
17580         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17581         Polishing.
17582
17583 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17584
17585         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17586         (gst_text_overlay_finalize), (gst_text_overlay_init),
17587         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17588         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17589         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17590         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17591         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17592         Fix state change deadlock.
17593
17594 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17595
17596         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17597         (gst_text_overlay_finalize), (gst_text_overlay_init),
17598         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17599         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17600         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17601         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17602         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17603         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17604         and subtitles files.
17605
17606 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17607
17608         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17609         should be considered as raw.
17610
17611 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17612
17613         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17614         (cb_probe):
17615         * gst/playback/gststreaminfo.h: Introduce language informations.
17616
17617 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17618
17619         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17620         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17621         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17622         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17623         Set shared memory segments to be deleted as soon as we have attached,
17624         that way they get cleaned up automatically if we crash.
17625
17626 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17627
17628         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17629         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17630         functions are called with lock held.
17631
17632 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17633
17634         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17635         (gst_text_overlay_finalize), (gst_text_overlay_init),
17636         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17637         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17638         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17639         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17640         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17641         (gst_text_overlay_change_state): Refactoring of textoverlay
17642         without collectpads. This now supports sparse subtitles coming
17643         from a demuxer instead of a sub file. Seeking is still broken 
17644         though. Need to discuss with wtay some more on how to handle
17645         seeking correctly.
17646         * ext/pango/gsttextoverlay.h:
17647         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17648         subtitles coming from the demuxer.
17649
17650 2006-02-17  Wim Taymans  <wim@fluendo.com>
17651
17652         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17653         (gst_vorbisenc_convert_sink):
17654         Use some more scaling functions.
17655
17656 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17657
17658         * ext/cdparanoia/gstcdparanoiasrc.c:
17659         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17660         (gst_cd_paranoia_paranoia_callback),
17661         (gst_cd_paranoia_src_signal_is_being_watched),
17662         (gst_cd_paranoia_src_read_sector):
17663         * ext/cdparanoia/gstcdparanoiasrc.h:
17664           Add back 'transport-error' and 'uncorrected-error' signals and
17665           make them actually be fired when bad stuff happens (#319340).
17666
17667 2006-02-17  Wim Taymans  <wim@fluendo.com>
17668
17669         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17670         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17671         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17672         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17673         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17674         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17675         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17676         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17677         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17678         (gst_ring_buffer_clear):
17679         Small cleanups.
17680         Added some G_LIKELY.
17681
17682 2006-02-17  Wim Taymans  <wim@fluendo.com>
17683
17684         * gst-libs/gst/audio/TODO:
17685         Update TODO
17686
17687         * gst-libs/gst/audio/gstbaseaudiosink.c:
17688         (gst_base_audio_sink_get_offset):
17689         When trying to play samples ASAP and we don't have a
17690         previous sample, try to play at position 0 instead of
17691         an invalid position.
17692
17693 2006-02-17  Wim Taymans  <wim@fluendo.com>
17694
17695         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17696         (gst_alsasink_reset):
17697         Also release lock when we get an error in _reset();
17698         fix an error message.
17699
17700 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17701
17702         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17703         (gst_alsasink_init), (get_channel_free_structure),
17704         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17705         (gst_alsasink_close):
17706         * ext/alsa/gstalsasink.h:
17707           Add support for more than 2 channels (#326720).
17708
17709 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17710
17711         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17712           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17713           with 4 or 6 channels, assume a default channel layout to make things
17714           work (not sure there's anything else we can do in those cases).
17715
17716 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17717
17718         * gst-libs/gst/audio/multichannel.c:
17719           Minor docs fix.
17720
17721         * gst-libs/gst/riff/Makefile.am:
17722         * gst-libs/gst/riff/riff-ids.h:
17723         * gst-libs/gst/riff/riff-media.c:
17724         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17725           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17726           channels and a channel layout map.
17727           
17728 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17729
17730         Reviewed by Edward Hervey  <edward@fluendo.com>
17731
17732         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17733         C-level optimization of the RGBA nearest neighbour function.
17734         Eventually this might end up in liboil with vectorized versions.
17735
17736 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17737
17738         * gst-libs/gst/audio/multichannel.c:
17739         (gst_audio_get_channel_positions):
17740           When we have more than 2 channels, but no channel layout is
17741           specified in the caps, return some default channel layout
17742           to the caller and warn about about a possibly buggy element
17743           (could be buggy filtercaps as well of course) (#317038).
17744
17745 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17746
17747         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17748           Add gst-libs/gst/cdda to list of lib search paths.
17749
17750 2006-02-15  Andy Wingo  <wingo@pobox.com>
17751
17752         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17753         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17754         to the Lord Jesus that I do not have to touch the ogg muxer ever
17755         again.
17756
17757 2006-02-15  Edward Hervey  <edward@fluendo.com>
17758
17759         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17760         quicktime movie files can also contain 'uuid' atoms.
17761
17762 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17763
17764         * gst/audioconvert/plugin.c: (plugin_init):
17765           Register the GstAudioChannelPosition enum type with the type
17766           system in the plugin_init function, so that it is known before
17767           any element actually makes use of multi-channel stuff. This is
17768           required for example if one wants to be able to deserialise/use
17769           a caps string with channel positions before any pipeline has
17770           been setup and started, like with gst-launch.
17771
17772 2006-02-14  Wim Taymans  <wim@fluendo.com>
17773
17774         * gst-libs/gst/audio/gstringbuffer.c:
17775         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17776         (gst_ring_buffer_samples_done), (wait_segment),
17777         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17778         Add some compiler G_(UN_)LIKELY help.
17779         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17780         make sure they can exit their functions. Should fix #330748
17781
17782 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17783
17784         * Makefile.am:
17785         * configure.ac:
17786         * win32/MANIFEST:
17787         * win32/common/_stdint.h:
17788           Windows does not have long long; copy the generated _stdint.h
17789         * win32/common/interfaces-enumtypes.c:
17790         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17791         (gst_mixer_track_flags_get_type),
17792         (gst_tuner_channel_flags_get_type):
17793         * win32/common/multichannel-enumtypes.c:
17794         (gst_audio_channel_position_get_type):
17795           update
17796
17797 2006-02-13  Wim Taymans  <wim@fluendo.com>
17798
17799         * gst-libs/gst/audio/gstbaseaudiosink.c:
17800         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17801         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17802         Always sync on first sample we receive when starting.
17803
17804 2006-02-13  Wim Taymans  <wim@fluendo.com>
17805
17806         * gst/playback/gstplaybin.c: (gen_vis_element):
17807         Update vis bin docs.
17808         Move queue after tee so we don't queue video buffers but
17809         audio samples instead. Fixes problems where the video queue
17810         is filled and the audio queue empty.
17811
17812 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17813
17814         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17815           No need to push an EOS event here, GstBaseSrc will do that for us
17816           when we return FLOW_UNEXPECTED.
17817           
17818 2006-02-12  Wim Taymans  <wim@fluendo.com>
17819
17820         * gst-libs/gst/audio/gstbaseaudiosink.c:
17821         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17822         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17823         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17824         Use scale functions when possible.
17825         Fix error messages.
17826         Free clockid when after waiting for EOS.
17827         Use G_(UN_)LIKLY when it makes sense.
17828         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17829
17830 2006-02-12  Edward Hervey  <edward@fluendo.com>
17831
17832         * gst/playback/gstplaybasebin.c: (prepare_output): 
17833         Remove stray semi-colon (fixes #330888).
17834
17835 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17836
17837         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17839         Fix up the XShm call testing so that we catch errors, and don't
17840         cause new ones by attempting to detach from a segment we failed
17841         to attach to. Fixes #312439.
17842
17843 2006-02-10  Edward Hervey  <edward@fluendo.com>
17844
17845         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17846         Added flv file typefind (video/x-flv).
17847
17848 2006-02-10  Edward Hervey  <edward@fluendo.com>
17849
17850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17851         (gst_riff_create_video_template_caps):
17852         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17853         Also added the caps to the default set of riff video caps.
17854
17855 2006-02-09  Andy Wingo  <wingo@pobox.com>
17856
17857         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17858         time and the end time of the last packet in the page.
17859         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17860         on the pages in our queue, set the duration as well. Reflow a
17861         debug statement.
17862         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17863         Fixes bad muxing order.
17864
17865 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17866
17867         * gst-libs/gst/rtp/gstbasertppayload.c:
17868         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17869           update seqnum before setting it on the packet; this makes sure
17870           that the timestamp and seqnum properties match after pushing
17871           a buffer
17872
17873 2006-02-09  Andy Wingo  <wingo@pobox.com>
17874
17875         * gst-libs/gst/audio/gstringbuffer.c
17876         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17877         overflow after 13.5 hours of recording. Kapow!
17878
17879         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17880         the buffer size -- we don't care about underrun/overrun reporting
17881         right now, just need to return a useful value.
17882
17883 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17884
17885         * configure.ac:
17886           Back to CVS
17887
17888 === release 0.10.3 ===
17889
17890 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17891
17892         * configure.ac:
17893           releasing 0.10.3, "Under Pressure"
17894
17895 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17896
17897         * configure.ac:
17898         Drat. Bump libtool version number for new API.
17899         Prelease 0.10.2.3 (of 0.10.3)
17900
17901 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17902
17903         * configure.ac:
17904         * win32/common/config.h:
17905         0.10.2.2 prerelease (of 0.10.3).
17906
17907 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17908
17909         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17910           Revert Andy's newsegment change pending a more correct
17911           fix.
17912
17913 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17914
17915         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17916         (qt_type_find), (plugin_init):
17917           detect more files as 3gp
17918           group and reorder the iso file formats
17919
17920 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17921
17922         * ext/vorbis/vorbis.c: (plugin_init):
17923           Register musicbrainz tags, so apps don't have to.
17924
17925 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17926
17927         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17928         (gst_tag_to_vorbis_tag):
17929           Make sure we called gst_tag_register_musicbrainz_tags()
17930           before possibly mapping a vorbiscomment string from/to a
17931           musicbrainz tag.
17932
17933 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17934
17935         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17936           In case we can't find the required number of consecutive
17937           mpeg audio frames to positively identify an MPEG audio
17938           stream, check if there's at least a valid mpeg audio
17939           frame right at offset 0 and if so suggest mpeg/audio
17940           caps with a very low probability (#153004).
17941
17942 2006-02-07  Andy Wingo  <wingo@pobox.com>
17943
17944         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17945         a TIME segment if we get timestamped buffers. Requires recent
17946         fixes in core to work properly.
17947
17948 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17949
17950         * gst/playback/gstplaybasebin.c: (prepare_output):
17951           Don't print the URI as part of the error message, it
17952           makes error dialogs look rather ugly, especially if
17953           the URI is very long or has characters in it that
17954           need escaping.
17955
17956 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17957
17958         * gst/playback/gstplaybasebin.c: (prepare_output):
17959           Error out if we have only text or subtitles, but nothing
17960           else. Also error out if we have subtitles but no video
17961           stream.
17962
17963 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17964
17965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17966           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17967           Post an error message on the bus when we encounter an
17968           error, which will hopefully be more meaningful than the
17969           'Internal Flow Error' message users get to see if we
17970           just return GST_FLOW_ERROR.
17971
17972 2006-02-07  Andy Wingo  <wingo@pobox.com>
17973
17974         * configure.ac (GST_MAJORMINOR): Update core version req to
17975         0.10.2.2, for the collectpads API addition (#330244).
17976
17977 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17978
17979         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17980           Return FALSE from plugin_init() when GnomeVFS can't
17981           be initialised for some reason (#328423).
17982
17983 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17984
17985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17986         Stick to seeking theory until i find the bug.
17987         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17988
17989 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17990
17991         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17992         (theora_enc_finalize), (theora_enc_sink_setcaps),
17993         (theora_set_header_on_caps), (theora_enc_chain),
17994         (theora_enc_change_state):
17995         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17996           Make theoraenc and the tests leak free. Like, really.
17997
17998 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17999
18000         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18001         (theora_enc_finalize), (theora_enc_sink_setcaps):
18002           Add a finalize method to ensure we clean up state even if
18003           someone omitted the state change back to NULL.
18004
18005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18006         (gst_vorbisenc_chain):
18007           Free some more leaked bits.
18008
18009         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18010         (stop_pipeline):
18011           Wait for state changes to happen if they're ASYNC.
18012
18013           This ought to teach those fancy pants buildbots a lesson.
18014
18015 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18016
18017         * gst-libs/gst/tag/gstid3tag.c:
18018           Add mapping for ID3 International Standard Recording Code
18019           tag "TSRC"
18020
18021 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18022
18023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18024           Don't leak tag names.
18025
18026 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18027
18028         * docs/libs/gst-plugins-base-libs-docs.sgml:
18029         * docs/libs/gst-plugins-base-libs-sections.txt:
18030         * gst-libs/gst/tag/gstid3tag.c:
18031         * gst-libs/gst/tag/gstvorbistag.c:
18032         * gst-libs/gst/tag/tags.c:
18033           Split libgsttag docs into multiple sections.
18034
18035 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * docs/libs/Makefile.am:
18038         * docs/libs/gst-plugins-base-libs-docs.sgml:
18039         * docs/libs/gst-plugins-base-libs-sections.txt:
18040         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18041         * gst-libs/gst/tag/gstvorbistag.c:
18042         * gst-libs/gst/tag/tag.h:
18043         * gst-libs/gst/tag/tags.c:
18044           Add libgsttag to the docs.
18045
18046 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18047
18048         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18049         (gst_text_overlay_init), (gst_text_overlay_src_event),
18050         (gst_text_overlay_collected): Fix clockoverlay.
18051
18052 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18053
18054         * docs/libs/compiling.sgml:
18055           Fix typo: it's pkg-config, not pkg-gconfig
18056
18057         * docs/libs/gst-plugins-base-libs-docs.sgml:
18058         * docs/libs/gst-plugins-base-libs-sections.txt:
18059         * docs/libs/tmpl/gstgconf.sgml:
18060           There is no libgstgconf in 0.10, remove it
18061           from the docs.
18062
18063 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18064
18065         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18066         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18067         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18068         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18069         (gst_sub_parse_class_init), (gst_sub_parse_init),
18070         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18071         (parse_mpsub), (parser_state_init), (handle_buffer),
18072         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18073         * gst/subparse/gstsubparse.h: Introduce seeking code.
18074
18075 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18076
18077         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18078           Add comment about LANGUAGE tag inconsistency (we want
18079           ISO-639-1, but extract three-letter identifiers?)
18080
18081         * po/POTFILES.in:
18082           Add two translatable files.
18083
18084 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18085
18086         * gst-libs/gst/tag/Makefile.am:
18087         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18088         * gst-libs/gst/tag/tag.h:
18089         * gst-libs/gst/tag/tags.c:
18090         (gst_tag_register_musicbrainz_tags_internal),
18091         (gst_tag_register_musicbrainz_tags):
18092           Forward-port some tags stuff from the 0.8 branch. This is
18093           mostly the addition of musicbrainz tags and their mapping
18094           to vorbistags, and a vorbistag mapping of the language tag.
18095
18096 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18097
18098         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18099         refactoring.
18100
18101 2006-02-04  David Schleef  <ds@schleef.org>
18102
18103         * ext/ogg/gstoggmux.c:
18104         * gst/typefind/gsttypefindfunctions.c:
18105           Add Dirac typefinding and add dirac format to oggmux.
18106
18107 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18108
18109         * gst/playback/gstdecodebin.c: (try_to_link_1):
18110           Don't put essential function call into
18111           g_return_*() macro, otherwise it'll all be
18112           replaced by NOOPs when compiling with
18113           G_DISABLE_CHECKS defined.
18114
18115 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18116
18117         * ext/ogg/gstoggdemux.c:
18118         * ext/ogg/gstoggparse.c:
18119         * gst/tcp/gsttcpserversink.c:
18120         * sys/v4l/v4lsrc_calls.c:
18121         * sys/v4l/v4lsrc_calls.h:
18122         Just make it compile with --disable-gst-debug.
18123
18124 2006-02-03  Wim Taymans  <wim@fluendo.com>
18125
18126         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18127         (gst_alsasink_class_init), (gst_alsasink_init),
18128         (gst_alsasink_write), (gst_alsasink_reset):
18129         * ext/alsa/gstalsasink.h:
18130         Add lock to protect alsa calls.
18131         Implement reset to flush samples ASAP, does not work
18132         with dmix though.
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         Ugh.. getting late I guess...
18139
18140 2006-02-02  Wim Taymans  <wim@fluendo.com>
18141
18142         * gst-libs/gst/audio/gstbaseaudiosink.c:
18143         (gst_base_audio_sink_provide_clock),
18144         (gst_base_audio_sink_set_property),
18145         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18146         Don't try to provide a clock when we are not negotiated since
18147         we might not be able to make it run.
18148
18149 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18150
18151         * gst/playback/gstdecodebin.c: (try_to_link_1):
18152           Unlinking two source pads is ... hard.
18153
18154 2006-02-02  Wim Taymans  <wim@fluendo.com>
18155
18156         * gst-libs/gst/audio/TODO:
18157         Updated.
18158
18159         * gst-libs/gst/audio/gstbaseaudiosink.c:
18160         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18161         On EOS, wait till the last sample is played before posting EOS.
18162
18163 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18164
18165         Patch by: Kai Vehmanen
18166         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18167           Adds ability to enable newsegment bypass by setting queue_delay to
18168           zero. Also avoid thread being started if queue_delay is zero.
18169
18170 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18171
18172         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18173           Make test work again by connecting fakesinks to each decoded pad,
18174           which makes the pipeline wait until each fakesink has a buffer
18175           queued before going to PAUSED state. At that point we know the
18176           decodebin pads are negotiated.
18177
18178 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18179
18180         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18181         (gst_cdda_base_src_handle_event):
18182         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18183           Pass unhandled queries to the parent class's query function.
18184
18185 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18186
18187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18188         (gst_ogg_pad_src_query):
18189         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18190         * ext/theora/theoradec.c: (theora_dec_src_query),
18191         (theora_dec_sink_query):
18192         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18193         (vorbis_dec_sink_query):
18194         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18195         (gst_vorbisenc_sink_query):
18196         * gst/adder/gstadder.c: (gst_adder_query):
18197           Pass unhandled queries upstream instead of just
18198           dropping them (#326447). Also, fix supported
18199           query types list for some elements.
18200
18201 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18202
18203         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18204         (paris_type_find), (ilbc_type_find), (plugin_init):
18205           Fix typefinding for audio/x-au, audio/x-paris and
18206           audio/iLBC-sh. We cannot use the START_WITH macros
18207           here, because there can only be one typefind factory
18208           with the same name (caps), so the second one would
18209           replace the first one and the first one would never
18210           be called when doing typefinding (see #161712).
18211           
18212
18213 2006-01-31  Wim Taymans  <wim@fluendo.com>
18214
18215         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18216         (vorbis_handle_header_packet), (vorbis_dec_push),
18217         (vorbis_handle_data_packet):
18218         Use scale_int when we can, add some more scaling.
18219         Check packettype before parsing it.
18220
18221 2006-01-31  Wim Taymans  <wim@fluendo.com>
18222
18223         * ext/theora/theoradec.c: (_theora_granule_time),
18224         (theora_dec_src_convert), (theora_dec_sink_convert):
18225         Call right _scale functions.
18226         Use parameter instead of some other random value.
18227
18228 2006-01-31  Wim Taymans  <wim@fluendo.com>
18229
18230         * ext/theora/theoradec.c: (_theora_granule_frame),
18231         (_theora_granule_time), (_inc_granulepos),
18232         (theora_dec_src_convert), (theora_dec_sink_convert),
18233         (theora_handle_type_packet), (theora_handle_data_packet),
18234         (theora_dec_chain):
18235         Use higher precision timestamps calculation.
18236         Convert some other conversions to _scale.
18237
18238 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18239
18240         * gst/audiotestsrc/gstaudiotestsrc.c:
18241         (gst_audio_test_src_create_sine_table), (plugin_init):
18242         * gst/volume/gstvolume.c: (plugin_init):
18243           initialize gst_controller before using
18244
18245 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18246
18247         * tests/check/pipelines/theoraenc.c:
18248         * tests/check/pipelines/vorbisenc.c:
18249         Define constant using G_GINT64_CONSTANT to avoid errors when
18250         passing it around - otherwise it gets truncated to 32 bits.
18251
18252         Fixes failing tests.
18253
18254 2006-01-31  Andy Wingo  <wingo@pobox.com>
18255
18256         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18257         caps being set doesn't have a framerate value. Basically a stopgap
18258         measure.
18259
18260         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18261         technically correct enough to put into core though.
18262         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18263         DURATION. Fixes theoraenc ! oggmux.
18264
18265         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18266         fraction, not double.
18267
18268 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18269
18270         * win32/vs7:
18271         add vs7 project files created by Sergey Scobich
18272
18273 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18274
18275         * win32/vs8:
18276         add vs8 project files created by Sergey Scobich
18277         
18278 2006-01-30  Andy Wingo  <wingo@pobox.com>
18279
18280         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18281         timestamp + duration, not just timestamp -- ogg pages should be
18282         ordered by stop time. Necessary fix given the change in vorbis
18283         timestamps.
18284
18285         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18286         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18287         (granulepos_add): New function, handles the messiness of adjusting
18288         granulepos values.
18289         (theora_buffer_from_packet):
18290         (theora_enc_chain):
18291         (theora_enc_sink_event): Use granulepos_add, not +.
18292
18293         * tests/check/pipelines/theoraenc.c
18294         (check_buffer_granulepos_from_starttime): Just check the frame
18295         count, not the actual granulepos -- we can't dictate to the
18296         encoder when it should be placing keyframes.
18297
18298 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18299
18300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18301           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18302           play an http:// stream from a server that's not serving
18303
18304 2006-01-30  Andy Wingo  <wingo@pobox.com>
18305
18306         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18307         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18308         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18309         available.
18310
18311         * ext/theora/gsttheoraenc.h:
18312         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18313         although theoraenc was timestamping correctly. Added handling of
18314         streams that start with nonzero timestamps.
18315
18316         * tests/check/Makefile.am:
18317         * tests/check/pipelines/theoraenc.c: New file, basically does same
18318         tests as vorbisenc.
18319
18320         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18321
18322 2006-01-30  Wim Taymans  <wim@fluendo.com>
18323
18324         * gst-libs/gst/audio/gstaudiosink.c:
18325         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18326         (gst_audioringbuffer_pause):
18327         Implement pause that does not wait for completion.
18328
18329         * gst-libs/gst/audio/gstbaseaudiosink.c:
18330         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18331         Don't drop buffers when going to PAUSED but perform preroll on
18332         remaining samples now that core base class supports this.
18333
18334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18335         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18336         (gst_ring_buffer_commit):
18337         Pause should not signal waiters.
18338         Implement return value of _commit correctly.
18339
18340 2006-01-30  Andy Wingo  <wingo@pobox.com>
18341
18342         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18343
18344         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18345         updated to timestamp from the first sample, not the last.
18346         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18347         special care of granulepos and timestamp for header packets.
18348         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18349         when the first buffer has a nonzero timestamp.
18350
18351         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18352         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18353         case when the first audio buffer we get has a nonzero timestamp.
18354         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18355         properly timestamp vorbis buffers with the time of the first
18356         sample, not the last.
18357         
18358         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18359         vorbis_granule_time_copy -- now it takes the granule/subgranule
18360         offset into account.
18361
18362         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18363         timestamps, durations, and granulepos on buffers produced by
18364         vorbisenc.
18365
18366 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18367
18368         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18369         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18370           Patch from Eric Jonas to support conversions to/from UYVY 
18371           (Fixes: #324626)
18372
18373 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18374
18375         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18376         (setup_subtitle), (setup_source), (set_active_source):
18377         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18378         (gen_text_element), (gen_audio_element), (gen_vis_element),
18379         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18380
18381 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18382
18383         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18384         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18385                 use gst_guint64_to_gdouble to be compliant with vs6
18386         * gst/playback/gstdecodebin.c: (try_to_link_1)
18387         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18388                 use G_GINT64_CONSTANT for int64 constants
18389         * win32/common/libgstinterfaces.def:
18390                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18391         * win32/vs6:
18392                 update and add new project files
18393                 
18394 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18395
18396         * Makefile.am:
18397         * win32/MANIFEST:
18398         * win32/common/interfaces-enumtypes.c:
18399         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18400         (gst_mixer_track_flags_get_type),
18401         (gst_tuner_channel_flags_get_type):
18402         * win32/common/interfaces-enumtypes.h:
18403         * win32/common/multichannel-enumtypes.c:
18404         (gst_audio_channel_position_get_type):
18405         * win32/common/multichannel-enumtypes.h:
18406           add a win32-update rule like in core, and copy over enumtypes files
18407
18408 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18409
18410         * win32/MANIFEST:
18411         * win32/common/config.h:
18412         * win32/common/config.h.in:
18413           add config files just like in core
18414
18415 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18416
18417         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18418           Make gcc-4.1 happy (part of #327357).
18419
18420 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18421
18422         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18423         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18424         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18425         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18426         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18427         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18428           Update all error messages.  All of them should either use
18429           the default translated message, or actually provide a
18430           translatable string.
18431           Make the string for channel count problems meaningful.
18432
18433 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18434
18435         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18436           check for and throw RESOURCE_BUSY
18437
18438 2006-01-27  David Schleef  <ds@schleef.org>
18439
18440         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18441           checked in this change -- it requires liboil features not
18442           in 0.3.6.  Revert parts.
18443
18444 2006-01-27  David Schleef  <ds@schleef.org>
18445
18446         * REQUIREMENTS:
18447         * configure.ac: update liboil requirement to 0.3.6
18448         * gst/videoscale/Makefile.am:
18449         * gst/videoscale/vs_scanline.c: liboilify
18450
18451 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18452
18453         * ext/libvisual/visual.c: (get_buffer):
18454           When pad_alloc returns a GstFlowReturn other
18455           than GST_FLOW_OK, make sure it is passed upstream.
18456
18457 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18458
18459         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18460         (gst_alsasink_class_init):
18461           Free the device name string.
18462
18463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18464         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18465         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18466           Don't remove a pad from the collectpads structure until it
18467           is released - it's a request pad, and may receive data again
18468           if the element gets moved back to PLAYING state.
18469
18470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18471           Ensure we turn on double buffering on the Xv port, and
18472           set the colour key to something dark and mysterious that
18473           isn't black.
18474
18475 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18476
18477         * ext/alsa/gstalsaplugin.c: (plugin_init):
18478         * ext/cdparanoia/gstcdparanoiasrc.c:
18479         (gst_cd_paranoia_src_base_init), (plugin_init):
18480         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18482           - a library should not call setlocale. see "Libraries" node in
18483             gettext manual
18484           - make sure all plugins that use translation do bindtextdomain
18485             to point to the localedir
18486         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18487         (setup_sinks), (plugin_init):
18488           all this, and check for NULL when creating sinks
18489
18490 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18491
18492         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18493         (plugin_init): Make typefinding of subtitles work again.
18494
18495 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18496
18497         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18498         (mp3_type_frame_length_from_header), (mp3_type_find),
18499         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18500         (plugin_init):
18501           Backport a bunch of typefinding fixes from the 0.8 branch.
18502           Also, improve wavpack typefinding: if we can't peek the
18503           entire wavpack block, try to parse the bits we can get and
18504           see if we find what we're looking for in those.
18505
18506 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18507
18508         * sys/ximage/ximagesink.c:
18509         (gst_ximagesink_calculate_pixel_aspect_ratio):
18510         * sys/xvimage/xvimagesink.c:
18511         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18512         more cases of pixel aspect ratio.
18513
18514 2006-01-26  Edward Hervey  <edward@fluendo.com>
18515
18516         * gst/playback/gstdecodebin.c: (pad_probe):
18517         Also consider the flush-start and tag events as unblockers
18518         for the pad probes.
18519
18520 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18521
18522         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18523         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18524         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18525         On the fly visualisation switch, works disabling, enabling as
18526         well but it won't be able to enable vis in a playbin that was
18527         created with no visualisation.
18528
18529 2006-01-25  Wim Taymans  <wim@fluendo.com>
18530
18531         * gst-libs/gst/audio/gstbaseaudiosink.c:
18532         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18533         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18534         resume after pause.
18535
18536 2006-01-25  Wim Taymans  <wim@fluendo.com>
18537
18538         * gst-libs/gst/audio/gstbaseaudiosink.c:
18539         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18540         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18541         Improve debugging.
18542         Post error when caps cannot be parsed.
18543         Resync on discontinuity in the stream.
18544         Clip samples to segment boundaries.
18545         return WRONG_STATE sooner when we are flushing.
18546
18547         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18548         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18549         Make audiosrc operate in TIME.
18550         Set TIMESTAMP and DURATION on buffers.
18551
18552 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18553
18554         * tests/examples/seek/seek.c: (main):
18555           Output tag messages as well.
18556
18557 2006-01-23  Edward Hervey  <edward@fluendo.com>
18558
18559         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18560         (free_pad_probes), (remove_fakesink), (pad_probe),
18561         (close_pad_link), (gst_decode_bin_change_state):
18562         Replace GstPadBlockCallback with pad probes that detect
18563         first buffer AND eos before removing fakesink.
18564         Fixes hang with demuxers doing EOS while pre-rolling.
18565         Solves #328279
18566
18567 2006-01-23  Andy Wingo  <wingo@pobox.com>
18568
18569         * ext/alsa/gstalsasink.c:
18570         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18571         (gst_base_rtp_depayload_setcaps),
18572         (gst_base_rtp_depayload_add_to_queue),
18573         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18574         
18575         Patch by: Jens Granseuer <jensgr at gmx dot net>
18576
18577 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18578
18579         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18580         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18581         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18582         frames. We might get a frame destroyed after changing state to
18583         NULL, adding a safety check on xcontext.
18584
18585 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18586
18587         * gst-libs/gst/interfaces/xoverlay.c:
18588           Fix prepare-xwindow-id code example in the docs - we need to
18589           ignore all messages that aren't element messages as well.
18590           
18591 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18592
18593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18594           I think one day i'll completely undestand how caps negotiation
18595           is supposed to work. This refactoring handles buffer_alloc
18596           called with caps we can't handle. We definitely don't want a
18597           set_caps with those caps, so we define and allocate a buffer
18598           we would like to receive.
18599
18600 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18601
18602         * gst/playback/gstplaybasebin.c: (setup_source):
18603           Free iterator when done.
18604
18605 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18606
18607         * gst-libs/gst/audio/gstbaseaudiosink.c:
18608         (gst_base_audio_sink_render):
18609           Fix playback of non-synchronised streams by assuming a rate
18610           of 1.0 instead of a random one.
18611
18612           Makes this work again:
18613
18614           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18615           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18616           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18617           audioresample ! alsasink
18618
18619 === release 0.10.2 ===
18620
18621 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18622
18623         * configure.ac:
18624           releasing 0.10.2, "Then the devil is six"
18625
18626 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18627
18628         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18629         * gst/playback/gststreamselector.c:
18630         (gst_stream_selector_set_property):
18631           Comment out broken code that connects to the state-changed signal.
18632           At this point, changing current stream selection is broken, but 
18633           stuff like gst-launch playbin current-audio=1 works and filters
18634           to the chosen stream.
18635
18636 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18637
18638         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18639           Fix #327216 (null dereference in vorbisdec)
18640
18641 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18642
18643         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18644           Post taglist actually on bus instead of just freeing it
18645           (fixes #327114 and totem bug #327080).
18646
18647         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18648           Use gst_element_found_tags_for_pad(), so that the tags
18649           are sent downstream as an event as well.
18650
18651 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18652
18653         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18654         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18655         (gst_ximagesink_buffer_alloc):
18656         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18657         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18658         (gst_xvimagesink_buffer_alloc):
18659           move all regularly occurring messages to GST_LOG level
18660           add some more object logs
18661
18662 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18663
18664         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18665           fix a silly segfault
18666
18667 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18668
18669         * docs/libs/gst-plugins-base-libs-docs.sgml:
18670         * docs/libs/gst-plugins-base-libs-sections.txt:
18671         * gst-libs/gst/audio/mixerutils.c:
18672         * gst-libs/gst/audio/mixerutils.h:
18673           Add docs for mixerutils stuff.
18674
18675 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * gst/playback/gstplaybasebin.c: (setup_source):
18678           Fix playback for sources that emit raw audio or
18679           raw video streams (e.g.: cd audio sources) (#325984).
18680
18681 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18682
18683         * gst-libs/gst/audio/mixerutils.c:
18684         (gst_audio_mixer_filter_do_filter):
18685           actually save the element we create
18686
18687 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18688
18689         * gst-libs/gst/cdda/gstcddabasesrc.c:
18690         (gst_cdda_base_src_handle_track_seek):
18691           No need to post a tag message on the bus when seeking
18692           within the same track, only post it when the current
18693           track changes.
18694
18695 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18696
18697         * gst/playback/gstplaybasebin.c: (group_destroy),
18698         (probe_triggered), (new_decoded_pad), (mute_group_type),
18699         (set_active_source):
18700         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18701         * gst/playback/gststreamselector.c:
18702         (gst_stream_selector_base_init),
18703         (gst_stream_selector_set_property),
18704         (gst_stream_selector_request_new_pad):
18705           Reenable stream selection. These mechanisms need a complete overhaul
18706           in the face of 0.8->0.10 changes though.
18707
18708 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18709
18710         * ext/ogg/gstoggdemux.c:
18711           Change the pad template to src_%d to match the pads that 
18712           are created from it. decodebin needs this information in order
18713           to decide that oggdemux is capable of producing multiple pads
18714           (and hence needs queues inserted).
18715
18716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18717         (gst_ogg_mux_collected):
18718           Make debug output more useful by using GST_PTR_FORMAT.
18719
18720 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18721
18722         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18723
18724         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18725           Set depth and width for alaw/mulaw (fixes #326601).
18726
18727 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18728
18729         * tests/icles/Makefile.am:
18730           don't build the tests if we don't have the libs
18731
18732 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18733
18734         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18735         (gst_cd_paranoia_paranoia_callback):
18736           Don't try to free NULL pointers.
18737
18738 2006-01-10  Edward Hervey  <edward@fluendo.com>
18739
18740         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18741         (gst_audio_rate_change_state), (plugin_init):
18742         Add debugging category.
18743         Fix type issues.
18744         Add case for incoming buffers without valid offset/offset_end.
18745
18746 2006-01-10  Michael Smith  <msmith@fluendo.com>
18747
18748         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18749           Don't leak GCond in audio sources.
18750
18751 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18752
18753         * gst/playback/gstplaybin.c: (gen_audio_element):
18754           Don't leak an autoaudiosink/alsasink when we generate
18755           a new audio element. (old code, I guess)
18756
18757 2006-01-10  Michael Smith  <msmith@fluendo.com>
18758
18759         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18760           Support float audio in audiorate.
18761           Use width rather than depth for selecting sample width.
18762
18763 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18764
18765         * gst/videotestsrc/videotestsrc.h:
18766           Use GLib types here (that way we don't have to include the
18767           generated _stdint.h header, which makes life easier for win32
18768           folks that don't use autotools for the build) (#325990, patch
18769           by: Sergey Scobich).
18770
18771 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18772
18773         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18774         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18775         (gst_ring_buffer_pause), (wait_segment):
18776         * gst-libs/gst/audio/gstringbuffer.h:
18777           Name (private) union, makes Forte compiler happy (this time
18778           for real) (#324900).
18779
18780 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18781
18782         * gst-libs/gst/audio/Makefile.am:
18783           Link against libgstinterfaces, needed for mixer
18784           and property probe stuff.
18785
18786 2006-01-09  Edward Hervey  <edward@fluendo.com>
18787
18788         * gst-libs/gst/Makefile.am:
18789
18790 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18791
18792         * gst-libs/gst/audio/Makefile.am:
18793         * gst-libs/gst/audio/mixerutils.c:
18794         (gst_audio_mixer_filter_do_filter),
18795         (gst_audio_mixer_filter_check_element),
18796         (gst_audio_mixer_filter_probe_feature),
18797         (element_factory_rank_compare_func),
18798         (gst_audio_default_registry_mixer_filter):
18799         * gst-libs/gst/audio/mixerutils.h:
18800           Add gst_audio_default_registry_mixer_filter() utility
18801           function.
18802
18803 2006-01-03  Michael Smith  <msmith@fluendo.com>
18804
18805         * gst/audioresample/resample.h:
18806           As before, but for o_buf
18807
18808 2006-01-03  Michael Smith  <msmith@fluendo.com>
18809
18810         * gst/audioresample/resample.h:
18811           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18812           since we do arithmetic on it.
18813
18814 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18815
18816         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18817         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18818         (gst_ring_buffer_pause), (wait_segment):
18819         * gst-libs/gst/audio/gstringbuffer.h:
18820           Sun's Forte compiler doesn't seem to like anonymous structs,
18821           so use same setup as in GstBaseSrc (fixes #324900).
18822
18823 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18824
18825         * configure.ac:
18826         * gst/volume/Makefile.am:
18827         * gst/volume/demo.c:
18828           move old example to tests/examples/volume/volune.c
18829         * tests/examples/Makefile.am:
18830         * tests/examples/seek/seek.c: (main):
18831           change window-close event from "delete-event" to "destroy"
18832         * tests/examples/volume/Makefile.am:
18833         * tests/examples/volume/volume.c: (value_changed_callback),
18834         (setup_gui), (message_received), (eos_message_received), (main):
18835           fix event handling and bus usage
18836
18837 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18838
18839         * gst/audiotestsrc/gstaudiotestsrc.c:
18840         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18841         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18842         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18843         (gst_audio_test_src_create_square),
18844         (gst_audio_test_src_create_saw),
18845         (gst_audio_test_src_create_triangle),
18846         (gst_audio_test_src_create_silence),
18847         (gst_audio_test_src_create_white_noise),
18848         (gst_audio_test_src_create_pink_noise),
18849         (gst_audio_test_src_init_sine_table),
18850         (gst_audio_test_src_create_sine_table),
18851         (gst_audio_test_src_change_wave),
18852         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18853         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18854         * gst/audiotestsrc/gstaudiotestsrc.h:
18855           update to basesrc changes, implement segmented seeking and eos
18856           handling, add a 'sine-tab' waveform for performance critical playback
18857
18858 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18859
18860         * po/POTFILES.in:
18861           ... and this time the other modified file that I missed last time.
18862
18863 2005-12-29  Michael Smith  <msmith@fluendo.com>
18864
18865         * gst/playback/gstdecodebin.c: (new_pad):
18866           Fix non-C89 variable declaration not at the start of a block. Should
18867           help some compilers.
18868
18869 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18870
18871         * tests/check/Makefile.am:
18872           And now fix 'make distcheck' (builddir != srcdir)
18873
18874 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18875
18876         * configure.ac:
18877         * ext/cdparanoia/Makefile.am:
18878         * ext/cdparanoia/gstcdparanoia.c:
18879         * ext/cdparanoia/gstcdparanoia.h:
18880         * ext/cdparanoia/gstcdparanoiasrc.c:
18881         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18882         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18883         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18884         (gst_cd_paranoia_paranoia_callback),
18885         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18886         (gst_cd_paranoia_src_set_property),
18887         (gst_cd_paranoia_src_get_property), (plugin_init):
18888         * ext/cdparanoia/gstcdparanoiasrc.h:
18889           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18890           plugin again (there are still fixes required to playbin to make
18891           cdda:// uris work there).
18892
18893 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18894
18895         * tests/check/Makefile.am:
18896           Fix test case compilation.
18897
18898 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18899
18900         * gst-libs/gst/cdda/gstcddabasesrc.c:
18901         (gst_cdda_base_src_update_duration),
18902         (gst_cdda_base_src_calculate_cddb_id):
18903           An integer is not a string. Fix access to uninitialised variable.
18904
18905         * tests/check/Makefile.am:
18906           Add cddabasesrc unit test; also actually enable the vorbis test.
18907
18908         * tests/check/generic/states.c:
18909           Blacklist new cd audio elements as well.
18910
18911         * tests/check/libs/cddabasesrc.c:
18912           Unit test for GstCddaBaseSrc (discid calculation mostly).
18913
18914 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18915
18916         * docs/libs/Makefile.am:
18917         * docs/libs/gst-plugins-base-libs-docs.sgml:
18918         * docs/libs/gst-plugins-base-libs-sections.txt:
18919         * docs/libs/gst-plugins-base-libs.types:
18920           Add docs for libgstcdda/GstCddaBaseSrc.
18921
18922         * gst-libs/gst/interfaces/mixertrack.h:
18923           Do one struct member per line with a semicolon at the end, that way
18924           even gtk-doc might parse it without complaining.
18925
18926 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18927
18928         * configure.ac:
18929         * gst-libs/gst/Makefile.am:
18930         * gst-libs/gst/cdda/Makefile.am:
18931         * gst-libs/gst/cdda/base64.c:
18932         * gst-libs/gst/cdda/base64.h:
18933         * gst-libs/gst/cdda/gstcddabasesrc.c:
18934         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18935         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18936         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18937         (gst_cdda_base_src_get_property),
18938         (gst_cdda_base_src_get_track_from_sector),
18939         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18940         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18941         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18942         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18943         (gst_cdda_base_src_uri_get_protocols),
18944         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18945         (gst_cdda_base_src_uri_handler_init),
18946         (gst_cdda_base_src_setup_interfaces),
18947         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18948         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18949         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18950         (gst_cdda_base_src_add_tags),
18951         (gst_cdda_base_src_add_index_associations),
18952         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18953         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18954         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18955         (gst_cdda_base_src_create):
18956         * gst-libs/gst/cdda/gstcddabasesrc.h:
18957         * gst-libs/gst/cdda/sha1.c:
18958         * gst-libs/gst/cdda/sha1.h:
18959           Add new libgstcdda with GstCddaBaseSrc class.
18960
18961 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18962
18963         * ext/gnomevfs/gstgnomevfssink.h:
18964           Use GstBaseSinkClass as parent_class member for class struct, not
18965           GstBaseSink.
18966
18967 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18968
18969         Patch by: Michael Benes
18970
18971         * gst/videotestsrc/gstvideotestsrc.c:
18972         (gst_video_test_src_class_init), (gst_video_test_src_start):
18973           Add start method to reset running time and number of frames sent
18974           when starting up (fixes #324696)
18975
18976 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * docs/plugins/Makefile.am:
18979         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18980         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18981         * docs/plugins/gst-plugins-base-plugins.args:
18982         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18983         * docs/plugins/gst-plugins-base-plugins.signals:
18984           Add docs stuff for gnomevfssrc and gnomevfssink.
18985
18986         * ext/gnomevfs/gstgnomevfssrc.c:
18987           Fix example pipeline in gtk-doc blurb.
18988
18989 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18990
18991         * ext/gnomevfs/Makefile.am:
18992         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18993         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18994         (gst_gnome_vfs_handle_get_type), (plugin_init):
18995         * ext/gnomevfs/gstgnomevfs.h:
18996         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18997         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18998         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18999         (gst_gnome_vfs_sink_set_property),
19000         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19001         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19002         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19003         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19004         (gst_gnome_vfs_sink_uri_get_type),
19005         (gst_gnome_vfs_sink_uri_get_protocols),
19006         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19007         (gst_gnome_vfs_sink_uri_handler_init):
19008         * ext/gnomevfs/gstgnomevfssink.h:
19009           Port gnomevfssink; add gtk-doc blurb.
19010
19011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19012         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19013         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19014         (gst_gnome_vfs_src_uri_get_type),
19015         (gst_gnome_vfs_src_uri_get_protocols),
19016         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19017         (gst_gnome_vfs_src_uri_handler_init),
19018         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19019         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19020         (gst_gnome_vfs_src_send_additional_headers_callback),
19021         (gst_gnome_vfs_src_received_headers_callback),
19022         (gst_gnome_vfs_src_push_callbacks),
19023         (gst_gnome_vfs_src_pop_callbacks),
19024         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19025         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19026         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19027         * ext/gnomevfs/gstgnomevfssrc.h:
19028           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19029           file; add gtk-doc blurb with example pipelines.
19030
19031 === release 0.10.1 ===
19032
19033 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19034
19035         * configure.ac:
19036           releasing 0.10.1, "Dobro Dedek"
19037
19038 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19039
19040         * gst/typefind/gsttypefindfunctions.c:
19041         iLBC30 and iLBC20 added to typefind.
19042
19043 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19044
19045         * gst-libs/gst/audio/gstbaseaudiosink.c:
19046         (gst_base_audio_sink_class_init):
19047         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19048         (gst_base_audio_src_class_init):
19049           update strings, values are in microseconds
19050           change the default sink buffer time to something that is smaller
19051           (to help software volume mixing have a slightly lower delay) but
19052           still be acceptable on Wim's laptop
19053
19054 2005-12-20  Edward Hervey  <edward@fluendo.com>
19055
19056         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19057         Made a quack, forgot to add DUCK to the riff video template.
19058
19059 2005-12-19  Edward Hervey  <edward@fluendo.com>
19060
19061         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19062         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19063         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19064         (gst_ogm_parse_chain):
19065         Make sure pads are initialized correctly.
19066         * gst-libs/gst/riff/riff-ids.h:
19067         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19068         (gst_riff_create_video_template_caps):
19069         Add a whole bunch of FOURCC <=> MimeType.
19070         Extend the riff video pad template to support the newly added fourcc.
19071
19072 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19073
19074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19075         (gst_ogg_demux_activate_chain):
19076           Extra debug output when activating/deactivating chains.
19077
19078         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19079         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19080         (unlinked):
19081           Remove a queue from our list when it becomes unlinked.
19082           Don't add queues to elements in class 'Demux' if they
19083           can only produce one pad 
19084
19085 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19086
19087         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19088         (gst_video_sink_get_type): Add a debug category.
19089
19090 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19091
19092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19093         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19094           Handle downstream newsegment by sending our own newsegment before the
19095           next buffer to be released. (#323900)
19096
19097 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19098
19099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19100         (gst_base_rtp_depayload_set_gst_timestamp):
19101           add queue delay to new segment as well (as opposed to just the first
19102           buffer). (bug #322347)
19103
19104 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19105
19106         * ext/libvisual/visual.c: (make_valid_name):
19107           change some char* into char[]
19108         * gst/audiotestsrc/gstaudiotestsrc.c:
19109         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19110         (gst_audio_test_src_create):
19111         * gst/audiotestsrc/gstaudiotestsrc.h:
19112           prepare to handle EOS and SEGMENT_DONE
19113
19114 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19115
19116         * tests/check/generic/states.c: (GST_START_TEST):
19117           Blacklist cdparanoia element in state test.
19118
19119 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19120
19121           Patch by: Benjamin Pineau
19122
19123         * gst/tcp/gsttcp.c:
19124         * gst/tcp/gsttcpclientsink.c:
19125         * gst/tcp/gsttcpserversink.c:
19126         * gst/tcp/gsttcpserversrc.c:
19127           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19128
19129 2005-12-15  Michael Smith  <msmith@fluendo.com>
19130
19131         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19132         (gst_video_rate_chain):
19133           Fix timestamping for videorate when the first buffer it sees has a
19134           non-zero timestamp. Fix some misleading debug output.
19135
19136 2005-12-15  Michael Smith  <msmith@fluendo.com>
19137
19138         * gst/audioresample/gstaudioresample.c:
19139           Don't leak all input buffers to audioresample.
19140
19141 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19142
19143         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19144           Don't operate on empty text buffers. Strip newlines and
19145           tabs only from the end of the text, but leave them intact
19146           in the middle. Fix typo in gtk-doc description.
19147
19148 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19149
19150         * gst/playback/gstplaybasebin.c:
19151         * gst/playback/gstplaybin.c: (handoff):
19152           Make sure the video frame buffer we return to apps via the
19153           "frame" property always has caps set on it. Modify
19154           _gst_gvalue_set_object() macro to handle NULL objects
19155           gracefully too.
19156
19157 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19158
19159         * gst/audiotestsrc/gstaudiotestsrc.c:
19160         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19161         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19162         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19163         (gst_audio_test_src_create):
19164         * gst/audiotestsrc/gstaudiotestsrc.h:
19165         Adjust to some recent api changes and add wtays new cool seeking
19166         capabillities
19167
19168 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19169
19170         * ext/alsa/Makefile.am:
19171         * ext/alsa/gstalsadeviceprobe.c:
19172         * ext/alsa/gstalsadeviceprobe.h:
19173           Helper functions to add device probing via the GstPropertyProbe
19174           interface to a class.
19175
19176         * ext/alsa/gstalsamixer.h:
19177           Comment out GST_ALSA_MIXER, it returns a struct that's not
19178           used.
19179
19180         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19181           Add some debug info. 
19182
19183         * ext/alsa/gstalsamixerelement.c:
19184         (gst_alsa_mixer_element_interface_supported),
19185         (gst_implements_interface_init),
19186         (gst_alsa_mixer_element_init_interfaces),
19187         (gst_alsa_mixer_element_class_init),
19188         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19189         (gst_alsa_mixer_element_set_property),
19190         (gst_alsa_mixer_element_get_property),
19191         (gst_alsa_mixer_element_change_state):
19192         * ext/alsa/gstalsamixerelement.h:
19193           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19194           for device handling (gnome-volume-control will need that).
19195
19196 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19197
19198         * ext/Makefile.am: fix cdparanoia entry
19199         * gst-plugins-base.spec.in: add cdparanoia
19200
19201 2005-12-12  Michael Smith  <msmith@fluendo.com>
19202
19203         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19204           Use the correct function to free list of typefind factories.
19205
19206 2005-12-12  Wim Taymans  <wim@fluendo.com>
19207
19208         * gst/videotestsrc/gstvideotestsrc.c:
19209         (gst_video_test_src_class_init), (gst_video_test_src_init),
19210         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19211         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19212         (gst_video_test_src_create):
19213         * gst/videotestsrc/gstvideotestsrc.h:
19214         Implement seeking in videotestsrc.
19215         Small cleanups.
19216
19217 2005-12-12  Wim Taymans  <wim@fluendo.com>
19218
19219         * ext/cdparanoia/Makefile.am:
19220         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19221         (gst_paranoia_endian_get_type), (_do_init),
19222         (cdparanoia_class_init), (cdparanoia_init),
19223         (cdparanoia_set_property), (cdparanoia_get_property),
19224         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19225         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19226         (cdparanoia_convert), (cdparanoia_get_query_types),
19227         (cdparanoia_query), (cdparanoia_set_index),
19228         (cdparanoia_uri_set_uri):
19229         * ext/cdparanoia/gstcdparanoia.h:
19230         Partially ported cdparanoia now that basesrc can support a
19231         plugin like this..
19232
19233 2005-12-12  Wim Taymans  <wim@fluendo.com>
19234
19235         * tests/examples/seek/scrubby.c: (main):
19236         Set higher priority for bus events so they don't get reordered with
19237         gtk gui events.
19238
19239         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19240         (flush_toggle_cb), (main):
19241         Added checkbox to disable flushing seeks. 
19242         Disable scrubbing when doing non flushing seeks.
19243
19244 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19245
19246         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19247         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19248         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19249         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19250           Implement some sort of event handling that doesn't rely on
19251           g_return_if_fail; make sure we always push the last chunk of an 
19252           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19253           state change function; remove some old cruft. Seeking is still
19254           rather unlikely to work though.
19255
19256         * tools/.cvsignore:
19257           Ignore more.
19258
19259 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19260
19261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19262         Fixed a leak of the current image reference when cleaning up.
19263         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19264
19265 2005-12-09  Michael Smith  <msmith@fluendo.com>
19266
19267         * tools/Makefile.am:
19268         * tools/gst-launch-ext-m.m:
19269           Remove gst-launch-ext. It doesn't work, and is no longer
19270           particularly useful.
19271
19272 2005-12-08  Luca Ognibene  <luogni@tin.it>
19273
19274         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19275           don't pass random values to ogmparse convert function.
19276           Make seeking possible in the exile1.ogm file.
19277
19278 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19279
19280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19281         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19282           Work around refcount problem with g_value_set_object() that occur
19283           if the core has been compiled against GLib-2.6 (g_value_set_object()
19284           will only g_object_ref() the element, but the caller will
19285           gst_object_unref() it and bad things will happen due to the way
19286           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19287           totem for people on FC4 using Thomas's 0.10 RPMs.
19288           
19289 2005-12-07  Edward Hervey  <edward@fluendo.com>
19290
19291         Time to welcome ogm to 0.10 :)
19292         
19293         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19294         (gst_ogg_pad_typefind):
19295         Oggdemux can now properly typefind elements with dynamic pads.
19296         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19297         Properly set caps on src pad, and set caps on outgoing buffers.
19298
19299 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19300
19301         * ext/alsa/gstalsamixer.h:
19302         * ext/alsa/gstalsamixerelement.h:
19303         * ext/alsa/gstalsamixeroptions.h:
19304         * ext/alsa/gstalsamixertrack.h:
19305         * ext/alsa/gstalsasink.c:
19306         * ext/alsa/gstalsasink.h:
19307         * ext/alsa/gstalsasrc.c:
19308         * ext/alsa/gstalsasrc.h:
19309         * ext/cdparanoia/gstcdparanoia.h:
19310         * ext/gnomevfs/gstgnomevfsuri.h:
19311         * ext/ogg/gstoggdemux.c:
19312         * ext/ogg/gstoggmux.c:
19313         * ext/pango/gsttextoverlay.h:
19314         * ext/theora/theoradec.c:
19315         * ext/theora/theoraenc.c:
19316         * ext/vorbis/vorbisdec.h:
19317         * ext/vorbis/vorbisenc.c:
19318         * ext/vorbis/vorbisenc.h:
19319         * ext/vorbis/vorbisparse.h:
19320         * gst-libs/gst/audio/gstaudioclock.h:
19321         * gst-libs/gst/audio/gstaudiosink.c:
19322         * gst-libs/gst/audio/gstaudiosink.h:
19323         * gst-libs/gst/audio/gstaudiosrc.c:
19324         * gst-libs/gst/audio/gstaudiosrc.h:
19325         * gst-libs/gst/audio/gstbaseaudiosink.c:
19326         * gst-libs/gst/audio/gstbaseaudiosink.h:
19327         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19328         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19329         * gst-libs/gst/audio/gstringbuffer.h:
19330         * gst-libs/gst/audio/multichannel.h:
19331         * gst-libs/gst/floatcast/floatcast.h:
19332         * gst-libs/gst/interfaces/colorbalance.c:
19333         * gst-libs/gst/interfaces/colorbalance.h:
19334         * gst-libs/gst/interfaces/colorbalancechannel.h:
19335         * gst-libs/gst/interfaces/mixer.h:
19336         * gst-libs/gst/interfaces/mixeroptions.h:
19337         * gst-libs/gst/interfaces/mixertrack.h:
19338         * gst-libs/gst/interfaces/navigation.h:
19339         * gst-libs/gst/interfaces/propertyprobe.h:
19340         * gst-libs/gst/interfaces/tuner.h:
19341         * gst-libs/gst/interfaces/tunerchannel.h:
19342         * gst-libs/gst/interfaces/tunernorm.h:
19343         * gst-libs/gst/interfaces/xoverlay.h:
19344         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19345         * gst-libs/gst/riff/riff-ids.h:
19346         * gst-libs/gst/riff/riff-media.h:
19347         * gst-libs/gst/riff/riff-read.h:
19348         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19349         * gst-libs/gst/rtp/gstbasertppayload.c:
19350         * gst-libs/gst/rtp/gstbasertppayload.h:
19351         * gst-libs/gst/rtp/gstrtpbuffer.c:
19352         * gst-libs/gst/rtp/gstrtpbuffer.h:
19353         * gst-libs/gst/tag/gsttageditingprivate.h:
19354         * gst-libs/gst/tag/gstvorbistag.c:
19355         (gst_tag_list_from_vorbiscomment_buffer):
19356         * gst-libs/gst/tag/tag.h:
19357         * gst-libs/gst/video/video.h:
19358         * gst/adder/gstadder.c:
19359         * gst/adder/gstadder.h:
19360         * gst/audioconvert/audioconvert.c:
19361         * gst/audioconvert/audioconvert.h:
19362         * gst/audioconvert/gstaudioconvert.c:
19363         * gst/audioconvert/gstchannelmix.c:
19364         * gst/audioconvert/gstchannelmix.h:
19365         * gst/audiorate/gstaudiorate.c:
19366         * gst/audioresample/buffer.h:
19367         * gst/audioresample/functable.h:
19368         * gst/audioresample/gstaudioresample.c:
19369         * gst/audioresample/resample.h:
19370         * gst/ffmpegcolorspace/avcodec.h:
19371         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19372         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19373         * gst/ffmpegcolorspace/imgconvert.c:
19374         * gst/ffmpegcolorspace/imgconvert_template.h:
19375         * gst/playback/gstdecodebin.c:
19376         * gst/playback/gstplaybasebin.h:
19377         * gst/playback/gstplaybin.c:
19378         * gst/playback/gststreaminfo.h:
19379         * gst/tcp/gstfdset.c:
19380         * gst/tcp/gstfdset.h:
19381         * gst/tcp/gstmultifdsink.c:
19382         * gst/tcp/gstmultifdsink.h:
19383         * gst/tcp/gsttcp.h:
19384         * gst/tcp/gsttcpclientsrc.c:
19385         * gst/tcp/gsttcpclientsrc.h:
19386         * gst/tcp/gsttcpplugin.h:
19387         * gst/tcp/gsttcpserversink.c:
19388         * gst/tcp/gsttcpserversrc.c:
19389         * gst/typefind/gsttypefindfunctions.c:
19390         * gst/videorate/gstvideorate.c:
19391         * gst/videotestsrc/gstvideotestsrc.h:
19392         * gst/videotestsrc/videotestsrc.h:
19393         * sys/v4l/gstv4lcolorbalance.h:
19394         * sys/v4l/gstv4ltuner.h:
19395         * sys/v4l/gstv4lxoverlay.h:
19396         * sys/v4l/v4l_calls.h:
19397         * sys/v4l/videodev_mjpeg.h:
19398         * tests/check/elements/audioconvert.c:
19399         * tests/check/elements/audioresample.c:
19400         * tests/check/elements/audiotestsrc.c:
19401         * tests/check/elements/videotestsrc.c:
19402         * tests/check/elements/volume.c:
19403         * tests/examples/seek/scrubby.c:
19404         * tests/examples/seek/seek.c:
19405           expand tabs
19406
19407 === release 0.10.0 ===
19408
19409 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19410
19411         * configure.ac:
19412           releasing 0.10.0, "Mont-d'or"
19413
19414 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19415
19416         * tests/examples/seek/Makefile.am:
19417         Build fix for when gtk is not available.
19418
19419 2005-12-05  Andy Wingo  <wingo@pobox.com>
19420
19421         * ext/libvisual/visual.c: (get_buffer):
19422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19423         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19424         * ext/theora/theoradec.c: (theora_handle_data_packet):
19425         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19426         (theora_enc_chain):
19427         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19428         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19429         Update for alloc_buffer changes.
19430
19431 2005-12-05  Andy Wingo  <wingo@pobox.com>
19432
19433         patch by: Kai Vehmanen <kv2004 eca cx>
19434         
19435         * gst-libs/gst/rtp/gstbasertpdepayload.c
19436         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19437
19438 2005-12-04  Andy Wingo  <wingo@pobox.com>
19439
19440         patch by: Sebastien Cote <sebas642 yahoo ca>
19441         
19442         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19443         Fixes #319172.
19444
19445 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19446
19447         * docs/plugins/Makefile.am:
19448         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19449         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19450         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19451         * ext/pango/gstclockoverlay.c:
19452         * ext/pango/gsttextoverlay.c: 
19453         * ext/pango/gsttextrender.c:
19454         * ext/pango/gsttimeoverlay.c:
19455           Add gtk-doc blurbs to pango elements.
19456
19457 2005-12-02  Wim Taymans  <wim@fluendo.com>
19458
19459         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19460         * gst/audioresample/buffer.h:
19461         * gst/audioresample/gstaudioresample.c:
19462         * gst/audioresample/gstaudioresample.h:
19463         * gst/audioresample/resample.c: (resample_input_flush),
19464         (resample_input_pushthrough), (resample_input_eos),
19465         (resample_get_output_size_for_input),
19466         (resample_get_input_size_for_output), (resample_get_output_size),
19467         (resample_get_output_data):
19468         * gst/audioresample/resample.h:
19469         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19470         Fix audioresample, seek torture, new segments, reverse negotiation
19471         etc.. work fine.
19472
19473 2005-12-02  Wim Taymans  <wim@fluendo.com>
19474
19475         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19476         Small cleanups.
19477
19478 2005-12-02  Wim Taymans  <wim@fluendo.com>
19479
19480         * gst/audioconvert/gstaudioconvert.c:
19481         (gst_audio_convert_transform):
19482         Post errors.
19483
19484 === release 0.9.7 ===
19485
19486 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19487
19488         * configure.ac:
19489           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19490
19491 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19492
19493         * Makefile.am:
19494         * po/hu.po:
19495         * win32/MANIFEST:
19496         * win32/gst.sln:
19497           add win32 MANIFEST file
19498           do something to the hungarian translation
19499
19500 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19501
19502         * ext/Makefile.am:
19503           Add $(PANGO_DIR) to SUBDIRS
19504
19505         * ext/pango/gstclockoverlay.c:
19506         * ext/pango/gsttimeoverlay.c:
19507           Fix and improve element descriptions.
19508
19509 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19510
19511         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19512         * docs/plugins/inspect/plugin-libvisual.xml:
19513         * docs/plugins/inspect/plugin-pango.xml:
19514           add pango plugin to docs
19515
19516 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19517
19518         * configure.ac:
19519         * ext/Makefile.am:
19520           moved pango to base
19521
19522 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19523
19524         * configure.ac:
19525         * tests/Makefile.am:
19526         * tests/icles/.cvsignore:
19527         * tests/icles/Makefile.am:
19528         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19529         (close_display), (resize_window), (move_window), (create_window),
19530         (terminate_playback), (pause_playback), (start_playback), (main):
19531           add stress test for xoverlay from Julien
19532
19533 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19534
19535         * docs/libs/tmpl/gstcolorbalance.sgml:
19536         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19537         * gst-libs/gst/rtp/gstbasertppayload.c:
19538         * gst-libs/gst/rtp/gstrtpbuffer.c:
19539         * gst-libs/gst/rtp/gstrtpbuffer.h:
19540           Do burger's rename for rtp payloaders and depayloaders
19541
19542 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19543
19544         * win32/:
19545           add Visual Studio 6 build files
19546
19547 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19548
19549         * docs/libs/gst-plugins-base-libs-docs.sgml:
19550         * docs/libs/gst-plugins-base-libs-sections.txt:
19551         * docs/libs/tmpl/gstaudio.sgml:
19552         * docs/libs/tmpl/gstringbuffer.sgml:
19553         * gst-libs/gst/interfaces/xoverlay.c:
19554         * gst-libs/gst/video/gstvideofilter.c:
19555         * gst-libs/gst/video/gstvideosink.c:
19556           update documentation
19557
19558 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19561         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19562         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19563         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19564         (gst_multi_fd_sink_get_stats),
19565         (gst_multi_fd_sink_remove_client_link),
19566         (gst_multi_fd_sink_handle_client_read),
19567         (gst_multi_fd_sink_client_queue_data),
19568         (gst_multi_fd_sink_client_queue_caps),
19569         (gst_multi_fd_sink_client_queue_buffer),
19570         (gst_multi_fd_sink_new_client),
19571         (gst_multi_fd_sink_handle_client_write),
19572         (gst_multi_fd_sink_recover_client),
19573         (gst_multi_fd_sink_queue_buffer),
19574         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19575         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19576         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19577         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19578         * gst/tcp/gstmultifdsink.h:
19579         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19580         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19581         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19582         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19583         (gst_tcp_client_sink_set_property),
19584         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19585         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19586         * gst/tcp/gsttcpclientsink.h:
19587         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19588         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19589         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19590         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19591         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19592         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19593         * gst/tcp/gsttcpclientsrc.h:
19594         * gst/tcp/gsttcpplugin.c: (plugin_init):
19595         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19596         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19597         (gst_tcp_server_sink_finalize),
19598         (gst_tcp_server_sink_handle_server_read),
19599         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19600         (gst_tcp_server_sink_set_property),
19601         (gst_tcp_server_sink_get_property),
19602         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19603         * gst/tcp/gsttcpserversink.h:
19604         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19605         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19606         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19607         (gst_tcp_server_src_set_property),
19608         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19609         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19610         * gst/tcp/gsttcpserversrc.h:
19611           more borgifying
19612
19613 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19614
19615         * docs/plugins/Makefile.am:
19616         * docs/plugins/gst-plugins-base-plugins.args:
19617         * docs/plugins/inspect/plugin-libvisual.xml:
19618         * gst/audioconvert/plugin.h:
19619         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19620         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19621         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19622         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19623         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19624         (plugin_init):
19625         * gst/audiotestsrc/gstaudiotestsrc.c:
19626         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19627         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19628         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19629         (gst_audio_test_src_get_query_types),
19630         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19631         (gst_audio_test_src_create_square),
19632         (gst_audio_test_src_create_saw),
19633         (gst_audio_test_src_create_triangle),
19634         (gst_audio_test_src_create_silence),
19635         (gst_audio_test_src_create_white_noise),
19636         (gst_audio_test_src_init_pink_noise),
19637         (gst_audio_test_src_generate_pink_noise_value),
19638         (gst_audio_test_src_create_pink_noise),
19639         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19640         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19641         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19642         (plugin_init):
19643         * gst/audiotestsrc/gstaudiotestsrc.h:
19644         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19645         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19646         (gst_sub_parse_init), (gst_sub_parse_formats),
19647         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19648         (convert_encoding), (get_next_line),
19649         (gst_sub_parse_data_format_autodetect),
19650         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19651         (gst_sub_parse_loop), (gst_sub_parse_chain),
19652         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19653         (plugin_init):
19654         * gst/subparse/gstsubparse.h:
19655         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19656         (gst_video_rate_base_init), (gst_video_rate_class_init),
19657         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19658         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19659         (gst_video_rate_init), (gst_video_rate_event),
19660         (gst_video_rate_chain), (gst_video_rate_set_property),
19661         (gst_video_rate_get_property), (gst_video_rate_change_state),
19662         (plugin_init):
19663         * gst/videoscale/gstvideoscale.c:
19664         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19665         (gst_video_scale_src_template_factory),
19666         (gst_video_scale_sink_template_factory),
19667         (gst_video_scale_get_type), (gst_video_scale_base_init),
19668         (gst_video_scale_class_init), (gst_video_scale_init),
19669         (gst_video_scale_set_property), (gst_video_scale_get_property),
19670         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19671         (gst_video_scale_prepare_size), (parse_caps),
19672         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19673         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19674         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19675         (plugin_init):
19676         * gst/videoscale/gstvideoscale.h:
19677         * gst/videotestsrc/gstvideotestsrc.c:
19678         (gst_video_test_src_pattern_get_type),
19679         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19680         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19681         (gst_video_test_src_set_pattern),
19682         (gst_video_test_src_set_property),
19683         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19684         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19685         (gst_video_test_src_event), (gst_video_test_src_get_times),
19686         (gst_video_test_src_create), (plugin_init):
19687         * gst/videotestsrc/gstvideotestsrc.h:
19688         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19689         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19690         (gst_video_test_src_black):
19691         * gst/videotestsrc/videotestsrc.h:
19692           borgify further
19693           clean up docs a little
19694
19695 2005-11-30  Wim Taymans  <wim@fluendo.com>
19696
19697         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19698         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19699         (gst_basertppayload_event), (gst_basertppayload_push),
19700         (gst_basertppayload_change_state):
19701         * gst-libs/gst/rtp/gstbasertppayload.h:
19702         closed #320644.
19703
19704 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19705
19706         * docs/libs/gst-plugins-base-libs-docs.sgml:
19707         * docs/libs/gst-plugins-base-libs-sections.txt:
19708         * gst-libs/gst/video/gstvideofilter.c:
19709         * gst-libs/gst/video/gstvideosink.c:
19710         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19711
19712 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19713
19714         * LICENSE:
19715           move
19716         * po/af.po:
19717         * po/az.po:
19718         * po/cs.po:
19719         * po/en_GB.po:
19720         * po/hu.po:
19721         * po/it.po:
19722         * po/nb.po:
19723         * po/nl.po:
19724         * po/or.po:
19725         * po/sq.po:
19726         * po/sr.po:
19727         * po/sv.po:
19728         * po/uk.po:
19729         * po/vi.po:
19730         * Makefile.am:
19731           update
19732         * scripts/autoplugins.sh:
19733           remove
19734
19735 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19736
19737         * Makefile.am:
19738         * configure.ac:
19739         * examples/Makefile.am:
19740         * examples/capsfilter/Makefile.am:
19741         * examples/capsfilter/capsfilter1.c:
19742         * examples/gob/Makefile.am:
19743         * examples/gob/gst-identity2.gob:
19744         * examples/indexing/.cvsignore:
19745         * examples/indexing/Makefile.am:
19746         * examples/indexing/indexmpeg.c:
19747         * examples/seeking/.cvsignore:
19748         * examples/seeking/Makefile.am:
19749         * examples/seeking/cdparanoia.c:
19750         * examples/seeking/cdplayer.c:
19751         * examples/seeking/chained.c:
19752         * examples/seeking/scrubby.c:
19753         * examples/seeking/seek.c:
19754         * examples/stats/Makefile.am:
19755         * examples/stats/mp2ogg.c:
19756         * examples/switch/.cvsignore:
19757         * examples/switch/Makefile.am:
19758         * examples/switch/switcher.c:
19759         * tests/Makefile.am:
19760         * tests/check/generic/.cvsignore:
19761         * tests/check/pipelines/.cvsignore:
19762         * tests/examples/Makefile.am:
19763         * tests/examples/seek/Makefile.am:
19764           reorganize stuff under tests/
19765
19766 2005-11-30  Edward Hervey  <edward@fluendo.com>
19767
19768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19769         Go away you stupid GstStaticPadTemplate memleak.
19770
19771 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19772
19773         * gst-libs/gst/net/Makefile.am:
19774         * gst-libs/gst/net/README:
19775         * gst-libs/gst/net/gstnetbuffer.c:
19776         * gst-libs/gst/net/gstnetbuffer.h:
19777           this was moved to "netbuffer"
19778
19779 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19780
19781         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19782         (gst_video_filter_class_init), (gst_video_filter_init):
19783         * gst-libs/gst/video/gstvideofilter.h:
19784           borgify name to bring in line with other classes
19785
19786 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19787
19788         * gst/audioscale/.cvsignore:
19789         * gst/audioscale/Makefile.am:
19790         * gst/audioscale/README:
19791         * gst/audioscale/audioscale.vcproj:
19792         * gst/audioscale/dtof.c:
19793         * gst/audioscale/dtos.c:
19794         * gst/audioscale/functable.c:
19795         * gst/audioscale/gstaudioscale.c:
19796         * gst/audioscale/gstaudioscale.h:
19797         * gst/audioscale/private.h:
19798         * gst/audioscale/resample.c:
19799         * gst/audioscale/resample.h:
19800         * gst/audioscale/test.c:
19801           remove
19802
19803 2005-11-30  Edward Hervey  <edward@fluendo.com>
19804
19805         * gst-libs/gst/netbuffer/Makefile.am:
19806         really, really tired
19807
19808 2005-11-30  Edward Hervey  <edward@fluendo.com>
19809
19810         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19811         Update for new GstTypeFindFactory _register()
19812
19813 2005-11-30  Edward Hervey  <edward@fluendo.com>
19814
19815         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19816         Let's not override libgstnet from core for no reason...
19817         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19818         Ok, maybe not so quick next time.
19819
19820 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19821
19822         * configure.ac:
19823         * gst-libs/gst/Makefile.am:
19824           moved gst-libs/gst/net to netbuffer through CVS surgery
19825           remove old directory
19826           updating build to accomodate
19827           (#322257)
19828
19829 2005-11-29  Andy Wingo  <wingo@pobox.com>
19830
19831         * pkgconfig/gstreamer-plugins-base.pc.in:
19832         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19833         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19834         (#322257).
19835
19836 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19837
19838         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19839         3rd time's the charm. Correct ref-counting for discarded buffers.
19840
19841 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19842
19843         * gst/playback/gststreamselector.c:
19844         (gst_stream_selector_class_init),
19845         (gst_stream_selector_set_property),
19846         (gst_stream_selector_get_property),
19847         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19848         Fix ref-counting
19849
19850 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19851
19852         * gst/subparse/gstsubparse.c: (feed_textbuf):
19853           Don't access already unref'ed buffer.
19854
19855 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19856
19857         * gst/playback/gststreamselector.c:
19858         (gst_stream_selector_class_init), (gst_stream_selector_init),
19859         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19860         (gst_stream_selector_get_property),
19861         (gst_stream_selector_get_linked_pad),
19862         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19863         * gst/playback/gststreamselector.h:
19864         Add the active-pad property for playbin to use shortly. Ignore buffers
19865         from any other pad, returning GST_FLOW_NOT_LINKED
19866
19867 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19868
19869         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19870         patch from bug #322704 (Alessandro Decina).
19871
19872 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19873
19874         * gst-libs/gst/audio/Makefile.am:
19875           folded audiofilter into the audio library
19876
19877 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19878
19879         * gst/videoscale/gstvideoscale.h:
19880         * gst/videoscale/gstvideoscale.c:
19881           remove unimplemented scale methods
19882
19883 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19884
19885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19886           Don't leak caps.
19887
19888 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19889
19890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19891         (gst_ximagesink_setcaps):
19892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19893         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19894         happens (only visible on ximagesink but bug is in xv too) set_caps was
19895         destroying the internal x[v]image used to memcpy non locally alloced
19896         buffers so that it got renewed on next _chain. The issue is that 
19897         _expose will try to put that image as it reffed it in _put.
19898         Using gst_buffer_unref instead of destroy fixes it !
19899
19900 2005-11-28  Edward Hervey  <edward@fluendo.com>
19901
19902         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19903         (try_to_link_1), (queue_filled_cb):
19904         Better use of the queues. Start with a small size queue and only increase
19905         the size of the queues when the other queues are empty.
19906
19907 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19908
19909         * gst-libs/gst/video/Makefile.am:
19910           compile in copied-over videofilter into the video library
19911         * gst-libs/gst/video/videosink.h:
19912           rename the header to gstvideosink.h since it's a base GstObject class
19913         * sys/ximage/ximagesink.h:
19914         * sys/xvimage/xvimagesink.h:
19915           use the new header
19916
19917 2005-11-28  Wim Taymans  <wim@fluendo.com>
19918
19919         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19920         * gst/playback/gstplaybasebin.h:
19921         Prepare to handle errors betters.
19922
19923         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19924         Set sinks to PAUSED first before adding and linking them so that
19925         we don't interrupt dataflow.
19926
19927 2005-11-28  Wim Taymans  <wim@fluendo.com>
19928
19929         * gst-libs/gst/audio/TODO:
19930         Updated TODO
19931
19932         * gst-libs/gst/audio/gstaudiosink.c:
19933         (gst_audioringbuffer_open_device),
19934         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19935         (gst_audioringbuffer_release):
19936         Small cleanups.
19937
19938         * gst-libs/gst/audio/gstbaseaudiosink.c:
19939         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19940         (gst_base_audio_sink_change_state):
19941         Slave to the master clock when going to PLAYING and unslave when
19942         going to PAUSED.
19943
19944         * gst-libs/gst/audio/gstringbuffer.c:
19945         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19946         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19947         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19948         (gst_ring_buffer_clear_all), (wait_segment),
19949         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19950         (gst_ring_buffer_advance):
19951         * gst-libs/gst/audio/gstringbuffer.h:
19952         Add some docs and cleanups.
19953
19954 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19955
19956         * sys/xvimage/xvimagesink.c:
19957         (gst_xvimagesink_navigation_send_event): Fix navigation events
19958         coordinates translation with pixel aspect ratios.
19959
19960 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19961
19962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19963         Use calculated video geometry from _setcaps instead of buffer
19964         caps to respect pixel aspect ratio. (fixes #322388)
19965
19966 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19967
19968         * docs/libs/tmpl/gstcolorbalance.sgml:
19969         * docs/libs/tmpl/gstmixer.sgml:
19970         * docs/libs/tmpl/gstxoverlay.sgml:
19971         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19972         interface.
19973
19974 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19975
19976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19977         Refuse to create an XvImage if we can't find the format.
19978
19979 2005-11-28  Edward Hervey  <edward@fluendo.com>
19980
19981         * gst-libs/gst/riff/riff-media.c:
19982         (gst_riff_create_audio_template_caps):
19983         Add ATRAC3 to the list of riff-possible audio caps.
19984         I know we still don't have a plugin for atrac3, but it's saner to output
19985         that than a cryptic mimetype.
19986
19987 2005-11-27  Edward Hervey  <edward@fluendo.com>
19988
19989         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19990         Don't try to create a zero-sized subbuffer.
19991
19992 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19993
19994         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19995         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19996         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19997         (gst_ximagesink_expose): Fixed a tricky race.
19998         * sys/ximage/ximagesink.h:
19999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20000         (gst_xvimagesink_expose): Fixed a tricky race.
20001         * sys/xvimage/xvimagesink.h:
20002
20003 2005-11-27  Edward Hervey  <edward@fluendo.com>
20004
20005         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20006         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20007         Remove unused properties, and add queues between demuxers and decoders
20008         so that a lot more files can preroll properly.
20009
20010 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20011
20012         * gst-libs/gst/net/Makefile.am:
20013         * gst-libs/gst/rtp/Makefile.am:
20014         * gst-libs/gst/tag/Makefile.am:
20015           remove silly include
20016         * gst/tags/Makefile.am:
20017         * gst/tags/gsttagediting.c:
20018         * gst/tags/gsttageditingprivate.h:
20019         * gst/tags/tagedit.vcproj:
20020           remove directory, is as good as empty
20021
20022 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20023
20024         * configure.ac:
20025           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20026         * gst-libs/Makefile.am:
20027         * gst-libs/gst/audio/Makefile.am:
20028         * gst-libs/gst/interfaces/Makefile.am:
20029         * gst-libs/gst/net/Makefile.am:
20030         * gst-libs/gst/riff/Makefile.am:
20031         * gst-libs/gst/rtp/Makefile.am:
20032         * gst-libs/gst/tag/Makefile.am:
20033         * gst-libs/gst/video/Makefile.am:
20034           and use them
20035
20036 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20037
20038         * docs/libs/tmpl/gstcolorbalance.sgml:
20039         * docs/libs/tmpl/gstmixer.sgml:
20040         * docs/libs/tmpl/gstxoverlay.sgml:
20041         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20042         * sys/ximage/ximagesink.h:
20043         * sys/xvimage/xvimagesink.h: More and more documentation.
20044
20045 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20046
20047         * docs/libs/gst-plugins-base-libs-docs.sgml:
20048         * docs/libs/gst-plugins-base-libs-sections.txt:
20049         * docs/libs/tmpl/gstcolorbalance.sgml:
20050         * docs/libs/tmpl/gstmixer.sgml:
20051         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20052         to documentation.
20053
20054 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20055
20056         * docs/plugins/Makefile.am:
20057         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20058         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20059         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20060
20061 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20062
20063         * docs/plugins/Makefile.am:
20064         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20065         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20066         * docs/plugins/inspect/plugin-adder.xml:
20067         * docs/plugins/inspect/plugin-alsa.xml:
20068         * docs/plugins/inspect/plugin-audioconvert.xml:
20069         * docs/plugins/inspect/plugin-audiorate.xml:
20070         * docs/plugins/inspect/plugin-audioresample.xml:
20071         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20072         * docs/plugins/inspect/plugin-decodebin.xml:
20073         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20074         * docs/plugins/inspect/plugin-gnomevfs.xml:
20075         * docs/plugins/inspect/plugin-ogg.xml:
20076         * docs/plugins/inspect/plugin-playbin.xml:
20077         * docs/plugins/inspect/plugin-subparse.xml:
20078         * docs/plugins/inspect/plugin-tcp.xml:
20079         * docs/plugins/inspect/plugin-theora.xml:
20080         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20081         * docs/plugins/inspect/plugin-video4linux.xml:
20082         * docs/plugins/inspect/plugin-videorate.xml:
20083         * docs/plugins/inspect/plugin-videoscale.xml:
20084         * docs/plugins/inspect/plugin-videotestsrc.xml:
20085         * docs/plugins/inspect/plugin-volume.xml:
20086         * docs/plugins/inspect/plugin-vorbis.xml:
20087         * docs/plugins/inspect/plugin-ximagesink.xml:
20088         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20089         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20090
20091 2005-11-26  Edward Hervey  <edward@fluendo.com>
20092
20093         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20094         Properly return GstFlowReturn from gst_pad_push in chain functions.
20095
20096 2005-11-25  Michael Smith  <msmith@fluendo.com>
20097
20098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20099         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20100         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20101         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20102           Handle various conditions better when we don't understand a stream.
20103           Removes a heap of CRITICALs on ogg streams containing unknown data.
20104
20105 2005-11-24  Andy Wingo  <wingo@pobox.com>
20106
20107         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20108         Be threadsafe.
20109
20110 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20111
20112         * configure.ac: back to HEAD
20113
20114 === release 0.9.6 ===
20115
20116 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20117
20118         * configure.ac:
20119           releasing 0.9.6, "White Eight"
20120
20121 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20122
20123         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20124         * docs/plugins/inspect/plugin-sine.xml:
20125           remove sinesrc some more
20126
20127 2005-11-23  Wim Taymans  <wim@fluendo.com>
20128
20129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20130         If we are reading too slowly, jump forward in the ringbuffer
20131         instead of blocking.
20132
20133 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20134
20135         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20136         (gst_visual_chain):
20137         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20138         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20139         (gst_videorate_chain):
20140         * gst/videotestsrc/gstvideotestsrc.c:
20141         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20142         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20143         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20144         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20145         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20146         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20147           Updates for API changes
20148
20149 2005-11-23  Wim Taymans  <wim@fluendo.com>
20150
20151         * gst-libs/gst/audio/gstbaseaudiosink.c:
20152         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20153         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20154         Fix for calibration API change.
20155
20156 2005-11-23  Michael Smith <msmith@fluendo.com>
20157
20158         * gst-libs/gst/audio/multichannel.c:
20159         (gst_audio_get_channel_positions),
20160         (gst_audio_set_channel_positions),
20161         (gst_audio_set_structure_channel_positions_list),
20162         (gst_audio_fixate_channel_positions):
20163           Use gst_value_array_*() functions on value arrays, not
20164           gst_value_list_*().
20165
20166 2005-11-23  Edward Hervey  <edward@fluendo.com>
20167
20168         * autogen.sh:
20169         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20170         Fixes autogen
20171
20172 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20173
20174         * check/Makefile.am:
20175         * check/elements/videotestsrc.c: (setup_videotestsrc),
20176         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20177         (main):
20178           add a test for videotestsrc
20179
20180 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20181
20182         * gst/sine/.cvsignore:
20183         * gst/sine/Makefile.am:
20184         * gst/sine/gstsinesrc.c:
20185         * gst/sine/gstsinesrc.h:
20186         * gst/sine/sinesrc.vcproj:
20187           and remove sinesrc from the repository.  Closes #321446
20188
20189 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20190
20191         * configure.ac:
20192         * gst-plugins-base.spec.in:
20193           remove sinesrc from the build
20194
20195 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20196
20197         * check/Makefile.am:
20198         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20199         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20200         (main):
20201           add a test for audiotestsrc, testing all waves.  Even seems
20202           leak-free at first glance, nice job Stefan
20203
20204 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20205
20206         * po/af.po:
20207         * po/az.po:
20208         * po/cs.po:
20209         * po/en_GB.po:
20210         * po/hu.po:
20211         * po/it.po:
20212         * po/nb.po:
20213         * po/nl.po:
20214         * po/or.po:
20215         * po/sq.po:
20216         * po/sr.po:
20217         * po/sv.po:
20218         * po/uk.po:
20219         * po/vi.po:
20220           Translation string updates
20221
20222         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20223         (gst_v4lsrc_set_caps):
20224         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20225         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20226         * sys/v4l/v4lsrc_calls.h:
20227           Improve v4lsrc, by making it work again.
20228
20229 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20230
20231         * ext/libvisual/visual.c: (gst_visual_chain):
20232           Fix the fps calculations.
20233
20234         * gst/ffmpegcolorspace/avcodec.h:
20235           Move structure element for clarity
20236
20237         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20238         * gst-libs/gst/interfaces/tunernorm.h:
20239         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20240         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20241         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20242         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20243         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20244         (gst_v4lmjpegsrc_getcaps):
20245         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20246         (gst_v4lsrc_set_caps):
20247         * sys/v4l/gstv4lsrc.h:
20248         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20249         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20250         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20251         * sys/v4l/v4lsrc_calls.h:
20252           Fractional framerates...
20253
20254 2005-11-22  Wim Taymans  <wim@fluendo.com>
20255
20256         * gst-libs/gst/audio/gstbaseaudiosink.c:
20257         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20258         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20259         And we provide a clock by default, of course...
20260
20261 2005-11-22  Wim Taymans  <wim@fluendo.com>
20262
20263         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20264         This clock can be slaved to a master clock now.
20265
20266         * gst-libs/gst/audio/gstbaseaudiosink.c:
20267         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20268         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20269         (gst_base_audio_sink_set_clock),
20270         (gst_base_audio_sink_set_property),
20271         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20272         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20273         * gst-libs/gst/audio/gstbaseaudiosink.h:
20274         Handle slaving the internal clock to the clock selected in the
20275         pipeline.
20276         Add property to make the basesink not provide a clock.
20277
20278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20279         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20280         (gst_base_rtp_depayload_wait):
20281         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20282         We can use the clock in GstElement, no need to store it ourselves.
20283
20284 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20285
20286         * docs/libs/tmpl/gstaudio.sgml:
20287           update
20288         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20289         (gst_paranoia_endian_get_type):
20290         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20291         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20292         * gst/audiotestsrc/gstaudiotestsrc.c:
20293         (gst_audiostestsrc_wave_get_type):
20294         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20295         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20296         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20297         (gst_sync_method_get_type), (gst_unit_type_get_type),
20298         (gst_client_status_get_type), (gst_multifdsink_class_init),
20299         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20300         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20301         (gst_multifdsink_get_property):
20302         * gst/tcp/gstmultifdsink.h:
20303         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20304         * gst/videotestsrc/gstvideotestsrc.c:
20305         (gst_videotestsrc_pattern_get_type):
20306           remove deprecated properties
20307           fix up enums to correctly have short lowercase dashed nicks
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           Add underscore.
20314
20315 2005-11-22  Michael Smith <msmith@fluendo.com>
20316
20317         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20318         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20319           Use utility method for scaling clocktime for fractional framerates.
20320
20321 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20322
20323         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20324         (gst_visual_chain):
20325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20326         * ext/theora/theoradec.c: (theora_handle_type_packet):
20327         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20328         (theora_enc_chain):
20329         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20330         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20331         * gst-libs/gst/video/video.h:
20332         * gst/ffmpegcolorspace/avcodec.h:
20333         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20334         (gst_ffmpeg_caps_to_pixfmt):
20335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20336         (gst_ffmpegcsp_set_caps):
20337         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20338         (gst_videorate_setcaps), (gst_videorate_blank_data),
20339         (gst_videorate_chain):
20340         * gst/videotestsrc/gstvideotestsrc.c:
20341         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20342         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20343         (gst_videotestsrc_event), (gst_videotestsrc_create):
20344         * gst/videotestsrc/gstvideotestsrc.h:
20345         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20346         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20347         (gst_ximagesink_get_times), (gst_ximagesink_init):
20348         * sys/ximage/ximagesink.h:
20349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20350         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20351         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20352         * sys/xvimage/xvimagesink.h:
20353           Convert elements to use fractions for their framerate.
20354           V4L elements to come later tonight.
20355
20356 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20357
20358         * gst-libs/gst/audio/audio.c:
20359         * gst-libs/gst/audio/audio.h:
20360           remove some deprecated functions
20361
20362 2005-11-22  Andy Wingo  <wingo@pobox.com>
20363
20364         * Update for gst_tag_setter API changes.
20365
20366 2005-11-22  Andy Wingo  <wingo@pobox.com>
20367
20368         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20369         (gst_ogg_demux_perform_seek):
20370         * ext/theora/theoradec.c (theora_dec_sink_event):
20371         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20372         update-funcnames.
20373
20374 2005-11-22  Wim Taymans  <wim@fluendo.com>
20375
20376         * examples/seeking/seek.c: (main):
20377         Give higher priority to bus signals than the gtk events
20378         to fix a race condition in the segment looping.
20379
20380 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20381
20382         * ext/theora/Makefile.am:
20383         * ext/vorbis/Makefile.am:
20384         * gst-libs/gst/tag/Makefile.am:
20385         * gst-plugins-base.spec.in:
20386           Rename libgsttagedit to libgsttag (#322117).
20387
20388 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20389
20390         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20392           Call gst_x_overlay_prepare_xwindow_id() to give applications
20393           a final chance to set their own xwindow id before the video
20394           sink creates its own window.
20395
20396 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20397
20398         * sys/xvimage/xvimagesink.c:
20399         (gst_xvimagesink_navigation_send_event): Handle navigation
20400         events correcly with borders if applicable.
20401
20402 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20403
20404         Patch by: Luca Ognibene
20405
20406         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20407         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20409         (gst_ffmpegcsp_caps_remove_format_info):
20410         * gst/ffmpegcolorspace/imgconvert.c:
20411         * gst/ffmpegcolorspace/imgconvert_template.h:
20412           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20413           #318353); use gst_structure_has_name().
20414
20415 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20416
20417         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20418         (gst_ximagesink_class_init): Add debug macros on functions.
20419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20420         (gst_xvimagesink_xwindow_draw_borders),
20421         (gst_xvimagesink_xvimage_put),
20422         (gst_xvimagesink_xwindow_update_geometry),
20423         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20424         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20425         (gst_xvimagesink_xcontext_clear),
20426         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20427         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20428         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20429         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20430         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20431         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20432         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20433         expose while being PAUSED, out of data flow navigation events, etc..
20434
20435 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20436
20437         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20438         * gst-libs/gst/audio/audio.h:
20439           fix prototype - wondering why the test worked regardless
20440
20441 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20442
20443         * check/Makefile.am:
20444         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20445         * gst-libs/gst/audio/audio.h:
20446           add a method that returns a proper GstClockTime
20447
20448 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20449
20450         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20451         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20452         * gst-libs/gst/interfaces/xoverlay.h:
20453           Remove everything having to do with the desired size; add 
20454           gst_x_overlay_prepare_xwindow_id() function; remove the
20455           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20456           post a message on the bus instead (#321816).
20457
20458         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20460         (gst_xvimagesink_xoverlay_init):
20461           Remove desired size stuff (#321816).
20462
20463 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20464
20465         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20466         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20467         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20468           Terminate vararg functions with NULL instead of 0 to 
20469           make gcc4 happy.
20470
20471 2005-11-21  Andy Wingo  <wingo@pobox.com>
20472
20473         patch by: Sebastien Cote <sebas642@yahoo.ca>
20474         
20475         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20476         * gst-libs/gst/rtp/gstrtpbuffer.c
20477         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20478
20479 2005-11-21  Andy Wingo  <wingo@pobox.com>
20480
20481         * gst/playback/gstplaybin.c (gen_audio_element) 
20482         (gen_video_element): Use the new MISSING_PLUGIN core error
20483         category. Closes #320060.
20484
20485         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20486         * gst/videorate/gstvideorate.c (gst_videorate_event):
20487         * ext/theora/theoradec.c (theora_dec_sink_event): 
20488         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20489         stream lock.
20490
20491         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20492         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20493         stream lock changes.
20494
20495 2005-11-21  Wim Taymans  <wim@fluendo.com>
20496
20497         * gst-libs/gst/audio/gstbaseaudiosink.c:
20498         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20499         (gst_base_audio_sink_provide_clock),
20500         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20501         (gst_base_audio_sink_change_state):
20502         * gst/audioresample/gstaudioresample.c:
20503         Segment update fix.
20504
20505 2005-11-21  Andy Wingo  <wingo@pobox.com>
20506
20507         * *.h:
20508         * *.c: Ran scripts/update-macros. Oh yes.
20509
20510 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20511
20512         * sys/ximage/Makefile.am:
20513         * sys/ximage/ximage.c:
20514           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20515           remove your old libgstximage.* manually if necessary).
20516
20517 2005-11-21  Michael Smith <msmith@fluendo.com>
20518
20519         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20520           Minimal fix for bug #320200: set the min/max bitrate in the correct
20521           units. A better fix would be to upgrade to the RATEMANAGE2
20522           interface, rather than using the deprecated interface used here, but
20523           that would require an update in our libvorbis dependency (to 1.1),
20524           which is probably undesirable.
20525
20526 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20527
20528         * ext/libvisual/visual.c: (get_buffer):
20529         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20530         (gst_base_audio_src_fixate):
20531         * gst/audioconvert/gstaudioconvert.c:
20532         (gst_audio_convert_fixate_caps):
20533         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20534         * gst/audiotestsrc/gstaudiotestsrc.c:
20535         (gst_audiotestsrc_src_fixate):
20536         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20537         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20538         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20539         * gst/videotestsrc/gstvideotestsrc.c:
20540         (gst_videotestsrc_src_fixate):
20541         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20543           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20544           (#322027)
20545
20546
20547 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20548
20549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20550         (gst_riff_create_iavs_caps):
20551         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20552         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20553         (gst_riff_parse_info):
20554         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20555         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20557           Fixes for GST_FOURCC_FORMAT API change.
20558
20559 2005-11-21  Andy Wingo  <wingo@pobox.com>
20560
20561         patch by: Alessandro Dessina <alessandro nnva org>
20562
20563         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20564         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20565         (gst_ogg_parse_chain):
20566         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20567         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20568         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20569         gst_value_list calls on arrays. Fixes #321962.
20570
20571 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20572
20573         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20574         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20575         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20576         * gst/adder/gstadder.c: (gst_adder_init),
20577         (gst_adder_request_new_pad), (gst_adder_collected),
20578         (gst_adder_change_state):
20579           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20580           API change.
20581
20582 2005-11-21  Michael Smith <msmith@fluendo.com>
20583
20584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20585         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20586           Properly handle pad_push return values.
20587
20588 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20589
20590         * gst-libs/gst/tag/Makefile.am:
20591         * gst-libs/gst/tag/gstvorbistag.c:
20592         (gst_tag_list_to_vorbiscomment_buffer):
20593           Remove obsolete vorbistag element and debug category.
20594
20595         * gst/playback/gstplaybasebin.c: (check_queue):
20596           Don't divide by 0 when queue-threshold is 0.
20597
20598         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20599           Don't modify an existing pixel-aspect-ratio if we fail to read
20600           a new one.
20601
20602 2005-11-20  Wim Taymans  <wim@fluendo.com>
20603
20604         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20605         (gst_vorbisenc_push_packet):
20606         GST_PAD_IS_USABLE is gone, use the return value of
20607         the push or pad_alloc_buffer instead.
20608
20609 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20610
20611         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20612         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20613         (gst_ximagesink_ximage_destroy),
20614         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20615         (gst_ximagesink_xwindow_new),
20616         (gst_ximagesink_xwindow_update_geometry),
20617         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20618         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20619         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20620         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20621         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20622         (gst_ximagesink_navigation_send_event),
20623         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20624         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20625         (gst_ximagesink_finalize), (gst_ximagesink_init),
20626         (gst_ximagesink_class_init):
20627         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20628         This new version brings correct software scaling, non flickering
20629         window while resizing, pixel aspect ratio handling, usage of
20630         hardware buffer pools, out of data flow event thread for 
20631         navigation and handling of expose events even when being PAUSED,
20632         a new property to keep video aspect ratio when resizing, etc...
20633
20634 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20635
20636         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20637         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20638         handling of PAR.
20639
20640 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20641
20642         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20643         Unsetting IS_SINK flag from the fakesink, so decodebin
20644         never behaves as a sink.
20645
20646 2005-11-17  Wim Taymans  <wim@fluendo.com>
20647
20648         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20649         (gst_base_audio_src_change_state):
20650         Fix the audiosrc base class again, we did not unflush.
20651
20652 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20653
20654         * examples/seeking/seek.c: (make_dv_pipeline),
20655         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20656         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20657         to ogg/vorbis/theora pipeline.
20658
20659 2005-11-17  Wim Taymans  <wim@fluendo.com>
20660
20661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20662         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20663         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20664         Fix EOS on multiple streams.
20665         More debugging.
20666
20667 2005-11-16  Wim Taymans  <wim@fluendo.com>
20668
20669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20670         (gst_ogg_demux_perform_seek):
20671         Segment done must include stream time.
20672
20673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20674         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20675         (gst_ogg_mux_change_state):
20676         Fix ogg muxer again.
20677
20678 2005-11-16  Wim Taymans  <wim@fluendo.com>
20679
20680         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20681         Fix compile again.
20682
20683 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20684
20685         * ext/libvisual/visual.c: (gst_visual_init):
20686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20687         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20688         (gst_ogg_parse_chain):
20689         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20690         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20691         * ext/theora/theoradec.c: (gst_theora_dec_init):
20692         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20693         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20694         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20695         * gst/adder/gstadder.c: (gst_adder_class_init),
20696         (gst_adder_dispose):
20697         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20698         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20699         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20700           Fix a whole set of pad template leaks
20701
20702 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20703
20704         * check/generic/states.c: (GST_START_TEST):
20705           fix the test so that it only checks for elements that are part of
20706           this source module
20707
20708 2005-11-16  Michael Smith <msmith@fluendo.com>
20709
20710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20711         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20712         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20713         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20714         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20715         (gst_ogg_mux_change_state):
20716           Fix leaking collectpads.
20717
20718 2005-11-16  Edward Hervey  <edward@fluendo.com>
20719
20720         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20721         (gst_videorate_event), (gst_videorate_chain):
20722         Handle segment seeks
20723
20724 2005-11-16  Wim Taymans  <wim@fluendo.com>
20725
20726         * gst-libs/gst/audio/gstbaseaudiosink.c:
20727         (gst_base_audio_sink_provide_clock),
20728         (gst_base_audio_sink_change_state):
20729         Set ringbuffer to non-flushing when going to PAUSED, set to
20730         flushing again when going to READY.
20731
20732         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20733         (gst_ring_buffer_stop):
20734         Start in flushing mode by default.
20735         Don't set flushing in the _stop method, let the app call
20736         this explicitly.
20737
20738 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20739
20740         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20741         * gst-libs/gst/video/videosink.h: Add helper function needed
20742         for video sinks.
20743
20744 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20745
20746         * gst/videoscale/gstvideoscale.c:
20747         (gst_videoscale_handle_src_event):
20748           Don't leak reference to pad parent.
20749
20750 2005-11-16  Wim Taymans  <wim@fluendo.com>
20751
20752         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20753         Set ringbuffer to flushing when stopping so that we don't
20754         block on wait_segment anymore and livelock.
20755
20756 2005-11-16  Wim Taymans  <wim@fluendo.com>
20757
20758         * examples/seeking/seek.c: (send_event), (do_seek),
20759         (loop_toggle_cb), (segment_done), (main):
20760         Added looping checkbox.
20761
20762 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20763
20764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20765         (gst_ogg_demux_init):
20766         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20767         (gst_vorbis_dec_init):
20768           revert unrefs, they don't pass make check
20769
20770 2005-11-15  Johan Dahlin  <johan@gnome.org>
20771
20772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20773         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20774         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20775         (gst_vorbis_dec_init):
20776         Fix pad template leaks. 
20777
20778 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20779
20780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20781           Make state change function thread safe.
20782
20783 2005-11-15  Edward Hervey  <edward@fluendo.com>
20784
20785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20786         (gst_ogg_demux_class_init):
20787         Implement GstElement::send_event, so we can send seek events
20788         in GST_STATE_READY
20789
20790 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20791
20792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20793         Discovered how to take away flickering while resizing the
20794         window. Please don't put that in ximagesink, refactoring in
20795         progress.
20796
20797 2005-11-14  Michael Smith <msmith@fluendo.com>
20798
20799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20800         (gst_multifdsink_render):
20801           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20802
20803 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20804
20805         * gst/playback/gstplaybin.c: (gen_audio_element):
20806           Use autoaudiosink, it tends to be more widely available than
20807           autoaudiiosink.
20808           
20809 2005-11-14  Andy Wingo  <wingo@pobox.com>
20810
20811         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20812         as well if it is available. Fixes #316442.
20813
20814 2005-11-14  Michael Smith <msmith@fluendo.com>
20815
20816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20817         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20818         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20819         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20820         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20821         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20822         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20823         (gst_vorbisenc_change_state):
20824           Fix a small memory leak in vorbisenc.
20825           Fix large memory leaks in oggmux, also fix lots of state change
20826           bugs in oggmux.
20827
20828 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20829
20830         * gst/videotestsrc/gstvideotestsrc.c:
20831         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20832         (gst_videotestsrc_src_fixate):
20833           move fixation to a fixate function
20834           remove negotiate function, basesrc's is good enough
20835           fixes a bug for check when using the element alone
20836
20837 2005-11-13  Edward Hervey  <edward@fluendo.com>
20838
20839         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20840         (key_toggle_cb), (main):
20841         Added checkboxes for adding/removing the accurate and key_unit seek
20842         flags.
20843
20844 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20845
20846         * configure.ac: back to HEAD
20847
20848 === release 0.9.5 ===
20849
20850 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20851
20852         * configure.ac:
20853           releasing 0.9.5, "No No Kia"
20854
20855 2005-11-11  Edward Hervey  <edward@fluendo.com>
20856
20857         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20858         Added parse-launch syntax seeking mode for the seeking example.
20859         This should help stress-test even more cases.
20860         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20861
20862 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20863
20864         * sys/xvimage/xvimagesink.c:
20865         (gst_xvimagesink_navigation_send_event):
20866           Check whether peer pad exists before sending navigation events
20867           to it.
20868
20869 2005-11-11  Michael Smith <msmith@fluendo.com>
20870
20871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20872         (gst_vorbisenc_buffer_from_packet):
20873         * ext/vorbis/vorbisenc.h:
20874           Set duration on encoded buffers. This allows oggmux's
20875           max_page_delay parameter to actually work.
20876
20877 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20878
20879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20880         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20881         (gst_ffmpegcsp_avpicture_fill):
20882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20883         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20884           Make palettes work again (see #132341). Use our own macros
20885           for rounding up.
20886
20887 2005-11-10  Andy Wingo  <wingo@pobox.com>
20888
20889         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20890         string doober.
20891
20892 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20893
20894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20895         (gst_ffmpegcsp_transform_caps):
20896           Prefer passthrough in transform_caps
20897
20898 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20899
20900         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20901           check for ALSA errors properly, instead of relying on ALSA's
20902           error strings to serve to the user.
20903
20904 2005-11-10  Wim Taymans  <wim@fluendo.com>
20905
20906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20907         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20908         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20909         Modernise the seek code.
20910
20911 2005-11-10  Michael Smith <msmith@fluendo.com>
20912         
20913         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20914         (setup_substreams), (set_active_source):
20915           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20916           trying to go to NULL if we failed to read a file.
20917
20918 2005-11-10  Wim Taymans  <wim@fluendo.com>
20919
20920         * gst/audiotestsrc/gstaudiotestsrc.c:
20921         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20922         (gst_audiotestsrc_create):
20923         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20924         (gst_sinesrc_get_times), (gst_sinesrc_create):
20925         * gst/videotestsrc/gstvideotestsrc.c:
20926         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20927         (gst_videotestsrc_create):
20928         The base class can now sync for us.
20929
20930 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20931
20932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20933           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20934           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20935           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20936           format=(fourcc)I420" ! xvimagesink
20937
20938 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20941         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20942         (gst_sinesrc_newsegment):
20943           Send newsegment event in TIME format, set duration if
20944           num-buffers is set, fix duration querying.
20945
20946 2005-11-10  Michael Smith <msmith@fluendo.com>
20947
20948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20949         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20950         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20951         (gst_ogg_mux_collected):
20952          Fix EOS handling, partially. Now forwarding an EOS event once we have
20953          EOS on all pads works correctly. However, we still don't properly set
20954          EOS on the actual ogg stream pages.
20955
20956 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20957
20958         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20959           Set elements to NULL state before disposing of them.
20960
20961 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20962
20963         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20964
20965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20966         (gst_base_rtp_depayload_init),
20967         (gst_base_rtp_depayload_set_gst_timestamp):
20968         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20969           We need to send a newsegment event for each instance, not
20970           just for the first instance of this class (get rid of
20971           static variable in function). (#321011).
20972           
20973 2005-11-08  Michael Smith <msmith@fluendo.com>
20974
20975         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20976         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20977         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20978         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20979           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20980           This makes us mux things correctly according to the ogg muxing
20981           rules. Still not handling EOS correctly right now, though.
20982
20983 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20984
20985         * gst/audioconvert/gstaudioconvert.c:
20986           Fix typo in docs. 
20987
20988 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20989
20990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20991         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20992           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20993           creating a new chain; should fix live streaming. Also
20994           add more debug output and fix a typo.
20995
20996 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20997
20998         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20999
21000         * gst/volume/gstvolume.c: (volume_set_caps):
21001           Fix compilation on Solaris with Forte. (#320923)
21002
21003 2005-11-08  Wim Taymans  <wim@fluendo.com>
21004
21005         * gst-libs/gst/audio/gstbaseaudiosink.c:
21006         (gst_base_audio_sink_render):
21007         No need to do a typecheck.
21008
21009 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21010
21011         * ext/alsa/gstalsa.h:
21012           We register a debug category, so let's use it.
21013
21014 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21015
21016         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21017         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21018         Fixed a small problem.
21019
21020 2005-11-04  Wim Taymans  <wim@fluendo.com>
21021
21022         * examples/seeking/Makefile.am:
21023         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21024         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21025         (make_playerbin_pipeline), (format_value), (update_scale),
21026         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21027         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21028         (print_usage), (main):
21029         Added app for playback speed testing.
21030
21031         * examples/seeking/seek.c: (dynamic_link),
21032         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21033         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21034         (message_received), (main):
21035         Updated seek example.
21036
21037 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21038
21039         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21040         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21041         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21042         (gst_base_rtp_depayload_set_clock):
21043         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21044         Don't sleep on the bench (system clock) when you have a nice 
21045         comfortable bed (Gstreamer clock) to sleep on.
21046
21047 2005-11-03  Wim Taymans  <wim@fluendo.com>
21048
21049         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21050         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21051         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21052         Handle the case where a pad_block failed.
21053
21054 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21055
21056         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21057
21058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21059         (gst_base_rtp_depayload_add_to_queue),
21060         (gst_base_rtp_depayload_push),
21061         (gst_base_rtp_depayload_set_gst_timestamp),
21062         (gst_base_rtp_depayload_queue_release):
21063           Fixes some bugs in the depayloader's queuing/de-queueing code.
21064
21065 2005-10-31  Michael Smith <msmith@fluendo.com>
21066
21067         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21068         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21069         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21070           Patch from Alessandro Decina <alessandro@nnva.org>.
21071           Make oggdemux only find the final time in a chain, not per-pad,
21072           since the per-pad information can be very expensive to locate, and
21073           it isn't used anywhere. This makes reading a file containing
21074           OggSkeleton reasonably fast.
21075           Also, make chain finding work when there are logical bitstreams that
21076           can't be decoded. Fixes #319110.
21077
21078 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21079
21080         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21081         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21082         (gst_base_rtp_depayload_chain),
21083         (gst_base_rtp_depayload_add_to_queue),
21084         (gst_base_rtp_depayload_push),
21085         (gst_base_rtp_depayload_set_gst_timestamp),
21086         (gst_base_rtp_depayload_queue_release),
21087         (gst_base_rtp_depayload_start_thread),
21088         (gst_base_rtp_depayload_set_property),
21089         (gst_base_rtp_depayload_get_property):
21090         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21091         Some random fixes, to fullfill the desires of thomas.
21092
21093 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21094
21095         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21096         (gst_base_rtp_depayload_add_to_queue),
21097         (gst_base_rtp_depayload_push):
21098         Fixed the queueing algorithm.
21099
21100 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21101
21102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21103         (gst_base_rtp_depayload_push):
21104         A small fix
21105
21106 2005-10-31  Wim Taymans  <wim@fluendo.com>
21107
21108         * gst-libs/gst/audio/gstringbuffer.h:
21109         Don't break ABI.
21110
21111         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21112         (gst_ffmpeg_caps_to_pixfmt):
21113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21114         (gst_ffmpegcsp_set_caps):
21115         Some more comments.
21116         Handle missing required caps fields better.
21117
21118 2005-10-31  Wim Taymans  <wim@fluendo.com>
21119
21120         * gst-libs/gst/audio/gstbaseaudiosink.c:
21121         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21122         (gst_base_audio_sink_render):
21123         * gst-libs/gst/audio/gstringbuffer.c:
21124         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21125         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21126         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21127         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21128         (gst_ring_buffer_read):
21129         * gst-libs/gst/audio/gstringbuffer.h:
21130         Add flushing mode to the ringbuffer so that it in all cases does
21131         not try to handle more audio. This makes sure it does not try to
21132         block anymore when flushing and fixes a livelock.
21133
21134 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21135
21136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21137         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21138         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21139           Explicitly check for -1 values before doing a conversion
21140           and always map them to -1. (#315545)
21141
21142 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21143
21144         * gst/playback/gstplaybin.c: (gen_video_element):
21145           first try autovideosink, then xvimagesink, then error out
21146         * po/POTFILES.in:
21147           add translatable file
21148         * po/af.po:
21149         * po/az.po:
21150         * po/cs.po:
21151         * po/en_GB.po:
21152         * po/hu.po:
21153         * po/it.po:
21154         * po/nb.po:
21155         * po/nl.po:
21156         * po/or.po:
21157         * po/sq.po:
21158         * po/sr.po:
21159         * po/sv.po:
21160         * po/uk.po:
21161         * po/vi.po:
21162           update translations
21163
21164 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21165
21166         * gst-libs/gst/rtp/gstbasedepayload.c:
21167         * gst-libs/gst/rtp/gstbasedepayload.h:
21168           Minor cleanups
21169
21170 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21171
21172         * gst/playback/.cvsignore:
21173         * gst/playback/decodetest.c:
21174         * gst/playback/test3.c:
21175           Port these two tests as well.
21176
21177 2005-10-27  Wim Taymans  <wim@fluendo.com>
21178
21179         * ext/theora/theoradec.c: (theora_dec_src_query),
21180         (theora_dec_sink_event):
21181         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21182         (theora_enc_change_state):
21183         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21184         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21185         Take proper locks when handling events.
21186
21187 2005-10-27  Wim Taymans  <wim@fluendo.com>
21188
21189         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21190         (gst_adder_change_state):
21191         Fix timestamps and fix deadlock when stopping the collectpads.
21192
21193 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21194
21195         * gst-libs/gst/rtp/gstrtpbuffer.h:
21196         Declaring the payload types as strings too so that they can be used
21197         in the padtemplate inialization.
21198
21199 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21200
21201         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21202
21203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21204         (gst_base_rtp_depayload_class_init):
21205         Fixes a small but nasty bug. The derived elements no longer segfaults
21206         on finalization.
21207
21208 2005-10-26  Michael Smith <msmith@fluendo.com>
21209
21210         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21211           When clearing an audioconvert context, set tmpbufsize to zero, so
21212           we'll allocate it again later if required.
21213           This fixes audioconvert re-negotiating formats, which previously
21214           segfaulted with a NULL destination buffer.
21215
21216 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21217
21218         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21219         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21220         (gst_base_rtp_depayload_set_gst_timestamp),
21221         (gst_base_rtp_depayload_queue_release):
21222         Fixed a smalll memleak.
21223
21224 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21225         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21226         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21227         (gst_base_rtp_depayload_finalize),
21228         (gst_base_rtp_depayload_setcaps),
21229         (gst_base_rtp_depayload_add_to_queue),
21230         (gst_base_rtp_depayload_push),
21231         (gst_base_rtp_depayload_set_gst_timestamp),
21232         (gst_base_rtp_depayload_queue_release),
21233         (gst_base_rtp_depayload_thread),
21234         (gst_base_rtp_depayload_change_state):
21235         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21236         Changed the C++ comments to C comments
21237
21238 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21239
21240         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21241         * gst/tcp/gsttcpclientsrc.h:
21242         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21243         * gst/tcp/gsttcpserversrc.h:
21244           Remove unused 'curoffset' structure member.
21245
21246 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21247
21248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21249         (gst_base_rtp_depayload_base_init),
21250         (gst_base_rtp_depayload_finalize):
21251         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21252         * gst-libs/gst/rtp/gstbasertppayload.h:
21253           The pad-template on the sinkpad should be set by the derived classes.
21254           Also added some useful macros.
21255
21256 2005-10-24  Wim Taymans  <wim@fluendo.com>
21257
21258         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21259         Correctly flush decoder samples even if we could not
21260         copy them to an output buffer. Fixes #319618.
21261
21262 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21263
21264         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21266         the caps against our xcontext caps.
21267
21268 2005-10-24  Wim Taymans  <wim@fluendo.com>
21269
21270         * gst-libs/gst/audio/gstbaseaudiosink.c:
21271         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21272         Remove g_print
21273         Use sync property from baseclass to disable sync.
21274
21275 2005-10-24  Wim Taymans  <wim@fluendo.com>
21276
21277         * gst-libs/gst/audio/gstbaseaudiosink.c:
21278         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21279         Buffers with no timestamps get aligned with previous buffers or
21280         on underrun, played ASAP.
21281
21282 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21283
21284         * gst-libs/gst/video/video.h:
21285         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21286         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21288         here comes my change on caps for framerate and geometry range.
21289         We are now accepting 1 to MAXINT for width and height, and from
21290         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21291         to be blended correctly in videomixer.
21292
21293 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21294
21295         * configure.ac:
21296           back to HEAD
21297
21298 === release 0.9.4 ===
21299
21300 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21301
21302         * NEWS:
21303         * RELEASE:
21304         * configure.ac:
21305           releasing 0.9.4, "Velociraptor"
21306
21307 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21308
21309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21310         * po/POTFILES.in:
21311           STOPPED -> FAILED
21312
21313 2005-10-21  Wim Taymans  <wim@fluendo.com>
21314
21315         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21316         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21317         (pad_blocked), (close_pad_link), (new_pad):
21318         Don't try to remove elements twice.
21319
21320 2005-10-21  Wim Taymans  <wim@fluendo.com>
21321
21322         * ext/theora/theoradec.c: (theora_dec_src_query),
21323         (theora_dec_sink_event):
21324         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21325         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21326         (vorbis_handle_data_packet):
21327         * ext/vorbis/vorbisdec.h:
21328         Fix old naming.
21329
21330         * gst-libs/gst/audio/gstbaseaudiosink.c:
21331         (gst_base_audio_sink_render):
21332         Don't try to sync on buffers without a timestamp.
21333
21334 2005-10-21  Wim Taymans  <wim@fluendo.com>
21335
21336         * ext/theora/theoradec.c: (theora_dec_src_query),
21337         (theora_dec_sink_event):
21338         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21339         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21340         (vorbis_handle_data_packet):
21341         * ext/vorbis/vorbisdec.h:
21342         Fix old naming.
21343
21344 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21345
21346         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21347         (gst_vorbisenc_src_query):
21348           Implement position and duration queries.
21349
21350         * gst/playback/test3.c: (update_scale), (main):
21351           Fix for async state changes and print nicer output.
21352
21353 2005-10-20  Wim Taymans  <wim@fluendo.com>
21354
21355         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21356         (dump_element_stats), (main):
21357         * gst/playback/test6.c: (main):
21358         Fix tests again
21359
21360 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21361
21362         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21363         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21364           Don't use functions for position queries when handling
21365           duration queries.
21366
21367 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21368
21369         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21370         (vorbis_handle_data_packet), (vorbis_dec_chain),
21371         (vorbis_dec_change_state):
21372         * ext/vorbis/vorbisdec.h:
21373           Vorbis streams can be embedded in other container formats
21374           than ogg, container formats where the demuxer might set 
21375           timestamps on encoded vorbis buffers instead of those silly 
21376           granulepos thingies. In short: make vorbisdec handle 
21377           timestamps on incoming buffers as well.
21378
21379 2005-10-20  Wim Taymans  <wim@fluendo.com>
21380
21381         * gst/playback/gstplaybasebin.c: (group_destroy),
21382         (gst_play_base_bin_change_state):
21383         Fix leak.
21384         Handle case where playbasebin is now ASYNC because
21385         decodebin is.
21386
21387 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21388
21389         * gst/audioconvert/Makefile.am:
21390         * gst/audioconvert/bufferframesconvert.c:
21391         * gst/audioconvert/plugin.c: (plugin_init):
21392         * gst/audioconvert/plugin.h:
21393           And bye bye buffer-frames-convert
21394
21395 2005-10-19  Wim Taymans  <wim@fluendo.com>
21396
21397         * check/elements/audioconvert.c:
21398         * docs/libs/tmpl/gstaudio.sgml:
21399         * docs/libs/tmpl/gstcolorbalance.sgml:
21400         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21401         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21402         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21403         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21404         * gst-libs/gst/audio/audio.h:
21405         * gst/audioconvert/audioconvert.h:
21406         * gst/audioconvert/gstaudioconvert.c:
21407         (gst_audio_convert_parse_caps):
21408         * gst/volume/gstvolume.c:
21409         Bye bye buffer-frames.
21410
21411 2005-10-19  Wim Taymans  <wim@fluendo.com>
21412
21413         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21414         (query_positions_elems), (query_positions_pads), (update_scale),
21415         (do_seek), (set_update_scale), (message_received), (main):
21416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21417         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21418         (gst_ogg_demux_loop):
21419         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21420         * ext/theora/theoradec.c: (theora_dec_src_query),
21421         (theora_dec_sink_event):
21422         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21423         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21424         * gst/adder/gstadder.c: (gst_adder_query):
21425         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21426         * gst/playback/test3.c: (update_scale):
21427         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21428         (dump_element_stats), (main):
21429         * gst/playback/test6.c: (main):
21430         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21431         Query API update.
21432
21433 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21434
21435         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21436         (xml_check_first_element), (xml_type_find), (smil_type_find),
21437         (plugin_init):
21438           Add typefinding for SMIL and for generic XML. Based on patch by
21439           Akos Maroy (#308663).
21440
21441 2005-10-18  Wim Taymans  <wim@fluendo.com>
21442
21443         * gst/playback/Makefile.am:
21444         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21445         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21446         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21447         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21448         (gst_decode_bin_change_state):
21449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21450         (gst_play_bin_send_event_to_sink):
21451         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21452         (dump_element_stats), (main):
21453         * gst/playback/test6.c: (main):
21454         Make playbin async, it'll commit state to paused when all streams
21455         are detected.
21456         Remove ugly hack.
21457         Added test6.c to show async behaviour.
21458
21459 2005-10-18  Wim Taymans  <wim@fluendo.com>
21460
21461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21462         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21463         Fix for segment-start/stop API change.
21464
21465 2005-10-18  Wim Taymans  <wim@fluendo.com>
21466
21467         * check/Makefile.am:
21468         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21469         (main):
21470         Add future test for clock selection.
21471
21472 2005-10-18  Wim Taymans  <wim@fluendo.com>
21473
21474         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21475         (gst_alsasink_close):
21476         Set handle to NULL.
21477
21478         * gst-libs/gst/audio/gstringbuffer.c:
21479         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21480         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21481         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21482         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21483         (gst_ring_buffer_read):
21484         More debug info.
21485
21486 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21487
21488         * gst/audiotestsrc/Makefile.am:
21489         * gst/sine/Makefile.am:
21490         * gst/volume/Makefile.am:
21491           fix broken build of controllerized plugins
21492
21493 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21494
21495         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21496
21497         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21498         (gst_riff_create_video_template_caps):
21499           Add support for Indeo-3 (IV32).
21500
21501 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21502
21503         * configure.ac:
21504           rewrite
21505
21506 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * gst-libs/gst/video/video.c: (gst_video_get_size):
21509         * gst/audiotestsrc/gstaudiotestsrc.c:
21510           doc updates
21511
21512 2005-10-17  Andy Wingo  <wingo@pobox.com>
21513
21514         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21515         with the collectpads change.
21516         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21517
21518         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21519
21520         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21521
21522         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21523         alloc_buffer flow return to callers.
21524         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21525         change. Fix some memleaks in theoraenc.
21526
21527         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21528         in strange circumstance.
21529
21530 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21531
21532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21533         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21534         from caps, let's use the caps...
21535
21536 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21537
21538         * configure.ac:
21539           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21540
21541 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21542
21543         * gst-libs/gst/interfaces/Makefile.am:
21544           fix silly typo
21545
21546 2005-10-16  Andy Wingo  <wingo@pobox.com>
21547
21548         * gst/playback/gstdecodebin.c
21549         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21550         function!
21551         (try_to_link_1): Increase kraziness level.
21552
21553 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21554
21555         * configure.ac:
21556           restructure like the core one
21557         * gst-libs/gst/audio/Makefile.am:
21558         * gst-libs/gst/interfaces/Makefile.am:
21559         * gst-libs/gst/net/Makefile.am:
21560         * gst-libs/gst/riff/Makefile.am:
21561         * gst-libs/gst/rtp/Makefile.am:
21562         * gst-libs/gst/tag/Makefile.am:
21563         * gst-libs/gst/video/Makefile.am:
21564           use correct linker flags, now the libs are properly versioned
21565         * check/elements/audioconvert.c: (verify_convert):
21566         * ext/alsa/gstalsaplugin.c:
21567         * ext/cdparanoia/gstcdparanoia.c:
21568         * ext/gnomevfs/gstgnomevfs.c:
21569         * ext/libvisual/visual.c:
21570         * ext/ogg/gstogg.c:
21571         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21572         * ext/theora/theora.c:
21573         * ext/vorbis/vorbis.c:
21574         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21575         * gst-libs/gst/tag/gsttagediting.c:
21576         * gst-libs/gst/video/video.c:
21577         * gst/adder/gstadder.c:
21578         * gst/audioconvert/plugin.c:
21579         * gst/audiorate/gstaudiorate.c:
21580         * gst/audioresample/gstaudioresample.c:
21581         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21582         * gst/audioscale/gstaudioscale.c:
21583         * gst/audioscale/resample.c:
21584         * gst/audiotestsrc/gstaudiotestsrc.c:
21585         * gst/ffmpegcolorspace/gstffmpeg.c:
21586         * gst/playback/gstdecodebin.c: (close_pad_link):
21587         * gst/playback/gstplaybin.c: (gen_video_element),
21588         (gen_audio_element):
21589         * gst/sine/gstsinesrc.c:
21590         * gst/subparse/gstsubparse.c:
21591         * gst/tags/gsttagediting.c:
21592         * gst/tcp/gsttcpplugin.c:
21593         * gst/typefind/gsttypefindfunctions.c:
21594         * gst/videorate/gstvideorate.c:
21595         * gst/videoscale/gstvideoscale.c:
21596         * gst/videotestsrc/gstvideotestsrc.c:
21597         * gst/volume/gstvolume.c:
21598         * sys/v4l/gstv4l.c:
21599         * sys/ximage/ximage.c:
21600         * sys/xvimage/xvimagesink.c:
21601           fix up defines
21602
21603 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21604
21605         * ext/vorbis/vorbisenc.c:
21606         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21607         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21608         (gst_tag_to_vorbis_comments):
21609           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21610
21611 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21612
21613         * examples/stats/mp2ogg.c:
21614         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21615           typo fixes
21616
21617 2005-10-13  Michael Smith <msmith@fluendo.com>
21618
21619         * ext/ogg/gstoggmux.c:
21620           Use magic glib macros to define constants as 64 bit, to ensure
21621           appropriate vararg passing.
21622
21623 2005-10-13  Michael Smith <msmith@fluendo.com>
21624
21625         * ext/ogg/gstoggmux.c:
21626         * gst/audioconvert/audioconvert.c: (float):
21627           Don't use LL suffix, as it's not portable, and neither of these
21628           uses required it anyway.
21629
21630 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21631
21632         * examples/indexing/indexmpeg.c: (main):
21633         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21634         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21635         (cdparanoia_convert), (cdparanoia_query):
21636         * ext/cdparanoia/gstcdparanoia.h:
21637         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21638         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21639         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21641         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21642         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21643         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21644         (gst_multifdsink_render), (gst_multifdsink_start),
21645         (gst_multifdsink_stop):
21646         * gst/tcp/gstmultifdsink.h:
21647         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21648         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21649         (gst_tcpclientsink_stop):
21650         * gst/tcp/gsttcpclientsink.h:
21651         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21652         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21653         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21654         * gst/tcp/gsttcpclientsrc.h:
21655         * gst/tcp/gsttcpserversink.h:
21656         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21657         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21658         (gst_tcpserversrc_stop):
21659         * gst/tcp/gsttcpserversrc.h:
21660         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21661         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21662         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21663           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21664           moved bitshift from macro to enum definition
21665
21666 2005-10-12  Wim Taymans  <wim@fluendo.com>
21667
21668         * examples/seeking/Makefile.am:
21669         Oops.
21670
21671 2005-10-12  Wim Taymans  <wim@fluendo.com>
21672
21673         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21674         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21675         Don't assert on normal stuff.
21676
21677         * gst/playback/gstplaybin.c: (do_playbin_seek):
21678         API fix.
21679
21680 2005-10-12  Wim Taymans  <wim@fluendo.com>
21681
21682         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21683         * examples/seeking/Makefile.am:
21684         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21685         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21686         (do_seek), (set_update_scale), (message_received), (main):
21687         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21688         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21689         Update for _get_state() API change.
21690
21691 2005-10-11  Wim Taymans  <wim@fluendo.com>
21692
21693         * gst-libs/gst/audio/gstbaseaudiosink.c:
21694         (gst_base_audio_sink_render):
21695         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21696         (gst_base_audio_src_create):
21697         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21698         (gst_ring_buffer_read):
21699         Cleanups.
21700         Commit and read from ringbuffer in samples rather than bytes.
21701
21702 2005-10-11  Wim Taymans  <wim@fluendo.com>
21703
21704         * gst-libs/gst/audio/gstbaseaudiosink.c:
21705         (gst_base_audio_sink_render):
21706         Respect segment rate and accum when scheduling samples.
21707
21708 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21709
21710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21711         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21712         EOS correctly, that needs more work.
21713
21714 2005-10-11  Wim Taymans  <wim@fluendo.com>
21715
21716         * check/generic/states.c: (GST_START_TEST):
21717         remove old property.
21718
21719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21720         (gst_ogg_demux_perform_seek):
21721         * ext/theora/theoradec.c: (theora_dec_sink_event):
21722         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21723         (vorbis_handle_data_packet):
21724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21725         (gst_base_rtp_depayload_set_gst_timestamp):
21726         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21727         Update for newsegment API change.
21728
21729 2005-10-11  Michael Smith <msmith@fluendo.com>
21730
21731         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21732         (do_playbin_seek), (gst_play_bin_send_event):
21733           Override send_event differently, so that we can takes bits of
21734           functionality from GstPipeline (special handling for seeks,
21735           including pausing/resuming, and resetting stream time) and still get
21736           the appropriate behaviour of only forwarding event to a single sink,
21737           rather than all of them.
21738           Unfortunately requires a lot of code duplication, but the
21739           alternatives are equally ugly in the end.
21740
21741 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21742
21743         * check/elements/audioconvert.c: (setup_audioconvert),
21744         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21745         (GST_START_TEST), (audioconvert_suite):
21746           clean up tests a little, fix some leaks.
21747
21748 2005-10-10  Wim Taymans  <wim@fluendo.com>
21749
21750         * ext/alsa/gstalsasink.c:
21751         Also allow unsigned int.
21752
21753         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21754         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21755         Small cleanup
21756
21757 2005-10-10  Wim Taymans  <wim@fluendo.com>
21758
21759         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21760         Small update, use API as stated in design docs.
21761
21762         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21763         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21764         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21765         (message_received), (main):
21766         Updated seek example for GOption. Some usability improvements.
21767
21768 2005-10-10  Wim Taymans  <wim@fluendo.com>
21769
21770         * gst/audioconvert/audioconvert.h:
21771         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21772         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21773         Alloc temp storage somewhere else where we can do it more
21774         portable.
21775
21776 2005-10-10  Wim Taymans  <wim@fluendo.com>
21777
21778         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21779         (gst_tcpserversrc_start):
21780         Don't block in accept while doing the state change, move
21781         to poll and make cancellable.
21782
21783 2005-10-09  Philippe Khalaf <burger@speedy.org>
21784
21785         * gst-libs/gst/rtp/rtpbasedepayload.c:
21786         Set timestamp and add queue delay to timestamp
21787         * gst-libs/gst/rtp/rtpbuffer.h:
21788         Set correct payload type for h263
21789
21790 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21791
21792         * gst/audiotestsrc/gstaudiotestsrc.c:
21793         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21794         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21795         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21796         (gst_audiotestsrc_create_triangle),
21797         (gst_audiotestsrc_create_silence),
21798         (gst_audiotestsrc_create_white_noise),
21799         (gst_audiotestsrc_init_pink_noise),
21800         (gst_audiotestsrc_generate_pink_noise_value),
21801         (gst_audiotestsrc_create_pink_noise),
21802         (gst_audiotestsrc_change_wave):
21803         * gst/audiotestsrc/gstaudiotestsrc.h:
21804           fixed typo, added pink noise
21805
21806 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21807
21808         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21809         (plugin_init):
21810           Add wavpack and spc typefind functions from 0.8 branch.
21811
21812 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21813
21814         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21815         (ar_type_find), (msdos_type_find), (plugin_init):
21816           Add typefind functions for tar archives, ar archives,
21817           RAR archives, and msdos-executables (dlls, exe, etc.).
21818           Some of those would be wrongly identified as mpeg
21819           streams of some sort before (#315550).
21820
21821 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21822
21823         * configure.ac:
21824         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21825         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21826         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21827         * gst/audiotestsrc/Makefile.am:
21828         * gst/audiotestsrc/gstaudiotestsrc.c:
21829         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21830         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21831         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21832         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21833         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21834         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21835         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21836         (gst_audiotestsrc_create_silence),
21837         (gst_audiotestsrc_create_white_noise),
21838         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21839         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21840         (gst_audiotestsrc_start), (plugin_init):
21841         * gst/audiotestsrc/gstaudiotestsrc.h:
21842           add new plugin and element
21843         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21844           use gobject_class
21845
21846 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21847
21848         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21849         (gst_adder_init), (gst_adder_request_new_pad),
21850         (gst_adder_change_state):
21851           Add query function to source pad, so adder reports the correct
21852           time/sample position when queried (#315457); fix state change
21853           function; use GST_DEBUG_FUNCPTR() for pad functions.
21854
21855 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21856
21857         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21858           Fix leaks in typefind registration
21859           Clean up the gratuitous commenting and whitespacing a little
21860
21861 2005-10-08  Wim Taymans  <wim@fluendo.com>
21862
21863         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21864         Only actually wait for the thread to be stopped if it's 
21865         running.
21866
21867 2005-10-08  Wim Taymans  <wim@fluendo.com>
21868
21869         * gst-libs/gst/audio/gstbaseaudiosink.c:
21870         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21871         If we receive EOS we can start playback of what we had.
21872
21873 2005-10-08  Wim Taymans  <wim@fluendo.com>
21874
21875         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21876         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21877         (gst_multifdsink_stop):
21878         Fix crasher when going to NULL multiple times.
21879
21880 2005-10-06  Wim Taymans  <wim@fluendo.com>
21881
21882         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21883         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21884         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21885         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21886         patch from Edgard Lima <edgard.lima@indt.org.br>
21887         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21888
21889 2005-10-06  Wim Taymans  <wim@fluendo.com>
21890
21891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21892         Report the FLOW_RETURN as string in the error message.
21893
21894         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21895         Don't assert when clearing an unnegotiated buffer.
21896
21897 2005-10-04  Michael Smith <msmith@fluendo.com>
21898
21899         * gst/playback/gstplaybasebin.c: (group_destroy),
21900         (gen_preroll_element), (remove_groups), (setup_source):
21901         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21902         (setup_sinks), (gst_play_bin_send_event),
21903         (gst_play_bin_change_state):
21904           Set state to NULL before removing from bin. Fix refcounting.
21905
21906 2005-10-04  Michael Smith <msmith@fluendo.com>
21907
21908         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21909           Correct refcounting in send_event() function. Previously was wrong
21910           if the first sink was unable to handle the event.
21911
21912 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21913
21914         * configure.ac:
21915           back to development
21916
21917 === release 0.9.3 ===
21918
21919 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21920
21921         * configure.ac:
21922           Releasing 0.9.3, "De Facto"
21923
21924 2005-10-03  Andy Wingo  <wingo@pobox.com>
21925
21926         * gst/playback/gstdecodebin.c (try_to_link_1)
21927         (remove_element_chain): set element to NULL before removing it.
21928
21929 2005-10-02  Johan Dahlin  <johan@gnome.org>
21930
21931         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21932         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21933         MT safe.
21934
21935 2005-10-02  Andy Wingo  <wingo@pobox.com>
21936
21937         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21938         (gst_ring_buffer_prepare_read): 
21939         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21940         Demote to LOG.
21941
21942 2005-09-29  Wim Taymans  <wim@fluendo.com>
21943
21944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21945         * ext/theora/theoradec.c: (theora_handle_data_packet):
21946         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21947         Propagate error codes from alloc_buffer too.
21948
21949 2005-09-29  Wim Taymans  <wim@fluendo.com>
21950
21951         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21952         We use fixed caps.
21953
21954         * gst/playback/Makefile.am:
21955         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21956         (dump_element_stats), (main):
21957         Added example stream introspection code.
21958
21959 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21960
21961         * gst/adder/gstadder.c: (gst_adder_collected):
21962           fix adder for float elements
21963
21964 2005-09-28  Wim Taymans  <wim@fluendo.com>
21965
21966         * gst-libs/gst/audio/gstbaseaudiosink.c:
21967         (gst_base_audio_sink_class_init),
21968         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21970         (gst_base_audio_src_class_init),
21971         (gst_base_audio_src_provide_clock):
21972         get_clock -> provide_clock
21973
21974 2005-09-28  Andy Wingo  <wingo@pobox.com>
21975
21976         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21977         and unlocking.
21978
21979         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21980         unlocking.
21981
21982         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21983         Actually add the pad template.
21984         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21985
21986         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21987         I'm at it...
21988
21989         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21990         from fdsrc. Get caps in create() instead of start() so it can be
21991         interrupted. Interruption somewhat untested.
21992
21993         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21994         Proper EOS handling.
21995
21996 2005-09-27  Andy Wingo  <wingo@pobox.com>
21997
21998         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21999
22000         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22001
22002         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22003
22004         * gst/tcp/gsttcp.h: 
22005         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22006         out of tcpclientsrc.c. Cancellable.
22007         (gst_tcp_socket_read): Made private, cancellable, with better
22008         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22009         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22010         whole buffer, and better diagnostics.
22011         (gst_tcp_gdp_read_caps): Same.
22012
22013         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22014
22015 2005-09-26  Andy Wingo  <wingo@pobox.com>
22016
22017         * gst/sine/gstsinesrc.h:
22018         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22019         change the 'sync' property to 'is-live' and implement it halfway,
22020         update for controller api change.
22021
22022         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22023         controller api change.
22024
22025 2005-09-24  Wim Taymans  <wim@fluendo.com>
22026
22027         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22028         * gst-libs/gst/audio/gstaudiosink.c:
22029         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22030         (gst_audioringbuffer_stop):
22031         * gst-libs/gst/audio/gstbaseaudiosink.c:
22032         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22033         (gst_base_audio_sink_change_state):
22034         * gst-libs/gst/audio/gstbaseaudiosink.h:
22035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22036         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22037         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22038         * gst-libs/gst/audio/gstringbuffer.h:
22039         Fix sync again. Moved sample alignment to basesink.
22040
22041 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22042
22043         * docs/plugins/Makefile.am:
22044         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22045         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22046         * gst/volume/gstvolume.c:
22047           add/fix docs
22048         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22049         * gst-libs/gst/audio/audio.h:
22050           add conversion macros for frames <-> clocktime
22051
22052 2005-09-23  David Schleef  <ds@schleef.org>
22053
22054         * gst/audioresample/Makefile.am:
22055         * gst/audioresample/debug.h:
22056         * gst/audioresample/gstaudioresample.c:
22057         * gst/audioresample/resample.c: Convert to using gst debugging
22058
22059 2005-09-22  Wim Taymans  <wim@fluendo.com>
22060
22061         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22062         (gst_play_bin_send_event):
22063         Only seek on one sink, the first one that succeeds.
22064
22065 2005-09-22  Michael Smith <msmith@fluendo.com>
22066
22067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22068         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22069         Don't flush encoder state unless we have an initialised encoder.
22070         Clear out encoder state on PAUSED_TO_READY.
22071
22072 2005-09-22  Wim Taymans  <wim@fluendo.com>
22073
22074         * gst-libs/gst/rtp/gstbasertppayload.c:
22075         (gst_basertppayload_class_init), (gst_basertppayload_init),
22076         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22077         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22078         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22079         (gst_basertppayload_set_property),
22080         (gst_basertppayload_get_property),
22081         (gst_basertppayload_change_state):
22082         * gst-libs/gst/rtp/gstbasertppayload.h:
22083         Added max-ptime to control amount of data in the rtp packets.
22084
22085 2005-09-21  Andy Wingo  <wingo@pobox.com>
22086
22087         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22088         thingies.
22089
22090         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22091         can be called multiple times, dogs.
22092
22093 2005-09-21  Wim Taymans  <wim@fluendo.com>
22094
22095         * gst-libs/gst/rtp/gstbasertppayload.c:
22096         (gst_basertppayload_class_init), (gst_basertppayload_init),
22097         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22098         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22099         (gst_basertppayload_push), (gst_basertppayload_get_property),
22100         (gst_basertppayload_change_state):
22101         Allow 0 ssrc too.
22102
22103 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22104
22105         * docs/libs/compiling.sgml:
22106           fixing typos
22107
22108 2005-09-20  Wim Taymans  <wim@fluendo.com>
22109
22110         * gst-libs/gst/rtp/gstbasertppayload.c:
22111         (gst_basertppayload_class_init), (gst_basertppayload_init),
22112         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22113         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22114         (gst_basertppayload_push), (gst_basertppayload_set_property),
22115         (gst_basertppayload_get_property),
22116         (gst_basertppayload_change_state):
22117         * gst-libs/gst/rtp/gstbasertppayload.h:
22118         Added property to configure sequence number offsets.
22119
22120 2005-09-20  Wim Taymans  <wim@fluendo.com>
22121
22122         * gst-libs/gst/rtp/gstbasertppayload.c:
22123         (gst_basertppayload_class_init), (gst_basertppayload_init),
22124         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22125         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22126         (gst_basertppayload_push), (gst_basertppayload_set_property),
22127         (gst_basertppayload_get_property),
22128         (gst_basertppayload_change_state):
22129         * gst-libs/gst/rtp/gstbasertppayload.h:
22130         Make timestamp offset configurable.
22131
22132 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22133
22134         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22135           fix wrong pop/unref
22136
22137 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22138
22139         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22140
22141         * gst-libs/gst/interfaces/propertyprobe.c:
22142         (gst_property_probe_probe_property_name),
22143         (gst_property_probe_needs_probe_name),
22144         (gst_property_probe_get_values_name),
22145         (gst_property_probe_probe_and_get_values_name):
22146           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22147           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22148
22149 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22150
22151         * check/Makefile.am:
22152           have some tests be disabled for valgrinding
22153         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22154         (GST_START_TEST):
22155         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22156           Fix A Leak.  Chain To Parent Finalize.
22157
22158 2005-09-19  Wim Taymans  <wim@fluendo.com>
22159
22160         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22161         Fixed wav pipeline.
22162
22163 2005-09-19  Wim Taymans  <wim@fluendo.com>
22164
22165         * gst-libs/gst/rtp/gstbasertppayload.c:
22166         (gst_basertppayload_class_init), (gst_basertppayload_init),
22167         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22168         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22169         (gst_basertppayload_push), (gst_basertppayload_get_property),
22170         (gst_basertppayload_change_state):
22171         Posting ERROR and WARNING messages is good.
22172
22173 2005-09-19  Wim Taymans  <wim@fluendo.com>
22174
22175         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22176         (gst_base_rtp_depayload_add_to_queue),
22177         (gst_base_rtp_depayload_push),
22178         (gst_base_rtp_depayload_set_gst_timestamp),
22179         (gst_base_rtp_depayload_queue_release):
22180         This one was not supposed to go in.
22181
22182 2005-09-19  Wim Taymans  <wim@fluendo.com>
22183
22184         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22185         Fix for bus API.
22186
22187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22188         (gst_base_rtp_depayload_chain),
22189         (gst_base_rtp_depayload_add_to_queue),
22190         (gst_base_rtp_depayload_push),
22191         (gst_base_rtp_depayload_set_gst_timestamp),
22192         (gst_base_rtp_depayload_queue_release):
22193         Some cleanups.
22194
22195         * gst-libs/gst/rtp/gstbasertppayload.c:
22196         (gst_basertppayload_class_init), (gst_basertppayload_init),
22197         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22198         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22199         (gst_basertppayload_get_property),
22200         (gst_basertppayload_change_state):
22201         Added debugging category.
22202
22203 2005-09-18  David Schleef  <ds@schleef.org>
22204
22205         * gst/playback/gstdecodebin.c: free plugin list correctly
22206         * gst/playback/gstplaybin.c: emit warning if autovideosink
22207           and autoaudiosink can't be found (instead of segfaulting)
22208
22209 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22210
22211         * check/elements/audioconvert.c: (GST_START_TEST):
22212           try out 24 bit conversion
22213
22214 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22215
22216         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22217         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22218         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22219         * ext/vorbis/vorbisenc.h:
22220           Fix EOS handling.  Still needs a fix in the ogg muxer to
22221           mark the last page as eos.
22222
22223 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22224
22225         * common/gtk-doc-plugins.mak:
22226         * docs/plugins/Makefile.am:
22227         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22228         * gst/ffmpegcolorspace/Makefile.am:
22229         * gst/ffmpegcolorspace/avcodec.h:
22230         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22231         * gst/tcp/gstmultifdsink.c:
22232           fix up ffmpegcolorspace docs; extract header
22233
22234 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * common/gtk-doc-plugins.mak:
22237         * docs/plugins/Makefile.am:
22238         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22239         * ext/theora/Makefile.am:
22240         * ext/theora/gsttheoraenc.h:
22241         * ext/theora/theoraenc.c:
22242         * ext/vorbis/vorbisenc.c:
22243           pick up signals and args for vorbis; add some docs for vorbis
22244
22245 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * common/gstdoc-scangobj:
22248         * common/gtk-doc-plugins.mak:
22249         * docs/libs/Makefile.am:
22250         * docs/plugins/gst-plugins-base-plugins.args:
22251         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22252         * docs/plugins/gst-plugins-base-plugins.interfaces:
22253         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22254         * docs/plugins/gst-plugins-base-plugins.signals:
22255           only scanobj stuff from our source module.  Not sure yet
22256           if that's correct, given the hierarchy stuff :)
22257
22258 2005-09-15  Wim Taymans  <wim@fluendo.com>
22259
22260         * gst/audioconvert/gstaudioconvert.c:
22261         And enable 24 bits mode as well..
22262
22263 2005-09-15  Wim Taymans  <wim@fluendo.com>
22264
22265         * gst-libs/gst/rtp/Makefile.am:
22266         * gst-libs/gst/rtp/gstbasertppayload.c:
22267         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22268         (gst_basertppayload_class_init), (gst_basertppayload_init),
22269         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22270         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22271         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22272         (gst_basertppayload_set_property),
22273         (gst_basertppayload_get_property),
22274         (gst_basertppayload_change_state):
22275         * gst-libs/gst/rtp/gstbasertppayload.h:
22276         Added rtp payloader base class.
22277
22278 2005-09-15  Andy Wingo  <wingo@pobox.com>
22279
22280         * configure.ac (plugindir): Remove the EOL matcher from the
22281         regexp, as it causes me problems. Libtool? Make? Who knows?
22282
22283 2005-09-14  David Schleef  <ds@schleef.org>
22284
22285         * check/generic/states.c: 
22286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22287         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22288           Fixes for changes in registry API.
22289
22290         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22291           to GST_PLUGIN_LDFLAGS.
22292         * ext/libvisual/visual.c: Make the library shut up.
22293         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22294         * gst-libs/gst/audio/gstaudiofilter.c: same
22295
22296 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22297
22298         * docs/plugins/Makefile.am:
22299         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22300         * docs/plugins/inspect/plugin-libvisual.xml:
22301         * docs/plugins/tmpl/element-tcpserversink.sgml:
22302         * ext/theora/theoraenc.c:
22303           add libvisual plugin and theoraenc element to docs
22304
22305 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22306
22307         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22308         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22309         * ext/theora/theoraenc.c:
22310           add theoraenc
22311
22312 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22313
22314         * gst/audioconvert/Makefile.am:
22315           Audioconvert derives from GstBaseTransform and should
22316           link to the library with our base elements to avoid
22317           unresolved symbols. Makes things work with MinGW (#316160)
22318
22319         * gst/playback/test4.c: (main):
22320           Fix MinGW build problem and use g_usleep() instead of 
22321           sleep() (#316162)
22322
22323 2005-09-12  Wim Taymans  <wim@fluendo.com>
22324
22325         * gst/audioconvert/audioconvert.c: (float),
22326         (audio_convert_prepare_context), (audio_convert_convert):
22327         * gst/audioconvert/audioconvert.h:
22328         Cleanups, speedups, simplifications, added back support
22329         for 24 bits.
22330
22331 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22332
22333         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22334         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22335         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22336         * docs/plugins/tmpl/element-tcpserversink.sgml:
22337         * gst/ffmpegcolorspace/gstffmpeg.c:
22338         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22339         * gst/videotestsrc/gstvideotestsrc.c:
22340         * gst/volume/gstvolume.c:
22341           add more elements to the docs
22342
22343 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22344
22345         * check/Makefile.am:
22346         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22347         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22348           Add extra tests for basetransform based components. 
22349           Comment out the test_element_negotiation test until we decide
22350           if it's testing correct behaviour.
22351         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22352         (gst_visual_chain), (gst_visual_change_state):
22353           Slightly more correct but still bogus timestamping.
22354           Fix state change function.
22355         * gst/audioconvert/gstaudioconvert.c:
22356         (gst_audio_convert_class_init):
22357         * gst/audioresample/gstaudioresample.c:
22358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22359         (gst_ffmpegcsp_class_init):
22360         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22361         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22362         (gst_videoscale_prepare_image):
22363         * gst/volume/gstvolume.c: (gst_volume_class_init),
22364         (volume_transform_ip):
22365           Basetransform updates. Enable passthrough modes.
22366         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22367         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22368         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22369           Negotiation fix that allows the window to return to the original
22370           size and renegotiate passthrough upstream. Extra debug output.
22371
22372 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22373
22374         * gst/sine/gstsinesrc.c:
22375         * gst/volume/gstvolume.c:
22376           fix up header include
22377
22378 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22379
22380         * gst-libs/gst/audio/gstbaseaudiosink.c:
22381         (gst_base_audio_sink_render):
22382         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22383         * gst/volume/gstvolume.c: (gst_volume_class_init),
22384         (volume_transform):
22385           fixing lost sync, some more debugging
22386
22387 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22388
22389         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22390         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22391         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22392         (gst_xvimagesink_check_xshm_calls):
22393           Fix compilation when XShm is not available.
22394
22395 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22396
22397         * ext/libvisual/visual.c: (gst_visual_dispose),
22398         (gst_visual_getcaps), (gst_visual_src_setcaps),
22399         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22400         (gst_visual_change_state):
22401           Finish fixing up libvisual plugin so that it runs. 
22402
22403 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22404
22405         * ext/vorbis/vorbisenc.c:
22406         * gst-libs/gst/tag/gstvorbistag.c:
22407           gsttaginterface.h -> gsttagsetter.h
22408
22409 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22410
22411         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22412           added another test that failes for me (test is not active by default)
22413
22414 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22415
22416         * configure.ac:
22417           v4l2 is no longer in gst-plugins-base
22418
22419 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22420
22421         * configure.ac:
22422           In the output at the end, don't show the first plugin on the same
22423           line as "Core plug-ins, always built:".
22424           Indent the output as for other plugin categories
22425         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22426           #define that can be used to not use peer buffer_alloc functions for
22427           test purposes.
22428         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22429         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22430         (gst_ximagesink_show_frame):
22431         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22432         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22433         (gst_xvimagesink_show_frame):
22434           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22435           fails gracefully instead of XError aborting or deadlocking.
22436
22437 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22438
22439         * ext/libvisual/Makefile.am:
22440           link against gst-base-libs
22441
22442 2005-09-06  David Schleef  <ds@schleef.org>
22443
22444         * configure.ac: Enable libvisual plugin.
22445         * ext/libvisual/Makefile.am:
22446         * ext/libvisual/visual.c: Fixes to make it compile.
22447
22448 === release 0.9.2 ===
22449
22450 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22451
22452         * NEWS:
22453         * RELEASE:
22454         * configure.ac:
22455         * docs/random/ChangeLog-0.8:
22456           releasing 0.9.2, "Spoon"
22457
22458 2005-09-05  Michael Smith <msmith@fluendo.com>
22459
22460         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22461           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22462           that in the vorbisenc element.
22463
22464 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22465
22466         * common/gtk-doc-plugins.mak:
22467         * docs/plugins/Makefile.am:
22468           fix distcheck
22469         * gst/audioresample/resample.c:
22470           fix wrong docstring
22471
22472 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22473
22474         * common/gst-xmlinspect.py:
22475         * common/gtk-doc-plugins.mak:
22476           only inspect plugins for this given package
22477           require gst-python 0.9
22478
22479 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22480
22481         * Makefile.am:
22482         * autogen.sh:
22483         * common/gst-xmlinspect.py:
22484         * configure.ac:
22485         * docs/Makefile.am:
22486         * docs/plugins/inspect/plugin-alsa.xml:
22487         * docs/plugins/inspect/plugin-audioresample.xml:
22488         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22489         * docs/plugins/inspect/plugin-ogg.xml:
22490         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22491         * docs/plugins/tmpl/element-multifdsink.sgml:
22492         * docs/plugins/tmpl/element-tcpserversink.sgml:
22493         * docs/plugins/tmpl/element-vorbisenc.sgml:
22494         * gst-plugins-base.spec.in:
22495           various doc-related updates
22496
22497 2005-08-31  Wim Taymans  <wim@fluendo.com>
22498
22499         * gst-libs/gst/audio/gstbaseaudiosink.c:
22500         (gst_base_audio_sink_render):
22501         Resync if the buffer timestamps drift more than a 10th 
22502         of a second.
22503
22504 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22505
22506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22507         (gst_v4lsrc_get_property):
22508           The 'timestamp-offset' property is registered as an int64, so
22509           let's use g_value_{set|get}_int64() in our setter and getter
22510           functions (makes it work and fixes warnings with gst-inspect).
22511
22512 2005-08-30  Wim Taymans  <wim@fluendo.com>
22513
22514         * check/elements/audioconvert.c: (setup_audioconvert):
22515         * check/elements/audioresample.c: (setup_audioresample):
22516         * check/elements/volume.c: (setup_volume):
22517         Fix checks.
22518
22519 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22520
22521         * common/gtk-doc-plugins.mak:
22522         * common/plugins.xsl:
22523         * docs/plugins/Makefile.am:
22524           make module a param
22525
22526 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22527
22528         * examples/seeking/seek.c: (make_mp3_pipeline),
22529         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22530         (play_cb), (pause_cb), (stop_cb):
22531           update the example
22532
22533 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22534
22535         * gst/volume/gstvolume.c: (gst_volume_class_init),
22536         (volume_transform):
22537           do not update controlled params, if buffer has no timestamp
22538
22539 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22540
22541         * configure.ac:
22542         * gst/sine/Makefile.am:
22543         * gst/volume/Makefile.am:
22544           controllerized elements also need to link against controller-libs ;)
22545
22546 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22547
22548         * docs/libs/tmpl/gstcolorbalance.sgml:
22549         * docs/libs/tmpl/gstgconf.sgml:
22550         * docs/libs/tmpl/gstmixer.sgml:
22551         * docs/libs/tmpl/gstringbuffer.sgml:
22552         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22553         (gst_sinesrc_create):
22554         * gst/volume/gstvolume.c: (gst_volume_class_init),
22555         (volume_transform):
22556           controllerized two audio plugins
22557
22558 2005-08-29  Andy Wingo  <wingo@pobox.com>
22559
22560         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22561         (vorbis_handle_data_packet): Fix some int overflow errors.
22562
22563         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22564         -1.
22565         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22566         valid.
22567         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22568         if it's valid. Fixed streaming-mode playback.
22569
22570         * check/elements/volume.c (cleanup_volume): Fix for running
22571         CK_FORK=no.
22572
22573         * check/elements/audioconvert.c: Convert from native endian, not
22574         little endian.
22575
22576 2005-08-29  Michael Smith <msmith@fluendo.com>
22577
22578         * ext/ogg/Makefile.am:
22579         * ext/ogg/gstogg.c: (plugin_init):
22580         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22581         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22582         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22583         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22584         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22585         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22586         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22587         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22588         Add an ogg parser element.
22589
22590 2005-08-28  Andy Wingo  <wingo@pobox.com>
22591
22592         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22593
22594 2005-08-26  Wim Taymans  <wim@fluendo.com>
22595
22596         * gst/audioconvert/audioconvert.c: (if), (float),
22597         (audio_convert_get_func_index), (check_default),
22598         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22599         (audio_convert_clean_context), (audio_convert_get_sizes),
22600         (audio_convert_convert):
22601         Cleanups.
22602
22603 2005-08-26  Wim Taymans  <wim@fluendo.com>
22604
22605         * gst/audioconvert/audioconvert.c: (if), (float),
22606         (audio_convert_get_func_index), (check_default),
22607         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22608         (audio_convert_clean_context), (audio_convert_get_sizes),
22609         (audio_convert_convert):
22610         More elegant and working temp buffer selection algo.
22611
22612 2005-08-26  Wim Taymans  <wim@fluendo.com>
22613
22614         * gst/audioconvert/audioconvert.c: (if), (float),
22615         (audio_convert_get_func_index), (check_default),
22616         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22617         (audio_convert_clean_context), (audio_convert_get_sizes),
22618         (get_temp_buffer), (audio_convert_convert):
22619         Use realloc else we lose our original data.
22620
22621 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22622
22623         * gst/audioresample/gstaudioresample.c:
22624           use base class' newsegment to properly timestamp
22625
22626 2005-08-26  Wim Taymans  <wim@fluendo.com>
22627
22628         * gst/audioconvert/audioconvert.c: (if), (float),
22629         (audio_convert_get_func_index), (check_default),
22630         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22631         (audio_convert_clean_context), (audio_convert_get_sizes),
22632         (get_temp_buffer), (audio_convert_convert):
22633         * gst/audioconvert/gstaudioconvert.c:
22634         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22635         (gst_audio_convert_transform_caps),
22636         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22637         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22638         Oops, allocate enough space to perform the channel mix.
22639
22640 2005-08-26  Wim Taymans  <wim@fluendo.com>
22641
22642         * gst/audioconvert/Makefile.am:
22643         * gst/audioconvert/audioconvert.c: (if), (float),
22644         (audio_convert_get_func_index), (check_default),
22645         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22646         (audio_convert_clean_context), (audio_convert_get_sizes),
22647         (get_temp_buffer), (audio_convert_convert):
22648         * gst/audioconvert/audioconvert.h:
22649         * gst/audioconvert/gstaudioconvert.c:
22650         (gst_audio_convert_class_init), (gst_audio_convert_init),
22651         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22652         (gst_audio_convert_get_unit_size),
22653         (gst_audio_convert_transform_caps),
22654         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22655         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22656         * gst/audioconvert/gstaudioconvert.h:
22657         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22658         (gst_channel_mix_fill_identical),
22659         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22660         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22661         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22662         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22663         (gst_channel_mix_mix):
22664         * gst/audioconvert/gstchannelmix.h:
22665         Cleanups, librarify a bit, optimize, better negotiation and more.
22666
22667 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22668
22669         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22670         Another from MikeS:
22671         During typefinding, don't support negative offsets
22672         (offsets from the end of the stream) in our typefind->peek() function
22673         - nothing embedded in ogg ever needs them. However, we need to recognise
22674         those requests and reject them, otherwise we return invalid pointers.
22675
22676 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22677
22678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22679         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22680         (vorbisdec_finalize), (vorbis_handle_type_packet):
22681           Big shout-out to MikeS for fixing this giant memory leak.
22682           Huzzah!
22683
22684 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22685
22686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22687         (audio_convert_get_unit_size):
22688           plug some leaks
22689
22690 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22691
22692         * check/Makefile.am:
22693         * check/elements/audioconvert.c: (setup_audioconvert),
22694         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22695         (GST_START_TEST), (audioconvert_suite), (main):
22696           add a test for audioconvert
22697         * gst/audioresample/gstaudioresample.c:
22698         * gst/audioresample/gstaudioresample.h:
22699           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22700           note that for buffers of 1/3 sec this means DURATION(c) is 
22701           one nanosecond more than for a and b
22702
22703 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22704
22705         * check/Makefile.am:
22706         * check/elements/audioresample.c: (setup_audioresample),
22707         (cleanup_audioresample), (fail_unless_perfect_stream),
22708         (test_perfect_stream_instance), (GST_START_TEST),
22709           add a check for audioresample
22710         (audioresample_suite), (main):
22711         * check/elements/volume.c: (GST_START_TEST):
22712           remove unused method
22713         * gst/audioresample/gstaudioresample.c:
22714           set correct buffer parameters since we're changing them
22715         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22716           add some debug
22717
22718 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22719
22720         * gst/audioresample/debug.c:
22721         * gst/audioresample/gstaudioresample.c:
22722           add room for extra overlap samples when asked to transform size
22723           protect against possible mem corruption and check for discrepancies
22724           between written size and outbuffer's size so we can warn for
22725           potential problems
22726         * gst/audioresample/resample.c: (resample_init),
22727         (resample_get_output_size_for_input), (resample_get_output_size),
22728         (resample_set_n_channels), (resample_set_format):
22729           set debug level based on RESAMPLE_DEBUG env var
22730           make sure that get_output_size* returns a whole number of
22731           sample_size
22732           set sample_size each time either channel or format is set
22733         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22734         * gst/audioresample/resample_functable.c:
22735         (resample_scale_functable):
22736         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22737           remove r->sample_size, it's done in resample.c now
22738           add some debugging to the ref implementation
22739           make sure we only give back bytes that are wholes of the sample
22740           size
22741
22742 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22743         * gst/playback/gstplaybasebin.c: (fill_buffer):
22744         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22745
22746 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22747
22748         * gst/volume/gstvolume.c:
22749           made set_caps function static
22750
22751 2005-08-24  Wim Taymans  <wim@fluendo.com>
22752
22753         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22754         (gst_vorbisenc_change_state):
22755         Stop leaking taglists.
22756
22757 2005-08-24  Wim Taymans  <wim@fluendo.com>
22758
22759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22760         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22761         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22762         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22763         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22764         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22765         Parse seeking events better.
22766         Unref static caps.
22767         Generate correct newsegment events, fixes seeking in live oggs.
22768
22769         * ext/theora/theoradec.c: (theora_dec_src_query),
22770         (theora_dec_src_event), (theora_dec_src_getcaps),
22771         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22772         Use newsegment values to report correct play time.
22773
22774         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22775         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22776         * ext/vorbis/vorbisdec.h:
22777         Parse and use newsegment values to report correct play time.
22778
22779         * gst-libs/gst/audio/gstbaseaudiosink.c:
22780         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22781         Clear ringbuffer on flush.
22782         Use newsegment values to calculate playback time.
22783
22784         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22786         Basesink does newsegment calculations for us now.
22787
22788 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22789
22790         * check/Makefile.am:
22791         * configure.ac:
22792           add core's plugins to the mix so that playbin works
22793         * check/generic/states.c: (GST_START_TEST):
22794           set a 0 timeout on pipelines, so they don't force the next
22795           state change
22796         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22797         (gst_play_base_bin_change_state):
22798           remove the crappy error handling and do GST error handling
22799
22800 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22801
22802         * check/Makefile.am:
22803         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22804           add same test as to core, it bitches out on playbin atm.
22805
22806 2005-08-24  Wim Taymans  <wim@fluendo.com>
22807
22808         * configure.ac:
22809         Remove audioscale.
22810
22811 2005-08-24  Wim Taymans  <wim@fluendo.com>
22812
22813         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22814         (gst_videoscale_prepare_size), (parse_caps),
22815         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22816         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22817         (gst_videoscale_transform):
22818         * gst/videoscale/gstvideoscale.h:
22819         Refactor, make use of BaseTranform really well.
22820
22821 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22822
22823         * configure.ac:
22824           compile audioresample
22825         * gst/audioresample/Makefile.am:
22826         * gst/audioresample/buffer.c:
22827         * gst/audioresample/functable.c:
22828         * gst/audioresample/gstaudioresample.c:
22829         * gst/audioresample/gstaudioresample.h:
22830         * gst/audioresample/resample.c:
22831         (resample_get_output_size_for_input):
22832         * gst/audioresample/resample.h:
22833         * gst/audioresample/resample_chunk.c:
22834         * gst/audioresample/resample_functable.c:
22835         * gst/audioresample/resample_ref.c:
22836           port to use basetransform; doesn't work in all cases yet
22837
22838 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22839
22840         * gst/audioconvert/gstaudioconvert.c:
22841         (gst_audio_convert_class_init), (gst_audio_convert_init),
22842         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22843         (audio_convert_fixate_caps), (audio_convert_set_caps),
22844         (audio_convert_transform),
22845         (gst_audio_convert_buffer_to_default_format),
22846         (gst_audio_convert_buffer_from_default_format),
22847         (gst_audio_convert_channels):
22848         * gst/audioconvert/gstchannelmix.c:
22849         * gst/audioconvert/gstchannelmix.h:
22850           port to basetransform
22851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22852         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22853         (gst_ffmpegcsp_get_unit_size):
22854         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22855         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22856           fix for basetransform changes
22857
22858 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22859
22860         * check/Makefile.am:
22861           Add CHECK_CFLAGS and LDFLAGS
22862
22863         * gst/playback/gstplaybasebin.c: (fill_buffer):
22864           GST_MESSAGE_SRC became a GObject
22865
22866 2005-08-24  Wim Taymans  <wim@fluendo.com>
22867
22868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22869         (gst_ring_buffer_clear_all):
22870         * gst-libs/gst/audio/gstringbuffer.h:
22871         Added function to clear the ringbuffer.
22872
22873 2005-08-24  Andy Wingo  <wingo@pobox.com>
22874
22875         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22876         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22877         of _open and _close.
22878
22879         * sys/v4l/gstv4lxoverlay.h:
22880         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22881         an Xv connection here, instead of all the time. Make Xv only be
22882         loaded if you axe for it. Kindof a workaround for buggy behaviour
22883         of Xv when using remote xservers (XvQueryExtension would block).
22884         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22885         replace the _open and _close public API. Only start the xv
22886         connection if necessary.
22887         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22888
22889 2005-08-23  David Schleef  <ds@schleef.org>
22890
22891         * gst/audioresample/Makefile.am: Leet audioresampling code
22892         * gst/audioresample/buffer.c:
22893         * gst/audioresample/buffer.h:
22894         * gst/audioresample/debug.c:
22895         * gst/audioresample/debug.h:
22896         * gst/audioresample/functable.c:
22897         * gst/audioresample/functable.h:
22898         * gst/audioresample/gstaudioresample.c:
22899         * gst/audioresample/gstaudioresample.h:
22900         * gst/audioresample/resample.c:
22901         * gst/audioresample/resample.h:
22902         * gst/audioresample/resample_chunk.c:
22903         * gst/audioresample/resample_functable.c:
22904         * gst/audioresample/resample_ref.c:
22905
22906 2005-08-23  Wim Taymans  <wim@fluendo.com>
22907
22908         * examples/seeking/seek.c: (make_vorbis_pipeline),
22909         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22910         Small seek updates.
22911
22912 2005-08-23  Andy Wingo  <wingo@pobox.com>
22913
22914         * gst-libs/gst/audio/gstbaseaudiosrc.c
22915         (gst_base_audio_src_fixate): Only fixate endianness if it is
22916         present in the caps.
22917
22918 2005-08-22  Andy Wingo  <wingo@pobox.com>
22919
22920         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22921         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22922         device-name property.
22923
22924         * gst-libs/gst/audio/gstaudiosrc.h:
22925         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22926         close_device in the ring buffer, like gstaudiosink.
22927
22928         * ext/alsa/gstalsamixer.h:
22929         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22930         macro to implement the interface without much code. Cleanups. 
22931
22932         * ext/alsa/gstalsasrc.h:
22933         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22934         READY.
22935
22936         * ext/alsa/Makefile.am: Add new files.
22937         * ext/alsa/gstalsamixerelement.c: 
22938         * ext/alsa/gstalsamixerelement.c: Split element code out from
22939         mixer code so that alsasrc can be a mixer too.
22940
22941 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22942
22943         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22944         (GST_START_TEST):
22945         * check/elements/vorbisdec.c: (setup_vorbisdec),
22946         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22947         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22948         (vorbis_handle_identification_packet),
22949         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22950         (vorbis_handle_header_packet), (vorbis_dec_push),
22951         (vorbis_dec_chain):
22952           use the setup/teardown methods to save code.  save code is good.
22953
22954 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22955
22956         * check/Makefile.am:
22957           add ext dir for plugins
22958           add vorbisdec test conditionally
22959         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22960         (GST_START_TEST), (volume_suite):
22961           add a test with wrong caps
22962         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22963         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22964           add a vorbisdec test
22965         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22966         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22967           clean up debug output
22968         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22969           yay, fix a segfault/security issue in vorbisdec
22970           gst-launch fakesrc ! vorbisdec wasn't happy
22971         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22972         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22973         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22974         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22975         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22976         (gst_vorbisenc_set_metadata), (get_constraints_string),
22977         (update_start_message), (gst_vorbisenc_setup),
22978         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22979         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22980         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22981         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22982         * ext/vorbis/vorbisenc.h:
22983           march in line
22984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22985         (gst_ffmpegcsp_transform):
22986           have the kow come home
22987         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22988           debug my func ptr
22989         * gst/volume/gstvolume.c: (volume_set_caps):
22990           add a debug
22991
22992 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22993
22994         * Makefile.am:
22995         * check/.cvsignore:
22996         * check/Makefile.am:
22997         * check/elements/.cvsignore:
22998         * check/elements/volume.c: (chain_func), (event_func),
22999         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23000         (main):
23001         * configure.ac:
23002           add unit test structure for gst-plugins-base
23003           add a test for volume
23004         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23005         (gst_volume_set_volume), (gst_volume_get_volume),
23006         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23007         (volume_funcfind), (volume_process_float), (volume_process_int16),
23008         (volume_set_caps), (volume_transform), (volume_update_mute),
23009         (volume_update_volume), (volume_set_property),
23010         (volume_get_property):
23011           document a little; use basetransform vmethod _set_caps
23012
23013 2005-08-19  Andy Wingo  <wingo@pobox.com>
23014
23015         * ext/alsa/gstalsamixertrack.h:
23016         * ext/alsa/gstalsamixertrack.c:
23017         * ext/alsa/gstalsamixeroptions.h:
23018         * ext/alsa/gstalsamixeroptions.c:
23019         * ext/alsa/gstalsamixer.h:
23020         * ext/alsa/gstalsamixer.c: Port to 0.9.
23021
23022         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23023         Remove gstalsa.c and alsaclock. No more cruft here.
23024         
23025 2005-08-18  Wim Taymans  <wim@fluendo.com>
23026
23027         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23028         (gst_base_rtp_depayload_chain),
23029         (gst_base_rtp_depayload_add_to_queue),
23030         (gst_base_rtp_depayload_push),
23031         (gst_base_rtp_depayload_queue_release):
23032         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23033         Fix for RTPBuffer changes.
23034
23035         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23036         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23037         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23038         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23039         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23040         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23041         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23042         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23043         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23044         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23045         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23046         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23047         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23048         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23049         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23050         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23051         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23052         (gst_rtpbuffer_get_payload):
23053         * gst-libs/gst/rtp/gstrtpbuffer.h:
23054         Don't subclass GstBuffer but add methods and helper functions
23055         to construct and manipulate RTP packets in regular GstBuffers.
23056
23057 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23058
23059         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23060           moved statement below switch
23061         * gst/volume/gstvolume.c: (gst_volume_class_init):
23062           added debug ptr
23063
23064 2005-08-16  Wim Taymans  <wim@fluendo.com>
23065
23066         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23067         (gst_base_audio_src_change_state):
23068         Open and close device in READY<->NULL state change.
23069
23070 2005-08-16  Andy Wingo  <wingo@pobox.com>
23071
23072         * examples/seeking/Makefile.am: Don't compile non-compiling
23073         compiled objects with the compiler.
23074
23075         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23076         elements.
23077
23078 2005-08-12  Philippe Khalaf <burger@speedy.org>
23079         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23080         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23081           Made a thread to release the queue.
23082           Removed timestamp conversion for now.
23083
23084 2005-08-10  Philippe Khalaf <burger@speedy.org>
23085         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23086         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23087           Added rtp timestamp -> gst timestamp conversion.
23088           Fixed several problems with queue.
23089
23090 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23091
23092         * gst-libs/gst/audio/gstaudioclock.h:
23093         * gst-libs/gst/audio/gstaudiofilter.h:
23094         * gst-libs/gst/audio/gstaudiosink.h:
23095         * gst-libs/gst/audio/gstaudiosrc.h:
23096         * gst-libs/gst/audio/gstbaseaudiosink.h:
23097         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23098         * gst-libs/gst/audio/gstringbuffer.h:
23099         * gst-libs/gst/net/gstnetbuffer.h:
23100         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23101         * gst-libs/gst/rtp/gstrtpbuffer.h:
23102           Add padding (you will need to rebuild gst-plugins-base,
23103           gst-plugins and all applications afterwards!)
23104
23105 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23106
23107         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23108         (gst_riff_parse_chunk):
23109           Fix bug in debug message and add some more debug messages.
23110
23111 2005-08-08  Edward Hervey  <edward@fluendo.com>
23112
23113         * gst-libs/gst/riff/riff-media.c:
23114         backported updates since branch
23115
23116 2005-08-08  Andy Wingo  <wingo@pobox.com>
23117
23118         * gst-libs/gst/audio/gstbaseaudiosink.c
23119         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23120         like good elements should. Close on READY->NULL too.
23121
23122         * gst-libs/gst/audio/gstaudiosink.c
23123         (gst_audioringbuffer_open_device,
23124         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23125         (gst_audioringbuffer_release): Updates for new ring buffer API,
23126         hook into the new audio sink api.
23127
23128         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23129         (GstAudioSinkClass.close): Just open and close the device -- no
23130         resource allocation or configuration.
23131         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23132         vmethods, handle device setup and resource allocation.
23133
23134         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23135         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23136         base class API.
23137
23138         * gst-libs/gst/audio/gstringbuffer.h
23139         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23140         New vmethods.
23141
23142         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23143         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23144         New API functions. The device should be opened before acquiring
23145         and closed after releasing.
23146
23147 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23148
23149         * gst-libs/gst/interfaces/mixer.h:
23150           Reset padding to GST_PADDING.
23151
23152 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23153
23154         * gst/playback/gstplaybin.c: (remove_sinks):
23155           Remove visualization from parent explicitely; works around some
23156           apparent refcount issue that I haven't tracked down yet.
23157
23158 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23159
23160         * ext/alsa/gstalsasink.c: (set_hwparams):
23161           Assign debug category, add negotiation debug msgs.
23162
23163 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23164
23165         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23166           Fix error code for file-not-found to NOT_FOUND.
23167
23168 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23169
23170         * common/gtk-doc-plugins.mak:
23171         * docs/plugins/Makefile.am:
23172         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23173         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23174           renamed to actual element names, so much nicer to look at
23175         * docs/plugins/tmpl/gstmultifdsink.sgml:
23176           remove
23177         * docs/plugins/tmpl/multifdsink.sgml:
23178         * docs/plugins/tmpl/tcpserversink.sgml:
23179           add
23180         * ext/alsa/gstalsa.c:
23181         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23182         * ext/ogg/gstoggmux.c:
23183         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23184         * gst/playback/gstdecodebin.c:
23185         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23186         * gst/tcp/gsttcpserversink.c:
23187           various fixes and documentation additions
23188
23189 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23190
23191         * common/Makefile.am:
23192         * common/gstdoc-scangobj:
23193         * common/gtk-doc-plugins.mak:
23194         * common/gtk-doc.mak:
23195           add a custom scangobj that uses the registry
23196           add a custom gtk-doc-plugins.mak that uses it
23197           some doc build fixes
23198         * configure.ac:
23199         * docs/Makefile.am:
23200         * docs/plugins/Makefile.am:
23201         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23202         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23203         * docs/plugins/gst-plugins-base-plugins.types:
23204         * docs/plugins/tmpl/gstmultifdsink.sgml:
23205           add docs for one element, multifdsink
23206         * gst/adder/gstadder.h:
23207         * gst/volume/gstvolume.h:
23208           don't privatize enum
23209         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23210         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23211         (gst_sync_method_get_type), (gst_client_status_get_type),
23212         (gst_multifdsink_class_init),
23213         (gst_multifdsink_client_queue_buffer),
23214         (gst_multifdsink_handle_client_write):
23215         * gst/tcp/gstmultifdsink.h:
23216         * gst/tcp/gsttcp.h:
23217         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23218         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23219         (gst_tcpclientsink_render):
23220         * gst/tcp/gsttcpclientsink.h:
23221         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23222         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23223         (gst_tcpclientsrc_start):
23224         * gst/tcp/gsttcpclientsrc.h:
23225         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23226         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23227         * gst/tcp/gsttcpserversrc.h:
23228         * gst/typefind/gsttypefindfunctions.c:
23229           remove superfluous Type stuff
23230
23231 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23232
23233         * gst/playback/gstplaybin.c: (gen_video_element):
23234           Enable videoscale.
23235
23236 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23237
23238         * gst-libs/gst/gconf/gconf.c:
23239         * gst-libs/gst/gconf/gconf.h:
23240           Fix some Andy Problem [tm].
23241
23242 2005-08-04  Andy Wingo  <wingo@pobox.com>
23243
23244         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23246         (gst_ffmpegcsp_get_size): Adapt to API changes.
23247
23248         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23249         Implement an in-place do-nothing transform.
23250
23251 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23252
23253         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23254         (gst_ximagesink_renegotiate_size):
23255           Do not set new window sizes yet if we prepare a new buffer size
23256           for upstream renegotiation (software scaling) at some point in the
23257           future, because this new size waqs not actually accepted yet. Once
23258           accepted, renegotiation later on will set the new sizes just fine.
23259           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23260           embedding testcase.
23261
23262 2005-08-03  Andy Wingo  <wingo@pobox.com>
23263
23264         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23265         (gst_ximagesink_buffer_alloc): 
23266         Protect the height, width, and desired_caps with the pool_lock.
23267         Fixes videotestsrc ! queue ! ximagesink.
23268
23269 2005-08-02  Edward Hervey  <edward@fluendo.com>
23270
23271         * gst/volume/gstvolume.c:
23272         include left from controller cleanup
23273
23274 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23276           Stop collectpads before calling the parent state
23277           change function on PAUSED->READY.
23278
23279 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23280         * configure.ac:
23281           When testing for X libs, use the X CFlags 
23282         * gst/adder/gstadder.c: (gst_adder_change_state):
23283           Stop the collectpads before calling parent state change function
23284           on PAUSED->READY, otherwise we deadlock deactivating pads.
23285
23286 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23287
23288         * configure.ac:
23289         * docs/libs/tmpl/gstcolorbalance.sgml:
23290         * docs/libs/tmpl/gstmixer.sgml:
23291         * examples/Makefile.am:
23292         * gst/sine/Makefile.am:
23293         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23294         (gst_sinesrc_set_property), (plugin_init):
23295         * gst/sine/gstsinesrc.h:
23296         * gst/volume/Makefile.am:
23297         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23298         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23299         (volume_process_float), (volume_process_int16),
23300         (volume_set_property), (plugin_init):
23301         * gst/volume/gstvolume.h:
23302           deactivate and remove dparams (libgstcontrol)
23303
23304 2005-07-29  Wim Taymans  <wim@fluendo.com>
23305
23306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23307         Convert me to BaseTransform!! help..
23308
23309 2005-07-29  Andy Wingo  <wingo@pobox.com>
23310
23311         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23312         sinks.
23313
23314         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23315         support of both endiannesses.
23316
23317 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23318
23319         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23320           Fix confusing debug message (s/event/query/)
23321
23322 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23323
23324         * gst/videotestsrc/videotestsrc.h:
23325           Use "_stdint.h" instead of <stdint.h>
23326
23327 2005-07-27  Wim Taymans  <wim@fluendo.com>
23328
23329         * ext/vorbis/Makefile.am:
23330         Revert wrong commit.
23331
23332 2005-07-27  Wim Taymans  <wim@fluendo.com>
23333
23334         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23335         More compilation fixen.
23336
23337 2005-07-27  Wim Taymans  <wim@fluendo.com>
23338
23339         * gst-libs/gst/audio/gstbaseaudiosink.c:
23340         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23341         (gst_base_audio_sink_create_ringbuffer),
23342         (gst_base_audio_sink_change_state):
23343         Fix compilation.
23344
23345 2005-07-27  Wim Taymans  <wim@fluendo.com>
23346
23347         * examples/seeking/seek.c: (setup_dynamic_link),
23348         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23349         (query_positions_elems), (query_positions_pads), (do_seek):
23350         Update seek example.
23351
23352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23353         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23354         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23355         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23356         (gst_ogg_demux_handle_event),
23357         (gst_ogg_demux_deactivate_current_chain),
23358         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23359         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23360         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23361         (gst_ogg_demux_loop):
23362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23363         * ext/theora/theoradec.c: (theora_dec_src_event),
23364         (theora_dec_src_getcaps), (theora_dec_sink_event),
23365         (theora_dec_push), (theora_dec_chain):
23366         * ext/vorbis/Makefile.am:
23367         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23368         (vorbis_dec_sink_event), (vorbis_dec_push),
23369         (vorbis_handle_data_packet):
23370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23371         (gst_vorbisenc_chain):
23372         * gst/playback/gststreaminfo.c: (cb_probe):
23373         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23374         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23375         * gst/videoscale/gstvideoscale.c:
23376         (gst_videoscale_handle_src_event):
23377         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23378         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23379         (gst_ximagesink_navigation_send_event):
23380         * sys/xvimage/xvimagesink.c:
23381         (gst_xvimagesink_navigation_send_event):
23382         Various event updates and cleanups
23383
23384 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23385
23386         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23387           Fix segfault for I420/YV12.
23388
23389 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23390
23391         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23392           Report bitrate.
23393
23394 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23395
23396         * gst/playback/gstplaybin.c: (gen_video_element),
23397         (gen_audio_element):
23398           Switch to auto*sink elements as default sinks; add volume element
23399           so that volume control in totem works.
23400
23401 2005-07-21  Wim Taymans  <wim@fluendo.com>
23402
23403         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23404         * gst/playback/gstplaybin.c: (setup_sinks),
23405         (gst_play_bin_change_state):
23406         Refcount fix and more comments.
23407
23408 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23409
23410         * sys/ximage/Makefile.am:
23411         * sys/ximage/ximage.c: (plugin_init):
23412         * sys/ximage/ximagesink.c:
23413         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23414         
23415
23416 2005-07-21  Wim Taymans  <wim@fluendo.com>
23417
23418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23419         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23420         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23421         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23422         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23423         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23424         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23425         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23426         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23427         Generate correct disconts for live chained oggs.
23428
23429         * gst-libs/gst/audio/gstbaseaudiosink.c:
23430         (gst_base_audio_sink_render),
23431         (gst_base_audio_sink_create_ringbuffer),
23432         (gst_base_audio_sink_change_state):
23433         Handle discont math correctly.
23434
23435         * gst/playback/gstplaybin.c: (add_sink):
23436         Some small debug cleanup.
23437
23438 2005-07-21  Wim Taymans  <wim@fluendo.com>
23439
23440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23441         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23442         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23443         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23444         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23445         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23446         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23447         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23448         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23449         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23450         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23451         (gst_ogg_demux_change_state), (gst_ogg_print):
23452         Reorganize code to send the right disconts when in streaming
23453         mode.
23454
23455 2005-07-20  Andy Wingo  <wingo@pobox.com>
23456
23457         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23458         fix (?), fixes a seggie mcfalterson (#310894).
23459
23460 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23461
23462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23463         (gst_ogg_mux_set_header_on_caps):
23464         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23465         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23466         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23467         * gst-libs/gst/audio/multichannel.c:
23468         (gst_audio_set_channel_positions),
23469         (gst_audio_set_structure_channel_positions_list):
23470         * gst/playback/gstdecodebin.c: (dynamic_create):
23471         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23472         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23473           Fixes for API changes in core.
23474
23475 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23476
23477         * gst/playback/gstplaybasebin.c: (fill_buffer):
23478           Use _new_custom() so we can set custom message types for buffering
23479           messages.
23480
23481 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23482
23483         * configure.ac:
23484         * gst-libs/gst/Makefile.am:
23485         * gst-libs/gst/gconf/.cvsignore:
23486         * gst-libs/gst/gconf/Makefile.am:
23487         * gst-libs/gst/gconf/test-gconf.c:
23488         * pkgconfig/Makefile.am:
23489         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23490         * pkgconfig/gstreamer-gconf.pc.in:
23491           Remove gconf stuff, use gconf elements instead from now on.
23492
23493 2005-07-20  Wim Taymans  <wim@fluendo.com>
23494
23495         * gst-libs/gst/audio/TODO:
23496         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23497         (gst_audio_clock_get_internal_time):
23498         * gst-libs/gst/audio/gstaudioclock.h:
23499         * gst-libs/gst/audio/gstbaseaudiosink.c:
23500         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23501         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23502         (gst_base_audio_sink_render),
23503         (gst_base_audio_sink_create_ringbuffer),
23504         (gst_base_audio_sink_change_state):
23505         Make sure the audio clock always returns an increasing value.
23506
23507 2005-07-19  Andy Wingo  <wingo@pobox.com>
23508
23509         * gst/videotestsrc/: Cleanups.
23510
23511 2005-07-19  Wim Taymans  <wim@fluendo.com>
23512
23513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23514         Better debugging.
23515
23516 2005-07-19  Wim Taymans  <wim@fluendo.com>
23517
23518         * examples/seeking/seek.c: (make_dv_pipeline),
23519         (make_vorbis_theora_pipeline), (query_rates),
23520         (query_positions_elems), (query_positions_pads), (do_seek):
23521         Make correct DV pipeline.
23522
23523 2005-07-18  Andy Wingo  <wingo@pobox.com>
23524
23525         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23526         default. Also because it's the only thing that really works. (This
23527         is used in the GConf elements).
23528         Use AS_LIBTOOL_TAGS.
23529
23530 2005-07-18  Wim Taymans  <wim@fluendo.com>
23531
23532         * gst/playback/gstdecodebin.c: (remove_element_chain):
23533         * gst/playback/gstplaybin.c: (add_sink):
23534         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23535         (gst_stream_info_set_mute):
23536         * gst/playback/gststreamselector.c:
23537         (gst_stream_selector_get_linked_pad),
23538         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23539         More leak and compile fixes.
23540
23541 2005-07-18  Wim Taymans  <wim@fluendo.com>
23542
23543         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23544         (query_rates), (query_positions_elems), (query_positions_pads),
23545         (do_seek), (seek_cb), (stop_seek):
23546         Updated seek example. 
23547
23548         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23549         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23550         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23551         * gst/playback/gstplaybin.c: (add_sink):
23552         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23553         (gst_stream_info_set_mute):
23554         Some refcount leak fixes.
23555
23556 2005-07-16  Wim Taymans  <wim@fluendo.com>
23557
23558         * gst-libs/gst/audio/gstbaseaudiosink.c:
23559         (gst_base_audio_sink_render):
23560         Align samples even if we have roundoff errors in the 
23561         timestamp conversion.
23562
23563 2005-07-16  Wim Taymans  <wim@fluendo.com>
23564
23565         * docs/libs/tmpl/gstringbuffer.sgml:
23566         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23567         (query_rates), (query_positions_elems), (query_positions_pads),
23568         (update_scale), (do_seek):
23569         Updated seek example.
23570
23571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23572         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23573         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23574         (gst_ogg_demux_loop):
23575         Push out correct discont values.
23576
23577         * ext/theora/theoradec.c: (theora_dec_src_convert),
23578         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23579         (theora_dec_sink_event), (theora_handle_type_packet),
23580         (theora_handle_header_packet), (theora_dec_push),
23581         (theora_handle_data_packet), (theora_dec_chain),
23582         (theora_dec_change_state):
23583         Better timestamping.
23584
23585         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23586         (vorbis_dec_sink_event), (vorbis_dec_push),
23587         (vorbis_handle_data_packet), (vorbis_dec_chain):
23588         * ext/vorbis/vorbisdec.h:
23589         Better timestamping.
23590
23591         * gst-libs/gst/audio/gstbaseaudiosink.c:
23592         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23593         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23594         Handle syncing on timestamps instead of sample offsets. Make
23595         use of DISCONT values as described in design docs.
23596
23597         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23598         (gst_base_audio_src_get_time):
23599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23600         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23601         (gst_ring_buffer_read):
23602         * gst-libs/gst/audio/gstringbuffer.h:
23603         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23604         (gst_ximagesink_show_frame):
23605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23606         Correcly convert buffer timestamp to stream time.
23607
23608 2005-07-16  Wim Taymans  <wim@fluendo.com>
23609
23610         * gst/audioconvert/gstaudioconvert.c:
23611         (gst_audio_convert_get_buffer):
23612         Timestamp buffers correctly.
23613
23614         * gst/playback/gstplaybin.c: (gen_video_element):
23615         Make internal fakesink silent.
23616
23617 2005-07-15  Wim Taymans  <wim@fluendo.com>
23618
23619         * gst/ffmpegcolorspace/Makefile.am:
23620         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23621         (gst_ffmpegcsp_caps_remove_format_info),
23622         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23623         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23624         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23625         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23626         Ported ffmpegcolorspace to basetransform.
23627
23628         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23629         * gst/volume/gstvolume.c: (volume_transform):
23630         Ported to new API.
23631
23632 2005-07-14  Wim Taymans  <wim@fluendo.com>
23633
23634         * gst/videotestsrc/Makefile.am:
23635         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23636         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23637         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23638         (gst_videotestsrc_init), (gst_videotestsrc_event),
23639         (gst_videotestsrc_create), (gst_videotestsrc_start),
23640         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23641         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23642         (gst_videotestsrc_get_property):
23643         * gst/videotestsrc/gstvideotestsrc.h:
23644         Make videotestsrc a pushsrc.
23645
23646 2005-07-14  Wim Taymans  <wim@fluendo.com>
23647
23648         * gst/tcp/gstfdset.c: (gst_fdset_free):
23649         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23650         (gst_multifdsink_add), (gst_multifdsink_remove),
23651         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23652         (gst_multifdsink_remove_client_link),
23653         (gst_multifdsink_client_queue_data),
23654         (gst_multifdsink_client_queue_caps),
23655         (gst_multifdsink_client_queue_buffer),
23656         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23657         (gst_multifdsink_stop):
23658         * gst/tcp/gstmultifdsink.h:
23659         0.8 backporting.
23660
23661         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23662         Also draw image when not from a pool.
23663
23664 2005-07-14  Wim Taymans  <wim@fluendo.com>
23665
23666         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23667         (mute_stream), (silence_stream):
23668         Small debug additions.
23669
23670 2005-07-14  Wim Taymans  <wim@fluendo.com>
23671
23672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23673         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23674         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23675         Better error recovery, ignore unconnected pads and
23676         non-fatal errors.
23677
23678 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23679
23680         * docs/libs/tmpl/gstaudio.sgml:
23681         * docs/libs/tmpl/gstcolorbalance.sgml:
23682         * docs/libs/tmpl/gstgconf.sgml:
23683         * docs/libs/tmpl/gstmixer.sgml:
23684         * docs/libs/tmpl/gstringbuffer.sgml:
23685         * docs/libs/tmpl/gsttuner.sgml:
23686         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23687         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23688         (gst_tcpclientsrc_class_init):
23689         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23690         (gst_tcpserversrc_class_init):
23691         * sys/v4l/gstv4lelement.c:
23692           more autistic cleanliness in functions/names/defines
23693
23694 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23695
23696         * configure.ac:
23697           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23698           added manually to each Makefile.am so we are sure it goes
23699           *last* and doesn't add -L flags before linking in libs of our
23700           own, like, say, internal .la libs, that then accidentally pick
23701           up the installed copy.
23702         * docs/libs/Makefile.am:
23703         * ext/alsa/Makefile.am:
23704         * ext/cdparanoia/Makefile.am:
23705         * ext/gnomevfs/Makefile.am:
23706         * ext/libvisual/Makefile.am:
23707         * ext/ogg/Makefile.am:
23708         * ext/theora/Makefile.am:
23709         * ext/vorbis/Makefile.am:
23710         * gst-libs/gst/video/Makefile.am:
23711         * gst/adder/Makefile.am:
23712         * gst/audioconvert/Makefile.am:
23713         * gst/audiorate/Makefile.am:
23714         * gst/audioscale/Makefile.am:
23715         * gst/ffmpegcolorspace/Makefile.am:
23716         * gst/playback/Makefile.am:
23717         * gst/sine/Makefile.am:
23718         * gst/subparse/Makefile.am:
23719         * gst/tags/Makefile.am:
23720         * gst/tcp/Makefile.am:
23721         * gst/typefind/Makefile.am:
23722         * gst/videorate/Makefile.am:
23723         * gst/videoscale/Makefile.am:
23724         * gst/videotestsrc/Makefile.am:
23725         * gst/volume/Makefile.am:
23726         * sys/v4l/Makefile.am:
23727         * sys/ximage/Makefile.am:
23728         * sys/xvimage/Makefile.am:
23729           adapt properly to this change. This should make sure that
23730           plugins and libs properly link to the as-yet-uninstalled
23731           copies of stuff like libgstinterfaces and libgstvideo
23732
23733 2005-07-13  Andy Wingo  <wingo@pobox.com>
23734
23735         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23736         (gst_v4lsrc_fixate): Fixate on format as well.
23737
23738         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23739         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23740         buffer points to it.
23741         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23742         rather just doing X calls ourselves. Also fixes a memleak.
23743
23744 2005-07-12  Andy Wingo  <wingo@pobox.com>
23745
23746         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23747         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23748         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23749         TRUE to avoid deadlocks if an element holds on to our buffers.
23750
23751 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23752
23753         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23754         (gst_sinesrc_init), (gst_sinesrc_create),
23755         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23756         (gst_sinesrc_start):
23757         * gst/sine/gstsinesrc.h:
23758           removing num-buffers property before moving it
23759
23760 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23761
23762         * configure.ac:
23763           use overridable ERROR_CFLAGS
23764         * docs/libs/gst-plugins-base-libs.types:
23765         * docs/libs/tmpl/gstringbuffer.sgml:
23766         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23767         (gst_alsasink_class_init):
23768         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23769         (gst_alsasrc_class_init):
23770         * gst-libs/gst/audio/audio.h:
23771         * gst-libs/gst/audio/gstaudioclock.h:
23772         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23773         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23774         (gst_audio_filter_link), (gst_audio_filter_init),
23775         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23776         (gst_audio_filter_get_property),
23777         (gst_audio_filter_class_add_pad_templates):
23778         * gst-libs/gst/audio/gstaudiofilter.h:
23779         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23780         (gst_audio_filter_template_get_type),
23781         (gst_audio_filter_template_base_init),
23782         (gst_audio_filter_template_class_init),
23783         (gst_audio_filter_template_init),
23784         (gst_audio_filter_template_set_property),
23785         (gst_audio_filter_template_get_property), (plugin_init),
23786         (gst_audio_filter_template_setup),
23787         (gst_audio_filter_template_filter),
23788         (gst_audio_filter_template_filter_inplace):
23789         * gst-libs/gst/audio/gstaudiosink.c:
23790         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23791         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23792         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23793         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23794         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23795         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23796         * gst-libs/gst/audio/gstaudiosink.h:
23797         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23798         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23799         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23800         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23801         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23802         (gst_audio_src_class_init), (gst_audio_src_init),
23803         (gst_audio_src_create_ringbuffer):
23804         * gst-libs/gst/audio/gstaudiosrc.h:
23805         * gst-libs/gst/audio/gstbaseaudiosink.c:
23806         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23807         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23808         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23809         (gst_base_audio_sink_set_property),
23810         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23811         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23812         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23813         (gst_base_audio_sink_create_ringbuffer),
23814         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23815         * gst-libs/gst/audio/gstbaseaudiosink.h:
23816         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23817         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23818         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23819         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23820         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23821         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23822         (gst_base_audio_src_event), (gst_base_audio_src_create),
23823         (gst_base_audio_src_create_ringbuffer),
23824         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23825         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23826         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23827         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23828         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23829         (gst_ring_buffer_debug_spec_caps),
23830         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23831         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23832         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23833         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23834         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23835         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23836         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23837         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23838         (gst_ring_buffer_clear):
23839         * gst-libs/gst/audio/gstringbuffer.h:
23840         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23841         (gst_video_sink_class_init), (gst_video_sink_get_type):
23842         * gst-libs/gst/video/videosink.h:
23843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23844         (gst_multifdsink_class_init),
23845         (gst_multifdsink_handle_client_write),
23846         (gst_multifdsink_change_state):
23847         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23848         (gst_tcpclientsink_setcaps):
23849         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23850         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23851         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23852         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23853         (gst_ximagesink_send_pending_navigation),
23854         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23855         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23857         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23858         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23859         (gst_xvimagesink_send_pending_navigation),
23860         (gst_xvimagesink_navigation_send_event),
23861         (gst_xvimagesink_set_xwindow_id),
23862         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23863         (gst_xvimagesink_get_type):
23864         more macro splitting
23865
23866 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23867
23868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23869           plug a memleak, allows me to import 1479 albums in one go
23870           in jamboree
23871         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23872         (vorbis_handle_type_packet), (vorbis_dec_chain),
23873         (vorbis_dec_change_state):
23874           fix some format strings
23875
23876 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23877
23878         * docs/libs/tmpl/gstcolorbalance.sgml:
23879         * docs/libs/tmpl/gstmixer.sgml:
23880         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23881         (gst_alsasink_set_property), (gst_alsasink_get_property):
23882         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23883         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23884           add device property
23885
23886 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23887
23888         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23889         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23890         (audiocast_register_listener), (audiocast_thread_run),
23891         (gst_gnomevfssrc_send_additional_headers_callback),
23892         (gst_gnomevfssrc_received_headers_callback),
23893         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23894         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23895         (gst_gnomevfssrc_get_size):
23896           add/clean up debugging
23897         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23898           cleanups
23899
23900 2005-07-07  Andy Wingo  <wingo@pobox.com>
23901
23902         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23903         framerate. Need to get a handle on when exactly this function is
23904         called, tho.
23905
23906         * sys/v4l/v4lsrc_calls.h:
23907         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23908         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23909         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23910
23911         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23912         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23913         v4lelements are sources.
23914
23915         * sys/v4l/gstv4lxoverlay.h:
23916         * sys/v4l/gstv4lxoverlay.c:
23917         * sys/v4l/gstv4ltuner.h:
23918         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23919         
23920         * sys/v4l/gstv4lsrc.h:
23921         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23922         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23923         or something should handle that. Made a live source.
23924
23925         * sys/v4l/gstv4lelement.h:
23926         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23927         signals. Some cleanups.
23928
23929         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23930
23931         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23932         stuff.
23933
23934         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23935         stuff.
23936
23937         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23938
23939 2005-07-07  Wim Taymans  <wim@fluendo.com>
23940
23941         * ext/theora/theoradec.c: (theora_get_query_types),
23942         (theora_dec_src_getcaps), (theora_dec_push):
23943         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23944         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23945         Remove deprecated/unused query types.
23946
23947 2005-07-06  Wim Taymans  <wim@fluendo.com>
23948
23949         * ext/alsa/Makefile.am:
23950         * ext/alsa/gstalsaplugin.c: (plugin_init):
23951         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23952         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23953         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23954         (gst_alsasrc_class_init), (gst_alsasrc_init),
23955         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23956         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23957         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23958         (gst_alsasrc_reset):
23959         * ext/alsa/gstalsasrc.h:
23960         * gst-libs/gst/audio/Makefile.am:
23961         * gst-libs/gst/audio/gstaudiosink.c:
23962         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23963         (gst_audioringbuffer_start):
23964         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23965         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23966         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23967         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23968         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23969         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23970         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23971         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23972         * gst-libs/gst/audio/gstaudiosrc.h:
23973         * gst-libs/gst/audio/gstbaseaudiosink.c:
23974         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23975         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23976         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23977         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23978         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23979         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23980         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23981         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23982         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23983         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23984         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23985         (gst_baseaudiosrc_change_state):
23986         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23987         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23988         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23989         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23990         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23991         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23992         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23993         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23994         * gst-libs/gst/audio/gstringbuffer.h:
23995         Added audiosource base classes.
23996         Ported alsasrc, still very basic.
23997
23998 2005-07-06  Wim Taymans  <wim@fluendo.com>
23999
24000         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24001         (theora_dec_push), (theora_handle_data_packet):
24002         Prepare for better timestamp fix later.
24003
24004         * gst/audioconvert/gstaudioconvert.c:
24005         List most accurate caps first
24006
24007         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24008         Use proper pad task function.
24009
24010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24011         (gst_xvimagesink_show_frame):
24012         Fix deadlock when alloc failed.
24013
24014 2005-07-05  Andy Wingo  <wingo@pobox.com>
24015
24016         * ext/gnomevfs/gstgnomevfssrc.c:
24017         * gst/sine/gstsinesrc.c:
24018         * gst/tcp/gsttcpserversrc.c:
24019         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24020
24021         * sys/v4l/: Port from 0.8.
24022
24023         * Many files: Null if we got it....
24024
24025 2005-07-05  Andy Wingo  <wingo@pobox.com>
24026
24027         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24028         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24029         Signedness fixes.
24030
24031 2005-07-05  Wim Taymans  <wim@fluendo.com>
24032
24033         * configure.ac:
24034         * gst/tcp/Makefile.am:
24035         * gst/tcp/README:
24036         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24037         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24038         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24039         (is_sync_frame), (gst_multifdsink_handle_client_write),
24040         (gst_multifdsink_render), (gst_multifdsink_start),
24041         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24042         * gst/tcp/gstmultifdsink.h:
24043         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24044         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24045         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24046         * gst/tcp/gsttcp.h:
24047         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24048         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24049         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24050         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24051         * gst/tcp/gsttcpclientsink.h:
24052         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24053         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24054         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24055         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24056         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24057         * gst/tcp/gsttcpclientsrc.h:
24058         * gst/tcp/gsttcpplugin.c: (plugin_init):
24059         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24060         * gst/tcp/gsttcpserversink.h:
24061         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24062         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24063         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24064         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24065         (gst_tcpserversrc_stop):
24066         * gst/tcp/gsttcpserversrc.h:
24067         * gst/tcp/gsttcpsink.c:
24068         * gst/tcp/gsttcpsink.h:
24069         * gst/tcp/gsttcpsrc.c:
24070         * gst/tcp/gsttcpsrc.h:
24071         Ported tcp plugins to 0.9. 
24072         
24073
24074 2005-07-05  Andy Wingo  <wingo@pobox.com>
24075
24076         * gst/playback/gstplaybasebin.c (fill_buffer):
24077         message_new_application fixen.
24078
24079         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24080         Style fix.
24081
24082 2005-07-04  Wim Taymans  <wim@fluendo.com>
24083
24084         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24085         Set caps on output buffer.
24086
24087 2005-07-04  Andy Wingo  <wingo@pobox.com>
24088
24089         * ext/gnomevfs/gstgnomevfssrc.c
24090         (gst_gnomevfssrc_received_headers_callback) 
24091         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24092         hopefully.
24093
24094         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24095         No refcount leakage.
24096
24097         * configure.ac: Enable -Werror.
24098         
24099         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24100         * gst/audioconvert/bufferframesconvert.c
24101         (buffer_frames_convert_fixate):
24102         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24103         (gst_audio_convert_fixate):
24104         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24105         (gst_sinesrc_create): Fixate func changes.
24106         
24107         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24108         (gst_ximagesink_buffer_alloc): Unused var.
24109
24110 2005-07-01  Andy Wingo  <wingo@pobox.com>
24111
24112         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24113         getcaps to do explicit caps. Needs to be done in all decoders,
24114         possibly via a base class.
24115
24116         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24117
24118         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24119         caps on the sink pad, just rely on the pad template. Also, setting
24120         ANY caps on a pad is not valid because the caps are not fixed.
24121
24122         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24123         caps on the buffer, and get the width from the desired_caps if
24124         they're set.
24125         (gst_ximagesink_renegotiate_size): Implement via setting the
24126         desired_caps on the ximagesink.
24127         (gst_ximagesink_setcaps): Only reset the width of the player if it
24128         wasn't already set. Not sure if this is right.
24129         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24130
24131         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24132         that the user wants. NULL unless the window has been resized.
24133
24134         * gst/volume/gstvolume.c (volume_transform): Adapt to
24135         basetransform refcount changes.
24136         
24137 2005-07-01  Andy Wingo  <wingo@pobox.com>
24138
24139         * gst/videoscale/gstvideoscale.c:
24140         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24141         from BaseTransform, implements a transform_caps. Removed dead code
24142         including some PAR stuff that was never reached -- should probably
24143         be added back somehow.
24144
24145 2005-07-01  Andy Wingo  <wingo@pobox.com>
24146
24147         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24148         come later.
24149
24150 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24151
24152         * configure.ac:
24153         * docs/libs/Makefile.am:
24154         * docs/libs/gst-plugins-libs.types:
24155         * ext/alsa/Makefile.am:
24156         * ext/alsa/gstalsamixer.h:
24157         * ext/alsa/gstalsamixeroptions.h:
24158         * ext/alsa/gstalsamixertrack.h:
24159         * gst-libs/gst/Makefile.am:
24160         * gst-libs/gst/colorbalance/.cvsignore:
24161         * gst-libs/gst/colorbalance/Makefile.am:
24162         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24163         * gst-libs/gst/colorbalance/colorbalance.c:
24164         * gst-libs/gst/colorbalance/colorbalance.h:
24165         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24166         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24167         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24168         * gst-libs/gst/interfaces/Makefile.am:
24169         * gst-libs/gst/interfaces/colorbalance.c:
24170         (gst_color_balance_class_init):
24171         * gst-libs/gst/interfaces/colorbalance.h:
24172         * gst-libs/gst/interfaces/interfaces-marshal.list:
24173         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24174         * gst-libs/gst/interfaces/mixer.h:
24175         * gst-libs/gst/interfaces/mixeroptions.h:
24176         * gst-libs/gst/interfaces/navigation.c:
24177         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24178         * gst-libs/gst/interfaces/tuner.h:
24179         * gst/volume/Makefile.am:
24180         * gst/volume/gstvolume.c:
24181         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24182         * sys/ximage/Makefile.am:
24183         * sys/ximage/ximagesink.c:
24184         * sys/xvimage/Makefile.am:
24185         * sys/xvimage/xvimagesink.c:
24186           fold in all interfaces into an interfaces dir, preserving CVS
24187           history
24188
24189 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24190
24191         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24192           Fix build after riff changes.
24193
24194 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24195
24196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24197         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24198         (gst_riff_create_video_template_caps),
24199         (gst_riff_create_audio_template_caps),
24200         (gst_riff_create_iavs_template_caps):
24201         * gst-libs/gst/riff/riff-media.h:
24202         * gst-libs/gst/riff/riff-read.h:
24203         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24204           Add gst_riff_init() to initialize the debug category, instead
24205           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24206
24207 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24208
24209         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24210           Oops, I shouldn't apply hacks.
24211
24212 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24213
24214         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24215           Remove pad_loop function which doesn't work.
24216
24217 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24218
24219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24220           Send EOS when deactivating.
24221         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24222         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24223         (gen_preroll_element), (probe_triggered), (mute_stream),
24224         (silence_stream), (new_decoded_pad), (setup_substreams),
24225         (set_active_source):
24226         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24227         (remove_sinks), (add_sink):
24228         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24229           Change for new probe API.
24230
24231 2005-06-29  Wim Taymans  <wim@fluendo.com>
24232
24233         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24234         * gst-libs/gst/audio/gstbaseaudiosink.c:
24235         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24236         (gst_baseaudiosink_change_state):
24237         * gst-libs/gst/audio/gstbaseaudiosink.h:
24238         * gst-libs/gst/audio/gstringbuffer.c:
24239         (gst_ringbuffer_set_callback):
24240         Fix compilation error.
24241         Ringbuffer starts out as not running.
24242         Free our clock in dispose.
24243         When releasing the ringbuffer we need to renegotiate so
24244         clear the pad caps.
24245
24246 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24247
24248         * autogen.sh:
24249         * configure.ac:
24250         * docs/Makefile.am:
24251         * docs/libs/Makefile.am:
24252         * docs/libs/gst-plugins-libs-docs.sgml:
24253         * docs/libs/gst-plugins-libs-sections.txt:
24254         * docs/libs/gst-plugins-libs.types:
24255         * docs/libs/tmpl/gstaudio.sgml:
24256         * docs/libs/tmpl/gstcolorbalance.sgml:
24257         * docs/libs/tmpl/gstringbuffer.sgml:
24258         * gst-libs/gst/audio/gstringbuffer.c:
24259         (gst_ringbuffer_set_callback):
24260           reinstate gtk-doc docs for plugin libs
24261
24262 2005-06-28  Wim Taymans  <wim@fluendo.com>
24263
24264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24265         (gst_ogg_demux_init):
24266         Removed pad loop function.
24267
24268 2005-06-28  Wim Taymans  <wim@fluendo.com>
24269
24270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24271         If we're building a chain we are not in an error case
24272         when we queue a buffer.
24273
24274 2005-06-28  Andy Wingo  <wingo@pobox.com>
24275
24276         * *.c: Don't cast to GstObject before reffing/unreffing.
24277
24278 2005-06-27  Andy Wingo  <wingo@pobox.com>
24279
24280         * gst/videotestsrc/gstvideotestsrc.c
24281         (gst_videotestsrc_activate_push): Activation API changes.
24282
24283         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24284         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24285         they have refs on the decodebin.
24286
24287         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24288         parent class.
24289         (gst_ogg_pad_typefind): Don't leak a pad ref.
24290         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24291         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24292         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24293
24294 2005-06-27  Edward Hervey  <edward@fluendo.com>
24295
24296         * ext/theora/theoradec.c: (theora_dec_change_state): 
24297         re-arranged call to parent's state change in order to avoid locks (or
24298         worse).
24299
24300 2005-06-26  Edward Hervey  <edward@fluendo.com>
24301
24302         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24303         2nd argument of 'unknow-type' signal is a GstCaps and not a
24304         GstMiniObject
24305
24306 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24307         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24308           Set the worker thread's running flag to TRUE before starting the
24309           thread.
24310         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24311           Catch a failure to add typefind to the bin.
24312
24313 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24314
24315         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24316         (gst_sinesrc_init), (gst_sinesrc_create),
24317         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24318         (gst_sinesrc_start):
24319         * gst/sine/gstsinesrc.h:
24320           add num-buffers and timestamp-offset properties
24321         * gst/videotestsrc/gstvideotestsrc.c:
24322         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24323         (gst_videotestsrc_get_property):
24324           add timestamp-offset property
24325
24326 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24327
24328         * configure.ac: add videorate
24329         * gst-plugins-base.spec.in: add videorate
24330
24331 2005-06-23  Wim Taymans  <wim@fluendo.com>
24332
24333         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24334         (gst_videorate_getcaps), (gst_videorate_setcaps),
24335         (gst_videorate_event), (gst_videorate_chain):
24336         Fixed videorate, fixating an already fixated caps is not
24337         an error.
24338
24339 2005-06-23  Wim Taymans  <wim@fluendo.com>
24340
24341         * ext/ogg/README:
24342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24343         Buffer on caps is not boxed anymore.
24344
24345 2005-06-22  Wim Taymans  <wim@fluendo.com>
24346
24347         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24349         Set buffers on caps as miniobjects and not as boxed.
24350
24351 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24352
24353         * configure.ac:
24354           back to HEAD
24355
24356 === release 0.9.1 ===
24357
24358 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24359
24360         * .cvsignore:
24361         * NEWS:
24362         * README:
24363         * RELEASE:
24364         * configure.ac:
24365         * po/af.po:
24366         * po/az.po:
24367         * po/cs.po:
24368         * po/en_GB.po:
24369         * po/hu.po:
24370         * po/it.po:
24371         * po/nb.po:
24372         * po/nl.po:
24373         * po/or.po:
24374         * po/sq.po:
24375         * po/sr.po:
24376         * po/sv.po:
24377         * po/uk.po:
24378         * po/vi.po:
24379           updates for release
24380
24381 2005-06-09  Andy Wingo  <wingo@pobox.com>
24382
24383         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24384         
24385 2005-06-09  Andy Wingo  <wingo@pobox.com>
24386
24387         * configure.ac:
24388         * gst-libs/gst/Makefile.am:
24389         * gst-libs/gst/net/Makefile.am:
24390         Add gstnet to build.
24391
24392 2005-06-09  Andy Wingo  <wingo@pobox.com>
24393
24394         * gst-libs/gst/gconf/gconf.c:
24395         * gst/playback/test.c:
24396         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24397         fixes.
24398
24399         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24400
24401         * ext/theora/theoraenc.c (theora_enc_chain): 
24402         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24403
24404         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24405         RealPad.
24406
24407 2005-06-02  Wim Taymans  <wim@fluendo.com>
24408
24409         * gst-libs/gst/net/Makefile.am:
24410         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24411         * pkgconfig/gstreamer-libs.pc.in:
24412         Added net stuff, version net lib.
24413
24414 2005-06-02  Wim Taymans  <wim@fluendo.com>
24415
24416         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24417         (query_rates), (query_positions_elems), (query_positions_pads),
24418         (do_seek):
24419         Updated seek example.
24420
24421 2005-06-02  Andy Wingo  <wingo@pobox.com>
24422
24423         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24424         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24425         list.
24426
24427         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24428         remove the typefind, the bin dispose will do it for us. When it's
24429         removed and unreffed, the signal handler will be disconnected,
24430         too.
24431         (unlinked): It's too difficult to disconnect from unlinked
24432         handlers, as they are on pads not elements. Just punt if the pads
24433         aren't grandkids of the bin.
24434
24435 2005-06-02  Wim Taymans  <wim@fluendo.com>
24436
24437         * ext/ogg/README:
24438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24439         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24441         * ext/theora/theoradec.c: (theora_dec_src_query),
24442         (theora_handle_data_packet):
24443         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24444         (theora_enc_chain):
24445         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24446         (vorbis_handle_data_packet):
24447         * gst/audioconvert/bufferframesconvert.c:
24448         (buffer_frames_convert_chain):
24449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24450         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24451         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24452         (gst_ffmpegcsp_chain):
24453         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24454         (gst_videorate_getcaps), (gst_videorate_setcaps),
24455         (gst_videorate_event), (gst_videorate_chain):
24456         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24457         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24458         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24459         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24460         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24461         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24462         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24463         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24464         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24465         Cleanups and buffer alloc.
24466
24467 2005-05-31  Wim Taymans  <wim@fluendo.com>
24468
24469         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24470         Don't try to call the delay method when the device is not
24471         opened.
24472
24473 2005-05-31  Wim Taymans  <wim@fluendo.com>
24474
24475         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24476         Get actual segment size and buffer size after opening
24477         the device.
24478
24479 2005-05-30  Wim Taymans  <wim@fluendo.com>
24480
24481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24482         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24483         Also FLUSH upstream, makes the loop function exit faster.
24484         
24485         * ext/theora/theoradec.c: (theora_dec_src_query):
24486         Some more debug info in the query.
24487         
24488         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24489         (gst_ximagesink_setcaps):
24490         Release lock on par error, better error reporting.
24491
24492 2005-05-26  Wim Taymans  <wim@fluendo.com>
24493
24494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24495         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24496         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24497         Clear chains in READY
24498         Queue packets until the chain is activated.
24499
24500 2005-05-25  Wim Taymans  <wim@fluendo.com>
24501
24502         * gst-libs/gst/audio/gstaudiosink.c:
24503         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24504         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24505         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24506         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24507         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24508         (gst_audiosink_create_ringbuffer):
24509         * gst-libs/gst/audio/gstbaseaudiosink.c:
24510         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24511         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24512         (gst_baseaudiosink_set_property), (build_linear_format),
24513         (debug_spec_caps), (debug_spec_buffer),
24514         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24515         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24516         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24517         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24518         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24519         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24520         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24521         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24522         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24523         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24524         (wait_segment), (gst_ringbuffer_commit),
24525         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24526         (gst_ringbuffer_clear):
24527         Various small cleanups.
24528
24529         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24530         (gst_audio_convert_change_state):
24531         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24532         No need to take the locks anymore.
24533
24534 2005-05-25  Wim Taymans  <wim@fluendo.com>
24535
24536         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24537         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24538         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24539         (type_found):
24540         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24541         (group_destroy), (group_commit), (queue_overrun),
24542         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24543         (mute_stream), (new_decoded_pad), (setup_substreams),
24544         (setup_source), (mute_group_type), (set_active_source),
24545         (gst_play_base_bin_change_state):
24546         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24547         (gen_video_element), (gen_text_element), (gen_audio_element),
24548         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24549         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24550         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24551         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24552         Some playbin cleanups mostly refcounting sloppyness.
24553
24554 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24555
24556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24557           Work with streaming input.
24558
24559 2005-05-25  Wim Taymans  <wim@fluendo.com>
24560
24561         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24562         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24563         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24564         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24565         No need to take the STREAM lock anymore.
24566
24567 2005-05-25  Wim Taymans  <wim@fluendo.com>
24568
24569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24570         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24571         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24572         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24573         (gst_ogg_demux_sink_activate):
24574         * ext/theora/theoradec.c: (theora_dec_src_event),
24575         (theora_handle_comment_packet), (theora_dec_chain),
24576         (theora_dec_change_state):
24577         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24578         (vorbis_handle_data_packet), (vorbis_dec_chain),
24579         (vorbis_dec_change_state):
24580         Remove STREAM locks as they are taken in core now.
24581         Never set bogus granulepos on vorbis/theora.
24582         Fix leaks in theoradec tag parsing.
24583
24584 2005-05-25  Wim Taymans  <wim@fluendo.com>
24585
24586         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24587         Fix memleaks, GST_BUFFER_DATA() is not freed.
24588
24589 2005-05-25  Wim Taymans  <wim@fluendo.com>
24590
24591         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24592         Open non-blocking, set to blocking mode afterwards to avoid
24593         lockups when audio device is busy.
24594
24595 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24596
24597         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24598           This can't be good.
24599
24600 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24601
24602         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24603         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24604         (gst_audio_convert_setcaps):
24605           Implement instant setup switching.
24606
24607 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24608
24609         * gst/playback/gstplaybasebin.c: (probe_triggered):
24610           Fix missing unlock.
24611         * gst/playback/gstplaybin.c: (add_sink):
24612           First add, then link (otherwise pad link fails).
24613
24614 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24615
24616         * examples/Makefile.am:
24617         fix buildbot (make distcheck)
24618
24619 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24620
24621         * gst/playback/gstplaybin.c: (gen_vis_element):
24622           Remove some wrong code. Doesn't work yet.
24623
24624 2005-05-19  Wim Taymans  <wim@fluendo.com>
24625
24626         * gst-libs/gst/net/Makefile.am:
24627         * gst-libs/gst/net/README:
24628         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24629         (gst_netbuffer_class_init), (gst_netbuffer_init),
24630         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24631         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24632         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24633         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24634         * gst-libs/gst/net/gstnetbuffer.h:
24635         Added buffer subclass to store extra to/from addresses for
24636         network sources/sinks.
24637
24638 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24639
24640         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24641           Don't lock an unassigned variable.
24642
24643 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24644
24645         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24646           Increase buffer for video, decrease buffer for other media types.
24647         * gst/playback/gstplaybin.c: (gen_video_element),
24648         (gen_audio_element):
24649           Change names for debugging purposes.
24650
24651 2005-05-18  Wim Taymans  <wim@fluendo.com>
24652
24653         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24654         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24655         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24656         (gst_ffmpegcsp_chain):
24657         Enable buffer alloc passthrough if the source and dest
24658         formats are the same.
24659
24660 2005-05-17  Wim Taymans  <wim@fluendo.com>
24661
24662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24663         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24664         (gst_ogg_demux_chain_unlocked):
24665         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24666         (gst_audio_convert_caps_remove_format_info),
24667         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24668         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24670         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24671         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24672         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24673         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24674         (gst_ffmpegcsp_get_property):
24675         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24676         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24677         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24678         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24679         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24680         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24681         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24682         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24683         Leak fixes in oggdemux.
24684         Some cleanups in audioconvert.
24685         Make passthrough work along with buffer_alloc etc.
24686         Make buffer_alloc and buffer recycling actually work in
24687         xvimagesink.
24688
24689 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24690
24691         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24692           make the compiler happy
24693
24694 2005-05-17  Wim Taymans  <wim@fluendo.com>
24695
24696         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24697         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24698         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24699         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24700         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24701         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24702         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24703         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24704         (gst_xvimagesink_set_xwindow_id):
24705         * sys/xvimage/xvimagesink.h:
24706         Port xvimagesink to new MiniObject.
24707
24708 2005-05-17  Wim Taymans  <wim@fluendo.com>
24709
24710         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24711         (gst_audiofilter_chain):
24712         * gst-libs/gst/audio/gstaudiosink.c:
24713         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24714         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24715         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24716         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24717         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24718         (gst_audiosink_create_ringbuffer):
24719         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24720         (gst_audio_convert_caps_remove_format_info),
24721         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24722         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24723         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24724         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24725         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24726         Fix passthrough in ffmpegcolorspace.
24727         Fix memset in audiosink on wrong memory.
24728
24729 2005-05-16  David Schleef  <ds@schleef.org>
24730
24731         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24732         to GstMiniObject.
24733
24734 2005-05-16  David Schleef  <ds@schleef.org>
24735
24736         Port from GstData to GstMiniObject.
24737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24739         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24740         (gst_ogg_mux_collected):
24741         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24742         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24743         (theora_handle_data_packet):
24744         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24745         (theora_set_header_on_caps), (theora_enc_chain):
24746         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24747         (vorbis_handle_comment_packet):
24748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24749         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24750         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24751         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24752         * gst/audioconvert/gstaudioconvert.c:
24753         (gst_audio_convert_get_buffer):
24754         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24755         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24756         (mute_stream), (silence_stream):
24757         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24758         * gst/volume/gstvolume.c: (volume_transform):
24759         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24760         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24761         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24762         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24763         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24764         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24765         (gst_ximagesink_buffer_alloc):
24766         * sys/ximage/ximagesink.h:
24767
24768 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24769
24770         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24771         (fill_buffer), (check_queue), (queue_threshold_reached),
24772         (queue_out_of_data):
24773         * gst/playback/gstplaybasebin.h:
24774           Post buffer-fullness on the bus.
24775
24776 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24777
24778         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24779         (try_to_link_1):
24780         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24781         (group_commit), (probe_triggered), (setup_source),
24782         (gst_play_base_bin_change_state):
24783         * gst/playback/gstplaybasebin.h:
24784         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24785         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24786         (gst_play_bin_change_state):
24787           Move setup_output_pads into a virtual function, remove
24788           group-switch (no longer needed) and redirect (handled by bus
24789           now) signals.
24790
24791 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24792
24793         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24794         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24795         (get_active_group), (get_building_group), (group_destroy),
24796         (group_commit), (check_queue), (queue_overrun),
24797         (queue_threshold_reached), (queue_out_of_data),
24798         (gen_preroll_element), (remove_groups), (unknown_type),
24799         (add_element_stream), (no_more_pads), (probe_triggered),
24800         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24801         (setup_substreams), (setup_source), (finish_source),
24802         (prepare_output), (muted_group_change_state),
24803         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24804         (gst_play_base_bin_change_state):
24805         * gst/playback/gstplaybasebin.h:
24806         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24807         (gst_play_bin_init), (gst_play_bin_set_property),
24808         (gen_video_element), (gen_text_element), (gen_audio_element),
24809         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24810         (gst_play_bin_change_state):
24811         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24812         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24813         (stream_info_change_state), (gst_stream_info_set_mute),
24814         (gst_stream_info_get_property):
24815         * gst/playback/gststreaminfo.h:
24816         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24817         (gst_stream_selector_get_linked_pad),
24818         (gst_stream_selector_getcaps),
24819         (gst_stream_selector_get_linked_pads),
24820         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24821         * gst/playback/gststreamselector.h:
24822           Rough port of playbin. Needs some more work, but is mostly done,
24823           and uses a few locks in important places, which should make stuff
24824           like chain-switches clean. Still uses GST_STATE() in a few places,
24825           which isn't all that good an idea, subtitles/elements disabled
24826           because no elements to test with and thus probably broken, query
24827           and event handling moved to GstBin, internal thread removed
24828           alltogether because the pipeline does that for us now. Can play
24829           Ogg/Vorbis files. Haven't tested anything else yet.
24830
24831 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24832
24833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24834           Do no-more-pads (needed for autoplugging).
24835
24836 2005-05-10  Andy Wingo  <wingo@pobox.com>
24837
24838         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24839         message to the bus with the tags. Still not sent downstream tho.
24840
24841         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24842         get_parent.
24843         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24844         avoid refcounting hassles.
24845
24846 2005-05-09  Andy Wingo  <wingo@pobox.com>
24847
24848         * gst/volume/Makefile.am:
24849         * gst/volume/demo.c
24850         * gst/volume/gstvolume.h
24851         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24852         basetransform. Probably need an audio filter base class.
24853
24854 2005-05-09  Wim Taymans  <wim@fluendo.com>
24855
24856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24857         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24858         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24859         (gst_vorbisenc_chain):
24860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24861         (gst_audio_convert_caps_remove_format_info),
24862         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24863         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24864         Make caps writable before writing to it.
24865         Fix negotiation in audioconvert some more.
24866
24867 2005-05-09  Wim Taymans  <wim@fluendo.com>
24868
24869         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24870         (gst_videorate_getcaps), (gst_videorate_setcaps),
24871         (gst_videorate_event), (gst_videorate_chain):
24872         Better negotiation.
24873
24874 2005-05-09  Wim Taymans  <wim@fluendo.com>
24875
24876         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24877         (gst_videorate_getcaps), (gst_videorate_setcaps),
24878         (gst_videorate_blank_data), (gst_videorate_init),
24879         (gst_videorate_event), (gst_videorate_chain),
24880         (gst_videorate_change_state):
24881         Port videorate, do a better job at negotiation while we're at
24882         it.
24883
24884 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24885
24886         * configure.ac:
24887           Disable libvisual
24888
24889         * examples/Makefile.am:
24890         * gst-libs/gst/audio/Makefile.am:
24891         * gst-libs/gst/riff/Makefile.am:
24892         * gst-libs/gst/tag/Makefile.am:
24893         * gst-libs/gst/video/Makefile.am:
24894           Fixups for missing variables.
24895
24896 2005-05-09  Wim Taymans  <wim@fluendo.com>
24897
24898         * examples/seeking/seek.c: (make_theora_pipeline),
24899         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24900         (query_rates), (query_positions_elems), (query_positions_pads),
24901         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24903         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24904         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24905         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24906         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24908         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24909         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24910         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24911         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24912         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24913         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24914         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24915         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24916         (theora_dec_src_convert), (theora_dec_sink_convert),
24917         (theora_dec_src_query), (theora_dec_sink_query),
24918         (theora_dec_src_event), (theora_dec_sink_event),
24919         (theora_handle_comment_packet), (theora_handle_type_packet),
24920         (theora_handle_header_packet), (theora_handle_data_packet),
24921         (theora_dec_chain):
24922         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24923         (vorbis_dec_convert), (vorbis_dec_src_query),
24924         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24925         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24926         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24927         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24928         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24929         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24930         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24931         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24932         (gst_play_bin_query):
24933         * gst/playback/test3.c: (update_scale):
24934         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24935         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24936         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24937         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24938         (gst_videotestsrc_src_query):
24939         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24940         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24941         (paint_hline_YUV9):
24942         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24943         Port to new query API.
24944         Updated seek.
24945         Cleanups in x[v]imagesink
24946
24947 2005-05-09  Andy Wingo  <wingo@pobox.com>
24948
24949         * ext/alsa/gstalsasink.h:
24950         * ext/gnomevfs/gstgnomevfssrc.c:
24951         (gst_gnomevfssrc_get_icy_metadata):
24952         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24953         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24954         * ext/theora/theoradec.c (theora_dec_src_query)
24955         (theora_dec_src_event, theora_dec_sink_event)
24956         (theora_handle_comment_packet, theora_handle_data_packet):
24957         * ext/theora/theoraenc.c (theora_enc_chain):
24958         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24959         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24960         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24961         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24962         (qt_type_find):
24963         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24964         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24965         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24966         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24967         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24968         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24969         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24970         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24971         (paint_setup_RGB565, paint_setup_xRGB1555):
24972         * gst/videotestsrc/videotestsrc.h:
24973         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24974         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24975         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24976         GCC4 fixes.
24977         
24978         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24979         gst_pad_query_position. Fixes oggdemux.
24980
24981 2005-05-08  David Schleef  <ds@schleef.org>
24982
24983         * configure.ac: Require liboil.
24984         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24985         a few more.
24986         * gst/videotestsrc/videotestsrc.c:
24987         * gst/videotestsrc/videotestsrc.h:
24988
24989 2005-05-06  Wim Taymans  <wim@fluendo.com>
24990
24991         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24992         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24993         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24994         Well, unreffing a buffer right before pushing it is asking
24995         for trouble..
24996
24997 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24998
24999         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25000
25001 2005-05-06  Wim Taymans  <wim@fluendo.com>
25002
25003         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25004         (gst_audio_convert_caps_remove_format_info),
25005         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25006         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25008         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25009         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25010         * gst/sine/Makefile.am:
25011         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25012         (gst_sinesrc_class_init), (gst_sinesrc_init),
25013         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25014         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25015         (gst_sinesrc_update_freq):
25016         * gst/sine/gstsinesrc.h:
25017         * gst/tcp/gstmultifdsink.c:
25018         * sys/xvimage/xvimagesink.c:
25019         Fixed negotiation wrt _peer_get_caps()
25020         Some cleanups.
25021
25022
25023 2005-05-06  Wim Taymans  <wim@fluendo.com>
25024
25025         * gst-libs/gst/audio/gstaudiosink.c:
25026         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25027         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25028         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25029         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25030         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25031         (gst_audiosink_create_ringbuffer):
25032         * gst-libs/gst/audio/gstbaseaudiosink.c:
25033         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25034         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25035         (gst_baseaudiosink_set_property), (build_linear_format),
25036         (debug_spec_caps), (debug_spec_buffer),
25037         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25038         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25039         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25040         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25041         * gst-libs/gst/audio/gstbaseaudiosink.h:
25042         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25043         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25044         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25045         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25046         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25047         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25048         (wait_segment), (gst_ringbuffer_commit),
25049         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25050         (gst_ringbuffer_clear):
25051         * gst-libs/gst/audio/gstringbuffer.h:
25052         Make the base audiosink return an error when there is no
25053         audiobuffer negotiated.
25054
25055 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25056
25057         * ext/Makefile.am:
25058         Disable cdparanoia until someone ports it!
25059
25060 2005-05-06  Wim Taymans  <wim@fluendo.com>
25061
25062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25063         (gst_ogg_demux_sink_activate):
25064         And revert after wingo's revert.. sigh..
25065
25066 2005-05-05  Andy Wingo  <wingo@pobox.com>
25067
25068         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25069         GObject.
25070         * configure.ac: Return audiorate and subparse from the ghetto.
25071         Re-enable -Wall -Werror.
25072         * gst/subparse/gstsubparse.c:
25073         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25074         or chain-based. Cleaned up a bit. Not tested.
25075         
25076 2005-05-05  Christian Schaller <christian@fluendo.com> 
25077
25078         * Makefile.am: remove stuff that is not building
25079         * configure.ac: remove stuff that is not building
25080         * examples/Makefile.am: remove stuff that is not building
25081         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25082         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25083         * sys/Makefile.am: remove stuff that is not building
25084         * testsuite/Makefile.am: remove stuff that is not building
25085
25086 2005-05-05  Andy Wingo  <wingo@pobox.com>
25087
25088         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25089         * gst-libs/gst/tag/gstvorbistag.c:
25090         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25091         * gst/adder/gstadder.h:
25092         * gst/audioconvert/gstchannelmix.c:
25093         (gst_audio_convert_fill_one_other):
25094         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25095         (gst_audiorate_init), (gst_audiorate_chain):
25096         * gst/playback/gstplaybasebin.c: (setup_source):
25097         * gst/playback/test3.c: (update_scale):
25098         Some GCC4 fixes
25099         
25100         * po/af.po:
25101         * po/az.po:
25102         * po/cs.po:
25103         * po/en_GB.po:
25104         * po/hu.po:
25105         * po/it.po:
25106         * po/nb.po:
25107         * po/nl.po:
25108         * po/or.po:
25109         * po/sq.po:
25110         * po/sr.po:
25111         * po/sv.po:
25112         * po/uk.po:
25113         * po/vi.po: Foo
25114
25115 2005-05-05  Wim Taymans  <wim@fluendo.com>
25116
25117         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25118         (gst_audio_convert_caps_remove_format_info),
25119         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25120         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25121         * gst/videotestsrc/gstvideotestsrc.c:
25122         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25123         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25124         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25125         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25126         Don't ignore _push() return values.
25127         Make sure no processing is done when shutting down.
25128         Videotestsrc pad activation fix.
25129
25130 2005-05-05  Wim Taymans  <wim@fluendo.com>
25131
25132         * gst/adder/Makefile.am:
25133         * gst/adder/gstadder.c: (gst_adder_setcaps),
25134         (gst_adder_class_init), (gst_adder_init),
25135         (gst_adder_request_new_pad), (gst_adder_collected),
25136         (gst_adder_change_state):
25137         * gst/adder/gstadder.h:
25138         Ported adder as an example of a mixer element using
25139         collect pads. Needs more negotiation work.
25140
25141 2005-05-05  Wim Taymans  <wim@fluendo.com>
25142
25143         * ext/theora/theoradec.c: (_inc_granulepos),
25144         (theora_dec_src_event), (theora_dec_sink_event),
25145         (theora_handle_comment_packet), (theora_handle_type_packet),
25146         (theora_handle_header_packet), (theora_handle_data_packet),
25147         (theora_dec_chain):
25148         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25149         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25150         (theora_push_buffer), (theora_push_packet),
25151         (theora_enc_sink_event), (theora_enc_chain),
25152         (theora_enc_change_state), (theora_enc_set_property),
25153         (theora_enc_get_property):
25154         Added stream lock to decoder so that we can serialize
25155         the discont event.
25156         More theoraenc porting, recover from errors, do clean
25157         shutdown.
25158
25159 2005-05-05  Wim Taymans  <wim@fluendo.com>
25160
25161         * ext/ogg/Makefile.am:
25162         * ext/ogg/README:
25163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25164         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25165         (gst_ogg_print):
25166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25167         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25168         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25169         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25170         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25171         (gst_ogg_mux_change_state):
25172         Ported ogg muxer.
25173
25174 2005-05-05  Wim Taymans  <wim@fluendo.com>
25175
25176         * docs/design-audiosinks.txt:
25177         * gst-libs/gst/audio/TODO:
25178         * gst-libs/gst/audio/gstaudiosink.c:
25179         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25180         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25181         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25182         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25183         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25184         (gst_audiosink_create_ringbuffer):
25185         * gst-libs/gst/audio/gstbaseaudiosink.c:
25186         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25187         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25188         (gst_baseaudiosink_set_property), (build_linear_format),
25189         (debug_spec_caps), (debug_spec_buffer),
25190         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25191         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25192         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25193         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25195         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25196         (gst_ringbuffer_release), (gst_ringbuffer_play),
25197         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25198         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25199         (gst_ringbuffer_set_sample), (wait_segment),
25200         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25201         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25202         More work on the audiosink, mostly debugging and a race in
25203         shutdown.
25204
25205 2005-04-28  Wim Taymans  <wim@fluendo.com>
25206
25207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25208         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25209         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25210         (vorbis_dec_src_query), (vorbis_dec_src_event),
25211         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25212         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25213         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25214         Don't crap out when seeking back to position 0.
25215
25216 2005-04-28  Wim Taymans  <wim@fluendo.com>
25217
25218         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25219         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25220         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25221         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25222         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25223         Make audio sink configurable, use alsasink as default.
25224
25225 2005-04-28  Wim Taymans  <wim@fluendo.com>
25226
25227         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25228         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25229         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25230         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25231         (vorbis_dec_change_state):
25232         * ext/vorbis/vorbisdec.h:
25233         Refactor, use STREAM_LOCK.
25234
25235 2005-04-28  Wim Taymans  <wim@fluendo.com>
25236
25237         * ext/theora/theoradec.c: (_inc_granulepos),
25238         (theora_dec_sink_event), (theora_handle_comment_packet),
25239         (theora_handle_type_packet), (theora_handle_header_packet),
25240         (theora_handle_data_packet), (theora_dec_chain),
25241         (theora_dec_change_state):
25242         Refactor a bit, use STREAM_LOCK.
25243
25244 2005-04-28  Wim Taymans  <wim@fluendo.com>
25245
25246         * ext/alsa/Makefile.am:
25247         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25248         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25249         (gst_alsa_link), (gst_alsa_close_audio):
25250         * ext/alsa/gstalsaplugin.c: (plugin_init):
25251         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25252         (gst_alsasink_dispose), (gst_alsasink_base_init),
25253         (gst_alsasink_class_init), (gst_alsasink_init),
25254         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25255         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25256         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25257         (gst_alsasink_reset):
25258         * ext/alsa/gstalsasink.h:
25259         Implement alsasink with simple open/write/close API. 
25260         Make alsa dir build by disabling compilation of code.
25261
25262 2005-04-28  Wim Taymans  <wim@fluendo.com>
25263
25264         * gst-libs/gst/audio/Makefile.am:
25265         * gst-libs/gst/audio/audio.h:
25266         * gst-libs/gst/audio/audioclock.c:
25267         * gst-libs/gst/audio/audioclock.h:
25268         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25269         (gst_audio_clock_class_init), (gst_audio_clock_init),
25270         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25271         * gst-libs/gst/audio/gstaudioclock.h:
25272         * gst-libs/gst/audio/gstaudiosink.c:
25273         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25274         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25275         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25276         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25277         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25278         (gst_audiosink_create_ringbuffer):
25279         * gst-libs/gst/audio/gstbaseaudiosink.c:
25280         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25281         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25282         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25283         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25284         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25285         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25286         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25287         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25288         * gst-libs/gst/audio/gstbaseaudiosink.h:
25289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25290         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25291         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25292         (gst_ringbuffer_release), (gst_ringbuffer_play),
25293         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25294         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25295         (gst_ringbuffer_set_sample), (wait_segment),
25296         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25297         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25298         * gst-libs/gst/audio/gstringbuffer.h:
25299         Make ringbuffer faster and more simple by removing the locks
25300         in the playback thread.
25301         Add sample accurate playback based on buffer sample offsets.
25302         Make the baseaudiosink provide a clock.
25303         Parse caps in the base class.
25304         Correctly handle seeking, flushing and state changes.
25305
25306 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25307
25308         * configure.ac:
25309         * gst/audioconvert/Makefile.am:
25310         * gst/audioscale/Makefile.am:
25311           Fix part of the build.  Come on guys, autogen didn't even work :)
25312
25313 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25314
25315         * configure.ac:
25316         * gst-libs/gst/Makefile.am:
25317         * gst-libs/gst/media-info/.cvsignore:
25318         * gst-libs/gst/media-info/Makefile.am:
25319         * gst-libs/gst/media-info/README:
25320         * gst-libs/gst/media-info/media-info-priv.c:
25321         * gst-libs/gst/media-info/media-info-priv.h:
25322         * gst-libs/gst/media-info/media-info-test.c:
25323         * gst-libs/gst/media-info/media-info.c:
25324         * gst-libs/gst/media-info/media-info.h:
25325         * gst-libs/gst/media-info/media-info.vcproj:
25326         * pkgconfig/Makefile.am:
25327         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25328         * pkgconfig/gstreamer-media-info.pc.in:
25329           Remove media-info, which is also successed by playbin (see Totem
25330           implementation).
25331
25332 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25333
25334         * configure.ac:
25335         * examples/Makefile.am:
25336         * examples/gstplay/.cvsignore:
25337         * examples/gstplay/Makefile.am:
25338         * examples/gstplay/player.c:
25339         * gst-libs/gst/Makefile.am:
25340         * gst-libs/gst/play/.cvsignore:
25341         * gst-libs/gst/play/Makefile.am:
25342         * gst-libs/gst/play/play.c:
25343         * gst-libs/gst/play/play.h:
25344         * gst-libs/gst/play/play.vcproj:
25345         * pkgconfig/Makefile.am:
25346         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25347         * pkgconfig/gstreamer-play.pc.in:
25348           Remove libgstplay, playbin is now the official successor.
25349
25350 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25351
25352         * configure.ac:
25353         * gst-libs/gst/Makefile.am:
25354         * gst-libs/gst/xwindowlistener/Makefile.am:
25355         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25356         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25357           Remove deprecated xwindowlistener (I've moved xwindowlistening
25358           in the v4l/v4l2 plugins over to serverside).
25359
25360 2005-04-25  David Schleef  <ds@schleef.org>
25361
25362         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25363         to examples/dynparams.  Examples do not belong interspersed with
25364         source code.
25365         * examples/dynparams/demo-dparams.c:
25366         * gst/sine/Makefile.am:
25367         * gst/sine/demo-dparams.c:
25368
25369 2005-04-25  David Schleef  <ds@schleef.org>
25370
25371         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25372         * gst-libs/gst/audio/Makefile.am:
25373         * gst-libs/gst/riff/Makefile.am:
25374         * gst-libs/gst/tag/Makefile.am:
25375         * gst-libs/gst/video/Makefile.am:
25376         * gst-libs/gst/xwindowlistener/Makefile.am:
25377
25378         Convert to 0.9 API, seems to work:
25379         * sys/ximage/Makefile.am:
25380         * sys/ximage/ximagesink.c:
25381
25382 2005-04-24  David Schleef  <ds@schleef.org>
25383
25384         Link plugins against libraries:
25385         * ext/alsa/Makefile.am:
25386         * gst/tcp/Makefile.am:
25387
25388         Remove asm code that should be in liboil
25389         * gst/videoscale/Makefile.am:
25390         * gst/videoscale/videoscale_x86_asm.s:
25391
25392         gettext wants these checked in:
25393         * po/af.po:
25394         * po/az.po:
25395         * po/cs.po:
25396         * po/en_GB.po:
25397         * po/hu.po:
25398         * po/it.po:
25399         * po/nb.po:
25400         * po/nl.po:
25401         * po/or.po:
25402         * po/sq.po:
25403         * po/sr.po:
25404         * po/sv.po:
25405         * po/uk.po:
25406         * po/vi.po:
25407
25408 2005-04-24  David Schleef  <ds@schleef.org>
25409
25410         Convert gst_main() to g_main_loop_run()
25411         * gst/playback/decodetest.c: (main):
25412         * gst/playback/test2.c: (main):
25413         * gst/playback/test3.c: (main):
25414         * gst/playback/test4.c: (main):
25415
25416         Link plugins against libraries:
25417         * ext/libvisual/Makefile.am:
25418         * sys/xvimage/Makefile.am:
25419
25420 2005-04-24  David Schleef  <ds@schleef.org>
25421
25422         * configure.ac: Remove idct and resample libs
25423         * gst-libs/gst/Makefile.am: same
25424
25425         Remove usage of gst_library_load():
25426         * ext/alsa/gstalsaplugin.c: (plugin_init):
25427         * ext/libvisual/visual.c: (plugin_init):
25428         * ext/ogg/gstogg.c: (plugin_init):
25429         * ext/theora/theora.c: (plugin_init):
25430         * ext/vorbis/vorbis.c: (plugin_init):
25431         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25432         * gst/audioscale/gstaudioscale.c:
25433         * gst/adder/gstadder.c: (plugin_init):
25434         * gst/audioconvert/plugin.c: (plugin_init):
25435         * sys/ximage/ximagesink.c: (plugin_init):
25436         * sys/xvimage/xvimagesink.c: (plugin_init):
25437         * gst/tcp/gsttcpplugin.c: (plugin_init):
25438
25439         Link plugins against libraries:
25440         * ext/ogg/Makefile.am:
25441         * ext/theora/Makefile.am:
25442         * ext/vorbis/Makefile.am:
25443         * gst/audioconvert/Makefile.am:
25444
25445         Create proper libraries:
25446         * gst-libs/gst/riff/Makefile.am:
25447         * gst-libs/gst/audio/Makefile.am:
25448         * gst-libs/gst/video/Makefile.am:
25449
25450         Move resample library to audioscale plugin directory:
25451         * gst-libs/gst/resample/Makefile.am:
25452         * gst-libs/gst/resample/README:
25453         * gst-libs/gst/resample/dtof.c:
25454         * gst-libs/gst/resample/dtos.c:
25455         * gst-libs/gst/resample/functable.c:
25456         * gst-libs/gst/resample/private.h:
25457         * gst-libs/gst/resample/resample.c:
25458         * gst-libs/gst/resample/resample.h:
25459         * gst-libs/gst/resample/resample.vcproj:
25460         * gst-libs/gst/resample/test.c:
25461         * gst/audioscale/Makefile.am:
25462         * gst/audioscale/README:
25463         * gst/audioscale/dtof.c:
25464         * gst/audioscale/dtos.c:
25465         * gst/audioscale/functable.c:
25466         * gst/audioscale/private.h:
25467         * gst/audioscale/resample.c:
25468         * gst/audioscale/resample.h:
25469         * gst/audioscale/test.c:
25470
25471         Move tagedit library to gst-libs:
25472         * gst-libs/gst/tag/Makefile.am:
25473         * gst-libs/gst/tag/gstid3tag.c:
25474         * gst-libs/gst/tag/gsttagediting.c:
25475         * gst-libs/gst/tag/gsttageditingprivate.h:
25476         * gst-libs/gst/tag/gstvorbistag.c:
25477         * gst/tags/Makefile.am:
25478         * gst/tags/gstid3tag.c:
25479         * gst/tags/gstvorbistag.c:
25480
25481         Fix for core changes:
25482         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25483         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25484         (gst_sinesrc_getrange):
25485
25486 2005-04-23  David Schleef  <ds@schleef.org>
25487
25488         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25489         in gst-plugins in a long time, and properly belongs in liboil.
25490         * gst-libs/gst/idct/Makefile.am:
25491         * gst-libs/gst/idct/README:
25492         * gst-libs/gst/idct/dct.h:
25493         * gst-libs/gst/idct/doieee:
25494         * gst-libs/gst/idct/fastintidct.c:
25495         * gst-libs/gst/idct/floatidct.c:
25496         * gst-libs/gst/idct/idct.c:
25497         * gst-libs/gst/idct/idct.h:
25498         * gst-libs/gst/idct/idtc.vcproj:
25499         * gst-libs/gst/idct/ieeetest.c:
25500         * gst-libs/gst/idct/intidct.c:
25501
25502 2005-04-20  Wim Taymans  <wim@fluendo.com>
25503
25504         * docs/design-audiosinks.txt:
25505         * gst-libs/gst/audio/Makefile.am:
25506         * gst-libs/gst/audio/TODO:
25507         * gst-libs/gst/audio/gstaudiosink.c:
25508         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25509         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25510         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25511         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25512         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25513         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25514         (gst_audiosink_class_init), (gst_audiosink_init),
25515         (gst_audiosink_create_ringbuffer):
25516         * gst-libs/gst/audio/gstaudiosink.h:
25517         * gst-libs/gst/audio/gstbaseaudiosink.c:
25518         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25519         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25520         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25521         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25522         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25523         (gst_baseaudiosink_create_ringbuffer),
25524         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25525         * gst-libs/gst/audio/gstbaseaudiosink.h:
25526         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25527         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25528         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25529         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25530         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25531         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25532         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25533         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25534         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25535         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25536         * gst-libs/gst/audio/gstringbuffer.h:
25537         An attempt at a set of audio base classes together with some
25538         design docs.
25539
25540 2005-04-20  Wim Taymans  <wim@fluendo.com>
25541
25542         * gst/audioconvert/Makefile.am:
25543         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25544         (gst_audio_convert_caps_remove_format_info),
25545         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25546         (gst_audio_convert_channels):
25547         Link against audio libs.
25548         Fix audio convert plugin.
25549
25550 2005-04-20  Wim Taymans  <wim@fluendo.com>
25551
25552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25553         (gst_ogg_demux_sink_activate):
25554         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25555         (theora_set_header_on_caps), (theora_enc_sink_event),
25556         (theora_enc_chain):
25557         Fix theora encoder.
25558
25559 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25560
25561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25562         * gst/playback/gstdecodebin.c: (find_compatibles):
25563           Work with staticpadtemplates in elementfactories.
25564
25565 2005-04-12  Wim Taymans  <wim@fluendo.com>
25566
25567         * gst/playback/README:
25568         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25569         (compare_ranks), (print_feature), (gst_decode_bin_init),
25570         (dynamic_create), (dynamic_free), (find_compatibles),
25571         (mimetype_is_raw), (close_pad_link), (got_redirect),
25572         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25573         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25574         (gst_decode_bin_change_state):
25575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25576         (gst_play_base_bin_init), (group_destroy), (group_commit),
25577         (check_queue), (queue_overrun), (queue_threshold_reached),
25578         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25579         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25580         (got_redirect), (setup_source), (play_base_eos),
25581         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25582         (gst_play_base_bin_remove_element):
25583         * gst/playback/gstplaybasebin.h:
25584         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25585         (gst_play_bin_init), (gst_play_bin_dispose),
25586         (gst_play_bin_set_property), (gen_video_element),
25587         (gen_text_element), (gen_audio_element), (remove_sinks),
25588         (gst_play_bin_send_event):
25589         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25590         (stream_info_change_state), (gst_stream_info_set_mute):
25591         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25592         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25593         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25594         (gst_stream_selector_chain):
25595         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25596         (main):
25597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25598         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25599         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25600         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25601         Raw and crude port of decodebin. 
25602         Make playbin compile.
25603
25604 2005-04-06  Wim Taymans  <wim@fluendo.com>
25605
25606         * ext/gnomevfs/Makefile.am:
25607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25608         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25609         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25610         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25611         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25612         (gst_gnomevfssrc_stop):
25613         * ext/ogg/Makefile.am:
25614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25615         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25616         * ext/theora/Makefile.am:
25617         * ext/theora/theoradec.c: (_inc_granulepos),
25618         (theora_dec_sink_event), (theora_dec_chain):
25619         * ext/vorbis/Makefile.am:
25620         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25621         (vorbis_dec_sink_event), (vorbis_dec_chain):
25622         * gst-libs/gst/audio/Makefile.am:
25623         * sys/xvimage/Makefile.am:
25624         Make gnomevfssrc extend the source base class.
25625         Fix linking against libs in various plugins.
25626
25627 2005-04-06  Andy Wingo  <wingo@pobox.com>
25628
25629         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25630         GST_BASE_LIBS.
25631
25632         * configure.ac: Add check and AC_SUBST for libgstbase.
25633
25634 2005-03-31  Wim Taymans  <wim@fluendo.com>
25635
25636         * examples/seeking/Makefile.am:
25637         * examples/seeking/cdparanoia.c: (main):
25638         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25639         (play_cb), (pause_cb), (stop_cb), (main):
25640         * examples/seeking/playbin.c:
25641         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25642         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25643         (make_sid_pipeline), (make_vorbis_pipeline),
25644         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25645         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25646         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25647         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25648         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25649         (stop_cb), (main):
25650         * examples/seeking/spider_seek.c:
25651         * examples/seeking/vorbisfile.c:
25652         * ext/gnomevfs/Makefile.am:
25653         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25654         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25655         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25656         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25657         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25658         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25659         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25660         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25661         * ext/ogg/README:
25662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25663         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25664         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25665         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25666         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25667         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25668         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25669         (gst_ogg_demux_factory_filter), (compare_ranks),
25670         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25671         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25672         (gst_ogg_chain_new), (gst_ogg_chain_free),
25673         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25674         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25675         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25676         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25677         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25678         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25679         (gst_ogg_demux_get_prev_page),
25680         (gst_ogg_demux_deactivate_current_chain),
25681         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25682         (gst_ogg_demux_bisect_forward_serialno),
25683         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25684         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25685         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25686         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25687         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25688         (gst_ogg_demux_change_state), (gst_ogg_print):
25689         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25690         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25691         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25692         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25693         (gst_ogg_mux_loop):
25694         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25695         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25696         (theora_dec_src_convert), (theora_dec_sink_convert),
25697         (theora_dec_src_query), (theora_dec_src_event),
25698         (theora_dec_sink_event), (theora_dec_chain),
25699         (theora_dec_change_state):
25700         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25701         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25702         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25703         (theora_enc_change_state):
25704         * ext/vorbis/Makefile.am:
25705         * ext/vorbis/oggvorbisenc.c:
25706         * ext/vorbis/oggvorbisenc.h:
25707         * ext/vorbis/vorbis.c: (plugin_init):
25708         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25709         (vorbis_dec_src_query), (vorbis_dec_src_event),
25710         (vorbis_dec_sink_event), (vorbis_dec_chain),
25711         (vorbis_dec_change_state):
25712         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25713         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25714         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25715         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25716         (gst_vorbisenc_change_state):
25717         * ext/vorbis/vorbisenc.h:
25718         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25719         * gst-libs/gst/audio/audioclock.c:
25720         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25721         (gst_audiofilter_init), (gst_audiofilter_chain):
25722         * gst-libs/gst/audio/testchannels.c: (main):
25723         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25724         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25725         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25726         (gmip_find_track_streaminfo), (gmip_find_track_format):
25727         * gst-libs/gst/media-info/media-info.c:
25728         (gst_media_info_read_idler):
25729         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25730         (gst_play_get_all_by_interface):
25731         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25732         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25733         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25734         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25735         (gst_riff_parse_info):
25736         * gst-libs/gst/riff/riff-read.h:
25737         * gst-libs/gst/riff/riff.c: (plugin_init):
25738         * gst-libs/gst/video/Makefile.am:
25739         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25740         (gst_videosink_class_init), (gst_videosink_get_type):
25741         * gst-libs/gst/video/videosink.h:
25742         * gst/audioconvert/bufferframesconvert.c:
25743         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25744         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25745         * gst/audioconvert/channelmixtest.c: (main):
25746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25747         (gst_audio_convert_chain),
25748         (gst_audio_convert_caps_remove_format_info),
25749         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25750         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25751         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25752         (gst_audio_convert_buffer_to_default_format),
25753         (gst_audio_convert_buffer_from_default_format),
25754         (gst_audio_convert_channels):
25755         * gst/audioconvert/gstchannelmix.h:
25756         * gst/ffmpegcolorspace/avcodec.h:
25757         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25758         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25759         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25760         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25761         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25762         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25763         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25764         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25765         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25766         (dv_type_find):
25767         * gst/videotestsrc/gstvideotestsrc.c:
25768         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25769         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25770         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25771         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25772         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25773         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25774         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25776         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25777         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25778         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25779         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25780         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25781         (gst_xvimagesink_navigation_send_event),
25782         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25783         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25784         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25785         * sys/xvimage/xvimagesink.h:
25786         Plugin port to 0.9, ogg/theora playback should work in the seek
25787         example now.
25788         Removed old examples.
25789         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25790         explained in 0.9 TODO doc.
25791
25792
25793 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25794
25795         * autogen.sh:
25796         * configure.ac:
25797         * ext/Makefile.am:
25798         * gst/Makefile.am:
25799         * po/POTFILES.in:
25800         * po/af.po:
25801         * po/az.po:
25802         * po/cs.po:
25803         * po/en_GB.po:
25804         * po/hu.po:
25805         * po/it.po:
25806         * po/nb.po:
25807         * po/nl.po:
25808         * po/or.po:
25809         * po/sq.po:
25810         * po/sr.po:
25811         * po/sv.po:
25812         * po/uk.po:
25813         * po/vi.po:
25814         * sys/Makefile.am:
25815         * testsuite/Makefile.am:
25816           remove a whole bunch of plugins.  This module now contains a set
25817           of free reference plugins/elements as agreed.
25818
25819 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25820
25821         * configure.ac:
25822           hunting season on 0.9 is now OPEN
25823
25824 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25825
25826         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25827           Kick the hell out of gcc for not warning me about a symbol conflict.
25828
25829 2005-02-22  Luca Ognibene  <luogni@tin.it>
25830
25831         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25832
25833         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25834           Don't leak caps string (fixes #168134)
25835
25836         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25837         (gst_jpegenc_init), (gst_jpegenc_finalize),
25838         (gst_jpegenc_change_state):
25839           Don't leak line buffers and context struct (fixes #168133).
25840
25841 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25842
25843         * configure.ac:
25844         * ext/dirac/gstdiracdec.cc:
25845         (gst_diracdec_chain):
25846           Since dirac 0.5.0 the framerate in dirac is expressed as a
25847           rational number. Fix build and up requirement to 0.5.0, and
25848           also pass parameters to gst_diracdec_link in the right order
25849           (fixes #167959).
25850
25851 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25852
25853         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25854         * ext/faad/gstfaad.h:
25855         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25856         certain invalid muxed streams, where some packets will contain 
25857         junk after decoder data. Partially fixes #149158.
25858
25859 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25860         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25861           Make sure we only write to writable buffers
25862
25863 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25864
25865         * gst-libs/gst/riff/riff-media.c:
25866         (gst_riff_create_audio_caps_with_data):
25867           Do actually fix invalid RIFF fmt header values for alaw
25868           and mulaw audio instead of just saying so.
25869
25870         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25871           Give gst_riff_create_audio_caps_with_data() a chance to
25872           fix up broken format header fields before extracting any
25873           parameters from the header. (fixes #167633)
25874
25875 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25876
25877         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25878
25879         * gst/audioconvert/bufferframesconvert.c:
25880         (buffer_frames_convert_link):
25881           Don't leak othercaps. (fixes #167878)
25882
25883 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25884
25885         * configure.ac:
25886         * ext/libvisual/visual.c: (gst_visual_srclink),
25887         (gst_visual_change_state):
25888           Support libvisual 0.2.0.
25889
25890 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25891
25892         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25893         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25894           Use same rowstrides for I420 as used everywhere else.
25895
25896 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25897
25898         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25899           Declare variables at beginning of block and make gcc-2.95 happy
25900           (fixes # 167482, patch by Gergely Nagy).
25901           
25902         * gst/tcp/gsttcpclientsrc.c:
25903         * gst/tcp/gsttcpclientsrc.h:
25904           Move some includes into the header, so that struct sockaddr_in is
25905           defined when it should be defined on FreeBSD as well (fixes
25906           #167483).
25907           
25908         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25909           Don't pass uninitialised values to setsockopt() here either.
25910
25911 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25912
25913         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25914
25915         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25916           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25917
25918 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25919
25920         * gst/playback/gstplaybin.c: (add_sink):
25921           Invert bin_add/link order to workaround deadlock in opt.
25922
25923 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25924
25925         * gst/modplug/gstmodplug.cc:
25926           Add missing break causing position queries to fail.
25927
25928 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25929
25930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25931           Granpos can apparently be -1, which screws up calculations...
25932
25933 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25934
25935         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25936         (gst_ximagesink_send_pending_navigation),
25937         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25938         (gst_ximagesink_init):
25939         * sys/ximage/ximagesink.h:
25940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25941         (gst_xvimagesink_send_pending_navigation),
25942         (gst_xvimagesink_navigation_send_event),
25943         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25944         * sys/xvimage/xvimagesink.h:
25945           Use a mutex protected list to marshal navigation
25946           events into the stream thread from whichever thread
25947           sends them.
25948
25949 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25950
25951         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25952           Display current position and track length; misc. clean-ups.
25953           
25954         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25955         (speed_init), (speed_chain):
25956           Add query function, so that the stream length and current position
25957           get adjusted when queried (note that current position queries may
25958           still be wrong if the audio sink returns values based on buffer
25959           timestamps instead of passing on the query).
25960
25961 2005-02-13  Benjamin Otte  <otte@gnome.org>
25962
25963         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25964         (gst_audio_convert_channels):
25965           create channel conversion matrix when linking
25966         * gst/audioconvert/.cvsignore:
25967         * gst/audioconvert/Makefile.am:
25968         * gst/audioconvert/channelmixtest.c: (main):
25969           add (ugly) test that ensures stereo <=> mono conversion works
25970           correctly
25971
25972 2005-02-13  Benjamin Otte  <otte@gnome.org>
25973
25974         * gst/audioconvert/gstchannelmix.h:
25975           include missing header file
25976         * gst/audioconvert/gstchannelmix.c:
25977         (gst_audio_convert_fill_compatible):
25978           use same sign for both channels when converting to/from compatible
25979           channel. Previously used different signs made the signals cancel
25980           each other out and appear like silence. (fixes #167269)
25981
25982 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25983
25984         * gst/ffmpegcolorspace/avcodec.h:
25985         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25986         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25987         (gst_ffmpegcsp_avpicture_fill):
25988         * gst/ffmpegcolorspace/imgconvert.c:
25989           Convert to and from YV12 (fixes #156379).
25990
25991 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25992
25993         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25994         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25995         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25996         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25997         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25998         methods from chain and negotiation and vice versa (Fixes #166142).
25999         * sys/ximage/ximagesink.h: Add stream_lock.
26000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26001         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26002         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26003         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26004
26005 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26006
26007         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26008           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26009           error message when we can't open the DVD device (when dvdnav_open()
26010           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26011           the above). Send something more useful instead (fixes #167117).
26012
26013 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26014
26015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26016         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26017         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26018         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26019         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26020         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26021         methods from chain and negotiation and vice versa (Fixes #166142).
26022         Fix a possible bug of images in the buffer pool being discarded because
26023         we are looking at the wrong geometry.
26024         * sys/xvimage/xvimagesink.h: Add stream_lock.
26025
26026 2005-02-11  David Schleef  <ds@schleef.org>
26027
26028         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26029         unsigned int. (fixes #167128)
26030
26031 2005-02-11  David Schleef  <ds@schleef.org>
26032
26033         * gst/librfb/Makefile.am: Testing stuff before committing is
26034           for wimps... and people with fast machines.  Fix stupid
26035           mistake.
26036
26037 2005-02-11  David Schleef  <ds@schleef.org>
26038
26039         * configure.ac: Pull in librfb from my CVS tree, because it is
26040           too small and annoying to be separate.  Move rfbsrc plugin
26041           to gst/.
26042         * ext/Makefile.am:
26043         * ext/librfb/Makefile.am:
26044         * ext/librfb/gstrfbsrc.c:
26045         * gst/librfb/Makefile.am:
26046         * gst/librfb/gstrfbsrc.c:
26047         * gst/librfb/rfb.c:
26048         * gst/librfb/rfb.h:
26049         * gst/librfb/rfbbuffer.c:
26050         * gst/librfb/rfbbuffer.h:
26051         * gst/librfb/rfbbytestream.c:
26052         * gst/librfb/rfbbytestream.h:
26053         * gst/librfb/rfbcontext.h:
26054         * gst/librfb/rfbdecoder.c:
26055         * gst/librfb/rfbdecoder.h:
26056         * gst/librfb/rfbutil.h:
26057
26058 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26059
26060         * gst/speed/Makefile.am:
26061         * gst/speed/demo-mp3.c: (main):
26062         * gst/speed/filter.func:
26063         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26064         (speed_class_init), (speed_init), (speed_chain_int16),
26065         (speed_chain_float32), (speed_chain), (speed_set_property),
26066         (speed_get_property), (speed_change_state):
26067         * gst/speed/gstspeed.h:
26068           Fix speed element and make it chain-based (fixes #156467),
26069           and make it handle more than one channel.
26070
26071 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26072
26073         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26074         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26075         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26076         * ext/dts/gstdtsdec.h:
26077           Don't clobber the stack constructing the channels array.
26078           Make the element chain-based. DTS tracks can now be played.
26079           
26080 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26081
26082         * gst-libs/gst/audio/multichannel.h:
26083         * gst-libs/gst/gconf/gconf.h:
26084         * gst-libs/gst/idct/idct.h:
26085         * gst-libs/gst/media-info/media-info-priv.h:
26086         * gst-libs/gst/play/play.h:
26087         * gst-libs/gst/resample/private.h:
26088         * gst-libs/gst/resample/resample.h:
26089         * gst-libs/gst/riff/riff-ids.h:
26090         * gst-libs/gst/video/video.h:
26091         * gst-libs/gst/video/videosink.h:
26092           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26093           missing, so that they work when included from C++ code.
26094
26095 2005-02-09  David Schleef  <ds@schleef.org>
26096
26097         * testsuite/gst-lint: Check for non-statically scoped
26098           parent_class variables.  This won't be a problem once
26099           plugins are loaded with RTLD_LOCAL.
26100
26101 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26102
26103         * ext/mplex/gstmplexibitstream.cc:
26104           gcc madness.
26105
26106 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26107
26108         * ext/ogg/gstogmparse.c:
26109         * gst/debug/gstnavigationtest.c:
26110           Die, thou faulty symbol pollutors (non-static parent_class).
26111
26112 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26113
26114         * ext/mplex/gstmplexibitstream.cc:
26115           Fix event handling (#165525).
26116
26117 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * ext/mikmod/gstmikmod.c:
26120         * gst/modplug/gstmodplug.cc:
26121           Add missing endianness to template (fixes #165509).
26122
26123 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26124
26125         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26126           Fix wrong order of reading of optional bytes (#165290).
26127
26128 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26129
26130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26131           Implement FILLER event awareness.
26132
26133 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26134
26135         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26136           Fix track calculations (#166208).
26137
26138 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26139
26140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26141
26142         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26143         * ext/libpng/gstpngenc.c:
26144           Fix byte-order, use proper fixed caps. Fixes #164197.
26145
26146 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26147
26148         * configure.ac:
26149           Add dvdlpcmdec 
26150
26151         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26152         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26153           Don't push buffers if the src pad isn't negotiated yet.
26154           
26155         * gst/audioconvert/gstaudioconvert.c:
26156         (gst_audio_convert_buffer_to_default_format),
26157         (gst_audio_convert_buffer_from_default_format):
26158           Add support for 24-bit width.
26159
26160         * gst/dvdlpcmdec/.cvsignore:
26161         * gst/dvdlpcmdec/Makefile.am:
26162         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26163         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26164         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26165         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26166         (plugin_init):
26167         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26168           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26169           format. Needs support for the channels maps if someone can find 
26170           a DVD LPCM track with > 2 channels.
26171
26172         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26173         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26174         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26175         * gst/mpegstream/gstdvddemux.h:
26176         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26177         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26178         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26179         * gst/mpegstream/gstmpegdemux.h:
26180         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26181         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26182         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26183         (gst_mpeg_parse_handle_src_query),
26184         (gst_mpeg_parse_handle_src_event):
26185           Use audio/x-dvd-lpcm for LPCM output.
26186           Add DTS output.
26187
26188 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26189
26190         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26191
26192         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26193         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26194           Add BGRA handling (#165736).
26195
26196 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26197
26198         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26199
26200         * gst/law/alaw-decode.c: (alawdec_link):
26201         * gst/law/alaw-encode.c: (alawenc_link):
26202         * gst/law/mulaw-decode.c: (mulawdec_link):
26203         * gst/law/mulaw-encode.c: (mulawenc_link):
26204           Fix caps memleaks (#166600).
26205
26206 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26207
26208         * ext/tarkin/mem.h:
26209         * ext/tarkin/wavelet.h:
26210         * ext/tarkin/yuv.h:
26211         * gst/ffmpegcolorspace/avcodec.h:
26212           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26213           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26214
26215 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26216
26217         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26219         (gst_xvimagesink_change_state):
26220           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26221           Xv video (and thereby regenerate Xv colourkey) in clear() so
26222           that PLAY -> READY -> PLAY works (fixes #162504).
26223
26224 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26225
26226         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26227           Switch to list instead of range, since MJPEG-devices really just
26228           support decimations, not any size.
26229
26230 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26231         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26232         (gst_mpeg2dec_reset), (free_all_buffers),
26233         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26234         * ext/mpeg2dec/gstmpeg2dec.h:
26235           The libmpeg2 user-allocated buffer management is awkward, 
26236           to say the least. Hopefully this fixes things.
26237
26238 2005-02-04  Andy Wingo  <wingo@pobox.com>
26239
26240         * gst/audioconvert/bufferframesconvert.c
26241         (buffer_frames_convert_fixate): New function, fixates to 256
26242         frames per buffer by default. (Much better than 1.)
26243         (buffer_frames_convert_init): Set the fixate function for both src
26244         and sink pad.
26245         (buffer_frames_convert_link): After success setting nonfixed caps,
26246         get the negotiated caps so we can know how many buffer-frames it
26247         will be. No idea how this worked at all before.
26248
26249 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26250
26251         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26252         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26253         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26254         (handle_sequence), (handle_picture):
26255         * ext/mpeg2dec/gstmpeg2dec.h:
26256           Rearrange buffer tracking and refcounting and refactor
26257           a little for readability. 
26258
26259 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26260         * sys/v4l/gstv4l.c: (plugin_init):
26261         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26262         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26263         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26264         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26265         * sys/v4l/gstv4ljpegsrc.h:
26266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26267         * sys/v4l/v4l_calls.h:
26268         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26269         (gst_v4lsrc_get_fps):
26270         * sys/v4l/v4lsrc_calls.h:
26271           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26272           you jpeg inside rgb frames" driver.
26273           Don't error in the v4lsrc link function, just return 
26274           REFUSED.
26275
26276 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26277
26278         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26279         (gst_qcamsrc_open):
26280           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26281
26282 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26283
26284         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26285           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26286
26287 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26290           Reset negotiated state on PAUSED->READY.
26291
26292 2005-02-02  David Schleef  <ds@schleef.org>
26293
26294         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26295         whereever possible.  (Fixes #165997)
26296         * examples/capsfilter/capsfilter1.c: (main):
26297         * examples/dynparams/filter.c: (create_ui):
26298         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26299         * examples/seeking/chained.c: (main):
26300         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26301         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26302         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26303         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26304         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26305         * examples/switch/switcher.c: (main):
26306         * ext/dv/demo-play.c: (main):
26307         * ext/faad/gstfaad.c: (gst_faad_change_state):
26308         * ext/mad/gstmad.c: (gst_mad_chain):
26309         * ext/smoothwave/demo-osssrc.c: (main):
26310         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26311         (gst_gconf_render_bin_from_description),
26312         (gst_gconf_get_default_audio_sink),
26313         (gst_gconf_get_default_video_sink),
26314         (gst_gconf_get_default_audio_src),
26315         (gst_gconf_get_default_video_src),
26316         (gst_gconf_get_default_visualization_element):
26317         * gst/level/demo.c: (main):
26318         * gst/level/plot.c: (main):
26319         * gst/playback/gstplaybin.c: (gen_video_element),
26320         (gen_audio_element):
26321         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26322         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26323         * gst/sine/demo-dparams.c: (main):
26324         * gst/spectrum/demo-osssrc.c: (main):
26325         * gst/speed/demo-mp3.c: (main):
26326         * gst/volume/demo.c: (main):
26327         * testsuite/embed/embed.c: (main):
26328
26329 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26330
26331         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26332         (gst_tcpclientsink_finalize):
26333         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26334         (gst_tcpclientsrc_finalize):
26335         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26336         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26337         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26338         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26339           Don't leak the hostname when shutting down.
26340           In tcpserversrc, take a copy of the default hostname.
26341
26342 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26343
26344         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26345           Set caps to systemstream=TRUE.
26346
26347 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26348
26349         * testsuite/Makefile.am:
26350           Fix more OSX buildbots.
26351
26352 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26353
26354         * ext/mpeg2dec/gstmpeg2dec.c:
26355           Don't send things to NULL PAD_PEERs
26356
26357         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26358           Copy-on-write the incoming buffer.
26359
26360         * gst/mpegstream/gstdvddemux.h:
26361         * gst/mpegstream/gstmpegclock.h:
26362         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26363         (normal_seek), (gst_mpeg_demux_handle_src_event):
26364         * gst/mpegstream/gstmpegdemux.h:
26365         * gst/mpegstream/gstmpegpacketize.h:
26366         * gst/mpegstream/gstmpegparse.c:
26367         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26368         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26369         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26370         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26371         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26372         * gst/mpegstream/gstmpegparse.h:
26373         * gst/mpegstream/gstrfc2250enc.h:
26374           Various changes to the way time is computed that make seeking and
26375           total time estimation much better here.
26376           Use G_BEGIN/END_DECLS instead of __cplusplus
26377
26378         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26379           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26380
26381 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26382
26383         * gst/subparse/gstsubparse.c:
26384           Fix OSX buildbot.
26385
26386 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26387
26388         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26389         (theora_enc_chain), (theora_enc_change_state):
26390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26391         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26392         (gst_vorbisenc_change_state):
26393         * ext/vorbis/vorbisenc.h:
26394           Set granulepos and timestamp correctly for streams not
26395           starting at 0, taking into account the initial delay.
26396
26397 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26398
26399         * gst/mpegstream/gstdvddemux.c:
26400           Add audio/x-dts to audio pad template caps
26401
26402 2005-01-30  David Schleef  <ds@schleef.org>
26403
26404         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26405         (create_context), (gst_polypsink_link): Fix silly endianness
26406         bug.  Add some debugging.  Remove float from caps; it doesn't
26407         work.  Attempt to get remote audio working.
26408
26409 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26410
26411         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26412           Add 3IV2 fourcc.
26413
26414 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26415
26416         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26417         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26418         (gst_avi_demux_stream_data):
26419         * gst/avi/gstavidemux.h:
26420           Invert DIB images. Fixes #132341.
26421
26422 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26425         (gst_ffmpegcsp_chain):
26426           D'oh, reference the palette data, not the palette structure.
26427           Fixes color distortion in #132341.
26428
26429 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26430
26431         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26432           PAR can be non-fixed when not provided as argument (#162626).
26433
26434 2005-01-29  David Moore  <dcm@acm.org>
26435
26436         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26437
26438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26439         (gst_qtdemux_loop_header):
26440           Re-apply patch from #142272 that allows non-seekable sources,
26441           re-proposed by Daniel Drake <dsd@gentoo.org>.
26442
26443 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26444
26445         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26446           Use the src template for creating the src pad (#162330).
26447
26448 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26449
26450         * configure.ac:
26451         * ext/musepack/Makefile.am:
26452         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26453         (gst_musepackdec_init), (gst_musepackdec_dispose),
26454         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26455         (gst_musepack_stream_init), (gst_musepackdec_loop),
26456         (gst_musepackdec_change_state):
26457         * ext/musepack/gstmusepackdec.cpp:
26458         * ext/musepack/gstmusepackdec.h:
26459         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26460         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26461         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26462         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26463         * ext/musepack/gstmusepackreader.cpp:
26464         * ext/musepack/gstmusepackreader.h:
26465           Update to 1.1 API (#165446).
26466
26467 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26468
26469         * ext/Makefile.am:
26470           Unbreak buildbot.
26471
26472 2005-01-28  Andy Wingo  <wingo@pobox.com>
26473
26474         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26475         to reflect a different dubious internet source. Add a reference
26476         and some commentary.
26477
26478 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26479
26480         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26481         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26482         * gst/playback/gststreamselector.h:
26483           Be more selective when we're redoing caps negotiation from
26484           within the chain function on a stream change.
26485
26486 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26487
26488         * configure.ac:
26489         * ext/Makefile.am:
26490         * ext/amrnb/Makefile.am:
26491         * ext/amrnb/amrnb.c: (plugin_init):
26492         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26493         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26494         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26495         (gst_amrnbdec_state_change):
26496         * ext/amrnb/amrnbdec.h:
26497         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26498         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26499         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26500         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26501         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26502         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26503         * ext/amrnb/amrnbparse.h:
26504           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26505         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26506           Add AMR-NB/-WB raw formats.
26507         * ext/alsa/gstalsa.c: (gst_alsa_link):
26508           Keep valid time when changing format.
26509         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26510         (qtdemux_parse_trak):
26511           Add some more format-specific options (#140141, #143555, #155163).
26512
26513 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26514
26515         * gst/matroska/matroska-demux.c:
26516         (gst_matroska_demux_parse_blockgroup):
26517           Fix logic error in timing of subtitle stream synchronization.
26518         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26519           Add skip-chunk, which is found in kodak-camera streams.
26520
26521 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26522
26523         * po/LINGUAS:
26524         * po/vi.po:
26525           Adding Vietnamese translation (submitted by Clytie Siddall)
26526
26527 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26528
26529         * gst/playback/gstdecodebin.c: (try_to_link_1):
26530           Use realpad for signal.
26531
26532 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26533
26534         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26535           Fix category so decodebin picks it up.
26536
26537 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26538
26539         * ext/mad/Makefile.am:
26540         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26541         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26542         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26543         (found_type), (gst_id3demux_bin_change_state):
26544         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26545         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26546         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26547         (gst_id3_tag_change_state), (plugin_init):
26548         * ext/mad/gstmad.h:
26549           Add id3demuxbin (which is a simple bin consisting of id3demux
26550           and typefind), take over rank from id3demux, remove typefind
26551           code from id3demux. Makes all broken mp3s that I know of work,
26552           and thereby fixes #152688.
26553
26554 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26555
26556         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * ext/mad/gstmad.c: (gst_mad_src_event):
26559         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26560           Allow seeks on audio pad, make mad forward those (#164826).
26561         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26562           Set duration (#165335).
26563
26564 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26565
26566         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26567         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26568         (gst_asf_demux_process_ext_content_desc),
26569         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26570         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26571         * gst/asfdemux/gstasfdemux.h:
26572           Improve metadata display, e.g. if the metadata comes before the
26573           streams are loaded (which is perfectly valid).
26574
26575 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26576
26577         * tools/gst-launch-ext-m.m:
26578           Fix AVI/ASF pipelines (#165340).
26579
26580 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26581         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26582         build failure on amd64
26583
26584 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26585
26586         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26587         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26588           Check environment variables GST_ID3V2_TAG_ENCODING,
26589           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26590           list of character encodings to force interpretation of non-unicode
26591           strings stored in an ID3v2 tag to a particular encoding. If none
26592           is specified, try to use current locale's encoding, then fall back
26593           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26594         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26595         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26596           Check environment variables GST_ID3V1_TAG_ENCODING,
26597           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26598           list of character encodings to use in case a string encountered
26599           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26600           specified, try to use the current locale's encoding, then fall
26601           back to ISO-8859-1 (which will always succeed).
26602
26603 2005-01-25  Benjamin Otte  <otte@gnome.org>
26604
26605         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26606           - on half framerate, compute the rate in advance so the comparisons
26607             don't compare wrong values
26608           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26609             behaviour
26610           - don't use mad_header_decode anymore, mad_frame_decode does that
26611             automatically
26612           - when getting rid of consumed bytes, reset the stream's skiplen
26613           (fixes #163867)
26614
26615 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26616
26617         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26618           Use 1/2 a second for default max_discont, as PES streams from DVB
26619           seem to have larger spacings in the SCR. 
26620           Fix a typo.
26621
26622 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * gst/playback/gstplaybasebin.c: (group_commit):
26625           Notify delayed stream-info availability.
26626
26627 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26628         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26629         (gst_a52dec_handle_event), (gst_a52dec_chain):
26630         Add some debug output. Check that a discont has a valid
26631         time associated.
26632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26633         (gst_alsa_sink_loop):
26634         Ignore TAG events. A little extra debug for broken timestamps.
26635         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26636         (dvdnavsrc_change_state):
26637         Ensure we send a discont to engage the link before we send any
26638         other events.
26639         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26640         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26641         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26642         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26643         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26644         dvd://title works in totem because typefinding sends a seek that ends
26645         up going back to chapter 1 regardless.
26646         * ext/mpeg2dec/gstmpeg2dec.c:
26647         * ext/mpeg2dec/gstmpeg2dec.h:
26648         Output correct timestamps and handle disconts.
26649         * ext/ogg/gstoggdemux.c: (get_relative):
26650         Small guard against a null dereference.
26651         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26652         (gst_textoverlay_set_property):
26653         Free memory when done. Don't call gst_event_filler_get_duration on
26654         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26655         g_warning.
26656         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26657         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26658         (gst_sw_srclink), (gst_smoothwave_chain):
26659         Draw solid lines, prettier colours.
26660         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26661         Add a default palette that'll work for some movies.
26662         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26663         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26664         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26665         * gst/mpegstream/gstdvddemux.h:
26666         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26667         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26668         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26669         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26670         * gst/mpegstream/gstmpegparse.h:
26671         Use PTM/NAV events when for timestamp adjustment when connected to 
26672         dvdnavsrc. Don't use many discont events where one suffices.
26673         * gst/playback/gstplaybasebin.c: (group_destroy),
26674         (gen_preroll_element), (gst_play_base_bin_add_element):
26675         * gst/playback/gstplaybasebin.h:
26676         Make sure we remove subtitles from the same bin we put them in.
26677         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26678         (gst_subparse_buffer_format_autodetect),
26679         (gst_subparse_change_state):
26680         Fix some memleaks and invalid accesses.
26681         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26682         (oggskel_type_find), (cmml_type_find), (plugin_init):
26683         Some typefind functions for Annodex v3.0 files
26684         * gst/wavparse/gstwavparse.h:
26685         GstRiffReadClass is the correct parent class.
26686
26687 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * gst-libs/gst/riff/riff-media.c:
26690         (gst_riff_create_video_caps_with_data):
26691           Add extradata to huffyuv (fixes #165013).
26692         * gst-libs/gst/riff/riff-read.c:
26693         (gst_riff_read_strf_vids_with_data):
26694           Fix extradata extraction if it is in the chunk size.
26695
26696 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26697
26698         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26699
26700         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26701         (gst_quarktv_change_state), (gst_quarktv_dispose):
26702           Memory free'ing location fix (#164708).
26703
26704 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26705
26706         * gst/playback/gstplaybasebin.c: (group_commit),
26707         (gen_preroll_element), (probe_triggered), (gen_source_element),
26708         (setup_source), (gst_play_base_bin_change_state),
26709         (gst_play_base_bin_add_element):
26710           Don't block for streams.
26711         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26712         (gst_stream_info_set_mute):
26713           Use gst_pad_set_active_recursive.
26714
26715 2005-01-25  Andy Wingo  <wingo@pobox.com>
26716
26717         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26718         for #ifndef HAVE_XVIDEO.
26719
26720 2005-01-24  Jeffrey C. Ollie
26721
26722         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26723
26724         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26725         * ext/gsm/gstgsmdec.h:
26726         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26727         * ext/gsm/gstgsmenc.h:
26728         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26729         was given by property. Add proper buffer timestamps and offsets.
26730
26731 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * gst-libs/gst/riff/riff-media.c:
26734         (gst_riff_create_audio_caps_with_data):
26735           Audio can be <8000Hz.
26736
26737 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26738
26739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26740           Explicit state change to workaround refcount bugs.
26741
26742 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26745         (gst_avimux_riff_get_avi_header):
26746           Fix...
26747
26748 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26749
26750         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26751         (gst_riff_read_element_data):
26752         * gst-libs/gst/riff/riff-read.h:
26753           Add _peek version (req'ed in CDXA).
26754         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26755         (gst_cdxaparse_loop):
26756           Fix parsing in playbin.
26757         * gst/playback/gstdecodebin.c: (close_pad_link):
26758           Ignore current_ pads, they cause major annoyance.
26759
26760 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26761
26762         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26763           Safety guard.
26764
26765 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26766
26767         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26768           Fix padding...
26769
26770 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26773           Allow for 0-sized buffers. Fixes length query problems in
26774           starwars.mkv from the testsuite.
26775
26776 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26777
26778         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26779         (gst_video_box_i420), (gst_video_box_chain):
26780           Fix row strides for I420 (fixes #163159)
26781           
26782 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26783
26784         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26785           MPEG2 has a useful rate property, so we can actually use that.
26786           For MPEG-1, continue using the bytes/time properties.
26787
26788 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26789
26790         * gst-libs/gst/riff/riff-media.c:
26791         (gst_riff_create_video_caps_with_data),
26792         (gst_riff_create_video_template_caps):
26793           Add intel-h263.
26794
26795 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26796
26797         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26798           Fail if caps negotiation fails. Should fix #162184, and should
26799           definately be in there regardless of it fixing the actual bug.
26800         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26801         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26802         (gst_avimux_riff_get_avix_header),
26803         (gst_avimux_riff_get_video_header),
26804         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26805         (gst_avimux_start_file), (gst_avimux_handle_event),
26806         (gst_avimux_change_state):
26807         * gst/avi/gstavimux.h:
26808           Refactor structure writing to use GST_WRITE_UINT macros, add
26809           metadata writing support.
26810
26811 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26812
26813         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26814           Elements may already be destroyed when this function is called.
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_loop_header), (gst_qtdemux_handle_esds):
26820           More memory leak fixes (#149162).
26821
26822 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26825         (gst_qtdemux_add_stream):
26826           Fix two memleaks.
26827
26828 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26831           Argh...
26832
26833 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26834
26835         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26836           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26837           when fixating to six channels in Totem.
26838
26839 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26840
26841         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26842           Fix compile warnings on Solaris 10 buildbot
26843
26844 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26845
26846         * ext/dvdread/dvdreadsrc.c: (_read):
26847           Don't read beyond the last cell in a chapter (fixes 
26848           invalid memory access)
26849
26850 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26851
26852         * ext/dvdread/stream_labels.c:
26853         (dvdreadsrc_get_audio_stream_labels):
26854           Use NULL for an empty GList instead of g_list_alloc(); fix 
26855           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26856           of GString (easier to bulk free later)
26857
26858 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26859
26860         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26861
26862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26863         (gst_ffmpeg_pixfmt_to_caps):
26864           Fix BGRA32 caps (#164209).
26865
26866 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26867
26868         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26869
26870         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26871         (gst_ffmpeg_caps_to_pixfmt):
26872           alpha_mask can be RGBA/ABGR. Fixes #164265.
26873
26874 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26875
26876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26877
26878         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26879         (gst_mpeg2dec_alloc_buffer):
26880         * ext/mpeg2dec/gstmpeg2dec.h:
26881           Crop if decoding size is not the actual image size (#163676).
26882
26883 2005-01-17  Steve Baker  <steve@stevebaker.org>
26884
26885         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26886
26887         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26888         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26889           Add libsndfile typefind functions (#163309).
26890
26891 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26892
26893         * tools/gst-launch-ext-m.m:
26894           Add .aac, fix .m1v/.m2v (#163891).
26895
26896 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26899           Sanity check, don't wait endlessly since the clock might not
26900           actually run at this point (which is a deadlock). Fixes #164069.
26901
26902 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26903
26904         * gst/playback/gstplaybasebin.c: (probe_triggered):
26905           Of course, only pause if group is done...
26906
26907 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26908
26909         * gst/playback/gstplaybasebin.c: (probe_triggered):
26910           Thread safety.
26911
26912 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26913
26914         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26915           Don't return state change success when the parent
26916           failed.
26917
26918 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26921           Free events (fix memleak in #162905).
26922
26923 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26924
26925         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26926
26927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26928         (gst_ffmpeg_caps_to_pixfmt):
26929           Fix for depth = 15. Fixes #161675.
26930
26931 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26934           Set FPS correctly, even for webcams and the like.
26935         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26936           Don error on setting while capturing.
26937
26938 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26939
26940         * ext/dv/gstdvdec.c:
26941         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26942         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26943           I'm a bad boy. using /1001. to force C to do float division
26944           and not integer division (as it did in my last commit)
26945           Thanks to David I. Lehn for pointing this mistake.
26946
26947 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26948
26949         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26950           Revert Johan's 1.35->1.36 since it breaks compat.
26951
26952 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26953
26954         * ext/dv/gstdvdec.c:
26955         * ext/libfame/gstlibfame.c:
26956         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26957         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26958           replace framerate aproximations by their real value
26959           (24000/1001, 30000/1001, 60000/1001)
26960           Finish fixing bug #164049
26961
26962 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26963
26964         * ext/ogg/gstoggmux.c:
26965           eos/bos debugging
26966         * gst/tcp/gstmultifdsink.c:
26967         * gst/tcp/gstmultifdsink.h:
26968         * gst/tcp/gsttcp.c:
26969         * gst/tcp/gsttcp.h:
26970         * gst/tcp/gsttcpclientsink.c:
26971         * gst/tcp/gsttcpclientsrc.c:
26972         * gst/tcp/gsttcpserversink.c:
26973         * gst/tcp/gsttcpserversrc.c:
26974           improve reusability of elements after state changes and errors
26975           make multifdsink throw away streamheaders when receiving new ones
26976
26977 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26978
26979         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26980           Fix for if items are already in list...
26981
26982 2005-01-12  Benjamin Otte  <otte@gnome.org>
26983
26984         * gst/adder/gstadder.c: (gst_adder_loop):
26985           fix adder a bit so it doesn't screw up with events as much anymore
26986
26987 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26988
26989         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26990         (pixbufscale_scale), (gst_pixbufscale_chain):
26991         * ext/gdk_pixbuf/pixbufscale.h:
26992           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26993           to ensure rowstrides are calculated the same way as 
26994           ffmpegcolorspace
26995           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26996           that we pick up duration and offset also.
26997
26998 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27001         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27002           Reusability fixes.
27003
27004 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27005
27006         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27007         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27008         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27009         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27010           Update flags when requested.
27011
27012 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27013
27014         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27015           Fix dmix.
27016
27017 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27018
27019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27020         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27021         (probe_triggered), (new_decoded_pad), (gen_source_element),
27022         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27023         * gst/playback/gstplaybasebin.h:
27024         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27025         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27026         (gst_play_bin_change_state):
27027           Implement group-switch signal for use in apps to clear metadata
27028           cache, clean up subtitle, add suburi property instead of # hack,
27029           some error-out fixes.
27030
27031 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27032
27033         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27034           Debug.
27035         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27036           If we got a state change in the _get handler, don't return success.
27037
27038 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27039
27040         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27041         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27042           Make jpegdec quiet on MJPEG decoding
27043         * gst/asfdemux/README:
27044           Fix mimetypes for MJPEG and H263
27045
27046 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27047
27048         * ext/theora/theoradec.c: (theora_dec_chain):
27049           Fix broken code generation by gcc by swapping arguments.
27050         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27051           Fix \n in debug.
27052
27053 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27054
27055         * TODO:
27056           delete this file, it is by far outdated
27057         * ext/alsa/gstalsa.1: remove
27058         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27059         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27060         (gst_alsa_get_caps):
27061           Add HW probing for supported sample rates. Fixes #161704
27062
27063 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27064
27065         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27066           Don't crash, biatch! :).
27067
27068 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27069
27070         * ext/musepack/gstmusepackreader.cpp:
27071         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27072           Some work on tags - still doesn't work in playbin...
27073         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27074           Handle events...
27075
27076 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27077
27078         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27079           Also shove tags on kid pads.
27080
27081 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27082
27083         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27084           Don't bail on unknown events.
27085         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27086           Don't crash on events before negotiation.
27087         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27088           Send tags on pads, too.
27089         * gst/playback/gststreamselector.c:
27090         (gst_stream_selector_request_new_pad):
27091           Forward events on first pad if no input was selected yet.
27092
27093 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27094
27095         * gst/playback/gstplaybasebin.c: (setup_substreams):
27096           Don't disable streamtype if the stream doesn't exist, since
27097           then playing a video after audio will disable both and nothing
27098           will happen. Fixes the testsuite.
27099
27100 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27101
27102         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27103         (gst_v4l_xoverlay_set_xwindow_id):
27104         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27105         (gst_v4l2_xoverlay_set_xwindow_id):
27106           Add debug categories, fix overlay disabling.
27107
27108 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27109
27110         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27111         * ext/alsa/gstalsa.h:
27112           Add HW probing for period_count/size and buffer_size MIX/MAX
27113           Adjust default/user defined value if out of bounds
27114           Should fix bug #162024
27115
27116 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27117
27118         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27119           Fix warning (#161191).
27120
27121 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27122
27123         * ext/dvdread/stream_labels.c:
27124         (dvdreadsrc_get_audio_stream_labels):
27125           Fix warning (init the good variable in switch default)
27126
27127 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27128
27129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27130
27131         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27132           Fix gcc-2.95 compile (#163485).
27133
27134 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27135
27136         * configure.ac:
27137         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27138         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27139         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27140         (gst_flacenc_change_state):
27141         * ext/flac/gstflacenc.h:
27142           Update for API change in flac-1.1.1. Update requirement in
27143           configure.ac. Fixes #162974.
27144
27145 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27146
27147         * gst/playback/gstplaybasebin.c: (group_destroy):
27148           Remove hack to get rid of assert and get rid of unlinked
27149           signals properly.
27150
27151 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * gst/playback/gstplaybasebin.c: (setup_source):
27154           Set source to NULL so that resources are free'ed. Fixes issues
27155           with playback of CDDA and similar device-accessing things.
27156
27157 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27158
27159         * testsuite/embed/Makefile.am:
27160           test->noinst, fix make test in buildbot.
27161
27162 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27163
27164         * ext/dvdread/stream_labels.c: new file
27165         * ext/dvdread/stream_labels.h: new file
27166         * ext/dvdread/Makefile.am:
27167         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27168           Extract audio stream label from DVD IFO files.
27169           It only dump them on the console for now, still have to
27170           make playbin aware of them.
27171
27172 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27173
27174         * gst/playback/gstplaybasebin.c: (setup_source):
27175           Fix hanging subs.
27176
27177 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27178
27179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27180         (gen_preroll_element), (remove_groups), (setup_subtitle),
27181         (gen_source_element), (setup_source):
27182         * gst/playback/gstplaybasebin.h:
27183           Multiple .sub files is just a stupid idea... Fix some threading
27184           mistakes. Interestingly, external .sub files cause playbin to
27185           hang, I don't know why... Parsing fixes contributed by Fran??ois
27186           Kooman <fkooman@tuxed.net>.
27187
27188 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27189
27190         * testsuite/embed/Makefile.am:
27191           Fix buildbot.
27192
27193 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27194
27195         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27196
27197         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27198         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27199         (gst_pngenc_set_property):
27200         * ext/libpng/gstpngenc.h:
27201           Add compression level property (#163323).
27202
27203 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27204
27205         * configure.ac:
27206         * examples/capsfilter/capsfilter1.c: (main):
27207         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27208         * ext/dvdread/Makefile.am:
27209         * ext/dvdread/demo-play:
27210         * ext/dvdread/demo-play.c:
27211         * gconf/gstreamer.schemas.in:
27212         * gst-libs/gst/gconf/gconf.c:
27213         * sys/v4l/TODO:
27214         * testsuite/Makefile.am:
27215         * testsuite/embed/Makefile.am:
27216         * testsuite/embed/embed.c: (cb_expose), (main):
27217           Remove all references to xvideosink, fix examples (#140845).
27218         * gst/playback/gstplaybasebin.c: (group_destroy):
27219           Apparently, disposal does not unlink - so do explicitely.
27220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27221           Add debug.
27222
27223 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27224
27225         * README: fix PKG_CONFIG_PATH instructions, what was there
27226         previously was breaking default search path, not nice. 
27227         Fixes #163358
27228
27229 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27230
27231         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27232         (gst_audioscale_chain):
27233           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27234           when resampling - how the ^@$^!@^! is this possible?!?
27235
27236 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27237
27238         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27239           Reset variables on READY.
27240         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27241         (gst_matroska_mux_loop):
27242           Require data before writing header.
27243
27244 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27245
27246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27247
27248         * ext/mad/gstmad.c: (gst_mad_chain):
27249           Don't call mad_stream_sync() directly after recovering sync.
27250           Fixes #151661.
27251
27252 2005-01-09  Martin Eikermann  <meiker@upb.de>
27253
27254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27255
27256         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27257         (snapshot_handler), (gst_snapshot_sinkconnect),
27258         (gst_snapshot_chain):
27259           Allocate resources when required, fix recursive signal emission
27260           and fix caps. Fixes #161667.
27261
27262 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27263
27264         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27267         (gst_pngdec_chain):
27268           Handle only 8-bppc (bits-per-pixel-component) images, better
27269           error handling and correct strides. Fixes #163177.
27270         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27271         (gst_pngenc_chain):
27272           Better error handling. Fixes #163348.
27273
27274 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27277         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27278         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27279         (dvdnavsrc_uri_handler_init):
27280           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27281         * gst/playback/gstplaybasebin.c: (gen_source_element):
27282           Add MMS to streaming URIs.
27283
27284 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27285
27286         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27287         * sys/xvimage/xvimagesink.c:
27288         (gst_xvimagesink_navigation_send_event):
27289           Check for pad availability before sending event.
27290
27291 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27292
27293         * gst-plugins.spec.in:
27294           Add subparse.
27295
27296 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * configure.ac:
27299           Since we use functions from CVS, up requirement.
27300
27301 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27302
27303         * gst/playback/Makefile.am:
27304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27305         (group_destroy), (group_commit), (group_is_muted),
27306         (gen_preroll_element), (add_stream), (unknown_type),
27307         (probe_triggered), (preroll_unlinked), (mute_stream),
27308         (silence_stream), (new_decoded_pad), (setup_substreams),
27309         (setup_source), (get_active_source), (mute_group_type),
27310         (muted_group_change_state), (set_active_source),
27311         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27312         (play_base_eos), (gst_play_base_bin_change_state):
27313         * gst/playback/gstplaybasebin.h:
27314         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27315         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27316         (gst_stream_info_dispose), (stream_info_mute_pad),
27317         (stream_info_change_state), (gst_stream_info_set_mute):
27318         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27319         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27320         (gst_stream_selector_init), (gst_stream_selector_dispose),
27321         (gst_stream_selector_get_linked_pad),
27322         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27323         (gst_stream_selector_get_linked_pads),
27324         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27325         * gst/playback/gststreamselector.h:
27326           Adding stream selection support plus required properties for
27327           applications to use this. Fully fixes #100931.
27328
27329 2005-01-08  Benjamin Otte  <otte@gnome.org>
27330
27331         * gst/games/gstpuzzle.c: (nav_event_handler):
27332           - handle nav events differently: forward every event no matter if it
27333             was handled or not.
27334           - translate events
27335           You can now cheat by using navigationtest ! puzzle and moving the
27336           mouse close to the edge of a tile. ;)
27337
27338 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * configure.ac:
27341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27342         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27343         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27344         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27345         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27346         (gst_ogm_parse_plugin_init):
27347         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27348         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27349         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27350         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27351         * ext/pango/gsttextoverlay.h:
27352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27353         (gst_matroska_demux_handle_seek_event),
27354         (gst_matroska_demux_sync_streams),
27355         (gst_matroska_demux_parse_blockgroup),
27356         (gst_matroska_demux_subtitle_caps),
27357         (gst_matroska_demux_plugin_init):
27358         * gst/matroska/matroska-ids.h:
27359         * gst/playback/gstdecodebin.c: (close_pad_link):
27360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27361         (gen_preroll_element), (remove_groups), (add_stream),
27362         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27363         (setup_source):
27364         * gst/playback/gstplaybasebin.h:
27365         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27366         * gst/subparse/Makefile.am:
27367         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27368         (gst_subparse_base_init), (gst_subparse_class_init),
27369         (gst_subparse_init), (gst_subparse_formats),
27370         (gst_subparse_eventmask), (gst_subparse_event),
27371         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27372         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27373         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27374         (parse_mpsub_deinit), (parse_mpsub_init),
27375         (gst_subparse_buffer_format_autodetect),
27376         (gst_subparse_format_autodetect), (gst_subparse_loop),
27377         (gst_subparse_change_state), (gst_subparse_type_find),
27378         (plugin_init):
27379         * gst/subparse/gstsubparse.h:
27380         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27381         (plugin_init):
27382           Add subtitle support, .sub parser (supports SRT and MPsub),
27383           OGM text support, Matroska UTF-8 text support, deadlock fixes
27384           all over the place, subtitle awareness in decodebin/playbin
27385           and some fixes to textoverlay to handle subtitles in a stream
27386           correctly. Fixes #100931.
27387
27388 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27389
27390         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27391           Check for pad availability before doing a query on it.
27392
27393 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27394
27395         * ext/dv/gstdvdec.c:
27396           really fix bpp24/32 dvdec caps (classic rgba indeed)
27397         * gst/asfdemux/gstasfdemux.c:
27398         (gst_asf_demux_process_ext_content_desc):
27399           don't send text tags if they are empty (bis repetita)
27400
27401 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27402
27403         * ext/dv/gstdvdec.c:
27404          remove unneeded comment from dvdec
27405           (related to DV 4CC codes in AVI files)
27406           moved them in gstreamer/docs/random/mimetypes
27407         * gst/asfdemux/gstasfdemux.c:
27408         (gst_asf_demux_process_ext_content_desc):
27409          don't send text tags if they are empty
27410          fix mem leak on error path
27411         * gst/ffmpegcolorspace/avcodec.h:
27412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27413         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27414         (gst_ffmpegcsp_avpicture_fill):
27415         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27416         * gst/ffmpegcolorspace/imgconvert_template.h:
27417          adds BGR32 and BGRA32 to ffmpegcolorspace
27418           (still bad colors, fixing it on next commit)
27419           helps with dvdec outputing BGR32
27420
27421 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27422
27423         * ext/dv/gstdvdec.c:
27424          Fix audio caps i just broke (missing ',')
27425         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27426         (gst_matroska_mux_reset):
27427          Fix typo + add FIXME about old "x-gst-metadata" crap
27428
27429 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27430
27431         * ext/dv/demo-play.c: (main):
27432          xvideosink -> xvimagesink
27433         * ext/dv/gstdvdec.c:
27434          change rgb 32/32 caps to 24/32 (no alpha)
27435          change nb of channels to be a list (2 or 4, not 2)
27436          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27437         * gst/asfdemux/gstasfdemux.c:
27438         (gst_asf_demux_process_ext_content_desc):
27439          Add 'date/year' to extracted metadata list
27440
27441 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27442
27443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27444           The return value of fixate_to does not imply that the requested
27445           value was set, so don't assume.
27446
27447 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27448
27449         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27450
27451         * ext/libpng/gstpngdec.c:
27452         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27453         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27454         * ext/libpng/gstpngenc.h:
27455           Alpha support (encoder; #163161), mime fixage.
27456
27457 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27458
27459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27462         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27463         (gst_faac_set_property), (gst_faac_get_property):
27464         * ext/faac/gstfaac.h:
27465           Allow for ADTS output (#153434).
27466
27467 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27468
27469         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27470           Fix against template (#150576).
27471
27472 2005-01-06  Benjamin Otte  <otte@gnome.org>
27473
27474         * gst/games/gstpuzzle.c: (draw_puzzle):
27475           don't draw a puzzle if either width or height of tiles would be 0.
27476
27477 2005-01-06  Benjamin Otte  <otte@gnome.org>
27478
27479         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27480         (gst_puzzle_class_init), (gst_puzzle_finalize):
27481           no memleaks, please
27482         (gst_puzzle_create), (gst_puzzle_init),
27483         (gst_puzzle_set_property), (gst_puzzle_setup):
27484           change initialization code around so we don't reshuffle on resize
27485         (draw_puzzle):
27486           fix another stupid typo
27487
27488 2005-01-06  Benjamin Otte  <otte@gnome.org>
27489
27490         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27491           fix stupid typo that borked copying on YUY2
27492
27493 2005-01-06  Benjamin Otte  <otte@gnome.org>
27494
27495         * gst/games/gstpuzzle.c: (draw_puzzle):
27496           fix edges when image sizes aren't multiples of tile sizes
27497
27498 2005-01-06  Benjamin Otte  <otte@gnome.org>
27499
27500         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27501           make RGB endianness work correctly
27502         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27503           refactor and fix race with initial shuffling
27504         (nav_event_handler):
27505           allow using the mouse to puzzle
27506         (draw_puzzle):
27507           insist on tiles having width and height as multiples of 4 to get
27508           clean YUV image handling
27509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27510         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27511           s/DEBUG/LOG/ for common messages
27512         (gst_xvimagesink_navigation_send_event):
27513           fix mouse event translation to not include screen PAR
27514         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27515           fix mouse event translation to actually work
27516
27517 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27518
27519         * gst/asfdemux/gstasfdemux.c:
27520         (gst_asf_demux_process_ext_content_desc):
27521          Extract TrackNumber metadata + clean up code
27522         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27523          Hope this is the good fix (var used unitialised)
27524
27525 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27526
27527         * ext/faad/gstfaad.c: (gst_faad_chain):
27528           Only increment timestamp if it's valid. Fixes raw AAC streams.
27529
27530 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27531
27532         * configure.ac:
27533         * gst/games/Makefile.am:
27534         * gst/games/gstpuzzle.c:
27535           add a puzzle game with...
27536         * gst/games/gstvideoimage.c:
27537         * gst/games/gstvideoimage.h:
27538           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27539           from videotestsrc and made into something that would be a nice
27540           library for a lot of other plugins.
27541
27542 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27543
27544         * configure.ac:
27545          don't compile faad plugin if a RC of 2.0 is found
27546          Fixes #155346 (and FC1 buildbot)
27547         * gst/asfdemux/gstasfdemux.c:
27548         (gst_asf_demux_process_ext_content_desc):
27549          try to make Solaris compiler happier
27550
27551 2005-01-06  Paul Jack  <pjack@sfaf.org>
27552
27553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27554
27555         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27556           Fix segfault (#161667).
27557
27558 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27559
27560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27561           Fix framerate reporting.
27562
27563 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27564
27565         * gst-libs/gst/riff/riff-ids.h:
27566         * gst/wavenc/riff.h:
27567          Add AMR (VBR and CBR) ids to riff.h audio codec list
27568         * gst/asfdemux/gstasfdemux.c:
27569         (gst_asf_demux_process_ext_content_desc),
27570         (gst_asf_demux_process_object):
27571           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27572
27573 2005-01-05  Martin Eikermann  <meiker@upb.de>
27574
27575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27576
27577         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27578         (gst_dvd_demux_handle_discont):
27579         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27580         (gst_mpeg_demux_handle_discont):
27581           Recreate pads on new-media (#160730).
27582         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27583           Send discont even if manager changes timestamps (#161929).
27584
27585 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27586
27587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27588
27589         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27590           Fix invalid memory access (#159211).
27591
27592 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27593
27594         * examples/gstplay/player.c: (main):
27595           Don't iterate.
27596         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27597           Add visualizations.
27598         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27599         (gst_a52dec_handle_frame):
27600           Set duration.
27601         * ext/dvdnav/gst-dvd:
27602           Add audioconvert. Fixes #161325.
27603         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27604           Explicitely case to gint64. Possible valgrind error.
27605         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27606         (gst_play_tick_callback), (gst_play_change_state),
27607         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27608         (gst_play_set_location), (gst_play_get_location),
27609         (gst_play_seek_to_time), (gst_play_set_data_src),
27610         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27611         (gst_play_set_visualization), (gst_play_connect_visualization),
27612         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27613         (gst_play_new):
27614           Use playbin. Fixes #139749 and #147744.
27615         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27616           Add genre tag.
27617         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27618         (audioscale_get_type), (gst_audioscale_base_init),
27619         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27620         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27621         (gst_audioscale_link), (gst_audioscale_get_buffer),
27622         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27623         (gst_audioscale_init), (gst_audioscale_dispose),
27624         (gst_audioscale_chain), (gst_audioscale_set_property),
27625         (gst_audioscale_get_property), (plugin_init):
27626           Indent properly.
27627         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27628           Fix LPCM.
27629         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27630         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27631         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27632           Add more metadata (fixes #162656).
27633
27634 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27635
27636         * configure.ac:
27637           back to cvs
27638
27639 === release 0.8.7 ===
27640
27641 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27642
27643         * NEWS:
27644         * RELEASE:
27645         * configure.ac:
27646           releasing 0.8.7, "Hyperspace"
27647
27648 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27649
27650         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27651
27652         * gst/playback/gstplaybasebin.c:
27653          Fix for #162924 - free caps after use, not before
27654
27655 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27656
27657         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27658
27659         * gst/playback/gstplaybasebin.c:
27660         * gst/wavparse/gstwavparse.c:
27661           Fix for #154773 - fixes playback of small .wav files
27662
27663 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27664
27665         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27666
27667         * gst/audioscale/gstaudioscale.c:
27668           Fix for #162819 - make audioscale reusable
27669           Fixes playback of more than one file with playbin/totem
27670
27671 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27672
27673         * gst/ffmpegcolorspace/avcodec.h:
27674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27675         * gst/ffmpegcolorspace/imgconvert.c:
27676           clean up the mess that made me cry and avoid needless duplication
27677
27678 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27679
27680         * gst/ffmpegcolorspace/imgconvert.c:
27681           give some indication of why we're segfaulting
27682
27683 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27684
27685         * configure.ac:
27686           Fix indentation, fix v4l2 plugin detection.
27687         * ext/Makefile.am:
27688           Fix libmms location (Maciej, use diff -u!).
27689         * ext/alsa/gstalsa.c: (gst_alsa_init):
27690           Initialize caps cache to NULL.
27691         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27692           Only change state on audiosink if it exists.
27693
27694 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27695
27696         * gst/matroska/matroska-demux.c:
27697         * gst/matroska/matroska-ids.h:
27698         * gst/matroska/matroska-demux.h:
27699         Fix Vorbis streams failing to decode in some files, where cluster_time
27700         isn't 0, because then it doesn't send codec_priv before actual data.
27701         Remove time-based test and replace it with marker set on beginning of
27702         new stream
27703
27704 2004-12-28  David Schleef  <ds@schleef.org>
27705
27706         Merge patch from Ronald fixing problems with streaming
27707         text.
27708         * ext/cairo/gstcairo.c: (plugin_init):
27709         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27710         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27711         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27712         (gst_textoverlay_font_init), (gst_textoverlay_init),
27713         (gst_textoverlay_set_property):
27714         * ext/cairo/gsttextoverlay.h:
27715
27716 2004-12-27  David Schleef  <ds@schleef.org>
27717
27718         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27719         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27720         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27721         (gst_textoverlay_font_init), (gst_textoverlay_init),
27722         (gst_textoverlay_set_property): Improvements to actually
27723         render text as white on black outline on video, including
27724         font selection and horizontal/vertical alignment.  (Ronald's
27725         christmas present)
27726         * ext/cairo/gsttextoverlay.h:
27727
27728 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27729
27730         * ext/ogg/gstogg.c:
27731         * ext/ogg/gstogmparse.c:
27732           fix ogm[audio/video]parse plugin registration
27733           (riff won't load if bytestream is already loaded)
27734
27735 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27736
27737         * gst/audioconvert/gstchannelmix.c:
27738           fix for GLIB < 2.4
27739
27740 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27741
27742         * Makefile.am:
27743         * configure.ac:
27744           disable docs again until it actually passes make distcheck.
27745
27746 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27747
27748         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27749         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27750         (plugin_init):
27751           Add 3GP (variables name Q3GP because they can't start with a
27752           number). Add samr audio fourcc (used in .3gp files), decoder
27753           is work in progress. Also do a GST_WARNING instead of ERROR
27754           in case of unknown nodes, to decrease output.
27755
27756 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27757
27758         * Makefile.am:
27759           really fix dist
27760
27761 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27762
27763         * configure.ac:
27764         * ext/speex/gstspeexdec.h:
27765         * ext/speex/gstspeexenc.h:
27766           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27767           Fix detection code in configure.ac
27768
27769 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27770
27771         * gst/matroska/matroska-demux.c:
27772         (gst_matroska_demux_parse_blockgroup):
27773           Save position, so that queries give proper return values. Don't
27774           know how this could ever have worked before...
27775
27776 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27777
27778         * configure.ac:
27779           Put additional LAME check inside the conditional.  Fixes #152339
27780
27781 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27782
27783         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27784         (gst_avi_demux_stream_scan):
27785           Add some more debug. Fix logic error when setting movi offset
27786           while reading index.
27787
27788 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27789
27790         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27791         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27792         (gst_avi_demux_process_next_entry):
27793           Add some debugging. Better detection of broken indexes and the
27794           accompanying index recovery. No infinite loops on state changes
27795           when we're still in our loopfunction.
27796
27797 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27798
27799         * configure.ac:
27800           Fix up.
27801
27802 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27803
27804         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27805
27806         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27807           Normalizing the value before setting
27808         (gst_sunaudiomixer_get_volume):
27809           Normalizing the value after getting. Fixes bug# 161980
27810
27811 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27812
27813         * Makefile.am: Make sure docs gets disted
27814         * docs/Makefile.am: Make sure all needed files get disted
27815         * gst-plugins.spec.in: latest updates
27816
27817 2004-12-22  Wim Taymans  <wim@fluendo.com>
27818
27819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27820         Revert patch 1.38 as clock distribution over schedulers does
27821         not work correcly in the core yet.
27822
27823 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27824
27825         * sys/oss/README: remove this file, which predates my birth
27826           (and which content is by far outdated)
27827
27828 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27829
27830         * Makefile.am:
27831         * configure.ac:
27832         * docs/Makefile.am:
27833         * docs/libs/Makefile.am:
27834         * docs/libs/gst-plugins-libs-docs.sgml:
27835         * docs/libs/gst-plugins-libs-sections.txt:
27836         * docs/libs/tmpl/gstgconf.sgml:
27837         * docs/upload.mak:
27838         * docs/version.entities.in:
27839           Added boilerplate gtk-doc files for plugin-libs documentation.
27840
27841 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27842
27843         * gst/auparse/gstauparse.c: fix int and float audio caps
27844
27845 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27846
27847         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27848         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27849           g_assert() can be a macro, don't use #ifdef inside it.
27850
27851 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27852
27853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27854
27855         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27856         (gst_videorate_init), (gst_videorate_chain),
27857         (gst_videorate_change_state):
27858           Event handling (fixes #159986).
27859
27860 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27861
27862         * gst-libs/gst/riff/riff-media.c:
27863         (gst_riff_create_video_caps_with_data):
27864           Add BLZ0 (Blizzard's version of DivX) fourcc.
27865
27866 2004-12-18  David Schleef  <ds@schleef.org>
27867
27868         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27869         portability fix.
27870
27871 2004-12-18  David Schleef  <ds@schleef.org>
27872
27873         * gst/tta/ttadec.h: Disable some header code that isn't used
27874         and clearly isn't portable.
27875
27876 2004-12-18  David Schleef  <ds@schleef.org>
27877
27878         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27879         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27880         (avcodec_get_pix_fmt), (avpicture_layout),
27881         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27882         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27883         Fix code to not use GCC extensions (and c99 extensions that
27884         Forte does not like.)
27885
27886 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27887
27888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27889
27890         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27891         (gst_deinterlace_chain):
27892           Rowstride fixes. Fixes #161039.
27893         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27894         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27895         (gst_video_crop_getcaps), (gst_video_crop_link),
27896         (gst_video_crop_i420), (gst_video_crop_chain),
27897         (gst_video_crop_change_state):
27898           Rework of negotiation. Actually works now. Fixes #158650.
27899
27900 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27901
27902         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27903           That was very stupid.
27904
27905 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27906
27907         * gst/matroska/matroska-demux.c:
27908         (gst_matroska_demux_parse_blockgroup):
27909           Fix possible crasher.
27910
27911 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27912
27913         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27914         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27915           Lace sizes can be zero.
27916
27917 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27918
27919         * ext/musepack/gstmusepackdec.cpp:
27920           Fetch error return values. Fixes #161624.
27921         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27922           Really EOS.
27923
27924 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27925
27926         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27927           Work for truncated (unfinished download etc.) files. Fixes #160514.
27928
27929 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27930
27931         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27932           Fix for integer overflow. Makes #156001 not crash. Probably masks
27933           the real bug.
27934
27935 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27936
27937         * gst/ac3parse/gstac3parse.c: (plugin_init):
27938           Parsers never have ranks. Fixes #159651.
27939
27940 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27941
27942         * gst/playback/gstdecodebin.c: (compare_ranks):
27943           make sure the facotries are ordered the same every time even if they
27944           have the same rank by using the name
27945         * gst/playback/gstdecodebin.c: (find_compatibles):
27946           make sure we don't add factories to the list twice
27947
27948 2004-12-16  David Schleef  <ds@schleef.org>
27949
27950         * configure.ac: look for musepack headers as musepack/*.h
27951         (fixes #159847)
27952         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27953         * ext/musepack/gstmusepackreader.h: same
27954
27955 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27956
27957         * gst-libs/gst/riff/riff-read.c:
27958         (gst_riff_read_strf_auds_with_data):
27959           Read extradata correctly (fixes #155879).
27960
27961 2004-12-16  David Schleef  <ds@schleef.org>
27962
27963         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27964         audio.  does _not_ attempt or allow conversion unless channels
27965         is 1 or 2.
27966
27967 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27968
27969         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27970
27971 2004-12-16  David Schleef  <ds@schleef.org>
27972
27973         * gst/audioscale/gstaudioscale.c: the resample library only
27974         handles 1 or 2 channels.  Change caps to compensate.
27975
27976 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27977
27978         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27979         (gst_matroska_demux_audio_caps):
27980           Some MPEG-AAC hacks, because else it doesn't work...
27981
27982 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27983
27984         * gst-libs/gst/riff/riff-media.c:
27985         (gst_riff_create_video_caps_with_data),
27986         (gst_riff_create_video_template_caps):
27987           Add h264.
27988
27989 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27990
27991         * gst-libs/gst/audio/Makefile.am:
27992           Try to fix buildbot.
27993
27994 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27995
27996         * gst/tcp/gstmultifdsink.c:
27997           Clean up and uniformize debugging.
27998
27999 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28000
28001         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28002
28003         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28004         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28005         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28006         (gst_mpeg_demux_change_state):
28007           Reset on ready. Fixes 160276.
28008
28009 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28010
28011         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28012
28013         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28014         (gst_ffmpegcsp_pad_link):
28015           Fix memleak (#154815).
28016
28017 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28018
28019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28020
28021         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28022         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28023         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28024         * ext/musicbrainz/gsttrm.h:
28025           Add support for using a proxy server when getting a trm id from
28026           the MusicBrainz database (#149613).
28027
28028 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28029
28030         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28031
28032         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28033         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28034           Fix memleaks (#157233).
28035
28036 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28037
28038         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28039
28040         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28041         * gst-libs/gst/resample/resample.h:
28042         * gst/audioscale/gstaudioscale.c:
28043           Fix memleak (#159215).
28044
28045 2004-12-16  Toni Willberg  <toniw@iki.fi>
28046
28047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28048
28049         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28050         * sys/oss/oss_probe.c: (main):
28051           Check for mono/stereo support (similar to samplerate probing),
28052           fixes #159433. Also add missing copyright header to oss_probe.c.
28053
28054 2004-12-15  David Schleef  <ds@schleef.org>
28055
28056         * configure.ac: add audioresample and cairo plugins.  Remove
28057         HAVE_MMX stuff, because it's not used.
28058         * ext/Makefile.am: same
28059         * ext/audioresample/Makefile.am: You are not ready for an
28060         audio resampling element based on audioresample.
28061         * ext/audioresample/gstaudioresample.c:
28062         * ext/audioresample/gstaudioresample.h:
28063         * ext/cairo/Makefile.am: You are not ready for overlay elements
28064         based on cairo.  Don't look too closely, these elements kinda
28065         suck right now.
28066         * ext/cairo/gstcairo.c: new
28067         * ext/cairo/gsttextoverlay.c: new
28068         * ext/cairo/gsttextoverlay.h: new
28069         * ext/cairo/gsttimeoverlay.c: new
28070         * ext/cairo/gsttimeoverlay.h: new
28071         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28072         problem with compilers that don't support variadic macros.
28073
28074 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28075
28076         Reviewed by:  David Schleef  <ds@schleef.org>
28077
28078         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28079         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28080         bit.  Also ran indent-gst.
28081         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28082         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28083         (gst_sunaudiosrc_setparams):
28084
28085 2004-12-14  David Schleef  <ds@schleef.org>
28086
28087         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28088         output rate to 16000.  Should fix #160235.
28089
28090 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28091
28092         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28093         Add typefinding for mpeg2 pes streams
28094
28095 2004-12-13  David Schleef  <ds@schleef.org>
28096
28097         * configure.ac:  Applied patch from bug #143659, making default
28098         sources and sinks OS-dependent (for Solaris), and added code
28099         for OS/X.
28100         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28101
28102 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28103
28104         * gst-libs/gst/riff/riff-media.c:
28105           forgot to add h2.64 to avidemux template caps
28106
28107 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28108
28109         * gst/wavenc/riff.h:
28110         * gst-libs/gst/riff/riff-media.c:
28111         * gst-libs/gst/riff/riff-ids.h:
28112         * gst/avi/gstavimux.c
28113         add 4CC code for VideoSoft h264 in AVI (VSSH)
28114           fixes bug #160655
28115         remove s323 from riff, it's quicktime specific :(
28116
28117 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28118
28119         * gst/asfdemux/README
28120         * gst/wavenc/riff.h
28121         * gst-libs/gst/riff/riff-ids.h
28122         * gst-libs/gst/riff/riff-media.c
28123         * gst/qtdemux/qtdemux.c:
28124           add new 4CC codes for h263 related codecs
28125           fixes partially bug #155163
28126
28127 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28128
28129         * configure.ac: Update polyaudio requirement to 0.7
28130         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28131
28132 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28133
28134         * gst/interleave/deinterleave.c:
28135         fix my name's spelling! :)
28136
28137 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28138
28139         * AUTHORS ChangeLog
28140         * gst/auparse/gstauparse.c
28141         * gst/interleave/deinterleave.c
28142         * gst/law/:
28143                 alaw-decode.c alaw-encode.c
28144                 mulaw-decode.c mulaw-encode.c
28145         * gst/oneton/gstoneton.c
28146         * sys/osxaudio/:
28147                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28148         * sys/osxvideo/:
28149                 cocoawindow.h cocoawindow.m
28150                 osxvideosink.h osxvideosink.m
28151
28152         put the same mail address for Zaheer Abbas Merali everywhere
28153
28154 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28155
28156         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28157           Align by packetsize, and assert that we a packet available before
28158           playing. The first makes webstreams work (they often include
28159           trailing padding data in a packet), the second allows pausing a
28160           ASF stream in totem without getting demux errors afterwards.
28161
28162 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28163
28164         * ext/ogg/gstoggdemux.c: (get_relative):
28165           Check for non-NULL before accessing member (end-of-chain).
28166
28167 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28168
28169         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28170         (cdparanoia_set_property), (cdparanoia_get_property):
28171         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28172         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28173         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28174         (dvdreadsrc_init), (dvdreadsrc_set_property),
28175         (dvdreadsrc_get_property):
28176         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28177         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28178           Synchronize property names where not yet the case. Devices are
28179           now device=X, other versions are deprecated (but still exist).
28180           Also use g_free() unconditionally.
28181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28182         (setup_source), (gst_play_base_bin_get_property):
28183           Expose source.
28184
28185 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28186
28187         * configure.ac: move GCONF macro outside conditional for the am
28188           conditional. Fixes #160439
28189
28190 2004-12-08  David Schleef  <ds@schleef.org>
28191
28192         * tools/gst-visualise-m.m: Switch to elements that currently
28193         exist.
28194
28195 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28196
28197         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28198           We love wrong commas.
28199
28200 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28201
28202         * gst/matroska/matroska-demux.c:
28203         (gst_matroska_demux_handle_src_query):
28204           Don't set DEFAULT, unsupported - makes length display incorrectly
28205           in some cases.
28206
28207 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28208
28209         * gst/monoscope/README: remove blurb about files being GPL
28210         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28211         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28212           monoscope is now effectively LGPL licensed
28213
28214 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28215
28216         * gst/monoscope/README: Update information to be more correct
28217         * gst/monoscope/convolve.c: Relicense to LGPL
28218         * gst/monoscope/convolve.h: Relicense to LGPL
28219
28220 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28221
28222         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28223           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28224         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28225           set default_duration for mpeg1 audio
28226
28227 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28228
28229         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28230         * ext/alsa/gstalsa.h:
28231           refactor big chunks of the core caps negotiation code to make it
28232           a lot faster, because people claim it's really slow
28233           (actually, just cache the getcaps when the device is opened)
28234
28235 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28236
28237         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28238         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28239         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28240         (gst_a52dec_change_state), (plugin_init):
28241         * ext/a52dec/gsta52dec.h:
28242           Do something useful with timestamps. Make chain-based (since
28243           there's really no reason to be loopbased).
28244         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28245           Update current_byte/frame correctly.
28246
28247 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28248
28249         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28250         (gst_ape_demux_stream_init):
28251           Forward tags, too.
28252
28253 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28254
28255         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28256           Let's make sure we're done typefinding when detecting tags.
28257
28258 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28259
28260         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28261         (gst_ebml_read_init), (gst_ebml_read_use_event),
28262         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28263         (gst_ebml_read_seek), (gst_ebml_read_skip),
28264         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28265         (gst_ebml_read_master):
28266         * gst/matroska/ebml-read.h:
28267         * gst/matroska/matroska-demux.c:
28268         (gst_matroska_demux_parse_contents),
28269         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28270           Disgustingly evil hack for working around INTERRUPT events and
28271           their extremely annoying habit of being a pain in the ass. We
28272           simply peek a cluster before reading any of it.
28273
28274 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28275
28276         * ext/musepack/gstmusepackdec.cpp:
28277           There's also floating point libmusepacks.
28278
28279 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28280
28281         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28282         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28283           Set DURATION even if source buffer didn't. Also use increasing
28284           timestamps.
28285         * gst-libs/gst/riff/riff-media.c:
28286         (gst_riff_create_audio_caps_with_data):
28287           Block_align can have larger values than 8192.
28288
28289 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28290
28291         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28292         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28293         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28294         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28295           Fix caps.
28296
28297 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28298
28299         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28300           Fix logic bug.
28301
28302 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28305           Yay, another one.
28306
28307 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28308
28309         * ext/esd/esdsink.c: (gst_esdsink_chain):
28310           Make error actually say something useful (fixes #156798).
28311         * gst-libs/gst/riff/riff-media.c:
28312         (gst_riff_create_video_caps_with_data),
28313         (gst_riff_create_video_template_caps):
28314           Add Intel Video 5.0 fourcc (IV50).
28315
28316 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28317
28318         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28319         detection on mono and stereo mp3 files.
28320
28321 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28322
28323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28324           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28325           the contained stream).
28326
28327 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28328
28329         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28330           Oops, remove debug.
28331
28332 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28333
28334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28335
28336         * gst/law/alaw-decode.c: (alawdec_getcaps):
28337         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28338           Prevent warnings when negotiating caps (fixes #159338).
28339
28340 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28341
28342         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28343         (gst_ffmpegcsp_chain):
28344           Remove old leftover that shouldn't be there...
28345
28346 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28347
28348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28349
28350         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28351           Don't forward DISCONT events (fixes #159684).
28352
28353 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28354
28355         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28356           Unlink manually since sometimes bin disposal (and therefore
28357           pad unlinking) is delayed, which will cause a new media file
28358           to not be able to start playing instantly.
28359
28360 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28361
28362         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28363           On mute of an unlinked stream, check for pad availability so
28364           we don't crash on unlinked pad.
28365
28366 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28367
28368         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28369         (gst_avi_demux_massage_index):
28370           Fix quite humiliating bug in omitting 0-sized index chunks but
28371           forgetting to count them for timestamps.
28372
28373 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28376           Actually leave the loop if we failed to sync. Don't crash.
28377
28378 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28379
28380         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28381         (gst_dvd_demux_process_private):
28382         * gst/mpegstream/gstdvddemux.h:
28383           Fix crash (#159759). Doesn't work, though. :-(.
28384
28385 2004-11-28  Benjamin Otte  <otte@gnome.org>
28386
28387         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28388           more overwriting protection due to modifying channels one by one
28389           instead of all at once
28390
28391 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28392
28393         * gst/audioconvert/gstchannelmix.c:
28394         (gst_audio_convert_fill_normalize):
28395           Normalize using absolute values.
28396
28397 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28398
28399         * configure.ac:
28400         * ext/Makefile.am:
28401         * ext/directfb/Makefile.am:
28402         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28403         (gst_directfbvideosink_get_pixel_format),
28404         (gst_directfbvideosink_get_format_from_fourcc),
28405         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28406         (gst_directfbvideosink_sink_link),
28407         (gst_directfbvideosink_change_state),
28408         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28409         (gst_directfbvideosink_buffer_alloc),
28410         (gst_directfbvideosink_interface_supported),
28411         (gst_directfbvideosink_interface_init),
28412         (gst_directfbvideosink_navigation_send_event),
28413         (gst_directfbvideosink_navigation_init),
28414         (gst_directfbvideosink_set_property),
28415         (gst_directfbvideosink_get_property),
28416         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28417         (gst_directfbvideosink_base_init),
28418         (gst_directfbvideosink_class_init),
28419         (gst_directfbvideosink_get_type), (plugin_init):
28420         * ext/directfb/directfbvideosink.h: Adding a first version of
28421         directfbvideosink.
28422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28423         more.
28424
28425 2004-11-28  Benjamin Otte  <otte@gnome.org>
28426
28427         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28428           walk the samples backwards if out_channels > in_channels so we don't
28429           overwrite data
28430
28431 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28432
28433         * gst/audioconvert/Makefile.am:
28434         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28435         (gst_audio_convert_link), (gst_audio_convert_change_state),
28436         (gst_audio_convert_channels):
28437         * gst/audioconvert/gstchannelmix.c:
28438         (gst_audio_convert_unset_matrix),
28439         (gst_audio_convert_fill_identical),
28440         (gst_audio_convert_fill_compatible),
28441         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28442         (gst_audio_convert_fill_others),
28443         (gst_audio_convert_fill_normalize),
28444         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28445         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28446         * gst/audioconvert/gstchannelmix.h:
28447           Implement a channel mixer.
28448
28449 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28450
28451         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28452         * ext/alsa/gstalsa.h:
28453         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28454         Make alsasink actually honor gst_element_set_clock and use that
28455         clock instead of its internal one.
28456
28457 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28458
28459         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28460         (gst_play_base_bin_change_state): nullify source and decoder when
28461         going from READY to NULL so that we don't try to do weird stuff with
28462         them when going from NULL to READY
28463         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28464         instead of g_object_unref
28465         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28466         it should be correct
28467         (gst_play_bin_change_state): don't call remove_sinks if we are
28468         currently disposing the object
28469
28470 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28471
28472         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28473           Don't forget bass if it's there. Else left channel is silent...
28474
28475 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28476
28477         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28478         (gst_a52dec_change_state):
28479           Don't do sample adjusting anymore, we use float audio now.
28480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28481           Don't fixate to non-existing properties.
28482
28483 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28486         (gst_a52dec_change_state):
28487           Advertise that we can do surround sound.
28488
28489 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28490
28491         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28492           Add buffer-frames=0.
28493         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28494         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28495         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28496         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28497         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28498         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28499         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28500         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28501         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28502         * ext/dvdread/dvdreadsrc.h:
28503           Add seeking, querying for bytes, sectors, title, angle and
28504           chapter. Handle multiple chapters. Relicense to LGPL because
28505           Billy agreed on that (thanks Billy!).
28506
28507 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28508
28509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28510         call parent dispose method
28511
28512 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28513
28514         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28515         (gst_audio_clock_get_internal_time):
28516         Fix active <-> inactive transitions: ensure time value always
28517         grows and avoid abrupt value changes.
28518
28519 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28520
28521         * configure.ac:
28522         * gst/tta/Makefile.am:
28523         * gst/tta/crc32.h:
28524         * gst/tta/filters.h:
28525         * gst/tta/gsttta.c:
28526         * gst/tta/gstttadec.c:
28527         * gst/tta/gstttadec.h:
28528         * gst/tta/gstttaparse.c:
28529         * gst/tta/gstttaparse.h:
28530         * gst/tta/ttadec.h:
28531           added TTA parser and decoder
28532
28533 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28534
28535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28536         (probe_triggered), (check_queue), (buffer_underrun),
28537         (buffer_running), (buffer_overrun), (gen_source_element),
28538         (setup_source):
28539         * gst/playback/gstplaybasebin.h:
28540           Implement buffering. Needs some more work.
28541
28542 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28543
28544         * ext/theora/theoradec.c: (theora_dec_chain):
28545           Fix ilog mask range overflow.
28546
28547 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28550           Don't omit the last (which in case of dmix is the only :) )
28551           channel count. Don't set channels if <= 2.
28552
28553 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28554
28555         * gst/playback/gstplaybin.c: (gen_video_element),
28556         (gen_audio_element): Removed 2 obsolete comments
28557
28558 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28559
28560         * ext/vorbis/oggvorbisenc.c
28561         * ext/vorbis/vorbisenc.c :
28562           change description fields of those plugins to differentiate them
28563           (pitivi show Encoders by description, they had the same one)
28564
28565 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28566
28567         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28568
28569         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28570         (gst_play_bin_set_property), (gen_video_element),
28571         (gen_audio_element):
28572           Refcounting fixes for provided audio-/videosinks.
28573
28574 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28575
28576         * gst/playback/gstplaybin.c: (gen_video_element),
28577         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28578           Don't reference all sinks, but only the video- and audiosinks.
28579           The vis. element should be disposed when we're done with it.
28580           We don't have any reason to keep it around. This fixes warnings
28581           when reusing playbin for playing multiple audio files with
28582           vis. enabled. Also release audio device on pause - idea stolen
28583           from Rhythmbox.
28584
28585 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28586
28587         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28588         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28589         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28590         * ext/alsa/gstalsaplugin.c: (plugin_init):
28591         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28592         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28593         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28594         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28595         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28596         (gst_faad_change_state), (plugin_init):
28597         * ext/faad/gstfaad.h:
28598         * ext/vorbis/vorbis.c: (plugin_init):
28599         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28600         * gst-libs/gst/audio/Makefile.am:
28601         * gst-libs/gst/audio/audio.c: (plugin_init):
28602         * gst-libs/gst/audio/multichannel.c:
28603         (gst_audio_check_channel_positions),
28604         (gst_audio_get_channel_positions),
28605         (gst_audio_set_channel_positions),
28606         (gst_audio_set_structure_channel_positions_list),
28607         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28608         (gst_audio_fixate_channel_positions):
28609         * gst-libs/gst/audio/multichannel.h:
28610         * gst-libs/gst/audio/testchannels.c: (main):
28611         * gst/audioconvert/gstaudioconvert.c:
28612         (gst_audio_convert_class_init), (gst_audio_convert_init),
28613         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28614         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28615         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28616         * gst/audioconvert/plugin.c: (plugin_init):
28617           Surround sound support.
28618
28619 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28620
28621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28622           Fix position for discont if we're close as well. Nitpicking, but
28623           saves a few milliseconds of extra waiting or skipping.
28624
28625 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28626
28627         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28628           We sometimes need parsers for playback, so add those too.
28629
28630 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28631
28632         * configure.ac:
28633         * gst/apetag/Makefile.am:
28634         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28635         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28636         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28637         (gst_ape_demux_get_src_query_types),
28638         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28639         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28640         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28641         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28642         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28643         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28644         (gst_ape_demux_change_state):
28645         * gst/apetag/apedemux.h:
28646         * gst/apetag/apetag.c: (plugin_init):
28647         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28648         (plugin_init):
28649           APE v1/2 tag reader plus typefind function.
28650
28651 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28652
28653         * configure.ac:
28654         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28655         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28656           Remove hacks for older core. Require newer core version
28657           accordingly.
28658
28659 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28660
28661         * gst/cdxaparse/Makefile.am:
28662         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28663         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28664         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28665         * gst/cdxaparse/gstcdxaparse.h:
28666         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28667         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28668         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28669         (gst_cdxastrip_get_src_query_types),
28670         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28671         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28672         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28673         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28674         * gst/cdxaparse/gstcdxastrip.h:
28675           SVCD/VCD header stripping separated from CDXA image parsing.
28676         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28677         (plugin_init):
28678           Add VCD/SVCD header typefinding for VCD/SVCD.
28679         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28680         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28681         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28682         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28683         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28684         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28685         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28686         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28687         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28688         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28689         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28690         * sys/vcd/vcdsrc.h:
28691           Fix up, add seeking, querying, URI interface. Works in totem now.
28692
28693 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28694
28695         * configure.ac:
28696           back to CVS
28697
28698 === release 0.8.6 ===
28699
28700 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28701
28702         * NEWS:
28703         * RELEASE:
28704         * configure.ac:
28705         * po/af.po:
28706         * po/az.po:
28707         * po/cs.po:
28708         * po/en_GB.po:
28709         * po/hu.po:
28710         * po/it.po:
28711         * po/nb.po:
28712         * po/nl.po:
28713         * po/or.po:
28714         * po/sq.po:
28715         * po/sr.po:
28716         * po/sv.po:
28717         * po/uk.po:
28718           releasing 0.8.6, "IOU Love"
28719
28720 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28721
28722         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28723
28724         * gst/playback/gstplaybasebin.c:
28725           Fix unplayable files error handling.  Fixes #158365
28726
28727 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28728
28729         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28730
28731         * gst/typefind/gsttypefindfunctions.c:
28732           Fix broken mp3 typefinding.  Fixes #158375
28733
28734 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28735
28736         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28737
28738         * ext/ogg/gstoggdemux.c:
28739           Fix sync on broken files.  Fixes #158976
28740
28741 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28742
28743         patch by: Edward Hervey <bilboed@bilboed.com>
28744
28745         * ext/libpng/gstpngenc.c:
28746           Copy over buffer properties.  Fixes #158832
28747
28748 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28749
28750         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28751
28752         * ext/dvdread/dvdreadsrc.c:
28753           Fixes invalid reads (#158462)
28754
28755 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28756
28757         * sys/v4l/gstv4lsrc.c:
28758         * sys/v4l/gstv4lsrc.h:
28759         * sys/v4l/v4lsrc_calls.c:
28760           Probe less and cache it.  Fixes #159187.
28761
28762 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28763
28764         * gst/videorate/gstvideorate.c:
28765           Handle all video formats. Fixes #159186.
28766
28767 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28768         * gst/synaesthesia/gstsynaesthesia.c:
28769         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28770         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28771         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28772         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28773         (gst_synaesthesia_change_state), (plugin_init):
28774         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28775         Force 320x200 output, as that's the only thing the underlying
28776         synaesthesia implementation supports. Still needs to be made
28777         re-entrant.
28778
28779 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28780
28781         * configure.ac:
28782           Fix mpeg2enc configure check (similar to mplex check below).
28783
28784 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28785
28786         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28787
28788         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28789           Fix for gcc-2.95 (fixes #158221).
28790
28791 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28792
28793         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28794           Re-add clock distribution hack (until new core is released).
28795           Fixes #158125.
28796
28797 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28798         * configure.ac:
28799           fix mplex configure check segfaulting on some systems (bug #140994)
28800
28801 2004-11-13  Benjamin Otte  <otte@gnome.org>
28802
28803         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28804           add debugging
28805         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28806           do a wait when we enter the loop func with no data available to
28807           write instead of getting into an 100% CPU loop by just returning and
28808           being called again by the scheduler
28809
28810 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28811
28812         * configure.ac:
28813         * ext/libvisual/visual.c: (gst_visual_get_type),
28814         (libvisual_log_handler), (gst_visual_getcaps),
28815         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28816         (plugin_init):
28817           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28818         * ext/smoothwave/Makefile.am:
28819         * ext/smoothwave/demo-osssrc.c: (main):
28820         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28821         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28822         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28823         (plugin_init):
28824         * ext/smoothwave/gstsmoothwave.h:
28825           Make gstsmoothwave a working element in the 20th century.
28826
28827         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28828           Fix incorrect link function
28829
28830 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28831
28832         * gst/volume/gstvolume.c:
28833           Allow buffer-frames=0.
28834
28835 2004-11-12 Iain <iaingnome@gmail.com>
28836
28837         * configure.ac: Check for polypaudio
28838
28839         * ext/Makefile.am: Build the polyp dir
28840
28841         * ext/polyp: The polypsink sources.
28842
28843 2004-10-30 Iain <iaingnome@gmail.com>
28844
28845         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28846         caps to reflect the new number of channels.
28847
28848 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28849
28850         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28851           Fix for negotiation order problem. This would show when the
28852           ALSA loopfuction was called before any other function. ALSA
28853           wouldn't do anything because we're not negotiated yet, leading
28854           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28855
28856 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28857
28858         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28859
28860         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28861           No warnings (#157986).
28862
28863 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28864
28865         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28866           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28867
28868 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28869
28870         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28871           Signal no-more-pads (so it works in playbin).
28872
28873 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28874
28875         * ext/musepack/gstmusepackreader.cpp:
28876           Workaround for older core.
28877
28878 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28879
28880         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28881           Actually test for odd width/height rather than testing whether
28882           a temporary variable that was 0 before we subtracted 1 is now
28883           not equal to zero (which it always is).
28884
28885 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28886
28887         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28888         Fix compilation if HAVE_XVIDEO is not defined
28889
28890 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28891
28892         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28893         Fix compilation if HAVE_XVIDEO is not defined
28894
28895 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28896
28897         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28898         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28899         (gst_goom_change_state), (plugin_init):
28900         Use the bytestream adapter so goom doesn't depend on the input
28901         buffer size.
28902         Add a debug category
28903
28904 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28905
28906         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28907           Only set hardware parameters *after* negotiation. Before
28908           negotiation, it will set ANY and that seems to cause crashes
28909           (see e.g. #151288, #153227).
28910
28911 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28912
28913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28914           This seems to be antique leftover. It needs to pass error
28915           checking.
28916         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28917         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28918         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28919         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28920           Fix GstXOverlay implementation (#151059).
28921
28922 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28923
28924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28925           Don't assert (#157853).
28926
28927 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28928
28929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28930           Fix bytes/samples confustion.
28931         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28932           Fix for underrun (#144389).
28933
28934 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28935
28936         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28937           Disable halfway-seek for pending release (since it needs a new
28938           core release).
28939
28940 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28941
28942         * sys/v4l/gstv4lsrc.c:
28943         * sys/v4l/gstv4lsrc.h:
28944         * sys/v4l/v4lsrc_calls.c:
28945           add autoprobe-fps property so we can separate autoprobing parts
28946
28947 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28948
28949         * sys/v4l/gstv4lsrc.c:
28950         * sys/v4l/v4lsrc_calls.c:
28951         initialise fourcc to catch unset fourcc's, and debug
28952
28953 2004-11-09  Wim Taymans  <wim@fluendo.com>
28954
28955         * gst/playback/README:
28956         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28957         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28958         (gst_play_bin_dispose), (gst_play_bin_set_property),
28959         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28960         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28961         (gst_play_bin_get_formats), (gst_play_bin_convert),
28962         (gst_play_bin_get_query_types), (gst_play_bin_query):
28963         Cleanups and some more documentation.
28964
28965 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28966
28967         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28968         (gst_cacasink_init), (gst_cacasink_chain):
28969         * ext/libcaca/gstcacasink.h:
28970         Cacasink inherits from VideoSink, so let that store the clock.
28971
28972 2004-11-09  Wim Taymans  <wim@fluendo.com>
28973
28974         * gst/playback/README:
28975         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28976         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28977         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28978         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28979         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28980         (setup_sinks):
28981         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28982         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28983         * gst/playback/gststreaminfo.h:
28984         Updated README.
28985         Only switch groups if all streams have muted (EOSed).
28986         Send Tags in sync with the stream playback instead of in
28987         the playback/preroll phase.
28988         Some cleanups, free the fakesrc elements.
28989
28990 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28991
28992         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28993           buffer-frames property was missing
28994         * ext/arts/gst_arts.c:
28995           rate missing from sinkcaps
28996         * ext/audiofile/gstafparse.c:
28997         * ext/audiofile/gstafsink.c:
28998         * ext/audiofile/gstafsrc.c:
28999         * ext/swfdec/gstswfdec.c:
29000           int audio doesn't know buffer-frames
29001         * ext/cdparanoia/gstcdparanoia.c:
29002           int audio doesn't know chunksize either
29003         * ext/nas/nassink.c:
29004           it's endianness, not endianess
29005         * gst-libs/gst/audio/audio.h:
29006           make float standard pad template caps really describe float
29007         * gst/law/mulaw.c: (linear_factory):
29008           signed only, please
29009         * gst/mpegstream/gstdvddemux.c:
29010           widths of 20 are not valid
29011
29012 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29013
29014         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29015
29016         * po/LINGUAS:
29017         * po/it.po:
29018           Add Italian
29019
29020 2004-11-08  Wim Taymans  <wim@fluendo.com>
29021
29022         * gst/playback/README:
29023         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29024         * gst/playback/gstplaybasebin.c: (probe_triggered),
29025         (gst_play_base_bin_change_state):
29026         Updated README, added more comments for fixmes etc..
29027
29028 2004-11-08  Wim Taymans  <wim@fluendo.com>
29029
29030         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29031         We can remove this hack now.
29032
29033 2004-11-08  Wim Taymans  <wim@fluendo.com>
29034
29035         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29036         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29037         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29038         Only mix AYUV for maximum quality.
29039
29040 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29041
29042         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29043         (gst_ogg_demux_push), (gst_ogg_pad_push):
29044           Let's act as if we're synchronized now! :).
29045         * ext/theora/theoradec.c: (theora_dec_chain):
29046           Add some debug.
29047
29048 2004-11-08  Wim Taymans  <wim@fluendo.com>
29049
29050         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29051         (gst_alpha_set_property), (gst_alpha_sink_link),
29052         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29053         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29054         (gst_alpha_init_params), (gst_alpha_chain):
29055         Implement alpha functions for AYUV too, this increases
29056         accuracy quite a bit.
29057
29058 2004-11-08  Wim Taymans  <wim@fluendo.com>
29059
29060         * gst/ffmpegcolorspace/avcodec.h:
29061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29062         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29063         (gst_ffmpegcsp_avpicture_fill):
29064         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29065         (gst_ffmpegcsp_caps_remove_format_info):
29066         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29067         (shrink12), (img_get_alpha_info), (deinterlace_line),
29068         (deinterlace_line_inplace):
29069         * gst/ffmpegcolorspace/imgconvert_template.h:
29070         Added AYUV colorspace and handle RGBA a bit more respectful.
29071
29072 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29073
29074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29075           Actually always send a discont (cornercase when resending the
29076           same serial-tagged chain twice).
29077
29078 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29079
29080         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29081         (gst_ximagesink_finalize):
29082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29083         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29084
29085 2004-11-08  Wim Taymans  <wim@fluendo.com>
29086
29087         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29088         Don't segfault on NULL data.
29089
29090 2004-11-08  Wim Taymans  <wim@fluendo.com>
29091
29092         * gst/playback/gstdecodebin.c: (unlinked):
29093         * gst/playback/gstplay-marshal.list:
29094         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29095         (gst_play_base_bin_init), (group_create), (get_active_group),
29096         (get_building_group), (group_destroy), (group_commit),
29097         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29098         (add_element_stream), (no_more_pads), (probe_triggered),
29099         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29100         (state_change), (setup_source), (gst_play_base_bin_get_property),
29101         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29102         (gst_play_base_bin_link_stream),
29103         (gst_play_base_bin_get_streaminfo):
29104         * gst/playback/gstplaybasebin.h:
29105         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29106         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29107         Add support for chained ogg files. Prepare for playlist
29108         support. This patch introduces the concept of pad groups, which
29109         together compose one playable media file.
29110
29111 2004-11-07  David Schleef  <ds@schleef.org>
29112
29113         * testsuite/gst-lint: Check for pad templates that aren't statically
29114         scoped.
29115
29116 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29117
29118         * configure.ac:
29119         * ext/Makefile.am:
29120         * ext/musepack/Makefile.am:
29121         * ext/musepack/gstmusepackdec.cpp:
29122         * ext/musepack/gstmusepackdec.h:
29123         * ext/musepack/gstmusepackreader.cpp:
29124         * ext/musepack/gstmusepackreader.h:
29125           Add musepack decoder.
29126         * ext/faad/gstfaad.c: (gst_faad_base_init):
29127           Make pad templates static.
29128         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29129         (plugin_init):
29130           Add musepack typefinder, make mp3 typefinding work halfway stream,
29131           which doesn't actually work yet because id3demux doesn't implement
29132           _get_length().
29133
29134 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29135
29136         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29137         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29138           Fix interrupt event handling (#144436).
29139
29140 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29141
29142         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29143           Hide unused glory.
29144
29145 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29146
29147         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29148
29149         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29150           Fix weird caps (#157548).
29151
29152 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29153
29154         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29155
29156         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29157           Add missing NULL terminator (#157543).
29158
29159 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29160
29161         * gst/tcp/gsttcp.h:
29162         * gst/tcp/gsttcpclientsink.c:
29163         * gst/tcp/gsttcpclientsrc.c:
29164         * gst/tcp/gsttcpserversink.c:
29165         * gst/tcp/gsttcpserversrc.c:
29166           ports can go up to 65535.  Move common defines to gsttcp.h
29167
29168 2004-11-05  Wim Taymans  <wim@fluendo.com>
29169
29170         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29171         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29172         Added two more colorspaces.
29173
29174 2004-11-05  Wim Taymans  <wim@fluendo.com>
29175
29176         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29177         (gst_ffmpegcsp_avpicture_fill):
29178         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29179         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29180         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29181         More stride fixes.
29182
29183 2004-11-05  Wim Taymans  <wim@fluendo.com>
29184
29185         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29186         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29187         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29188         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29189         (gst_videomixer_loop):
29190         More stride fixes.
29191
29192 2004-11-05  Benjamin Otte  <otte@gnome.org>
29193
29194         * ext/mad/gstmad.c: (gst_mad_chain):
29195           don't overflow data buffer. Flush not needed sync data when syncing
29196           failed.
29197
29198 2004-11-04  Wim Taymans  <wim@fluendo.com>
29199
29200         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29201         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29202         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29203         (gst_alpha_init_params), (gst_alpha_chain),
29204         (gst_alpha_change_state):
29205         Updated the chroma keying algorithm with something more
29206         sophisticated.
29207
29208 2004-11-03  Wim Taymans  <wim@fluendo.com>
29209
29210         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29211         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29212         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29213         Fix stride issues. Does not completely work for odd
29214         heights.
29215
29216 2004-11-03  Wim Taymans  <wim@fluendo.com>
29217
29218         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29219         (gst_alpha_chroma_key), (gst_alpha_chain):
29220         Fix stride issues. Does not completely work for odd
29221         heights.
29222
29223 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29224
29225         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29226         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29227         leak fixes
29228
29229 2004-11-03  Wim Taymans  <wim@fluendo.com>
29230
29231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29232         (gst_ffmpegcsp_avpicture_fill):
29233         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29234         (avpicture_alloc):
29235         * gst/ffmpegcolorspace/imgconvert_template.h:
29236         Use correct _fill function to get correct strides.
29237
29238 2004-11-02  David Schleef  <ds@schleef.org>
29239
29240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29241         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29242         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29243         Change all g_print()s to debugging.  Add a bunch of consistency
29244         checks.
29245
29246 2004-11-02  Wim Taymans  <wim@fluendo.com>
29247
29248         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29249         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29250         (unlinked), (no_more_pads), (close_link):
29251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29252         (unknown_type), (add_element_stream), (new_decoded_pad),
29253         (removed_decoded_pad), (setup_source):
29254         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29255         (gst_stream_info_class_init), (gst_stream_info_init),
29256         (gst_stream_info_new), (gst_stream_info_dispose),
29257         (stream_info_mute_pad), (gst_stream_info_set_property),
29258         (gst_stream_info_get_property):
29259         * gst/playback/gststreaminfo.h:
29260         Fix playback of multiple files.
29261         a slightly different approach to handling dynamic pad removals.
29262         This one only looks at pads that we have linked.
29263
29264 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29265
29266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29267         free" warning from libc.
29268
29269 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29270
29271         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29272         (get_unconnected_element), (remove_starting_from), (pad_removed),
29273         (close_link):
29274           Implement support for dynamic pad changing. We listen to "live"
29275           pad removals (i.e. while playing) and re-setup autoplugging
29276           after that. Playbasebin/playbin need some more work for this
29277           to finally work, but decodebin supports (and replugs) chained
29278           ogg now.
29279
29280 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29281
29282         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29283         (gst_alsa_finalize):
29284         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29285         (gst_cdaudio_finalize):
29286         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29287         (cdparanoia_finalize):
29288         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29289         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29290         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29291         (dvdreadsrc_finalize):
29292         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29293         (gst_flacdec_finalize):
29294         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29295         (gst_flacenc_finalize):
29296         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29297         (gst_gnomevfssink_finalize):
29298         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29299         (gst_gnomevfssrc_finalize):
29300         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29301         (gst_fameenc_finalize):
29302         * ext/nas/nassink.c: (gst_nassink_class_init),
29303         (gst_nassink_finalize):
29304         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29305         (gst_sdlvideosink_class_init):
29306         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29307         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29308         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29309         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29310         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29311         (gst_x_window_listener_dispose):
29312         * gst/audioscale/gstaudioscale.c:
29313         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29314         (play_on_demand_finalize):
29315         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29316         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29317         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29318         (cdplayer_finalize):
29319         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29320         (gst_glimagesink_class_init):
29321         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29322         (gst_osselement_finalize):
29323         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29324         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29325         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29326           Fixes a bunch of problems with finalize and dispose functions,
29327           either assumptions that dispose is only called once, or not calling
29328           the parent class dispose/finalize function
29329
29330 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29331
29332         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29333           added two api precondition guards
29334           use g_strdup with getenv to fix crash when using ENVVAR
29335
29336 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29337         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29338         (gst_esdsink_finalize):
29339         Use a finalize function, not dispose, and more importantly,
29340         call the parent class finalize function too
29341
29342 2004-11-01  Johan Dahlin  <johan@gnome.org>
29343
29344         * ext/ogg/gstoggdemux.c:
29345         * gst/tags/gstvorbistag.c:
29346         Plug leaks.
29347
29348 2004-10-31  Benjamin Otte  <otte@gnome.org>
29349
29350         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29351           lotsa memleaks today. But they're all small...
29352
29353 2004-10-31  Benjamin Otte  <otte@gnome.org>
29354
29355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29356           another memleak crushed
29357
29358 2004-10-31  Benjamin Otte  <otte@gnome.org>
29359
29360         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29361           fix memleak
29362
29363 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29364
29365         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29366           Hack to prevent crash when going to READY inside signal handler
29367           while this function is active.
29368
29369 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29370
29371         * gst/ffmpegcolorspace/Makefile.am:
29372         * gst/ffmpegcolorspace/avcodec.h:
29373         * gst/ffmpegcolorspace/common.h:
29374         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29375         * gst/ffmpegcolorspace/dsputil.h:
29376         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29377         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29378         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29379         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29380         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29381         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29382         (gst_ffmpegcsp_avpicture_fill):
29383         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29385         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29386         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29387         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29388         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29389         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29390         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29391         * gst/ffmpegcolorspace/imgconvert.c:
29392         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29393         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29394         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29395         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29396         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29397         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29398         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29399         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29400         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29401         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29402         (grow21), (grow22), (grow41), (grow44), (conv411),
29403         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29404         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29405         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29406         (avpicture_free), (is_yuv_planar), (img_convert),
29407         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29408         (deinterlace_line_inplace), (deinterlace_bottom_field),
29409         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29410         * gst/ffmpegcolorspace/imgconvert_template.h:
29411         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29412         * gst/ffmpegcolorspace/mmx.h:
29413         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29414         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29415         (av_freep), (avcodec_get_context_defaults),
29416         (avcodec_alloc_context), (avcodec_init):
29417           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29418           handling plus update from ffmpeg CVS. Large clean-up.
29419
29420 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29421
29422         * gst/playback/Makefile.am:
29423           We need the marshallers for decodebin, too.
29424
29425 2004-10-30  David Schleef  <ds@schleef.org>
29426
29427         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29428           quicktime typefinding work with 64-bit offsets.
29429
29430 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29431
29432         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29433           Set EOS on the element when processing an EOS event.
29434         * ext/speex/gstspeexdec.h:
29435         * ext/speex/gstspeexenc.h:
29436           Only keep a const ptr to the mode
29437         * gst-libs/gst/riff/riff-media.c:
29438         (gst_riff_create_audio_caps_with_data),
29439         (gst_riff_create_audio_template_caps):
29440           Allow WMAV3, with up to 6 channels.
29441         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29442           Don't call gst_pad_set_event_function on a sink pad.
29443         * gst/mpegstream/gstdvddemux.c:
29444         (gst_dvd_demux_get_subpicture_stream),
29445         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29446           Copy the explicit caps that were set across to the cur_* pads,
29447           instead of trying to use a possibly non-existent negotiated caps.
29448           Reset the type of subpicture pads to UNKNOWN after calling
29449           init_stream, so that the caps get set.
29450
29451 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29452
29453         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29454
29455         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29456           Don't touch buffer if it is of size 0 (fixes #151064).
29457
29458 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29459
29460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29461           Synchronized discont handling.
29462
29463 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29464
29465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29466         (gst_ogg_demux_push):
29467           Make seeking sort-of exact again (fixes #156387).
29468
29469 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29470
29471         * gst/playback/gstplaybasebin.c: (unknown_type),
29472         (add_element_stream), (new_decoded_pad),
29473         (gst_play_base_bin_change_state):
29474         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29475         (gst_stream_info_init), (gst_stream_info_new),
29476         (gst_stream_info_dispose), (gst_stream_info_get_property):
29477         * gst/playback/gststreaminfo.h:
29478           Make caps explicitely available. Makes testing for unsupported
29479           types possible. Improves error reporting.
29480
29481 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29482
29483         * gst/audioconvert/gstaudioconvert.c:
29484         (gst_audio_convert_buffer_to_default_format):
29485           Really don't touch read-only buffers (#156563).
29486
29487 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29488
29489         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29490
29491         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29492           Fix memleak (#155223).
29493
29494 2004-10-29  Wim Taymans  <wim@fluendo.com>
29495
29496         * gst/tcp/.cvsignore:
29497         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29498         (gst_multifdsink_class_init), (gst_multifdsink_init),
29499         (gst_multifdsink_add), (gst_multifdsink_remove),
29500         (gst_multifdsink_remove_client_link), (is_sync_frame),
29501         (gst_multifdsink_new_client),
29502         (gst_multifdsink_handle_client_write),
29503         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29504         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29505         (gst_multifdsink_get_property):
29506         * gst/tcp/gstmultifdsink.h:
29507         Added burst on connect sync_method, deprecated sync_clients,
29508         streamlined the sync code some more.
29509
29510 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29511
29512         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29513         (gst_play_base_bin_change_state):
29514           Improve error reporting.
29515
29516 2004-10-28  Wim Taymans  <wim@fluendo.com>
29517
29518         * gst/tcp/Makefile.am:
29519         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29520         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29521         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29522         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29523         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29524         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29525         (gst_fdset_wait):
29526         Added more locks around fdset structures. Fixed/reworked
29527         the poll array resizing code.
29528         Added stress test for fdset.
29529
29530 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29531
29532         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29533         fix build
29534
29535 2004-10-28  Benjamin Otte  <otte@gnome.org>
29536
29537         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29538           fix link function to always query channels and query width for
29539           floats
29540         * configure.ac:
29541           add equalizer dir
29542         * gst/equalizer/Makefile.am:
29543         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29544         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29545         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29546         (arg_to_scale), (setup_filter),
29547         (gst_iir_equalizer_compute_frequencies),
29548         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29549         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29550         (plugin_init):
29551           add an equalizer
29552
29553 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29554
29555         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29556
29557         * po/LINGUAS:
29558         * po/nb.po:
29559           Added Norwegian Bokmaal translation
29560
29561 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29562
29563         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29564           Don't break on options (fixes #156488).
29565
29566 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29567
29568         * configure.ac:
29569         * ext/cdaudio/Makefile.am:
29570         * sys/Makefile.am:
29571           fix build on older automake
29572
29573 2004-10-26  Wim Taymans  <wim@fluendo.com>
29574
29575         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29576         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29577         Allow a little margin when negotiating the framerate.
29578
29579 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29580
29581         * gst/level/gstlevel.c:
29582           synchonised naming of pads and pad-templates
29583
29584 2004-10-26  Wim Taymans  <wim@fluendo.com>
29585
29586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29587         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29588         (_find_streams_check), (gst_ogg_demux_push):
29589         Fix EOS again. Needs to be done in a better way. We should not
29590         remove the pad if there is no new chained stream.
29591
29592 2004-10-26 Iain <iaingnome@gmail.com>
29593
29594         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29595         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29596         of the caps.
29597         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29598         pad.
29599         (interleave_release_pad): Remove the pad.
29600         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29601         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29602         the set device.
29603         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29604         attrs
29605         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29606         (gst_xvimagesink_finalize): Free the par.
29607
29608 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29609
29610         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29611         (gst_avimux_stop_file):
29612           First calculate the rate, and only then use it. Hdr.rate is a
29613           multiple and not a derivative of hdr.scale. Scale is not the
29614           same as blockalign but is solely related to rate.
29615
29616 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29617
29618         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29619         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29620           Implement seeking.
29621
29622 2004-10-25  James Henstridge  <james@jamesh.id.au>
29623
29624         Reviewed by:  David Schleef  <ds@schleef.org>
29625
29626         * examples/gstplay/player.c: (got_stream_length), (main):
29627         * examples/seeking/cdplayer.c: (update_scale):
29628         * examples/seeking/seek.c: (format_value), (update_scale):
29629         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29630         (stop_seek):
29631         Build fixes on AMD64.
29632
29633 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29634
29635         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29636
29637         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29638         Fix for some v4l cards which hang in v4lsrc
29639
29640 2004-10-25  Wim Taymans  <wim@fluendo.com>
29641
29642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29643         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29644         Make sure to remove the pad when a new chain is
29645         encountered. Set some vars to NULL so we don't try
29646         to reference freed memory.
29647
29648 2004-10-25  Wim Taymans  <wim@fluendo.com>
29649
29650         * examples/seeking/Makefile.am:
29651         * examples/seeking/cdplayer.c: (update_scale):
29652         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29653         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29654         (format_value), (update_scale), (iterate), (start_seek),
29655         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29656         (print_usage), (main):
29657         Added some more examples, update others.
29658
29659 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29660
29661         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29662         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29663         * ext/theora/theoradec.c: (theora_dec_chain):
29664         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29665           Add codec-name metadata.
29666
29667 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29668
29669         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29670
29671         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29672         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29673         * ext/alsa/gstalsamixertrack.h:
29674         * po/POTFILES.in:
29675           ALSA mixer track label internationalization (#154054).
29676
29677 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29678
29679         * ext/theora/theoradec.c: (theora_dec_chain):
29680           Export bitrate as metadata.
29681
29682 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29683
29684         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29685         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29686         * ext/alsa/gstalsamixertrack.h:
29687           Fix names, fix loop.
29688
29689 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29690
29691         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29692         (speex_dec_convert):
29693           sinkconvert function so oggdemux can get the file length (totem).
29694
29695 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29696
29697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29698
29699         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29700           Don't push incomplete packets.
29701         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29702           Fix MPEG-4 audio typefinding.
29703
29704 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29705
29706         * sys/v4l/Makefile.am:
29707         * sys/v4l/gstv4l.c: (plugin_init):
29708         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29709         (gst_v4lelement_init), (gst_v4lelement_dispose),
29710         (gst_v4lelement_change_state):
29711         * sys/v4l/gstv4lelement.h:
29712         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29713         (gst_v4l_xoverlay_close), (idle_refresh),
29714         (gst_v4l_xoverlay_set_xwindow_id):
29715         * sys/v4l/gstv4lxoverlay.h:
29716         * sys/v4l/v4l-overlay_calls.c:
29717         * sys/v4l/v4l_calls.h:
29718         * sys/v4l2/Makefile.am:
29719         * sys/v4l2/gstv4l2.c: (plugin_init):
29720         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29721         (gst_v4l2element_init), (gst_v4l2element_dispose),
29722         (gst_v4l2element_change_state):
29723         * sys/v4l2/gstv4l2element.h:
29724         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29725         (gst_v4l2_xoverlay_close), (idle_refresh),
29726         (gst_v4l2_xoverlay_set_xwindow_id):
29727         * sys/v4l2/gstv4l2xoverlay.h:
29728         * sys/v4l2/v4l2-overlay_calls.c:
29729         * sys/v4l2/v4l2_calls.h:
29730           Remove client-side overlay handling, use the X-server v4l plugin
29731           for that. Nicer overlay, less code. Also make the plugin
29732           compileable without X (but then without overlay, obviously).
29733           Makes xwindowlistener obsolete, should we remove that?
29734
29735 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29736
29737         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29738         (gst_osssrc_src_query):
29739         * sys/oss/gstosssrc.h:
29740           OK, so people want offset in DEFAULT. This time, actually fix all
29741           cases.
29742         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29743           Add FPS properly.
29744
29745 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29746
29747         * gst/asfdemux/gstasfmux.c:
29748         * gst/avi/gstavimux.c:
29749           Framerate.
29750
29751 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29752
29753         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29754           Fix properties (channel, norm, frequency).
29755
29756 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29757
29758         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29759           Flag typo.
29760         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29761           No warnings.
29762
29763 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29764
29765         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29766           Fix hang.
29767
29768 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29769
29770         * sys/v4l2/gstv4l2element.h:
29771           Yet Another Hack (tm) for kernel header borkedness.
29772         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29773         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29774         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29775         (gst_v4l2src_change_state):
29776         * sys/v4l2/gstv4l2src.h:
29777         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29778         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29779           Fix caps, keep track of state, work.
29780
29781 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29784           Quiet.
29785
29786 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29787
29788         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29789           Don't mix bytes and samples.
29790
29791 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29792
29793         * ext/ogg/gstoggmux.c:
29794           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29795           and theora. Any is incorrect.
29796         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29797           Fix caps.
29798         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29799         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29800         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29801         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29802         * sys/v4l/gstv4lmjpegsrc.h:
29803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29804         (gst_v4lsrc_change_state):
29805         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29806         (gst_v4lmjpegsrc_capture_stop):
29807           Fix caps. Keep track of internal state. Work.
29808
29809 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * ext/Makefile.am:
29812           Fix the build fixes.
29813
29814 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29815
29816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29817         (gst_ogg_demux_src_event), (_find_chain_seek),
29818         (gst_ogg_pad_push):
29819           Check for pad availability before using it.
29820         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29821           Fix parsing of chained ogg. Needs more work on the decoder side.
29822
29823 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29824
29825         * gst/spectrum/Makefile.am:
29826         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29827         (idle_func):
29828           Fix demo and reenable it. Yes, I'm currently playing with audio
29829           analysis tools
29830
29831 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29832
29833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29834           We love it if files that start at zero work too...
29835
29836 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29837
29838         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29839           Handle files with missing EOS headers.
29840
29841 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29842
29843         * gst/tcp/gsttcpserversink.c:
29844         (gst_tcpserversink_handle_server_read),
29845         (gst_tcpserversink_init_send):
29846         Zero some variables first (need for accept not to return EINVAL)
29847
29848 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29849
29850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29851         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29852         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29853         (theora_dec_chain):
29854         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29855         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29856           Seeking and querying finetune.
29857
29858 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29859
29860         * configure.ac:
29861         * ext/Makefile.am:
29862         * ext/raw1394/Makefile.am:
29863           fix the build
29864
29865 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29866
29867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29868           Wrong return.
29869         * gst/playback/Makefile.am:
29870         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29871         * gst/playback/gstplay-marshal.list:
29872         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29873           Fix marshallers.
29874
29875 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29876
29877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29878           Silence.
29879
29880 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29881
29882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29883         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29884         (gst_ogg_pad_push):
29885           Yay for non-lineair granulepos in theora.
29886
29887 2004-10-18  Wim Taymans  <wim@fluendo.com>
29888
29889         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29890         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29891         * ext/dv/gstdvdec.h:
29892         Make sure we renegotiate aspect ratio when the camera switches.
29893
29894 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29897         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29898           Start at zero.
29899         * ext/theora/theoradec.c: (theora_dec_chain):
29900           Skip headers. Bad idea for chained ogg, but fixes seeking.
29901
29902 2004-10-18  Wim Taymans  <wim@fluendo.com>
29903
29904         * configure.ac:
29905         I swear, this is the last time I touch this.
29906
29907 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29908
29909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29910         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29911         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29912           Faster seeking.
29913         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29914           Time-to-default conversion.
29915         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29916           Don't error on unknown packets, just skip. We should probably
29917           read them if we want to support chained ogg.
29918
29919 2004-10-18  Wim Taymans  <wim@fluendo.com>
29920
29921         * configure.ac:
29922         Added cdaudio to wrong list.
29923
29924 2004-10-18  Wim Taymans  <wim@fluendo.com>
29925
29926         * configure.ac:
29927         Revive cdaudio.
29928
29929 2004-10-18  Wim Taymans  <wim@fluendo.com>
29930
29931         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29932         (gst_dvdec_video_link), (gst_dvdec_push):
29933         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29934         (gst_smokeenc_resync), (gst_smokeenc_chain):
29935         Fix mimetype on smoke encoder.
29936         Add aspect ratio to dvdec. Not sure if these
29937         values are correct though....
29938
29939 2004-10-18  Wim Taymans  <wim@fluendo.com>
29940
29941         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29942         Fix vorbis property descriptions and ranges.
29943
29944 2004-10-18  Wim Taymans  <wim@fluendo.com>
29945
29946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29947         Really do nothing when no data is available.
29948         Go to the playing state when the stream is not seekable
29949         instead of failing.
29950
29951 2004-10-18  Wim Taymans  <wim@fluendo.com>
29952
29953         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29954         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29955         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29956         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29957         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29958         Added uri handler for cd://
29959         Port to new API.
29960
29961 2004-10-18  Wim Taymans  <wim@fluendo.com>
29962
29963         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29964         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29965         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29966         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29967         (remove_prerolls), (unknown_type), (add_element_stream),
29968         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29969         (gst_play_base_bin_remove_element),
29970         (gst_play_base_bin_link_stream):
29971         * gst/playback/gstplaybin.c: (gen_video_element),
29972         (gen_vis_element), (remove_sinks), (setup_sinks):
29973         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29974         (gst_stream_info_get_type), (gst_stream_info_class_init),
29975         (gst_stream_info_init), (gst_stream_info_new),
29976         (gst_stream_info_dispose), (stream_info_mute_pad),
29977         (gst_stream_info_set_property), (gst_stream_info_get_property):
29978         * gst/playback/gststreaminfo.h:
29979         Add sink padtemplate to decodebin.
29980         Added some more comments.
29981         Make queue size configurable in playbasebin.
29982         Added possibility to use elements as sinks (ex cdaudio).
29983
29984 2004-10-15  Wim Taymans  <wim@fluendo.com>
29985
29986         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29987         (gst_speexenc_chain):
29988         Fix speex timestamps so that it gets muxed properly.
29989
29990 2004-10-15  Wim Taymans  <wim@fluendo.com>
29991
29992         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29993         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29994         (gst_dv1394src_init), (gst_dv1394src_dispose),
29995         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29996         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29997         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29998         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29999         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30000         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30001         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30002         * ext/raw1394/gstdv1394src.h:
30003         Added conversion/query functions.
30004         Update buffer timestamps,
30005         Added signals.
30006         Added uri dv:// so it might play from the firewire in playbin.
30007         Fix a possible leak.
30008         Added debugging.
30009
30010 2004-10-15  Wim Taymans  <wim@fluendo.com>
30011
30012         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30013         (gst_dv1394src_init), (gst_dv1394src_set_property),
30014         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30015         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30016         * ext/raw1394/gstdv1394src.h:
30017         Added AV/C VTR control support needed for some cameras.
30018         Added automatic port detection.
30019         Added properties for selecting the channel.
30020         The configure.ac script is not yet updated to reflect the
30021         new libavc1394 and librom1394 dependencies.
30022
30023 2004-10-15  Wim Taymans  <wim@fluendo.com>
30024
30025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30026         (qtdemux_parse), (gst_qtdemux_handle_esds):
30027         An esds box is not a container.
30028         Fix parsing of mp4v boxes.
30029         Do not try to renegotiate fps for each frame. Need to
30030         find a better method. This should fix mp4 playback.
30031
30032 2004-10-14  David Schleef  <ds@schleef.org>
30033
30034         * configure.ac: update for swfdec-0.3 and liboil-0.2
30035         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30036         * ext/swfdec/gstswfdec.h: same
30037         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30038         * gst/videotestsrc/videotestsrc.c: same
30039
30040 2004-10-14  Wim Taymans  <wim@fluendo.com>
30041
30042         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30043         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30044         (is_sync_frame), (gst_multifdsink_new_client),
30045         (gst_multifdsink_handle_client_write),
30046         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30047         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30048         Turn warnings into info.
30049         Don't allow a state change in the streaming thread.
30050
30051 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30052
30053         * ext/vorbis/oggvorbisenc.c:
30054         * ext/vorbis/vorbisdec.c:
30055           fix template sample rate
30056
30057 2004-10-13  Wim Taymans  <wim@fluendo.com>
30058
30059         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30060         Decoding the header first fixes some problems in resyncing
30061         in more mp3s.
30062
30063 2004-10-12  Wim Taymans  <wim@fluendo.com>
30064
30065         * gst/playback/gstplaybin.c: (gen_video_element),
30066         (gen_vis_element), (remove_sinks), (setup_sinks):
30067         Added vis plugin support, need to configure the vis
30068         element to activate it.
30069
30070 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30071
30072         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30073         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30074           Some debug.
30075         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30076         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30077         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30078         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30079         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30080         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30081         * gst/avi/gstavidemux.h:
30082           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30083           recovery (where, if part of the index is broken, we will still read
30084           the rest of the index and recover the broken part by stream
30085           scanning). More broken media support. EOS workarounds. General AVI
30086           braindamage headache recovery. Aspirin included.
30087
30088 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30089
30090         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30091         (cdparanoia_event), (cdparanoia_query):
30092           Get rid of hideous lead-in.
30093
30094 2004-10-11  Wim Taymans  <wim@fluendo.com>
30095
30096         * gst/playback/gstplaybasebin.c: (setup_source):
30097         Wrong var used to get g_list_next.
30098
30099 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30100
30101         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30102         (cdparanoia_get), (cdparanoia_open):
30103           Report discid as metadata, add duration.
30104
30105 2004-10-11  Wim Taymans  <wim@fluendo.com>
30106
30107         * gst/playback/gstplaybasebin.c: (setup_source):
30108         Cleanup the previous pipeline a little earlier for the
30109         case that a source element provides raw data.
30110
30111 2004-10-11  Benjamin Otte  <otte@gnome.org>
30112
30113         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30114           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30115           consuming the last 128 bytes, even though it was valid mp3 data.
30116
30117 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30118
30119         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30120         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30121         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30122         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30123
30124 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30125
30126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30127         Fix for webcams that support only specific width or height
30128
30129 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30130
30131         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30132
30133         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30134           Fix wrong discont event setup (fixes #154967).
30135
30136 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30137
30138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30139
30140         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30141           Error out on invalid data (fixes #154807).
30142
30143 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30144
30145         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30146
30147         * ext/dvdread/dvdreadsrc.c: (_read):
30148           Make titles > 0 work again (fixes #154834).
30149
30150 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30151
30152         * gst-libs/gst/riff/riff-media.c:
30153         (gst_riff_create_video_template_caps):
30154           WMV3 missing in template caps.
30155
30156 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30157
30158         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30159           OK, so the original code was too strict. It makes random AVI files
30160           hang for seconds upon opening, which is unacceptable and is far
30161           beyond the original goal of getting multiple chunks for one-chunk
30162           sounc stream files. So now do just that.
30163
30164 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30165
30166         * gst/playback/gstplaybasebin.c: (setup_source),
30167         (gst_play_base_bin_change_state):
30168           Actually clean up streaminfo if output fails. This would trigger
30169           if, for example, there was no CD in the drive. No preroll, so
30170           a streaminfo structure is created, but the subsequent state change
30171           of the thread fails.
30172         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30173           Don't change state if parent failed.
30174
30175 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30176
30177         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30178         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30179         (gen_video_element), (remove_sinks):
30180           Add small bits of code for screenshot handling.
30181
30182 2004-10-08  Wim Taymans  <wim@fluendo.com>
30183
30184         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30185         (gen_video_element), (gen_audio_element), (setup_sinks):
30186         Don't assume the user provided sinks are named "sink"...
30187
30188 2004-10-08  Wim Taymans  <wim@fluendo.com>
30189
30190         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30191         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30192         (gst_play_base_bin_link_stream):
30193         Do not try to autoplug sources that generate raw streams like
30194         cdparanoia.
30195         disconnect the preroll overrun signal when we don't need it anymore.
30196
30197 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30198
30199         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30200         Added reworked patch from #154903 from milosz derezynski (deadchip).
30201
30202 2004-10-08  Wim Taymans  <wim@fluendo.com>
30203
30204         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30205         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30206         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30207         (cdparanoia_convert), (cdparanoia_uri_get_type),
30208         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30209         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30210         * ext/cdparanoia/gstcdparanoia.h:
30211         This adds the cdda://<tracknum> uri.
30212
30213 2004-10-08  Wim Taymans  <wim@fluendo.com>
30214
30215         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30216         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30217         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30219         (unknown_type), (gst_play_base_bin_remove_element),
30220         (gst_play_base_bin_link_stream):
30221         * gst/playback/gstplaybasebin.h:
30222         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30223         (gst_play_bin_set_property), (gen_video_element),
30224         (gen_audio_element), (setup_sinks):
30225         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30226         (gst_stream_info_get_type), (gst_stream_info_class_init),
30227         (gst_stream_info_init), (gst_stream_info_new),
30228         (gst_stream_info_dispose), (stream_info_mute_pad),
30229         (gst_stream_info_set_property), (gst_stream_info_get_property):
30230         * gst/playback/gststreaminfo.h:
30231         Reuse the audio and video bins.
30232         Some internal cleanups in the stream selection code.
30233
30234 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30235
30236         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30237         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30238         * sys/ximage/ximagesink.h:
30239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30240         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30241         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30242         not coming from those elements. Moreover these elements should not keep
30243         the xid they have been given when in NULL state.
30244
30245 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30246
30247         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30248         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30249         * sys/ximage/ximagesink.h:
30250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30251         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30252         * sys/xvimage/xvimagesink.h:
30253           Actually only create a new toplevel window if we're not gonna
30254           embed it right after.
30255
30256 2004-10-07  Wim Taymans  <wim@fluendo.com>
30257
30258         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30259         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30260         * gst/playback/gstplaybin.c: (setup_sinks):
30261         Implement muting/unmuting of streams, mute streams that are not
30262         used.
30263
30264 2004-10-07  Wim Taymans  <wim@fluendo.com>
30265
30266         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30267         (plugin_init):
30268         Added lame audio/x-ac3 typefind function.
30269
30270 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30271
30272         * configure.ac:
30273           bump nano to cvs
30274
30275 === release 0.8.5 ===
30276
30277 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30278
30279         * NEWS:
30280         * RELEASE:
30281         * configure.ac:
30282           releasing 0.8.5, "Take You On"
30283
30284 2004-10-06  Wim Taymans  <wim@fluendo.com>
30285
30286         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30287         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30288         (no_more_pads), (close_link), (type_found):
30289         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30290         * gst/playback/gstplaybin.c: (gen_video_element):
30291         Do not signal the no_more_pads after the first pad when
30292         we are plugging a non dynamic element with multiple
30293         output pads (like swfdec, dvdec, ...).
30294
30295 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30296
30297         * configure.ac:
30298           bump for prerelease
30299
30300 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30301
30302         * gst/wavparse/gstwavparse.c:
30303           add ATRAC3 to STATIC CAPS to fix a warning
30304
30305         * gst/matroska/ebml-read.c:
30306         * gst-libs/gst/riff/riff-read.c:
30307           fix typos
30308
30309 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30310
30311         * gst-libs/gst/riff/riff-media.c:
30312           generate caps for ATRAC3 audio streams
30313
30314         * gst/realmedia/rmdemux.c:
30315           generate caps for ATRAC3 audio streams
30316
30317 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30318
30319         * gst/wavparse/Makefile.am
30320         * gst/wavparse/riff.h
30321         * gst/wavparse/wavparse.vcproj
30322           riff.h removal (unused and duplication with riff-ids.h)
30323
30324 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30325
30326         * gst/wavparse/gstwavparse.h
30327           remove duplicated defines for audio codec codes
30328
30329         * gst-libs/gst/riff/riff-ids.h
30330         * gst/wavenc/riff.h:
30331           add "4CC" code for ATRAC3 audio streams
30332           add "4CC" code for ITU_G721_ADPCM (unused for now)
30333
30334 2004-10-06  Wim Taymans  <wim@fluendo.com>
30335
30336         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30337         Actually _do_ negotiation. Pass gdouble as arg instead
30338         of guint64 for the framerate.
30339
30340 2004-10-06  Wim Taymans  <wim@fluendo.com>
30341
30342         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30343         (find_compatibles), (close_pad_link), (try_to_link_1),
30344         (no_more_pads), (close_link), (type_found):
30345         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30346         * gst/playback/gstplaybin.c: (gen_video_element),
30347         (gen_audio_element):
30348         Set state on newly added element to READY so that negotiation
30349         can happen ASAP.
30350         Addes some more debug info.
30351         Do not try to plug pads with multiple caps structures or ANY
30352         because it is too dangerous since we do not do dynamic
30353         replugging.
30354
30355 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30356
30357         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30358
30359         * po/LINGUAS:
30360         * po/or.po:
30361           add Oriya translation
30362
30363 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30364
30365         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30366           Prevent overwrite of size member. Makes audio sound crappy.
30367
30368 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30369
30370         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30371         Add rmvb to the list of known RealMedia extensions
30372
30373 2004-10-05  Wim Taymans  <wim@fluendo.com>
30374
30375         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30376         (mngdec_openstream), (mngdec_closestream),
30377         (mngdec_handle_sink_event), (mngdec_readdata),
30378         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30379         (mngdec_getcanvasline), (mngdec_refresh),
30380         (gst_mngdec_change_state):
30381         Set the framerate correctly.
30382
30383 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30384
30385         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30386           There was something wrong with the index massaging.
30387
30388 2004-10-04  Wim Taymans  <wim@fluendo.com>
30389
30390         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30391         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30392         (gst_smokedec_chain):
30393         * ext/jpeg/gstsmokedec.h:
30394         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30395         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30396         * ext/jpeg/gstsmokeenc.h:
30397         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30398         (smokecodec_decode_new), (smokecodec_info_free),
30399         (smokecodec_set_quality), (smokecodec_get_quality),
30400         (smokecodec_set_threshold), (smokecodec_get_threshold),
30401         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30402         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30403         (smokecodec_encode), (smokecodec_parse_id),
30404         (smokecodec_parse_header), (smokecodec_decode):
30405         * ext/jpeg/smokecodec.h:
30406         * ext/jpeg/smokeformat.h:
30407         Updated smoke, new bitstream, allows embedding in ogg.
30408
30409 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30410
30411         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30412           Fix seeking in some files. All this code is no longer needed (and
30413           actually breaks stuff) because we now synchronize the full index
30414           right when reading the header.
30415
30416 2004-10-04  Wim Taymans  <wim@fluendo.com>
30417
30418         * configure.ac:
30419         configure update for libmng.
30420
30421 2004-10-04  Wim Taymans  <wim@fluendo.com>
30422
30423         * ext/libmng/Makefile.am:
30424         * ext/libmng/gstmng.c: (plugin_init):
30425         * ext/libmng/gstmng.h:
30426         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30427         (gst_mngdec_base_init), (gst_mngdec_class_init),
30428         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30429         (gst_mngdec_loop), (gst_mngdec_get_property),
30430         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30431         (mngdec_closestream), (mngdec_handle_sink_event),
30432         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30433         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30434         (gst_mngdec_change_state):
30435         * ext/libmng/gstmngdec.h:
30436         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30437         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30438         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30439         (gst_mngenc_chain), (gst_mngenc_get_property),
30440         (gst_mngenc_set_property):
30441         * ext/libmng/gstmngenc.h:
30442         Added basic MNG decoder. Needs more work. The encoder does
30443         not work yet.
30444
30445 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30446
30447         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30448         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30449         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30450           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30451           no-more-pads.
30452
30453 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30454
30455         * configure.ac:
30456           you need at least 1.0.4 of speex
30457
30458 2004-10-04 Iain <iaingnome@gmail.com>
30459
30460         * ext/speex/gstspeexdec.h: Revert the includes changes.
30461
30462         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30463
30464 2004-09-30 Iain <iaingnome@gmail.com>
30465
30466         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30467         found during init or set as a property instead of hardcoding /dev/audio
30468
30469 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30470
30471         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30472         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30473         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30474         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30475         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30476         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30477         (gst_rmdemux_dump_data):
30478           Use debug category, fix EOS handling. filesrc ! rmdemux now
30479           works.
30480
30481 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30482
30483         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30484         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30485         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30486           Improve allocation, cutting and sorting of the index. How takes a
30487           few seconds instead of minutes.
30488
30489 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30490
30491         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30492           fixed compilation
30493
30494 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30495
30496         * gst-libs/gst/riff/riff-media.c:
30497         (gst_riff_create_video_caps_with_data),
30498         (gst_riff_create_video_template_caps):
30499           Add wing commander format mimetype/fourccs.
30500         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30501           Don't crash if some value is 0.
30502
30503 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30504
30505         * gst-libs/gst/riff/riff-media.c:
30506         (gst_riff_create_video_caps_with_data),
30507         (gst_riff_create_video_template_caps):
30508           Add DIB fourcc (raw, palettized 8-bit RGB).
30509         * gst-libs/gst/riff/riff-read.c:
30510         (gst_riff_read_strf_vids_with_data):
30511           Oops, fix strf_data reading bug.
30512         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30513           Use a non-NULL tag.
30514         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30515           Time for hacks. Sorry Dave. At least one quicktime movie (a
30516           trailer) that I've encountered contains multiple video tracks.
30517           One of those is the actual video track, the other are one-frame
30518           tracks (images). Unfortunately, the number of frames according
30519           to the trak header is 1 for each, so that doesn't help. So
30520           instead, I look at the duration and discard tracks with a
30521           duration shorter than 20% of the length of the stream. Better
30522           than nothing.
30523
30524 2004-10-01  Christian Schaller <christian@fluendo.com>
30525
30526         * ext/ivorbis/vorbis.c:
30527           Patch from Phil Blundell (Bug 152341)
30528
30529 2004-10-01  Wim Taymans  <wim@fluendo.com>
30530
30531         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30532         (speex_dec_get_formats), (speex_dec_convert),
30533         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30534         (speex_dec_chain), (gst_speexdec_get_property),
30535         (gst_speexdec_set_property):
30536         Small cleanups.
30537
30538 2004-10-01  Wim Taymans  <wim@fluendo.com>
30539
30540         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30541         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30542         (gst_wavparse_other), (gst_wavparse_loop),
30543         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30544         (gst_wavparse_srcpad_event):
30545         * gst/wavparse/gstwavparse.h:
30546         Added some more debugging info.
30547         Fix the case where the length of the file is 0.
30548         Make sure we seek to sample borders.
30549
30550 2004-10-01  Wim Taymans  <wim@fluendo.com>
30551
30552         * gst/playback/README:
30553         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30554         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30555         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30556         Add some debug info to decodebin, update README
30557
30558 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30559
30560         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30561           Don't use g_print(); use GST_DEBUG().
30562
30563 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30564
30565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30566         (gst_ogg_mux_queue_pads):
30567           Handle EOS properly.
30568
30569 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30570
30571         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30572
30573         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30574         (gst_faad_chain), (gst_faad_change_state):
30575         * ext/faad/gstfaad.h:
30576           Allow playback of raw (unframed) MPEG AAC files (#148993).
30577
30578 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30579
30580         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30581
30582         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30583           Throw error if we didn't recognize the stream. Fixes #152289.
30584
30585 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30588           Fix negotiation.
30589
30590 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30591
30592         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30593
30594         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30595           Fix memleak.
30596
30597 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30598
30599         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30600
30601         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30602           Solve #152805.
30603         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30604           Solve 152806.
30605
30606 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30607
30608         * gst-libs/gst/riff/riff-media.c:
30609         (gst_riff_create_video_caps_with_data),
30610         (gst_riff_create_audio_caps_with_data):
30611           Add codec_data handling (like asfdemux used to do).
30612         * gst/asfdemux/gstasf.c: (plugin_init):
30613         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30614         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30615           Use riff-media for caps creation instead of our own (mostly
30616           broken) copy of its functions.
30617
30618 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30619
30620         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30621           Don't actually error out if we get another return value than
30622           -EINVAL. Opposite to what I first thought, drivers have random
30623           return values for this, although -EINVAL is the expected return
30624           value. Since this is not fatal, we shouldn't use
30625           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30626
30627 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30628
30629         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30630         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30631         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30632         (dvdreadsrc_get), (dvdreadsrc_open_file),
30633         (dvdreadsrc_change_state):
30634           Fix. Don't do one big huge loop around the whole DVD, that will
30635           cache all data and thus eat sizeof(dvd) (several GB) before we
30636           see something.
30637         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30638           Actually NULL'ify event after using it.
30639         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30640         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30641         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30642         (gst_ebml_read_seek), (gst_ebml_read_skip):
30643           Handle events.
30644         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30645         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30646         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30647           Fix timing (this will probably break if I seek using menus, but
30648           I didn't get there yet). VOBs and normal DVDs should now work.
30649           Add a mpeg2-only pad with high rank so this get autoplugged for
30650           MPEG-2 movies.
30651         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30652         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30653         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30654         (gst_mpeg_demux_get_audio_stream),
30655         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30656         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30657           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30658           MPEG-1 but use dvddemux for MPEG-2.
30659         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30660         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30661         (gst_mpeg_parse_parse_packhead):
30662           Timing. Only add pad template if it exists. Add sink template from
30663           class and not from ourselves. This means we will always use the
30664           correct sink template even if it is not the one defined in this
30665           file.
30666
30667 2004-09-29  Wim Taymans  <wim@fluendo.com>
30668
30669         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30670         (gst_mpeg_demux_parse_pes):
30671         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30672         Fix playback of mpeg again, timestamps where screwed up by
30673         patch 1.61.
30674
30675 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30676
30677         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30678           Only return true if we actually filled something in. Prevents
30679           player applications from showing a random length for flac files.
30680         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30681         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30682         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30683         (gst_riff_read_strf_vids_with_data),
30684         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30685           OK, ok, so I implemented event handling. Apparently it's normal
30686           that we receive random events at random points without asking
30687           for it.
30688         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30689         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30690         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30691         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30692         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30693         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30694         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30695         * gst/avi/gstavidemux.h:
30696           Implement non-lineair chunk handling and subchunk processing.
30697           The first solves playback of AVI files where the audio and video
30698           data of individual buffers that we read are not synchronized.
30699           This should not happen according to the wonderful AVI specs, but
30700           of course it does happen in reality. It is also a prerequisite for
30701           the second. Subchunk processing allows us to cut chunks in small
30702           pieces and process each of these pieces separately. This is
30703           required because I've seen several AVI files with incredibly large
30704           audio chunks, even some files with only one audio chunk for the
30705           whole file. This allows for proper playback including seeking.
30706           This patch is supposed to fix all AVI A/V sync issues.
30707         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30708         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30709           Work.
30710         * gst/modplug/gstmodplug.cc:
30711           Proper return value setting for the query() function.
30712         * gst/playback/gstplaybasebin.c: (setup_source):
30713           Being in non-playing state (after, e.g., EOS) is not necessarily
30714           a bad thing. Allow for that. This fixes playback of short files.
30715           They don't actually playback fully now, because the clock already
30716           runs. This means that small files (<500kB) with a small length
30717           (<2sec) will still not or barely play. Other files, such as mod
30718           or flx, will work correctly, however.
30719
30720 2004-09-28  Wim Taymans  <wim@fluendo.com>
30721
30722         * ext/speex/gstspeex.c: (plugin_init):
30723         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30724         (gst_speex_dec_class_init), (speex_dec_get_formats),
30725         (speex_get_event_masks), (speex_get_query_types),
30726         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30727         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30728         (gst_speexdec_get_property), (gst_speexdec_set_property),
30729         (speex_dec_change_state):
30730         * ext/speex/gstspeexdec.h:
30731         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30732         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30733         (gst_speexenc_base_init), (gst_speexenc_class_init),
30734         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30735         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30736         (gst_speexenc_src_query), (gst_speexenc_init),
30737         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30738         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30739         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30740         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30741         (gst_speexenc_chain), (gst_speexenc_get_property),
30742         (gst_speexenc_set_property), (gst_speexenc_change_state):
30743         * ext/speex/gstspeexenc.h:
30744         Rewrote speex encoder, make sure it can be embedded in ogg.
30745         Implemented speex decoder.
30746
30747 2004-09-28  Christian Schaller <christian@fluendo.com>
30748
30749         * configure.ac:
30750         Remove kioslave plugin. Markey is brewing a new working one
30751         * ext/Makefile.am: Remove kioslave plugin
30752         * ext/kio: remove
30753         * gst-plugins.spec.in: remove kio plugin from spec
30754
30755 2004-09-27  Wim Taymans  <wim@fluendo.com>
30756
30757         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30758         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30759         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30760         (gst_multifdsink_new_client),
30761         (gst_multifdsink_handle_client_write),
30762         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30763         (gst_multifdsink_handle_clients):
30764         * gst/tcp/gstmultifdsink.h:
30765         Make syncing to keyframes actually work for new clients and lagging
30766         clients.
30767
30768 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30769
30770         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30771         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30772         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30773         * gst/debug/gstnavigationtest.h:
30774           make navigationtest display button-press and button-release events
30775
30776 2004-09-26 Iain <iaingnome@gmail.com>
30777
30778         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30779         the channels have received a new media event.
30780         (interleave_buffered_loop): Compresses a new media event on all
30781         channels into one.
30782
30783 2004-09-26 Iain <iaingnome@gmail.com>
30784
30785         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30786         call the sinkpad's default event handler and not the srcpads. He also
30787         says this is confusing :)
30788         (gst_wavenc_stop_file): Company says that seek events only go upstream
30789         we should send a discontinuous downstream instead.
30790
30791 2004-09-25  Christian Schaller <christian@fluendo.com>
30792
30793         * Update SPEC file to be usable in conjunction with Fedora Core,
30794           Fedora.us and freshrpms packages
30795         * Fix typo in multifilesrc test Makefile
30796
30797 2004-09-24  Wim Taymans  <wim@fluendo.com>
30798
30799         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30800         Only signal the no_more_pads signal when we have
30801         added the stream to our list.
30802
30803 2004-09-24  Wim Taymans  <wim@fluendo.com>
30804
30805         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30806         (new_decoded_pad):
30807         * gst/playback/gstplaybasebin.h:
30808         * gst/playback/gstplaybin.c: (setup_sinks):
30809         Don't try to preroll or decode more than one audio/video
30810         track.
30811
30812 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30813
30814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30815           Throw error if we failed to find a suitable output. This should
30816           throw an error if we successfully set up a pipeline (e.g. because
30817           we recognized a media file) but found no decodable streams in it
30818           (e.g. because it contains only media stream types for which we
30819           have no decoders, or because it's not a media type).
30820
30821 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30822
30823         * ext/dirac/Makefile.am:
30824         * ext/dirac/gstdirac.cc:
30825         * ext/dirac/gstdiracdec.cc:
30826         * ext/dirac/gstdiracdec.h:
30827           Do something. Don't actually know if this works because I don't
30828           have a demuxer yet.
30829         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30830           Add channels=1 to caps returned from _getcaps().
30831         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30832         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30833         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30834         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30835         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30836         (gst_ogm_parse_change_state):
30837           Separate between audio/video so ogmaudioparse actually uses the
30838           audio pad templates. Both audio and video work now, including
30839           autoplugging. Also use sometimes-srcpad hack.
30840         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30841           Handle events better. Don't hang on infinite loops.
30842         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30843         (gst_avi_demux_init), (gst_avi_demux_reset),
30844         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30845         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30846         (gst_avi_demux_change_state):
30847         * gst/avi/gstavidemux.h:
30848           Improve A/V sync. Still not perfect.
30849         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30850         (gst_ebml_read_skip):
30851           Handle events better.
30852         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30853         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30854         (qtdemux_audio_caps):
30855           Add IMA4. Improve event handling. Save offset after a seek when
30856           the headers are at the end of the file so that we don't end up in
30857           an infinite loop.
30858         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30859           Add low-priority typefind support for files with no length.
30860
30861 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30862
30863         * testsuite/multifilesink/Makefile.am:
30864         fix typo
30865
30866 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30867
30868         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30870         mistakes from thaytan's patches.
30871
30872 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30873
30874         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30875           For completeness, XSync in the destroy function as xvimage does.
30876
30877 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30878
30879         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30880            Correct caps negotiation
30881         * gst/volume/gstvolume.c: (volume_chain_float),
30882         (volume_chain_int16):
30883            Modify debug output to be little more informative
30884         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30886         (gst_xvimagesink_xvimage_destroy):
30887           Add XSync calls after detaching from the shared memory segment to
30888           avoid a crash.
30889
30890 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30891
30892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30893         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30894         * ext/vorbis/vorbis.c: (plugin_init):
30895         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30896         (gst_vorbisenc_chain):
30897         * ext/vorbis/vorbisenc.h:
30898         remove explicit newmedia support from oggmux and vorbisenc
30899         add debug category to vorbisenc
30900         * gst/multifilesink/gstmultifilesink.c:
30901         (gst_multifilesink_class_init), (gst_multifilesink_init),
30902         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30903         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30904         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30905         (plugin_init):
30906         * gst/multifilesink/gstmultifilesink.h:
30907         add support for streamheader in multifilesink
30908
30909 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30910
30911         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30912         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30913         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30914           Prevent infinite loops. More correct error reporting.
30915         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30916           Error out if negotiation fails.
30917         * gst/playback/gstplaybasebin.c: (setup_source),
30918         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30919         (gst_play_base_bin_found_tag):
30920           Error/tag forwarding. Pre-roll fixes for source errors on state
30921           changes (e.g. "file does not exist") to prevent hangs.
30922
30923 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30924
30925         * testsuite/multifilesink/Makefile.am:
30926         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30927         (gst_newmedia_class_init), (gst_newmedia_init),
30928         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30929         (newfile_signal), (test_signal), (main):
30930         * testsuite/multifilesink/multifilesrc_test.c: (main):
30931         * testsuite/multifilesink/oggtheora_test.c:
30932         (gst_newmedia_base_init), (gst_newmedia_class_init),
30933         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30934         (test_format), (newfile_signal), (test_signal), (main):
30935         * testsuite/multifilesink/oggvorbis_test.c:
30936         (gst_newmedia_base_init), (gst_newmedia_class_init),
30937         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30938         (test_format), (newfile_signal), (test_signal), (main):
30939         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30940         (gst_newmedia_class_init), (gst_newmedia_init),
30941         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30942         (newfile_signal), (test_signal), (main):
30943         New media tests
30944
30945 2004-09-20  Christian Schaller <christian@fluendo.com>
30946
30947         * Fix mikmod license to LGPL as they have relicensed
30948         * Move Dirac and Effectv into LGPL section of README_license
30949
30950 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30951
30952         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30953         (gst_mad_change_state):
30954           Allow for mp3 rate/channels changes. However, only very
30955           conservatively. Reason that we *have* to enable this is smiply
30956           because the mad find_sync() function is not good enough, it will
30957           regularly sync on random data as valid frames and therefore make
30958           us provide random caps as *final* caps of the stream. The best fix
30959           I could think of is to simply require several of the same stream
30960           changes in a row before we change caps.
30961           The actual testcase that works now is #
30962         * ext/ogg/Makefile.am:
30963         * ext/ogg/gstogg.c: (plugin_init):
30964         * ext/ogg/gstogmparse.c:
30965           OGM support (video only for now; I need an audio sample file).
30966         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30967         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30968         (gst_asf_demux_add_video_stream):
30969           WMV extradata.
30970         * gst/playback/gstplaybasebin.c: (unknown_type):
30971           Don't error out on single unknown-types after all. It's wrong.
30972           If we found type of video and audio but not of a subtitle stream,
30973           it will still error out (which is unwanted). Will find a better fix
30974           later on.
30975         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30976         (ogmaudio_type_find), (plugin_init):
30977           OGM support.
30978
30979 2004-09-20  Johan Dahlin  <johan@gnome.org>
30980
30981         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30982         after setting caps.
30983
30984 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30985
30986         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30987         * gst/wavenc/gstwavenc.h:
30988         Added newmedia support to wavenc
30989
30990 2004-09-17  Wim Taymans  <wim@fluendo.com>
30991
30992         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30993         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30994         (gst_fdset_fd_can_write), (gst_fdset_wait):
30995         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30996         (gst_multifdsink_init), (gst_multifdsink_add),
30997         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30998         (gst_multifdsink_remove_client_link),
30999         (gst_multifdsink_client_queue_buffer),
31000         (gst_multifdsink_handle_client_write),
31001         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31002         (gst_multifdsink_close), (gst_multifdsink_change_state):
31003         * gst/tcp/gstmultifdsink.h:
31004         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31005         (gst_tcpserversink_removed):
31006         Small cleanups in fdset.c
31007         Use a hastable to map fd to the client structure for faster
31008         lookup in _remove and get_stats.
31009         Added virtual function to close the fds.
31010         Handle clients even when the select/poll call was unblocked because
31011         of a command.
31012         Implement syncing to keyframe in the recovery procedure.
31013
31014 2004-09-16 Iain <iaingnome@gmail.com>
31015
31016         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31017         try caps.
31018
31019 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31020
31021         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31022           Caps are only set if the type of the stream is unknown, but this
31023           is initialized in ->init_stream(), so set to UNKNOWN after calling
31024           ->init_stream() so that capsnego starts.
31025
31026 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31027
31028         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31029         (gst_avi_demux_stream_data):
31030           Just hardcode for raw audio then. AVI audio sucks.
31031
31032 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31033
31034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31035         * gst/matroska/matroska-mux.c: (audiosink_templ),
31036         (gst_matroska_mux_audio_pad_link):
31037         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31038         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31039
31040 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31041
31042         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31043         (gst_avi_demux_stream_data):
31044           Try to fix a/v sync issues.
31045
31046 2004-09-15  David Schleef  <ds@schleef.org>
31047
31048         * configure.ac: remove NASM check, since we don't use it.  Update
31049         dirac check to 0.4
31050         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31052         Initialized variables.
31053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31054         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31055         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31056         SVQ3 format
31057
31058 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31059
31060         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31061         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31062         * gst/avi/gstavidemux.h:
31063           Fix for compressed audio (mp3) timestamp generation. How did this
31064           ever work?
31065
31066 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31067
31068         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31069           Volume is a double not a float.
31070
31071 2004-09-15  Wim Taymans  <wim@fluendo.com>
31072
31073         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31074         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31075         Don't close the fd in multifdsink as we didn't open it in the
31076         first place. Some cleanups.
31077
31078 2004-09-15  Wim Taymans  <wim@fluendo.com>
31079
31080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31082         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31083         Fix the case where the muxer would mark pages as delta
31084         frames when they are not (vorbis only ogg).
31085
31086 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31087
31088         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31089         (gst_play_base_bin_change_state):
31090           Handle the case where we failed to setup a clear pipeline. This
31091           will throw an error (or EOS, another nice case) and if you don't
31092           catch that, the app will wait for the signal forever (and thus
31093           hang).
31094
31095 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31096
31097         * ext/gnomevfs/gstgnomevfssink.c:
31098         (gst_gnomevfssink_uri_get_protocols):
31099         * ext/gnomevfs/gstgnomevfssrc.c:
31100         (gst_gnomevfssrc_uri_get_protocols):
31101         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31102         * ext/gnomevfs/gstgnomevfsuri.h:
31103           Use _uri_new() instead of _open(), so it doesn't take as long and
31104           Christophe's computer won't hang.
31105         * gst/playback/gstplaybasebin.c: (unknown_type):
31106           Throw error on unknown media type, so apps actually display it.
31107
31108 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31109
31110         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31111           this script to work on Solaris since bash shell handles echo
31112           differenly than bash.
31113
31114 2004-09-17  Wim Taymans  <wim@fluendo.com>
31115
31116         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31117         (setup_source), (gst_play_base_bin_set_property),
31118         (gst_play_base_bin_add_element):
31119         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31120         Some more work on making sure seeking pauses the pipeline and
31121         that changing the uri actually does something.
31122
31123 2004-09-17  Wim Taymans  <wim@fluendo.com>
31124
31125         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31126         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31127         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31128         (gst_tcpserversink_close):
31129         Be a bit more paranoid when freeing memory.
31130
31131 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31132
31133         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31134         (qtdemux_parse_trak):
31135           Don't crash by dividing by zero (see sample movie in #126922).
31136
31137 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31138
31139         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31140           Don't touch non-existing data (fixes crash on file in #140147).
31141
31142 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31143
31144         * gst/playback/gstplaybasebin.c:
31145         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31146           Handle double disposals, and proper change of URIs.
31147
31148 2004-09-13  Martin Eikermann <meiker@upb.de>
31149
31150         * gst/mpegstream/gstmpegparse.c:
31151           fix synchronistation for streams recorded from digital PCR
31152           fixes bug #119376
31153
31154 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31155
31156         * ext/gnomevfs/Makefile.am:
31157         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31158         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31159         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31160         (gst_gnomevfssink_uri_get_type),
31161         (gst_gnomevfssink_uri_get_protocols),
31162         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31163         (gst_gnomevfssink_uri_handler_init),
31164         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31165         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31167         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31168         (gst_gnomevfssrc_uri_get_type),
31169         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31170         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31171         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31172         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31173         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31174         * ext/gnomevfs/gstgnomevfsuri.h:
31175           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31176           of fake URIs to see which this version of Gnome-VFS likes, and
31177           uses that for the Gst-URI interface. Makes playbin support http://
31178           streams. Also fix up some stupid behaviour in gnomevfssrc.
31179
31180 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31181
31182         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31183         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31184         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31185         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31186           Update mixer (to sync with other sessions) if we try to obtain
31187           a new value. This makes alsamixer work accross applications.
31188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31189           Only call sync functions if we're running, else alsalib asserts.
31190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31191           Sometimes fails to compile. Possibly a gcc bug.
31192         * gst/playback/gstplaybin.c: (gen_video_element),
31193         (gen_audio_element):
31194           Add a reference to an application-provided object, because we lose
31195           this same reference if we add it to the bin. If we don't do this,
31196           we can only use this object once and thus crash if we go from
31197           ready to playing, back to ready and back to playing again.
31198           Also add an audioscale element because several cheap soundcards -
31199           like mine - don't support all samplerates.
31200         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31201         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31202           Fix wrong order or PAR calls. Makes automatically obtained PAR
31203           from the X server atually being used.
31204
31205 2004-09-12  David Schleef  <ds@schleef.org>
31206
31207         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31208         #151887, #152102, #152247.
31209         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31210         * examples/seeking/cdparanoia.c: same
31211         * examples/seeking/cdplayer.c: same
31212         * examples/seeking/seek.c: same
31213         * examples/seeking/spider_seek.c: same
31214         * examples/seeking/vorbisfile.c: same
31215         * examples/stats/mp2ogg.c: same
31216         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31217         (gst_esdsink_dispose): Dispose of element properly.
31218         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31219         fixes.
31220         * ext/nas/nassink.c: (gst_nassink_class_init),
31221         (gst_nassink_dispose): Dispose of element correctly.
31222         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31223         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31224         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31225         Fix 64-bit warning.
31226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31227         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31228         Fix 64-bit warning.
31229
31230 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31231
31232         * configure.ac : change speex detection as 1.1.6 now uses
31233           .pc/pkg-config and they changed their headers location.
31234
31235 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31236
31237         * gst/matroska/matroska-mux.h:
31238         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31239         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31240         (gst_matroska_mux_write_data):
31241           Write multiple blocks/frames per cluster.
31242                 Write meta-seek information (seek heads).
31243
31244 2004-09-09  Scott Wheeler <wheeler@kde.org>
31245
31246         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31247         (gst_play_bin_set_property), (gst_play_bin_get_property),
31248         (gen_audio_element), (gen_audio_element):
31249           Add a volume element / property to the pipeline.
31250
31251 2004-09-07  Wim Taymans  <wim@fluendo.com>
31252
31253         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31254         Copy timestamps from the master pad to the output buffers.
31255
31256 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31257
31258         * ext/raw1394/gstdv1394src.c:
31259           throw errors when applicable
31260
31261 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31262
31263         * gst/matroska/ebml-ids.h:
31264         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31265         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31266         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31267           automatically convert unix time <-> ebml time when reading/writing
31268           a date, use gst_ebml_write_uint to write CUETIME,
31269           not gst_ebml_write_date.
31270         * gst/matroska/matroska-ids.h:
31271         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31272         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31273         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31274         (gst_matroska_mux_write_data):
31275           Write track and segment UIDs, write muxing date, write
31276           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31277           Create cues for audio only files.
31278
31279 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31280
31281         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31282         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31283           Re-commit ALSA switches.
31284         * gst/adder/gstadder.c: (gst_adder_loop):
31285           64-bit fix (#151416).
31286         * gst/debug/progressreport.c: (gst_progressreport_report):
31287           64-bit fix (#151419).
31288         * gst/matroska/matroska-demux.c:
31289         (gst_matroska_demux_parse_contents):
31290           64-bit fix (#151420).
31291         * gst/playback/test3.c: (update_scale):
31292           64-bit fix (#151421).
31293
31294 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31295
31296         * configure.ac:
31297           bump nano to cvs
31298
31299 === release 0.8.4 ===
31300
31301 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31302
31303         * configure.ac: releasing 0.8.4, "Alias"
31304
31305 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31306
31307         * ext/theora/Makefile.am:
31308           fix makefile.  Fixes #151462.
31309
31310 2004-08-30  Wim Taymans  <wim@fluendo.com>
31311
31312         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31313         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31314         (gst_multifdsink_remove_client_link),
31315         (gst_multifdsink_client_queue_buffer),
31316         (gst_multifdsink_handle_client_write):
31317         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31318         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31319         Fix some memory leaks.
31320
31321 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31322
31323         Patch by: David Schleef
31324
31325         * configure.ac:
31326         * sys/Makefile.am:
31327           rename our detection macro for V4L2.  Fixes #151236.
31328
31329 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31330
31331         Patch by: David Schleef
31332
31333         * configure.ac:
31334           check to define LAMEPRESET.  Fixes #151232.
31335
31336 2004-08-27  David Schleef  <ds@schleef.org>
31337
31338         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31339         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31340         (gst_glimagesink_fixate):  Move local variable declarations to
31341         make gcc-2.95 happy.
31342
31343 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31344
31345         * configure.ac:
31346           bump nano for prerelease
31347
31348 2004-08-27  David Schleef  <ds@schleef.org>
31349
31350         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31351         * sys/sunaudio/gstsunaudiosrc.c:
31352         * sys/sunaudio/gstsunaudiosrc.h:
31353
31354 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31355
31356         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31357         handle EOS correctly
31358         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31359         * gst/matroska/matroska-mux.h:
31360         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31361         VFW compatibility mode
31362
31363 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31364
31365         patch by: Zaheer Abbas Merali
31366
31367         * ext/ogg/gstoggmux.c:
31368         * ext/vorbis/vorbisenc.c:
31369         * ext/vorbis/vorbisenc.h:
31370           handle NEWMEDIA
31371
31372 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31373
31374         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31375         fix byte order reversion on little endian machines.
31376         * gst/matroska/matroska-mux.c: (audiosink_templ),
31377         (gst_matroska_mux_audio_pad_link):
31378         add TTA codec to the list of supported codecs.
31379         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31380         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31381         (gst_matroska_mux_write_data):
31382         * gst/matroska/matroska-mux.h:
31383         write segment duration correctly, write muxing app string, fixes bugs
31384         #140897 and #140898.
31385         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31386         wait for all pads to be negotiated before starting to mux.
31387
31388 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31389
31390         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31391         * ext/lame/gstlame.h:
31392         Added new media support to lame
31393
31394 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31395
31396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31397         send vorbis headers at the beginning of a stream, fixes bug #141554.
31398         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31399         bug #148950.
31400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31401         (gst_matroska_demux_plugin_init):
31402         * gst/matroska/matroska-ids.h:
31403         enable demuxing of TTA audio streams, fixes bug #148951.
31404         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31405         enable typefinding for TTA audio files, fixes bug #148711.
31406         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31407         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31408         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31409
31410 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31411
31412         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31413         (gst_riff_read_element_data), (gst_riff_read_seek),
31414         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31415         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31416         <teuf@gnome.org>
31417
31418 2004-08-23 Iain <iaingnome@gmail.com>
31419
31420         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31421         tags. They appear to be handled differently to normal.
31422         (tag_list_to_id3_tag_foreach): Ditto.
31423
31424 2004-08-22  Wim Taymans  <wim@fluendo.com>
31425
31426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31427         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31428         Make sure we never send -1 granulepos.
31429
31430 2004-08-20  Wim Taymans  <wim@fluendo.com>
31431
31432         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31433         (gst_ogg_mux_loop):
31434         I will accept bitchslappings with non sharp objects.
31435
31436 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31437
31438         * configure.ac:
31439         Clean up the test for lame presets
31440
31441 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31442
31443         * configure.ac:
31444         * ext/lame/Makefile.am:
31445         * ext/lame/gstlame.c: (gst_lame_class_init),
31446         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31447         Only enable lame presets if version of lame has presets in API
31448
31449 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31450         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31451         * gst/udp/gstudpsrc.h:
31452           Don't call gst_pad_push in a get function. Fixes #150449
31453
31454 2004-08-18  Wim Taymans  <wim@fluendo.com>
31455
31456         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31457         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31458         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31459         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31460         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31461         (gst_fdset_wait):
31462         * gst/tcp/gstfdset.h:
31463         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31464         (gst_multifdsink_client_queue_buffer),
31465         (gst_multifdsink_handle_client_write):
31466         * gst/tcp/gstmultifdsink.h:
31467         Some extra checks in gstfdset.
31468         Only use send() when the fd is a socket. Don't try to
31469         read from write only fds.
31470
31471 2004-08-18  Wim Taymans  <wim@fluendo.com>
31472
31473         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31474         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31475         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31476         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31477         (gst_fdset_wait):
31478         Add more locking and bounds checking.
31479
31480 2004-08-18  Wim Taymans  <wim@fluendo.com>
31481
31482         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31483         Realloc test fdset in the lock and right before starting
31484         the poll call. Bump the limit to 4096.
31485
31486 2004-08-17  David Schleef  <ds@schleef.org>
31487
31488         * sys/sunaudio/Makefile.am:
31489         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31490         of rates and channels.  Make debugging less obnoxious.
31491
31492         Patch from Balamurali Viswanathan implementing a mixer for
31493         Sun audio.  (bug #144091):
31494         * sys/sunaudio/gstsunelement.c:
31495         * sys/sunaudio/gstsunelement.h:
31496         * sys/sunaudio/gstsunmixer.c:
31497         * sys/sunaudio/gstsunmixer.h:
31498
31499 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31500
31501         * gst/audioscale/gstaudioscale.c:
31502         * gst/audioscale/gstaudioscale.h:
31503         made audioscale resample from any sample rate to any sample rate
31504
31505 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31506
31507         * ext/libpng/gstpngdec.c:
31508           error out on unsupported types
31509
31510 2004-08-17  Iain <iaingnome@gmail.com>
31511
31512         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31513         mid_side and loose_mid_side properties if its a stereo stream.
31514
31515 2004-08-17  Wim Taymans  <wim@fluendo.com>
31516
31517         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31518         (theora_get_formats), (theora_dec_src_convert),
31519         (theora_dec_sink_convert), (theora_dec_src_query),
31520         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31521         Add a debug line.
31522
31523 2004-08-17  Wim Taymans  <wim@fluendo.com>
31524
31525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31526         (gst_ogg_pad_push):
31527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31528         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31529         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31530         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31531         Mark delta units in the muxer.
31532         Try to decode the packet after an out-of-sync error from
31533         libogg.
31534
31535 2004-08-17  Wim Taymans  <wim@fluendo.com>
31536
31537         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31538         (gst_multifdsink_init), (gst_multifdsink_add),
31539         (gst_multifdsink_client_queue_buffer),
31540         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31541         * gst/tcp/gstmultifdsink.h:
31542         Added option to send a keyframe to clients as the first buffer.
31543         Make timeout property writable.
31544
31545 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31546
31547         patch by: Wim Taymans
31548
31549         * gst/tcp/gstfdset.c:
31550         * gst/tcp/gstmultifdsink.c:
31551           fix index comparison, should include 0
31552
31553 2004-08-16  Wim Taymans  <wim@fluendo.com>
31554
31555         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31556         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31557         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31558         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31559         (gst_fdset_wait):
31560           copy when reallocing for poll so the select arguments don't get
31561           changed during the call
31562
31563 2004-08-16  Wim Taymans  <wim@fluendo.com>
31564
31565         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31566         (gst_theora_enc_class_init), (theora_enc_sink_link),
31567         (theora_buffer_from_packet), (theora_enc_chain):
31568         Fix bug where buffers were not marked as keyframes
31569         correctly.
31570
31571 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31572
31573         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31574         (gst_lame_preset_get_type), (gst_lame_class_init):
31575         describe the enum values for vbr mode and presets more verbosely
31576
31577 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31578
31579         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31580         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31581         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31582         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31583         * ext/lame/gstlame.h:
31584         add preset property to lame so it can use lame presets
31585
31586 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31587
31588         * ext/lame/gstlame.c: (gst_lame_get_property):
31589         whoops forgot break, thanks teuf
31590
31591 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31592
31593         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31594         (gst_lame_class_init), (gst_lame_src_getcaps),
31595         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31596         (gst_lame_get_property), (gst_lame_setup):
31597         * ext/lame/gstlame.h:
31598         fix lame's broken vbr stuff, allow it to resample if need be, and also
31599         make xing header optional
31600
31601 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31602
31603         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31604         added getcaps function so samplerate doesnt get fixated to silly values
31605
31606 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31607
31608         * ext/lame/gstlame.c: (gst_lame_src_link):
31609         revert previous fix
31610
31611 2004-08-12  Johan Dahlin  <johan@gnome.org>
31612
31613         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31614         checks. Doesn't matter what state we are in. Interfaces are a
31615         compile time thing, not runtime. It also broke the python bindings.
31616
31617 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31618
31619         * ext/lame/gstlame.c: (gst_lame_src_link):
31620         made source pad link function check if sinkpad is ok..fixes the problem
31621         where core fixates the output rate of lame stupidly
31622
31623 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31624
31625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31626         * sys/v4l/v4l_calls.c:
31627         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31628           fix fixate function to handle nonsimple caps.
31629           remove bogus check in _link
31630           cleanups
31631
31632 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31633
31634         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31635         set default compression ratio parameter to 0.0 so bitrate parameter
31636         works :)
31637
31638 2004-08-11  David Schleef  <ds@schleef.org>
31639
31640         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31641
31642 2004-08-11  David Schleef  <ds@schleef.org>
31643
31644         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31645         before.
31646
31647 2004-08-11  David Schleef  <ds@schleef.org>
31648
31649         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31650
31651 2004-08-11  David Schleef  <ds@schleef.org>
31652
31653         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31654           license field
31655         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31656         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31657           LGPL.
31658         * gst/auparse/gstauparse.c: Fix plugin license field.
31659         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31660         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31661         * gst/rtp/gstrtp.c: Fix plugin license field.
31662
31663 2004-08-11  Wim Taymans  <wim@fluendo.com>
31664
31665         * gst/tcp/Makefile.am:
31666         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31667         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31668         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31669         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31670         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31671         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31672         (gst_fdset_fd_can_write), (gst_fdset_wait):
31673         * gst/tcp/gstfdset.h:
31674         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31675         (gst_multifdsink_class_init), (gst_multifdsink_init),
31676         (gst_multifdsink_add), (gst_multifdsink_remove),
31677         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31678         (gst_multifdsink_remove_client_link),
31679         (gst_multifdsink_handle_client_read),
31680         (gst_multifdsink_client_queue_data),
31681         (gst_multifdsink_client_queue_caps),
31682         (gst_multifdsink_client_queue_buffer),
31683         (gst_multifdsink_handle_client_write),
31684         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31685         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31686         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31687         (gst_multifdsink_close):
31688         * gst/tcp/gstmultifdsink.h:
31689         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31690         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31691         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31692         (gst_tcpserversink_close):
31693         * gst/tcp/gsttcpserversink.h:
31694         Abstracted away the select call, implemented poll (yes we ran into
31695         the 1024 limit in production).
31696
31697 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31698
31699         * gst/tcp/gsttcp.c:
31700         * gst/tcp/gsttcpplugin.c:
31701           improve debuggging, remove assert
31702
31703 2004-08-10  Wim Taymans  <wim@fluendo.com>
31704
31705         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31706         (gst_client_status_get_type), (gst_multifdsink_class_init),
31707         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31708         (gst_multifdsink_handle_client_read),
31709         (gst_multifdsink_handle_client_write),
31710         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31711         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31712         (gst_multifdsink_get_property):
31713         * gst/tcp/gstmultifdsink.h:
31714         * gst/tcp/gsttcp-marshal.list:
31715         Starting to prepare for specifying buffer time in other units
31716         than buffers. Expose remove reason in signal.
31717
31718 2004-08-10  Wim Taymans  <wim@fluendo.com>
31719
31720         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31721         (gst_multifdsink_remove), (gst_multifdsink_clear),
31722         (gst_multifdsink_remove_client_link),
31723         (gst_multifdsink_handle_client_read),
31724         (gst_multifdsink_client_queue_data),
31725         (gst_multifdsink_client_queue_buffer),
31726         (gst_multifdsink_handle_client_write),
31727         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31728         (gst_multifdsink_chain), (gst_multifdsink_close):
31729         * gst/tcp/gstmultifdsink.h:
31730         Added more debugging info. Changed the way clients are
31731         removed from the lists. Fixed a bug where a bad file descriptor
31732         could cause many clients to be removed.
31733
31734 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31735
31736         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31737           allow all pixel-aspect-ratios, not just 1:1
31738
31739 2004-08-09  David Schleef  <ds@schleef.org>
31740
31741         * sys/glsink/ARB_multitexture.h:  Remove old files.
31742         * sys/glsink/EXT_paletted_texture.h:
31743         * sys/glsink/NV_register_combiners.h:
31744         * sys/glsink/gstgl_nvimage.c:
31745         * sys/glsink/gstgl_pdrimage.c:
31746         * sys/glsink/gstgl_rgbimage.c:
31747         * sys/glsink/gstglsink.c:
31748         * sys/glsink/gstglsink.h:
31749         * sys/glsink/gstglxwindow.c:
31750         * sys/glsink/regcomb_yuvrgb.c:
31751
31752 2004-08-09  David Schleef  <ds@schleef.org>
31753
31754         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31755         GL sink plugin.  (Bug #147302)
31756
31757         * configure.ac: Test for OpenGL
31758         * sys/Makefile.am: Use test for OpenGL
31759         * sys/glsink/Makefile.am:
31760         * sys/glsink/glimagesink.c: rewrite
31761         * sys/glsink/glimagesink.h: rewrite
31762
31763 2004-08-09  David Schleef  <ds@schleef.org>
31764
31765         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31766         sane framerates.
31767         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31769         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31770
31771 2004-08-09  Wim Taymans  <wim@fluendo.com>
31772
31773         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31774         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31775         (gst_multifdsink_client_remove),
31776         (gst_multifdsink_handle_client_read),
31777         (gst_multifdsink_handle_client_write),
31778         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31779         Do a bit more logging, make the client_read code more robust.
31780
31781 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31782
31783         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31784         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31785         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31786         (gst_jpegdec_init), (gst_jpegdec_chain):
31787         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31788         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31789           cleanups, debugging fixes and memleak plugging
31790
31791 2004-08-09  Wim Taymans  <wim@fluendo.com>
31792
31793         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31794         (theora_get_formats), (theora_dec_src_convert),
31795         (theora_dec_sink_convert), (theora_dec_src_query),
31796         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31797         (theora_dec_change_state):
31798         Don't crash on missing header packets.
31799
31800 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31801
31802         * po/LINGUAS:
31803         * po/sq.po:
31804           Added Albanian translation (Laurent Dhima)
31805         * po/cs.po:
31806           updated
31807
31808 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31809
31810         * ext/lame/gstlame.c:
31811           fix/add debugging
31812
31813 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31814
31815         * sys/ximage/ximagesink.c:
31816         * sys/xvimage/xvimagesink.c:
31817           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31818
31819 2004-08-06  Wim Taymans  <wim@fluendo.com>
31820
31821         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31822         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31823         (gst_multifdsink_client_remove),
31824         (gst_multifdsink_handle_client_read),
31825         (gst_multifdsink_handle_client_write),
31826         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31827         Make sure we don't try to read more from a client that what
31828         ioctl says us or we deadlock.
31829
31830 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31831
31832         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31833         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31834         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31835           decouple running_time and n_frames so it can handle changing
31836           framerate while running
31837
31838 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31839
31840         * po/nl.po:
31841         * po/sv.po:
31842           updated translations
31843
31844 2004-08-04  Benjamin Otte  <otte@gnome.org>
31845
31846         * gst/videotestsrc/gstvideotestsrc.c:
31847         (gst_videotestsrc_get_capslist), (generate_capslist),
31848         (plugin_init):
31849           generate the list of supported caps at startup and reuse it instead
31850           of always generating it
31851
31852 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31853
31854         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31855           whoops, last checkin broke normal build
31856
31857 2004-08-03  Benjamin Otte  <otte@gnome.org>
31858
31859         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31860         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31861         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31862         (gst_alsa_mixer_get_option):
31863         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31864         (dvdnavsrc_print_event):
31865         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31867         (gst_ogg_mux_pad_unlink):
31868         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31869         (gst_multipart_mux_pad_unlink):
31870         * gst/videofilter/gstvideobalance.c:
31871         (gst_videobalance_colorbalance_set_value):
31872         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31873         (gst_videomixer_pad_unlink):
31874         * po/uk.po:
31875         * sys/oss/gstossmixer.c:
31876         * sys/v4l/gstv4lcolorbalance.c:
31877         * sys/v4l/gstv4ltuner.c:
31878         * sys/v4l/v4lsrc_calls.c:
31879         * sys/v4l2/gstv4l2colorbalance.c:
31880         * sys/v4l2/gstv4l2tuner.c:
31881           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31882
31883 2004-08-03  Benjamin Otte  <otte@gnome.org>
31884
31885         * examples/dynparams/filter.c: (ui_control_create):
31886         * examples/gstplay/player.c: (print_tag):
31887         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31888         * ext/gdk_pixbuf/gstgdkanimation.c:
31889         (gst_gdk_animation_iter_may_advance):
31890         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31891         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31892         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31893         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31894         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31895         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31896         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31897         * gst/sine/demo-dparams.c: (main):
31898         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31899         * testsuite/alsa/formats.c: (create_pipeline):
31900         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31901           fixes for G_DISABLE_ASSERT and friends
31902         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31903         (mp3_type_frame_length_from_header), (mp3_type_find),
31904         (plugin_init):
31905           require mp3 typefinding to have at least MIN_HEADERS valid headers
31906           add typefinding for AAC adts files
31907
31908 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31909
31910         * sys/ximage/ximagesink.c:
31911         (gst_ximagesink_calculate_pixel_aspect_ratio):
31912         * sys/xvimage/xvimagesink.c:
31913         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31914         Make sure we calculate pixel-aspect-ratio using floating point maths
31915
31916 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31917
31918         * po/uk.po:
31919           updated translation
31920
31921 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31922
31923         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31925           add debugging for display PAR calculation
31926
31927 2004-08-02  David Schleef  <ds@schleef.org>
31928
31929         * configure.ac: Fix mikmod CFLAGS.
31930
31931 2004-07-27  Benjamin Otte  <otte@gnome.org>
31932
31933         * gst/audioscale/gstaudioscale.c:
31934         - fix templates to only support S16, it's the only format that works
31935         - make caps nego code use try_set_caps_nonfixed and fixation instead
31936         of try_set_caps twice, which is not nice for autopluggers
31937         - change rank to secondary, so autopluggers can pick it up after
31938         audioconvert
31939
31940 2004-08-02  Iain <iain@prettypeople.org>
31941
31942         * gst/interleave/interleave.c (interleave_init),
31943         (interleave_request_new_pad),
31944         (interleave_pad_removed),
31945         (interleave_buffered_loop): Use the real pad count, not the artificial
31946         one.
31947
31948 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31949
31950         * configure.ac: bump nano back to development
31951
31952 === release 0.8.3 ===
31953
31954 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31955
31956         * configure.ac: releasing 0.8.3, "Water"
31957
31958 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31959
31960         * sys/xvimage/xvimagesink.c:
31961         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31962         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31963         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31964         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31965         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31966         * sys/xvimage/xvimagesink.h:
31967           apply similar PAR fixes as to ximagesink
31968
31969 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31970
31971         patch from: Benjamin Otte
31972
31973         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31974           add link function to lame.  Fixes #148986.
31975
31976 2004-08-02  Johan Dahlin  <johan@gnome.org>
31977
31978         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31979         fix debugging log
31980
31981 2004-07-30  David Schleef  <ds@schleef.org>
31982
31983         * gst/videomixer/Makefile.am: Fix things that should have been
31984         fixed in the last checkin.
31985
31986 2004-07-30  David Schleef  <ds@schleef.org>
31987
31988         * gst/multipart/Makefile.am: Fix things that should have been
31989         fixed in the last checkin.
31990
31991 2004-07-30  David Schleef  <ds@schleef.org>
31992
31993         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31994
31995 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31996
31997         * configure.ac:
31998           bump nano for prerelease
31999         * po/af.po:
32000         * po/az.po:
32001         * po/cs.po:
32002         * po/en_GB.po:
32003         * po/hu.po:
32004         * po/nl.po:
32005         * po/sr.po:
32006         * po/sv.po:
32007         * po/uk.po:
32008           updates
32009
32010 2004-07-30  Wim Taymans  <wim@fluendo.com>
32011
32012         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32013         (gst_multifdsink_add), (gst_multifdsink_remove),
32014         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32015         (gst_multifdsink_client_remove),
32016         (gst_multifdsink_handle_client_write),
32017         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32018         * gst/tcp/gstmultifdsink.h:
32019         Recover from a select with a bad file descriptor by removing
32020         the client.
32021
32022 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32023
32024         * configure.ac:
32025           fix requirement of core
32026         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32027         (gst_play_pipeline_setup):
32028           don't use colorspace element.  do use hermescolorspace element.
32029           make macro to get a colorspace element.
32030           mark strings for translation.
32031         * po/POTFILES.in:
32032           add play.c
32033         * po/af.po:
32034         * po/az.po:
32035         * po/cs.po:
32036         * po/en_GB.po:
32037         * po/hu.po:
32038         * po/nl.po:
32039         * po/sr.po:
32040         * po/sv.po:
32041         * po/uk.po:
32042           update translations
32043
32044 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32045
32046         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32047         fix default for newmedia flag
32048
32049 2004-07-30  Wim Taymans  <wim@fluendo.com>
32050
32051         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32052         (gst_theora_dec_init), (theora_get_formats),
32053         (theora_dec_src_convert), (theora_dec_sink_convert),
32054         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32055         (theora_dec_chain), (theora_dec_set_property),
32056         (theora_dec_get_property):
32057         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32058         (gst_theora_enc_class_init), (gst_theora_enc_init),
32059         (theora_enc_sink_link), (theora_enc_chain),
32060         (theora_enc_set_property), (theora_enc_get_property):
32061         Added cropping option to theora decoder.
32062         Added border option to theora encoder.
32063
32064 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32065
32066         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32067         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32068         (gst_pngenc_set_property):
32069         * ext/libpng/gstpngenc.h:
32070         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
32071
32072 2004-07-30  Wim Taymans  <wim@fluendo.com>
32073
32074         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32075         (theora_enc_sink_link), (theora_enc_chain),
32076         (theora_enc_set_property), (theora_enc_get_property):
32077         Fix encoding of non-multiple-of-16 video.
32078
32079 2004-07-29  David Schleef  <ds@schleef.org>
32080
32081         * configure.ac: make test for audiofile more strict
32082
32083 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32084
32085         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32086           give different names to typefind functions
32087
32088 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32089
32090         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32091         (gst_ximagesink_calculate_pixel_aspect_ratio),
32092         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32093         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32094         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32095         (gst_ximagesink_get_property), (gst_ximagesink_init):
32096         * sys/ximage/ximagesink.h:
32097           allocate PAR's dynamically.
32098           use autodetected PAR if no object-set PAR is given.
32099           add workaround for directfb's X not setting physical size.
32100           fix to xvimagesink will follow tomorrow.
32101
32102 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32103
32104         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32105         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32106         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32107         (gst_shout2send_class_init), (gst_shout2send_init),
32108         (set_shout_metadata), (gst_shout2send_set_metadata),
32109         (gst_shout2send_chain), (gst_shout2send_set_property),
32110         (gst_shout2send_get_property), (gst_shout2send_connect),
32111         (gst_shout2send_change_state):
32112         * ext/shout2/gstshout2.h:
32113         - fix for sending mp3 audio to icecast2 server, if pad link function not
32114         called before PAUSED state
32115         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32116         - added tagging support for mp3 audio broadcasted
32117         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32118         debug info
32119
32120 2004-07-28  Wim Taymans  <wim@fluendo.com>
32121
32122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32123         (gst_ogg_demux_push):
32124         Return query failure when we don't know the length of
32125         an ogg stream insteda of returning TRUE with a bogus value.
32126
32127 2004-07-28  Wim Taymans  <wim@fluendo.com>
32128
32129         * ext/theora/theoradec.c: (theora_get_formats),
32130         (theora_dec_src_convert), (theora_dec_sink_convert),
32131         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32132         (theora_dec_chain):
32133         Don't screw up the 1 Chroma for 1 luma sample situation when we
32134         have an odd offset/width by adding a black border in those cases.
32135
32136 2004-07-28  Wim Taymans  <wim@fluendo.com>
32137
32138         * ext/theora/theoradec.c: (theora_get_formats),
32139         (theora_dec_src_convert), (theora_dec_sink_convert),
32140         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32141         (theora_dec_chain):
32142         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32143         Added first attempt at cropping of the image as required by the
32144         theora spec. We need more properties in the caps (offset_x,
32145         offset_y,stride) to implement this correctly.
32146
32147 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32148
32149         * ext/dvdnav/README:
32150           Update the README to use dvddemux
32151         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32152           Ensure getcaps returns a subset of the template caps
32153         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32154         (gst_mpeg2subt_init):
32155           Ensure getcaps returns a subset of the template caps
32156         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32157         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32158         (gst_dvd_demux_get_subpicture_stream),
32159         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32160         * gst/mpegstream/gstdvddemux.h:
32161           Set the explicit caps on the current_video pad before pushing
32162           anything
32163         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32164         (gst_mpeg_demux_get_audio_stream):
32165           Free caps used to gst_pad_set_explicit_caps, which takes a const
32166           GstCaps *
32167
32168 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32169
32170         * configure.ac: update GStreamer requirement to 0.8.4 because of
32171           GstFraction.
32172
32173 2004-07-28  Wim Taymans  <wim@fluendo.com>
32174
32175         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32176         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32177         Add the pad to the element after setting up the caps. This
32178         makes it a lot easier to autoplug.
32179
32180 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32181
32182         * gst/median/gstmedian.c:
32183         * gst/mpeg2subt/gstmpeg2subt.c:
32184         * gst/mpegaudioparse/gstmpegaudioparse.c:
32185         * gst/mpegstream/gstdvddemux.c:
32186         * gst/mpegstream/gstmpegdemux.c:
32187         * gst/mpegstream/gstmpegpacketize.c:
32188         * gst/rtjpeg/gstrtjpeg.c:
32189         * gst/rtjpeg/gstrtjpegdec.c:
32190         * gst/rtjpeg/gstrtjpegenc.c:
32191         * gst/sine/gstsinesrc.c:
32192         * gst/smooth/gstsmooth.c:
32193         * gst/smpte/gstsmpte.c:
32194         * gst/smpte/gstsmpte.h:
32195         * gst/stereo/gststereo.c:
32196         * gst/videofilter/gstgamma.c:
32197         * gst/videofilter/gstvideobalance.c:
32198         * gst/videofilter/gstvideofilter.c:
32199         * gst/videofilter/gstvideoflip.c:
32200         * gst/videoscale/gstvideoscale.c:
32201         * gst/videoscale/videoscale.c:
32202         * gst/videotestsrc/gstvideotestsrc.c:
32203         * gst/videotestsrc/videotestsrc.c:
32204         * gst/wavenc/gstwavenc.c:
32205         * gst/wavparse/gstwavparse.c:
32206           fix local includes and 64 bits constants
32207
32208 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32209
32210         * win32/gst.sln:
32211         * gst-libs/gst/*/*.vcproj:
32212         * gst/*/*.vcproj:
32213           more working plugins
32214
32215 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32216
32217         * testsuite/alsa/Makefile.am:
32218         * testsuite/alsa/srcstate.c:
32219         add test for alsasrc changing state
32220
32221 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32222
32223         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32224         (gst_silence_get):
32225         * gst/silence/gstsilence.h:
32226         fix silence generation for 16bit raw audio
32227
32228 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32229
32230         * gst/matroska/matroska-demux.c:
32231         (gst_matroska_demux_parse_metadata),
32232         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32233         * gst/mpegaudio/common.c:
32234         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32235         (gst_videoscale_getcaps), (gst_videoscale_link),
32236         (gst_videoscale_src_fixate), (gst_videoscale_init),
32237         (gst_videoscale_finalize):
32238         * gst/videoscale/gstvideoscale.h:
32239         * gst/videotestsrc/gstvideotestsrc.c:
32240         (gst_videotestsrc_get_capslist):
32241         * gst/wavenc/gstwavenc.c:
32242         * sys/oss/gstossmixer.c: (fill_labels):
32243         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32244         (gst_ximagesink_handle_xevents),
32245         (gst_ximagesink_calculate_pixel_aspect_ratio),
32246         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32247         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32248         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32249         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32250         (gst_ximagesink_init), (gst_ximagesink_class_init):
32251         * sys/ximage/ximagesink.h:
32252         * sys/xvimage/xvimagesink.c:
32253         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32254         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32255         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32256         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32257         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32258         * sys/xvimage/xvimagesink.h:
32259           first batch of pixel aspect ratio commits.
32260
32261 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32262
32263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32264         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32265         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32266           handle stride, needs work if we want to move stride handling
32267           upstream, but works correctly for our purposes.
32268
32269 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32270
32271         * gst/videoscale/README:
32272           add testing examples
32273         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32274         (gst_videoscale_chain):
32275         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32276         (gst_videoscale_get_size):
32277           add get_size function that handles stride like videotestsrc.
32278           fixes conversion for YUV formats for as much as I can test them.
32279
32280 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32281
32282         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32283         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32285         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32286         (gst_xvimagesink_xvimage_put):
32287           further cleanups, logging, error handling and synchronizing
32288
32289 2004-07-27  Wim Taymans  <wim@fluendo.com>
32290
32291         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32292         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32293         (gst_videomixer_pad_set_property),
32294         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32295         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32296         (gst_videomixer_class_init), (gst_videomixer_init),
32297         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32298         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32299         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32300         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32301         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32302         (gst_videomixer_loop), (plugin_init):
32303         Be a nicer negotiation citizen and provide a getcaps function on
32304         the srcpad. This also fixes a crash when resizing.
32305
32306 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32307
32308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32309         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32310
32311 2004-07-27  Wim Taymans  <wim@fluendo.com>
32312
32313         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32314         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32315         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32316         (gst_pngenc_set_property):
32317         * ext/libpng/gstpngenc.h:
32318         Added snapshot property to pngenc.
32319         removed g_print from pngdec
32320
32321 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32322
32323         * gst/ac3parse/ac3parse.vcproj
32324         * gst/adder/adder.vcproj
32325         * gst/alpha/alpha.vcproj
32326         * gst/alpha/alphacolor.vcproj
32327         * gst/asfdemux/asf.vcproj
32328         * gst/audioconvert/audioconvert.vcproj
32329         * gst/audiorate/audiorate.vcproj
32330         * gst/audioscale/audioscale.vcproj
32331         * gst/auparse/auparse.vcproj
32332         * gst/avi/avi.vcproj
32333         * gst/cdxaparse/cdxaparse.vcproj
32334         * gst/chart/chart.vcproj
32335         * gst/colorspace/colorspace.vcproj
32336         * gst/cutter/cutter.vcproj
32337         * gst/debug/debug.vcproj
32338         * gst/debug/efence.vcproj
32339         * gst/debug/navigationtest.vcproj
32340         * gst/deinterlace/deinterlace.vcproj
32341         * gst/effectv/effectv.vcproj
32342         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32343         * gst/filter/filter.vcproj
32344         * gst/flx/flxdec.vcproj
32345         * gst/goom/goom.vcproj
32346         * gst/interleave/interleave.vcproj
32347         * gst/law/alaw.vcproj
32348         * gst/law/mulaw.vcproj
32349         * gst/matroska/matroska.vcproj
32350         * gst/median/median.vcproj
32351         * gst/mixmatrix/mixmatrix.vcproj
32352         * gst/mpeg1sys/mpeg1systemencode.vcproj
32353         * gst/mpeg1videoparse/mp1videoparse.vcproj
32354         * gst/mpeg2sub/mpeg2subt.vcproj
32355         * gst/mpegaudio/mpegaudio.vcproj
32356         * gst/mpegaudioparse/mpegaudioparse.vcproj
32357         * gst/mpegstream/mpegstream.vcproj
32358         * gst/multifilesink/multifilesink.vcproj
32359         * gst/multipart/multipart.vcproj
32360         * gst/oneton/oneton.vcproj
32361         * gst/overlay/overlay.vcproj
32362         * gst/passthrough/passthrough.vcproj
32363         * gst/qtdemux/qtdemux.vcproj
32364         * gst/realmedia/rmdemux.vcproj
32365         * gst/rtjpeg/rtjpeg.vcproj
32366         * gst/rtp/rtp.vcproj
32367         * gst/silence/silence.vcproj
32368         * gst/sine/sinesrc.vcproj
32369         * gst/smooth/smooth.vcproj
32370         * gst/smpte/smpte.vcproj
32371         * gst/spectrum/spectrum.vcproj
32372         * gst/speed/speed.vcproj
32373         * gst/stereo/stereo.vcproj
32374         * gst/switch/switch.vcproj
32375         * gst/tags/tagedit.vcproj
32376         * gst/tcp/tcp.vcproj
32377         * gst/typefind/typefindfunctions.vcproj
32378         * gst/udp/udp.vcproj
32379         * gst/videobox/videobox.vcproj
32380         * gst/videocrop/videocrop.vcproj
32381         * gst/videodrop/videodrop.vcproj
32382         * gst/videofilter/gamma.vcproj
32383         * gst/videofilter/videobalance.vcproj
32384         * gst/videofilter/videofilter.vcproj
32385         * gst/videofilter/videoflip.vcproj
32386         * gst/videoflip/videoflip.vcproj
32387         * gst/videomixer/videomixer.vcproj
32388         * gst/videorate/videorate.vcproj
32389         * gst/videoscale/videoscale.vcproj
32390         * gst/videotestsrc/videotestsrc.vcproj
32391         * gst/virtualdub/virtualdub.vcproj
32392         * gst/volenv/volenv.vcproj
32393         * gst/volume/volume.vcproj
32394         * gst/wavenc/wavenc.vcproj
32395         * gst/wavparse/wavparse.vcproj
32396         * gst/y4m/y4menc.vcproj
32397         * gst-libs/gst/audio/audio.vcproj
32398         * gst-libs/gst/audio/audiofilter.vcproj
32399         * gst-libs/gst/colorbalance/colorbalance.vcproj
32400         * gst-libs/gst/idct/idtc.vcproj
32401         * gst-libs/gst/media-info/media-info.vcproj
32402         * gst-libs/gst/mixer/mixer.vcproj
32403         * gst-libs/gst/navigation/navigation.vcproj
32404         * gst-libs/gst/play/play.vcproj
32405         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32406         * gst-libs/gst/resample/resample.vcproj
32407         * gst-libs/gst/riff/riff.vcproj
32408         * gst-libs/gst/tuner/tuner.vcproj
32409         * gst-libs/gst/video/video.vcproj
32410         * gst-libs/gst/xoverlay/xoverlay.vcproj
32411           avoid problems with math.h, fix release dependancy
32412           rename GStreamer-0.8.lib to libgstreamer.lib
32413
32414 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32415
32416         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32418         the atom is not available we have to unlock the mutex. Fixes #148023
32419
32420 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32421
32422         * gst-libs/gst/media-info/media-info.h:
32423           issue for a vararg macro with MSVC
32424
32425 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32426
32427         * gst/effectv/effectv.vcproj
32428         * gst-libs/gst/idct/idct.vcproj:
32429         * gst-libs/gst/media-info/media-info.vcproj:
32430         * gst-libs/gst/navigation/navigation.vcproj:
32431         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32432         * gst-libs/gst/video/video.vcproj:
32433         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32434           fixes for build problems
32435
32436 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32437
32438         * gst-libs/gst/audio/audio.def:
32439         * gst-libs/gst/audio/riff.def:
32440           add some definitions needed by plugins
32441
32442 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32443
32444         * gst/asfdemux/gstasfmux.c
32445           Fix some 64 bits constants to be glib friendly
32446
32447 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32448
32449         * gst/ac3parse/gstac3parse.c
32450         * gst/audioscale/gstaudioscale.c
32451         * gst/auparse/gstauparse.c
32452         * gst/colorspace/gstcolorspace.c
32453         * gst/colorspace/yuv2rgb.h
32454           local include fixes
32455
32456 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32457
32458         * win32/gst.sln
32459           add more plugins to the build
32460
32461 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32462
32463         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32464         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32465
32466 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32467
32468         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32469         (gst_level_set_property), (gst_level_get_property),
32470         (gst_level_base_init), (gst_level_class_init):
32471           add debugging categories.  cleanups.
32472
32473 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32474
32475         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32476         (gst_videoscale_planar411), (gst_videoscale_planar400),
32477         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32478         (gst_videoscale_scale_nearest_str1),
32479         (gst_videoscale_scale_nearest_str2),
32480         (gst_videoscale_scale_nearest_str4),
32481         (gst_videoscale_scale_nearest_16bit),
32482         (gst_videoscale_scale_nearest_24bit):
32483           fixed stride issues
32484           tested with 320x240 -> 321, 322, 324 x240
32485           tested with YV12, I420, YUY2, UYVY
32486           fixed packed422rev (don't think it could have worked before)
32487           by testing with UYVY
32488
32489 2004-07-26  Benjamin Otte  <otte@gnome.org>
32490
32491         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32492         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32493         (plugin_init):
32494           add debugging category, add error checks like checking return values
32495           of setup calls, make sure it still works after
32496           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32497
32498 2004-07-26  Wim Taymans  <wim@fluendo.com>
32499
32500         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32501         (gst_mpeg_demux_get_audio_stream),
32502         (gst_mpeg_demux_process_private):
32503         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32504         Check for error codes from the negotiation functions. Make sure
32505         we really set the pad caps when a new pad is created.
32506
32507 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32508
32509         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32510         (gst_ffmpeg_caps_to_pix_fmt):
32511         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32513         (gst_ffmpegcolorspace_pad_link):
32514           don't make function do two things at the same time without reason.
32515
32516 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32517
32518         * gst/ac3parse/ac3parse.vcproj
32519         * gst/adder/adder.vcproj
32520         * gst/alpha/alpha.vcproj
32521         * gst/alpha/alphacolor.vcproj
32522         * gst/asfdemux/asf.vcproj
32523         * gst/audioconvert/audioconvert.vcproj
32524         * gst/audiorate/audiorate.vcproj
32525         * gst/audioscale/audioscale.vcproj
32526         * gst/auparse/auparse.vcproj
32527         * gst/avi/avi.vcproj
32528         * gst/cdxaparse/cdxaparse.vcproj
32529         * gst/chart/chart.vcproj
32530         * gst/colorspace/colorspace.vcproj
32531         * gst/cutter/cutter.vcproj
32532         * gst/debug/debug.vcproj
32533         * gst/debug/efence.vcproj
32534         * gst/debug/navigationtest.vcproj
32535         * gst/deinterlace/deinterlace.vcproj
32536         * gst/effectv/effectv.vcproj
32537         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32538         * gst/filter/filter.vcproj
32539         * gst/flx/flxdec.vcproj
32540         * gst/goom/goom.vcproj
32541         * gst/interleave/interleave.vcproj
32542         * gst/law/alaw.vcproj
32543         * gst/law/mulaw.vcproj
32544         * gst/matroska/matroska.vcproj
32545         * gst/median/median.vcproj
32546         * gst/mixmatrix/mixmatrix.vcproj
32547         * gst/mpeg1sys/mpeg1systemencode.vcproj
32548         * gst/mpeg1videoparse/mp1videoparse.vcproj
32549         * gst/mpeg2sub/mpeg2subt.vcproj
32550         * gst/mpegaudio/mpegaudio.vcproj
32551         * gst/mpegaudioparse/mpegaudioparse.vcproj
32552         * gst/mpegstream/mpegstream.vcproj
32553         * gst/multifilesink/multifilesink.vcproj
32554         * gst/multipart/multipart.vcproj
32555         * gst/oneton/oneton.vcproj
32556         * gst/overlay/overlay.vcproj
32557         * gst/passthrough/passthrough.vcproj
32558         * gst/qtdemux/qtdemux.vcproj
32559         * gst/realmedia/rmdemux.vcproj
32560         * gst/rtjpeg/rtjpeg.vcproj
32561         * gst/rtp/rtp.vcproj
32562         * gst/silence/silence.vcproj
32563         * gst/sine/sinesrc.vcproj
32564         * gst/smooth/smooth.vcproj
32565         * gst/smpte/smpte.vcproj
32566         * gst/spectrum/spectrum.vcproj
32567         * gst/speed/speed.vcproj
32568         * gst/stereo/stereo.vcproj
32569         * gst/switch/switch.vcproj
32570         * gst/tags/tagedit.vcproj
32571         * gst/tcp/tcp.vcproj
32572         * gst/typefind/typefindfunctions.vcproj
32573         * gst/udp/udp.vcproj
32574         * gst/videobox/videobox.vcproj
32575         * gst/videocrop/videocrop.vcproj
32576         * gst/videodrop/videodrop.vcproj
32577         * gst/videofilter/gamma.vcproj
32578         * gst/videofilter/videobalance.vcproj
32579         * gst/videofilter/videofilter.vcproj
32580         * gst/videofilter/videoflip.vcproj
32581         * gst/videoflip/videoflip.vcproj
32582         * gst/videomixer/videomixer.vcproj
32583         * gst/videorate/videorate.vcproj
32584         * gst/videoscale/videoscale.vcproj
32585         * gst/videotestsrc/videotestsrc.vcproj
32586         * gst/virtualdub/virtualdub.vcproj
32587         * gst/volenv/volenv.vcproj
32588         * gst/volume/volume.vcproj
32589         * gst/wavenc/wavenc.vcproj
32590         * gst/wavparse/wavparse.vcproj
32591         * gst/y4m/y4menc.vcproj
32592           more plugins supported under windows
32593
32594 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32595
32596         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32597         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32598         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32600         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32601           Add debugging statements.  Use the sizes as returned by the
32602           *CreateImage calls.
32603
32604 2004-07-26  Johan Dahlin  <johan@gnome.org>
32605
32606         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32607         the pad is negotiated.
32608
32609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32610
32611 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32612
32613         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32614         * gst-libs/gst/idct/idct.vcproj:
32615         * gst-libs/gst/media-info/media-info.vcproj:
32616         * gst-libs/gst/mixer/mixer.vcproj:
32617         * gst-libs/gst/navigation/navigation.vcproj:
32618         * gst-libs/gst/play/play.vcproj:
32619         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32620         * gst-libs/gst/resample/resample.vcproj:
32621         * gst-libs/gst/tuner/tuner.vcproj:
32622         * gst-libs/gst/video/video.vcproj:
32623         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32624           more plugins supported under windows
32625
32626 2004-07-25 Iain <iain@prettypeople.org>
32627
32628         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32629         pad now rather than when the pad is created because state changes wipe
32630         explicit caps (fixes #148043).
32631
32632 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32633
32634         reviewed by Benjamin Otte  <otte@gnome.org>
32635
32636         * ext/mad/gstmad.c:
32637           fix mad plugin crashing on Sun (fixes #148289)
32638
32639 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32640
32641         * gst/avi/avi.def:
32642         * gst/avi/avi.vcproj:
32643         * gst/matroska/matroska.def:
32644         * gst/matroska/matroska.vcproj:
32645           remove unused .def files
32646
32647 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32648
32649         * gst-libs/gst/audio/gstaudiofilter.c:
32650           Clean the local include
32651
32652 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32653
32654         * win32/gst.sln:
32655         * gst-libs/gst/audio/audio.def:
32656         * gst-libs/gst/audio/audio.vcproj:
32657         * gst-libs/gst/audio/audiofilter.vcproj:
32658         * gst-libs/gst/audio/riff.def:
32659         * gst-libs/gst/audio/riff.vcproj:
32660         * gst-libs/gst/gst-libs.def:
32661         * gst-libs/gst/gst-libs.vcproj:
32662         * gst/avi/avi.vcproj:
32663         * gst/avi/avi.vcproj:
32664           Copy the files where needed after building, cleaner projects
32665
32666 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32667
32668         * gst/matroska/ebml-write.c:
32669           Fix some 64 bits constants to be glib friendly
32670
32671 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32672
32673         * win32/gst.sln:
32674         * gst-libs/gst/gst-libs.def:
32675         * gst-libs/gst/gst-libs.vcproj:
32676         * gst/matroska/matroska.def:
32677         * gst/matroska/matroska.vcproj:
32678           Add the preliminary canvas to build plugins on Win32
32679
32680 2004-07-23  Benjamin Otte  <otte@gnome.org>
32681
32682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32683           don't enfore negotiation from source side, it breaks
32684           sinesrc ! audioconvert ! osssink
32685
32686 2004-07-22  David Schleef  <ds@schleef.org>
32687
32688         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32689         for ELF files, since they can easily be recognized as audio/mpeg.
32690         (bug #147441)
32691
32692 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32693
32694         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32695         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32696         (gst_videoscale_scale_nearest_24bit),
32697         (gst_videoscale_scale_nearest_16bit):
32698           fix 16bit and 24bit for stride (24bit might need testing)
32699           don't pretend we do more than one algorithm
32700
32701 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32702
32703         * configure.ac:
32704         * gst/Makefile.am:
32705         * gst/multifilesink/Makefile.am:
32706         * gst/multifilesink/gstmultifilesink.c:
32707         (gst_multifilesink_get_formats),
32708         (gst_multifilesink_get_query_types), (_do_init),
32709         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32710         (gst_multifilesink_init), (gst_multifilesink_dispose),
32711         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32712         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32713         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32714         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32715         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32716         (gst_multifilesink_uri_get_type),
32717         (gst_multifilesink_uri_get_protocols),
32718         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32719         (gst_multifilesink_uri_handler_init), (plugin_init):
32720         * gst/multifilesink/gstmultifilesink.h:
32721         * testsuite/Makefile.am:
32722         * testsuite/multifilesink/Makefile.am:
32723         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32724         (gst_newmedia_class_init), (gst_newmedia_init),
32725         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32726         (newfile_signal), (test_signal), (main):
32727         multifilesink plugin for creating new files every time a new media
32728         discontinuity event occurs
32729
32730 2004-07-22  Wim Taymans  <wim@fluendo.com>
32731
32732         * gst/alpha/Makefile.am:
32733         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32734         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32735         (gst_alpha_color_init), (gst_alpha_color_set_property),
32736         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32737         (transform), (gst_alpha_color_chain),
32738         (gst_alpha_color_change_state), (plugin_init):
32739         Stupid plugin to to RGBA to AYUV conversion because none of
32740         the colorspace plugins can handle that yet.
32741
32742 2004-07-22  Wim Taymans  <wim@fluendo.com>
32743
32744         * examples/seeking/seek.c: (update_scale), (main):
32745         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32746         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32747         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32748         (gst_decode_bin_init), (gst_decode_bin_dispose),
32749         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32750         (no_more_pads), (close_link), (type_found),
32751         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32752         (plugin_init):
32753         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32754         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32755         (gst_play_base_bin_dispose), (queue_overrun),
32756         (gen_preroll_element), (remove_prerolls), (unknown_type),
32757         (no_more_pads), (new_stream), (setup_source),
32758         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32759         (play_base_eos), (gst_play_base_bin_change_state),
32760         (gst_play_base_bin_add_element),
32761         (gst_play_base_bin_remove_element),
32762         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32763         (gst_play_base_bin_unlink_stream),
32764         (gst_play_base_bin_get_streaminfo):
32765         * gst/playback/gstplaybin.c: (gen_video_element),
32766         (gen_audio_element):
32767         * gst/playback/gststreaminfo.h:
32768         More playback updates, attempt to fix things after the state change
32769         breakage.
32770
32771 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32772
32773         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32774         (gst_videoscale_scale_nearest_16bit):
32775           comment algorithm
32776
32777 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32778
32779         * gst/videotestsrc/gstvideotestsrc.c:
32780         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32781         (gst_videotestsrc_init), (gst_videotestsrc_get),
32782         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32783         (gst_videotestsrc_get_property):
32784         * gst/videotestsrc/gstvideotestsrc.h:
32785         * gst/videotestsrc/videotestsrc.c:
32786         * gst/videotestsrc/videotestsrc.h:
32787           cleanup and commenting
32788
32789 2004-07-21  Wim Taymans  <wim@fluendo.com>
32790
32791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32792         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32793         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32794         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32795         (_find_chain_get_unknown_part), (_find_streams_check),
32796         (gst_ogg_demux_push), (gst_ogg_pad_push):
32797         * ext/theora/theoradec.c: (theora_get_formats),
32798         (theora_dec_src_convert), (theora_dec_sink_convert),
32799         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32800         (theora_dec_chain):
32801         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32802         (vorbis_dec_convert), (vorbis_dec_src_query),
32803         (vorbis_dec_src_event), (vorbis_dec_event):
32804         More seeking fixes, oggdemux now supports seeking to time and
32805         uses the downstream element to convert granulepos to time.
32806         Seeking in theora-only ogg files now works.
32807
32808 2004-07-21  Wim Taymans  <wim@fluendo.com>
32809
32810         * ext/theora/theoradec.c: (gst_theora_dec_init),
32811         (theora_get_formats), (theora_get_event_masks),
32812         (theora_get_query_types), (theora_dec_src_convert),
32813         (theora_dec_sink_convert), (theora_dec_src_query),
32814         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32815         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32816         (vorbis_get_event_masks), (vorbis_get_query_types),
32817         (gst_vorbis_dec_init), (vorbis_dec_convert),
32818         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32819         Added query/convert/formats functions to vorbis and theora decoders
32820         so that the outside world can use them too. Fixed seeking on an
32821         ogg/theora/vorbis file by disabling the seeking seeking on the
32822         theora srcpad.
32823
32824 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32825
32826         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32827         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32828         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32829         images creation for both elements. We don't create the image on caps
32830         nego or renego, we just destroy the internal one if present if it does
32831         not match the needs. The chain function takes care of creating a new
32832         image when needed.
32833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32834         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32835         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32836         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32837         the image format information. The buffer pool checks for the context
32838         image format and discard images with different formats.
32839         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32840
32841 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32842
32843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32844         (gst_ffmpegcolorspace_chain):
32845           no point in doing any chaining if the pad we want to push from
32846           isn't usable.
32847
32848 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32849
32850         * gst-libs/gst/riff/riff-media.c:
32851         (gst_riff_create_audio_caps_with_data):
32852           Fix double end-to-native symbol conversion (#148021).
32853
32854 2004-07-20  David Schleef  <ds@schleef.org>
32855
32856         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32857         Don't use an Atom that doesn't exist.
32858
32859 2004-07-20  Wim Taymans  <wim@fluendo.com>
32860
32861         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32862         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32863         (gst_multifdsink_client_remove),
32864         (gst_multifdsink_handle_client_write),
32865         (gst_multifdsink_queue_buffer):
32866         * gst/tcp/gstmultifdsink.h:
32867         More multifdsink stats. Avoid deadlock by releasing locks
32868         before sending out a signal.
32869
32870 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32871
32872         * po/LINGUAS:
32873         * po/hu.po:
32874           added Hungarian translation (Laszlo Dvornik)
32875
32876 2004-07-20  Wim Taymans  <wim@fluendo.com>
32877
32878         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32879         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32880         (gst_multifdsink_handle_client_write),
32881         (gst_multifdsink_queue_buffer):
32882         * gst/tcp/gsttcp-marshal.list:
32883         Fixed the stupid marshal definition.
32884
32885 2004-07-20  Wim Taymans  <wim@fluendo.com>
32886
32887         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32888         (gst_multifdsink_init), (gst_multifdsink_add),
32889         (gst_multifdsink_client_remove),
32890         (gst_multifdsink_handle_client_write),
32891         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32892         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32893         (gst_multifdsink_init_send):
32894         * gst/tcp/gstmultifdsink.h:
32895         Added more stats, added timeout for a client, fixed some typos
32896         and added some comments.
32897
32898 2004-07-20  Wim Taymans  <wim@fluendo.com>
32899
32900         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32901         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32902         (gst_multifdsink_client_remove),
32903         (gst_multifdsink_handle_client_write):
32904         * gst/tcp/gstmultifdsink.h:
32905         * gst/tcp/gsttcp-marshal.list:
32906         Added get_stats method that returns a GValueArray of
32907         stats values.
32908
32909 2004-07-19  Benjamin Otte  <otte@gnome.org>
32910
32911         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32912           make sure longname, description and author are valid UTF-8
32913
32914 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32915
32916         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32917         (gst_ximagesink_set_property):
32918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32919         (gst_xvimagesink_set_property):
32920           make sure SYNCHRONOUS is respected after getting the X context
32921
32922 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32923
32924         * gst/matroska/matroska-demux.c:
32925         (gst_matroska_demux_handle_src_event),
32926         (gst_matroska_demux_parse_blockgroup):
32927         * gst/matroska/matroska-ids.h:
32928           add BlockReference tag and ignore it to clear out log.
32929           ignore NAVIGATION events to clear out log.
32930
32931 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32932
32933         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32934         (gst_matroska_demux_add_stream):
32935         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32936           add debug categories
32937
32938 2004-07-16  Wim Taymans  <wim@fluendo.com>
32939
32940         * ext/libpng/Makefile.am:
32941         * ext/libpng/gstpng.c: (plugin_init):
32942         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32943         (gst_pngdec_get_type), (gst_pngdec_base_init),
32944         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32945         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32946         * ext/libpng/gstpngdec.h:
32947         Added png decoder.
32948
32949 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32950
32951         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32952         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32953         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32954         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32955         (gst_ximagesink_buffer_alloc):
32956         * sys/ximage/ximagesink.h:
32957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32958         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32959         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32960         (gst_xvimagesink_buffer_alloc):
32961         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32962         again. Using internal data pointer of the x(v)image to store image's
32963         data to be coherent with the buffer alloc mechanism. Investigated the
32964         image destruction code to be sure that everything gets freed correctly.
32965
32966 2004-07-16  Wim Taymans  <wim@fluendo.com>
32967
32968         * gst-libs/gst/riff/riff-read.c:
32969         (gst_riff_read_strf_vids_with_data),
32970         (gst_riff_read_strf_auds_with_data):
32971         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32972         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32973         Make sure we don't create 0 sized subbuffers in riff-read.
32974         Signal the no more pads signal after reading the avi header.
32975
32976 2004-07-16  Wim Taymans  <wim@fluendo.com>
32977
32978         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32979         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32980         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32981         (gst_decode_bin_init), (gst_decode_bin_dispose),
32982         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32983         (no_more_pads), (close_link), (type_found),
32984         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32985         (gst_decode_bin_change_state), (plugin_init):
32986         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32987         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32988         (gst_play_base_bin_dispose), (queue_overrun),
32989         (gen_preroll_element), (remove_prerolls), (unknown_type),
32990         (no_more_pads), (new_stream), (setup_source),
32991         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32992         (play_base_eos), (gst_play_base_bin_change_state),
32993         (gst_play_base_bin_add_element),
32994         (gst_play_base_bin_remove_element),
32995         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32996         (gst_play_base_bin_unlink_stream),
32997         (gst_play_base_bin_get_streaminfo):
32998         * gst/playback/gstplaybasebin.h:
32999         Better error recovery. Added configurable preroll queue size. Faster
33000         detection of no-more-pads.
33001
33002 2004-07-16  Wim Taymans  <wim@fluendo.com>
33003
33004         * gst-libs/gst/video/video.h:
33005         Added 32 bits RGBA. Not sure if we should use another mime-type
33006         for alpha rgb. Currently the presence of the alpha_mask property
33007         signals an alpha channel.
33008
33009 2004-07-16  Wim Taymans  <wim@fluendo.com>
33010
33011         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33013         FPS seems to be 0.0 to MAX everywhere else.
33014
33015 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33016
33017         * gst-libs/gst/riff/riff-media.c:
33018         (gst_riff_create_video_caps_with_data):
33019           mp42/mp43 (no caps) exist too.
33020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33021           Set pixel_width/height; we've got them in-caps.
33022         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33023         * gst/wavparse/gstwavparse.c: (plugin_init):
33024           Both are valid primary.
33025         * sys/oss/gstossmixer.c:
33026           Remove i18n hack and enable translations.
33027
33028 2004-07-15  Benjamin Otte  <otte@gnome.org>
33029
33030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33031         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33032           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33033
33034 2004-07-15  Benjamin Otte  <otte@gnome.org>
33035
33036         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33037         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33038         (gst_alsa_close_audio):
33039           disable some of the debugging code for now. Writing debugging to a
33040           buffer is broken in current alsalib releases.
33041
33042 2004-07-12  Benjamin Otte  <otte@gnome.org>
33043
33044         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33045           use bufferpools
33046
33047 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33048
33049         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33050         (theora_dec_src_query), (theora_dec_event):
33051         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33052           add debugging categories.  Remove \n's.
33053
33054 2004-07-13  Johan Dahlin  <johan@gnome.org>
33055
33056         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33057         (gst_play_bin_get_property): Impl.
33058
33059 2004-07-13  Wim Taymans  <wim@fluendo.com>
33060
33061         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33062         When trying to find the stream length, seek back N pages
33063         instead of just one, where N is the number of streams in
33064         the current chain.
33065
33066 2004-07-13  Wim Taymans  <wim@fluendo.com>
33067
33068         * gst-libs/gst/riff/riff-media.c:
33069         (gst_riff_create_audio_caps_with_data),
33070         (gst_riff_create_audio_caps),
33071         (gst_riff_create_audio_template_caps):
33072         * gst-libs/gst/riff/riff-media.h:
33073         * gst-libs/gst/riff/riff-read.c:
33074         (gst_riff_read_strf_vids_with_data),
33075         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33076         * gst-libs/gst/riff/riff-read.h:
33077         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33078         (gst_avi_demux_add_stream):
33079         Set codec_data on caps for avidemuxer.
33080
33081 2004-07-12  David Schleef  <ds@schleef.org>
33082
33083         * configure.ac: Fix test for Objective C
33084
33085 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33086         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33087         (gst_gdk_pixbuf_chain):
33088           Add svg and pcx to template caps, and ensure that getcaps returns a
33089           subset of the template caps.
33090           Copy each row manually for output, as gdkpixbuf may pad the
33091           rowstride to a 32-bit word boundary.
33092
33093 2004-07-12  Wim Taymans  <wim@fluendo.com>
33094
33095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33096         (gst_riff_create_video_template_caps):
33097         Fix the template caps to include some more media types.
33098
33099 2004-07-12  Wim Taymans  <wim@fluendo.com>
33100
33101         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33102         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33103         (compare_ranks), (print_feature), (gst_decode_bin_init),
33104         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33105         (try_to_link_1), (new_pad), (close_link), (type_found),
33106         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33107         (gst_decode_bin_change_state), (plugin_init):
33108         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33109         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33110         (gst_play_base_bin_dispose), (queue_overrun),
33111         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33112         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33113         (gst_play_base_bin_get_property), (play_base_eos),
33114         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33115         (gst_play_base_bin_remove_element),
33116         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33117         (gst_play_base_bin_unlink_stream),
33118         (gst_play_base_bin_get_streaminfo):
33119         * gst/playback/gstplaybasebin.h:
33120         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33121         (gst_play_bin_class_init), (gst_play_bin_init),
33122         (gst_play_bin_dispose), (gst_play_bin_set_property),
33123         (gst_play_bin_get_property), (gen_video_element),
33124         (gen_audio_element), (remove_sinks), (setup_sinks),
33125         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33126         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33127         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33128         (gst_play_bin_query), (plugin_init):
33129         * gst/playback/test4.c: (main):
33130         More fixes on reusing of the element.
33131
33132 2004-07-11  Benjamin Otte  <otte@gnome.org>
33133
33134         * ext/mad/gstmad.c: (normal_seek):
33135           allow seeking for other methods than just SET
33136
33137 2004-07-11  Andy Wingo  <wingo@pobox.com>
33138
33139         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33140         float, "any" caps -> buffer_frames=[0,MAX].
33141
33142         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33143         doesn't intersect our caps with the template any more. Do it
33144         ourselves.
33145         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33146
33147 2004-07-09  Wim Taymans  <wim@fluendo.com>
33148
33149         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33150         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33151         (compare_ranks), (print_feature), (gst_decode_bin_init),
33152         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33153         (try_to_link_1), (new_pad), (close_link), (type_found),
33154         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33155         (gst_decode_bin_change_state), (plugin_init):
33156         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33157         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33158         (gst_play_base_bin_dispose), (queue_overrun),
33159         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33160         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33161         (gst_play_base_bin_get_property), (play_base_eos),
33162         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33163         (gst_play_base_bin_remove_element),
33164         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33165         (gst_play_base_bin_unlink_stream),
33166         (gst_play_base_bin_get_streaminfo):
33167         * gst/playback/gstplaybasebin.h:
33168         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33169         (gst_play_bin_class_init), (gst_play_bin_init),
33170         (gst_play_bin_dispose), (gst_play_bin_set_property),
33171         (gst_play_bin_get_property), (gen_video_element),
33172         (gen_audio_element), (remove_sinks), (setup_sinks),
33173         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33174         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33175         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33176         (gst_play_bin_query), (plugin_init):
33177         * gst/playback/test4.c: (main):
33178         Work on object reuse and seeking.
33179
33180 2004-07-09  Wim Taymans  <wim@fluendo.com>
33181
33182         * examples/seeking/seek.c: (iterate):
33183         Don't consume all CPU in the idle loop.
33184
33185 2004-07-09  Wim Taymans  <wim@fluendo.com>
33186
33187         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33188         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33189         Add pad to element *after* setting the pad functions so that
33190         the scheduler can use the correct ones.
33191
33192 2004-07-09  Wim Taymans  <wim@fluendo.com>
33193
33194         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33195         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33196         Sync to keyframe after seek
33197
33198 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33199
33200         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33201         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33202         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33203         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33204         * ext/libvisual/visual.c: (gst_visual_change_state):
33205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33206         * ext/theora/theoradec.c: (theora_dec_change_state):
33207         * ext/theora/theoraenc.c: (theora_enc_change_state):
33208         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33209         * gst-libs/gst/navigation/navigation.c:
33210         * gst/adder/gstadder.c: (gst_adder_change_state):
33211         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33212         (gst_audio_convert_get_buffer):
33213         * gst/multipart/multipartdemux.c:
33214         (gst_multipart_demux_change_state):
33215         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33217         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33218         * gst/videoscale/gstvideoscale.c:
33219         (gst_videoscale_handle_src_event):
33220         * gst/volume/gstvolume.c: (volume_chain_int16):
33221           don't assert in state change, this should be done by the base
33222           GstElement class.
33223           various debugging fixes.
33224
33225 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33226
33227         * configure.ac:
33228         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33229         (gst_play_dispose), (gst_play_set_location),
33230         (gst_play_set_data_src), (gst_play_set_video_sink),
33231         (gst_play_set_audio_sink), (gst_play_set_visualization),
33232         (gst_play_connect_visualization), (gst_play_get_sink_element),
33233         (gst_play_get_all_by_interface):
33234         * gst-libs/gst/play/play.h:
33235           add new method to get elements implementing an interface.
33236           add various error logging
33237
33238 2004-07-08  Wim Taymans  <wim@fluendo.com>
33239
33240         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33241         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33242         (make_playerbin_pipeline), (query_durations_elems),
33243         (query_durations_pads), (query_positions_elems),
33244         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33245         (main):
33246         Added playbin seeking example.
33247
33248 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33249
33250         * gst-libs/gst/play/play.c: (gst_play_set_location),
33251         (gst_play_set_data_src), (gst_play_set_video_sink),
33252         (gst_play_set_audio_sink), (gst_play_set_visualization),
33253         (gst_play_connect_visualization), (gst_play_get_framerate):
33254           use a macro to look up elements from hash table
33255
33256 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33257
33258         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33259         (gst_play_get_length_callback), (gst_play_set_location),
33260         (gst_play_seek_to_time), (gst_play_set_data_src),
33261         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33262         (gst_play_set_visualization), (gst_play_connect_visualization),
33263         (gst_play_get_sink_element):
33264         - add debugging info
33265         - fix looking up sink elements by iterating over complete caps
33266         - put everything except for source and autoplugger in a complete bin
33267
33268 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33269
33270         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33271         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33272         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33273         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33274         * ext/alsa/gstalsasink.h:
33275         - add debugging info
33276         - clean up schizophrenia of data/buffer/event
33277         - fix double event unref error
33278
33279 2004-07-08  Wim Taymans  <wim@fluendo.com>
33280
33281         * gst/playback/Makefile.am:
33282         Add headers to noinst
33283
33284 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33285
33286         * tools/gst-launch-ext-m.m:
33287         * tools/gst-launch-ext.1.in:
33288           convert to the third millenium
33289
33290 2004-07-07  David Schleef  <ds@schleef.org>
33291
33292         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33293
33294 2004-07-07  Wim Taymans  <wim@fluendo.com>
33295
33296         * gst/playback/Makefile.am:
33297         * gst/playback/README:
33298         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33299         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33300         (compare_ranks), (print_feature), (gst_decode_bin_init),
33301         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33302         (try_to_link_1), (new_pad), (close_link), (type_found),
33303         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33304         (plugin_init):
33305         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33306         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33307         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33308         (gen_preroll_element), (no_more_pads), (new_stream),
33309         (setup_source), (gst_play_base_bin_set_property),
33310         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33311         (gst_play_base_bin_add_element),
33312         (gst_play_base_bin_remove_element),
33313         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33314         (gst_play_base_bin_unlink_stream),
33315         (gst_play_base_bin_get_streaminfo):
33316         * gst/playback/gstplaybasebin.h:
33317         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33318         (gst_play_bin_class_init), (gst_play_bin_init),
33319         (gst_play_bin_dispose), (gst_play_bin_set_property),
33320         (gst_play_bin_get_property), (gen_video_element),
33321         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33322         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33323         (gst_play_bin_get_formats), (gst_play_bin_convert),
33324         (gst_play_bin_get_query_types), (gst_play_bin_query),
33325         (plugin_init):
33326         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33327         (gst_stream_info_get_type), (gst_stream_info_class_init),
33328         (gst_stream_info_init), (gst_stream_info_new),
33329         (gst_stream_info_dispose), (gst_stream_info_set_property),
33330         (gst_stream_info_get_property):
33331         * gst/playback/gststreaminfo.h:
33332         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33333         (main):
33334         * gst/playback/test2.c: (main):
33335         * gst/playback/test3.c: (update_scale), (main):
33336         More playbin fixes. Added README. Do better element filtering.
33337         Added base class to preroll media. Added test apps.
33338
33339 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33340
33341         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33342         * ext/mpeg2dec/gstmpeg2dec.h:
33343           various debugging improvements.  Reset stream to next picture
33344           instead of sequence header, otherwise seeks cannot work.
33345
33346 2004-07-07  Wim Taymans  <wim@fluendo.com>
33347
33348         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33349         (gst_video_box_class_init), (gst_video_box_set_property),
33350         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33351         Use pad_alloc where possible.
33352
33353 2004-07-07  Wim Taymans  <wim@fluendo.com>
33354
33355         * sys/oss/gstosselement.c: (gst_osselement_reset),
33356         (gst_osselement_parse_caps):
33357         * sys/oss/gstosselement.h:
33358         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33359         Fix offset on osssrc.
33360
33361 2004-07-07  Wim Taymans  <wim@fluendo.com>
33362
33363         * ext/theora/theora.c: (plugin_init):
33364         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33365         (theora_dec_src_query), (theora_dec_chain):
33366         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33367         (theora_enc_sink_link), (theora_buffer_from_packet),
33368         (theora_push_packet), (theora_enc_chain):
33369         Fix theora granulepos calculation.
33370         Fix overflow in duration/position calculation.
33371         Bump rank to PRIMARY for theoradec.
33372         Use granulepos of last packet to calculate position.
33373         Set keyframe flag on buffers when needed.
33374
33375 2004-07-06  David Schleef  <ds@schleef.org>
33376
33377         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33378         serious?  (Fixed, obviously.)
33379
33380 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33381
33382         * po/LINGUAS:
33383         * po/cs.po:
33384           added Czech translation (Miloslav Trmac)
33385
33386 2004-07-05  Wim Taymans  <wim@fluendo.com>
33387
33388         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33389         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33390         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33391         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33392         (close_link), (type_found), (gst_decode_bin_set_property),
33393         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33394         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33395         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33396         (gst_decode_bin_query), (plugin_init):
33397         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33398         (gst_play_bin_class_init), (gst_play_bin_init),
33399         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33400         (get_video_element), (new_pad), (setup_source),
33401         (gst_play_bin_set_property), (gst_play_bin_get_property),
33402         (gst_play_bin_change_state), (gst_play_bin_add_element),
33403         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33404         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33405         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33406         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33407         * gst/playback/test.c: (main):
33408         More fixes, cleaned up playbin, make it use decodebin. Added
33409         threaded property to playbin.
33410
33411 2004-07-05  Wim Taymans  <wim@fluendo.com>
33412
33413         * configure.ac:
33414         * gst/playback/Makefile.am:
33415         * gst/playback/decodetest.c: (main):
33416         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33417         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33418         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33419         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33420         (close_link), (type_found), (gst_decode_bin_set_property),
33421         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33422         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33423         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33424         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33425         (plugin_init):
33426         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33427         (gst_play_bin_class_init), (gst_play_bin_init),
33428         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33429         (collect_sink_pads), (find_compatibles), (close_pad_link),
33430         (try_to_link_1), (new_pad), (close_link), (type_found),
33431         (setup_source), (gst_play_bin_set_property),
33432         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33433         (compare_ranks), (gst_play_bin_collect_factories),
33434         (gst_play_bin_change_state), (gst_play_bin_add_element),
33435         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33436         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33437         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33438         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33439         * gst/playback/test.c: (main):
33440         Added some playback helper elements and some test apps, very alpha
33441         still.
33442
33443 2004-07-04  Benjamin Otte  <otte@gnome.org>
33444
33445         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33446           only restart audio when we indeed have an xrun to fix repeated
33447           xruns. Fix suggested by Giuliano Pochini.
33448
33449 2004-07-03  David Schleef  <ds@schleef.org>
33450
33451         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33452         call to gst_debug_log() if debugging is disabled (bug #145118)
33453
33454 2004-07-03  Benjamin Otte  <otte@gnome.org>
33455
33456         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33457           use our own functions for restarting the alsa device.
33458         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33459           I should apply patches myself - use MIN for the third argument, not
33460           the second, this fixes seeking
33461
33462 2004-07-02  David Schleef  <ds@schleef.org>
33463
33464         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33465         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33466         do with the logic.
33467
33468 2004-07-02  David Schleef  <ds@schleef.org>
33469
33470         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33471         output buffers.  Fix logic mistake.  (bug #144866)
33472
33473 2004-07-02  David Schleef  <ds@schleef.org>
33474
33475         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33476         on X.  (bug #144753)
33477
33478 2004-07-02  David Schleef  <ds@schleef.org>
33479
33480         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33481         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33482         (bug #144624)
33483         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33484         (gst_osselement_rate_probe_check): Add another workaround for
33485         buggy drivers (bug #145336)
33486
33487 2004-07-02  David Schleef  <ds@schleef.org>
33488
33489         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33490         Most systems don't have MSG_NOSIGNAL.
33491
33492 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33493
33494         * Makefile.am:
33495         * gst-libs/gst/colorbalance/Makefile.am:
33496         * gst-libs/gst/mixer/Makefile.am:
33497         * gst-libs/gst/play/Makefile.am:
33498         * gst-libs/gst/tuner/Makefile.am:
33499           (hopefully) fix both install and dist and make error message useful.
33500           needs testing across automakes.
33501
33502 2004-07-02  Benjamin Otte  <otte@gnome.org>
33503
33504         * ext/ogg/gstogg.c: (plugin_init):
33505           we require bytestream now
33506         * ext/ogg/gstoggdemux.c:
33507           huge diff to implement chain setup in a fast and generic way. This
33508           improves tag reading and startup of huge files (read: Theora videos)
33509           quite a bit. It probably contains bugs, too, so please test.
33510           Seeking is not improved to the fast method.
33511
33512 2004-06-29  Wim Taymans  <wim@fluendo.com>
33513
33514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33515         * ext/ogg/gstoggmux.c:
33516         Fix memleak in oggdemux when running unconnected pads.
33517         doc update in mux, start working on keyframe mode.
33518
33519 2004-06-29  Benjamin Otte  <otte@gnome.org>
33520
33521         * sys/oss/gstosssink.c:
33522         * sys/oss/gstosssrc.c:
33523           advertise correct template caps - we indeed do non-native endianness
33524           and 8bit audio has no endianness
33525         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33527           avoid (wrong) duplications in getcaps function and return
33528           template caps
33529
33530 2004-06-29  Wim Taymans  <wim@fluendo.com>
33531
33532         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33533         (gst_multifdsink_class_init), (gst_multifdsink_add),
33534         (gst_multifdsink_remove), (gst_multifdsink_clear),
33535         (gst_multifdsink_client_remove),
33536         (gst_multifdsink_handle_client_read),
33537         (gst_multifdsink_client_queue_data),
33538         (gst_multifdsink_client_queue_caps),
33539         (gst_multifdsink_client_queue_buffer),
33540         (gst_multifdsink_handle_client_write),
33541         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33542         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33543         (gst_multifdsink_init_send), (gst_multifdsink_close):
33544         Fix wrong GList iteration that could crash the server when
33545         more then 2 clients disconnect at the same time. Read all the
33546         pending commands in one batch to recover from command storms under
33547         very heavy load.
33548
33549 2004-06-28  Wim Taymans  <wim@fluendo.com>
33550
33551         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33552         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33553         (gst_videomixer_pad_set_property),
33554         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33555         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33556         (gst_videomixer_class_init), (gst_videomixer_init),
33557         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33558         (pad_zorder_compare), (gst_videomixer_sort_pads),
33559         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33560         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33561         (gst_videomixer_update_queues), (gst_videomixer_loop),
33562         (plugin_init):
33563         Avoid divide by zero, choose masterpad as the pad with the highest
33564         framerate.
33565
33566 2004-06-27  Julien Moutte  <julien@moutte.net>
33567
33568         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33569         (gst_ximagesink_xwindow_new):
33570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33571         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33572         function directly. We might want to call it from somewhere else one day.
33573
33574 2004-06-27  Julien Moutte  <julien@moutte.net>
33575
33576         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33577         (gst_ximagesink_xwindow_new):
33578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33579         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33580         window decorations.
33581
33582 2004-06-27  Wim Taymans  <wim@fluendo.com>
33583
33584         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33585         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33586         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33587         (gst_dvdec_set_property), (gst_dvdec_get_property):
33588         * ext/dv/gstdvdec.h:
33589         Implement drop_factor property to lower the framerate with
33590         a factor.
33591
33592 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33593
33594         * gst-libs/gst/colorbalance/Makefile.am:
33595         * gst-libs/gst/mixer/Makefile.am:
33596         * gst-libs/gst/play/Makefile.am:
33597         * gst-libs/gst/tuner/Makefile.am:
33598           unbreak Company's fix that didn't install the -enum.h files
33599
33600 2004-06-27  Wim Taymans  <wim@fluendo.com>
33601
33602         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33603         (gst_dvdec_change_state):
33604         * ext/dv/gstdvdec.h:
33605         Fix timestamp, duration and offset of the buffers.
33606
33607 2004-06-27  Wim Taymans  <wim@fluendo.com>
33608
33609         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33610         (gst_multifdsink_class_init), (gst_multifdsink_add),
33611         (gst_multifdsink_remove), (gst_multifdsink_clear),
33612         (gst_multifdsink_client_remove),
33613         (gst_multifdsink_handle_client_read),
33614         (gst_multifdsink_client_queue_data),
33615         (gst_multifdsink_client_queue_caps),
33616         (gst_multifdsink_client_queue_buffer),
33617         (gst_multifdsink_handle_client_write),
33618         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33619         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33620         (gst_multifdsink_init_send), (gst_multifdsink_close):
33621         * gst/tcp/gstmultifdsink.h:
33622         * gst/tcp/gsttcpserversink.c:
33623         (gst_tcpserversink_handle_server_read),
33624         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33625         More multifdsink fixes, more recovery policy fixes.
33626         Removed stupid g_print
33627
33628 2004-06-26  Wim Taymans  <wim@fluendo.com>
33629
33630         * gst/tcp/Makefile.am:
33631         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33632         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33633         (gst_multifdsink_class_init), (gst_multifdsink_init),
33634         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33635         (gst_multifdsink_handle_client_read),
33636         (gst_multifdsink_client_queue_data),
33637         (gst_multifdsink_client_queue_caps),
33638         (gst_multifdsink_client_queue_buffer),
33639         (gst_multifdsink_handle_client_write),
33640         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33641         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33642         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33643         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33644         (gst_multifdsink_close), (gst_multifdsink_change_state):
33645         * gst/tcp/gstmultifdsink.h:
33646         * gst/tcp/gsttcpplugin.c: (plugin_init):
33647         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33648         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33649         (gst_tcpserversink_handle_server_read),
33650         (gst_tcpserversink_handle_select),
33651         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33652         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33653         * gst/tcp/gsttcpserversink.h:
33654         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33655         one of the locks, added recovery policy to multifdsink.
33656
33657 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33658
33659         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33660           fix decision for when getting frames with same timestamp
33661         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33662         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33663         (gst_v4lsrc_get_property):
33664         * sys/v4l/gstv4lsrc.h:
33665           add latency offset property
33666
33667 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33668
33669         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33670         (plugin_init):
33671           fix debugging. add category.
33672
33673 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33674
33675         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33676           fix wrong offsets
33677
33678 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33679
33680         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33681         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33682         (gst_alsa_src_change_state):
33683           return a time that is in sync with the element's processing
33684
33685 2004-06-25  Wim Taymans  <wim@fluendo.com>
33686
33687         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33688         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33689         (gst_tcpserversink_client_remove),
33690         (gst_tcpserversink_handle_client_read),
33691         (gst_tcpserversink_client_queue_data),
33692         (gst_tcpserversink_client_queue_caps),
33693         (gst_tcpserversink_client_queue_buffer),
33694         (gst_tcpserversink_handle_client_write),
33695         (gst_tcpserversink_queue_buffer),
33696         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33697         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33698         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33699         (gst_tcpserversink_close):
33700         * gst/tcp/gsttcpserversink.h:
33701         Serversink rewrite. Really do non blocking writes to clients and
33702         maintain an internal queue to handle slower clients while not
33703         disturbing fast clients.
33704
33705 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33706
33707         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33708           better debug, don't override OFFSET and OFFSET_END
33709
33710 2004-06-25  Iain <iain@prettypeople.org>
33711
33712         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33713         name=source for the wavparse pipeline.
33714
33715 2004-06-24  Johan Dahlin  <johan@gnome.org>
33716
33717         * ext/theora/theoraenc.c (theora_enc_chain): Call
33718         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33719         streamheader caps are set correctly.
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), (gst_vorbisenc_set_property):
33725           respect minimum bitrate; same could be done for max bitrate
33726
33727 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33728
33729         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33730         (gst_vorbisenc_setup):
33731           fix sample rate range
33732
33733 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33734
33735         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33736         (gst_oggvorbisenc_setup):
33737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33738         (gst_vorbisenc_setup):
33739           resolve ambiguities in code and description
33740
33741 2004-06-24  Wim Taymans  <wim@fluendo.com>
33742
33743         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33744         * ext/alsa/gstalsa.h:
33745         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33746         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33747         Use alsa trigger_tstamp to get the timestamp of the first
33748         sample in the buffer for more precise sync. Some cleanups.
33749
33750 2004-06-24  Wim Taymans  <wim@fluendo.com>
33751
33752         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33753         (gst_audiorate_init), (gst_audiorate_chain),
33754         (gst_audiorate_set_property), (gst_audiorate_get_property):
33755         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33756         (gst_videorate_chain):
33757         Added some logging, fixed an overflow bug in videorate.
33758
33759 2004-06-24  Benjamin Otte  <otte@gnome.org>
33760
33761         * ext/kio/Makefile.am:
33762           fix for builddir != srcdir and distcheck
33763
33764 2004-06-24  Benjamin Otte  <otte@gnome.org>
33765
33766         * gst-libs/gst/colorbalance/Makefile.am:
33767         * gst-libs/gst/mixer/Makefile.am:
33768         * gst-libs/gst/play/Makefile.am:
33769         * gst-libs/gst/tuner/Makefile.am:
33770         * gst/tcp/Makefile.am:
33771         * sys/dxr3/Makefile.am:
33772           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33773           tarball.
33774           Also add all *.list files that were missing.
33775         * Makefile.am:
33776           add a distcheck hook to ensure the above doesn't happen again.
33777
33778 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33779
33780         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33781
33782 2004-06-23  Colin Walters  <walters@redhat.com>
33783
33784         * m4/Makefile.am: Distribute gst-fionread.m4.
33785
33786 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33787
33788         * configure.ac: back to dev
33789
33790 2004-06-23  Wim Taymans  <wim@fluendo.com>
33791
33792         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33793         (gst_alsa_xrun_recovery):
33794         * ext/alsa/gstalsa.h:
33795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33796         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33797         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33798         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33799         (gst_alsa_src_loop):
33800         Add clock to alsasrc. Take new capture timestamp when
33801         restarting after an overrun. Split up some functions between
33802         alsasrc and alsasink.
33803
33804 === release 0.8.2 ===
33805
33806 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33807
33808         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33809         (gst_alsa_change_state), (gst_alsa_update_avail),
33810         (gst_alsa_xrun_recovery):
33811         * ext/alsa/gstalsa.h:
33812         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33813           merge back changes from release
33814
33815 2004-06-23  Wim Taymans  <wim@fluendo.com>
33816
33817         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33818         (gst_audiorate_init), (gst_audiorate_chain),
33819         (gst_audiorate_set_property), (gst_audiorate_get_property):
33820         Implement sample dropping and notify
33821
33822 2004-06-22  Wim Taymans  <wim@fluendo.com>
33823
33824         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33825         (theora_enc_sink_link), (theora_buffer_from_packet),
33826         (theora_push_packet), (theora_enc_chain):
33827         Some cleanups, make sure the timestamps are correct.
33828
33829 2004-06-22  Wim Taymans  <wim@fluendo.com>
33830
33831         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33832         (gst_alsa_change_state), (gst_alsa_update_avail),
33833         (gst_alsa_xrun_recovery):
33834         * ext/alsa/gstalsa.h:
33835         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33836         Cleanups, take queued samples into account when reporting
33837         the time.
33838
33839 2004-06-22  Wim Taymans  <wim@fluendo.com>
33840
33841         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33842         (gst_videorate_init):
33843         Initialize the property as well.
33844
33845 2004-06-22  Wim Taymans  <wim@fluendo.com>
33846
33847         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33848         (gst_videorate_init), (gst_videorate_chain),
33849         (gst_videorate_set_property), (gst_videorate_get_property):
33850         Add property to make videorate silent.
33851         Add property to prefer new frames over old ones.
33852
33853 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33854
33855         * sys/osxvideo/Makefile.am:
33856         Workaround so that the osxvideo .so file gets linked with the
33857         Cocoa, OpenGL and QuickTime frameworks
33858
33859 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33860
33861         * sys/osxaudio/Makefile.am:
33862         Workaround so that the osxaudio .so file gets linked with the
33863         CoreAudio framework
33864
33865 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33866
33867         * configure.ac:
33868         Whoops, my fault...fixed build issues
33869
33870 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33871
33872         * configure.ac:
33873         Add objective-c support if running in Darwin/Mac OS X
33874         * sys/Makefile.am:
33875         * sys/osxvideo:
33876         * sys/osxvideo/Makefile.am:
33877         * sys/osxvideo/osxvideosink.h:
33878         * sys/osxvideo/osxvideosink.m:
33879         * sys/osxvideo/cocoawindow.h:
33880         * sys/osxvideo/cocoawindow.m:
33881         Add osxvideosink, a cocoa-based osx video sink
33882
33883
33884 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33885         * ext/dvdnav/gst-dvd:
33886         Grab the gconf key from the right spot
33887         * gst/debug/gstnavseek.c: (gst_navseek_init),
33888         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33889         (gst_navseek_chain):
33890         * gst/debug/gstnavseek.h:
33891           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33892           and loop parameters of a segment seek.
33893         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33894         (gst_videotestsrc_get_event_masks),
33895         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33896         * gst/videotestsrc/gstvideotestsrc.h:
33897           Add seeking support to videotestsrc
33898           Initialise the timestamp_offset variable.
33899
33900 2004-06-18  Wim Taymans  <wim@fluendo.com>
33901
33902         * ext/sidplay/gstsiddec.cc:
33903         Fix negotiation and set correct end offset.
33904
33905 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33906
33907         * configure.ac: branch and prerelease
33908
33909 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33910
33911         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33912         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33913         (gst_tcpclientsrc_init_receive):
33914         * gst/tcp/gsttcpclientsrc.h:
33915           read caps when connecting to server for GDP so we set them correctly
33916
33917 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33918
33919         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33920           notify drops and duplicates
33921         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33922           no good reason to limit ourselves to 100x100
33923
33924 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33925
33926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33927         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33928         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33929         (gst_v4lsrc_get_property):
33930         * sys/v4l/gstv4lsrc.h:
33931         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33932         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33933         (gst_v4l_set_audio):
33934         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33935         (gst_v4lsrc_try_capture):
33936         * sys/v4l/v4lsrc_calls.h:
33937           change try_palette to more general try_capture
33938           add autoprobe option so we can turn off autoprobing
33939           various fixes
33940
33941 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33942
33943         * configure.ac:
33944           add videorate
33945         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33946         (gst_ximagesink_class_init):
33947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33948         (gst_xvimagesink_class_init):
33949           run them as finalize, not dispose, since dispose can be invoked
33950           multiple times
33951
33952 2004-06-17  Wim Taymans  <wim@fluendo.com>
33953
33954         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33955         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33956         * ext/alsa/gstalsa.h:
33957         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33958         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33959         (gst_alsa_src_change_state):
33960         * ext/alsa/gstalsasrc.h:
33961         Make the xrun code timestamp and offset the buffers correctly.
33962         moved the clock to the base class, use alsa methods to get time.
33963         Do correct timestamping on outgoing buffers.
33964
33965 2004-06-17  Wim Taymans  <wim@fluendo.com>
33966
33967         * gst/audiorate/Makefile.am:
33968         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33969         (gst_audiorate_base_init), (gst_audiorate_class_init),
33970         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33971         (gst_audiorate_set_property), (gst_audiorate_get_property),
33972         (gst_audiorate_change_state), (plugin_init):
33973         Added an audiorate converter that fills in gaps.
33974
33975 2004-06-17  Johan Dahlin  <johan@gnome.org>
33976
33977         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33978
33979 2004-06-16  Wim Taymans  <wim@fluendo.com>
33980
33981         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33982         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33983         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33984         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33985         (gst_v4lsrc_get_property):
33986         * sys/v4l/gstv4lsrc.h:
33987         Added a copy mode to v4lsrc where it will output a copied version
33988         of its internal hardware buffer.
33989         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33990         can't | them.
33991
33992 2004-06-16  Wim Taymans  <wim@fluendo.com>
33993
33994         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33995         Timestamp fixes.
33996
33997 2004-06-16  Wim Taymans  <wim@fluendo.com>
33998
33999         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34000         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34001         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34002         (gst_v4lsrc_get_property):
34003         * sys/v4l/gstv4lsrc.h:
34004         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34005         Added a sync mode enum property to control v4lsrc timestamp method
34006         Removed the use-fixed-fps property and moved functionality in
34007         the enum.
34008         Don't error on an error value from v4l-conf, it might not always
34009         be a real error.
34010
34011 2004-06-16  Wim Taymans  <wim@fluendo.com>
34012
34013         * gst/videorate/Makefile.am:
34014         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34015         (gst_videorate_base_init), (gst_videorate_class_init),
34016         (gst_videorate_getcaps), (gst_videorate_link),
34017         (gst_videorate_init), (gst_videorate_chain),
34018         (gst_videorate_set_property), (gst_videorate_get_property),
34019         (gst_videorate_change_state), (plugin_init):
34020         Added a video timestamp corrector.
34021
34022 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34023
34024         fixed a potential leak with previous commit
34025
34026         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34027
34028 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34029
34030         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34031         Added missing refcount, fixes bug #144425
34032         Cheers Tim for finding the bug
34033
34034 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34035
34036         * sys/v4l/gstv4l.c: (plugin_init):
34037         * sys/v4l/gstv4lcolorbalance.c:
34038         * sys/v4l/gstv4lcolorbalance.h:
34039         * sys/v4l/gstv4lelement.c:
34040         * sys/v4l/gstv4lelement.h:
34041         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34042         * sys/v4l/gstv4lmjpegsink.h:
34043         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34044         * sys/v4l/gstv4lmjpegsrc.h:
34045         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34046         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34047         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34048         * sys/v4l/gstv4lsrc.h:
34049         * sys/v4l/gstv4ltuner.c:
34050         * sys/v4l/gstv4ltuner.h:
34051         * sys/v4l/gstv4lxoverlay.c:
34052         * sys/v4l/gstv4lxoverlay.h:
34053         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34054         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34055         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34056         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34057         (gst_v4l_set_audio):
34058         * sys/v4l/v4l_calls.h:
34059         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34060         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34061         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34062         (gst_v4lmjpegsink_playback_init),
34063         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34064         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34065         (gst_v4lmjpegsink_playback_stop),
34066         (gst_v4lmjpegsink_playback_deinit):
34067         * sys/v4l/v4lmjpegsink_calls.h:
34068         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34069         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34070         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34071         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34072         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34073         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34074         * sys/v4l/v4lmjpegsrc_calls.h:
34075         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34076         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34077         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34078         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34079         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34080         (gst_v4lsrc_try_palette):
34081         * sys/v4l/v4lsrc_calls.h:
34082           bunch of paranoia cleanups
34083
34084 2004-06-14  David Schleef  <ds@schleef.org>
34085
34086         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34087         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34088         Send discont events and change timestamps appropriately when
34089         we get a seek event.  (bug #144240)
34090         * ext/cdparanoia/gstcdparanoia.h:
34091
34092 2004-06-14  Benjamin Otte  <otte@gnome.org>
34093
34094         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34095           snd_pcm_hw_params_set_rate  since the latter fails for no good
34096           reason on some setups.
34097
34098 2004-06-14  David Schleef  <ds@schleef.org>
34099
34100         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34101         standard.  Thank you for playing.
34102
34103 2004-06-14  Wim Taymans  <wim@fluendo.com>
34104
34105         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34106         Patch 1.3 broke the ordering of the colorspace info and
34107         made the plugin basically work by coincidence, reordered
34108         the info.
34109
34110 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34111
34112         * ext/lame/gstlame.c:
34113         * ext/mad/gstmad.c:
34114           sync caps.  Make sure mad can only output a list of rates, not
34115           a full range.  In the future, have three caps lists for each of the
34116           mpeg versions.  Change mpegversion to a double as well.
34117
34118 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34119
34120         * gst/volume/.cvsignore:
34121         * gst/volume/Makefile.am:
34122         * gst/volume/demo.c: (value_changed_callback), (idler),
34123         (setup_gui), (main):
34124           added small demo app
34125
34126 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34127         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34128         * ext/esd/esdsink.h:
34129         Close the esd connection on pause, because esd will just wait -
34130         blocking all other esd clients indefinitely.
34131
34132 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34133
34134         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34135           previous commit with GST_DEBUG
34136
34137 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34138
34139         * configure.ac:
34140           add a header check for a dvdread header in dvdnav.  Fixes #133002
34141
34142 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34143
34144         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34145         * gst/tcp/gsttcpclientsink.h:
34146         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34147         * gst/tcp/gsttcpclientsrc.h:
34148         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34149         (gst_tcpserversink_handle_server_read),
34150         (gst_tcpserversink_init_send):
34151         * gst/tcp/gsttcpserversink.h:
34152         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34153         * gst/tcp/gsttcpserversrc.h:
34154         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34155         version of IP)
34156
34157 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34158
34159         * configure.ac:
34160         Added ogg library so that OSX detects libtheora properly
34161
34162 2004-06-11  Wim Taymans  <wim@fluendo.com>
34163
34164         * ext/theora/theoradec.c: (theora_dec_chain),
34165         (theora_dec_change_state):
34166         Don't try to decode frames before we received a keyframe.
34167
34168 2004-06-11  Wim Taymans  <wim@fluendo.com>
34169
34170         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34171         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34172         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34173         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34174         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34175         Added property to set the maximum delay of a page.
34176
34177 2004-06-10  Wim Taymans  <wim@fluendo.com>
34178
34179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34180         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34181         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34182         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34183         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34184         Added max-delay property to control the maximum amount
34185         of data to put in one page.
34186
34187 2004-06-10  Wim Taymans  <wim@fluendo.com>
34188
34189         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34190         (gst_theora_enc_init), (theora_enc_sink_link),
34191         (theora_buffer_from_packet), (theora_enc_set_property),
34192         (theora_enc_get_property):
34193         Set duration on encoded buffer, added some more properties
34194
34195 2004-06-10  Wim Taymans  <wim@fluendo.com>
34196
34197         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34198         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34199         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34200         * ext/theora/theoraenc.c: (theora_enc_chain):
34201         Fix refcounting bugs
34202
34203 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34204
34205         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34206         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34207         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34208         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34209         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34210         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34211         (gst_asf_demux_change_state):
34212         * gst/asfdemux/gstasfdemux.h:
34213           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34214           feels like. I think we should set a new requirement for demuxers
34215           from now on to implement sane loop functions, data loops, query
34216           and seek functions before first commit into CVS. And this commit
34217           fixes all of the above.
34218
34219 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34220
34221         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34222           vorbis comments are properly encoded in UTF-8 before adding them
34223           to a GstTagList
34224
34225 2004-06-09  Benjamin Otte  <otte@gnome.org>
34226
34227         * ext/alsa/gstalsa.c: (add_channels):
34228           handle min <= max correctly
34229         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34230         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34231           add fixation functions so we fixate correctly. No preferring of alaw
34232           anymore because it's the first structure.
34233         * ext/alsa/gstalsa.h:
34234         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34235         (gst_alsa_hw_params_dump):
34236           add functions to ease debugging in alsalib
34237         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34238         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34239         (gst_alsa_start_audio):
34240           only specify hw params if we really setup a format (fixes #134007 -
34241           or at least works around it)
34242
34243 2004-06-09  Wim Taymans  <wim@fluendo.com>
34244
34245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34246         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34247         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34248         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34249         (gst_ogg_mux_loop):
34250         Use stream caps to setup the initial pages in the ogg stream.
34251         Correctly set the streamheader caps on the srcpad.
34252
34253 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34254
34255         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34256         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34257         (gst_v4lsrc_getcaps):
34258         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34259         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34260           add querying of fps lists for webcams.  Negotiating to a framerate
34261           now works.
34262
34263 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34264
34265         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34266         (theora_push_buffer), (theora_push_packet),
34267         (theora_set_header_on_caps), (theora_enc_chain):
34268           mark buffers and put on streamheader, raw theora streaming
34269           now works too, whee
34270
34271 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34272
34273         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34274         (gst_tcp_gdp_read_caps):
34275           do a looping read for caps and GDP headers too
34276
34277 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34278
34279         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34280         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34281           return EOS instead of NULL in _get
34282
34283 2004-06-08  Wim Taymans  <wim@fluendo.com>
34284
34285         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34286         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34287         (gst_tcp_gdp_write_caps):
34288         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34289         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34290         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34291         Memory leak fixes
34292
34293 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34294
34295         * ext/vorbis/Makefile.am:
34296         * ext/vorbis/vorbis.c: (plugin_init):
34297         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34298         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34299         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34300         (vorbis_parse_change_state):
34301         * ext/vorbis/vorbisparse.h:
34302           adding a vorbisparse element that marks the buffers, streaming
34303           raw vorbis using GDP now works, whee
34304
34305 2004-06-08  Wim Taymans  <wim@fluendo.com>
34306
34307         * ext/jpeg/Makefile.am:
34308         * ext/jpeg/README:
34309         * ext/jpeg/gstjpeg.c: (plugin_init):
34310         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34311         (gst_smokedec_base_init), (gst_smokedec_class_init),
34312         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34313         * ext/jpeg/gstsmokedec.h:
34314         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34315         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34316         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34317         (gst_smokeenc_resync), (gst_smokeenc_chain),
34318         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34319         * ext/jpeg/gstsmokeenc.h:
34320         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34321         (smokecodec_flush_destination), (smokecodec_term_destination),
34322         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34323         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34324         (smokecodec_term_source), (smokecodec_encode_new),
34325         (smokecodec_decode_new), (smokecodec_info_free),
34326         (smokecodec_set_quality), (smokecodec_get_quality),
34327         (smokecodec_set_threshold), (smokecodec_get_threshold),
34328         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34329         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34330         (smokecodec_parse_header), (smokecodec_decode):
34331         * ext/jpeg/smokecodec.h:
34332         Added a new simple jpeg based codec
34333
34334 2004-06-08  Wim Taymans  <wim@fluendo.com>
34335
34336         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34337         (gst_multipart_mux_loop):
34338         Fix memory leak
34339
34340 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34341
34342         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34343         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34344         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34345         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34346         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34347         * gst/tcp/gsttcpserversink.h:
34348           take streamheader into account
34349
34350 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34351
34352         * gst/level/Makefile.am:
34353         * gst/level/gstlevel.c: (gst_level_class_init):
34354           clean up marshal generation
34355
34356 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34357
34358         * gst/tcp/Makefile.am:
34359         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34360         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34361         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34362         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34363         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34364         (gst_tcpclientsrc_get_property):
34365         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34366         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34367         (gst_tcpserversink_handle_client_read),
34368         (gst_tcpserversink_handle_client_write),
34369         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34370         * gst/tcp/gsttcpserversink.h:
34371           add signals client-added and client-removed
34372         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34373         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34374         (gst_tcpserversrc_get_property):
34375         uniformized, change default protocol to NONE
34376         * gst/tcp/gsttcp-marshal.list: added
34377 2004-06-07  Benjamin Otte  <otte@gnome.org>
34378
34379         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34380           handle discont events if they happen before caps nego
34381
34382 2004-06-07  Wim Taymans  <wim@fluendo.com>
34383
34384         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34385         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34386         (gst_multipart_demux_plugin_init):
34387         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34388         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34389         (gst_multipart_mux_change_state):
34390         Small updates, fix a memleak
34391
34392 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34393
34394         * configure.ac: OSS portability
34395         * ext/arts/gst_arts.c: idem
34396         * sys/oss/gstosselement.c: idem
34397         * sys/oss/gstossmixer.c: idem
34398         * sys/oss/gstosssink.c: idem
34399         * sys/oss/gstosssrc.c: idem
34400         * sys/oss/oss_probe.c: idem
34401           - check for soundcard.h in different places for some BSD
34402
34403 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34404
34405         * AUTHORS:
34406         Add me to the authors file
34407         * configure.ac:
34408         Increase the libdv requirement to >= version 0.100
34409         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34410         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34411         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34412         * ext/dv/gstdvdec.h:
34413         Add support for the new_media flag when sending DISCONT events
34414         Make the querying work when video pad is not linked
34415
34416 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34417
34418         reviewed by Benjamin Otte  <otte@gnome.org>
34419
34420         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34421           create a NULL-initialized array of pads, so we don't think they
34422           exist already. (fixes #143130)
34423
34424 2004-06-07  Benjamin Otte  <otte@gnome.org>
34425
34426         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34427         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34428         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34429           don't use // coments
34430
34431 2004-06-07  Benjamin Otte  <otte@gnome.org>
34432
34433         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34434           cast to GstClockTime to get higher granularity
34435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34436           use gst_element_set_time_delay to get the exact time
34437         * ext/mad/gstmad.c: (gst_mad_chain):
34438           use the negotiated rate instead of the current frame's rate which
34439           might be wrong because of bit errors. This avoids emitting totally
34440           bogus timestamps and screwing sync.
34441         (fixes #143454)
34442
34443 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34444
34445         reviewed by Benjamin Otte  <otte@gnome.org>
34446
34447         * gst/adder/gstadder.c: (gst_adder_loop):
34448           properly error out when no negotiation has happened yet. (fixes
34449           #143032)
34450
34451 2004-06-06  Benjamin Otte  <otte@gnome.org>
34452
34453         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34454           forward correctly transformed offset in discont events. Based on
34455           patch by Arwed v. Merkatz. (fixes #142851)
34456
34457 2004-06-06  David Schleef  <ds@schleef.org>
34458
34459         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34460         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34461         problems on several systems.
34462
34463 2004-06-06  Benjamin Otte  <otte@gnome.org>
34464
34465         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34466           use explicit caps on the srcpad
34467         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34468           properly error out if caps couldn't be set (fixes #142764)
34469
34470 2004-06-06  Benjamin Otte  <otte@gnome.org>
34471
34472         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34473         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34474         (gst_alsa_start_audio):
34475           - don't call set_periods_integer anymore, it breaks the
34476           configuration randomly
34477           - call snd_pcm_hw_params_set_access directly instead of using masks
34478           - don't fail if the sw_params can't be set, just use the default
34479           params and hope it works. Alsalib has weird issues when you touch
34480           sw_params and does no proper error reporting about what failed.
34481         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34482         (gst_alsa_close_audio):
34483           make our alsa debugging go via gst debugging and not conditionally
34484           defined
34485         * ext/alsa/gstalsa.h:
34486           add ALSA_DEBUG_FLUSH macro
34487         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34488         (plugin_init):
34489           wrap alsa errors to be printed via the gst debugging system and not
34490           spammed to stderr
34491
34492 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34493
34494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34495         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34496         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34497         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34498         (qtdemux_parse_trak):
34499         * gst/qtdemux/qtdemux.h:
34500           Bitch. Also known as seeking, querying & co.
34501         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34502         (gst_osssink_change_state):
34503         * sys/oss/gstosssink.h:
34504           Resyncing is for weenies, this hack is no longer needed and was
34505           broken anyway (since it - unintendedly - always leaves resync to
34506           TRUE).
34507
34508 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34509
34510         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34511         * gst/tcp/gsttcpclientsrc.h: idem
34512           - define MSG_NOSIGNAL if not done
34513           - include unistd.h for off_t
34514           (fixes #143749)
34515
34516 2004-06-05  Benjamin Otte  <otte@gnome.org>
34517
34518         * configure.ac:
34519         * ext/kio/Makefile.am:
34520           check for qt's moc preprocessor explicitly and use it
34521
34522 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34523
34524         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34525           don't get a signal for EPIPE on socket writes
34526           (somebody check if this works on other platforms)
34527
34528 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34529
34530         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34531         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34532           check error condition on available samples correctly
34533
34534 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34535
34536         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34537           avoid a segfault
34538         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34539         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34540         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34541         (gst_tcpserversrc_gdp_read_header):
34542          use ssize_t over size_t since the former is signed and thus the
34543          check for error codes can work
34544
34545 2004-06-02  Wim Taymans  <wim@fluendo.com>
34546
34547         reviewed by: Johan
34548
34549         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34550         (gst_multipart_mux_loop):
34551         Oops
34552
34553 2004-06-02  Wim Taymans  <wim@fluendo.com>
34554
34555         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34556         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34557         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34558         (gst_multipart_mux_change_state):
34559         Added configurable boundary specifier, added the value as a
34560         caps field as well.
34561
34562 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34563
34564         * gst/tcp/gsttcp.c:
34565         * gst/tcp/gsttcpclientsrc.c:
34566         * gst/tcp/gsttcpclientsrc.h:
34567         * gst/tcp/gsttcpserversrc.c:
34568           - portability fix, to compile on OSX
34569             (fixes #143146)
34570
34571         * sys/osxaudio/gstosxaudioelement.c:
34572         * sys/osxaudio/gstosxaudiosink.c:
34573         * sys/osxaudio/gstosxaudiosrc.c:
34574           - compilation warnings on OSX
34575             (fixes #143153)
34576
34577 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34578
34579         * ext/vorbis/vorbisdec.c : sign warning fixes
34580
34581         * gst-libs/gst/mixer/mixertrack.c :
34582           do no use defines which are glib 2.4 specific
34583
34584 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34585
34586         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34587           buffer since libflac doesn't expect it (reports a sync error when
34588           it encounters that)
34589
34590
34591 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34592
34593         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34594         * gst-libs/gst/mixer/mixertrack.c:
34595         (gst_mixer_track_get_property), (get_mixer_track_init),
34596         (get_mixer_track_get_property): Added property accessors
34597         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34598         * gst-libs/gst/mixer/mixeroptions.c:
34599         (gst_mixer_options_get_values): Added
34600         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34601         * gst-libs/gst/mixer/mixer.c: Fixed comment
34602
34603
34604 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34605
34606         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34607           improve error messages on open
34608
34609
34610 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34611
34612         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34613           check if v4l-conf is in path
34614
34615 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34616
34617         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34618           change assert to a more readable error message
34619
34620 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34621
34622         * gst-libs/gst/tuner/tunerchannel.h:
34623           - add a freq_multiplicator field to make the conversion
34624             between internal frequency unit and Hz
34625         * sys/v4l/gstv4lelement.c:
34626         * sys/v4l2/gstv4l2element.c:
34627           - change default video device to /dev/video0
34628         * sys/v4l/v4l_calls.c:
34629         * sys/v4l2/v4l2_calls.c:
34630           - we only expose frequency to the user in Hz instead of
34631             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34632
34633 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34634         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34635           Initialise b_o_s and e_o_s variables
34636         * gst-libs/gst/riff/riff-media.c:
34637         (gst_riff_create_video_caps_with_data):
34638           Add some unusual fourcc's from mplayer avi's
34639         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34640           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34641           autoplugging.
34642
34643 2004-05-28  Wim Taymans  <wim@fluendo.com>
34644
34645         * configure.ac:
34646         * gst/alpha/Makefile.am:
34647         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34648         (gst_alpha_get_type), (gst_alpha_base_init),
34649         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34650         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34651         (gst_alpha_chroma_key), (gst_alpha_chain),
34652         (gst_alpha_change_state), (plugin_init):
34653         A plugin to add an alpha channel to I420 video. Can optionally do
34654         chroma keying.
34655         * gst/multipart/Makefile.am:
34656         * gst/multipart/multipart.c: (plugin_init):
34657         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34658         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34659         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34660         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34661         (gst_multipart_demux_change_state),
34662         (gst_multipart_demux_plugin_init):
34663         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34664         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34665         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34666         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34667         (gst_multipart_mux_pad_unlink),
34668         (gst_multipart_mux_request_new_pad),
34669         (gst_multipart_mux_handle_src_event),
34670         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34671         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34672         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34673         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34674         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34675         send multipart jpeg images to a browser.
34676         * gst/videobox/Makefile.am:
34677         * gst/videobox/README:
34678         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34679         (gst_video_box_get_type), (gst_video_box_base_init),
34680         (gst_video_box_class_init), (gst_video_box_init),
34681         (gst_video_box_set_property), (gst_video_box_get_property),
34682         (gst_video_box_sink_link), (gst_video_box_i420),
34683         (gst_video_box_ayuv), (gst_video_box_chain),
34684         (gst_video_box_change_state), (plugin_init):
34685         Crops or adds borders around an image. can do alpha channel
34686         borders as well.
34687         * gst/videomixer/Makefile.am:
34688         * gst/videomixer/README:
34689         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34690         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34691         (gst_videomixer_pad_get_sink_event_masks),
34692         (gst_videomixer_pad_get_property),
34693         (gst_videomixer_pad_set_property),
34694         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34695         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34696         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34697         (gst_videomixer_base_init), (gst_videomixer_class_init),
34698         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34699         (gst_videomixer_handle_src_event),
34700         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34701         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34702         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34703         (gst_videomixer_loop), (gst_videomixer_get_property),
34704         (gst_videomixer_set_property), (gst_videomixer_change_state),
34705         (plugin_init):
34706         Generic video mixer plugin, can handle multiple inputs all with
34707         different framerates and video sizes. Is fully alpha channel
34708         aware.
34709
34710 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34711
34712         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34713           Select first track as master track. Not sure how else to handle
34714           that...
34715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34716           Discard discont events. Should fix #142962.
34717
34718 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34719
34720         * ext/alsa/Makefile.am:
34721         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34722         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34723         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34724         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34725         (gst_alsa_mixer_get_option):
34726         * ext/alsa/gstalsamixer.h:
34727         * ext/alsa/gstalsamixeroptions.c:
34728         (gst_alsa_mixer_options_get_type),
34729         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34730         (gst_alsa_mixer_options_new):
34731         * ext/alsa/gstalsamixeroptions.h:
34732         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34733         * ext/alsa/gstalsamixertrack.h:
34734           Add enumerations (as GstMixerOptions). Make correct distinction
34735           between input/output tracks. Add capture/playback private flag.
34736           Use flag to decide on whether to set capture or playback volumes
34737           or switches. Use playback and record switches.
34738         * gst-libs/gst/mixer/Makefile.am:
34739         * gst-libs/gst/mixer/mixer-marshal.list:
34740         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34741         (gst_mixer_set_option), (gst_mixer_get_option),
34742         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34743         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34744         * gst-libs/gst/mixer/mixer.h:
34745         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34746         (gst_mixer_options_class_init), (gst_mixer_options_init),
34747         (gst_mixer_options_dispose):
34748         * gst-libs/gst/mixer/mixeroptions.h:
34749           Add GstMixerOptions.
34750         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34751           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34752           broken device detection on computers with multiple OSS sound
34753           cards.
34754
34755 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34756
34757         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34758           fixate nicely even when the peer is not negotiating
34759
34760 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34761
34762         * gst/audioconvert/gstaudioconvert.c:
34763         (gst_audio_convert_parse_caps):
34764           make sure we don't allow depth > width
34765         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34766           fixate endianness to G_BYTE_ORDER as default
34767         * gst/audioscale/gstaudioscale.c:
34768           we don't handle another endianness as host-endianness
34769
34770 2004-05-25  David Schleef  <ds@schleef.org>
34771
34772         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34773
34774 2004-05-24  Benjamin Otte  <otte@gnome.org>
34775
34776         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34777         (gst_oggvorbisenc_setup):
34778           properly fail when we can't setup the vorbis encoder due to
34779           unsupported settings
34780         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34781         (gst_vorbisenc_setup):
34782           same
34783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34784           fix case where warnings occured when one pad was unlinked while the
34785           other's link function was called
34786
34787 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34788
34789         * gst/tcp/Makefile.am:
34790           use GST_ENABLE_NEW
34791
34792 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34793
34794         * gst-libs/gst/resample/private.h:
34795           don't use optimizations that are #if 0'ed
34796
34797 2004-05-24  Wim Taymans  <wim@fluendo.com>
34798
34799         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34800         Fix potential division by zero error and hopefully get
34801         the position query right to get correct timestamps on avi
34802         audio.
34803
34804 2004-05-24  Wim Taymans  <wim@fluendo.com>
34805
34806         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34807         (gst_videoscale_scale_nearest_str2),
34808         (gst_videoscale_scale_nearest_str4),
34809         (gst_videoscale_scale_nearest_32bit),
34810         (gst_videoscale_scale_nearest_24bit),
34811         (gst_videoscale_scale_nearest_16bit):
34812         Fix the scaling algorithm and avoid a buffer overflow.
34813         removed the while loop in the scaling function as it
34814         was used for point sampling only.
34815
34816 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34817
34818         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34819         (gst_id3_tag_class_init), (gst_id3_tag_init),
34820         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34821         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34822         (gst_id3_tag_send_tag_event):
34823           lots of fixes to make id3mux work and id3demux work correctly
34824
34825 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34826
34827         * ext/Makefile.am:
34828           add rules to build shout2send (was removed by accident
34829           when this module was no more marked experimental/broken)
34830
34831 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34832
34833         * ext/shout2/gstshout2.c:
34834         * ext/shout2/gstshout2.h:
34835           adding a "connection problem" signal to shout2send
34836           (fixes #142954)
34837
34838 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34839
34840         * ext/kio/kioreceiver.cpp:
34841         * ext/kio/kioreceiver.h:
34842           fix sign comparison issues
34843
34844 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34845
34846         * gst/cdxaparse/gstcdxaparse.c:
34847         * gst/cdxaparse/gstcdxaparse.h:
34848           some renaming
34849           add some checks/sanity
34850           prepare for seek addition
34851
34852         * sys/sunaudio/gstsunaudio.c:
34853           remove exported dupe init function
34854
34855 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34856
34857         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34858         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34859           Fix format conversion and position querying.
34860         * gst/debug/progressreport.c: (gst_progressreport_report):
34861           Don't output a bogus total value that we didn't query.
34862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34863           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34864           only a blank window after xine has been used.
34865
34866 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34867
34868         * m4/as-arts.m4:
34869           sync with upstream version to fix test on FC2
34870           readd with -ko to preserve Id header
34871
34872 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34873
34874         * configure.ac:
34875           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34876         * gst/tcp/gsttcpclientsrc.c: idem
34877         * gst/tcp/gsttcpserversink.c: idem
34878         * gst/tcp/gsttcpserversrc.c: idem
34879         * m4/gst-fionread.m4: idem
34880
34881         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34882
34883         * configure.ac: enable speex plugin for speex 1.1.5+
34884         * ext/speex/gstspeexenc.c: fix cast warning
34885
34886         * ext/esd/README: fix typo
34887
34888 2004-05-20  David Schleef  <ds@schleef.org>
34889
34890         * configure.ac: Minor cosmetic change to convince the buildbot to
34891         reautogen.
34892         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34893         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34894         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34895         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34896         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34897         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34898         More hacking.  Plays audio now.
34899
34900 2004-05-20  David Schleef  <ds@schleef.org>
34901
34902         * configure.ac:
34903         * sys/Makefile.am:
34904
34905 2004-05-20  David Schleef  <ds@schleef.org>
34906
34907         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34908         * sys/osxaudio/gstosxaudio.c:
34909         * sys/osxaudio/gstosxaudioelement.c:
34910         * sys/osxaudio/gstosxaudioelement.h:
34911         * sys/osxaudio/gstosxaudiosink.c:
34912         * sys/osxaudio/gstosxaudiosink.h:
34913         * sys/osxaudio/gstosxaudiosrc.c:
34914         * sys/osxaudio/gstosxaudiosrc.h:
34915
34916 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34917
34918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34919         (gst_vorbisenc_chain):
34920           put the codec headers on the caps as streamheader as well as
34921           pushing them out
34922
34923 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34924
34925         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34926         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34927         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34928         split up push_packet into two functions
34929
34930 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34931
34932         * gst/tcp/.cvsignore:
34933           ignore enums
34934         * gst/tcp/Makefile.am:
34935         * gst/tcp/README:
34936         * gst/tcp/gsttcp.c:
34937         * gst/tcp/gsttcp.h:
34938         * gst/tcp/gsttcpclientsink.c:
34939         * gst/tcp/gsttcpclientsink.h:
34940         * gst/tcp/gsttcpclientsrc.c:
34941         * gst/tcp/gsttcpclientsrc.h:
34942         * gst/tcp/gsttcpplugin.c:
34943         * gst/tcp/gsttcpserversink.c:
34944         * gst/tcp/gsttcpserversink.h:
34945         * gst/tcp/gsttcpserversrc.c:
34946         * gst/tcp/gsttcpserversrc.h:
34947           add new tcp elements
34948
34949 2004-05-19  Wim Taymans  <wim@fluendo.com>
34950
34951         * gst/law/mulaw-conversion.c: (mulaw_encode):
34952         Fix overflow bug in ulaw encoding.
34953
34954 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34955
34956         * ext/mad/gstmad.c: (gst_mad_handle_event):
34957           don't unref the event twice
34958
34959 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34960
34961         * configure.ac:
34962           remove -Wno-sign-compare
34963
34964 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34965
34966         * configure.ac:
34967           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34968           if you want to work against glib 2.2 and 2.4
34969
34970 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34971
34972         * gst/tcp/Makefile.am:
34973         * gst/tcp/gsttcp.c:
34974         * gst/tcp/gsttcp.h:
34975         * gst/tcp/gsttcpsink.h:
34976         * gst/tcp/gsttcpsrc.h:
34977           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34978
34979 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34980
34981         * gst/debug/tests.c: (md5_get_value):
34982           fix segfault on gst-inspect
34983
34984 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34985
34986         * gst/debug/testplugin.c:
34987         * gst/debug/tests.c:
34988         * gst/debug/tests.h:
34989           add new extensible and configurable testing element. Current tests
34990           include buffer count, stream length, timestamp/duration matching and
34991           md5.
34992         * gst/debug/Makefile.am:
34993         * gst/debug/gstdebug.c: (plugin_init):
34994           add infrastructure for new element
34995
34996 2004-05-19  Johan Dahlin  <johan@gnome.org>
34997
34998         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34999         ending of the array. Fixes gst-inspect segfault on ppc.
35000
35001 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35002
35003         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35004
35005         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35006
35007 2004-05-18  David Schleef  <ds@schleef.org>
35008
35009         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35010         warnings (bugs, actually) noticed by gcc but not forte.
35011
35012 2004-05-18  David Schleef  <ds@schleef.org>
35013
35014         * sys/sunaudio/Makefile.am:
35015         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35016
35017 2004-05-18  David Schleef  <ds@schleef.org>
35018
35019         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35020         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35021         to allow qtdemux to use non-seekable streams. (bug #142272)
35022
35023 2004-05-18  David Schleef  <ds@schleef.org>
35024
35025         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35026         (gst_resample_sinc_ft_float): Remove use of static temporary
35027         buffer.  This code was obviously not supposed to last long, but
35028         it's stuck in our ABI, so it required a little hack to make it
35029         ABI-compatible.  Fixes #142585.
35030         * gst-libs/gst/resample/resample.h: same.
35031
35032 2004-05-18  David Schleef  <ds@schleef.org>
35033
35034         * configure.ac: Add sunaudio
35035         * examples/Makefile.am: make gstplay depend on gconf
35036         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35037         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35038         (convert_table_lookup), (img_convert): remove c99-isms
35039         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35040           unsigned, to fix a warning on Solaris
35041         * gst/mpeg1sys/systems.c: bcopy->memcpy
35042         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35043         * sys/Makefile.am: Add sunaudio
35044
35045 2004-05-18  Wim Taymans  <wim@fluendo.com>
35046
35047         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35048         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35049         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35050         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35051         (gst_ogg_mux_loop):
35052         Fix an ugly memleak where the muxer didn't flush enough ogg
35053         pages. This also resulted in badly muxed ogg files.
35054
35055 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35056
35057         * gst/asfdemux/asfheaders.c :
35058         * gst/asfdemux/asfheaders.h :
35059         * gst/asfdemux/gstasfdemux.c :
35060           - fix ASF_OBJ_PADDING guid
35061           - add 3 new object guids (language list, metadata,
35062             extended stream properties)
35063           - add a function to parse extended header objects
35064
35065 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35066
35067         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35068           remove leftover debugging g_print
35069
35070 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35071
35072         * ext/mad/gstmad.c: (gst_mad_handle_event):
35073           Fix for when the first format in a discont event is not a
35074           byte-based one. Should fix #137710.
35075
35076 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35077
35078         * m4/a52.m4 : fix compilation with -Wall -Werror
35079         * m4/libfame.m4 : idem
35080         * m4/libmikmod.m4 : idem
35081
35082 2004-05-17  Benjamin Otte  <otte@gnome.org>
35083
35084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35085           signal the new tags before giving up the reference
35086
35087 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35088
35089         * ext/shout2/gstshout2.c:
35090           use application/ogg instead of application/x-ogg (patch by Patrick
35091           Guimond, fixes #142432)
35092         * sys/oss/gstosselement.c: (gst_osselement_reset),
35093         (gst_osselement_sync_parms):
35094           don't set fragment size unless specified (fixes #142493)
35095
35096 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35097
35098         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35099           fixes #142664
35100
35101 2004-05-17  Benjamin Otte  <otte@gnome.org>
35102
35103         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35104           compute offsets correctly for internal buffers so timestamps are set
35105           correctly when we can't seek. Also handle cases where there are no
35106           offsets. (based on a patch by David Moore, fixes #142507)
35107
35108 2004-05-17  Benjamin Otte  <otte@gnome.org>
35109
35110         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35111           use correct variable when determining amount of data to skip so we
35112           don't skip into the void and segfault
35113
35114 2004-05-16  Benjamin Otte  <otte@gnome.org>
35115
35116         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35117           Hi, I'm a memleak
35118
35119 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35120
35121         * gst/asfdemux/gstasfdemux.c:
35122           - fix a mem leak and always propagate tags
35123           - add WMV3 to known video codecs (but no decoder yet)
35124           - replace "surplus data" at end of audio header for what
35125             it is : codec specific data
35126           - fix a typo
35127
35128 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35129
35130         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35131
35132         * gst-libs/gst/audio/audioclock.c:
35133           Fix wrong return type (#142205).
35134
35135 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35136
35137         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35138           Ignore CRCs by default (fixes #142566).
35139
35140 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35141
35142         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35143         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35144         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35145         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35146         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35147         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35148           Fix for cases where we fail to attach to a mixer.
35149
35150 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35151
35152         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35153           Don't touch events after not owning them anymore.
35154         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35155         (gst_wavparse_fmt), (gst_wavparse_other),
35156         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35157         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35158         (gst_wavparse_srcpad_event):
35159         * gst/wavparse/gstwavparse.h:
35160           Add seeking, fix querying.
35161
35162 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35163
35164         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35165           - process comments even if they don't end with \0\0
35166             g_convert would ignore them if present and works well without them
35167
35168 2004-05-16  Benjamin Otte  <otte@gnome.org>
35169
35170         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35171           simplify caps
35172
35173 2004-05-16  Benjamin Otte  <otte@gnome.org>
35174
35175         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35176           don't write to memory we might not write to - g_convert does that
35177           for us anyway (fixes #142613)
35178         (gst_asf_demux_audio_caps):
35179           comment out gst_util_dump_mem
35180
35181 2004-05-16  Benjamin Otte  <otte@gnome.org>
35182
35183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35184           compute correct expected timestamps after seek (broken since
35185           last commit)
35186         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35187           rename element and debugging category to gdkpixbufscale
35188
35189 2004-05-16  Benjamin Otte  <otte@gnome.org>
35190
35191         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35192           add error checking to snd_pcm_delay and remove duplicate call to
35193           snd_pcm_delay that caused issues (see inline code comments)
35194         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35195           make more readable and fix return value when snd_pcm_delay fails
35196         (fixes #142586)
35197
35198 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35199         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35200         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35201         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35202         (gst_pixbufscale_link), (gst_pixbufscale_init),
35203         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35204         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35205         (gst_pixbufscale_get_property), (pixbufscale_init):
35206         * ext/gdk_pixbuf/pixbufscale.h:
35207         Add these files I forgot earlier
35208
35209 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35210         * ext/gdk_pixbuf/Makefile.am:
35211         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35212         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35213         Add new pixbufscale element to scale RGB video
35214         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35215         and HYPER interpolation correctly.
35216         * ext/theora/theoraenc.c: (theora_enc_chain),
35217         Discard buffer and return if explicit caps could not be set
35218         (theora_enc_get_property):
35219         Make _get return kbps for the bitrate consistent with
35220         the _set function.
35221
35222
35223 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35224
35225         * ext/libvisual/visual.c: (gst_visual_chain):
35226           add missing visual_audio_analyze
35227
35228 2004-05-14  David Schleef  <ds@schleef.org>
35229
35230         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35231         is killed while we're playing.
35232         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35233         gst_element_no_more_pads().
35234
35235 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35236
35237         * gst-libs/gst/riff/riff-read.c :
35238           - fix INFO tag extraction in RIFF/AVI files
35239             because gst_event_unref (event) also freed taglist
35240           - avoid a mem leak
35241
35242 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35243
35244         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35245         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35246
35247         * gst/auparse/gstauparse.c :
35248           - add code (commented for now) to support audio/x-adpcm on src pad
35249             (we have no decoder for those layout yet)
35250
35251         * gst/cdxaparse/gstcdxaparse.c :
35252         * gst/cdxaparse/gstcdxaparse.h :
35253           - partial rewrite using RiffRead (ripped iain's wavparse code)
35254
35255         * gst/rtp/gstrtpL16enc.c : typo
35256         * gst/rtp/gstrtpgsmenc.c : typo
35257
35258 2004-05-13  Benjamin Otte  <otte@gnome.org>
35259
35260         * configure.ac:
35261           check for exact version of libvisual, it's not supposed to be
35262           API/ABI stable yet
35263
35264 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35265
35266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35267           signal no-more-pads
35268
35269 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35270
35271         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35272         Report which format was used for GST_FORMAT_DEFAULT
35273         * gst/debug/Makefile.am:
35274         * gst/debug/gstdebug.c: (plugin_init):
35275         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35276         (gst_progressreport_class_init), (gst_progressreport_init),
35277         (gst_progressreport_report), (gst_progressreport_set_property),
35278         (gst_progressreport_get_property), (gst_progressreport_chain),
35279         (gst_progressreport_plugin_init):
35280         Add progressreport element for testing.
35281
35282 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35283
35284         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35285         * sys/v4l/gstv4lsrc.h:
35286         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35287         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35288         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35289         (gst_v4lsrc_grab_frame):
35290           add more debugging
35291           send a discont at start
35292
35293 2004-05-12  Colin Walters  <walters@redhat.com>
35294
35295         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35296         inflooping if we can't find a chunk.  Or in other words, don't blow
35297         chunks if we don't have a chunk to blow.
35298
35299 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35300         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35301         Remove old debug output
35302         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35303         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35304         (gst_dvdec_set_property), (gst_dvdec_get_property):
35305         Change the quality setting to an enum, so it works from gst-launch
35306         Don't renegotiate a non-linked pad. Allows audio only decoding.
35307         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35308         (gst_deinterlace_link), (gst_deinterlace_init):
35309         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35310         (gst_videodrop_link):
35311         Some caps negotiation fixes
35312
35313 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35314
35315         * ext/tarkin/gsttarkin.c :
35316           - Change RANK from NONE to PRIMARY
35317         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35318           - Change RANK from NONE to MARGINAL
35319         * ext/divx/gstdivxenc.c :
35320           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35321
35322 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35323
35324         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35325         (gst_vorbisenc_push_packet):
35326           copy a function that was added between 1.0 and 1.0.1 until we
35327           depend on worthwhile features of post-1.0
35328
35329 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35330
35331         * configure.ac:
35332           enable shout2 by default
35333         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35334         (gst_shout2send_base_init), (gst_shout2send_init),
35335         (gst_shout2send_connect), (gst_shout2send_change_state):
35336         * ext/shout2/gstshout2.h:
35337           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35338           #142262)
35339         * ext/theora/theora.c: (plugin_init):
35340           don't set rank on encoders
35341
35342 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35343
35344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35345           Use codec_data property instead of flag1 and flag2 for wma
35346
35347 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35348
35349         * gst/cdxaparse/gstcdxaparse.c :
35350           - Add mpegversion to CAPS to make it link
35351           - Rank is as GST_RANK_SECONDARY instead of NONE
35352         * gst/auparse/gstauparse.c :
35353           - Document all audio encoding we can encounter from Solaris 9
35354             headers and libsndfile information.
35355           - Increase max. rate from 48000 to 192000 (to match other elements)
35356           - Don't try to play junk data between header and samples
35357
35358 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35359
35360         * ext/libvisual/visual.c: (gst_visual_getcaps):
35361           use the right caps depending on endianness (I hope)
35362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35363           use GST_RANK_NONE for all non-decoding elements or spider gets
35364           mighty confused
35365
35366 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35367
35368         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35369           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35370
35371 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35372
35373         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35374         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35375         (gst_switch_loop), (gst_switch_get_type):
35376           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35377           HEADERS. Had to be said.
35378
35379 2004-05-10  David Schleef  <ds@schleef.org>
35380
35381         * configure.ac: Add prototype Dirac support.
35382         * ext/Makefile.am:
35383         * ext/dirac/Makefile.am:
35384         * ext/dirac/gstdirac.cc:
35385         * ext/dirac/gstdiracdec.cc:
35386
35387 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35388
35389         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35390         (gst_auparse_init), (gst_auparse_chain),
35391         (gst_auparse_change_state):
35392           Hack around spider. Remove me some day please.
35393
35394 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35395
35396         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35397           Fix for some uninitialized variables in previous patch, also
35398           makes it work. Fixes #142286 while we're at it.
35399
35400 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35401
35402         * gst/auparse/gstauparse.c:
35403                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35404                 only unsupported formats are ADPCM/CCITT G.72x
35405                 reviewed by Ronald
35406         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35407
35408 2004-05-10  Wim Taymans  <wim@fluendo.com>
35409
35410         * ext/vorbis/Makefile.am:
35411         * ext/vorbis/README:
35412         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35413         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35414         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35415         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35416         (gst_oggvorbisenc_convert_sink),
35417         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35418         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35419         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35420         (get_constraints_string), (update_start_message),
35421         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35422         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35423         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35424         * ext/vorbis/oggvorbisenc.h:
35425         * ext/vorbis/vorbis.c: (plugin_init):
35426         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35427         (raw_caps_factory), (gst_vorbisenc_class_init),
35428         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35429         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35430         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35431         * ext/vorbis/vorbisenc.h:
35432         Added a raw vorbis encoder to be used with the oggmuxer.
35433         We still need the old encoder for some gnome applications,
35434         read the README to find out how that works.
35435         The raw encoder is called "rawvorbisenc" until 0.9.
35436
35437 2004-05-10  Wim Taymans  <wim@fluendo.com>
35438
35439         * ext/ogg/gstogg.c: (plugin_init):
35440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35441         (gst_ogg_print):
35442         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35443         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35444         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35445         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35446         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35447         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35448         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35449         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35450         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35451         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35452         Added an ogg muxer.
35453         Small typo fixes in the demuxer.
35454
35455 2004-05-10  Wim Taymans  <wim@fluendo.com>
35456
35457         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35458         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35459         (theora_enc_change_state), (theora_enc_set_property),
35460         (theora_enc_get_property):
35461         Mark the last packet with an EOS flag which is not really needed
35462         in gstreamer.
35463         Do some better video framerate initialisation.
35464         Update the buffer timestamp.
35465
35466 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35467
35468         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35469         Return the result of the parent state change call
35470
35471 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35472
35473         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35474         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35475         * gst/law/alaw-encode.c : (idem)
35476         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35477         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35478         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35479
35480 2004-05-09  Benjamin Otte  <otte@gnome.org>
35481
35482         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35483           don't use a fixed buffer size when writing variable length data to
35484           it. Fixes memory corruption and makes alsasrc work
35485
35486 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35487
35488         * ext/gnomevfs/gstgnomevfssink.c:
35489         (_gst_boolean_allow_overwrite_accumulator),
35490         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35491           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35492           RUN_LAST, and don't use that to set the accumulator value because
35493           then it's always FALSE.
35494
35495 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35496
35497         * gst-libs/gst/riff/riff-media.c:
35498         (gst_riff_create_video_caps_with_data),
35499         (gst_riff_create_audio_caps),
35500         (gst_riff_create_audio_template_caps):
35501         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35502           Fix for unaligned RIFF files (i.e. where all the chunks together
35503           in a LIST chunk are not of the same size as the size given in
35504           the LIST chunk header). Fixes several odd WAVE files. Also fix
35505           ADPCM (block_align property) in audio, so that wavparse based
35506           on this works now as it used to stand-alone.
35507
35508 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35509
35510         reviewed by Benjamin Otte  <otte@gnome.org>
35511
35512         * ext/a52dec/gsta52dec.c:
35513         * ext/divx/gstdivxdec.c:
35514         * ext/divx/gstdivxenc.c:
35515         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35516         * ext/faac/gstfaac.c: (gst_faac_base_init):
35517         * ext/faad/gstfaad.c: (gst_faad_base_init):
35518         * ext/ivorbis/vorbisfile.c:
35519         * ext/lame/gstlame.c:
35520         * ext/libfame/gstlibfame.c:
35521         * ext/mpeg2enc/gstmpeg2enc.cc:
35522         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35523         * ext/sidplay/gstsiddec.cc:
35524         * ext/speex/gstspeexdec.c:
35525         * ext/speex/gstspeexenc.c:
35526         * ext/xvid/gstxviddec.c:
35527         * ext/xvid/gstxvidenc.c:
35528           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35529           (fixes #142193)
35530
35531 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35532
35533         * ext/alsa/gstalsa.c: (device_list),
35534         (gst_alsa_class_probe_devices):
35535         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35536           Fix alsa oddness in mixer after the combination of using mixer
35537           in source/sink elements and using hw:x,y instead of just hw:x.
35538
35539 2004-05-09  Benjamin Otte  <otte@gnome.org>
35540
35541         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35542         (gst_wavparse_create_sourcepad):
35543           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35544           sourcepads
35545
35546 2004-05-09  Benjamin Otte  <otte@gnome.org>
35547
35548         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35549           allow discont events before caps nego
35550
35551 2004-05-08  Benjamin Otte  <otte@gnome.org>
35552
35553         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35554           don't leak events
35555
35556 2004-05-08  Benjamin Otte  <otte@gnome.org>
35557
35558         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35559         (gst_level_change_state), (gst_level_init):
35560         * gst/level/gstlevel.h:
35561           figure out if we're initialized directly instead of keeping a
35562           variable that's wrong in 90% of cases
35563           don't initialize pads and then leak them and use a new unitialized
35564           pad. (fixes #142084)
35565           these were bugs so n00bish I didn't find them for an hour :/
35566
35567 2004-05-08 Iain <iain@prettypeople.org>
35568
35569         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35570         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35571         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35572         return the length that was read.
35573         (gst_riff_read_strf_auds): Allow fmt tags as well.
35574
35575 2004-05-07  David Schleef  <ds@schleef.org>
35576
35577         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35578         signed char assumption in faad.h.
35579
35580 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35581
35582         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35583           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35584
35585 2004-05-07  Colin Walters  <walters@redhat.com>
35586
35587         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35588         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35589         function.
35590         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35591         Add dispose function.
35592
35593 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35594         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35595           Fix caps nego and pad templates. RGB mode caps should
35596           work now.
35597         * ext/dvdnav/gst-dvd:
35598           Move mpeg2dec inside the thread because otherwise the
35599           queue rejects cap changes mid-stream
35600         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35601         (gst_mpeg2dec_flush_decoder):
35602           For mpeg2dec > 0.4.0, call the flush function instead of
35603           manually extracting all in-flight frames.
35604         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35605         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35606           Change mime type video/dv go video/x-dv to match the
35607           rest of gst-plugins
35608
35609 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35610
35611         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35612         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35613         (gst_alsa_sink_class_init):
35614         * ext/alsa/gstalsasink.h:
35615         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35616         (gst_alsa_src_class_init):
35617         * ext/alsa/gstalsasrc.h:
35618           Make alsasink/src a subclass of alsamixer so that mixer stuff
35619           shows up in gst-rec. Needs some finetuning.
35620
35621 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35622
35623         * ext/lame/gstlame.c: (gst_lame_chain):
35624           simplify
35625         * ext/mad/gstmad.c: (gst_mad_handle_event):
35626           fix event leak
35627         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35628           be able to detect mp3 files < 4096 bytes
35629
35630 2004-05-06  Wim Taymans  <wim@fluendo.com>
35631
35632         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35633         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35634         (theora_enc_set_property), (theora_enc_get_property):
35635         Also encode the first frame, cleanup some code.
35636
35637 2004-05-06  Wim Taymans  <wim@fluendo.com>
35638
35639         * ext/mpeg2enc/gstmpeg2enc.cc:
35640         Forward events first before deciding that negotiation was
35641         not performed.
35642
35643 2004-05-06  Wim Taymans  <wim@fluendo.com>
35644
35645         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35646         First process the events before deciding that negotiation
35647         was not performed.
35648
35649 2004-05-06  Wim Taymans  <wim@fluendo.com>
35650
35651         * ext/theora/Makefile.am:
35652         * ext/theora/theora.c: (plugin_init):
35653         * ext/theora/theoradec.c: (theora_dec_change_state):
35654         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35655         (gst_theora_enc_class_init), (gst_theora_enc_init),
35656         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35657         (theora_enc_chain), (theora_enc_change_state),
35658         (theora_enc_set_property), (theora_enc_get_property):
35659         Added a theora encoder, grouped the encoder and decoder into the
35660         same plugin.
35661
35662 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35663
35664         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35665         (gst_jpegenc_chain):
35666         fix DURATION on outgoing buffers
35667         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35668         debug using time formats
35669         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35671         (gst_xvimagesink_sink_link):
35672         windows with width/height 0 generate X errors, so don't allow them
35673
35674 2004-05-05  Wim Taymans  <wim@fluendo.com>
35675
35676         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35677         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35678         (gst_mpeg2dec_negotiate_format):
35679         * ext/mpeg2dec/gstmpeg2dec.h:
35680           removed the static pad template so that we can add the
35681           more accurate framerate value to the caps.
35682
35683
35684 2004-05-04  Benjamin Otte  <otte@gnome.org>
35685
35686         * configure.ac:
35687           check for kdemacros.h, too (should fix #141821)
35688         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35689           don't crash if no header was sent, but nicely error out (fixes part
35690           of #141554)
35691
35692 2004-05-04  Wim Taymans  <wim@fluendo.com>
35693
35694         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35695         parent dispose function to avoid segfault on destroy.
35696
35697 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35698
35699         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35700         (plugin_init):
35701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35702         (gst_xvimagesink_sink_link):
35703         clean up debugging caps
35704         also recreate xvimage when format has changed
35705
35706 2004-05-04  Benjamin Otte  <otte@gnome.org>
35707
35708         * ext/libvisual/Makefile.am:
35709         * ext/libvisual/visual.c: (gst_visual_class_init),
35710         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35711         (gst_visual_srclink), (gst_visual_chain),
35712         (gst_visual_change_state), (plugin_init):
35713           use a GstAdapter to correctly adapt buffer sizes - allows using a
35714           framerate
35715
35716 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35717
35718         * sys/v4l/gstv4lelement.h:
35719         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35721         (gst_v4lsrc_buffer_free):
35722         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35723         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35724         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35725         (gst_v4lsrc_requeue_frame):
35726         move some debugging categories around
35727         query for fps index and set accordingly if found
35728
35729 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35730
35731         * ext/lame/gstlame.c:
35732         correct defaults that lame_init puts out of range
35733
35734 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35735
35736         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35737         (gst_divxenc_class_init):
35738         fix range since -1 is the default
35739         * gst/mpeg1sys/gstmpeg1systemencode.c:
35740         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35741         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35742         (gst_rtjpegdec_chain):
35743         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35744         (gst_rtjpegenc_chain):
35745         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35746         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35747         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35748         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35749         * sys/v4l/gstv4lsrc.c:
35750         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35751         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35752         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35753         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35754         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35755           remove gst_info calls
35756
35757 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35758
35759         * Makefile.am:
35760         * po/af.po:
35761         * po/az.po:
35762         * po/en_GB.po:
35763         * po/nl.po:
35764         * po/sr.po:
35765         * po/sv.po:
35766           Updated translations
35767
35768 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35769
35770         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35771           refactor/comment code
35772
35773 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35774
35775         * gst/asfdemux/Makefile.am:
35776         * gst/asfdemux/asfheaders.c:
35777         * gst/asfdemux/asfheaders.h:
35778         * gst/asfdemux/gstasf.c: (plugin_init):
35779         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35780         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35781         (gst_asf_demux_setup_pad):
35782         * gst/asfdemux/gstasfdemux.h:
35783         * gst/asfdemux/gstasfmux.c:
35784         * gst/asfdemux/gstasfmux.h:
35785           Add tagging support to demuxer, split out registration in its own
35786           file instead of in demux (hacky), and prevent having some tables
35787           in our memory multiple times (in asfheaders.h).
35788
35789 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35790
35791         * gst/matroska/matroska-demux.c:
35792         (gst_matroska_demux_parse_metadata):
35793         * gst/matroska/matroska-ids.h:
35794           Basic tag reading support.
35795
35796 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35797
35798         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35799           Really detect ac-3 audio.
35800         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35801           really detect matroska files (off-by-1).
35802
35803 2004-04-30  David Schleef  <ds@schleef.org>
35804
35805         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35806         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35807         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35808         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35809         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35810         hackage -- parse a lot more atoms, extract a few tags.  One might even
35811         mistake this for tag support.  Maybe it is.
35812         * gst/qtdemux/qtdemux.h:
35813
35814 2004-04-30  Colin Walters  <walters@verbum.org>
35815
35816         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35817
35818 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35819
35820         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35821         (gst_ffmpegcolorspace_getcaps):
35822           remove broken nego fix
35823
35824 2004-04-30  Benjamin Otte  <otte@gnome.org>
35825
35826         * configure.ac:
35827         * ext/Makefile.am:
35828         * ext/libvisual/Makefile.am:
35829         * ext/libvisual/visual.c:
35830           add initial support for libvisual (http://libvisual.sourceforge.net)
35831           libvisual is still quite alpha, so expect crashes in there :)
35832
35833 2004-04-29  David Schleef  <ds@schleef.org>
35834
35835         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35836         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35837         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35838         code; you will no longer respect me.
35839
35840 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35841
35842         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35843         * ext/alsa/gstalsa.h :
35844         change alsa pcm device discovery to find more than 1 device
35845         per card. code review by Ronald.
35846
35847 2004-04-29  David Schleef  <ds@schleef.org>
35848
35849         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35850         Add a check for a driver bug on FreeBSD.  (bug #140565)
35851
35852 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35853
35854         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35855         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35856         (gst_jpegenc_getcaps):
35857           move format setting to inner loop
35858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35859         (gst_ffmpegcolorspace_getcaps):
35860           use GST_PAD_CAPS if available so that we use already negotiated
35861           caps
35862         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35863         (qtdemux_parse_moov), (qtdemux_parse):
35864           extra debugging
35865         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35866         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35867           move hardcoded path to DEFINE
35868
35869 2004-04-28  David Schleef  <ds@schleef.org>
35870
35871         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35872         (bug #140064)
35873
35874 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35875
35876         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35877           Don't probe for playback device if we're a source element. Fixes
35878           #139658.
35879
35880 2004-04-29  Benjamin Otte  <otte@gnome.org>
35881
35882         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35883         (gst_id3_tag_chain):
35884           rewrite buffer offset
35885
35886 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35887
35888         * configure.ac:
35889         * ext/Makefile.am:
35890         * ext/dts/Makefile.am:
35891         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35892         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35893         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35894         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35895         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35896         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35897         (plugin_init):
35898         * ext/dts/gstdtsdec.h:
35899           New DTS decoder.
35900         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35901         (gst_faad_srcconnect):
35902           Add ESDS atom handling (.m4a).
35903
35904 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35905
35906         * ext/divx/gstdivxdec.c: (plugin_init):
35907           Remove comment that makes no sense.
35908         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35909           Fix for obvious typo that resulted in warnings during gst-register.
35910         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35911         (gst_xviddec_sink_link):
35912           Fix caps negotiation a bit better.
35913         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35914           We call this 'codec_data', not 'esds'.
35915
35916 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35917
35918         * gst/monoscope/gstmonoscope.c:
35919           make sure we only provide 256x128
35920         * gst/monoscope/monoscope.c: (monoscope_init):
35921           assert size of 256x128
35922
35923 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35924
35925         * Makefile.am:
35926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35927         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35928           fixate to max width and height of device
35929
35930 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35931
35932         * Makefile.am:
35933         * sys/v4l/gstv4l.c:
35934         * sys/v4l/gstv4lsrc.c:
35935         * sys/v4l/v4l_calls.c:
35936         * sys/v4l/v4lsrc_calls.c:
35937           fix for qc-usb driver which fakes having more than one buffer
35938           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35939           buffer_free override
35940           add debugging
35941
35942 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35943
35944         * Makefile.am:
35945         * gst/videotestsrc/gstvideotestsrc.c:
35946         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35947         (gst_videotestsrc_init), (gst_videotestsrc_get),
35948         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35949         * gst/videotestsrc/gstvideotestsrc.h:
35950           add num-buffers property
35951
35952         2004-04-26  Benjamin Otte  <otte@gnome.org>
35953
35954         * ext/mad/gstid3tag.c: (plugin_init):
35955           set id3mux rank to NONE so it doesn't confuse spider
35956           require audio/mpeg,mpegversion=1 in id3mux
35957
35958 2004-04-26  Benjamin Otte  <otte@gnome.org>
35959
35960         * configure.ac:
35961           detect faad correctly as non-working if it's indeed non-working
35962
35963 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35964
35965         * Makefile.am:
35966         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35967         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35968         fix _getcaps so it only negotiates to its supported format
35969
35970 2004-04-25  Benjamin Otte  <otte@gnome.org>
35971
35972         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35973           fix memleak
35974
35975 2004-04-23  Benjamin Otte  <otte@gnome.org>
35976
35977         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35978           audio/x-raw-int with height rules! not. Now it's depth.
35979
35980 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35981
35982         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35983         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35984         (gst_wavparse_loop):
35985           Missing variable initialization. Add handling of DVI ADPCM. Fix
35986           mis-parsing of LIST chunks. This works around a bug where we mis-
35987           parse non-aligning LIST chunks (so LIST chunks where the contents
35988           don't align with the actual LIST size). The correct fix is to use
35989           rifflib, I'm not going to fix wavparse - too much work. All this
35990           fixes #104878.
35991
35992 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35993
35994         reviewed by Benjamin Otte  <otte@gnome.org>
35995
35996         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35997           fix shoutcast not working (fixes #140844)
35998
35999 2004-04-22  Benjamin Otte  <otte@gnome.org>
36000
36001         * ext/hermes/gsthermescolorspace.c:
36002         (gst_hermes_colorspace_caps_remove_format_info):
36003         * gst/colorspace/gstcolorspace.c:
36004         (gst_colorspace_caps_remove_format_info):
36005         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36006         (gst_ffmpegcolorspace_caps_remove_format_info):
36007           s/gst_caps_simplify/gst_caps_do_simplify/
36008
36009 2004-04-22  Benjamin Otte  <otte@gnome.org>
36010
36011         * gst-libs/gst/riff/riff-media.c:
36012         (gst_riff_create_video_caps_with_data):
36013           mpegversion is an int
36014         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36015           don't try to create pad templates with NULL caps, use any caps
36016           instead.
36017
36018 2004-04-20  David Schleef  <ds@schleef.org>
36019
36020         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36021         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36022         (bug #140384)
36023
36024 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36025
36026         reviewed by David Schleef
36027
36028         * ext/mad/gstid3tag.c: Add stdlib.h
36029         * gst/rtp/gstrtpgsmenc.c: same
36030         * gst/tags/gstid3tag.c: same
36031         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36032         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36033         GST_DISABLE_LOADSAVE use.
36034         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36035         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36036         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36037         atol(3)).
36038         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36039         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36040         strtoul(3)).
36041         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36042         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36043         $(ID3_CFLAGS).
36044         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36045         $(LIBFAME_CFLAGS).
36046
36047 2004-04-20  David Schleef  <ds@schleef.org>
36048
36049         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36050         last checkin.  Same idea.
36051
36052 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36053
36054         reviewed by David Schleef
36055
36056         * configure.ac: bump required gstreamer version to 0.8.1.1
36057         because of following changes [--ds]
36058
36059         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36060         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36061         (gst_riff_read_header):  Use GST_READ_UINT*
36062         macros to access possibly unaligned memory.
36063
36064         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36065         (mp3_type_find):  Use GST_READ_UINT*
36066         macros to access possibly unaligned memory.
36067         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36068         (speex_type_find): Likewise
36069
36070         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36071
36072         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36073         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36074         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36075         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36076         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36077         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36078         macros to access possibly unaligned memory.
36079
36080         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36081         Likewise.
36082
36083         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36084         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36085
36086         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36087         Likewise.
36088
36089         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36090         (gst_mpeg2subt_chain_subtitle): Likewise.
36091
36092         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36093         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36094         Likewise.
36095
36096         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36097         Likewise.
36098
36099         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36100         Likewise.
36101
36102         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36103         Likewise.
36104
36105 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36106
36107         * configure.ac:
36108           update required version of GStreamer because of GST_TIME_FORMAT
36109
36110 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36111
36112         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36113           remove leftover g_print
36114         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36115           don't try setting only a subset of the caps. We don't want to kill
36116           autoplugging on purpose
36117
36118 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36119
36120         * sys/ximage/ximagesink.c: (plugin_init):
36121         * sys/xvimage/xvimagesink.c: (plugin_init):
36122           add debugging categories
36123
36124 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36125
36126         * po/en_GB.po:
36127         * po/LINGUAS:
36128           Adding en_GB translation (Gareth Owen)
36129
36130 2004-04-20  David Schleef  <ds@schleef.org>
36131
36132         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36133         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36134         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36135         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36136         A number of new features and hacks to extract the esds atom and
36137         put it into the caps.  (bug #137724)
36138
36139 2004-04-19  David Schleef  <ds@schleef.org>
36140
36141         * gconf/Makefile.am: Fix for non-GNU make
36142         * gst-libs/gst/Makefile.am: Change directory order to handle
36143         GstPlay linking with gstinterfaces
36144         * gst-libs/gst/audio/make_filter: make use of tr portable
36145         * gst-libs/gst/play/Makefile.am: Add intended \
36146         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36147         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36148         function prototype instead of void *.
36149         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36150         macro.
36151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36152         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36153         * gst/videofilter/make_filter: make use of tr portable
36154         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36155
36156 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36157
36158         * po/LINGUAS:
36159         * po/uk.po:
36160           Added Ukrainian translation (Maxim V. Dziumanenko)
36161
36162 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36163
36164         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36165         (gst_gsmdec_link), (gst_gsmdec_chain):
36166           Fix capsnego, simplify chain function slightly.
36167         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36168           Add GSM.
36169
36170 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36171
36172         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36173         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36174         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36175           Hack to make wavparse work with spider (always -> sometimes pad).
36176           Fixes #135862 && #140411.
36177
36178 2004-04-18  Benjamin Otte  <otte@gnome.org>
36179
36180         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36181         (gst_osselement_rate_probe_check),
36182         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36183           get rid of \n in debug output
36184
36185 2004-04-17  Iain <iain@prettypeople.org>
36186
36187         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36188         not just EOS.
36189
36190 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36191
36192         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36193         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36194         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36195         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36196         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36197         (gst_id3_tag_change_state), (plugin_init):
36198           deprecate id3tag element and replace with id3demux/id3mux.
36199           great side effect: this ugly file is now even uglier, yay!
36200         * ext/mad/gstmad.h:
36201           remove non-available function
36202           update for new get_type
36203
36204 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36205
36206         * configure.ac:
36207           require mpeg2dec >= 0.4.0
36208
36209 2004-04-17  Benjamin Otte  <otte@gnome.org>
36210
36211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36212         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36213         (gst_xvimagesink_set_xwindow_id):
36214           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36215           assorted cleanup fixes.
36216
36217 2004-04-16  David Schleef  <ds@schleef.org>
36218
36219         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36220         * sys/xvimage/xvimagesink.h: same
36221
36222 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36223
36224         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36225           Fix GST_ELEMENT_ERROR with (NULL)
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           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36232
36233 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36234
36235         * gst-libs/gst/riff/riff-media.c:
36236         (gst_riff_create_video_caps_with_data),
36237         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36238         (gst_riff_create_video_template_caps),
36239         (gst_riff_create_audio_template_caps):
36240         * gst-libs/gst/riff/riff-media.h:
36241         * gst-libs/gst/riff/riff-read.c:
36242         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36243         * gst-libs/gst/riff/riff-read.h:
36244         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36245           Add MS RLE support. I added some functions to read out strf chunks
36246           into strf chunks and the data behind it. This is usually color
36247           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36248           caps creation. Lastly, add ADPCM (similar to wavparse - which
36249           should eventually be rifflib based).
36250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36251         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36252         * gst/matroska/matroska-demux.h:
36253           Remove placeholders for some prehistoric tagging system. Didn't add
36254           support for any tag system really anyway.
36255         * gst/qtdemux/qtdemux.c:
36256           Add support for audio/x-m4a (MPEG-4) through spider.
36257         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36258         (gst_wavparse_loop):
36259           ADPCM support (#135862). Increase max. buffer size because we
36260           cannot split buffers for ADPCM (screws references) and I've seen
36261           files with 2048 byte chunks. 4096 seems safe for now.
36262
36263 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36264
36265         * configure.ac: bump nano to 1
36266
36267 === release 0.8.1 ===
36268
36269 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36270
36271         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36272
36273 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36274
36275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36276           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36277           Fixes #140058
36278
36279 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36280
36281         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36282           lower rank of dvddemux so that it's not used for mpeg playback.
36283
36284 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36285
36286         * configure.ac:
36287           save libs correctly when checking mad
36288
36289 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36290
36291         * ext/mad/gstid3tag.c: (plugin_init):
36292           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36293
36294 2004-04-13  David Schleef  <ds@schleef.org>
36295
36296         * common/m4/gst-feature.m4: Call -config scripts with
36297         --plugin-libs if it is supported.
36298         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36299         JPEG images are image/jpeg.
36300         * gst/debug/Makefile.am:
36301         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36302         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36303         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36304         (gst_negotiation_plugin_init): Add a property that acts like
36305         filter caps.
36306         * testsuite/gst-lint:  Move license checking to be a standard
36307         test.
36308
36309 2004-04-13  David Schleef  <ds@schleef.org>
36310
36311         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36312         patch from Sebastien Cote (bug #139958)
36313
36314 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36315
36316         * examples/gstplay/Makefile.am:
36317         * examples/gstplay/player.c: (main):
36318           make the commandline player example use gconf settings
36319
36320 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36321
36322         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36323         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36324         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36325           init/end library during state transition, not object
36326           creation/disposal.  get rid of custom dispose handler.
36327
36328
36329 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36330
36331         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36332         be a symlink
36333
36334 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36335
36336         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36337           Handle JUNK chunks inside data section. Prevents warnings.
36338
36339 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36340
36341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36342         (gst_riff_create_video_template_caps):
36343           Add MS video v1.
36344         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36345         (gst_avi_demux_stream_data):
36346           Add support for "rec-list" chunks.
36347
36348 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36349
36350         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36351           Fix another codecname mismatch.
36352
36353 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36354
36355         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36356           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36357           so that MJPEG plays back.
36358
36359 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36360
36361         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36362         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36363         * gst/mpeg1videoparse/gstmp1videoparse.h:
36364           Fix for some slight mis-cuts in buffer parsing, and for some
36365           potential overflows or faults-causers. Adds disconts. Also fixes
36366           #139105 while we're at it.
36367
36368 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36369
36370         * configure.ac:
36371         * sys/v4l2/gstv4l2element.h:
36372           Workaround for missing struct v4l2_buffer declaration in Suse 9
36373           and Mandrake 10 linux/videodev2.h header file (#135919).
36374
36375 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36376
36377         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36378           Bail out if no filename was given.
36379
36380 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36381
36382         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36383         (gst_v4l2_fourcc_from_structure):
36384           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36385           Y41B somewhere).
36386
36387 2004-04-09  Benjamin Otte  <otte@gnome.org>
36388
36389         * ext/gnomevfs/gstgnomevfssink.c:
36390         (_gst_boolean_allow_overwrite_accumulator),
36391         (gst_gnomevfssink_class_init):
36392           fix erase signal - if any handler returns false the file will not be
36393           overwritten. If no handler is connected, the file will not be
36394           overwritten either.
36395           renamed signal to "allow-overwrite"
36396         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36397           free string when adding it to ID3 failed
36398         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36399           unref event when done
36400         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36401           free caps
36402         * gst/typefind/gsttypefindfunctions.c:
36403         (mpeg_video_stream_type_find):
36404           fix invalid read
36405
36406 2004-04-08  David Schleef  <ds@schleef.org>
36407
36408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36409         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36410
36411 2004-04-08  David Schleef  <ds@schleef.org>
36412
36413         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36414         we don't support (bug #139532)
36415
36416 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36417
36418         * ext/mad/gstmad.c: (gst_mad_handle_event),
36419         (gst_mad_check_caps_reset), (gst_mad_chain),
36420         (gst_mad_change_state):
36421           only set explicit caps if they haven't been set before for
36422           this stream.  MPEG-audio sample rate/channels aren't allowed
36423           to change in-stream.
36424           Fixes #139382
36425
36426 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36427
36428         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36429         (_gst_boolean_did_something_accumulator),
36430         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36431         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36432         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36433         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36434         (gst_gnomevfssink_change_state):
36435           Fix erase signal. Don't erase by default. Remove handoff signal.
36436           Remove erase property. Don't segfault. General cleanup.
36437
36438 2004-04-07  Benjamin Otte  <otte@gnome.org>
36439
36440         * gst-libs/gst/gconf/test-gconf.c: (main):
36441           add missing gst_init
36442
36443 2004-04-07  Benjamin Otte  <otte@gnome.org>
36444
36445         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36446           free the mutexes, too
36447
36448 2004-04-07  Benjamin Otte  <otte@gnome.org>
36449
36450         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36451           actually free the URI string
36452         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36453           compute offset correctly when passing discont events
36454         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36455           don't leak discont events
36456         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36457           add some missing breaks so caps aren't copied randomly
36458         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36459           if we realloc memory, we better use it
36460
36461 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36462
36463         * ext/mad/gstmad.c: (normal_seek):
36464           fix GST_FORMAT_TIME usage
36465
36466 2004-04-05  David Schleef  <ds@schleef.org>
36467
36468         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36469         a deprecated function (hack!)
36470
36471 2004-04-05  Benjamin Otte  <otte@gnome.org>
36472
36473         * ext/esd/esdmon.c: (gst_esdmon_get):
36474           fix nonterminated vararg and memleak
36475
36476 2004-04-05  Benjamin Otte  <otte@gnome.org>
36477
36478         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36479         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36480         (gst_ladspa_set_property), (gst_ladspa_get_property),
36481         (gst_ladspa_instantiate), (gst_ladspa_activate),
36482         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36483           clean up debugging
36484
36485 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36486
36487         reviewed by Benjamin Otte  <otte@gnome.org>
36488
36489         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36490           check for broken LADSPA parameters (fixes #138635)
36491
36492 2004-04-05  Benjamin Otte  <otte@gnome.org>
36493
36494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36495           advertise buffer-frames correctly on sinkpads
36496
36497 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36498
36499         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36500         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36501         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36502         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36503         (gst_mad_check_caps_reset), (gst_mad_chain):
36504         add more debugging, only reset caps when we're not in error state
36505
36506 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36507
36508         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36509
36510 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36511
36512         reviewed by Benjamin Otte  <otte@gnome.org>
36513
36514         * configure.ac:
36515           fix == in test(1) operator
36516
36517 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36518
36519         reviewed by Benjamin Otte  <otte@gnome.org>
36520
36521         * configure.ac:
36522           fix --export-symblos-regex to a working regex.
36523
36524 2004-04-04  Benjamin Otte  <otte@gnome.org>
36525
36526         * sys/oss/.cvsignore:
36527           add for oss_probe
36528
36529 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36530
36531         reviewed by Benjamin Otte  <otte@gnome.org>
36532
36533         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36534           add missing 'new_media' argument (fixes #138168)
36535         * gst/matroska/matroska-demux.c:
36536         (gst_matroska_demux_handle_seek_event):
36537           add vararg terminator (fixes #138169)
36538
36539 2004-04-02  David Schleef  <ds@schleef.org>
36540
36541         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36542         disted (bug #138914)
36543
36544 2004-04-01  Benjamin Otte  <otte@gnome.org>
36545
36546         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36547         (gst_alsa_close_audio):
36548           handle case better where a soundcard can't pause
36549         * ext/ogg/gstoggdemux.c:
36550           don't crash when we get events but don't have pads yet
36551
36552 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36553
36554         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36555           throw an error if we couldn't probe any caps.
36556
36557 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36558
36559         * ext/dvdnav/gst-dvd:
36560         Add a really simple sample DVD player
36561
36562 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36563
36564         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36565         (gst_a52dec_push), (gst_a52dec_handle_event),
36566         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36567         (gst_a52dec_change_state):
36568         * ext/a52dec/gsta52dec.h:
36569           Use a debug category, Output timestamps correctly
36570           Emit tag info, Handle events, tell liba52dec about cpu
36571           capabilities so it can use MMX etc.
36572         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36573           Fix a crasher accessing invalid memory
36574         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36575         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36576         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36577         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36578         (dvdnavsrc_query):
36579           Some support for byte-format seeking.
36580           Small fixes for still frames and menu button overlays
36581         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36582         (gst_mpeg2dec_alloc_buffer):
36583           Use a debug category. Adjust the report level of several items to
36584           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36585           so it doesn't lose the GstBuffer pointer
36586         * gst/debug/Makefile.am:
36587         * gst/debug/gstdebug.c: (plugin_init):
36588         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36589         (gst_navseek_base_init), (gst_navseek_class_init),
36590         (gst_navseek_init), (gst_navseek_seek),
36591         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36592         (gst_navseek_get_property), (gst_navseek_chain),
36593         (gst_navseek_plugin_init):
36594         * gst/debug/gstnavseek.h:
36595           Add the navseek debug element for seeking back and forth in a
36596           video stream using arrow keys.
36597         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36598         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36599         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36600         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36601         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36602         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36603         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36604         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36605         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36606         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36607         * gst/mpeg2sub/gstmpeg2subt.h:
36608           Pretty much a complete rewrite. Now a loopbased element. May still
36609           require work to properly synchronise subtitle buffers.
36610         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36611         (gst_dvd_demux_send_subbuffer):
36612         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36613           Don't attempt to create subbuffers of size 0
36614           Reduce a couple of error outputs to warnings.
36615         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36616         (gst_y4mencode_chain):
36617         Output the y4m frame header correctly.
36618
36619 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36620
36621         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36622           throw errors instead of allowing SIGFPE
36623
36624 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36625
36626         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36627         (gst_gconf_render_bin_from_key):
36628           leak plugging and style fixing
36629
36630 2004-03-31  David Schleef  <ds@schleef.org>
36631
36632         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36633         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36634         (bug #138225)
36635         * gst/debug/Makefile.am:
36636         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36637         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36638         plugin.
36639         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36640         (gst_negotiation_base_init), (gst_negotiation_class_init),
36641         (gst_negotiation_init), (gst_negotiation_getcaps),
36642         (gst_negotiation_pad_link), (gst_negotiation_chain),
36643         (gst_negotiation_set_property), (gst_negotiation_get_property),
36644         (gst_negotiation_plugin_init):  New element to talk about random
36645         negotiation things happening in a pipeline.
36646
36647 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36648
36649         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36650           fix integer addition with help of Stefan Kost
36651
36652 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36653
36654         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36655
36656 2004-03-30  David Schleef  <ds@schleef.org>
36657
36658         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36659         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36660         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36661         (bug #137504)
36662         * ext/mpeg2dec/gstmpeg2dec.h:
36663
36664 2004-03-30  David Schleef  <ds@schleef.org>
36665
36666         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36667
36668 2004-03-30  David Schleef  <ds@schleef.org>
36669
36670         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36671         Michael Petullo) to handle .mov
36672
36673 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36674
36675         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36676         (gst_osselement_rate_check_rate):
36677           probe caps correctly for sound cards that only support one format
36678
36679 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36680
36681         * ext/kio/kiosrc.cpp: (process_events):
36682           update handling event processing if inside KDE - untested
36683
36684 2004-03-29  David Schleef  <ds@schleef.org>
36685
36686         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36687         by 2 to not interfere with other colorspaces.
36688         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36689         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36690         one to not interfere with ffmpeg_colorspace.
36691
36692 2004-03-29  David Schleef  <ds@schleef.org>
36693
36694         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36695         aren't in the caps.
36696         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36697         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36698
36699 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36700
36701         * gst-libs/gst/riff/riff-media.c:
36702           fail on error, don't try to set stuff on NULL caps
36703
36704 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36705
36706         * configure.ac:
36707         * ext/Makefile.am:
36708         * ext/kio/Makefile.am:
36709         * ext/kio/kioreceiver.cpp:
36710         * ext/kio/kioreceiver.h:
36711         * ext/kio/kiosrc.cpp:
36712         * ext/kio/kiosrc.h:
36713           add experimental kiosrc plugin
36714         * ext/alsa/gstalsaplugin.c: (plugin_init):
36715           initialize debugging category only when we're sure registering the
36716           plugins worked.
36717
36718 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36719
36720         * examples/gstplay/player.c: (main):
36721         * gst-libs/gst/play/play.c: (gst_play_class_init),
36722         (gst_play_set_location), (gst_play_set_data_src),
36723         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36724         (gst_play_set_visualization), (gst_play_connect_visualization):
36725           check return values of element_set_state and return FALSE where
36726           failed
36727
36728 2004-03-29  Benjamin Otte  <otte@gnome.org>
36729
36730         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36731           try harder to check if an event is really a discont
36732
36733 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36734
36735         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36736         * po/az.po:
36737
36738 2004-03-28  Benjamin Otte  <otte@gnome.org>
36739
36740         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36741         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36742         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36743           get rid of non-standard "..." ranges in case statements.
36744
36745 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36746
36747         * gst/mpegstream/gstmpegdemux.c:
36748         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36749         specific functionality split to the new dvddemux element.
36750         * gst/mpegstream/gstdvddemux.c:
36751         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36752         streams, derived from mpegdemux.
36753         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36754         up. SCR based timestamp rewriting can be turned off (will probably
36755         completely disappear soon).
36756         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36757         hacking. General cleanup. All printf statements replaced by
36758         debugging messages. Almost complete libdvdnav support.
36759         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36760         by events. New properties for audio and subpicture languages.
36761         (dvdnavsrc_update_highlight): Now uses events.
36762         (dvdnavsrc_user_op): Cleaned up.
36763         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36764         based). Lots of cleanup, and propper support for most libdvdnav
36765         events.
36766         (dvdnavsrc_make_dvd_event): New function.
36767         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36768         (dvdnavsrc_make_clut_change_event): New function.
36769
36770 2004-03-26  Benjamin Otte  <otte@gnome.org>
36771
36772         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36773           fix bug where typefinding would claim it's theora whenever less then
36774           7 bytes of data were available
36775
36776 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36777
36778         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36779         (gst_alawdec_base_init), (gst_alawdec_class_init),
36780         (gst_alawdec_init), (gst_alawdec_chain):
36781         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36782         (gst_alawenc_base_init), (gst_alawenc_class_init),
36783         (gst_alawenc_init), (gst_alawenc_chain):
36784         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36785         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36786         (gst_mulawdec_init), (gst_mulawdec_chain):
36787         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36788         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36789         (gst_mulawenc_init), (gst_mulawenc_chain):
36790           Fix capsnego in all four, remove the unused property functions and
36791           simplify the chain functions slightly. I guess we could use macros
36792           or something similar for those, since the code is so similar, but
36793           I'm currently too lazy...
36794
36795 2004-03-24  David Schleef  <ds@schleef.org>
36796
36797         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36798         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36799         (gst_osselement_get_format_structure),
36800         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36801         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36802         (gst_osselement_rate_int_compare): Add code to handle rate probing
36803         (bug #120883)
36804         * sys/oss/gstosselement.h: same
36805         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36806         Use rate probing provided by osselement.
36807         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36808
36809 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36810
36811         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36812         (gst_xvidenc_get_property):
36813           ulong/int mess-up.
36814
36815 2004-03-24  David Schleef  <ds@schleef.org>
36816
36817         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36818         (gst_speexdec_init):
36819         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36820         (gst_speexenc_init):  Create the pad template correctly (from
36821         the static pad template, not a NULL pointer.)
36822
36823 2004-03-25  Benjamin Otte  <otte@gnome.org>
36824
36825         * gst/debug/Makefile.am:
36826         * gst/debug/breakmydata.c:
36827           add element that quasi-randomly changes bytes in the stream.
36828           Intended use is robustness checking of demuxers and decoders in
36829           media tests.
36830
36831 2004-03-24  Benjamin Otte  <otte@gnome.org>
36832
36833         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36834         (gst_alsa_probe_hw_params):
36835         * ext/alsa/gstalsa.h:
36836           debugging output fixes
36837
36838 2004-03-24  Benjamin Otte  <otte@gnome.org>
36839
36840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36841           don't g_return_if_fail if element is PLAYING, fail silently as every
36842           other element.
36843         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36844           only fix needed for cast lvalue issues in gst-plugins
36845         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36846           add proxy_getcaps
36847
36848 2004-03-24  Benjamin Otte  <otte@gnome.org>
36849
36850         * gst/level/gstlevel.c: (gst_level_init):
36851           add proxying getcaps function, so level doesn't advertise impossible
36852           caps
36853
36854 2004-03-24  David Schleef  <ds@schleef.org>
36855
36856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36857         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36858         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36859         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36860         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36861         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36862         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36863         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36864         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36865         messages.  Divide the chunk size by the compression ratio
36866         (needed for MACE audio)
36867
36868 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36869
36870         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36871           Fix buffer overflow read error.
36872
36873 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36874
36875         * ext/alsa/gstalsa.h:
36876           Remove unused entry.
36877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36878           Add cinepak.
36879         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36880         (gst_videodrop_link), (gst_videodrop_chain):
36881           Fix, sort of. Was horribly broken with new capsnego. Bah...
36882
36883 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36884
36885         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36886         (plugin_init):
36887         Add a monkeysaudio typefind function
36888
36889 2004-03-23  Johan Dahlin  <johan@gnome.org>
36890
36891         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36892         (gst_play_video_fixate): Check so the structure has the field
36893         before trying to fixate them, this makes it possible to have
36894         fakesinks for video and audio output without printing errors on
36895         the output console.
36896
36897 2004-03-22  David Schleef  <ds@schleef.org>
36898
36899         * sys/oss/Makefile.am:
36900         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36901         (check_rate), (add_rate):  Rate probing test app.
36902
36903 2004-03-21  Benjamin Otte  <otte@gnome.org>
36904
36905         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36906         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36907           add a fixation function that pretty much does the right thing (fixes
36908           #137556)
36909
36910 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36911
36912         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36913
36914 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36915
36916         reviewed by: Benjamin Otte  <otte@gnome.org>
36917
36918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36919           terminate gst_event_new_discontinuous correctly (fixes parts of
36920           #137711)
36921
36922 2004-03-19  David Schleef  <ds@schleef.org>
36923
36924         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36925         since it doesn't depend on X, and it's part of our ABI.
36926
36927 2004-03-19  Iain <iain@prettypeople.org>
36928
36929         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36930         is_int in the structure, not the local variable.
36931
36932 2004-03-19  David Schleef  <ds@schleef.org>
36933
36934         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36935         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36936         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36937         Improvements in caps negotiation.
36938
36939 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36940
36941         * po/LINGUAS:
36942         * po/af.po:
36943           adding Afrikaans (Petri Jooste)
36944
36945 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36946
36947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36948         (gst_ffmpegcolorspace_chain):
36949         throw error instead of g_critical (#137588)
36950
36951 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36952
36953         * Makefile.am:
36954         * configure.ac:
36955           dist common and m4 correctly
36956         * po/sv.po:
36957
36958 2004-03-17  David Schleef  <ds@schleef.org>
36959
36960         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36961         (bug #137348)
36962
36963 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36964
36965         * po/LINGUAS:
36966         * po/sv.po:
36967           adding Swedish translation (Christian Rose)
36968
36969 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36970
36971         * Makefile.am: use release.mak
36972
36973 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36974
36975         * common/ChangeLog:
36976         * common/gst-autogen.sh:
36977           add some explanation about the version detection
36978         * configure.ac:
36979           fix X check
36980
36981 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36982
36983         * configure.ac: bump nano to 1
36984
36985 === release 0.8.0 ===
36986
36987 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36988
36989         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36990
36991 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36992
36993         * configure.ac:
36994           update libtool version
36995         * gst-libs/gst/media-info/Makefile.am:
36996           actually use libtool version
36997
36998 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36999
37000         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37001
37002 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37003
37004         * configure.ac:
37005         * gst-plugins.spec.in:
37006         * pkgconfig/Makefile.am:
37007         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37008         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37009         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37010         * pkgconfig/gstreamer-libs.pc.in:
37011         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37012         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37013         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37014         * pkgconfig/gstreamer-plugins.pc.in:
37015           remove @VERSION@ from some of the pc files since core and plugins
37016           are decoupled.
37017           created gstreamer-plugins.pc as it's a better name, but keeping
37018           -libs around for now to get fixes upstream done first.
37019
37020 2004-03-15  Julien MOUTTE <julien@moutte.net>
37021
37022         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37023         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37024         * gst-libs/gst/play/play.h:
37025
37026 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37027
37028         * *.c, *.cc: don't mix tabs and spaces
37029
37030 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37031
37032         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37033           use the new ffmpegcolorspace
37034         * gst-plugins.spec.in:
37035           package new colorspace and media-info
37036         * configure.ac:
37037         * pkgconfig/Makefile.am:
37038           fix some more disting issues
37039         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37040         * pkgconfig/gstreamer-media-info.pc.in:
37041           generate media-info pc files
37042
37043 2004-03-15  Johan Dahlin  <johan@gnome.org>
37044
37045         * *.h: Revert indenting
37046
37047 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37048
37049         * configure.ac:
37050           adding ffmpegcolorspace element
37051         * gst/ffmpegcolorspace/Makefile.am:
37052         * gst/ffmpegcolorspace/avcodec.h:
37053         * gst/ffmpegcolorspace/common.h:
37054         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37055         * gst/ffmpegcolorspace/dsputil.h:
37056         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37058         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37059         (gst_ffmpeg_caps_to_pix_fmt):
37060         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37062         (gst_ffmpegcolorspace_caps_remove_format_info),
37063         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37064         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37065         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37066         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37067         (gst_ffmpegcolorspace_set_property),
37068         (gst_ffmpegcolorspace_get_property),
37069         (gst_ffmpegcolorspace_register):
37070         * gst/ffmpegcolorspace/imgconvert.c:
37071         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37072         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37073         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37074         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37075         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37076         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37077         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37078         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37079         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37080         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37081         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37082         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37083         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37084         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37085         (img_get_alpha_info), (deinterlace_line),
37086         (deinterlace_line_inplace), (deinterlace_bottom_field),
37087         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37088         * gst/ffmpegcolorspace/imgconvert_template.h:
37089         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37090         * gst/ffmpegcolorspace/mmx.h:
37091         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37092           adding ffmpegcolorspace element supplied by Ronald after cleaning
37093           up and pulling in the right bits of upstream source.
37094           I'm sure a better C/compiler wizard could do some cleaning up (for
37095           example use GLIB's malloc stuff), but as a first pass this
37096           works very well
37097
37098 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37099
37100         * ext/alsa/gstalsa.h:
37101           I assume Ronald forgot to commit the change to have cardname
37102           as a struct member.  Expect some public spanking at the next
37103           opportunity.
37104
37105 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37106
37107         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37108         (gst_alsa_open_audio), (gst_alsa_close_audio):
37109         * ext/alsa/gstalsa.c:
37110           Don't open the device if we're a mixer (= padless).
37111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37112         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37113         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37114           Open mixer during state change rather than during object
37115           initialization. Also, get a device name. Currently in a somewhat
37116           hackish fashion, but I didn't really find something better.
37117
37118 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37119
37120         * *.c, *.h: run gst-indent
37121
37122 2004-03-14  Benjamin Otte  <otte@gnome.org>
37123
37124         * gst/modplug/gstmodplug.cc:
37125         * gst/modplug/gstmodplug.h:
37126           set correct timestamps on outgoing buffers
37127
37128 2004-03-14  Benjamin Otte  <otte@gnome.org>
37129
37130         * gst/modplug/gstmodplug.cc:
37131           handle events - don't do crap when a discont arrives that's not
37132           necessary
37133           This allows correct loading and playback of mods in Rhythmbox
37134
37135 2004-03-14  Benjamin Otte  <otte@gnome.org>
37136
37137         * configure.ac:
37138         * gst-libs/gst/gconf/Makefile.am:
37139         * pkgconfig/Makefile.am:
37140           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37141           they get rebuilt properly
37142         * configure.ac:
37143           when checking for vorbis, try pkgconfig first.
37144         * gst/modplug/gstmodplug.cc:
37145           add fixate function
37146
37147 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37148
37149         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37150           Fix for obvious mistake, where we first shift the offset and then
37151           read a samplesize element assuming the old offset. Note that this
37152           part still has something weird, i.e. my movies containing those
37153           don't actually play well, but at least there's something that looks
37154           like sound now.
37155
37156 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37157         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37158         (plugin_init):
37159         Add a typefind function for speex format
37160
37161 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37162
37163         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37164         (gst_asf_demux_setup_pad):
37165           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37166           instead of 0. Reason is simple: some elements have a fps range
37167           of 1-max instead of 0-max. So now ASF video actually works.
37168
37169 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37170
37171         * po/LINGUAS:
37172         * po/sr.po:
37173           adding serbian as a language
37174
37175 2004-03-13  Benjamin Otte  <otte@gnome.org>
37176
37177         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37178           return taglist correctly from _get function, don't gst_pad_push it.
37179           (fixes #137042)
37180
37181 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37182         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37183
37184 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37185
37186         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37187         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37188         (gst_alsa_mixer_track_new):
37189         * ext/alsa/gstalsamixertrack.h:
37190           Fix ancient leftovers... MixerTrack is a GObject.
37191
37192 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37193
37194         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37195         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37196           Don't block during probing...
37197
37198 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37199
37200         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37201         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37202         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37203         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37204         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37205         (gst_alsa_open_audio), (gst_alsa_close_audio):
37206         * ext/alsa/gstalsa.h:
37207           Add propertyprobe interface implementation, add some device-name
37208           property, all this so that it looks good in gnome-volume-control.
37209
37210 2004-03-12  David Schleef  <ds@schleef.org>
37211
37212         * configure.ac: the Hermes library controls hermescolorspace, not
37213         colorspace.
37214         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37215         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37216         not /* */
37217         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37218         * ext/sdl/sdlvideosink.h: ditto.
37219         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37220
37221 2004-03-12  Benjamin Otte  <otte@gnome.org>
37222
37223         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37224         (gst_x_overlay_got_xwindow_id):
37225         * gst-libs/gst/xoverlay/xoverlay.h:
37226           replace XID with unsigned long to get rid of the xlibs dependency in
37227           XOverlay (fixes #137004)
37228
37229 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37230         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37231         (gst_agingtv_setup):
37232         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37233         (gst_dicetv_base_init), (gst_dicetv_class_init),
37234         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37235         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37236         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37237         (gst_edgetv_setup), (gst_edgetv_rgb32):
37238         * gst/effectv/gsteffectv.c:
37239         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37240         (gst_quarktv_set_property):
37241         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37242         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37243         (gst_revtv_setup), (gst_revtv_rgb32):
37244         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37245         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37246         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37247         (gst_shagadelictv_rgb32):
37248         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37249         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37250         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37251         * gst/effectv/gstwarp.c:
37252         Port everything that can be ported to videofilter and fix up the caps.
37253         Can someone with a big-endian machine please check these?
37254
37255 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37256
37257         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37258         (gst_osssink_chain), (gst_osssink_change_state):
37259           Latest fixes for A/V sync, audio playback and such. This is about
37260           all... MPEG playback issues are mostly related to the async build-
37261           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37262
37263 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37264
37265         patch from: Stephane Loeuillet
37266
37267         * configure.ac:
37268           use pkg-config for some libraries, falling back to the old .m4 way
37269           (fixes #131270)
37270         * m4/libdv.m4:
37271           removed
37272
37273 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37274
37275         * configure.ac:
37276         * tools/Makefile.am:
37277         * tools/Makefile.in:
37278         * tools/gst-launch-ext-m.m:
37279         * tools/gst-launch-ext.1.in:
37280         * tools/gst-visualise-m.m:
37281         * tools/gst-visualise.1:
37282         * tools/gst-visualise.1.in:
37283           reorganizing generation of script tools
37284
37285 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37286
37287         * ext/divx/gstdivxdec.c:
37288           Downgrade priority. We prefer ffdec_mpeg4.
37289         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37290         (gst_faad_chain), (gst_faad_change_state):
37291           Fix capsnego. Doesn't work for some sounds because we don't have
37292           a 5:1 to stereo element.
37293         * ext/xvid/gstxvid.c: (plugin_init):
37294           Add priority.
37295         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37296         (gst_osssink_change_state):
37297           Add discont handling.
37298
37299 2004-03-09  Colin Walters  <walters@verbum.org>
37300
37301         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37302         conversion.
37303
37304 2004-03-09  Benjamin Otte  <otte@gnome.org>
37305
37306         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37307           the signals take 2 arguments
37308
37309 2004-03-09  David Schleef  <ds@schleef.org>
37310
37311         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37312         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37313         * ext/alsa/gstalsa.h:
37314         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37315
37316 2004-03-09  Benjamin Otte  <otte@gnome.org>
37317
37318         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37319         (gst_mikmod_change_state):
37320         * ext/mikmod/gstmikmod.h:
37321           make mikmod's loop function not loop infinitely and call
37322           gst_element_yield anymore
37323         * gst/modplug/gstmodplug.cc:
37324           fix pad negotiation (fixes #136590)
37325
37326 2004-03-09  David Schleef  <ds@schleef.org>
37327
37328         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37329         doesn't conflict with the internal colorspace plugin.
37330         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37331         satisfy the crappy-ass shell shipped by a certain vendor.
37332         * gst/videofilter/make_filter: same (bug #135299)
37333
37334 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37335
37336         * configure.ac: bump nano to 1
37337
37338 === release 0.7.6 ===
37339
37340 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37341
37342         * configure.in: releasing 0.7.6, "There"
37343
37344 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37345
37346         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37347         * pkgconfig/gstreamer-play.pc.in:
37348           synchronize the two
37349
37350 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37351
37352         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37353         (cdparanoia_open), (cdparanoia_event):
37354           fix/add error handling
37355         * po/POTFILES.in:
37356           add cdparanoia source
37357         * tools/Makefile.am:
37358           make scripts executable
37359
37360 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37361
37362         * configure.ac:
37363         * ext/vorbis/Makefile.am:
37364         * sys/Makefile.am:
37365           remove id3types, vorbisfile and xvideosink from the build (#133783)
37366
37367 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37368
37369         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37370           Fix metadata read crash (#136537).
37371
37372 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37373
37374         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37375         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37376           adding mime types, fixing the one-stop function
37377
37378 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37379
37380         * ext/nas/nassink.c and /ext/nas/nassink.h:
37381         More NAS love from Arwed von Merkatz
37382         So lets all sing 'Can you feel the NAS tonight'
37383
37384 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37385
37386         * tools/gst-launch-ext.in:
37387         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37388
37389 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37390
37391         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37392         (gst_mpeg2dec_init):
37393         remove the user_data pad for now, because it is being used in
37394         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37395         If someone knows how to fix this properly, please do.
37396
37397 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37398
37399         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37400         (gst_osssink_get_time):
37401         add a warning, IMO this won't get triggered anymore, remove later
37402
37403 2004-03-07  David Schleef  <ds@schleef.org>
37404
37405         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37406         format (bug #136470)
37407
37408 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37409
37410         * gst-libs/Makefile.am:
37411         * gst-libs/gst/media-info/Makefile.am:
37412         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37413         (error_callback), (gst_media_info_error_create),
37414         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37415         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37416         * gst-libs/gst/media-info/media-info-priv.h:
37417         * gst-libs/gst/media-info/media-info-test.c: (main):
37418         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37419         (gst_media_info_class_init), (gst_media_info_instance_init),
37420         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37421         (gst_media_info_read_idler), (gst_media_info_read):
37422         * gst-libs/gst/media-info/media-info.h:
37423         fixed, should work now
37424
37425 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37426
37427         * ext/nas/nassink.c:
37428         A bunch of NAS fixes from Arwed von Merkatz
37429
37430 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37431
37432         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37433         (qtdemux_parse_trak):
37434           Fix crash (j might be greater than n_samples, in which case we're
37435           writing outside the allocated space for the array) and memleak.
37436
37437 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37438
37439         * sys/oss/gstosssink.c: (gst_osssink_chain):
37440           And another caller that couldn't handle delay < 0 (unsigned
37441           integer overflow). Video now continues playing on an audio
37442           buffer underrun, and the clock continues working. Audio still
37443           stalls.
37444
37445 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37446
37447         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37448         (gst_osssink_get_time):
37449           get_delay() may return values lower than 0. In those cases, we
37450           should not actually cast to *unsigned* int64, that will break
37451           stuff horribly. In my case, it screwed up A/V sync in movies
37452           in totem rather badly.
37453
37454 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37455
37456         * ext/faac/gstfaac.c: (gst_faac_chain):
37457         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37458         * ext/libpng/gstpngenc.c: (user_write_data):
37459         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37460         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37461         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37462         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37463         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37464         of any buffer), should fix some leaks. I hope I didn't unref buffers
37465         that shouldn't be...
37466
37467 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37468
37469         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37470         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37471         (error_callback), (gmi_reset), (gmi_seek_to_track),
37472         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37473         (gmip_find_type_post), (gmip_find_stream_post),
37474         (gmip_find_track_streaminfo_post):
37475         * gst-libs/gst/media-info/media-info-priv.h:
37476         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37477         (info_print), (main):
37478         * gst-libs/gst/media-info/media-info.c:
37479         (gst_media_info_error_create), (gst_media_info_error_element),
37480         (gst_media_info_instance_init), (gst_media_info_get_property),
37481         (gst_media_info_new), (gst_media_info_set_source),
37482         (gst_media_info_read_idler), (gst_media_info_read):
37483         * gst-libs/gst/media-info/media-info.h:
37484           first pass at making this work again.  This seems to work on
37485           tagged ogg/vorbis and mp3 files.
37486
37487 2004-03-06  Benjamin Otte  <otte@gnome.org>
37488
37489         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37490           fix huge leak: gst_buffer_merge doesn't unref the first argument
37491           itself.
37492
37493 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37494
37495         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37496           report layer/mode/emphasis
37497
37498 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37499
37500         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37501
37502 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37503
37504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37505           signal serial
37506
37507 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37508
37509         * ext/vorbis/vorbis.c: (plugin_init):
37510         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37511         (gst_vorbis_dec_init), (vorbis_dec_event):
37512         add debug category
37513         make vorbisdec handle _BYTE and _TIME queries
37514
37515 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37516
37517         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37518           from the xing header
37519
37520 2004-03-06  Benjamin Otte  <otte@gnome.org>
37521
37522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37523         (gst_audio_convert_link), (gst_audio_convert_change_state),
37524         (gst_audio_convert_buffer_from_default_format):
37525           do conversions from/to float correctly, fix some caps nego errors,
37526           export correct supported caps in template and getcaps, use correct
37527           caps in try_set_caps functions
37528
37529 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37530
37531         For some reason, I only committed a ChangeLog entry yesterday and
37532         not the corresponding code...
37533         * ext/mad/gstmad.c: Fix detection of Xing headers
37534         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37535
37536 2004-03-06  Benjamin Otte  <otte@gnome.org>
37537
37538         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37539         (gst_ogg_demux_src_query):
37540           make sure to handle the case where there's no current chain
37541           gracefully.
37542
37543 2004-03-05  David Schleef  <ds@schleef.org>
37544
37545         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37546         Add fixate function. (bug #131128)
37547         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37548         (gst_sdlvideosink_fixate):  Add fixate function.
37549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37550         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37551         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37552         Fix missing break that was causing ulaw to be interpreted as
37553         raw int.
37554
37555 2004-03-05  David Schleef  <ds@schleef.org>
37556
37557         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37558         Fix code that ignores return value of gst_buffer_merge().
37559         (bug #114560)
37560         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37561         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37562         * testsuite/gst-lint:  Check for above.
37563
37564 2004-03-05  David Schleef  <ds@schleef.org>
37565
37566         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37567         caps and throw an element error.  (bug #136334)
37568
37569 2004-03-05  David Schleef  <ds@schleef.org>
37570
37571         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37572         (gst_faad_chain): Fix negotiation.
37573         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37574         key and button events.
37575         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37576         dung heap of code.
37577         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37578         depends on gconf
37579         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37580         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37581         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37582         function to encourage better negotiation, particularly between
37583         audioconvert and osssink.
37584         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37585         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37586         more important.
37587         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37588         typefinding.
37589         * gst/vbidec/vbiscreen.c:  Add glib header
37590         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37591
37592 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37593
37594         * ext/mad/gstmad.c: Fix detection of Xing headers
37595         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37596
37597 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37598
37599         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37600         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37601           debug updates
37602
37603 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37604
37605         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37606         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37607         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37608         files, and report the parsed length as a GST_TAG_DURATION tag.
37609         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37610
37611 2004-03-05  Benjamin Otte  <otte@gnome.org>
37612
37613         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37614           convert channels correctly. convert correctly to unsigned.
37615
37616 2004-03-05  Julien MOUTTE <julien@moutte.net>
37617
37618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37619         we have a window before clearing it.
37620
37621 2004-03-05  Julien MOUTTE <julien@moutte.net>
37622
37623         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37624         have a window before clearing it.
37625
37626 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37627
37628         * gconf/gstreamer.schemas.in:
37629         * gst-libs/gst/gconf/Makefile.am:
37630           version installation path the same way as for 0.6
37631         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37632         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37633         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37634           remove comment that was fixed
37635
37636 2004-03-05  David Schleef  <ds@schleef.org>
37637
37638         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37639         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37640         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37641         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37642         Add prototype code for handling seeking and querying.
37643
37644 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37645
37646         * examples/gstplay/player.c: (main):
37647           Initialize variables to NULL. Prevents a segfault because the
37648           (uninitialized) variable is not NULL, resulting in a crash on
37649           trying to reach error->message.
37650
37651 2004-03-05  Benjamin Otte  <otte@gnome.org>
37652
37653         * gst/audioconvert/gstaudioconvert.c:
37654         (gst_audio_convert_buffer_to_default_format):
37655         make float=>int conversion work correctly even in cornercases.
37656
37657 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37658
37659         * debian/README.Debian:
37660         * debian/build-deps:
37661         * debian/changelog:
37662         * debian/control:
37663         * debian/control.in:
37664         * debian/copyright:
37665         * debian/gstreamer-a52dec.files:
37666         * debian/gstreamer-aa.files:
37667         * debian/gstreamer-alsa.files:
37668         * debian/gstreamer-alsa.manpages:
37669         * debian/gstreamer-arts.files:
37670         * debian/gstreamer-artsd.files:
37671         * debian/gstreamer-audiofile.files:
37672         * debian/gstreamer-avifile.files:
37673         * debian/gstreamer-cdparanoia.files:
37674         * debian/gstreamer-colorspace.files:
37675         * debian/gstreamer-doc.files:
37676         * debian/gstreamer-dv.files:
37677         * debian/gstreamer-dvd.files:
37678         * debian/gstreamer-esd.files:
37679         * debian/gstreamer-festival.files:
37680         * debian/gstreamer-flac.files:
37681         * debian/gstreamer-gconf.conffiles:
37682         * debian/gstreamer-gconf.files:
37683         * debian/gstreamer-gconf.postinst:
37684         * debian/gstreamer-gnomevfs.files:
37685         * debian/gstreamer-gsm.files:
37686         * debian/gstreamer-http.files:
37687         * debian/gstreamer-jack.files:
37688         * debian/gstreamer-jpeg.files:
37689         * debian/gstreamer-mad.files:
37690         * debian/gstreamer-mikmod.files:
37691         * debian/gstreamer-misc.files:
37692         * debian/gstreamer-mpeg2dec.files:
37693         * debian/gstreamer-oss.files:
37694         * debian/gstreamer-plugin-apps.files:
37695         * debian/gstreamer-plugin-apps.manpages:
37696         * debian/gstreamer-plugin-libs-dev.files:
37697         * debian/gstreamer-plugin-libs.files:
37698         * debian/gstreamer-plugin-template.postinst:
37699         * debian/gstreamer-plugin-template.postrm:
37700         * debian/gstreamer-sdl.files:
37701         * debian/gstreamer-sid.files:
37702         * debian/gstreamer-vorbis.files:
37703         * debian/gstreamer-x.files:
37704         * debian/mk.control:
37705         * debian/rules:
37706         Debian package info not maintained here.
37707
37708 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37709
37710         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37711         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37712         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37713         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37714         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37715         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37716         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37717         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37718         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37719         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37720         * gst-libs/gst/colorbalance/colorbalance.c:
37721         (gst_color_balance_class_init):
37722         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37723         (gst_color_balance_channel_class_init):
37724         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37725         * gst-libs/gst/play/play.c: (gst_play_class_init):
37726         * gst-libs/gst/propertyprobe/propertyprobe.c:
37727         (gst_property_probe_iface_init):
37728         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37729         * gst-libs/gst/tuner/tunerchannel.c:
37730         (gst_tuner_channel_class_init):
37731         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37732         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37733         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37734         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37735         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37736         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37737         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37739         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37740           fix signals to use - instead of _
37741         * ext/libcaca/gstcacasink.h:
37742         * ext/sdl/sdlvideosink.h:
37743           fix header rename
37744
37745 2004-03-04  David Schleef  <ds@schleef.org>
37746
37747         * testsuite/gst-lint:  Add a check for bad signal names.
37748
37749 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37750
37751         reviewed by David Schleef
37752
37753         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37754         modified the alpha channel and caused a warning. (bug #136192)
37755
37756 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37757
37758         * gst-plugins.spec.in:
37759         Change names of plugins to actually be correct. Try to keep things
37760         alphabetical to avoid getting beat up by Thomas
37761
37762 2004-03-03  Julien MOUTTE <julien@moutte.net>
37763
37764         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37765         Using ximagesink as a default if no gconf key found. We should
37766         probably consider using alsasink instead of osssink for the audio
37767         part.
37768
37769 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37770
37771         * configure.ac:
37772           fix --with-plugins, don't think it ever worked before
37773         * gst-plugins.spec.in:
37774           even more updates
37775
37776 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37777
37778         * ext/sdl/sdlvideosink.h:
37779         * sys/ximage/ximagesink.h:
37780         * sys/xvideo/xvideosink.h:
37781         * sys/xvimage/xvimagesink.h:
37782           Fix for move of gstvideosink.h -> videosink.h.
37783
37784 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37785
37786         * gst-libs/gst/xwindowlistener/Makefile.am:
37787           this is a plugin library, not a library
37788
37789 2004-03-01  David Schleef  <ds@schleef.org>
37790
37791         * AUTHORS:  Added some names.  Add yourself if you're still
37792         missing.
37793
37794 2004-03-01  David Schleef  <ds@schleef.org>
37795
37796         * MAINTAINERS: Add
37797
37798 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37799
37800         * gst-plugins.spec.in: clean up spec file
37801
37802 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37803
37804         * gst-libs/gst/video/Makefile.am:
37805         * gst-libs/gst/video/gstvideosink.c:
37806         * gst-libs/gst/video/gstvideosink.h:
37807           rename gstvideosink.h to videosink.h to match other headers
37808         * gst/mixmatrix/Makefile.am:
37809           fix plugin filename
37810         * gst/tags/Makefile.am: fix plugin filename
37811
37812 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37813
37814         * gst/tags/Makefile.am: fix plugin filename
37815
37816 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37817
37818         * examples/gstplay/player.c: (got_time_tick), (main):
37819           add error handler
37820           display time_tick more readably
37821         * gst/mixmatrix/Makefile.am:
37822           fix plugin file name
37823
37824 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37825
37826         * sys/oss/gstosselement.c: (gst_osselement_probe),
37827         (device_combination_append), (gst_osselement_class_probe_devices):
37828         * sys/oss/gstosselement.h:
37829           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37830           on my system using alsa oss emulation, fixes bug #135597
37831
37832 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37833
37834         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37835         (gst_videodrop_chain), (gst_videodrop_change_state):
37836         * gst/videodrop/gstvideodrop.h:
37837           Work based on timestamp of input data, not based on the expected
37838           framerate from the input. The consequence is that this element now
37839           not only scales framerates, but also functions as a framerate
37840           corrector or framerate stabilizer/constantizer.
37841
37842 2004-02-27  David Schleef  <ds@schleef.org>
37843
37844         patches from jmmv@menta.net (Julio M. Merino Vidal)
37845
37846         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37847         GST_ELEMENT_ERROR call (bug #135634)
37848         * gst/interleave/interleave.c: (interleave_buffered_loop),
37849         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37850         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37851         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37852         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37853         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37854         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37855         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37856         Fix GST_ELEMENT_ERROR call.
37857         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37858         GST_ELEMENT_ERROR call.
37859
37860 2004-02-27  Benjamin Otte  <otte@gnome.org>
37861
37862         * gst-libs/gst/audio/audio.h:
37863           add macro to make sure header isn't included twice
37864         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37865           don't use gst_buffer_free
37866         * gst/playondemand/filter.func:
37867           don't use gst_data_free. Free data only once.
37868
37869 2004-02-26  David Schleef  <ds@schleef.org>
37870
37871         * gst-libs/gst/colorbalance/Makefile.am:
37872         * gst-libs/gst/mixer/Makefile.am:
37873         * gst-libs/gst/tuner/Makefile.am:
37874         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37875         should not be disted, -marshal.h files should not be installed,
37876         and -enum.h files _should_ be installed.  Fix to make this the
37877         case.
37878
37879 === release 0.7.5 ===
37880
37881 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37882
37883         * configure.ac: release 0.7.5, "Under The Sea"
37884
37885 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37886
37887         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37888         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37889         * gst/videoscale/gstvideoscale.c:
37890         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37891           assorted debug/warning fixes
37892
37893 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37894
37895         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37896         (gst_videoscale_init), (gst_videoscale_chain),
37897         (gst_videoscale_set_property), (plugin_init):
37898         * gst/videoscale/gstvideoscale.h:
37899         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37900         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37901         (gst_videoscale_planar400), (gst_videoscale_packed422),
37902         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37903         (gst_videoscale_24bit), (gst_videoscale_16bit),
37904         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37905         (gst_videoscale_scale_plane_slow),
37906         (gst_videoscale_scale_point_sample),
37907         (gst_videoscale_scale_nearest),
37908         (gst_videoscale_scale_nearest_str2),
37909         (gst_videoscale_scale_nearest_str4),
37910         (gst_videoscale_scale_nearest_32bit),
37911         (gst_videoscale_scale_nearest_24bit),
37912         (gst_videoscale_scale_nearest_16bit):
37913         add debugging category and use it properly
37914         fix use of GST_PTR_FORMAT
37915
37916 2004-02-25  Andy Wingo  <wingo@pobox.com>
37917
37918         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37919         push only when channel->buffer is NULL. Prevents segfaults doing
37920         the state change after a nonlocal exit, like a scheme exception.
37921
37922         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37923         Handle the case where the intersected caps is empty.
37924
37925 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37926
37927         * gst/law/mulaw-decode.c: (mulawdec_link):
37928         * gst/law/mulaw.c: (plugin_init):
37929           fix mulawdec so it actually works again
37930
37931 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37932
37933         reviewed by: David Schleef  <ds@schleef.org>
37934
37935         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37936         (gst_gamma_init), (gst_gamma_set_property),
37937         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37938         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37939         for RGB, with separate r g and b correction factors. (#131167)
37940
37941 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37942
37943         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37944           only signal tags for bitrate if they're > 0 (#134894)
37945
37946 2004-02-24  David Schleef  <ds@schleef.org>
37947
37948         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37949         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37950         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37951         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37952         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37953         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37954         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37955         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37956         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37957         category.  Attempt to fix timestamp calculation.
37958
37959 2004-02-24  Johan Dahlin  <johan@gnome.org>
37960
37961         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37962
37963 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37964
37965         * configure.ac:
37966         * gconf/Makefile.am:
37967         * gconf/gstreamer.schemas:
37968         * gst-libs/gst/gconf/Makefile.am:
37969         * gst-libs/gst/gconf/gconf.c:
37970           version gconf schemas and install locations
37971
37972 2004-02-23  Benjamin Otte  <otte@gnome.org>
37973
37974         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37975         (gst_xine_input_subclass_init):
37976           call parent dispose.
37977           change pad template for CD reader correctly
37978         * ext/xine/Makefile.am:
37979         * ext/xine/gstxine.h:
37980         * ext/xine/xine.c: (plugin_init):
37981         * ext/xine/xineaudiosink.c:
37982           wrap audio sinks, too
37983         * gst-libs/gst/resample/private.h:
37984         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37985         (gst_resample_reinit), (gst_resample_scale),
37986         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37987         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37988         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37989         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37990         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37991         * gst-libs/gst/resample/resample.h:
37992         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37993         (gst_audioscale_class_init), (gst_audioscale_link),
37994         (gst_audioscale_get_buffer), (gst_audioscale_init),
37995         (gst_audioscale_chain), (gst_audioscale_set_property),
37996         (gst_audioscale_get_property):
37997         * gst/audioscale/gstaudioscale.h:
37998           s/resample_*/gst_resample_*/i to not clobber namespaces
37999
38000 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38001
38002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38003         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38004         (gst_riff_create_video_template_caps),
38005         (gst_riff_create_audio_template_caps),
38006         (gst_riff_create_iavs_template_caps):
38007         * gst-libs/gst/riff/riff-media.h:
38008         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38009         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38010         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38011         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38012         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38013         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38014         (gst_matroska_demux_plugin_init): First batch implementing audio and
38015         video codec tags in demuxers.
38016
38017 2004-02-22  Benjamin Otte  <otte@gnome.org>
38018
38019         * ext/xine/Makefile.am:
38020         * ext/xine/gstxine.h:
38021         * ext/xine/xine.c: (plugin_init):
38022         * ext/xine/xineinput.c:
38023           add input plugin wrapper. Playback from files, http, mms and cdda
38024           works.
38025         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38026           remove leftover G_GNUC_UNUSED
38027         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38028         (gst_asf_demux_identify_guid):
38029           improve debugging output
38030
38031 2004-02-22  Benjamin Otte  <otte@gnome.org>
38032
38033         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38034
38035         * autogen.sh:
38036           replace test -e with test -x for mkinstalldirs to be more portable.
38037           (fixes #134816)
38038
38039 2004-02-22  Benjamin Otte  <otte@gnome.org>
38040
38041         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38042
38043         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38044           set rank to PRIMARY
38045         * gst/volume/gstvolume.c: (plugin_init):
38046           set rank to NONE
38047         fixes #134960
38048
38049 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38050
38051         reviewed by Benjamin Otte  <otte@gnome.org>
38052
38053         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38054           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38055
38056 2004-02-22  Benjamin Otte  <otte@gnome.org>
38057
38058         * configure.ac:
38059           export [_]*{gst,Gst,GST}.* symbols from plugins
38060
38061 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38062
38063         reviewed by: Benjamin Otte  <otte@gnome.org>
38064
38065         * ext/lame/gstlame.c: (add_one_tag):
38066         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38068         (gst_vorbisenc_metadata_set1):
38069         * gst/tags/gstid3tag.c:
38070         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38071           apply fixes from bugs #135042 (lame can't write tags) and #133817
38072           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38073
38074 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38075
38076         * configure.ac: Export only gst_plugin_desc from plugins.
38077          Note that this change only makes any effect with Linux using libtool
38078          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38079          fine. And don't try to have several versions of libtool in different
38080          directories.
38081
38082 2004-02-20  Andy Wingo  <wingo@pobox.com>
38083
38084         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38085         interleave respectively.
38086
38087         * gst/interleave/deinterleave.c: New plugin: deinterleave
38088         (replaces on oneton).
38089         * gst/interleave/interleave.c: New plugin: interleave.
38090         * gst/interleave/plugin.h: Support file.
38091         * gst/interleave/plugin.c: Support file.
38092
38093         * configure.ac: Remove intfloat and oneton, add interleave.
38094
38095         * ext/sndfile/gstsf.c: Handle events better.
38096
38097         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38098         and float2int operation. int2float has scheduling problems as
38099         noted in in2float_chain.
38100
38101 2004-02-20  Benjamin Otte  <otte@gnome.org>
38102
38103         * ext/xine/Makefile.am:
38104         * ext/xine/gstxine.h:
38105         * ext/xine/xine.c:
38106         * ext/xine/xineaudiodec.c:
38107         * ext/xine/xinecaps.c:
38108           add first version of xine plugin wrapper. Currently only wraps the
38109           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38110         * configure.ac:
38111         * ext/Makefile.am:
38112           add xine plugin wrapper, disabled by default. Use --enable-xine to
38113           build. Note that it'll segfault on gst-register if you don't remove
38114           the goom and tvtime post plugins from xine.
38115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38116         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38117           add extradata parsing for QDM2.
38118           change around debugging prints.
38119
38120 2004-02-19  Benjamin Otte  <otte@gnome.org>
38121
38122         * ext/lame/gstlame.c: (gst_lame_chain):
38123         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38124           use gst_tag_list_insert when you want to insert tags
38125
38126 2004-02-18  David Schleef  <ds@schleef.org>
38127
38128         * configure.ac:  Move massink to gst-rotten
38129         * ext/Makefile.am:
38130         * ext/mas/Makefile.am:
38131         * ext/mas/massink.c:
38132         * ext/mas/massink.h:
38133
38134 2004-02-18  David Schleef  <ds@schleef.org>
38135
38136         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38137         typefinding, since it seems to be worse than nothing.
38138         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38139         atom to recognize .mp4 and .m4a files as video/quicktime.
38140
38141 2004-02-18  David Schleef  <ds@schleef.org>
38142
38143         * gst/sine/demo-dparams.c: (quit_live),
38144         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38145         Use double dparams, not float.
38146         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38147         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38148         sync'd elements don't really work correctly.
38149         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38150         (volume_update_volume), (volume_get_property):  Change dparam
38151         to double.
38152
38153 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38154
38155         * sys/ximage/ximagesink.c:
38156         (gst_ximagesink_xwindow_update_geometry),
38157         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38158         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38159         (gst_ximagesink_init): Rework the way software video scaling works. So
38160         now we check on each chain call if the video frames are feeling the
38161         window. If not we try to renegotiate caps. On failure we memorize that
38162         and we won't try again for that PLAYING sessions.
38163         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38164         failure.
38165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38166         synchronous flag.
38167
38168 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38169
38170         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38171           break up _link so we can give a better debug message for errors
38172
38173 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38174
38175         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38176           set up debug category
38177
38178 2004-02-18  Julien MOUTTE <julien@moutte.net>
38179
38180         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38181         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38182         the way renegotiation work. The event handling function is not taking
38183         care of external windows and renegotiate method check for pad flags
38184         NEGOTIATING. Should fix : #133209
38185
38186 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38187
38188         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38189         pad is negotiating before trying renegotiation.
38190
38191 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38192
38193         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38194           pass on all possible mime types as typefind hints
38195
38196 2004-02-17  Julien MOUTTE <julien@moutte.net>
38197
38198         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38200         possible SHM leak if we crash. All other apps using XShm are doing
38201         that.
38202
38203 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38204
38205         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38206         (gst_ximagesink_expose): Renegotiate size on expose.
38207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38208         size on expose.
38209
38210 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38211
38212         * testsuite/alsa/sinesrc.c:
38213           cosmetic fix to fix compile issue with gcc 2.95.4
38214
38215 2004-02-16  Julien MOUTTE <julien@moutte.net>
38216
38217         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38218         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38219         failed opening the audio device.
38220         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38221         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38222         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38223         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38224         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38225         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38226         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38227         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38228         Removing some useless g_return_if_fail like wingo suggested.
38229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38230         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38231         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38232         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38233         (gst_xvimagesink_update_colorbalance),
38234         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38235         (gst_xvimagesink_xcontext_clear),
38236         (gst_xvimagesink_get_fourcc_from_caps),
38237         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38238         (gst_xvimagesink_set_xwindow_id),
38239         (gst_xvimagesink_colorbalance_list_channels),
38240         (gst_xvimagesink_colorbalance_set_value),
38241         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38242         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38243
38244 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38245
38246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38247           throw error when not negotiated instead of asserting
38248
38249 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38250
38251         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38252         correct data refcounting.
38253
38254 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38255
38256         * gst/switch/gstswitch.c: (gst_switch_change_state),
38257         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38258         change, mostly the EOS flag.
38259
38260 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38261
38262         * examples/gstplay/player.c: (got_eos), (main): Adding some
38263         output for debugging.
38264         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38265         timeouts if we go to any state different from PLAYING.
38266         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38267         more EOS bugs in riff lib.
38268
38269 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38270
38271         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38272         visualization until i find a way to fix switch correctly.
38273         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38274         EOS arrives.
38275         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38276         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38277         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38278         Reworked switch to get a more correct behaviour with events and refing
38279         of data stored in sinkpads.
38280         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38281         we don't pull from a pad in EOS.
38282
38283 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38284
38285         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38286           remove v1 tag even if we can't read it (makes sure we don't detect
38287           it again)
38288
38289 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38290
38291         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38292         (gst_alsa_xrun_recovery):
38293         * ext/alsa/gstalsa.h:
38294           try xrun recovery when wait failed. Make xrun recovery function
38295           return TRUE/FALSE to indicate success. (might fix #134354)
38296
38297 2004-02-13  David Schleef  <ds@schleef.org>
38298
38299         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38300         (dynparm_value_changed), (main): Convert from float to double.
38301         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38302
38303 2004-02-13  David Schleef  <ds@schleef.org>
38304
38305         * gst/silence/gstsilence.c: (gst_silence_class_init),
38306         (gst_silence_set_clock), (gst_silence_get),
38307         (gst_silence_set_property), (gst_silence_get_property):
38308         * gst/silence/gstsilence.h: Add sync property.
38309         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38310         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38311         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38312         * gst/sine/gstsinesrc.h: Add sync property.
38313
38314 2004-02-13  David Schleef  <ds@schleef.org>
38315
38316         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38317         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38318
38319 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38320
38321         * configure.ac:
38322         * ext/Makefile.am:
38323         * gst-libs/ext/Makefile.am:
38324           move ffmpeg plugin to gst-ffmpeg module
38325
38326 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38327
38328         * configure.ac: use GST_ARCH to detect architecture
38329
38330 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38331
38332         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38333
38334 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38335
38336         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38337           classify LADSPA plugins based on number of src/sink pads
38338           (#133663, Stefan Kost)
38339         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38340           fix dparams registration
38341           (#133528, Stefan Kost)
38342         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38343           fix use of isprint and use g_ascii_isprint instead
38344           (#133316, Stefan Kost)
38345
38346 2004-02-11  David Schleef  <ds@schleef.org>
38347
38348         Convert a few inner loops to use liboil.  This is currently
38349         optional, and is only enabled if liboil is present (duh!).
38350         * configure.ac: Check for liboil-0.1
38351         * gst/intfloat/Makefile.am:
38352         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38353         (gst_int2float_chain_gint16):
38354         * gst/videofilter/Makefile.am:
38355         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38356         (tablelookup_u8), (gst_videobalance_planar411):
38357         * gst/videotestsrc/Makefile.am:
38358         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38359         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38360         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38361         (paint_hline_RGB565), (paint_hline_xRGB1555):
38362
38363 2004-02-11  David Schleef  <ds@schleef.org>
38364
38365         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38366         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38367         (gst_colorspace_getcaps), (gst_colorspace_link),
38368         (gst_colorspace_base_init), (gst_colorspace_init),
38369         (gst_colorspace_chain), (gst_colorspace_change_state),
38370         (plugin_init): Merge Ronald's patch (bug #117897) and update
38371         for new caps and negotiation.  Seems to work, although it
38372         shows off bugs in lcs.
38373
38374 2004-02-11  David Schleef  <ds@schleef.org>
38375
38376         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38377         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38378
38379 2004-02-11  David Schleef  <ds@schleef.org>
38380
38381         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38382         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38383         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38384         Add server and port properties
38385
38386 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38387
38388         * m4/a52.m4:
38389         * m4/aalib.m4:
38390         * m4/as-ffmpeg.m4:
38391         * m4/as-liblame.m4:
38392         * m4/as-slurp-ffmpeg.m4:
38393         * m4/check-libheader.m4:
38394         * m4/esd.m4:
38395         * m4/freetype2.m4:
38396         * m4/gconf-2.m4:
38397         * m4/glib.m4:
38398         * m4/gst-alsa.m4:
38399         * m4/gst-artsc.m4:
38400         * m4/gst-ivorbis.m4:
38401         * m4/gst-matroska.m4:
38402         * m4/gst-sdl.m4:
38403         * m4/gst-shout2.m4:
38404         * m4/gst-sid.m4:
38405         * m4/gtk.m4:
38406         * m4/libdv.m4:
38407         * m4/libfame.m4:
38408         * m4/libmikmod.m4:
38409         * m4/ogg.m4:
38410         * m4/vorbis.m4:
38411           fix underquotedness of macros (#133800)
38412         * m4/as-avifile.m4:
38413         * m4/xmms.m4:
38414           removed because no longer used
38415
38416 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38417
38418         * configure.ac:
38419           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38420           by autopoint (fixes #132996)
38421
38422 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38423
38424         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38425         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38426         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38427         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38428           fix memleaks
38429
38430 2004-02-11  David Schleef  <ds@schleef.org>
38431
38432         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38433         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38434         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38435         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38436         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38437         (gst_jpegenc_class_init), (gst_jpegenc_init),
38438         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38439         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38440         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38441         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38442
38443 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38444
38445         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38446         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38447         * ext/mikmod/gstmikmod.h:
38448           fix caps negotiation in mikmod
38449         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38450           output debug information
38451
38452 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38453
38454         * gst-libs/gst/colorbalance/Makefile.am:
38455         * gst-libs/gst/navigation/Makefile.am:
38456         * gst-libs/gst/xoverlay/Makefile.am:
38457           remove unused GST_OPT_CFLAGS from Makefiles
38458           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38459
38460 2004-02-07  David Schleef  <ds@schleef.org>
38461
38462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38463         push events to pads that haven't been created (#133508)
38464
38465 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38466
38467         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38468         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38469         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38470         (gst_dvdec_loop), (gst_dvdec_change_state):
38471         Second attempt at committing a working dvdec element.
38472
38473 2004-02-06  David Schleef  <ds@schleef.org>
38474
38475         Build fixes for OS X: (see #129600)
38476         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38477         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38478         (gst_riff_read_strf_iavs):
38479         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38480         (gst_avi_demux_stream_odml):
38481         * gst/playondemand/Makefile.am:
38482         * gst/rtp/rtp-packet.c:
38483
38484 2004-02-05  David Schleef  <ds@schleef.org>
38485
38486         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38487         last change, because it Just Doesn't Compile.
38488
38489 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38490
38491         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38492           skip undecodable id3v2 tag instead of keeping it
38493
38494 2004-02-05  David Schleef  <ds@schleef.org>
38495
38496         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38497         Unref leaked buffer.  (Noticed by Ronald)
38498
38499 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38500
38501         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38502         Sync requires with other checks.  >= vs =.
38503
38504 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38505
38506         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38507         (gst_dvdec_video_link), (gst_dvdec_loop):
38508         * ext/dv/gstdvdec.h:
38509           rework the caps negotiation so that dvdec works again instead
38510           of just segfaulting.
38511
38512 === release 0.7.4 ===
38513
38514 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38515
38516         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38517         * configure.ac: changed for release
38518
38519 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38520
38521         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38522         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38523         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38524         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38525           reworked patch by David Lehn to fix libdir and includedir for
38526           uninstalled libraries
38527           removed play and gconf from gstreamer-libs since they have their
38528           own pkgconfig files
38529
38530 2004-02-04  David Schleef  <ds@schleef.org>
38531
38532         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38533         memleak.
38534
38535 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38536
38537         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38538           use correct GST_TAG_ENCODER tag
38539
38540 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38541
38542         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38543           be sure to stop the clock when going to paused
38544         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38545           reset number of transmitted when going to ready.
38546         fixes #132935
38547
38548 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38549
38550         reviewed by Benjamin Otte
38551
38552         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38553           extract track count (fixes #133410)
38554
38555 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38556
38557         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38558           that should be !=, not == (fixes #132519)
38559
38560 2004-02-04  David Schleef  <ds@schleef.org>
38561
38562         Make sure set_explicit_caps() is called before adding pad.
38563         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38564         * gst/id3/gstid3types.c: (gst_id3types_loop):
38565         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38566         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38567
38568 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38569
38570         * configure.ac:
38571           bump nano to 2, first prerelease
38572           put back AM_PROG_LIBTOOL
38573
38574 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38575
38576         * testsuite/alsa/Makefile.am:
38577           these are user test apps, not automatic testsuite tests
38578
38579 2004-02-04  David Schleef  <ds@schleef.org>
38580
38581         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38582         * gst/mpeg1videoparse/gstmp1videoparse.c:
38583         (mp1videoparse_parse_seq):
38584         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38585         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38586         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38587         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38588         (gst_xvideosink_getcaps):
38589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38590         * testsuite/gst-lint: more tests
38591
38592 2004-02-04  David Schleef  <ds@schleef.org>
38593
38594         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38595         with the code that they would expand to.
38596         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38597         (gst_flacdec_get_src_query_types),
38598         (gst_flacdec_get_src_event_masks):
38599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38600         (gst_gnomevfssrc_get_query_types),
38601         (gst_gnomevfssrc_get_event_mask):
38602
38603 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38604
38605         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38606         (gst_sinesrc_dispose):
38607           fix memleak by properly disposing sinesrc
38608
38609 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38610
38611         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38612         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38613         an overlay to redraw the image because it has been exposed.
38614         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38615         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38616         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38617         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38618         interface
38619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38620         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38621         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38622         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38623         interface
38624
38625 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38626
38627         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38628           more memleak fixage
38629
38630 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38631
38632         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38633         * gst/typefind/gsttypefindfunctions.c:
38634           fix memleaks shown by gst-typefind
38635
38636 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38637
38638         * common/glib-gen.mak:
38639           add hack rule to touch .Plo files
38640         * gst-libs/gst/colorbalance/Makefile.am:
38641         * gst-libs/gst/mixer/Makefile.am:
38642         * gst-libs/gst/play/Makefile.am:
38643         * gst-libs/gst/tuner/Makefile.am:
38644           remove glib_root variable
38645
38646 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38647
38648         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38649           set explicit caps before adding the element, so the autopluggers can
38650           plug correctly.
38651         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38652         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38653         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38654         (dv_type_find):
38655           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38656           argument.
38657
38658 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38659
38660         * gst-libs/gst/colorbalance/Makefile.am:
38661         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38662         * gst-libs/gst/colorbalance/colorbalance.c:
38663         * gst-libs/gst/colorbalance/colorbalance.h:
38664         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38665         * gst-libs/gst/mixer/Makefile.am:
38666         * gst-libs/gst/mixer/mixer-marshal.list:
38667         * gst-libs/gst/mixer/mixer.c:
38668         * gst-libs/gst/mixer/mixer.h:
38669         * gst-libs/gst/mixer/mixermarshal.list:
38670         * gst-libs/gst/play/Makefile.am:
38671         * gst-libs/gst/play/play.h:
38672         * gst-libs/gst/tuner/Makefile.am:
38673         * gst-libs/gst/tuner/tuner-marshal.list:
38674         * gst-libs/gst/tuner/tuner.c:
38675         * gst-libs/gst/tuner/tuner.h:
38676         * gst-libs/gst/tuner/tunermarshal.list:
38677           use new glib-gen.mak snippet to clean up Makefile.am
38678           fix various bugs in Makefile.am's
38679
38680 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38681
38682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38683           handle chain parsing correctly in the multichain case
38684         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38685         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38686         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38687         (theora_dec_chain):
38688           handle events and queries correctly
38689
38690 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38691
38692         * .cvsignore:
38693         Ignore generated file _stdint.h.
38694
38695 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38696
38697         * gst-libs/gst/colorbalance/Makefile.am:
38698         * gst-libs/gst/colorbalance/colorbalance.h:
38699         * gst-libs/gst/mixer/Makefile.am:
38700         * gst-libs/gst/mixer/mixer.h:
38701         * gst-libs/gst/play/Makefile.am:
38702         * gst-libs/gst/play/play.h:
38703         * gst-libs/gst/tuner/Makefile.am:
38704         * gst-libs/gst/tuner/tuner.h:
38705         Generate enum type code with glib-mkenums.
38706         * gst-libs/gst/colorbalance/.cvsignore:
38707         * gst-libs/gst/mixer/.cvsignore:
38708         * gst-libs/gst/play/.cvsignore:
38709         * gst-libs/gst/tuner/.cvsignore:
38710         Ignore generated files.
38711
38712 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38713
38714         * gst-libs/gst/audio/.cvsignore:
38715         Ignore generated file.
38716         * gst-libs/gst/audio/Makefile.am:
38717         Do not install example filter.
38718
38719 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38720
38721         * examples/switch/.cvsignore:
38722         Ignore generated file.
38723
38724 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38725
38726         * common/m4/ax_create_stdint_h.m4:
38727         * configure.ac:
38728           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38729           _stdint.h.
38730         * Makefile.am:
38731           remove generated _stdint.h in DISTCLEANFILES
38732         * ext/a52dec/gsta52dec.c:
38733           include _stdint.h for a52dec. (should fix #133064)
38734
38735 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38736
38737         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38738         (gst_tag_to_vorbis_comments):
38739         Add replaygain support to vorbistag
38740
38741 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38742         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38743         (gst_ffmpeg_caps_to_extradata):
38744           Fix SVQ3 caps flag properties
38745           Use glib macro for bytes swap
38746
38747 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38748
38749         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38750         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38751         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38752         * ext/sndfile/gstsf.c: (plugin_init):
38753         * gst/avi/gstavi.c: (plugin_init):
38754         * sys/dxr3/dxr3init.c: (plugin_init):
38755         * sys/oss/gstossaudio.c: (plugin_init):
38756         * sys/v4l/gstv4l.c: (plugin_init):
38757         * sys/v4l2/gstv4l2.c: (plugin_init):
38758           remove textdomain calls
38759         * po/nl.po:
38760           update Dutch translation
38761
38762 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38763
38764         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38765         (gst_play_set_audio_sink): Moving volume in the audio thread for
38766         instantaneous volume change. Maybe i will add another volume in front
38767         of visualization later, not sure yet though.
38768
38769 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38770
38771         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38772         (gst_ximagesink_handle_xevents): Better X events handling, only take
38773         the latest events for configure and motion.
38774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38775
38776 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38777
38778         reviewed by: David Schleef  <ds@schleef.org>
38779
38780         Fix memory leaks:
38781         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38782         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38783
38784 2004-02-02  David Schleef  <ds@schleef.org>
38785
38786         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38787         of lines.
38788         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38789         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38790         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38791         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38792         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38793         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38794         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38795         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38796         (gst_float2_2_int_link):
38797         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38798         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38799         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38800         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38801         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38802         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38803         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38804         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38805         * testsuite/gst-lint: Add tests for bzero and ;;
38806
38807 2004-02-02  David Schleef  <ds@schleef.org>
38808
38809         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38810
38811 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38812
38813         * ext/aalib/gstaasink.c: (gst_aasink_open):
38814         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38816         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38817         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38818         (gst_afsink_close_file):
38819         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38820         (gst_afsrc_close_file):
38821         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38822         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38823         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38824         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38825         * ext/esd/esdmon.c: (gst_esdmon_get):
38826         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38827         * ext/faac/gstfaac.c: (gst_faac_chain):
38828         * ext/faad/gstfaad.c: (gst_faad_chain):
38829         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38830         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38831         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38832         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38833         (gst_flacdec_loop):
38834         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38835         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38836         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38837         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38838         (gst_gnomevfssink_close_file):
38839         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38840         (gst_gnomevfssrc_open_file):
38841         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38842         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38843         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38844         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38845         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38846         * ext/mad/gstmad.c: (gst_mad_chain):
38847         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38848         * ext/mpeg2dec/gstmpeg2dec.c:
38849         * ext/mpeg2enc/gstmpeg2enc.cc:
38850         * ext/mplex/gstmplex.cc:
38851         * ext/mplex/gstmplexibitstream.cc:
38852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38853         (gst_ogg_demux_push):
38854         * ext/raw1394/gstdv1394src.c:
38855         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38856         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38857         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38858         (gst_sf_loop):
38859         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38860         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38861         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38862         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38863         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38864         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38865         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38866         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38867         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38868         (gst_riff_read_element_data), (gst_riff_read_seek),
38869         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38870         * gst/adder/gstadder.c: (gst_adder_loop):
38871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38872         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38873         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38874         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38875         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38876         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38877         * gst/goom/gstgoom.c: (gst_goom_chain):
38878         * gst/id3/gstid3types.c: (gst_id3types_loop):
38879         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38880         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38881         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38882         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38883         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38884         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38885         (gst_ebml_read_float), (gst_ebml_read_header):
38886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38887         (gst_matroska_demux_parse_blockgroup):
38888         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38889         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38890         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38891         * gst/silence/gstsilence.c: (gst_silence_get):
38892         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38893         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38894         * gst/speed/gstspeed.c: (speed_loop):
38895         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38896         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38897         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38898         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38899         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38900         (gst_wavparse_loop):
38901         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38902         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38903         (dxr3audiosink_close):
38904         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38905         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38906         (dxr3videosink_close), (dxr3videosink_write_data):
38907         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38908         * sys/oss/gstosssink.c: (gst_osssink_chain):
38909         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38910         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38911         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38913         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38914         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38915         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38916         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38917         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38918         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38919         (gst_v4l_set_audio):
38920         * sys/v4l/v4l_calls.h:
38921         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38922         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38923         (gst_v4lmjpegsink_playback_init),
38924         (gst_v4lmjpegsink_playback_start):
38925         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38926         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38927         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38928         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38929         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38930         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38931         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38932         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38933         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38934         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38935         (gst_v4l2_get_output), (gst_v4l2_set_output),
38936         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38937         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38938         (gst_v4l2_set_attribute):
38939         * sys/v4l2/v4l2_calls.h:
38940         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38941         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38942         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38943         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38944         (gst_v4l2src_capture_stop):
38945         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38946         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38947         (gst_ximagesink_chain):
38948         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38949         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38950         (gst_xvideosink_xwindow_new):
38951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38952         (gst_xvimagesink_chain):
38953
38954 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38955
38956         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38957         (gst_volume_get_volume), (volume_class_init), (volume_init),
38958         (volume_chain_int16), (volume_update_volume):
38959         * gst/volume/gstvolume.h:
38960           make code more readable by removing magic numbers
38961           make mixer interface export 0-100 range
38962           make it internally map to 0.0-1.0 range so users don't distort
38963           output by putting the sliders at full volume
38964
38965 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38966
38967         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38968         (gst_play_state_change), (gst_play_seek_to_time):
38969         block the tick callback for 0.5 secs after doing a seek
38970
38971 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38972
38973         * gst-libs/gst/play/play.c: (gst_play_new):
38974           check for GError
38975
38976 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38977
38978         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38979         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38980         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38981         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38983         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38984
38985 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38986
38987         * configure.ac:
38988         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38989           check for a function added in vorbis 1.1
38990
38991 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38992
38993         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38994         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38995           really start/stop clock only on PLAYING <=> PAUSED
38996         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38997           remove \n from debugging lines
38998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38999           make it work when seeking does not
39000         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39001           reset on DISCONT
39002
39003 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39004
39005         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39006           start clock on PAUSED=>PLAYING, not later
39007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39008           extract correct time for different discont formats
39009         (gst_alsa_sink_get_time):
39010           don't segfault when no format is negotiated yet, just return 0
39011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39012         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39013         (gst_ogg_pad_push):
39014           handle flush and discont events correctly
39015         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39016           handle discont events correctly
39017
39018 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39019
39020         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39021         (gst_play_error_create), (gst_play_error_plugin),
39022         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39023         * gst-libs/gst/play/play.h:
39024           add error handling during creation
39025         * examples/gstplay/player.c: (main):
39026           use new gst_play_new
39027
39028
39029 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39030
39031         * ext/theora/theoradec.c: (theora_dec_chain):
39032           make comments work
39033         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39034         (vorbis_dec_src_event), (vorbis_dec_chain):
39035           add encoder tag, fix tag reading to be more error tolerant, change
39036           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39037           gst_pad_event_default.
39038         * gst/tags/gstvorbistag.c:
39039         (gst_tag_list_from_vorbiscomment_buffer):
39040           undefine function specific define at end of function
39041
39042 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39043
39044         * ext/flac/gstflac.c: (plugin_init):
39045         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39046         * ext/flac/gstflacdec.h:
39047         * ext/flac/gstflacenc.h:
39048           Fix typos
39049
39050 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39051
39052         * examples/gstplay/player.c: s/gstplay.h/play.h/
39053
39054 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39055
39056         * gst-libs/gst/play/Makefile.am:
39057         * gst-libs/gst/play/gstplay.c:
39058         * gst-libs/gst/play/gstplay.h:
39059         * gst-libs/gst/play/play.c:
39060           more surgery, operation complete
39061
39062 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39063
39064         * gst-libs/gst/play/play.old.c:
39065         * gst-libs/gst/play/play.old.h:
39066           after CVS surgery by moving, remove
39067         * gst-libs/gst/play/playpipelines.c:
39068           remove
39069
39070         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39071           add negotiation error
39072
39073 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39074
39075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39076         (gst_ogg_demux_push):
39077           add some seeking debug info
39078           send a flush when seeking
39079
39080 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39081
39082         * configure.ac:
39083           use AC_C_INLINE
39084         * configure.ac:
39085         * ext/Makefile.am:
39086         * ext/theora/Makefile.am:
39087         * ext/theora/theoradec.c:
39088           add theora video decoder. Does just do simple decoding for now and
39089           has been tested against Theora cvs only. It only works when theora
39090           is compiled with --enable-static.
39091         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39092           always reset packetno on DISCONT
39093
39094 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39095
39096         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39097           Fix audio.
39098
39099 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39100
39101         * gst/mpegaudioparse/gstmpegaudioparse.c:
39102         (mp3_type_frame_length_from_header):
39103           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39104
39105 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39106
39107         * ext/esd/esdsink.c: (gst_esdsink_init):
39108           Since we have static pad template caps, we don't need to negotiate;
39109           either the core errors out or we know the format.
39110
39111 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39112
39113         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39114         (gst_riff_read_seek):
39115         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39116         (gst_ebml_read_seek):
39117           Fix event handling.
39118
39119 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39120
39121         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39122           removee video/x-theora from vp3 decoder, it doesn't handle raw
39123           theora streams
39124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39125           fix bug with finalizing element that never went to PAUSED
39126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39127           length and position queries were swapped
39128         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39129         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39130         (vorbis_dec_src_event):
39131           implement querying time and bytes
39132
39133 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39134
39135         * just about every source file:
39136           gst_element_error -> GST_ELEMENT_ERROR
39137
39138 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39139
39140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39141         emiting FLUSH and even before DISCONT.
39142         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39143         get the best instant seeking as possible yay!
39144
39145 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39146
39147         * gst/mpeg1videoparse/gstmp1videoparse.c:
39148         (gst_mp1videoparse_real_chain):
39149           Committed wrong version last week... Grr... Didn't notice until now.
39150
39151 2004-01-29  Julien MOUTTE <julien@moutte.net>
39152
39153         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39155         have_xwindow_id signal in xwindow_create.
39156
39157 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39158
39159         * ext/ogg/gstoggdemux.c:
39160           lots of changes - mainly support for chained bitstreams, seeking,
39161           querying and bugfixes of course
39162         * ext/vorbis/Makefile.am:
39163         * ext/vorbis/vorbisdec.c:
39164         * ext/vorbis/vorbisdec.h:
39165           add vorbisdec raw vorbis decoder
39166         * ext/vorbis/vorbis.c: (plugin_init):
39167           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39168         * gst/intfloat/Makefile.am:
39169         * gst/intfloat/float22int.c:
39170         * gst/intfloat/float22int.h:
39171         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39172           add float2intnew plugin. It converts multichannel interleaved float to
39173           multichannel interleaved int. The name should probably be changed.
39174         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39175         (plugin_init):
39176           add typefinding for raw theora video so oggdemux can detect it.
39177
39178 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39179
39180         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39181         sink element first.
39182         * gst/videoscale/gstvideoscale.c:
39183         (gst_videoscale_handle_src_event): Fixing src event handler.
39184
39185 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39186
39187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39188         (gst_v4lsrc_open), (gst_v4lsrc_close),
39189         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39190         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39191         * sys/v4l/gstv4lsrc.h:
39192         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39193         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39194           Implement resizing... Hack. But that's why v4l is b0rked...
39195
39196 2004-01-28  Julien MOUTTE <julien@moutte.net>
39197
39198         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39199         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39200         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39201         (gst_ximagesink_xwindow_destroy):
39202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39203         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39204         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39205         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39206         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39207         correctly cleaning the image created to check xshm calls on succes,
39208         added a lot of XSync calls in X11 functions, and fixed a segfault when
39209         no image format was defined before negotiation happened.
39210
39211 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39212
39213         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39214           use gst_element_get_time to get correct time
39215
39216 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39217
39218         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39219         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39220         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39222         (gst_xvimagesink_check_xshm_calls),
39223         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39224         X plugins are now able to detect that XShm calls will fail even if the
39225         server claims that it has XShm support (remote displays most of the
39226         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39227         so that we use non XShm functions. This feature is almost useless for
39228         xvimagesink as Xv is not supported on remote displays anyway, but
39229         it might happen than even on the local display XShm calls fail.
39230
39231 2004-01-27  David Schleef  <ds@schleef.org>
39232
39233         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39234         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39235         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39236         changed esdsink to only use 44100,16,2, since esd sucks at rate
39237         conversion and esdsink has had difficulty negotiating.
39238
39239 2004-01-27  Julien MOUTTE <julien@moutte.net>
39240
39241         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39242         (gst_play_seek_to_time): Fixing the way to get current position.
39243
39244 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39245
39246         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39247           use gst_element_get_time to get correct time
39248
39249 2004-01-27  Julien MOUTTE <julien@moutte.net>
39250
39251         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39252         fix ever... Inverting 2 lines of code make spider autoplug correctly
39253         tagged mp3 !
39254
39255 2004-01-27  David Schleef  <ds@schleef.org>
39256
39257         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39258         Use gst_pad_try_set_caps_nonfixed().
39259
39260 2004-01-27  David Schleef  <ds@schleef.org>
39261
39262         * gst/ac3parse/gstac3parse.c: update to checklist 5
39263         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39264         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39265         * gst/audioscale/gstaudioscale.c: same
39266         * gst/auparse/gstauparse.c: same
39267         * gst/avi/gstavidemux.c: same
39268
39269 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39270
39271         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39272           stop processing after EOS
39273
39274 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39275
39276         * gst/asfdemux/asfheaders.h:
39277         * gst/asfdemux/gstasfdemux.c:
39278         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39279         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39280         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39281           lot's of fixes to make data extraction simpler and get the code
39282           architecture and compiler independant. Add debugging category
39283         * gst/goom/gstgoom.c: (gst_goom_change_state):
39284           reset channel count on PAUSED=>READY, not READY=>PAUSED
39285
39286 2004-01-26  Colin Walters  <walters@verbum.org>
39287
39288         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39289         code to pull a bigger buffer in iradio mode.  This as a side effect
39290         makes typefinding work.
39291
39292 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39293
39294         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39295         Fix SVQ3 decoding on PPC
39296
39297 2004-01-26  Julien MOUTTE <julien@moutte.net>
39298
39299         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39300         that one managed to stay there... Fixed.
39301
39302 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39303
39304         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39305         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39306         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39307         (qtdemux_video_caps):
39308         * gst/qtdemux/qtdemux.h:
39309         Add SVQ3 specific flags to qtdemux and ffmpeg
39310
39311 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39312
39313         * gst-libs/gst/audio/audio.h:
39314           remove buffer-frames from audio caps
39315         * gst/audioconvert/gstaudioconvert.c:
39316           fix plugin to really work.
39317
39318 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39319
39320         * gst-libs/gst/mixer/mixer.c:
39321         * gst-libs/gst/propertyprobe/propertyprobe.c:
39322         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39323         (gst_tuner_find_channel_by_name):
39324         * gst-libs/gst/tuner/tuner.h:
39325           Add gtk-doc style comments. Also fix a function name.
39326
39327 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39328
39329         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39330         (gst_divxdec_negotiate):
39331           Fix for new capsnego - also fixes gst-player with divxdec.
39332
39333 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39334
39335         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39336         (gst_play_identity_handoff), (gst_play_set_location),
39337         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39338         try in visualization implementation. Still have an issue with switch
39339         blocking when pulling from video_queue and only audio comes out of
39340         spider.
39341         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39342         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39343         release method. And check if the pad is usable before pulling.
39344
39345 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39346
39347         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39348         (gst_videobalance_init),
39349         (gst_videobalance_colorbalance_list_channels),
39350         (gst_videobalance_colorbalance_set_value),
39351         (gst_videobalance_colorbalance_get_value),
39352         (gst_videobalance_update_properties),
39353         (gst_videobalance_update_tables_planar411),
39354         (gst_videobalance_planar411):
39355         * gst/videofilter/gstvideobalance.h:
39356           Implement lookup-tables. +/- 10x faster.
39357
39358 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39359
39360         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39361         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39362           The index reading was broken. The rest worked fine, but the whole
39363           goal of my rewrite was to make avidemux readable, and this was
39364           not at all readable. Please use typed variables.
39365
39366 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39367
39368         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39369           Additional pad usability check.
39370         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39371         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39372         (gst_mp1videoparse_real_chain):
39373           Fix MPEG video stream parsing. The original plugin had several
39374           issues, including not timestamping streams where the source was
39375           not timestamped (this happens with PTS values in mpeg system
39376           streams, but MPEG video is also a valid stream on its own so
39377           that needs timestamps too). We use the display time code for that
39378           for now. Also, if one incoming buffer contains multiple valid
39379           frames, we push them all on correctly now, including proper EOS
39380           handling. Lastly, several potential segfaults were fixed, and we
39381           properly sync on new sequence/gop headers to include them in next,
39382           not previous frames (since they're header for the next frame, not
39383           the previous). Also see #119206.
39384         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39385         (bpf_from_header):
39386           Move caps setting so we only do it after finding several valid
39387           MPEG-1 fraes sequentially, not right after the first one (which
39388           might be coincidental).
39389         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39390         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39391         (plugin_init):
39392           Add unsynced MPEG video stream typefinding, and change some
39393           probability values so we detect streams rightly. The idea is as
39394           follows: I can have an unsynced system stream which contains
39395           video. In the current code, I would randomly get a type for either
39396           system or video stream type found, because the probabilities are
39397           being calculated rather randomly. I now use fixed values, so we
39398           always prefer system stream if that was found (and that is how it
39399           should be). If no system stream was found, we can still identity                the stream as video-only.
39400
39401 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39402
39403         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39404         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39405           don't write to buffer. Extract data without the need of
39406           __attribute__ ((packed))
39407
39408 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39409
39410         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39411         (mpeg1_sys_type_find):
39412           Fix MPEG-1 stream typefinding.
39413
39414 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39415
39416         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39417           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39418
39419 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39420
39421         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39422         * ext/esd/gstesd.c: (plugin_init):
39423           private debugging, better error reporting
39424
39425 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39426
39427         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39428         (gst_riff_read_init), (gst_riff_read_change_state):
39429         * gst-libs/gst/riff/riff-read.h:
39430           Remove stuff fromold metadata system.
39431
39432 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39433
39434         * ext/ogg/gstoggdemux.c:
39435           Fix wrong file comment.
39436         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39437         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39438           Add metadata reading properly.
39439
39440 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39441
39442         * ext/Makefile.am:
39443           Fix nas DIST_SUBDIRS
39444           Uraeus:
39445           Fix bug where make distcheck doesn't get run on adding stuff to
39446           the build.
39447
39448 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39449
39450         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39451         * ext/divx/gstdivxdec.h:
39452           Fix divx3 ("msmpeg4") playback using divxdec.
39453
39454 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39455
39456         * gst/typefind/gsttypefindfunctions.c:
39457         (mp3_type_frame_length_from_header): fix bug in length computation
39458         (mp3_type_find): improve debugging output
39459
39460 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39461
39462         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39463         (gst_play_set_location), (gst_play_seek_to_time),
39464         (gst_play_set_audio_sink), (gst_play_set_visualization),
39465         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39466         the pipeline from scratch. Visualization is back and switch went out as
39467         i realized it was not possible to use the way i wanted.
39468         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39469         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39470         clearing in state change from READY to NULL. So that one can clean the
39471         X ressources keeping the element.
39472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39473         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39474         (gst_xvimagesink_colorbalance_set_value),
39475         (gst_xvimagesink_colorbalance_get_value),
39476         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39477         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39478         change from READY to NULL and fixed some stupid bugs in colorbalance
39479         get/set values. Also added the following feature : when nobody tries to
39480         set some values to the colorbalance levels before the xcontext is
39481         grabbed, then when creating channels list from Xv attributes we set the
39482         internal values to the Xv defaults. This way we handle buggy Xv drivers
39483         that set default hue values far from the middle of the range (Thanks
39484         to Jon Trowbridge for pointing that issue).
39485         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39486         colorbalance levels have been set before xcontext is grabbed.
39487
39488 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39489
39490         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39491           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39492           it might block operations (which is bad for a mixer).
39493
39494 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39495
39496         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39497         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39498         (gmip_find_type_pre):
39499         * gst-libs/gst/media-info/media-info-priv.h:
39500         * gst-libs/gst/media-info/media-info.c:
39501         (gst_media_info_instance_init), (gst_media_info_read_idler):
39502         add fakesink to get caps on decoder src pad again
39503         fix callback prototype to match new have_type signal signature
39504
39505 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39506
39507         * gst/adder/gstadder.c: (gst_adder_link):
39508           fix non-compile and cut-n-paste code
39509
39510 2004-01-21  David Schleef  <ds@schleef.org>
39511
39512         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39513         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39514         (gst_swfdec_init), (gst_swfdec_change_state):
39515         * ext/swfdec/gstswfdec.h:
39516         Fix negotiation.
39517         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39518         (gst_adder_request_new_pad): Fix negotiation.
39519         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39520         Add a fixate function.
39521         * gst/intfloat/gstfloat2int.c:
39522         * gst/intfloat/gstfloat2int.h:
39523         * gst/intfloat/gstint2float.c:
39524         * gst/intfloat/gstint2float.h:
39525         Completely rewrite the negotiation.  Doesn't quite work yet,
39526         due to some buffer-frames problem.
39527
39528 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39529
39530         * ext/gnomevfs/gstgnomevfssrc.c:
39531         * sys/v4l2/v4l2_calls.h:
39532           fix includes for distcheck
39533
39534 2004-01-21  Christian Schaller <uraeus@gnome.org>
39535
39536         * ext/nas/
39537         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39538         based on earlier patch from Laurent Vivier
39539
39540 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39541
39542         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39543         Fix wma caps property
39544         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39545         Fix typo (flags1 and flags2)
39546
39547 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39548
39549         * gst-libs/gst/media-info/media-info-priv.c:
39550         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39551         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39552         (gmip_find_stream), (gmip_find_track_metadata),
39553         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39554         (gmip_find_track_format):
39555         * gst-libs/gst/media-info/media-info-priv.h:
39556         * gst-libs/gst/media-info/media-info-test.c: (main):
39557         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39558         (gst_media_info_read_idler), (gst_media_info_read):
39559         * gst-libs/gst/media-info/media-info.h:
39560           register debugging category and use it for debugging
39561
39562 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39563
39564         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39565         (gst_vorbisfile_new_link):
39566           signal streaminfo through tags
39567
39568 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39569
39570         * ext/mplex/gstmplex.cc:
39571         * ext/mplex/gstmplexibitstream.cc:
39572           g++ doesn't like NULL in our i18n/error macros, should be
39573           either (NULL) or ("").
39574
39575 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39576
39577         * sys/dxr3/dxr3audiosink.c:
39578         * sys/dxr3/dxr3init.c:
39579         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39580         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39581           Fix more error error error errors (missing includes here).
39582
39583 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39584
39585         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39586           fix thomas' error errors.
39587
39588 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39589
39590         * ext/mpeg2enc/gstmpeg2enc.cc:
39591           fix error errors.
39592
39593 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39594
39595         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39596         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39597           Fix for new error system.
39598
39599 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39600
39601         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39602           fix for new error reporting
39603
39604 2004-01-20  David Schleef  <ds@schleef.org>
39605
39606         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39607         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39608         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39609         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39610         and neither is 100+, most likely.
39611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39612         (gst_xvimagesink_getcaps): same
39613
39614 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39615
39616         * configure.ac:
39617           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39618           clashes with ffmpeg.
39619
39620 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39621
39622         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39623         (gst_switch_init): Fixed switch element : proxying link and setting
39624         caps from src to sink on request.
39625
39626 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39627
39628         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39629         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39630         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39631         fix element_error
39632
39633 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39634
39635         * sys/v4l/v4l_calls.h:
39636         * sys/v4l2/v4l2_calls.h:
39637           element_error fixes
39638
39639 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39640
39641         * gst-libs/gst/gst-i18n-plugin.h:
39642           add locale.h
39643           remove config.h inclusion
39644
39645 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39646
39647         * autogen.sh:
39648           adding autopoint invocation
39649         * Makefile.am:
39650         * configure.ac:
39651         * gst-libs/gst/gettext.h:
39652           adding gettext bits
39653         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39654         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39655         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39656         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39657         (gst_gnomevfssink_close_file):
39658         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39659         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39660         * gst-libs/gst/gst-i18n-plugin.h:
39661         * gst/avi/gstavi.c: (plugin_init):
39662         * sys/dxr3/dxr3init.c: (plugin_init):
39663         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39664         * sys/oss/gstossaudio.c: (plugin_init):
39665         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39666         * sys/v4l/gstv4l.c: (plugin_init):
39667         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39668         * sys/v4l2/gstv4l2.c: (plugin_init):
39669         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39670         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39671         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39672         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39673         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39674         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39675           make sure locale and translation domain are set
39676           fix translated strings
39677         * po/.cvsignore:
39678         * po/LINGUAS:
39679         * po/Makevars:
39680         * po/POTFILES.in:
39681         * po/nl.po:
39682           put translation files into place
39683         * sys/xvideo/imagetest.c: (main):
39684         * ext/dv/demo-play.c: (main):
39685           fix unnecessary translations
39686
39687 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39688
39689         * ext/sndfile/gstsf.c:
39690         * gst/avi/gstavimux.c:
39691         * ext/audiofile/gstafsink.c:
39692         * ext/audiofile/gstafsrc.c:
39693         * ext/gnomevfs/gstgnomevfssink.c:
39694         * ext/gnomevfs/gstgnomevfssrc.c:
39695         * sys/oss/gstosselement.c:
39696         * sys/v4l/v4l_calls.h:
39697           fix i18n include
39698
39699 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39700
39701         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39702         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39703         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39704         (gst_v4l2_get_output), (gst_v4l2_set_output),
39705         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39706         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39707         (gst_v4l2_set_attribute):
39708         update to new error handling
39709
39710 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39711
39712         * ext/sidplay/gstsiddec.cc:
39713         * gst/modplug/gstmodplug.cc:
39714           parenthese NULL because C++ seems angry about it
39715
39716 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39717
39718         * gst-libs/gst/gst-i18n-plugin.h:
39719           add skeleton i18n stuff, but needs to be further implemented
39720
39721 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39722
39723         * examples/gstplay/player.c: (main):
39724         * ext/aalib/gstaasink.c: (gst_aasink_open):
39725         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39727         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39728         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39729         (gst_afsink_close_file):
39730         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39731         (gst_afsrc_close_file):
39732         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39733         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39734         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39735         * ext/esd/esdmon.c: (gst_esdmon_get):
39736         * ext/esd/esdsink.c: (gst_esdsink_chain):
39737         * ext/faac/gstfaac.c: (gst_faac_chain):
39738         * ext/faad/gstfaad.c: (gst_faad_chain):
39739         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39740         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39741         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39742         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39743         (gst_flacdec_loop):
39744         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39745         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39746         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39747         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39748         (gst_gnomevfssink_close_file):
39749         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39750         (gst_gnomevfssrc_open_file):
39751         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39752         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39753         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39754         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39755         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39756         * ext/mad/gstmad.c: (gst_mad_chain):
39757         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39758         * ext/mpeg2dec/gstmpeg2dec.c:
39759         * ext/mpeg2enc/gstmpeg2enc.cc:
39760         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39761         * ext/mplex/gstmplex.cc:
39762         * ext/mplex/gstmplexibitstream.cc:
39763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39764         (gst_ogg_demux_push), (gst_ogg_pad_push):
39765         * ext/raw1394/gstdv1394src.c:
39766         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39767         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39768         * ext/sidplay/gstsiddec.cc:
39769         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39770         (gst_sf_loop):
39771         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39772         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39773         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39775         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39776         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39777         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39778         * gst-libs/gst/Makefile.am:
39779         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39780         (gst_riff_read_element_data), (gst_riff_read_seek),
39781         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39782         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39783         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39784         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39785         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39786         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39787         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39788         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39789         * gst/goom/gstgoom.c: (gst_goom_chain):
39790         * gst/id3/gstid3types.c: (gst_id3types_loop):
39791         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39792         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39793         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39794         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39795         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39796         (gst_ebml_read_float), (gst_ebml_read_header):
39797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39798         (gst_matroska_demux_parse_blockgroup):
39799         * gst/modplug/gstmodplug.cc:
39800         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39801         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39802         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39803         * gst/silence/gstsilence.c: (gst_silence_get):
39804         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39805         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39806         * gst/speed/gstspeed.c: (speed_loop):
39807         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39808         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39809         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39810         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39811         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39812         (gst_wavparse_loop):
39813         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39814         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39815         (dxr3audiosink_close):
39816         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39817         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39818         (dxr3videosink_close), (dxr3videosink_write_data):
39819         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39820         * sys/oss/gstosselement.h:
39821         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39822         (gst_osssink_chain):
39823         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39824         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39825         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39827         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39828         (gst_v4l_enable_overlay):
39829         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39830         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39831         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39832         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39833         (gst_v4l_set_audio):
39834         * sys/v4l/v4l_calls.h:
39835         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39836         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39837         (gst_v4lmjpegsink_playback_init),
39838         (gst_v4lmjpegsink_playback_start):
39839         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39840         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39841         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39842         (gst_v4lmjpegsrc_requeue_frame):
39843         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39844         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39845         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39846         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39847         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39848         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39849         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39850         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39851         (gst_v4l2src_capture_stop):
39852         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39853         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39854         (gst_ximagesink_chain):
39855         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39856         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39857         (gst_xvideosink_xwindow_new):
39858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39859         (gst_xvimagesink_chain):
39860         use new error signal, function and categories
39861
39862 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39863
39864         * configure.ac:
39865         * ext/Makefile.am:
39866         * ext/musicbrainz/gsttrm.c:
39867         * ext/musicbrainz/gsttrm.h:
39868         * ext/musicbrainz/Makefile.am:
39869         Add a trm plugin
39870
39871 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39872
39873         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39874         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39875         synchronous property for debugging.
39876         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39878         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39879         smaller block, fixing indent.
39880
39881 2004-01-16  David Schleef  <ds@schleef.org>
39882
39883         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39884         property affects the video stream.
39885         * sys/xvimage/xvimagesink.c:
39886         * sys/xvimage/xvimagesink.h:
39887         Add synchronous property for debugging.  Should probably be
39888         disabled in non-CVS builds.  Make sure that the Xv attribute
39889         exists before we set it (crash!).  Fix a silly float bug that
39890         caused colorbalance to just not work.
39891
39892 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39893
39894         * tools/gst-launch-ext.in - update for new plugins
39895
39896 2004-01-16  David Schleef  <ds@schleef.org>
39897
39898         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39899         already-freed caps.
39900
39901 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39902
39903         * Update spec for new colorspace plugin and libcaca plugin
39904         * Fix compilation of libcaca plugin (clock -> id)
39905
39906 2004-01-16  Julien MOUTTE <julien@moutte.net>
39907
39908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39909         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39910         (gst_xvimagesink_set_xwindow_id),
39911         (gst_xvimagesink_colorbalance_set_value),
39912         (gst_xvimagesink_colorbalance_get_value),
39913         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39914         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39915         correct colorbalance properties. They can now be set when the element
39916         is still in NULL state. The values will be committed to the Xv Port
39917         when xcontext is initialized.
39918         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39919         brightness int values in the GstXvImagesink structure.
39920
39921 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39922
39923         * gst-libs/gst/Makefile.am:
39924           restructure so having local patches works easier.
39925
39926 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39927
39928         * ext/mpeg2enc/Makefile.am:
39929         * ext/mpeg2enc/gstmpeg2enc.cc:
39930         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39931           Bugfix with respect to EOS handling.
39932
39933 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39934
39935         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39936           Link with right caps (else, it segfaults).
39937         * ext/mplex/gstmplexjob.cc:
39938           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39939
39940 2004-01-15  David Schleef  <ds@schleef.org>
39941
39942         * gst-libs/gst/audio/Makefile.am:
39943         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39944         from the template.
39945         * gst-libs/gst/audio/gstaudiofilter.c:
39946         * gst-libs/gst/audio/gstaudiofilter.h:
39947         Add bytes_per_sample and size and n_samples calculation.
39948         * gst-libs/gst/audio/gstaudiofilterexample.c:
39949         Remove, now autogenerated.
39950         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39951         Moved from gstaudiofilterexample, object name changed, code added
39952         so that it actually works.
39953         * gst-libs/gst/audio/make_filter:
39954         Script to build an audiofilter subclass from the template.
39955         * gst/colorspace/Makefile.am:
39956         * gst/colorspace/yuv2yuv.c:
39957         Remove file, since it's GPL, and we don't use it.
39958
39959 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39960
39961         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39963         them use the buffer free function to test how the buffer was allocated.
39964
39965 2004-01-15  David Schleef  <ds@schleef.org>
39966
39967         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39968         that handles osssink fallback.
39969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39970         (gst_audio_convert_getcaps):
39971         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39972         Add audio/x-qdm2 for QDM2 audio.
39973         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39974         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39975         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39976         Decrease minimum size to 16x16.
39977         * gst/wavparse/gstwavparse.c:
39978         Convert disabled pad template caps to new caps.
39979         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39981         (gst_xvimagesink_chain): Throw element error when display cannot
39982         be opened.  Increase minimum framerate to 1.0.  Check the data
39983         free function on a buffer to make sure it is the type we expect
39984         before manipulating it.
39985
39986 2004-01-15  Julien MOUTTE <julien@moutte.net>
39987
39988         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39989         (gst_videobalance_colorbalance_set_value): Implement passthru if
39990         settings are in the middle.
39991         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39992
39993 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39994
39995         * gst/videofilter/Makefile.am:
39996         * gst/volume/Makefile.am:
39997           Since we use videofilter symbols, link to it.
39998
39999 2004-01-15  Julien MOUTTE <julien@moutte.net>
40000
40001         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40002         mixer interface type to HARDWARE.
40003         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40004         type to SOFTWARE.
40005         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40006         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40007         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40008         (gst_volume_interface_init), (gst_volume_list_tracks),
40009         (gst_volume_set_volume), (gst_volume_get_volume),
40010         (gst_volume_set_mute), (gst_volume_mixer_init),
40011         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40012         (volume_init): Implementing mixer interface.
40013         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40014         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40015         (gst_osselement_change_state): Removing some trailing commas in
40016         structures.
40017         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40018         interface type to HARDWARE.
40019         * sys/v4l/gstv4lcolorbalance.c:
40020         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40021         type to HARDWARE.
40022         * sys/v4l2/gstv4l2colorbalance.c:
40023         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40024         interface type to HARDWARE.
40025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40026         same code than ximagesink for event handling.
40027
40028 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40029
40030         * ext/snapshot/Makefile.am:
40031         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40032         (gst_snapshot_chain):
40033         * ext/snapshot/gstsnapshot.h:
40034           This has to be a joke... Snapshot should be connected to a tee,
40035           colorspace element before it and EOS after that, where the other
40036           src of the tee receives normal data.
40037           The current way is *wrong*.
40038
40039 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40040
40041         * ext/hermes/gsthermescolorspace.c:
40042           Fix another compile error. Same as below.
40043
40044 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40045
40046         * gst/colorspace/gstcolorspace.c:
40047         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40048         (gst_colorspace_i420_to_yv12):
40049           Fix compiling... Didn't test if it actually works.
40050
40051 2004-01-15  David Schleef  <ds@schleef.org>
40052
40053         * configure.ac:
40054         * gst/colorspace/Makefile.am:
40055         * gst/colorspace/gstcolorspace.c:
40056         * gst/colorspace/gstcolorspace.h:
40057         * gst/colorspace/yuv2rgb.c:
40058         * gst/colorspace/yuv2rgb.h:
40059         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40060         code and GPL code.  Fix for new caps negotiation.  Rewrite
40061         much of the format handling code, and some of the conversion
40062         code.  Basically, rewrote almost everything.  This element
40063         handles I420, YV12 to RGB conversions.
40064         * ext/hermes/Makefile.am:
40065         * ext/hermes/gsthermescolorspace.c:
40066         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40067         Remove non-Hermes related code.  This element handles lots of
40068         RGB to RGB conversions, but no YUV.
40069         * ext/hermes/gstcolorspace.c:
40070         * ext/hermes/gstcolorspace.h:
40071         * ext/hermes/rgb2yuv.c:
40072         * ext/hermes/yuv2rgb.c:
40073         * ext/hermes/yuv2rgb.h:
40074         * ext/hermes/yuv2rgb_mmx16.s:
40075         * ext/hermes/yuv2yuv.c:
40076         * ext/hermes/yuv2yuv.h:
40077         Remove old code.
40078
40079 2004-01-14  Colin Walters  <walters@verbum.org>
40080
40081         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40082         they've already been.
40083
40084 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40085
40086         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40087           assume tag mode when pad is not connected
40088
40089 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40090
40091         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40092           Don't update the time of the clock
40093         (gst_alsa_sink_loop):
40094           sync to the clock given to alsasink, not the own clock
40095         * sys/oss/gstosssink.c: (gst_osssink_chain):
40096           sync to the clock
40097         (gst_osssink_change_state):
40098           activate the clock
40099         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40101           remove bogus code that made DISCONT events unhandled
40102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40103           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40104           #131502)
40105         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40106         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40107         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40108           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40109           2nd warning in bug #131502)
40110
40111 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40112
40113         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40114         (gst_videobalance_colorbalance_set_value),
40115         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40116         for colorbalance interface implementation.
40117         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40118         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40119         (gst_ximagesink_dispose), (gst_ximagesink_init),
40120         (gst_ximagesink_class_init): Adding DISPLAY property.
40121         * sys/ximage/ximagesink.h: Adding display_name to store display.
40122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40123         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40124         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40125         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40126         properties (they still need polishing though for gst-launch use : no
40127         xcontext yet, i ll do that tomorrow).
40128         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40129
40130 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40131
40132         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40133         (gst_play_set_location), (gst_play_set_visualization): Preparing
40134         switch integration, adding videobalance in the pipeline.
40135
40136 2004-01-14  Julien MOUTTE <julien@moutte.net>
40137
40138         * gst-libs/gst/colorbalance/colorbalance.c:
40139         (gst_color_balance_class_init): Adding a default type.
40140         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40141         the type.
40142         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40143         (gst_videobalance_dispose), (gst_videobalance_class_init),
40144         (gst_videobalance_init), (gst_videobalance_interface_supported),
40145         (gst_videobalance_interface_init),
40146         (gst_videobalance_colorbalance_list_channels),
40147         (gst_videobalance_colorbalance_set_value),
40148         (gst_videobalance_colorbalance_get_value),
40149         (gst_videobalance_colorbalance_init): Implementing colorbalance
40150         interface.
40151         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40152         list.
40153         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40154         bug which was triggering a BadAccess X error when setting an overlay
40155         before pad was really negotiated.
40156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40157         Using the colorbalance type macro.
40158
40159 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40160
40161         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40162         (gst_flacenc_chain):
40163           handle tags correctly
40164         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40165           extract ID3v1 tags correctly
40166
40167 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40168
40169         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40170         (plugin_init):
40171           Improve matroska typefinding for odd-typed headers...
40172
40173 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40174
40175         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40176           Fix for using incremental number on padnames.
40177
40178 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40179
40180         * ext/divx/gstdivxdec.c:
40181         * ext/divx/gstdivxenc.c:
40182           Set category to divx4linux instead of divx (too generic).
40183         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40184         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40185         (gst_wavparse_loop), (gst_wavparse_change_state):
40186         * gst/wavparse/gstwavparse.h:
40187           fix parsing of WAV files with non-standard fmt-tag size and fix
40188           skipping of unrecognized chunks... Someone please fix this thing
40189           to use rifflib so all this is automated.
40190         * sys/v4l/Makefile.am:
40191         * sys/v4l2/Makefile.am:
40192           Add X_CFLAGS because we depend on X (for overlay).
40193
40194 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40195
40196         * ext/mpeg2dec/gstmpeg2dec.c:
40197           Don't issue a timestamp unless we tagged the frame
40198           with a PTS.
40199
40200 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40201
40202         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40203           Query the audio element to get the time, not the clock. We're
40204           interested in the element's time here.
40205
40206 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40207
40208         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40210         * ext/esd/esdsink.c: (gst_esdsink_chain):
40211         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40212         * ext/mas/massink.c: (gst_massink_chain):
40213         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40214         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40215         (gst_matroska_demux_parse_metadata):
40216         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40217         (gst_mpeg_parse_release_locks):
40218         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40219         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40220         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40221         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40222         (gst_osssink_change_state):
40223         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40224         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40225         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40226         (gst_xvideosink_release_locks):
40227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40228           use element time.
40229         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40230         (gst_alsa_clock_stop):
40231         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40232         (gst_audio_clock_get_internal_time):
40233           simplify for use with new clocking code.
40234         * testsuite/alsa/Makefile.am:
40235         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40236           fix testsuite for new caps system
40237
40238 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40239
40240         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40241         * ext/flac/gstflacenc.c: (add_one_tag):
40242           length is already host endian, no need to convert. Fixes playback of
40243           tagged files on PPC. (bug #128384)
40244
40245 2004-01-13  Julien MOUTTE <julien@moutte.net>
40246
40247         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40248         colorbalance interface stating if it is hardware based or software
40249         based.
40250         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40251         Removing a trailing comma.
40252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40253         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40254         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40255         the documentation seems to be wrong on the -1000 to 1000 interval.
40256
40257 2004-01-12  David Schleef  <ds@schleef.org>
40258
40259         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40260         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40261         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40262         Fix negotiation.  Add a bufferalloc function for the sink pad,
40263         and generally clean up some of the code.
40264
40265 2004-01-12  Julien MOUTTE <julien@moutte.net>
40266
40267         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40268         (gst_color_balance_channel_dispose): Adding safety check in dispose
40269         method.
40270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40271         (gst_xvimagesink_xcontext_clear),
40272         (gst_xvimagesink_interface_supported),
40273         (gst_xvimagesink_colorbalance_list_channels),
40274         (gst_xvimagesink_colorbalance_set_value),
40275         (gst_xvimagesink_colorbalance_get_value),
40276         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40277         Adding colorbalance interface support to set XV parameters such as
40278         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40279         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40280         interface.
40281
40282 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40283
40284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40285         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40286         (gst_audio_convert_init), (gst_audio_convert_set_property),
40287         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40288         (gst_audio_convert_link),
40289         (gst_audio_convert_buffer_to_default_format),
40290         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40291           - implement _getcaps and use it
40292           - improve linking
40293           - remove float caps since no float conversion is actually done
40294           - remove properties and arguments that were to be used for rate
40295             conversion
40296
40297 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40298
40299         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40300         (gst_audio_structure_set_int):
40301         * gst-libs/gst/audio/audio.h:
40302           add helper functions for _getcaps matching the standard audio
40303           templates
40304
40305 2004-01-12  David Schleef  <ds@schleef.org>
40306
40307         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40308         Test that pad is negotiated before getting its caps.
40309
40310 2004-01-12  Julien MOUTTE <julien@moutte.net>
40311
40312         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40313         analyzing the pads of an element the bin is mostly in READY state so
40314         no caps were negotiated. This helper function needs to work with
40315         _get_caps directly then. I was not freeing them though, added that to
40316         fix the mem leak.
40317
40318 2004-01-12  Julien MOUTTE <julien@moutte.net>
40319
40320         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40322         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40323         than the free_func.
40324
40325 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40326
40327         * sys/oss/gstossaudio.c: (plugin_init):
40328         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40329         * sys/oss/gstosselement.h:
40330           make an oss debugging category
40331           make failure more descriptive
40332
40333 2004-01-11  David Schleef  <ds@schleef.org>
40334
40335         * ext/ffmpeg/gstffmpeg.c:
40336         * ext/ffmpeg/gstffmpegcodecmap.c:
40337         * ext/ffmpeg/gstffmpegdec.c:
40338         * ext/ffmpeg/gstffmpegenc.c:
40339         * ext/ffmpeg/gstffmpegprotocol.c:
40340         * ext/gdk_pixbuf/gstgdkanimation.c:
40341         * ext/jpeg/gstjpeg.c:
40342         * ext/libpng/gstpng.c:
40343         * ext/mpeg2dec/perftest.c:
40344         * ext/speex/gstspeex.c:
40345         * gst-libs/gst/resample/dtos.c:
40346         * gst/intfloat/gstintfloatconvert.c:
40347         * gst/oneton/gstoneton.c:
40348         * gst/rtjpeg/RTjpeg.c:
40349         * gst/rtp/gstrtp.c:
40350         * sys/dxr3/dxr3init.c:
40351         * sys/glsink/gstgl_nvimage.c:
40352         * sys/glsink/gstgl_pdrimage.c:
40353         * sys/glsink/gstglsink.c:
40354         * testsuite/gst-lint:
40355         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40356
40357 2004-01-11  David Schleef  <ds@schleef.org>
40358
40359         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40360         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40361         * ext/gdk_pixbuf/gstgdkanimation.c:
40362         (gst_gdk_animation_iter_create_pixbuf):
40363         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40364         (gst_gdk_pixbuf_chain):
40365         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40366         * ext/jack/gstjack.c: (gst_jack_change_state):
40367         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40368         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40369         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40370         * gst/videofilter/gstvideofilter.c:
40371         (gst_videofilter_set_output_size):
40372         Remove all usage of gst_pad_get_caps(), and replace it with
40373         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40374
40375 2004-01-11  David Schleef  <ds@schleef.org>
40376
40377         * configure.ac:
40378         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40379         * ext/divx/gstdivxdec.c:
40380         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40381         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40382         handle images that span multiple buffers.  Now work with both
40383         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40384         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40385         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40386         video/video.h changes
40387         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40388         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40389         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40390         of GstData free function.
40391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40392         same.
40393
40394 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40395
40396         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40397         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40398         (gst_v4l2element_get_property):
40399         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40400           add norm, channel and frequency properties.
40401         * sys/v4l2/gstv4l2tuner.c:
40402           fixes for tuner interface changes
40403         * sys/v4l2/gstv4l2element.h:
40404         * sys/v4l2/gstv4l2src.c:
40405         * sys/v4l2/gstv4l2src.h:
40406         * sys/v4l2/v4l2src_calls.c:
40407         * sys/v4l2/v4l2src_calls.h:
40408           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40409
40410 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40411
40412         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40413         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40414         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40415         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40416         * gst-libs/gst/tuner/tuner.h:
40417           GObjects aren't const.
40418           Add find_by_name functions.
40419           Add checks to _changed functions.
40420         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40421         (gst_v4l_tuner_get_norm):
40422           Fixes for above.
40423
40424 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40425
40426         * gst-libs/gst/video/video.h:
40427           Fix caps template names to be understandable.
40428           Prefix everything with GST_VIDEO.
40429         * ext/aalib/gstaasink.c:
40430         * ext/divx/gstdivxdec.c:
40431         * ext/divx/gstdivxenc.c:
40432         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40433         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40434         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40435         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40436         * ext/libcaca/gstcacasink.c:
40437         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40438         * ext/snapshot/gstsnapshot.c:
40439         * ext/swfdec/gstswfdec.c:
40440         * ext/xvid/gstxviddec.c:
40441         * ext/xvid/gstxvidenc.c:
40442         * gst/chart/gstchart.c:
40443         * gst/deinterlace/gstdeinterlace.c:
40444         * gst/effectv/gsteffectv.c:
40445         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40446         * gst/goom/gstgoom.c:
40447         * gst/median/gstmedian.c:
40448         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40449         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40450         * gst/overlay/gstoverlay.c:
40451         * gst/smooth/gstsmooth.c:
40452         * gst/smpte/gstsmpte.c:
40453         * gst/synaesthesia/gstsynaesthesia.c:
40454         * gst/videocrop/gstvideocrop.c:
40455         * gst/videodrop/gstvideodrop.c:
40456         * gst/y4m/gsty4mencode.c:
40457         * sys/qcam/gstqcamsrc.c:
40458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40459           Make them work with new video.h file.
40460         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40461         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40463         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40464           Make it work with new buffer allocation system.
40465
40466 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40467
40468         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40469         pad_alloc_buffer implementation to use ->srcpad
40470         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40471         pad_alloc_buffer implementation to use ->srcpad
40472         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40473         pad_alloc_buffer implementation to use ->srcpad
40474         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40475         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40476         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40477         a reference to everything we need.
40478         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40480         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40481         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40482         a reference to everything we need.
40483         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40484
40485 2004-01-11  David Schleef  <ds@schleef.org>
40486
40487         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40488         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40489         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40490         structure members.
40491         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40492         value during a resize/renegotiation.
40493         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40494         gst_pad_alloc_buffer();
40495         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40496         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40497         structure members.
40498         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40499         Fix for rename of buffer private structure members.
40500         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40501         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40502         Fix for rename of buffer private structure members.
40503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40504         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40505         Fix for rename of buffer private structure members.
40506
40507 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40508
40509         reviewed by: David Schleef <ds@schleef.org>
40510
40511         * gst/videofilter/Makefile.am:
40512         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40513         from the patch by ds to fit in with recent make_filter changes.
40514
40515 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40516
40517         * configure.ac: Adding examples/switch/Makefile
40518         * examples/Makefile.am: Adding examples/switch
40519         * examples/switch/Makefile.am: Adding switcher example.
40520         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40521         (switch_timer), (main): Adding an example demonstrating switch usage
40522         with 2 videotestsrc showing different patterns.
40523         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40524         (gst_switch_init): Fixing switch with the new caps system.
40525
40526 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40527
40528         * gst-libs/gst/video/video.h:
40529           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40530           They should probably be like
40531           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40532
40533 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40534
40535         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40536         (qtdemux_parse_trak):
40537           fix audio chunk size/timestamp calculation
40538
40539 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40540
40541         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40542           fix SVQ3 caps
40543
40544 2004-01-11  Steve Baker  <steve@stevebaker.org>
40545
40546         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40547         (gst_agingtv_base_init), (gst_agingtv_class_init),
40548         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40549         (gst_agingtv_set_property), (gst_agingtv_get_property):
40550         Port agingTV to videofilter
40551
40552 2004-01-09  Julien MOUTTE <julien@moutte.net>
40553
40554         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40555         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40556
40557 2004-01-09  Julien MOUTTE <julien@moutte.net>
40558
40559         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40560         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40561         * gst-libs/gst/xoverlay/xoverlay.c:
40562         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40563         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40564         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40565         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40566         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40567         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40568         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40569         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_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         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40574         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40575         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40576         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40577         interface implementation to handle xid being 0 and fix some bugs
40578         triggered by Benjamin's testcase.
40579
40580 2004-01-09  David Schleef  <ds@schleef.org>
40581
40582         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40583         mouse pointer events.  It works.
40584
40585 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40586
40587         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40588           Use explicit caps - fix capsnego.
40589         * ext/xvid/gstxviddec.c:
40590         * ext/xvid/gstxvidenc.c:
40591           Remove macro-inside-macro which caused compile errors.
40592         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40593           Error out if it's not a RIFF file. Else we error out without
40594           gst_element_error() which is not good...
40595
40596 2004-01-08  David Schleef  <ds@schleef.org>
40597
40598         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40599         Fix pad_link function to handle formats that ffmpeg returns
40600         as multiple caps structures.
40601         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40602         Only complain if source buffer is _smaller_ than expected.
40603         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40604         (gst_videoscale_handle_src_event): Resize navigation events
40605         when passing them upstream.
40606         * gst/videotestsrc/gstvideotestsrc.c:
40607         * gst/videotestsrc/gstvideotestsrc.h:
40608         * gst/videotestsrc/videotestsrc.c:
40609         * gst/videotestsrc/videotestsrc.h:
40610         Rewrite many of the buffer painting functions to handle odd
40611         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40612         been verified to work with my video card.
40613         * testsuite/gst-lint:  Add check for elements calling
40614         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40615
40616 2004-01-08  David Schleef  <ds@schleef.org>
40617
40618         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40619         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40620
40621 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40622
40623         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40624         configure event is not emiting the desired size signal. That fixes
40625         aspect ratio issues with gst-player.
40626
40627 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40628
40629         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40630           Fix capsnego.
40631
40632 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40633
40634         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40635         public method to fire size signal.
40636
40637 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40638
40639         * examples/gstplay/Makefile.am: Adding the interface library.
40640         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40641         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40642         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40643         GST_IS_X_OVERLAY before signal connect.
40644         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40645         Removing the have_video_size signal.
40646         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40647         and associated public method.
40648         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40649         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40650         signal.
40651         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40652         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40653         signal.
40654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40655         Using XOverlay public method to fire size signal.
40656
40657 2004-01-07  David Schleef  <ds@schleef.org>
40658
40659         * gst/videofilter/Makefile.am:
40660         * gst/videofilter/gstvideotemplate.c:
40661         * gst/videofilter/make_filter:
40662         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40663         Convert make_filter to /bin/sh script.
40664
40665 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40666
40667         * gst/modplug/gstmodplug.cc: fix element description
40668
40669 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40670
40671         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40672         (got_video_size): Adding some new lines in g_print calls.
40673         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40674         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40675         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40676         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40677         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40678         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40679         Complete code review, reverting some stuff i disagree with, adding
40680         some fixes : time synchronization on invalid timestamps, renegotiation
40681         of private window.
40682         * sys/ximage/ximagesink.h:
40683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40684         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40685         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40686         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40687         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40688         (gst_xvimagesink_buffer_new),
40689         (gst_xvimagesink_navigation_send_event),
40690         (gst_xvimagesink_set_xwindow_id),
40691         (gst_xvimagesink_get_desired_size),
40692         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40693         stuff i disagree with, adding some fixes : Renegotiation of private
40694         window, implementing get_desired_size.
40695
40696 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40697
40698         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40699         (gst_afsink_handle_event):
40700         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40701         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40702         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40703         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40704         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40705           Fix for instantiate-test (see core). Also remove dead code from
40706           jpegenc (which still needs fixing, but that's lower on my TODO
40707           list...).
40708         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40709           Never return NULL as caps.
40710
40711 2004-01-07  David Schleef  <ds@schleef.org>
40712
40713         * configure.ac:
40714         * ext/Makefile.am:
40715         * ext/librfb/Makefile.am:
40716         * ext/librfb/gstrfbsrc.c:
40717         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40718         is the protocol used by VNC.
40719
40720 2004-01-07  David Schleef  <ds@schleef.org>
40721
40722         * gst/videofilter/gstvideotemplate.c:
40723         * gst/videofilter/gstvideotemplate.h:
40724         * gst/videofilter/make_filter:
40725         Merge videotemplate header into source file.
40726         * gst/effectv/Makefile.am:
40727         * gst/effectv/gsteffectv.c: (plugin_init):
40728         * gst/effectv/gstwarp.c:
40729         Make warpTV a subclass of videofilter.
40730
40731 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40732
40733         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40734           Add guard against invalid utf-8 conversions in mad. Just in case.
40735
40736 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40737
40738         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40739           Fix for bug shown by poisoning
40740
40741 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40742
40743         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40744         (gst_v4lmjpegsrc_buffer_free):
40745         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40746         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40747         (gst_v4lsrc_buffer_free):
40748           Fix for removed bufferpools.
40749
40750 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40751
40752         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40753         Fix caps negotiation.
40754
40755         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40756         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40757         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40758         (dvdnavsrc_event):
40759         * ext/mpeg2dec/gstmpeg2dec.c:
40760         * gst-libs/gst/navigation/navigation.c:
40761         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40762         * gst-libs/gst/navigation/navigation.h:
40763         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40764         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40766         Super-simple first version of mouse and keyboard events. Clicking
40767         on a DVD menu now works, although it may not take you where you
40768         expected.
40769
40770         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40771         * gst/videotestsrc/gstvideotestsrc.c:
40772         (gst_videotestsrc_src_fixate):
40773         These fixate functions were broken - they never actually
40774         fixated :)
40775
40776 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40777
40778         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40779         (gst_icecastsend_init):
40780           fix for new caps system.
40781         * gst-libs/gst/mixer/mixertrack.h:
40782         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40783           Add 'master track' flag (for tools like ACME that only want to
40784           change the main volume).
40785
40786 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40787
40788         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40789         (gst_xvid_csp_to_caps):
40790         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40791         * ext/xvid/gstxvidenc.c:
40792         ifdef out ARGB type when it isn't available
40793         in xvidcore 1.0.0beta2
40794
40795 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40796
40797         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40798           When we have received a new SCR right in the first buffer after
40799           a seek (so in the same cycle that handles the discont), we should
40800           handle the buffer instead of unreffing it, else we lose data.
40801
40802 2004-01-06  Iain <iain@prettypeople.org>
40803
40804         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40805           buffer-frames caps too.
40806
40807         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40808           caps that we need, don't destroy them all and rebuild them. And when
40809           creating src pads, use the src pad template rather than the sink...
40810
40811 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40812
40813         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40814           Add pad to element *after* setting functions such as event handler.
40815           Without this, the scheduler (opt) will link pads, set the event
40816           handler from the default event function (dispatcher in gstpad.c)
40817           and *after* that, we will set our own event function, which will
40818           thus never be used (and thus mpegdemux doesn't handle events).
40819
40820 2004-01-04  David Schleef  <ds@schleef.org>
40821
40822         Fix the fixate functions to handle new prototype:
40823         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40824         * gst/videotestsrc/gstvideotestsrc.c:
40825         (gst_videotestsrc_src_fixate):
40826         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40827         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40829
40830 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40831
40832         * sys/ximage/ximagesink.h:
40833         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40834         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40835         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40836         (gst_ximagesink_xoverlay_init):
40837           assorted fixes to make (re)embedding work
40838         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40839         (gst_ximagesink_get_desired_size):
40840           implement desired size additions to XOverlay
40841
40842 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40843
40844         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40845         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40846         (gst_x_overlay_got_desired_size):
40847         * gst-libs/gst/xoverlay/xoverlay.h:
40848           Add optional "desired size" signal and querying.
40849
40850 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40851
40852         * gst/matroska/matroska-demux.c:
40853         (gst_matroska_demux_parse_blockgroup):
40854           Fix EBML-laced block parsing. Diffs are relative to previous
40855           lace, not the first lace. Thanks to Mosu from the Matroska
40856           team for detecting this.
40857         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40858         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40859         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40860         (gst_wavparse_change_state):
40861         * gst/wavparse/gstwavparse.h:
40862           Quickfix for capsnego.
40863
40864 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40865
40866         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40867           Fix indenting, fix pad creation.
40868
40869 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40870
40871         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40872         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40873         (gst_xviddec_sink_link):
40874           Implement src_getcaps() so proper size caps is negotiated.
40875
40876 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40877
40878         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40879           Finish flac decoder on EOS. See #116178.
40880
40881 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40882
40883         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40884         (gst_matroska_demux_add_stream):
40885         * gst/matroska/matroska-ids.h:
40886           Add getcaps() function to fix capsnego...
40887
40888 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40889
40890         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40891         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40892         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40893           Fix more integer overflows. Again, see #126967.
40894
40895 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40896
40897         * ext/mpeg2dec/gstmpeg2dec.c:
40898           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40899           #130416.
40900
40901 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40902
40903         * configure.ac:
40904         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40905         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40906         * ext/xvid/gstxvid.h:
40907         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40908         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40909         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40910         (gst_xviddec_change_state):
40911         * ext/xvid/gstxviddec.h:
40912         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40913         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40914         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40915         (gst_xvidenc_link), (gst_xvidenc_set_property),
40916         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40917         * ext/xvid/gstxvidenc.h:
40918           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40919
40920 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40921
40922         * gst/rtp/rtp-packet.c:
40923           Add sys/types.h include, since OS X doesn't define in_addr_t
40924           in netinet/in.h, like it does on Linux (see #129600).
40925
40926 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40927
40928         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40929
40930         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40931           Correct logic of dispose function (see #129306).
40932
40933 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40934
40935         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40936         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40937         (gst_mpeg_parse_init):
40938         * gst/mpegstream/gstmpegparse.h:
40939           Remove clock (which was never provided, i.e. dead code), and
40940           also fix integer overflows at high PTS values (see #126967).
40941
40942 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40943
40944         * ext/flac/gstflacdec.c:
40945         * ext/libpng/gstpngenc.h:
40946         * ext/mikmod/gstmikmod.h:
40947           OS X fixes (see #126628).
40948
40949 2004-01-02  David Schleef  <ds@schleef.org>
40950
40951         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40952         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40953         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40954         (gst_mpeg_parse_class_init): Move pad template registration
40955         to class_init, since the derived class (mpegdemux) doesn't
40956         want them.
40957
40958 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40959
40960         * sys/ximage/Makefile.am:
40961         * sys/xvideo/Makefile.am:
40962         * sys/xvimage/Makefile.am:
40963           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40964           after installation (see #127664).
40965
40966 2004-01-02  David Schleef  <ds@schleef.org>
40967
40968         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40969         (gst_ffmpegenc_connect):  Negotiation fixes.
40970         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40971         Remove inappropriate gst_caps_free().
40972         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40973         Reenable Ronald's internal resize code, since the core handles
40974         it correctly now.
40975
40976 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40977
40978         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40979         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40980         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40981           Fix pad template stuff.
40982
40983 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40984
40985         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40986         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40987           fix signed integer reading/writing.
40988
40989 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40990
40991         * ext/alsa/README:
40992           Remove outdated document
40993
40994 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40995
40996         * gst/cutter/gstcutter.c: (gst_cutter_init):
40997           src pad was being created twice - oops.
40998
40999 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41000
41001         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41002           Comment out internal resize. It doesn't handle the resulting
41003           XEvent internally, does another try_set_caps() which leads to
41004           a really nice loop.
41005           Real fix will come when Julien and Dave are awake. ;).
41006
41007 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41008
41009         * ext/mpeg2enc/gstmpeg2enc.cc:
41010           fix const/nonconst compile issue.
41011
41012 2004-01-02  David Schleef  <ds@schleef.org>
41013
41014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41015         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41016         Add fixate function and a check for bad formats.
41017
41018 2004-01-01  David Schleef  <ds@schleef.org>
41019
41020         Negotiation fixes:
41021         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41022         (gst_audiofilter_init):
41023         * gst/debug/efence.c: (gst_efence_init):
41024         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41025         (gst_deinterlace_init):
41026         * gst/volume/gstvolume.c: (volume_connect):
41027
41028 2004-01-01  David Schleef  <ds@schleef.org>
41029
41030         Convert elements to use gst_pad_use_explicit_caps() where
41031         appropriate:
41032         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41033         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41034         (gst_afparse_open_file):
41035         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41036         (gst_afsrc_open_file):
41037         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41038         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41039         (gst_ffmpegdec_chain):
41040         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41041         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41042         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41043         (gst_gdk_pixbuf_chain):
41044         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41045         (gst_jpegdec_chain):
41046         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41047         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41048         (gst_mikmod_negotiate):
41049         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41050         (gst_mpeg2dec_negotiate_format):
41051         * ext/mpeg2enc/gstmpeg2enc.cc:
41052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41053         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41054         (gst_speexdec_sinkconnect):
41055         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41056         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41057         (gst_vorbisfile_new_link):
41058         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41059         (gst_ac3parse_chain):
41060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41061         (gst_asf_demux_setup_pad):
41062         * gst/auparse/gstauparse.c: (gst_auparse_init),
41063         (gst_auparse_chain):
41064         * gst/id3/gstid3types.c: (gst_id3types_loop):
41065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41066         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41067         (mp1videoparse_parse_seq):
41068         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41069         (bpf_from_header):
41070         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41071         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41072         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41073         (gst_mpeg_parse_send_data):
41074         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41075         (gst_qtdemux_add_stream):
41076         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41077         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41078         (gst_wavparse_parse_fmt):
41079
41080 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41081
41082         * configure.ac:
41083           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41084           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41085           it therefore uses the wrong include paths. Too bad... Note
41086           that 1.6.1.93 is not release yet. ;).
41087           Also add a check for mplex, which is now using the lib'ified
41088           mplex from mjpegtools, too.
41089         * ext/ffmpeg/gstffmpegcodecmap.c:
41090           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41091           issues. I don't think ffmpeg handles 3ivx correctly, so this
41092           probably won't work. But it won't hurt either.
41093         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41094         (gst_ffmpegdec_chain):
41095         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41096         (gst_ffmpegenc_chain_audio):
41097           Fix memleak in audio encoding. Close codec if open fails, this
41098           calls the cleanup routines so we can re-use the context.
41099         * ext/mpeg2enc/gstmpeg2enc.cc:
41100           Fix pad template names/types, fix memory issue with getcaps().
41101         * ext/mpeg2enc/gstmpeg2encoder.cc:
41102         * ext/mpeg2enc/gstmpeg2encoder.hh:
41103           Fix compile issue with new caps system (const thingy).
41104         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41105         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41106           We read a first frame right on initing, so that we have a caps
41107           when we init the output. This caps is cached in padprivate and
41108           read as first frame.
41109         * ext/mplex/Makefile.am:
41110         * ext/mplex/gstmplex.cc:
41111         * ext/mplex/gstmplex.h:
41112         * ext/mplex/gstmplex.hh:
41113         * ext/mplex/gstmplexibitstream.cc:
41114         * ext/mplex/gstmplexibitstream.hh:
41115         * ext/mplex/gstmplexjob.cc:
41116         * ext/mplex/gstmplexjob.hh:
41117         * ext/mplex/gstmplexoutputstream.cc:
41118         * ext/mplex/gstmplexoutputstream.hh:
41119           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41120           had issues, didn't do capsnego, supported only a subset of the
41121           mplex features and required a mplex fork in our local CVS. Plus
41122           that it worked agaist a very old mplex version. Rewriting was
41123           faster than updating it.
41124         * gst-libs/ext/Makefile.am:
41125         * gst-libs/ext/mplex/INSTRUCT:
41126         * gst-libs/ext/mplex/Makefile.am:
41127         * gst-libs/ext/mplex/README:
41128         * gst-libs/ext/mplex/TODO:
41129         * gst-libs/ext/mplex/ac3strm_in.cc:
41130         * gst-libs/ext/mplex/audiostrm.hh:
41131         * gst-libs/ext/mplex/audiostrm_out.cc:
41132         * gst-libs/ext/mplex/aunit.hh:
41133         * gst-libs/ext/mplex/bits.cc:
41134         * gst-libs/ext/mplex/bits.hh:
41135         * gst-libs/ext/mplex/buffer.cc:
41136         * gst-libs/ext/mplex/buffer.hh:
41137         * gst-libs/ext/mplex/fastintfns.h:
41138         * gst-libs/ext/mplex/format_codes.h:
41139         * gst-libs/ext/mplex/inputstrm.cc:
41140         * gst-libs/ext/mplex/inputstrm.hh:
41141         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41142         * gst-libs/ext/mplex/mjpeg_logging.cc:
41143         * gst-libs/ext/mplex/mjpeg_logging.h:
41144         * gst-libs/ext/mplex/mjpeg_types.h:
41145         * gst-libs/ext/mplex/mpastrm_in.cc:
41146         * gst-libs/ext/mplex/mpegconsts.cc:
41147         * gst-libs/ext/mplex/mpegconsts.h:
41148         * gst-libs/ext/mplex/mplexconsts.hh:
41149         * gst-libs/ext/mplex/multplex.cc:
41150         * gst-libs/ext/mplex/outputstream.hh:
41151         * gst-libs/ext/mplex/padstrm.cc:
41152         * gst-libs/ext/mplex/padstrm.hh:
41153         * gst-libs/ext/mplex/stillsstream.cc:
41154         * gst-libs/ext/mplex/stillsstream.hh:
41155         * gst-libs/ext/mplex/systems.cc:
41156         * gst-libs/ext/mplex/systems.hh:
41157         * gst-libs/ext/mplex/vector.cc:
41158         * gst-libs/ext/mplex/vector.hh:
41159         * gst-libs/ext/mplex/videostrm.hh:
41160         * gst-libs/ext/mplex/videostrm_in.cc:
41161         * gst-libs/ext/mplex/videostrm_out.cc:
41162         * gst-libs/ext/mplex/yuv4mpeg.cc:
41163         * gst-libs/ext/mplex/yuv4mpeg.h:
41164         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41165         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41166           We don't fork mjpegtools' mplex in our CVS anymore.
41167         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41168         (gst_avi_demux_add_stream):
41169         * gst/avi/gstavidemux.h:
41170           Add getcaps() function for proper caps nego. This makes some
41171           parts of AVI playback/reading work.
41172         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41173           Resize window on new capsnego. This is probably wrong, but
41174           I'm still committing it because with current capsnego, the
41175           first successfull capsnego is auto-fixated, therefore rounded
41176           down to the lowest values in the caps. this results in a 16x16
41177           XWindow that is not reized when real capsnego finishes.
41178           Dave, I see more cases of this, do you know a proper solution?
41179         * tools/gst-launch-ext.in:
41180           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41181
41182 2003-12-31  David Schleef  <ds@schleef.org>
41183
41184         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41185         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41186           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41187
41188 2003-12-30  David Schleef  <ds@schleef.org>
41189
41190         * ext/ffmpeg/gstffmpegcolorspace.c:
41191         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41192         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41193         (gst_ffmpegcsp_chain): Negotiation fixes
41194         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41195         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41196         (gst_audio_convert_link), (gst_audio_convert_channels):
41197         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41198         (gst_audioscale_link), (gst_audioscale_get_buffer),
41199         (gst_audioscale_chain): Negotiation fixes
41200         * gst/audioscale/gstaudioscale.h:
41201         * gst/videofilter/gstvideofilter.c:
41202         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41203         (gst_videofilter_link), (gst_videofilter_init),
41204         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41205         (gst_videofilter_find_format_by_structure):
41206         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41207         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41208         (gst_videoscale_link):
41209         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41210         (videoscale_find_by_structure), (gst_videoscale_setup):
41211         * gst/videoscale/videoscale.h: Negotiation fixes
41212         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41213         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41214         function, restrict resizing to a multiple of 4 (hack until
41215         everyone supports odd sizes correctly).
41216
41217 2003-12-29  Colin Walters  <walters@verbum.org>
41218
41219         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41220         signed.
41221
41222 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41223
41224         * ext/sndfile/gstsf.c: (gst_sf_loop):
41225           Fix warning about discarding const qualifier
41226
41227 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41228
41229         * gst/cutter/gstcutter.c:
41230         * gst/videoscale/gstvideoscale.c:
41231         * gst/volenv/gstvolenv.c:
41232         * gst-libs/gst/audio/audio.c:
41233         * gst-libs/gst/video/video.c:
41234           Fix warnings
41235
41236 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41237
41238         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41239           Don't send ALSA debugging to stderr.
41240         * ext/alsa/gstalsa.h:
41241           Use GST_WARNING instead of g_warning when ALSA functions fail.
41242
41243 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41244
41245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41246           Free XVAdapterInfo correctly.
41247
41248 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41249
41250         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41251         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41252           Make id3tag use correct caps nego.
41253
41254 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41255
41256         * ext/ivorbis/vorbis.c:
41257         * ext/ivorbis/vorbisenc.h:
41258         * ext/ivorbis/vorbisfile.c:
41259           Modify so that it uses the new caps things
41260
41261 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41262
41263         * testsuite/spider/spider1.c: (main):
41264         * testsuite/spider/spider2.c: (main):
41265         * testsuite/spider/spider3.c: (main):
41266           Make tests compile again. They probably don't work.
41267
41268 2003-12-24  Colin Walters  <walters@verbum.org>
41269
41270         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41271         we can't fixate the caps anymore.
41272
41273 2003-12-23  David Schleef  <ds@schleef.org>
41274
41275         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41276         * sys/oss/gstosssink.c: (gst_osssink_init),
41277         (gst_osssink_sink_fixate): Add fixate function.
41278
41279 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41280
41281         * ext/ffmpeg/gstffmpegcodecmap.c:
41282         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41283         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41284         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41285         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41286         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41287         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41288         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41289           fix typo in RGB masks, and move back to "old" colorspace
41290           capsnego code until whoever wrote this new crap has actually
41291           tested it so that it works.
41292           And yes, this works, keep it that way please.
41293
41294 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41295
41296         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41297         (gst_divxdec_init), (gst_divxdec_negotiate):
41298         * ext/divx/gstdivxdec.h:
41299         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41300         (gst_divxenc_init):
41301         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41302         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41303         * ext/mpeg2enc/gstmpeg2enc.cc:
41304         * ext/mpeg2enc/gstmpeg2encoder.cc:
41305         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41306         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41307         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41308         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41309         (dxr3spusink_init):
41310         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41311         (dxr3videosink_init):
41312           Fix caps breakage after Dave's caps branch merge.
41313
41314 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41315
41316         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41317           Fix for 24bpp display.
41318
41319 2003-12-23  Colin Walters  <walters@verbum.org>
41320
41321         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41322         a GnomeVFSHandle directly.
41323
41324 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41325
41326         * gst/volume/Makefile.am:
41327         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41328         (volume_base_init), (volume_init):
41329           Reenable volume element and fix to work with new caps stuff.
41330           Rhythmbox needs this.
41331
41332 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41333
41334         * gst/qtdemux/qtdemux.c: (plugin_init):
41335           qtdemux requires bytestream
41336
41337 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41338
41339         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41340           Fix remaining caps handling errors due to CAPS merge.
41341
41342 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41343
41344         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41345         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41346         (gst_faad_srcconnect):
41347           Port to new caps system.
41348
41349 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41350
41351         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41352         (got_video_size), (main): using g_print instead of g_message.
41353         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41354         signal which was not emitted because of "switch" element added to the
41355         bin but not connected. (Removing from the bin temporarily)
41356
41357 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41358
41359         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41360         find X development files. I don't understand the previous tests and
41361         they fail on my debian/ppc unstable. This one works.
41362         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41363         exiting.
41364         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41365         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41366         (gst_play_set_visualization): Add some safety checks in set_ methods
41367         and state_change. This was throwing some ugly CRITICAL messages when
41368         pipeline was getting disposed and casts were failing.
41369
41370 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41371
41372         * configure.ac:
41373           Improve mpeg2enc detection. This is for distributions that do
41374           ship mjpegtools, but without mpeg2enc. Also does object check
41375           for might there ever be ABI incompatibility.
41376         * ext/mpeg2enc/gstmpeg2enc.cc:
41377           Add Andrew as second maintainer (he's helping me), and also add
41378           an error if no caps was set. This happens if I pull before capsnego
41379           and that's something I should solve sometime else.
41380         * gst/matroska/matroska-demux.c:
41381         (gst_matroska_demux_parse_blockgroup):
41382           Fix time parsing.
41383         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41384         (gst_matroska_mux_track_header):
41385           Add caps to templates.
41386         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41387           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41388         * gst/mpegstream/gstmpegdemux.c:
41389           Remove layer since it causes warnings about unfixed caps.
41390         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41391           Fix obvious typo (we error out if caps were set, we should of
41392           course error out if *no* caps were set).
41393         * sys/oss/gstosselement.c: (gst_osselement_convert):
41394           Fix format conversion, we confused bits/bytes.
41395         * sys/oss/gstosselement.h:
41396           Improve documentation for 'bps'.
41397         * sys/v4l/TODO:
41398           Remove stuff about plugins that need removing - this was done
41399           ages ago.
41400         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41401         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41402         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41403         (gst_v4lsrc_src_query):
41404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41405         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41406           Add get_query_types(), get_formats() and query() functions.
41407
41408 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41409
41410         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41411           * moved CVS to freedesktop.org