gst-libs/gst/audio/gstbaseaudiosink.c: Pause the write thread before deactivating...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_setcaps):
5         Pause the write thread before deactivating and releasing the ringbuffer
6         to avoid a deadlock when we do gapless playback with different sample
7         rates in playbin2.  Fixes #564929.
8
9 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
10
11         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12         Make GstAudioSrcSlaveMethod get_type() function non-static
13         as it's public now.
14
15         * win32/common/libgstaudio.def:
16         * win32/common/libgstnetbuffer.def:
17         Add some missing functions to the list of exported symbols.
18
19 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
20
21         Patch by: Andrew Feren <acferen at yahoo dot com>
22
23         * gst-libs/gst/netbuffer/gstnetbuffer.c:
24         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
25         (gst_netaddress_get_address_bytes),
26         (gst_netaddress_set_address_bytes):
27         * gst-libs/gst/netbuffer/gstnetbuffer.h:
28         Make gst_netaddress_get_ip4_address fail for v6 addresses.
29         Make gst_netaddress_get_ip6_address either fail or return the v4
30         address as a transitional v6 address.
31         Add two convenience functions:
32         API: gst_netaddress_get_address_bytes()
33         API: gst_netaddress_set_address_bytes()
34         Fixes #564896.
35
36 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
37
38         * gst/adder/Makefile.am:
39         * gst/adder/gstadder.c:
40           Cleanup variable names to make the adder-loop easier to understand.
41           Also try to use liboil to spee it up, but ifdef it out as it does not
42           make any change for me (Intel pentim M (sse,sse2) please try on other
43           systems).
44
45 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         * docs/plugins/Makefile.am:
48         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
49         * docs/plugins/gst-plugins-base-plugins-sections.txt:
50         * gst/tcp/gsttcpclientsink.c:
51         * gst/tcp/gsttcpclientsrc.c:
52         * gst/tcp/gsttcpserversrc.c:
53         Add minimal docs to make the remaining tcp elements show up.
54         Fixes #564139.
55
56 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
57
58         * win32/common/config.h:
59           Update to CVS version.
60
61         * win32/common/config.h.in:
62           Hardcode path to plugin install helper exe, just like we hardcode
63           the paths in core. Removes another source of VCS conflicts for
64           people hacking gst-plugins-base on systems with autotools.
65
66 2008-12-13  Edward Hervey  <bilboed@gmail.com>
67
68         * m4/Makefile.am:
69         And a couple more .m4 that don't exist anymore with gettext 0.17
70
71 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
72
73
74         * m4/Makefile.am:
75         inttypes.m4 hasn't been available since gettext-0.15, and since we now
76         require gettext >= 0.17 ... we can remove it from the list of files to
77         dist.
78
79 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
80
81         * gst-libs/gst/audio/gstbaseaudiosink.c:
82         (gst_base_audio_sink_slave_method_get_type),
83         (gst_base_audio_sink_class_init):
84         * gst-libs/gst/audio/gstbaseaudiosink.h:
85         * gst-libs/gst/audio/gstbaseaudiosrc.c:
86         (gst_base_audio_src_slave_method_get_type),
87         (gst_base_audio_src_class_init):
88         * gst-libs/gst/audio/gstbaseaudiosrc.h:
89         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
90         public API. This is needed for the C++ bindings to be able
91         to use this base classes. Fixes bug #564200, #564206.
92
93 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
94
95         * gst-libs/gst/cdda/gstcddabasesrc.c:
96         (gst_cdda_base_src_handle_event):
97         Remove erroneous gst_buffer_ref().
98         * tests/check/libs/rtp.c: (GST_START_TEST):
99         Don't forget to unref the buffer once you're done with it.
100
101 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
102
103         * gst/playback/gstplaybin.c:
104         * gst/playback/gstplaybin2.c:
105           XRef to GstXOverlay.
106
107 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
108
109         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
110         Free the factory array when finalizing.
111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
112         Use a GstStaticPadTemplate since the src pad caps are fixed.
113
114 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
115
116         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
117         (gst_vorbis_enc_init):
118         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
119         pad templates.
120
121 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
122
123         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
124         (gst_riff_create_video_template_caps):
125         Add mapping for VP6 in avi/riff.
126
127 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
128
129         * gst/subparse/samiparse.c: (sami_context_push_state),
130         (sami_context_pop_state), (start_sami_element), (end_sami_element):
131         Some versions of libxml seem to be very picky as to strict formatting
132         of the input and never 'close' the final </body> tag.
133         In order to fix that bad behaviour, we trigger the flushing of
134         remaining data on both </body> and </sami>.
135         Fixes #557365
136
137 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
138
139         Patch by: Guillaume Emont <guillaume at fluendo dot com>
140
141         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
142         Add typefinders for MS Word files and OS X .DS_Store files to
143         prevent them to be recognized as MPEG files. Fixes bug #564098.
144
145 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
146
147         * gst/playback/gstplaysink.c: (gen_audio_chain),
148         (gst_play_sink_reconfigure):
149         Add some more debug info.
150         Fix linking of just an encoded sink.
151         Handle failure to create a sink chain more gracefully than crashing.
152
153 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
156         Pushing 10 buffers is enough to run the test.
157
158 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
159
160         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
161         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
162         (main):
163         Hook up the SKIP seek flag.
164
165 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
166
167         * gst/playback/gstplaybin2.c: (pad_added_cb):
168         Error out with a missing-plugin error when the input-selector was not
169         found.
170
171         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
172         Indentation.
173
174 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
175
176         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
177         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
178         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
179         (gst_play_sink_send_event), (gst_play_sink_change_state):
180         Use G_DEFINE_TYPE.
181         Try to set the selected sink to READY before using it. This will allow
182         for detection of incompatible formats sooner.
183         Don't cause a fatal error when conversion elements are missing but post
184         a missing-element message and a warning instead because things might
185         still link and run fine.
186         Simplyfy the construction of audio and video sink chains.
187
188 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
189
190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
191         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
192         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
193         init from glib.
194
195 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
196
197         Patch by: Luis Menina <liberforce at freeside dot fr>
198
199         * gst-libs/gst/floatcast/floatcast.h:
200         * gst/typefind/gsttypefindfunctions.c:
201         Include glib.h instead of a specific GLib header. Including single
202         GLib headers is deprecated. Fixes bug #563904.
203
204 2008-12-09  Julien Moutte  <julien@fluendo.com>
205
206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
207         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
208
209 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
210
211         * gst-libs/gst/riff/riff-read.c:
212           Fix handling of odd chunks in riff metadata.
213
214 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
215
216         * gst/volume/gstvolume.c: (gst_volume_class_init),
217         (volume_before_transform), (volume_transform_ip):
218         Use new basetransform vmethod to reconfigure the dynamic properties and
219         any pending volume/mute changes. Fixes #563508.
220
221 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
222
223         * configure.ac:
224         First check for "theoraenc theoradec" and if that failed check
225         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
226         deprecate the latter. Also linking on Windows fails with just "theora"
227         and the version check would fail for the release candidates.
228         Fixes bug #563718.
229
230 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
231
232         * gst/playback/gstdecodebin.c:
233         * gst/playback/gstdecodebin2.c:
234           Add basic docs to decodebin and link to decodebin from decodebin2.
235           
236 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         Patch by: Olivier Crete  <tester at tester ca>
239
240         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
241         * gst-libs/gst/rtp/gstrtcpbuffer.h:
242         Implement gst_rtcp_packet_remove(). Fixes #563174.
243
244         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
245         Add unit test for some RTCP functions.
246
247 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         * configure.ac:
250         Apparently AC_CONFIG_MACRO_DIR breaks when using more
251         than one macro directory, reverting last change.
252
253 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
254
255         * configure.ac:
256         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
257         our M4 macros.
258
259 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
260
261         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
263         Clear all flags on buffers returned from the image pool.
264         Fixes #563143
265
266 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
267
268         Patch by: Cygwin Ports maintainer
269                   <yselkowitz at users dot sourceforge dot net>
270
271         * autogen.sh:
272         * configure.ac:
273         Require gettext 0.17 because older versions don't mix with libtool
274         2.2. At build time an older gettext version will still work.
275         Fixes bug #556091.
276
277 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
278
279         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
280
281 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
282
283         * docs/plugins/gst-plugins-base-plugins.args:
284         * docs/plugins/gst-plugins-base-plugins.hierarchy:
285         * docs/plugins/gst-plugins-base-plugins.interfaces:
286         * docs/plugins/gst-plugins-base-plugins.prerequisites:
287         * docs/plugins/inspect/plugin-videorate.xml:
288         * gst/speexresample/gstspeexresample.c:
289         Update documentation of speexresample for the new element name.
290
291 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
292
293         * gst/speexresample/README:
294         Update README with the latest diff between the Speex resampler
295         and our copy.
296
297 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
298
299         * gst/speexresample/gstspeexresample.c: (plugin_init):
300         Update the debug category from speex_resample to audioresample.
301
302 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
303
304         * gst/audioresample/Makefile.am:
305         * gst/audioresample/buffer.c:
306         * gst/audioresample/buffer.h:
307         * gst/audioresample/debug.c:
308         * gst/audioresample/debug.h:
309         * gst/audioresample/functable.c:
310         * gst/audioresample/functable.h:
311         * gst/audioresample/gstaudioresample.c:
312         * gst/audioresample/gstaudioresample.h:
313         * gst/audioresample/resample.c:
314         * gst/audioresample/resample.h:
315         * gst/audioresample/resample_chunk.c:
316         * gst/audioresample/resample_functable.c:
317         * gst/audioresample/resample_ref.c:
318         * tests/check/elements/audioresample.c:
319         Remove audioresample files.
320
321 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
322
323         * docs/plugins/inspect/plugin-audioresample.xml:
324         Regenerated for library filename change.
325
326 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
327
328         * configure.ac:
329         * docs/plugins/Makefile.am:
330         * docs/plugins/gst-plugins-base-plugins-sections.txt:
331         * docs/plugins/gst-plugins-base-plugins.args:
332         * docs/plugins/gst-plugins-base-plugins.hierarchy:
333         * docs/plugins/gst-plugins-base-plugins.interfaces:
334         * docs/plugins/gst-plugins-base-plugins.prerequisites:
335         * docs/plugins/inspect/plugin-adder.xml:
336         * docs/plugins/inspect/plugin-alsa.xml:
337         * docs/plugins/inspect/plugin-audioconvert.xml:
338         * docs/plugins/inspect/plugin-audiorate.xml:
339         * docs/plugins/inspect/plugin-audioresample.xml:
340         * docs/plugins/inspect/plugin-audiotestsrc.xml:
341         * docs/plugins/inspect/plugin-cdparanoia.xml:
342         * docs/plugins/inspect/plugin-decodebin.xml:
343         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
344         * docs/plugins/inspect/plugin-gdp.xml:
345         * docs/plugins/inspect/plugin-gio.xml:
346         * docs/plugins/inspect/plugin-gnomevfs.xml:
347         * docs/plugins/inspect/plugin-libvisual.xml:
348         * docs/plugins/inspect/plugin-ogg.xml:
349         * docs/plugins/inspect/plugin-pango.xml:
350         * docs/plugins/inspect/plugin-playback.xml:
351         * docs/plugins/inspect/plugin-queue2.xml:
352         * docs/plugins/inspect/plugin-subparse.xml:
353         * docs/plugins/inspect/plugin-tcp.xml:
354         * docs/plugins/inspect/plugin-theora.xml:
355         * docs/plugins/inspect/plugin-typefindfunctions.xml:
356         * docs/plugins/inspect/plugin-uridecodebin.xml:
357         * docs/plugins/inspect/plugin-video4linux.xml:
358         * docs/plugins/inspect/plugin-videorate.xml:
359         * docs/plugins/inspect/plugin-videoscale.xml:
360         * docs/plugins/inspect/plugin-videotestsrc.xml:
361         * docs/plugins/inspect/plugin-volume.xml:
362         * docs/plugins/inspect/plugin-vorbis.xml:
363         * docs/plugins/inspect/plugin-ximagesink.xml:
364         * docs/plugins/inspect/plugin-xvimagesink.xml:
365         * gst/speexresample/gstspeexresample.c: (plugin_init):
366         * gst/speexresample/Makefile.am:
367         * tests/check/Makefile.am:
368         * tests/check/elements/speexresample.c: (setup_speexresample),
369         (GST_START_TEST), (test_pipeline):
370         Rename the moved speexresample to audioresample, integrate into the
371         build system and remove the old audioresample from the build system.
372         Fixes bug #558124, #385061, #346218, #116051.
373
374 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
375
376         * gst-libs/gst/audio/gstbaseaudiosrc.c:
377         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
378         Avoid nasty int overflows after about 12 hours and 25 minutes when these
379         code paths are triggered. 
380         A free beer to Håvard Graff for finding this!
381
382 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
383
384         Patch by: 이문형 <iwings at gmail dot com>
385
386         * gst-libs/gst/rtsp/gstrtspconnection.c:
387         (gst_rtsp_connection_connect):
388         A successful gst_poll_wait() doesn't always mean successful connect() on
389         Windows.  We should check errors by calling gst_poll_fd_has_error().
390         See #561924.
391
392 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         * gst-libs/gst/rtp/gstrtcpbuffer.c:
395         Fix typo in the docs.
396
397 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
400         If no stream was found before receiving EOS, post an error message.
401         Fixes #561924.
402
403 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
404
405         * ext/theora/gsttheoraenc.h:
406         * ext/theora/theoraenc.c: (gst_theora_enc_init),
407         (theora_buffer_from_packet), (theora_push_packet),
408         (theora_enc_sink_event), (theora_enc_is_discontinuous),
409         (theora_enc_chain):
410         Parse segment events.
411         Pass incomming buffer timestamps to outgoing buffers.
412         Use the running_time to construct the granulepos.
413         Fixes #562163.
414
415 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
416
417         * gst/playback/gstplaybin2.c: (activate_group):
418         Fix buffer-duration property.
419
420 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
421
422         * gst-libs/gst/audio/gstbaseaudiosink.c:
423         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
424         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
425         (gst_base_audio_sink_change_state):
426         Really fix audiosink drain handling by keeping track of the running_time
427         of the last sample.
428
429 2008-11-24  Michael Smith <msmith@songbirdnest.com>
430
431         * gst/playback/gstplaybin2.c:
432           Add notification of current stream. Add ability to configure buffer
433           sizes.
434         * gst/playback/gsturidecodebin.c:
435           Add ability to configure buffer sizes for streaming mode.
436           Bug #561734.
437
438 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
439
440         * gst-libs/gst/audio/gstbaseaudiosink.c:
441           Time is already in running_time. Remove base_time handling. Fixes
442           audiosinks not draining and thus chopping some audio in the end.
443
444 2008-11-24  David Schleef  <ds@schleef.org>
445
446         * ext/ogg/gstoggmux.c:
447         * ext/ogg/gstoggmux.h:
448           If we're muxing a dirac stream, flush the page after every picture.
449
450 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
451
452         * gst-libs/gst/audio/gstbaseaudiosink.c:
453           Add one log message to check for audio_drained. Sync one log message
454           with the condition. Send EOS after draining audio in pull mode.
455
456 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
457
458         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
459         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
460         Use gst_buffer_try_new_and_alloc() and fail properly if the
461         allocation failed. This prevents abort() if downstream elements
462         request an insane amount of memory.
463
464 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
465
466         * gst/volume/gstvolume.c: (volume_choose_func),
467         (volume_update_volume), (gst_volume_set_volume),
468         (gst_volume_get_volume), (gst_volume_set_mute),
469         (gst_volume_class_init), (gst_volume_init),
470         (volume_process_double), (volume_process_float),
471         (volume_process_int32), (volume_process_int32_clamp),
472         (volume_process_int24), (volume_process_int24_clamp),
473         (volume_process_int16), (volume_process_int16_clamp),
474         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
475         (volume_transform_ip), (volume_set_property),
476         (volume_get_property):
477         * gst/volume/gstvolume.h:
478         Cleanup volume, define and use default values.
479         Recalculate new volume and mute setup before processing. Fixes #561789.
480
481         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
482         Add controller unit test. Patch by: Jonathan Matthew
483         Fix bogus test that messed with basetransform's internal state.
484
485 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         * gst/videorate/gstvideorate.c:
488         Add jpeg and png image media types to the caps. Fixes #561436.
489
490 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
491
492         * gst/playback/gstplaysink.c: (gen_audio_chain):
493         Don't post an error when we can't configure the volume but post a
494         warning instead. Fixes #561780.
495
496 2008-11-21  David Schleef  <ds@schleef.org>
497
498         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
499
500         * gst/videotestsrc/gstvideotestsrc.c:
501         * gst/videotestsrc/gstvideotestsrc.h:
502         * gst/videotestsrc/videotestsrc.c:
503         * gst/videotestsrc/videotestsrc.h:
504           Add a zone plate pattern generator based on BBC R&D Report
505           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
506           kx2=20 ky2=20 kt=1'.
507
508 2008-11-20  Michael Smith <msmith@songbirdnest.com>
509
510         * gst/playback/gstdecodebin2.c:
511           Fix random fat-fingering making this not compile.
512
513 2008-11-20  Michael Smith <msmith@songbirdnest.com>
514
515         * gst/playback/gstdecodebin2.c:
516           If the top-level type of the stream is plain text, don't try to decode
517           it, matching behaviour of decodebin.
518         * gst/playback/gstplaysink.c:
519           If we fail to generate a text chain (e.g. due to missing optional
520           plugins), don't crash.
521
522 2008-11-20  Michael Smith <msmith@songbirdnest.com>
523
524         * gst-libs/gst/rtsp/gstrtspdefs.c:
525           Fix win32 build. Oops.
526
527 2008-11-20  Michael Smith <msmith@songbirdnest.com>
528
529         * gst-libs/gst/rtsp/gstrtspdefs.c:
530           Use WSAGetLastError() rather than errno/h_errno on win32.
531
532 2008-11-20  Michael Smith <msmith@songbirdnest.com>
533
534         * gst-libs/gst/riff/riff-media.c:
535           Support WMA Lossless properly.
536
537 2008-11-18  David Schleef  <ds@schleef.org>
538
539         * gst/videotestsrc/gstvideotestsrc.c:
540         * gst/videotestsrc/gstvideotestsrc.h:
541         * gst/videotestsrc/videotestsrc.c:
542         * gst/videotestsrc/videotestsrc.h:
543           Add "colorspec" property, specifying whether to generate BT.601
544           or BT.709 video.  This only affects YCbCr values, not RGB, since
545           if you're generating a 709 test pattern, presumably you want
546           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
547           uses 75% colors instead of 100%, since this is often more useful
548           for testing (and also follows the SMPTE EG-1 guideline).
549
550 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
551
552         * gst/playback/gstdecodebin.c:
553         Add a "sink-caps" property to decodebin like it's done for decodebin2.
554         Fixes #560380.
555
556 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
557
558         * gst/audioresample/gstaudioresample.c:
559         Guard against a NULL dereference I somehow encountered -
560         with a FLUSH_STOP arriving either before basetransform _start(),
561         or after _stop().
562
563         * gst/typefind/gsttypefindfunctions.c:
564         Make sure we never jump backwards when typefinding corrupt mov files.
565
566 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
567
568         * gst-libs/gst/interfaces/propertyprobe.c:
569         Fix random type causing a docs warning.
570
571 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
572
573         * sys/v4l/gstv4l.c:
574           Give it a minimal rank for autovideosrc.
575
576 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
577
578         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
579         (plugin_init):
580         Improve typefinding of ISO JPEG2000 mime types.
581
582 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
583
584         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
585         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
586         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
587         * sys/xvimage/xvimagesink.h:
588         Avoid typechecking when we do trivial casts.
589         Move error handling out of the main program flow.
590         Sneak in the display-region caps property, not completely correct yet.
591         Cache the width/height in buffer_alloc instead of parsing it from the
592         caps all the time.
593
594 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
595
596         * gst/playback/gstplaybin2.c: (deactivate_group):
597         don't try to unlink the selector sinkpad when we don't have it yet. This
598         can happen if an error occured before the group was complete.
599
600 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
601
602         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
603         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
604         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
605         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
606         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
607         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
608         (gst_rtp_buffer_get_extension_data),
609         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
610         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
611         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
612         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
613         (gst_rtp_buffer_get_payload_type),
614         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
615         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
616         (gst_rtp_buffer_set_timestamp),
617         (gst_rtp_buffer_get_payload_subbuffer),
618         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
619         Avoid expensive type checks we already did as part of the 
620         _validate() function that should be called first.
621
622 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
623
624         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
625         (gst_base_rtp_depayload_push_full),
626         (gst_base_rtp_depayload_set_gst_timestamp):
627         Fix some cases where a newsegment event was not sent.
628
629 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         * gst/playback/gstplaybin2.c: (activate_group):
632         Catch state change errors and stop from the uridecodebin elements
633         instead of trying to continue in vain.
634
635 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
636
637         * gst-libs/gst/audio/gstbaseaudiosink.c:
638         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
639         (gst_base_audio_sink_callback):
640         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
641         for the latency to expire, fixes #559567.
642
643 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
644
645         * gst/adder/gstadder.c:
646           Change author string after seeing output of gst-inspector.
647
648 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
649
650         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
651         Don't try to do crazy things when we only have a text pad without a
652         video pad. Fixes #559478.
653
654 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
655
656         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
657         Fix case where we don't have a range for the rates or channels as is the
658         case with truespeech.
659
660 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
661
662         * gst/volume/gstvolume.c: (volume_update_real_volume),
663         (gst_volume_set_volume), (gst_volume_get_volume),
664         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
665         (volume_transform_ip), (volume_update_mute),
666         (volume_update_volume), (volume_get_property):
667         * gst/volume/gstvolume.h:
668         Keep negotiated state in a separate variable.
669         Protect the volume and mute properties with the object lock.
670         Protect modifying the transform with the transform lock.
671
672 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
673
674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
675         (gst_ffmpeg_pixfmt_to_caps):
676         Only convert caps to string when debug is enabled.
677
678 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
679
680         * ext/theora/gsttheoradec.h:
681         * ext/theora/theoradec.c: (gst_theora_dec_init),
682         (gst_theora_dec_reset), (theora_dec_src_event),
683         (theora_dec_sink_event), (theora_handle_type_packet):
684         Copy seqnum.
685         Keep events in a pending list, like vorbisdec, instead of trying
686         to construct a segment event ourselves.
687
688         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
689         (vorbis_dec_src_event), (vorbis_dec_sink_event):
690         * ext/vorbis/vorbisdec.h:
691         Copy seqnum.
692
693 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
696         (gst_ogg_demux_deactivate_current_chain),
697         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
698         (gst_ogg_demux_loop):
699         * ext/ogg/gstoggdemux.h:
700         Copy seqnums around to track playback segments and messages.
701
702 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
703
704         Based on patch by: Matthias Kretz <kretz at kde dot org>
705
706         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
707         (gst_alsasink_prepare), (gst_alsasink_unprepare),
708         (gst_alsasink_write):
709         Make all access non-blocking so that we can better handle unplugging
710         of usb devices. Fixes #559111
711
712 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
713
714         Patch by: Damien Lespiau  <damien.lespiau gmail com>
715
716         * gst-libs/gst/rtsp/gstrtspconnection.c:
717         (gst_rtsp_connection_write):
718         Make the next call to poll not depend on previous calls to poll with or
719         without reading from the active descriptor. Fixes #544293.
720
721 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
722
723         Patch by: Nick Haddad <nick at haddads dot net>
724
725         * gst-libs/gst/riff/riff-ids.h:
726         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
727         Add support for other fourcc codes that are commonly used for
728         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
729         Fixes #558553.
730
731 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
732
733         * gst/audioresample/gstaudioresample.c:
734           Return the result of parent_class->event().
735
736 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
737
738         * gst/audioresample/gstaudioresample.c:
739         (gst_audioresample_class_init), (audioresample_fixate_caps):
740         Fixate the rate to the nearest supported rate instead of
741         the first one. Fixes bug #549510.
742
743 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
744
745         * win32/common/libgstaudio.def:
746         Add new symbols.
747
748 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
749
750         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
751         Attempt to make obfuscated code clearer.
752
753 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
754
755         * docs/libs/gst-plugins-base-libs-sections.txt:
756         * gst-libs/gst/floatcast/floatcast.h:
757         Move float endianness conversion macros to core. Second part of
758         bug ##555196.
759
760 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
761
762         * sys/ximage/ximagesink.h:
763         * sys/xvimage/xvimagesink.h:
764           Don't mark as gtk-doc docs as they aren't public.
765
766 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
767
768         * sys/xvimage/xvimagesink.c:
769         * sys/xvimage/xvimagesink.h:
770         * tests/icles/Makefile.am:
771         * tests/icles/test-colorkey.c:
772           Allow setting colorkey if possible. Implement property probe interface
773           for optional X features (autopaint-colorkey, double-buffer and
774           colorkey). Fixes #554533
775
776 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
777
778         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
779         Remove useless buffer size assignment. It already has this value.
780
781 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
782
783         * gst-libs/gst/audio/gstaudiosink.c:
784         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
785         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
786         (gst_audioringbuffer_stop):
787         Implement a separate activate functions to start monitoring the segments
788         or, in pull mode, pulling in data.
789
790         * gst-libs/gst/audio/gstbaseaudiosink.c:
791         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
792         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
793         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
794         (gst_base_audio_sink_activate_pull),
795         (gst_base_audio_sink_async_play),
796         (gst_base_audio_sink_change_state):
797         Implement pad and element convert query function.
798         Activate the ringbuffer.
799         Use the segment last_stop value as the offset to pull.
800         Use new basesink _do_preroll() method to preroll in the pulling thread.
801         Take appropriate locking in the pulling thread.
802
803         * gst-libs/gst/audio/gstringbuffer.h:
804         Update some docs.
805
806 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
807
808         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
809         Improve MXF typefinding a bit by searching for a header partition
810         pack instead of just a general partition pack and checking more
811         bytes for valid values.
812
813 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
814
815         * tests/icles/.cvsignore:
816         update ignore file.
817
818         * tests/icles/Makefile.am:
819         * tests/icles/test-box.c: (make_pipeline), (main):
820         Add another interactive command line experimentation suite for
821         dynamically boxing/cropping/saling an input video.
822
823 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
824
825         * docs/libs/gst-plugins-base-libs-sections.txt:
826         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
827         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
828         * gst-libs/gst/audio/gstringbuffer.h:
829         Add methods to more accuratly control the pulling thread of a
830         ringbuffer.
831         Add format conversion helper code to the ringbuffer.
832         API: GstRingBuffer:gst_ring_buffer_activate()
833         API: GstRingBuffer:gst_ring_buffer_is_active()
834         API: GstRingBuffer:gst_ring_buffer_convert()
835
836 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
839         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
840         (gst_audioringbuffer_stop):
841         Signal thread startup earlier so that we can immediatly go into pull
842         mode when we have to and block on preroll.
843
844 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
845
846         * gst-libs/gst/audio/gstringbuffer.c:
847         (gst_ring_buffer_prepare_read):
848         In pull mode we want the callback to prepull a buffer we can preroll on
849         even when we are not yet playing.
850
851 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
852
853         * ext/alsa/Makefile.am:
854         * ext/cdparanoia/Makefile.am:
855         * ext/gio/Makefile.am:
856         * ext/gnomevfs/Makefile.am:
857         * ext/libvisual/Makefile.am:
858         * ext/ogg/Makefile.am:
859         * ext/pango/Makefile.am:
860         * ext/theora/Makefile.am:
861         * ext/vorbis/Makefile.am:
862         * gst/adder/Makefile.am:
863         * gst/audioconvert/Makefile.am:
864         * gst/audiorate/Makefile.am:
865         * gst/audioresample/Makefile.am:
866         * gst/audiotestsrc/Makefile.am:
867         * gst/ffmpegcolorspace/Makefile.am:
868         * gst/gdp/Makefile.am:
869         * gst/playback/Makefile.am:
870         * gst/subparse/Makefile.am:
871         * gst/tcp/Makefile.am:
872         * gst/typefind/Makefile.am:
873         * gst/videorate/Makefile.am:
874         * gst/videoscale/Makefile.am:
875         * gst/videotestsrc/Makefile.am:
876         * gst/volume/Makefile.am:
877         * sys/v4l/Makefile.am:
878         * sys/ximage/Makefile.am:
879         * sys/xvimage/Makefile.am:
880           Don't install static libs for plugins. Fixes #550851 for base.
881
882 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
883
884         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
885         Set the default blocksize to -1 because we will then use the configured
886         samplesperbuffer to create our output buffer.
887
888 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
889
890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
891         (gst_riff_create_video_template_caps):
892         Add mappping for the KMVC (Karl Morton's Video) Codec.
893
894 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
895
896         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
897         Don't forget to advance the offset of what we're matching against, else
898         we end up in a forever loop.
899
900 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
901
902         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
903         Improve typefinding a bit. If we don't have a Unicode charset
904         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
905
906 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
907
908         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
909         Fix build on macosx.
910
911 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
912
913         Based on patch by: Robin Stocker <robin at nibor dot org>
914
915         * ext/theora/gsttheoradec.h:
916         * ext/theora/theoradec.c: (gst_theora_dec_init),
917         (theora_dec_setcaps), (theora_handle_type_packet),
918         (theora_dec_decode_buffer), (theora_dec_change_state):
919         Parse input caps and make the PAR override the encoded PAR when
920         specified by a container. Fixes #555699.
921
922 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
923
924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
925         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
926         (gst_base_rtp_depayload_set_gst_timestamp),
927         (gst_base_rtp_depayload_change_state):
928         * gst-libs/gst/rtp/gstbasertpdepayload.h:
929         Add some more G_LIKELY
930         Fail when the setcaps function was not called.
931
932         * gst-libs/gst/rtp/gstbasertppayload.c:
933         (gst_basertppayload_set_outcaps):
934         Propagate return value of setcaps.
935
936 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
937
938         * gst/subparse/Makefile.am:
939         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
940         (gst_sub_parse_class_init), (gst_sub_parse_init),
941         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
942         (get_next_line), (gst_sub_parse_data_format_autodetect),
943         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
944         (gst_subparse_type_find):
945         * gst/subparse/gstsubparse.h:
946         Add support for UTF16/UTF32 subtitles as long as the first bytes of
947         the first buffer contain the BOM. This also adds support for other
948         encodings that allow NUL bytes via the encoding property.
949         Fixes bugs #552237 and #456788.
950
951 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
952
953         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
954         Don't drop the last byte of image tags if they're not an URI list.
955         Fixes bug #556066.
956
957 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
958
959         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
960         For looking at the 4th byte we have to get 4 bytes of course
961         and not 3.
962
963 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
964
965         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
966         Improve FLAC-without-headers typefinding by looking at most of the
967         frame header and checking if invalid values are used. Should prevent
968         quite some false positives compared to the old version which only
969         check if the first 14 bits are set.
970
971 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
972
973         * sys/xvimage/xvimagesink.c:
974           Don't assert on caps==NULL.
975
976 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
977
978         * gst/subparse/gstsubparse.c:
979         (gst_sub_parse_data_format_autodetect), (handle_buffer),
980         (gst_sub_parse_change_state):
981         * gst/subparse/gstsubparse.h:
982         * tests/check/elements/subparse.c: (GST_START_TEST):
983         Add support for subtitle files with UTF-8 BOM at the beginning
984         by simple stripping it from the first line before passing it
985         to any parsing code. Fixes bug #555257 and playback of files
986         created by Gnome Subtitles.
987
988 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
989
990         * gst/audiotestsrc/gstaudiotestsrc.c:
991         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
992         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
993         (gst_audio_test_src_start), (gst_audio_test_src_stop),
994         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
995         (gst_audio_test_src_create):
996         * gst/audiotestsrc/gstaudiotestsrc.h:
997         Define the default property values in the usual place.
998         Implement start/stop to reset values correctly.
999         Calculate the sample size only once when we negotiate.
1000         Rename some values to make more sense.
1001         Keep track of our byte range.
1002         Add support for pull based scheduling. Disabled for now until we have
1003         the whole stack working.
1004         Set the BUFFER_OFFSET correctly.
1005
1006 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1007
1008         Based on a patch by: xavierb at gmail dot com
1009
1010         * gst/subparse/gstsubparse.c:
1011         (gst_sub_parse_data_format_autodetect):
1012         * tests/check/elements/subparse.c: (GST_START_TEST):
1013         Make the detection of the used subtitle a bit less strict
1014         for srt subtitles. Fixes bug #555607.
1015
1016 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1017
1018         * ext/vorbis/vorbisenc.c:
1019         (gst_vorbis_enc_buffer_check_discontinuous):
1020         Fix discontinuity detection which was broken by last commit.
1021
1022 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1023
1024         * configure.ac::
1025           Require core CVS for ghostpad API additions used by decodebin2.
1026
1027 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1028
1029         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1030         (gst_base_audio_src_create):
1031         Fix debug statements (space between '%' and actual format).
1032
1033 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1034
1035         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1036         Remove bogus assert, the decodepad could have been created inside an
1037         already existing group.
1038
1039 2008-10-08  Andy Wingo  <wingo@pobox.com>
1040
1041         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1042         target instead of setting it.
1043         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1044         API for a decode pad. The bugfix is that we set the group in
1045         activate(), not when the pad was created because it might be NULL
1046         then.
1047         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1048         Update to use the API.
1049
1050 2008-10-08  Andy Wingo  <wingo@pobox.com>
1051
1052         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1053         be a subclass of GstGhostPad.
1054         (analyze_new_pad): So, when emitting the signals that determine
1055         how we do autoplugging, already create the ghost pad and use it as
1056         the pad in the signal arguments. This allows applications to make
1057         a connection between the pad passed in e.g. autoplug-continue, and
1058         the pad passed in new-decoded-pad.
1059         (connect_pad, expose_pad): Update to receive the ghosted decode
1060         pad in the args, retargetting it as necessary if we have to plug
1061         the target pad through a multiqueue.
1062         (gst_decode_group_control_source_pad): Adapt to receive an
1063         already-ghosted pad that just needs activation, blocking, and
1064         drain notification.
1065         (sort_end_pads): Adapt for decode pads actually being pads.
1066         (gst_decode_group_expose): Adapt for decode pads actually being
1067         pads. Rewrite the decode pad names so they appear in order. Adds a
1068         new error case if we couldn't set the name.
1069         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1070         logic.
1071         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1072         New API for the decode pad, needed because we shouldn't do these
1073         things inside gst_decode_pad_new(), but after.
1074         (gst_decode_pad_new): Change to actually make the real pad, and
1075         delay the blocking/drainage bits.
1076
1077 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1078
1079         Patch by: Daniel Drake <dsd at laptop dot org>
1080
1081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1082         Unref all buffers when clearing collectpads. Fixes bug #546955.
1083
1084 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1085
1086         Based on a patch by: Klaas <klaas at rivercrew dot net>
1087
1088         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1089         (gst_vorbis_enc_buffer_check_discontinuous),
1090         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1091         * ext/vorbis/vorbisenc.h:
1092         Keep track of the upstream segments and use the running time on that
1093         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1094
1095 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1096
1097         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1098         Prevent overflows with big buffer when calculating the size of
1099         the intermediate buffer by using gst_util_uint64_scale() instead of
1100         plain arithmetics. Fixes bug #552801.
1101
1102 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1103
1104         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1105
1106         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1107         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1108         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1109         (gst_clock_overlay_get_property):
1110         * ext/pango/gstclockoverlay.h:
1111         API: Add ability to specify format for date/time display by
1112         adding a "time-format" property.
1113         Fixes bug #554879.
1114
1115 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1116
1117         Patch by: Jan Gerber <j at oil21 dot org>
1118
1119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1120         (gst_riff_create_video_template_caps):
1121         Add FFV1 fourcc to support playback of FFMPEG lossless video
1122         in AVI. Fixes bug #555319.
1123
1124 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1125
1126         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1127
1128         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1129         (gst_base_audio_src_create):
1130         Implement skew clock slaving. Fixes #552559.
1131
1132 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1133
1134         * gst-libs/gst/audio/multichannel.c:
1135         * gst-libs/gst/audio/testchannels.c:
1136         Fix include of config.h
1137
1138 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1139
1140         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1141
1142         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1143         (print_media), (gst_sdp_message_dump):
1144         Fix parsing of the c= field containing multicast addresses.
1145         Fixes #552199.
1146         Add the connection info to the session or streams.
1147         Fix parsing of the bandwidth.
1148         Add debugging for the connections and bandwidths for a media.
1149         Add debugging for the bandwidth of the session. 
1150
1151 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1152
1153         * gst-libs/gst/rtp/gstbasertppayload.c:
1154         (gst_basertppayload_change_state):
1155         Configure the next seqnum and timestamp in the state change so that they
1156         can be queried soon after.
1157
1158 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1159
1160         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1161         (gst_base_rtp_depayload_chain):
1162         Improve debugging of the rtptime.
1163
1164 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1165
1166         * configure.ac:
1167         Back to development -> 0.10.21.1
1168
1169 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1170
1171         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1172         (plugin_init):
1173         Add typefinding for FLAC without headers in the beginning.
1174         This is already handled by flacdec and friends.
1175
1176 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1177
1178         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1179         (plugin_init):
1180         Add typefinder for MXF.
1181
1182 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1183
1184         * tests/icles/Makefile.am:
1185         Only build test-colorkey if GTK+ is available.
1186
1187 === release 0.10.21 ===
1188
1189 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1190
1191         * configure.ac:
1192           releasing 0.10.21, "We Could Be Wrong"
1193
1194 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1195
1196         * configure.ac:
1197         0.10.20.4 pre-release
1198
1199 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1200
1201         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1202
1203         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1204         Set the BOS flag on the BOS packet. Fixes #553244.
1205
1206 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1207
1208         * gst-libs/gst/rtsp/gstrtspmessage.c:
1209         (gst_rtsp_message_parse_request),
1210         (gst_rtsp_message_parse_response):
1211         Fix the g_return_val_if_fail() statements.
1212
1213 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1214
1215         * gst-libs/gst/tag/gsttagdemux.c:
1216           Fail to activate if there's insufficient data in the file to be usable,
1217           preventing an assertion fail later. Fixes #552960
1218
1219 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1220
1221         * gst-libs/gst/pbutils/descriptions.c:
1222         * gst/typefind/gsttypefindfunctions.c:
1223           Recognise Kate subtitle streams (#550582).
1224
1225 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1226
1227         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1228           Remove trailing comma from enum list, which causes problems
1229           with -pendantic (#550729).
1230
1231 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1232
1233         * configure.ac:
1234         0.10.20.2 pre-release
1235
1236         * po/LINGUAS:
1237         * po/id.po:
1238         * po/pt_BR.po:
1239
1240         New translations.
1241
1242 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1243
1244         * gst-libs/gst/interfaces/propertyprobe.c:
1245           (gst_property_probe_get_properties),
1246           (gst_property_probe_get_property),
1247           (gst_property_probe_probe_property),
1248           (gst_property_probe_probe_property_name),
1249           (gst_property_probe_needs_probe),
1250           (gst_property_probe_needs_probe_name),
1251           (gst_property_probe_get_values),
1252           (gst_property_probe_get_values_name),
1253           (gst_property_probe_probe_and_get_values),
1254           (gst_property_probe_probe_and_get_values_name):
1255           More sanity checks for our second-favourite interface.
1256
1257 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1258
1259         * gst-libs/gst/interfaces/propertyprobe.c:
1260           Check for NULL pointer, in the hope that this fixes #532864.
1261
1262 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1263
1264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1265           No really, the next release is 0.10.21 (fix Since: tags in docs).
1266
1267 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1268
1269         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1270         Disable a code path that is now called but causes a deadlock for some
1271         reason and is unneeded.
1272
1273 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1274
1275         * sys/xvimage/xvimagesink.c:
1276         * sys/xvimage/xvimagesink.h:
1277           Add a "draw-border" property that can be set to false to disable
1278           drawing borders.
1279           
1280         * tests/icles/test-colorkey.c:
1281         * tests/icles/Makefile.am:
1282           Add new test application for the colorkey handling.
1283
1284 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1285
1286         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1287         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1288         This will also be fixed for upcoming gst-ffmpeg release so that once
1289         this release of -base is out, it will work with the latest gst-ffmpeg
1290         release.
1291
1292 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1293
1294         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1295         (gst_riff_create_audio_template_caps):
1296         Add Truespeech mapping for RIFF formats (AVI/WAV).
1297         Fixes #550656
1298
1299 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1300
1301         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1302         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1303         Fixes #550638.
1304
1305 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1306
1307         * configure.ac:
1308         * gst/subparse/Makefile.am:
1309         * gst/subparse/gstsubparse.c:
1310         * gst/subparse/samiparse.c:
1311         * tests/check/elements/subparse.c:
1312           Rework last change, so that we build subparse, but just disable the
1313           sami parse functionality, if we're configured to not use xml. In the
1314           tests only the sami test is disabled now.
1315
1316 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1317
1318         * configure.ac:
1319           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1320           test runs.
1321
1322 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1323
1324         * po/POTFILES.in:
1325           Add some more files with strings for translation.
1326
1327 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1328
1329         * gst-libs/gst/tag/gstvorbistag.c:
1330         * tests/check/libs/tag.c:
1331           Use new geo location tags from core. Fixes #481169
1332
1333 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1334
1335         * tests/check/elements/audioresample.c: (setup_audioresample),
1336         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1337         (test_discont_stream_instance):
1338         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1339         Add debugging for coherence.
1340
1341 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1342
1343         Patch by: Jonathan Matthew  <notverysmart gmail com>
1344
1345         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1346           Add typefinder for PDF documents (which is nice to have, since it's a
1347           common format, but also helps prevent false positives). Fixes #549814.
1348
1349 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1350
1351         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1352         (no_more_pads_cb):
1353         Fix nasty race where multiple decodebins could start pushing data before
1354         we manage to configure the sinks, resulting in not-linked errors in
1355         typical RTSP streaming cases.
1356
1357 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1358
1359         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1360         Since we now call stop, we trigger this code path that causes a deadlock
1361         is apparently not needed.
1362
1363 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1364
1365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1366         (gst_ring_buffer_stop):
1367         Also allow the case where the ringbuffer was paused when we try to stop
1368         it so that the basesrc stop function is still called.
1369
1370 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1371
1372         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1373
1374         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1375         Reprobe devices again instead of taking a cached list as new
1376         devices could've been plugged in. Fixes bug #549062.
1377
1378 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1379
1380         Patch by: Alessandro Dessina <alessandro nnva org>
1381
1382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1383         (gst_ogg_demux_activate_chain):
1384         Don't add pads and activate them for skeleton streams. These are already
1385         handled inside oggdemux. Fixes bug #537599.
1386
1387 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1388
1389         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1390         Reset variable so that query and convert fail after going back to
1391         READY. Fixes #548898.
1392
1393 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1394
1395         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1396         If a buffer arrives with a timestamp before the timestamp+duration
1397         of the previous buffer clip it instead of dropping it completely.
1398         Slight improvement for the unfixable bug #548913.
1399
1400 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1401
1402         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1403         Take the current timestamp instead of timestamp+duration for the offset.
1404         This offset will later be used for calculating the timestamp and
1405         otherwise vorbisdec will interpolate timestamps wrong if upstream
1406         only sends timestamps and no granulepos.
1407
1408 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1409
1410         * tests/examples/seek/seek.c:
1411           Don't crash when having no visualisations.
1412
1413 2008-08-16  David Schleef  <ds@schleef.org>
1414
1415         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1416           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1417           Fixes #548065.
1418
1419 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1420
1421         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1422         When cleaning up the caps fields also remove "depth" for the same
1423         reason we remove "width".
1424
1425 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1426
1427         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1428           Add Lead H.264 here as well.
1429
1430 2008-08-14  Julien Moutte  <julien@fluendo.com>
1431
1432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1433         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1434
1435 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1436
1437         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1438         (gst_base_audio_src_create):
1439         When not slaved to another clock also subtract the base_time from our
1440         internal clock time to get the running time.
1441
1442 2008-08-12  David Schleef  <ds@schleef.org>
1443
1444         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1445           since it has no basis in libtheora.
1446
1447 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1448
1449         * gst-libs/gst/interfaces/propertyprobe.h:
1450           Remove double "interface" from doc-string.
1451
1452         * gst-libs/gst/interfaces/xoverlay.h:
1453           Document interface.
1454
1455         * gst-libs/gst/riff/riff.c:
1456           Add basic doc blobs.
1457
1458 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1459
1460         * gst-libs/gst/audio/Makefile.am:
1461           Don't try to build that example anymore.
1462
1463 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * gst-libs/gst/audio/.cvsignore:
1466         * gst-libs/gst/audio/Makefile.am:
1467         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1468         * gst-libs/gst/audio/make_filter:
1469           Move audiofiltertemplate to gst-template.
1470
1471 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1472
1473         * docs/libs/gst-plugins-base-libs-sections.txt:
1474         * gst-libs/gst/audio/gstaudiosrc.h:
1475           More docs and shuffling. What can we do with the hundreds of #defines.
1476
1477 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1478
1479         * gst-libs/gst/audio/audio.h:
1480         * gst-libs/gst/audio/gstaudiofilter.h:
1481         * gst-libs/gst/audio/gstringbuffer.h:
1482         * gst-libs/gst/interfaces/propertyprobe.h:
1483         * gst-libs/gst/tag/gsttagdemux.h:
1484           Reducing number of dundocumented symbols.
1485
1486 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1487
1488         * gst-libs/gst/audio/audio.c:
1489           Fix doc comment syntax.
1490
1491         * gst-libs/gst/interfaces/propertyprobe.c:
1492           Add more doc-comments and a FIXME: for the signal.    
1493
1494 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1495
1496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1497         (gst_ogg_mux_request_new_pad):
1498         * ext/ogg/gstoggmux.h:
1499         Don't pretend to support NEWSEGMENT events, instead override the
1500         GstCollectPads event function to return FALSE on NEWSEGMENT events
1501         and do the normal work for other events.
1502
1503         This prevents elements like flacenc to seek to the start and rewrite
1504         some data which then results in a broken Ogg packet.
1505
1506 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1507
1508         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1509
1510         * ext/alsa/gstalsaplugin.c: (plugin_init):
1511         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1512         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1514         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1515         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1516         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1517         * gst/playback/gstdecodebin.c: (plugin_init):
1518         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1519         * gst/playback/gstplayback.c: (plugin_init):
1520         * gst/playback/gstqueue2.c: (plugin_init):
1521         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1522         * sys/v4l/gstv4l.c: (plugin_init):
1523         Make sure gettext returns translations in UTF-8 encoding rather
1524         than in the current locale encoding (#546822).
1525
1526 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1527
1528         * gst-libs/gst/pbutils/descriptions.c:
1529           Add audio/x-qdm for qtdemux.
1530
1531 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1532
1533         * ext/vorbis/vorbisdec.c:
1534           Do not leak old taglist.
1535
1536 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * tests/icles/test-scale.c:
1539           Include <stdlib.h> for atoi().
1540
1541 2008-08-04  Andy Wingo  <wingo@pobox.com>
1542
1543         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1544         documentation fix.
1545
1546 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1547
1548         * gst/adder/gstadder.c:
1549           Cleanup lots of empty lines that came from gst-indent going havoc
1550           before I added the INDENT_ON/OFF marker some time agao.
1551
1552 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1553
1554         * configure.ac:
1555         * gst-libs/gst/riff/riff-read.c:
1556           Bump requirement to latest core and use new tag for riff formats.
1557           Needed for #520694.
1558
1559 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1560
1561         * tests/examples/dynamic/Makefile.am:
1562         * tests/examples/dynamic/codec-select.c: (make_encoder),
1563         (make_pipeline), (do_switch), (my_bus_callback), (main):
1564         Add example app that dynamically switches between 3 'encoders'.
1565
1566 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1567
1568         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1569         Add some more comments.
1570
1571 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1572
1573         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1574         (gst_video_test_src_create):
1575         Discard buffers of the wrong size after renegotiation, this is perfectly
1576         possible with things like capsfilter that could suggest caps changes
1577         upstream without knowing the size of the buffer.
1578
1579 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1580
1581         * tests/icles/.cvsignore:
1582         * tests/icles/Makefile.am:
1583         * tests/icles/test-scale.c: (make_pipeline), (main):
1584         Add dynamic rescaling tests for the new basetransform.
1585
1586 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1587
1588         * gst/audioconvert/Makefile.am:
1589           Dist recently-added gstfastrandom.h.
1590
1591 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1592
1593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1594         Fix a "may be used uninitialized in this function" which weirdly only
1595         appears on macosx (?).
1596
1597 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1598
1599         * gst-libs/gst/riff/riff-ids.h:
1600           Adding acid chunk for tempo and loop information.
1601
1602 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1603
1604         * sys/xvimage/Makefile.am:
1605           floor() needs linking to $(LIBM).
1606
1607 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1608
1609         * ext/gnomevfs/gstgnomevfssrc.c:
1610           Aggregate short reads and add some comments and debug logging.
1611           Fixes #537380
1612
1613 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1614
1615         * gst/playback/gstplaybasebin.c:
1616           Fix property doc markup (its not a signal).
1617
1618         * sys/xvimage/xvimagesink.c:
1619           Add since tag for new proeprties (also add sice tags fro the last two
1620           other additions).
1621
1622 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1623
1624         * sys/xvimage/xvimagesink.c:
1625         * sys/xvimage/xvimagesink.h:
1626           Add autofill/colorkey properties. Fixes #538656.
1627
1628 2008-07-28  David Schleef  <ds@schleef.org>
1629
1630         * sys/xvimage/xvimagesink.c:
1631           Fix rounding errors when converting colorbalance values
1632           between hardware and object property ranges.  Partial
1633           fix for #537889, however, there still seems to be a small
1634           drift problem that could be totem's fault.
1635
1636 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1639         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1640         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1641         This fixes a critical warning.
1642
1643 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         * ext/ogg/gstoggmux.c:
1646         Allow muxing of CELT into Ogg streams.
1647
1648 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1649
1650         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1651         (plugin_init):
1652         Add simple typefinder for the CELT codec (www.celt-codec.org).
1653
1654 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1655
1656         Patch by: Jan Gerber <j at oil21 dot org>
1657
1658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1659         Fix calculation of the start time from skeleton streams.
1660         Fixes bug #530068.
1661
1662 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1663
1664         * tests/examples/seek/seek.c:
1665           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1666
1667 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1668
1669         * gst/audioconvert/audioconvert.h:
1670         * gst/audioconvert/gstaudioquantize.c:
1671         (gst_audio_quantize_setup_dither),
1672         (gst_audio_quantize_free_dither):
1673         * gst/audioconvert/gstfastrandom.h:
1674         Implement a linear congruential generator as pseudo random number
1675         generator for the dither noise. This is about 2 times faster than
1676         using GLib's mersenne twister. Also this uses only integer math for
1677         generating integers while GLib internally uses floating point math.
1678
1679 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1680
1681         * configure.ac:
1682           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1683
1684 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1685
1686         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1687
1688         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1689           Use GST_STR_NULL to avoid crashes with libcs that don't
1690           like NULL strings in printf args (such as the win32 one).
1691           Fixes #544306.
1692
1693 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1694
1695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1696         Oops - set the size of the image used for probing back to 1x1, for
1697         consistency with ximagesink
1698
1699 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1700
1701         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1702         (gst_ximagesink_ximage_new):
1703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1704         (gst_xvimagesink_xvimage_new):
1705
1706         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1707         X server to attach to a shared memory segment after we've deleted it,
1708         with the result that MIT-SHM is disabled. Instead, remove it only after 
1709         X succeeds in attaching too.
1710
1711 2008-07-16  David Schleef  <ds@schleef.org>
1712
1713         * gst/audiotestsrc/gstaudiotestsrc.c:
1714         * gst/audiotestsrc/gstaudiotestsrc.h:
1715           Add 'ticks', a 1/30 second sine wave pulse every second.
1716
1717 2008-07-15  David Schleef  <ds@schleef.org>
1718
1719         * gst-libs/gst/video/video.c: Revert ABI change.
1720
1721 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1722
1723         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1724         Make it impossible to have NULL caps at the point where we set
1725         framerate and other things. Also don't return immediately for "3ivd"
1726         video and let framerate, etc be set. Might fix bug #542508.
1727
1728 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1729
1730         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1731         Video format can also be conveniently determined from (many)
1732         non-fixed caps.
1733
1734 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1735
1736         * gst/playback/gstplaybasebin.c:
1737         * gst/playback/gstplaybasebin.h:
1738         * gst/playback/gstplaybin.c:
1739         * gst/playback/gststreamselector.c:
1740         First stab at integrating DVD subpicture overlay into
1741         playbin. Successfully plugs and plays, but the queues need
1742         shrinking - 3 seconds of video is too much buffering.
1743
1744 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1745
1746         * gst/audioconvert/gstaudioconvert.c:
1747           Remove now obsolete note in the docs.
1748
1749 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1750
1751         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1752         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1753         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1754         * docs/plugins/gst-plugins-base-plugins.args:
1755         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1756         * docs/plugins/gst-plugins-base-plugins.interfaces:
1757         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1758         * docs/plugins/gst-plugins-base-plugins.signals:
1759         * docs/plugins/inspect/plugin-adder.xml:
1760         * docs/plugins/inspect/plugin-alsa.xml:
1761         * docs/plugins/inspect/plugin-audioconvert.xml:
1762         * docs/plugins/inspect/plugin-audiorate.xml:
1763         * docs/plugins/inspect/plugin-audioresample.xml:
1764         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1765         * docs/plugins/inspect/plugin-cdparanoia.xml:
1766         * docs/plugins/inspect/plugin-decodebin.xml:
1767         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1768         * docs/plugins/inspect/plugin-gdp.xml:
1769         * docs/plugins/inspect/plugin-gnomevfs.xml:
1770         * docs/plugins/inspect/plugin-libvisual.xml:
1771         * docs/plugins/inspect/plugin-ogg.xml:
1772         * docs/plugins/inspect/plugin-pango.xml:
1773         * docs/plugins/inspect/plugin-playback.xml:
1774         * docs/plugins/inspect/plugin-queue2.xml:
1775         * docs/plugins/inspect/plugin-subparse.xml:
1776         * docs/plugins/inspect/plugin-tcp.xml:
1777         * docs/plugins/inspect/plugin-theora.xml:
1778         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1779         * docs/plugins/inspect/plugin-uridecodebin.xml:
1780         * docs/plugins/inspect/plugin-video4linux.xml:
1781         * docs/plugins/inspect/plugin-videorate.xml:
1782         * docs/plugins/inspect/plugin-videoscale.xml:
1783         * docs/plugins/inspect/plugin-videotestsrc.xml:
1784         * docs/plugins/inspect/plugin-volume.xml:
1785         * docs/plugins/inspect/plugin-vorbis.xml:
1786         * docs/plugins/inspect/plugin-ximagesink.xml:
1787         * docs/plugins/inspect/plugin-xvimagesink.xml:
1788         * ext/alsa/gstalsamixer.c:
1789         * ext/alsa/gstalsasink.c:
1790         * ext/alsa/gstalsasrc.c:
1791         * ext/gio/gstgiosink.c:
1792         * ext/gio/gstgiosrc.c:
1793         * ext/gio/gstgiostreamsink.c:
1794         * ext/gio/gstgiostreamsrc.c:
1795         * ext/gnomevfs/gstgnomevfssink.c:
1796         * ext/gnomevfs/gstgnomevfssrc.c:
1797         * ext/ogg/gstoggdemux.c:
1798         * ext/ogg/gstoggmux.c:
1799         * ext/pango/gstclockoverlay.c:
1800         * ext/pango/gsttextoverlay.c:
1801         * ext/pango/gsttextrender.c:
1802         * ext/pango/gsttimeoverlay.c:
1803         * ext/theora/theoradec.c:
1804         * ext/theora/theoraenc.c:
1805         * ext/theora/theoraparse.c:
1806         * ext/vorbis/vorbisdec.c:
1807         * ext/vorbis/vorbisenc.c:
1808         * ext/vorbis/vorbisparse.c:
1809         * ext/vorbis/vorbistag.c:
1810         * gst/adder/gstadder.c:
1811         * gst/audioconvert/gstaudioconvert.c:
1812         * gst/audioresample/gstaudioresample.c:
1813         * gst/audiotestsrc/gstaudiotestsrc.c:
1814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1815         * gst/gdp/gstgdpdepay.c:
1816         * gst/gdp/gstgdppay.c:
1817         * gst/playback/gstdecodebin2.c:
1818         * gst/playback/gstplaybin.c:
1819         * gst/playback/gstplaybin2.c:
1820         * gst/playback/gstqueue2.c:
1821         * gst/playback/gsturidecodebin.c:
1822         * gst/tcp/gstmultifdsink.c:
1823         * gst/tcp/gsttcpserversink.c:
1824         * gst/videorate/gstvideorate.c:
1825         * gst/videoscale/gstvideoscale.c:
1826         * gst/videotestsrc/gstvideotestsrc.c:
1827         * gst/volume/gstvolume.c:
1828         * sys/ximage/ximagesink.c:
1829         * sys/xvimage/xvimagesink.c:
1830           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1831           titles. Drop mentining that all our example pipelines are "simple"
1832           pipelines.
1833
1834 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1835
1836         * tests/examples/seek/Makefile.am:
1837         Fix out of tree build by adding all required CFLAGS.
1838
1839 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1840
1841         * gst/playback/gstdecodebin.c: (add_raw_queue):
1842         And ref the pad before returning it again when linking to the queue
1843         failed. Otherwise we will unref the pad twice later and things break.
1844
1845 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1846
1847         * gst/playback/gstdecodebin.c: (add_raw_queue):
1848         If linking the raw pad with a queue fails, try it without a queue
1849         instead of failing completely. This should never happen.
1850
1851 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1852
1853         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1854
1855         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1856         Add a queue after a demuxer if the demuxer outputs raw data. This was
1857         done before only for non-raw data but is required in this case too.
1858         Fixes bug #540215.
1859
1860         decodebin2 doesn't have this issue because all streams of a group
1861         go through multiqueue.
1862
1863 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1864
1865         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1866
1867         * gst-libs/gst/sdp/gstsdpmessage.c:
1868         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1869         that getaddrinfo() can be used. Fixes #541358.
1870
1871 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1872
1873         * gst/videotestsrc/gstvideotestsrc.c:
1874         (gst_video_test_src_class_init), (gst_video_test_src_init),
1875         (gst_video_test_src_set_property),
1876         (gst_video_test_src_get_property), (gst_video_test_src_create):
1877         * gst/videotestsrc/gstvideotestsrc.h:
1878         Cleanups, use default property values as defines.
1879         Add property to enable/disable peer buffer allocation.
1880
1881 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1882
1883         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1884         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1885         Enable unit tests on PPC again as the bugs are now fixed.
1886
1887 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1888
1889         * gst-libs/gst/riff/riff-ids.h:
1890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1891         (gst_riff_create_audio_template_caps):
1892         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1893         Fixes bug #540351.
1894
1895 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1896
1897         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1898         (gst_ffmpeg_pixfmt_to_caps):
1899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1900         (gst_ffmpegcsp_get_unit_size):
1901         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1902         it on other formats. Also adjust the unit size only for that format
1903         to not include the palette. Fixes bug #540497.
1904
1905 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1906
1907         * gst/adder/gstadder.c:
1908           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1909
1910 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1911
1912         * ChangeLog:
1913           ChangeLog surgery.
1914   
1915         * tests/examples/seek/seek.c:
1916           Move variable into ifdef too.
1917         
1918
1919 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1920
1921         * tests/examples/seek/seek.c:
1922           Include config.h and check if we have X. Remove XInitThread(), don't
1923           think its needed. Fixes: #540334.
1924
1925 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1926
1927         Patch by: Sam Morris <sam at robots dot org to uk>
1928
1929         * gst-libs/gst/interfaces/mixertrack.c:
1930         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1931         (gst_mixer_track_set_property):
1932         API: Add "index" property to GstMixerTrack to differantiate between
1933         multiple mixer tracks with the same label.
1934
1935         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1936         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1937         Set the "index" property of GstMixerTrack to the index given by ALSA.
1938         Fixes bug #528299.
1939
1940 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1941
1942         * tests/examples/seek/Makefile.am:
1943         * tests/examples/seek/seek.c:
1944           Remove libgstvideo usage. Use gtk_get_option_group instead of
1945           gtk_init().
1946
1947 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1948
1949         * tests/check/Makefile.am:
1950           Name the test registry format neutral.
1951
1952 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1953
1954         * gst/playback/gstqueue2.c:
1955           Do not double notify. Remove the unsued return value.
1956
1957 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1958
1959         * ext/alsa/gstalsamixer.c:
1960           Also consider "speaker" as a name for master volume. If that doesn't
1961           help look for the first non-mono volume control that also has a
1962           playback switch.
1963
1964 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1965
1966         * ChangeLog:
1967           Forgot to save the ChangeLog :/
1968
1969 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1970
1971         * tests/examples/seek/Makefile.am:
1972         * tests/examples/seek/seek.c:
1973           Embedd the xwindow. Allow to play multiple files.
1974
1975 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1976
1977         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1978         (gst_ximagesink_setcaps):
1979         * sys/ximage/ximagesink.h:
1980         When the caps change, make sure to re-draw borders in
1981         force-aspect-ratio=true mode.
1982         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1983         Don't clear the border_draw flag until we actually draw the border.
1984         * tests/check/Makefile.am:
1985         Ignore alsasink/src during the states test too, so it doesn't fail
1986         when running without access to the sound device.
1987
1988 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1989
1990         * tests/examples/seek/seek.c:
1991           Fix crasher when playing a parse-launch line the 2nd time.
1992
1993 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1994
1995         * tests/check/pipelines/oggmux.c:
1996           Properly ifdef tests to fix compilation.
1997
1998 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1999
2000         * gst/playback/gstplay-marshal.list:
2001         * gst/playback/gstplaybin2.c:
2002           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2003           playbin2. This allows the user to get to the selector's sinkpads, and
2004           thus inspect a range of things - caps, tags, etc. 
2005
2006 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2007
2008         * gst/playback/gstplaybin2.c:
2009           Use a different constant for the convert-frame signal id.
2010           Fixes #537009.
2011
2012 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2013
2014         * gst/playback/gstplaybin2.c:
2015         * gst/playback/gstplaysink.c:
2016           Fix a whole bunch of typos in comments and log statements. 
2017
2018 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2019
2020         * sys/xvimage/xvimagesink.c:
2021           Don't set colour balance values on the Xv port if the user hasn't
2022           changed them (via properties or the interface). Avoids accumulating
2023           rounding errors for the common case.
2024           Partial fix for bug #537889.
2025
2026 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2027
2028         * gst/playback/gstdecodebin2.c:
2029           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2030           pads are drained.
2031
2032 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2033
2034         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2035         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2036         Report the encoder latency. Fixes #538232.
2037
2038 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2039
2040         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2041         (notify_source), (activate_group):
2042         Implement the source property, emit notify when it changes in the
2043         underlying uridecodebin.
2044
2045 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2046
2047         * tests/examples/seek/seek.c: (stop_cb):
2048         Free and clear the seek element list so that we don't use invalid
2049         references when seeking after recreating a gst-launch line.
2050
2051 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2052
2053         * gst-libs/gst/audio/gstbaseaudiosink.c:
2054         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2055         (gst_base_audio_sink_render):
2056         Report latency even if we are not live instead of hiding it.
2057         Take ts-offset and render-delay of the basesink into account when
2058         scheduling samples.
2059         Rework the clipping code so that we can take the various offsets into
2060         account and still do correct clipping.
2061
2062 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2063
2064         * configure.ac:
2065         Bump verion back to devel -> 0.10.20.1
2066
2067 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2068
2069         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2070         Don't increase the size of non-string image buffers by one as this
2071         might in theory confuse decoders. Still increase it by one for string
2072         image buffers to append '\0'.
2073
2074 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2075
2076         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2077         
2078         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2079         Fix a buffer memleak and remove a confusing and wrong debug output.
2080         Fixes bug #538663.
2081
2082 === release 0.10.20 ===
2083
2084 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2085
2086         * configure.ac:
2087           releasing 0.10.20, "Here I Go Again"
2088
2089 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2090
2091         * configure.ac:
2092         0.10.19.3 pre-release
2093
2094 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2095
2096         * gst-libs/gst/rtsp/gstrtspconnection.c:
2097         Fix build on win32.
2098         Patch By: David Schleef <ds@schleef.org>
2099         Fixes: #536874
2100
2101 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2102
2103         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2104         (gst_gio_base_src_create):
2105         * ext/gio/gstgiobasesrc.h:
2106         Try to read the requested number of bytes, even if the first
2107         read returns less than requested, until nothing is read anymore
2108         or we have the requested amount of bytes. This fixes playback of
2109         files via Samba as Samba only allows to read 64k at once.
2110
2111         Implement a caching algorithm that makes sure that we read at
2112         least 4k of data every time. Some elements will try to read a few
2113         bytes, then seek, read again a few bytes and so on and this is
2114         painfully slow as every operation has to go over DBus if GVfs is
2115         used as backend.
2116
2117         Fixes bug #536849 and #536848.
2118
2119         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2120         (gst_gio_src_check_get_range):
2121         Override check_get_range() to blacklist http/https URIs
2122         and whitelist file URIs. More to be added on demand.
2123
2124 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2125
2126         * configure.ac:
2127         0.10.19.2 pre-release
2128
2129 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2130
2131         * win32/common/libgstrtsp.def:
2132         * win32/common/libgsttag.def:
2133         Add new API functions to the dll exports
2134
2135 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2136
2137         * gst/playback/gstplaybasebin.c:
2138           Disconnect signals from decodebins we created before we remove it
2139           from playbin, to avoid crashes if the decodebin is eventually
2140           disposed after the playbin itself (possible if the app takes a
2141           reference on the decodebin).
2142           Fixes #536521.
2143
2144 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2145
2146         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2147           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2148           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2149           (h264_video_type_find), (mpeg_video_stream_type_find),
2150           (dv_type_find), (mmsh_type_find):
2151           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2152           copy caps for no good reason (this may be desirable to make it easier
2153           to detect leaks, but then it should probably be done for all caps
2154           in the typefinder somewhere).
2155
2156 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2157
2158         * tests/check/Makefile.am:
2159         Do not try to run the check tests for subparse unless it has been
2160         built.
2161
2162 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2163
2164         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2165         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2166         Do not try to run a test which requires vorbisenc unless we have
2167         actually built it.
2168
2169 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2170
2171         * gst-libs/gst/rtsp/gstrtspconnection.c:
2172         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2173         (gst_rtsp_connection_clear_auth_params),
2174         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2175         * gst-libs/gst/rtsp/gstrtspconnection.h:
2176         Add a couple of missing argument guards.
2177         Add a way of setting the DSCP for an RTSP connection.
2178         Add an accessor method for the ip member of GstRTSPConnection as all
2179         members are supposed to be private.
2180
2181 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2182
2183         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2184         Fixed accidental use of IPv4 options for all IPv6 addresses.
2185
2186 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2187
2188         * gst-libs/gst/interfaces/mixertrack.h:
2189           Document mixer track flags.
2190
2191 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2192
2193         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2194
2195         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2196         Don't set caps on the buffers that contain a copy of the buffer
2197         including the caps of them resulting in an always increasing refcount
2198         of the caps and insanely large caps. Instead include a buffer without
2199         caps in the new caps. Fixes bug #536475.
2200
2201 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2202
2203         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2204         Transform a given PAR to a range on the struct with the generic
2205         height/width instead of the struct with the possibly restricted
2206         height/width.
2207
2208 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2209
2210         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2211         Prefer the given format if it contains something stricter than [1,MAX]
2212         for height or width and only put a structure that requires rescaling
2213         as second. This makes it possible to use videoscale in pipelines where
2214         the source can actually produce the wanted height/width but usually
2215         selects a different one from the requested.
2216
2217 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2218
2219         Based on patch by: John Millikin <jmillikin gmail com>
2220
2221         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2222           (gst_vorbis_tag_add_coverart):
2223           Retrieve COVERART tags from vorbis comments (#512333)
2224
2225 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2226
2227         * gst-libs/gst/tag/tag.h:
2228         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2229           Don't forget to add new enum value here too (should probably use
2230           glib-mkenums here...).
2231
2232 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2233
2234         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2235         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2236         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2237           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2238           (gst_tag_image_data_to_image_buffer):
2239           Add two utility functions to avoid code duplication (#512333):
2240           API: add gst_tag_image_data_to_image_buffer()
2241           API: add gst_tag_list_add_id3_image()
2242           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2243
2244 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2245
2246         * win32/common/libgstaudio.def:
2247         Add gst_audio_check_channel_positions() to the exported symbols.
2248
2249 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2250
2251         * docs/libs/gst-plugins-base-libs-sections.txt:
2252         * gst-libs/gst/audio/multichannel.c:
2253         (gst_audio_check_channel_positions):
2254         * gst-libs/gst/audio/multichannel.h:
2255         API: Make gst_audio_check_channel_positions() public.
2256
2257         * tests/check/libs/audio.c: (GST_START_TEST):
2258         Add some simple checks for gst_audio_check_channel_positions().
2259
2260 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2261
2262         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2263           minrange and maxrange are scaled according to the frequency
2264           multiplier.
2265
2266 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2267
2268         * ext/pango/Makefile.am:
2269         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2270           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2271           Use gstvideo functions to calculate strides and plane offsets. Fixes
2272           rendering issue ('ghost' images of the text on the chroma planes)
2273           with widths or heights that are not multiples of 8 (#506659 and
2274           probably also #485729).
2275
2276         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2277           (main):
2278           Test with odd height/width too.
2279
2280 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2281
2282         * gst/adder/gstadder.c: (gst_adder_query_duration),
2283         (gst_adder_query_latency):
2284         When using gst_element_iterate_pads() one has to unref every pad
2285         after usage.
2286
2287 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2288
2289         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2290         (gst_base_audio_src_class_init):
2291         Add a gtk-doc chunk for the new properties to have a Since: indication.
2292
2293 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2294
2295         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2296         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2297         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2298         (gst_base_audio_src_change_state):
2299         Provide readable actual-buffer-time and actual-latency-time properties
2300         that reflect the configured ringbuffer values. Fixes #524724.
2301         API: GstBaseAudioSrc:actual-buffer-time
2302         API: GstBaseAudioSrc:actual-latency-time
2303
2304 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2305
2306         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2307         (gst_basertppayload_change_state):
2308         Simply converting the running time into an RTP timestamp by scaling it
2309         based on the clock-rate is good enough for making an RTP timestamp. This
2310         has the added benefit that we can later on expose a property with the
2311         RTP timestamp of running time 0, as is needed for RTSP servers to
2312         generate the response of the PLAY request.
2313
2314 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2315
2316         * gst/audioconvert/gstaudioconvert.c:
2317         (structure_has_fixed_channel_positions),
2318         (gst_audio_convert_transform_caps):
2319         Allow up to 11 positioned channels now that audioconvert can handle
2320         this but add no default positions for > 8 channels.
2321         
2322         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2323         Add some unit tests for the above change: Test conversion of
2324         11 positioned channels to stereo and the other way around, test
2325         conversion of 15 unpositioned channels in different ways.
2326
2327 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2328
2329         * win32/common/libgstaudio.def:
2330         Add gst_audio_clock_reset to the list of exported symbols.
2331
2332 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2333
2334         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2335         Remove wrong_channels_identification_header unit test as we now
2336         support 7 (and more channels).
2337
2338 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2339
2340         * gst/audioconvert/gstchannelmix.c:
2341         (gst_channel_mix_fill_one_other):
2342         If mixing left or right to center (or the other way around) only take
2343         the complete value if we don't already have the original position in
2344         the source.
2345
2346 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2347
2348         * gst-libs/gst/audio/multichannel.c:
2349         (gst_audio_check_channel_positions),
2350         (gst_audio_set_structure_channel_positions_list),
2351         (gst_audio_fixate_channel_positions):
2352         Allow rear center together with rear left/right and other previously
2353         conflicting channel positions. The reason why they weren't allowed
2354         was the channel mixing implementation in audioconvert.
2355         Also take this into account when fixing channel layouts.
2356
2357         Allow setting channel positions for 1/2 channels when using
2358         gst_audio_set_structure_channel_position().
2359
2360         * gst/audioconvert/gstchannelmix.c:
2361         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2362         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2363         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2364         Major rewrite of the channel mixing.
2365
2366         We now allow previously conflicting channel positions to appear
2367         together (rear center and rear left/right for example).
2368         Fixes bug #533817.
2369
2370         Rework the way channels are mixed together to take more possible
2371         channel positions into account, properly mix from/to side channels
2372         and don't assume that either center, left&right or nothing of a
2373         specific position is available anymore.
2374
2375         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2376         Adjust unit tests with non-standard 1/2 channel layouts to the more
2377         correct new behaviour.
2378
2379         Add a unit test for 5.1->Stereo downmixing.
2380
2381 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2382
2383         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2384         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2385         Add sane defaults for the 7 and 8 channel layouts as those are
2386         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2387         more than 8 channels instead of erroring out. Fixes bug #535356.
2388
2389 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2390
2391         * docs/plugins/Makefile.am:
2392         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2393         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2394         * ext/theora/theoraparse.c:
2395         Add theoraparse to the docs and fix some docs.
2396
2397 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2398
2399         * gst-libs/gst/cdda/gstcddabasesrc.c:
2400         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2401         Fix EOS condition and track addition check, the track.end sector is
2402         included in the track. Fixes #533265.
2403
2404 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2405
2406         Patch by: Mark Nauwelaerts <manauw at skynet be>
2407
2408         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2409         (gst_video_rate_flush_prev), (gst_video_rate_event),
2410         (gst_video_rate_chain):
2411         * gst/videorate/gstvideorate.h:
2412         React (more) to NEWSEGMENT
2413         Small adjustment in timestamp calculation to prevent mismatches
2414         Fixes #435633.
2415
2416 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2417
2418         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2419           Initialise error to NULL as we should.
2420
2421 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         * gst/adder/gstadder.c: (gst_adder_query_duration),
2424         (gst_adder_query_latency), (gst_adder_query):
2425         Implement latency query.
2426
2427 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2428
2429         * gst/adder/gstadder.c: (gst_adder_query_duration):
2430         Correctly resync the iterator if gst_iterator_next() returns
2431         GST_ITERATOR_RESYNC.
2432
2433 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2434
2435         * win32/vs6/libgstpbutils.dsp:
2436           Add pbutils-enumtypes.c to sources (#518037).
2437
2438 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2439
2440         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2441         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2442         * gst-libs/gst/audio/gstaudioclock.h:
2443         Add method to inform the clock that the time starts from 0 again. We use
2444         this info to calculate a clock offset so that the time we report in
2445         internal_time is monotonically increasing, as required by the clock base
2446         class. Fixes #521761.
2447         API: GstAudioClock::gst_audio_clock_reset()
2448
2449         * gst-libs/gst/audio/gstbaseaudiosink.c:
2450         (gst_base_audio_sink_skew_slaving),
2451         (gst_base_audio_sink_change_state):
2452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2453         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2454         Reset reported time when we (re)create the ringbuffer.
2455
2456 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2457
2458         * ext/alsa/gstalsamixertrack.c:
2459           (gst_alsa_mixer_track_update_alsa_capabilities):
2460           Make sure playback volumes aren't accidentally overwritten by
2461           capture volumes if an alsa mixer track has both playback and
2462           capture capabilities: we create two GstMixerTracks in that
2463           case, so make sure we query only the alsa capabilities that
2464           refer to the type of GstMixerTrack we created from the dual
2465           capability alsa element. Should fix issues with Audigy2 sound
2466           cards (#518082).
2467
2468 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2469
2470         * tests/check/pipelines/oggmux.c: (test_pipeline):
2471           Don't use deprecated function.
2472
2473 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2474
2475         * gst/playback/gstdecodebin2.c:
2476         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2477         Check for NULL cases and log them, creating ghostpads can, for example,
2478         fail when the pad returns wrong caps.
2479
2480         * gst/playback/gstplaybin2.c: (perform_eos):
2481         When pushing out the EOS event, collect the return value and warn when
2482         something failed.
2483
2484 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2485
2486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2487         (gst_riff_create_video_template_caps):
2488         Add support for DVCPRO.
2489
2490 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2491
2492         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2493           Change default scaling method from nearest-neighbour to bilinear.
2494
2495 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2496
2497         * tests/check/libs/video.c:
2498           More checks.
2499
2500 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2501
2502         * gst/subparse/gstsubparse.c: (parser_state_init),
2503           (gst_sub_parse_format_autodetect), (handle_buffer):
2504         * gst/subparse/gstsubparse.h:
2505         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2506           Limit duration to a maximum of five seconds for tmplayer format where
2507           we can guess the duration only from the timestamp of the next line of
2508           text. We don't want to show a text for eternities just because nothing
2509           else is being said for a while.
2510
2511 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2512
2513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2514         (gst_base_rtp_depayload_chain),
2515         (gst_base_rtp_depayload_handle_sink_event),
2516         (gst_base_rtp_depayload_push_full),
2517         (gst_base_rtp_depayload_change_state):
2518         Check sequence numbers, mark input buffers with a discont flag for the
2519         subclass when we detected a gap, drop duplicate buffers. We do this
2520         because one can use the element without a jitterbuffer in front and we
2521         don't want to feed the subclasses invalid or reordered data.
2522         Do an error when the subclass did not provide a process function instead
2523         of crashing.
2524         Some other small cleanups.
2525
2526 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2527
2528         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2529           May just as well use the precalculated uvstride here.
2530
2531 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2532
2533         * docs/plugins/Makefile.am:
2534         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2536         * docs/plugins/gst-plugins-base-plugins.args:
2537         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2538         * docs/plugins/gst-plugins-base-plugins.interfaces:
2539         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2540         * docs/plugins/inspect/plugin-adder.xml:
2541         * docs/plugins/inspect/plugin-alsa.xml:
2542         * docs/plugins/inspect/plugin-audioconvert.xml:
2543         * docs/plugins/inspect/plugin-audiorate.xml:
2544         * docs/plugins/inspect/plugin-audioresample.xml:
2545         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2546         * docs/plugins/inspect/plugin-cdparanoia.xml:
2547         * docs/plugins/inspect/plugin-decodebin.xml:
2548         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2549         * docs/plugins/inspect/plugin-gdp.xml:
2550         * docs/plugins/inspect/plugin-gio.xml:
2551         * docs/plugins/inspect/plugin-gnomevfs.xml:
2552         * docs/plugins/inspect/plugin-libvisual.xml:
2553         * docs/plugins/inspect/plugin-ogg.xml:
2554         * docs/plugins/inspect/plugin-pango.xml:
2555         * docs/plugins/inspect/plugin-playback.xml:
2556         * docs/plugins/inspect/plugin-queue2.xml:
2557         * docs/plugins/inspect/plugin-subparse.xml:
2558         * docs/plugins/inspect/plugin-tcp.xml:
2559         * docs/plugins/inspect/plugin-theora.xml:
2560         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2561         * docs/plugins/inspect/plugin-uridecodebin.xml:
2562         * docs/plugins/inspect/plugin-video4linux.xml:
2563         * docs/plugins/inspect/plugin-videorate.xml:
2564         * docs/plugins/inspect/plugin-videoscale.xml:
2565         * docs/plugins/inspect/plugin-videotestsrc.xml:
2566         * docs/plugins/inspect/plugin-volume.xml:
2567         * docs/plugins/inspect/plugin-vorbis.xml:
2568         * docs/plugins/inspect/plugin-ximagesink.xml:
2569         * docs/plugins/inspect/plugin-xvimagesink.xml:
2570         * ext/cdparanoia/gstcdparanoiasrc.c:
2571         * ext/ogg/gstoggdemux.c:
2572         * ext/ogg/gstoggdemux.h:
2573         * ext/ogg/gstoggmux.c:
2574         * ext/ogg/gstoggmux.h:
2575         * gst/audioconvert/audioconvert.c:
2576         * gst/audioconvert/audioconvert.h:
2577         * gst/audioconvert/gstaudioconvert.h:
2578         * gst/gdp/gstgdpdepay.h:
2579         * gst/gdp/gstgdppay.h:
2580         * gst/playback/gstdecodebin.c:
2581         * gst/playback/gstdecodebin2.c:
2582         * gst/playback/gstplaybin.c:
2583         * gst/playback/gstplaybin2.c:
2584         * gst/playback/gsturidecodebin.c:
2585         * gst/tcp/gstmultifdsink.c:
2586         * gst/tcp/gstmultifdsink.h:
2587         * gst/tcp/gsttcp.h:
2588
2589         Add some documentation comments, and some new headers to be scanned.
2590         Rename some internal enum declarations (audioconvert's DitherType and
2591         NoiseShapingType, GstUnitType from the TCP elements) to match the
2592         documented GObject type names so that the docs pick them up.
2593         Name the playbin2 docs markups properly so they get picked up. They'll
2594         need renaming back when/if playbin2 becomes playbin.
2595
2596         100% symbol coverage for the plugin docs, booya.
2597
2598 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2599
2600         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2601
2602         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2603         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2604
2605 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2606
2607         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2608
2609         * gst/playback/gstdecodebin.c: (remove_fakesink):
2610         Lock the fakesink before setting the state to NULL and removing it from
2611         the bin so that a concurrent state change cannot interfere. 
2612         Fixes #534331.
2613
2614 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2615
2616         * docs/Makefile.am:
2617         Fix installing plugin documentation when gtk-doc is disabled.
2618
2619 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2620
2621         * gst-libs/gst/rtsp/Makefile.am:
2622         Distribute, don't install md5.h
2623
2624 2008-05-21  Julien Moutte  <julien@fluendo.com>
2625
2626         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2627         instead of SOL_IP, works on more platforms.
2628         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2629         arguments.
2630
2631 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2632
2633         * ext/vorbis/vorbisdec.c:
2634         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2636         Some debug and comment fixes.
2637
2638         * tests/examples/dynamic/addstream.c: (main):
2639         Fix , to ;
2640
2641 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2642
2643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2644         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2645         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2646         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2647         (cleanup_decodebin):
2648         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2649         (connect_element), (gst_decode_group_control_demuxer_pad):
2650         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2651         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2652         (mute_group_type):
2653         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2654         (gst_play_bin_set_property), (handoff), (gen_video_element),
2655         (gen_text_element), (gen_audio_element), (gen_vis_element),
2656         (remove_sinks), (add_sink), (setup_sinks):
2657         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2658         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2659         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2660         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2661         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2662         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2663         (gen_vis_chain), (gst_play_sink_reconfigure),
2664         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2665         (gst_play_sink_request_pad):
2666         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2667         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2668         (cb_newpad):
2669         * gst/playback/test6.c: (new_decoded_pad_cb):
2670         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2671         * tests/check/elements/audiorate.c: (test_injector_chain),
2672         (do_perfect_stream_test):
2673         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2674         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2675         * tests/check/elements/gnomevfssink.c:
2676         * tests/check/elements/textoverlay.c:
2677         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2678         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2679         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2680         * tests/check/pipelines/oggmux.c: (test_pipeline):
2681         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2682         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2683         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2684         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2685         * tests/examples/seek/seek.c: (make_mod_pipeline),
2686         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2687         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2688         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2689         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2690         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2691         (update_fill), (msg_buffering):
2692         Don't use bad gst_element_get_pad().
2693
2694 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2695
2696         * gst-libs/gst/riff/riff-media.c:
2697           Fix wrong method name in docs. Fix calculation of strf fields for
2698           broken mulaw/alaw.
2699   
2700         * gst-libs/gst/riff/riff-read.c:
2701           Whitespace fix and removing double ';'.
2702
2703 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2704
2705         * docs/design/part-playbin2.txt:
2706         Add some leftover doc.
2707
2708 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2709
2710         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2711         Fix copy & paste error in last commit.
2712
2713 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2714
2715         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2716         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2717         other channel positions when source has SIDE channels and dest doesn't
2718         or the other way around.
2719
2720 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2721
2722         Patch by: Henrik Eriksson <henriken at axis dot com>
2723
2724         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2725         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2726         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2727         (gst_multi_fd_sink_get_property):
2728         * gst/tcp/gstmultifdsink.h:
2729         Add support for DSCP QOS. Fixes #469933.
2730
2731 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2732
2733         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2734         Add another test that checks if conversion between standard 1 and 2
2735         channel layouts with and without positions set is working.
2736
2737 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2738
2739         * gst-libs/gst/audio/multichannel.c:
2740         (gst_audio_check_channel_positions):
2741         Allow non-standard 2 channel layouts.
2742         
2743         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2744         Add some tests for converting and remapping non-standard 1 and 2
2745         channel layouts.
2746
2747 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2748
2749         * gst/audioconvert/gstchannelmix.c:
2750         (gst_channel_mix_fill_normalize):
2751         Prevent division by zero if the channel mix matrix contains only
2752         zeroes.
2753
2754 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2755
2756         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2757
2758         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2759         Close a buffer memory leak. Fixes bug #534071.
2760
2761 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2762
2763         * gst-libs/gst/rtsp/gstrtsptransport.h:
2764         Make the GstRTSPTransport struct members public as there are no
2765         setters/getters and it's supposed to be changed directly.
2766         Fixes bug #533087.
2767
2768 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2769
2770         * gst/adder/gstadder.c:
2771         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2772         claim this on the pad template caps.
2773
2774 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2775
2776         * gst-libs/gst/audio/gstbaseaudiosink.c:
2777         (gst_base_audio_sink_sync_latency):
2778         We can only use our optimal calibration if we prerolled before the
2779         latency expired.
2780
2781 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2782
2783         * configure.ac:
2784           Require core CVS for GstBaseSrc buffer caps setting magic.
2785
2786 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2787
2788         * gst/audioconvert/gstaudioconvert.c:
2789         (gst_audio_convert_fixate_channels):
2790         Fix logic in last commit.
2791
2792 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2793
2794         * gst/audioconvert/gstaudioconvert.c:
2795         (gst_audio_convert_fixate_channels):
2796         Passthrough the channel positions if the number of output channels is
2797         the same as the number of input channels, the input had a channel
2798         layout and downstream requests no special one. We did this already for
2799         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2800
2801 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2802
2803         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2804         (gst_gnome_vfs_src_finalize),
2805         (gst_gnome_vfs_src_received_headers_callback),
2806         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2807         * ext/gnomevfs/gstgnomevfssrc.h:
2808         Set the ICY caps on the srcpad from where they get picked up by the base
2809         class now and set on the outgoing buffers.
2810
2811         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2812         (gst_base_audio_src_create):
2813         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2814         BaseSrc now sets the caps on outgoing buffers automatically.
2815
2816 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2817
2818         * gst-libs/gst/audio/gstbaseaudiosink.c:
2819         (gst_base_audio_sink_resample_slaving),
2820         (gst_base_audio_sink_skew_slaving),
2821         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2822         (gst_base_audio_sink_async_play),
2823         (gst_base_audio_sink_change_state):
2824         Change the way in which the ringbuffer is started when dealing with a
2825         slaved clock and latency. We now sync to the clock until we reach
2826         upstream latency before starting the ringbuffer. This has the effect
2827         that we can accurately align the master and slave clocks and let the
2828         rate correction code take care of the initial drift or rounding errors
2829         instead of leaving them uncorrected with the old approach.
2830
2831 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2832
2833         * gst/audioconvert/gstaudioconvert.c:
2834         (gst_audio_convert_fixate_channels):
2835         Correctly set the default channel positions when converting to 8
2836         channels.
2837
2838 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2839
2840         * configure.ac:
2841           Error out if we don't have the required version of core.
2842
2843 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2844
2845         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2846           Use data scan helper in aac typefinder and stop scanning
2847           for headers when we've found a type. Also fix potential invalid
2848           memory access when calculating the frame length.
2849
2850 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2851
2852         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2853           (mpeg_sys_is_valid_pack):
2854           Don't modify scan context when we return FALSE in ensure_data, so
2855           it's possible to continue scanning, and we don't end up with a NULL
2856           data pointer and a positive size, which might bite us the next time
2857           we're called. Small constification.
2858
2859 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2860
2861         * gst/adder/gstadder.c:
2862         Adder doesn't support 24 bit samples so don't claim it supports them
2863         in the pad template caps.
2864
2865 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2866
2867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2868         (gst_base_rtp_depayload_chain):
2869         Validate the RTP packet before further processing it. It's just too
2870         dangerous to accept random packets and people are not forced to use a
2871         jitterbuffer or session manager to filter out the bad packets.
2872
2873         * gst-libs/gst/rtp/gstrtpbuffer.c:
2874         (gst_rtp_buffer_set_extension_data),
2875         (gst_rtp_buffer_get_payload_subbuffer):
2876         Small cleanups.
2877         When setting extension data in a buffer that is too small, we fail and
2878         we should not set the extension bit.
2879         Change GST_WARNINGS into g_warning because they really are
2880         programming errors.
2881
2882         * tests/check/libs/rtp.c: (GST_START_TEST):
2883         Catch the g_warnings now in the unit tests and that fact that failing to
2884         set extension data left the extension bit untouched.
2885
2886 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2887
2888         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2889           Revert previous change which made basetransform handle buffer_alloc
2890           and which breaks things badly in the non-passthrough case since it
2891           returned buffers with a different (ie. sometimes smaller) size than
2892           the size requested.
2893
2894 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2895
2896         Patch by: Bernard B <b-gnome at largestprime dot net>
2897
2898         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2899         Fix seqnum compare function for bordercase values and fix the docs
2900         again. Fixes #533075.
2901
2902         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2903         Add a testcase for seqnum compare function.
2904
2905 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2906
2907         * gst/adder/gstadder.c: (gst_adder_setcaps),
2908         (gst_adder_class_init):
2909         Correctly declare the supported endianness on the pad templates
2910         and check for correct endianness in the set caps function. Adder
2911         only supports native endianness.
2912         Also use gst_element_class_set_details_simple().
2913
2914 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2915
2916         * sys/xvimage/xvimagesink.c:
2917           Better debug logging in port value handling. Merging separate port
2918           value loops into one.
2919
2920 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2921
2922         Patch by: Hannes Bistry <hannesb at gmx dot de>
2923
2924         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2925         * gst/tcp/gsttcpserversink.c:
2926         (gst_tcp_server_sink_handle_server_read),
2927         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2928         Fix regression in clientsrc because we did not add the fd to the poll
2929         set anymore. Fixes #532364.
2930         Do some cleanups here and there.
2931
2932 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2933
2934         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2935         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2936         * gst/playback/gstplay-marshal.list:
2937         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2938         Use correct marshallers. GstCaps are a boxed type and no GObject
2939         subclass.
2940
2941 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2942
2943         * win32/common/libgstrtsp.def:
2944         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2945         symbols.
2946
2947 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2948
2949         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2950
2951         * tests/check/elements/audioresample.c:
2952         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2953         (live_switch_push), (GST_START_TEST):
2954         Add unit test for the latest basetransform negotiation changes.
2955         See bug #526768.
2956
2957 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2958
2959         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2960         Fix nv12<->nv21 conversion if stride is larger than width.
2961
2962 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2963
2964         Patch by: Jan Gerber <j at oil21 dot org>
2965
2966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2967         (gst_ogg_pad_parse_skeleton_fisbone):
2968         * ext/ogg/gstoggdemux.h:
2969         Parse presentation time from skeleton streams and use it as offset
2970         for the timestamps. Fixes bug #530068.
2971
2972 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2973
2974         * gst-libs/gst/audio/gstbaseaudiosink.c:
2975         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2976         Revert previous patch that attempted to more accurately calculate the
2977         initial offset between master and slave clock. The best thing we can do
2978         in general is take the time of both clocks as the diff since we don't
2979         know when the actual preroll happened.
2980
2981 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2982
2983         * gst-libs/gst/pbutils/install-plugins.c:
2984           Fix docs: type and missing word.
2985
2986 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2987
2988         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2989           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2990           for this instead; don't check if we've found enough markers after
2991           each and every step, it's enough to do that only if we've actually
2992           found a new marker.
2993           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2994
2995 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2996
2997         * gst/typefind/gsttypefindfunctions.c:
2998           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2999           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3000           (mpeg_video_stream_type_find):
3001           Move scan helper thingy to the beginning of the file so we can use
3002           it in other typefind functions. Rename it to something more
3003           generic. Also improve handling of things towards the end of the
3004           typefind data: peek as much as we can if we know the size of the
3005           data, rather than just min_size.
3006
3007 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3008
3009         * docs/libs/gst-plugins-base-libs-sections.txt:
3010         * gst-libs/gst/interfaces/colorbalance.c:
3011         * gst-libs/gst/interfaces/colorbalance.h:
3012         * gst-libs/gst/interfaces/colorbalancechannel.c:
3013         * gst-libs/gst/interfaces/colorbalancechannel.h:
3014         * gst-libs/gst/interfaces/tuner.c:
3015         * gst-libs/gst/interfaces/tunerchannel.c:
3016         * gst-libs/gst/interfaces/tunerchannel.h:
3017         * gst-libs/gst/interfaces/tunernorm.c:
3018         * gst-libs/gst/interfaces/tunernorm.h:
3019         * gst-libs/gst/video/video.c:
3020         * gst-libs/gst/video/video.h:
3021         Document the GstTuner and GstColorBalance interfaces, and some
3022         other random API functions that needed it. 70% symbol coverage, woo.
3023
3024 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3025
3026         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3027         Choose to allocate one less segment but require one additional segment
3028         as latency. 
3029
3030         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3031         No need to increment the number of segments in the source.
3032
3033         * gst-libs/gst/audio/gstbaseaudiosink.c:
3034         (gst_base_audio_sink_get_time), (clock_convert_external),
3035         (gst_base_audio_sink_resample_slaving),
3036         (gst_base_audio_sink_skew_slaving),
3037         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3038         (gst_base_audio_sink_async_play):
3039         Remove adding latency when returning the internal time while subtracting
3040         it again when we use the value a little later.
3041         When calculating the end timestamp, we are making a rounding error
3042         with the current algorithm. Ensure that we don't accumulate these
3043         rounding errors when aligning samples by not resampling at all if we
3044         don't need to. Fixes #419351.
3045         Make the initial calibration of the clock slaving a little more
3046         predictable and accurate. Also handle the case where we don't do
3047         clock slaving.
3048
3049 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         Based on a patch by:
3052           Björn Benderius <bjoern dot benderius at axis dot com>
3053
3054         * gst/ffmpegcolorspace/avcodec.h:
3055         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3056         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3057         (gst_ffmpegcsp_avpicture_fill):
3058         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3059         * gst/ffmpegcolorspace/imgconvert_template.h:
3060         Add conversions from/to NV12 and NV21 and conversions between those
3061         two formats. Fixes bug #532166.
3062
3063 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3064
3065         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3066         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3067         which happens for example with files smaller than 128kb.
3068
3069 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3070
3071         Patch by: Wouter Cloetens <zombie at e2big dot org>
3072
3073         * gst-libs/gst/rtsp/Makefile.am:
3074         * gst-libs/gst/rtsp/gstrtspconnection.c:
3075         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3076         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3077         (add_auth_header), (gst_rtsp_connection_free),
3078         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3079         (gst_rtsp_connection_set_auth_param),
3080         (gst_rtsp_connection_clear_auth_params):
3081         * gst-libs/gst/rtsp/gstrtspconnection.h:
3082         Add Digest authorization support for RTSP connections. See #532065.
3083
3084         * gst-libs/gst/rtsp/md5.c:
3085         * gst-libs/gst/rtsp/md5.h:
3086         Yeap, another md5 implementation until we can depend on a glib that has
3087         support for it.
3088
3089 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3090
3091         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3092
3093         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3094         Let audioresample use the buffer allocation of basetransform instead
3095         of it's own stuff.
3096
3097         * tests/check/elements/audioresample.c: (alloc_only_48000),
3098         (GST_START_TEST), (audioresample_suite):
3099         Add unit test for the recent basetransform bugfix, where upstream
3100         changes caps to something that can't be passed through anymore.
3101
3102 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3103
3104         * win32/common/config.h.in:
3105           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3106           use the real thing than having "???" unconditionally.
3107
3108 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3109
3110         * gst-libs/gst/audio/gstbaseaudiosink.c:
3111         (gst_base_audio_sink_query):
3112         Report the latency with the new seglatency parameter.
3113
3114         * gst-libs/gst/audio/gstringbuffer.c:
3115         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3116         (gst_ring_buffer_acquire):
3117         * gst-libs/gst/audio/gstringbuffer.h:
3118         Add new field to the ringbufferspec to specify the expected latency
3119         between the underlying device read/write pointer, this is needed
3120         when writing sinks that sit a little closer to the hardware.
3121         Add some more docs for other fields.
3122
3123 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3124
3125         * gst/volume/gstvolume.c: (volume_transform_ip):
3126         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3127         reason instead of crashing later. Might fix bug #509125.
3128
3129 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3130
3131         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3132
3133         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3134         * gst/audioconvert/audioconvert.h:
3135         * gst/audioconvert/gstaudioconvert.c:
3136         (gst_audio_convert_parse_caps),
3137         (structure_has_fixed_channel_positions),
3138         (gst_audio_convert_transform_caps):
3139         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3140         Add support for more than 8 channels and NONE channel layouts. For
3141         more than 8 channels no channel conversion is supported yet, only
3142         format conversions are supported. Fixes bug #398033.
3143
3144         * tests/check/elements/audioconvert.c: (verify_convert),
3145         (GST_START_TEST), (audioconvert_suite):
3146         Add some unit tests by Tim for checking the NONE channel layouts
3147         and more than 8 channels and add some more unit tests for channel
3148         conversions.
3149
3150 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3151
3152         * gst/playback/gstdecodebin2.c: (connect_pad):
3153         When autoplugging fails, set the element back to NULL before
3154         unreffing it.
3155
3156 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3157
3158         * win32/common/libgstaudio.def:
3159         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3160         symbols.
3161
3162 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3163
3164         * gst/subparse/samiparse.c: (handle_start_sync),
3165         (end_sami_element), (characters_sami):
3166         Remove trailing, leading and double whitespaces.
3167         Correctly timestamp buffers and output the last buffer too.
3168
3169         * tests/check/elements/subparse.c: (GST_START_TEST),
3170         (subparse_suite):
3171         Add a simple unit test for SAMI parsing.
3172
3173 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3174
3175         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3176
3177         * gst/subparse/samiparse.c: (handle_start_sync),
3178         (start_sami_element), (end_sami_element), (characters_sami),
3179         (sami_context_reset):
3180         Only output characters inside the "sync" elements. There could be
3181         other elements like "style" that have some content but should
3182         not be printed. Fixes bug #467911.
3183
3184 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3185
3186         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3187         (set_active_source):
3188         * gst/playback/gstplaybasebin.h:
3189         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3190         (playbin_set_audio_mute):
3191         Allow setting -1 as current-audio to mute the current audio stream,
3192         similar to what is done for subtitles. Fixes bug #342294.
3193
3194 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3195
3196         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3197         It's SorensOn and not SorensEn.
3198
3199 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3200
3201         * gst-libs/gst/pbutils/descriptions.c: (formats):
3202           Fix description of video/x-flash-video.
3203
3204 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3205
3206         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3207         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3208         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3210         Remove some unused code.
3211
3212         * gst/audioconvert/gstaudioquantize.c:
3213         (gst_audio_quantize_free_noise_shaping):
3214         Don't return before freeing the noise shaping history.
3215
3216 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3217
3218         * tests/check/elements/subparse.c: (do_test),
3219           (test_tmplayer_style3b), (subparse_suite):
3220           Add unit test for the tmplayer variant from bug #530962.
3221
3222 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3223
3224         * gst/subparse/gstsubparse.c: (handle_buffer),
3225           (gst_sub_parse_sink_event):
3226         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3227           (tmplayer_parse_line):
3228           Fix parsing of tmplayer subtitle variant where every single line contains
3229           text and there isn't an empty line after each line to determine the
3230           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3231           making sure that we push out the last line of text without a duration if
3232           there's still text left in the buffer at the end.
3233
3234 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3235
3236         * gst/subparse/gstsubparse.c: (feed_textbuf):
3237           Fix detection of discontinuities based on the buffer offset (doesn't work
3238           so well if no buffer offset is set) and also check for the DISCONT buffer
3239           flag. This keeps the parser state from being reset after each buffer in
3240           the unit test.
3241
3242 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3243
3244         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3245           Further fine-tuning: don't absolutely require sequence or GOP headers
3246           (as introduced in the previous commit), but adjust the typefind
3247           probabilities returned accordingly if we don't see them. Also make sure
3248           picture header and first slice are somewhat close to each other (which
3249           is not perfect but still better than requiring a fixed offset or having
3250           no limit at all).
3251
3252 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3253
3254         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3255         (gst_basertppayload_sink_setcaps),
3256         (gst_basertppayload_sink_getcaps):
3257         Rename the setcaps/getcaps function internally to make it clear that
3258         they are called for the sink pad.
3259
3260 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3261
3262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3263         (gst_base_rtp_depayload_class_init),
3264         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3265         (gst_base_rtp_depayload_packet_lost),
3266         (gst_base_rtp_depayload_set_gst_timestamp):
3267         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3268         Catch packet-lost events from the jitterbuffer and convert them into a
3269         vmethod call (lost-packet) so that depayloaders can do something smart.
3270         Also add a default packet-lost function that sends out a segment update
3271         to the decoders.
3272
3273 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3274
3275         * gst/playback/test4.c:
3276         * gst/playback/test5.c:
3277         * gst/playback/test6.c:
3278         * gst/playback/test7.c:
3279           Also include config.h when relying on defines from it. Fixes the
3280           build. Its been a please to serve :)
3281
3282 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3283
3284         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3285         (paint_setup_NV21), (paint_hline_NV12_NV21):
3286         Add support for NV12 and NV21 in videotestsrc
3287
3288 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3289
3290         * gst/videoscale/gstvideoscale.c:
3291         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3292         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3293         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3294         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3295         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3296         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3297         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3298         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3299         (vs_image_scale_linear_RGB555):
3300         Support 1x1 images as input and output as for example the BBC HQ new
3301         streams have 1x1 GIFs in the playlists for some reason.
3302
3303 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3304
3305         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3306           (try_to_link_1):
3307           If we can't activate one of the decoders we plugged in (such as,
3308           say, musepackdec) for some reason (it might not support push mode,
3309           for example), remove any pad probes that close_pad_link() might
3310           have set up. This makes sure we later don't try to remove a probe
3311           for a pad that doesn't exist any longer, and avoids nast warnings
3312           and probably other things too.
3313
3314 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3315
3316         * gst/typefind/gsttypefindfunctions.c:
3317           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3318           (plugin_init):
3319           Rework mpeg video stream typefinding a bit more: make sure sequence,
3320           GOP, picture and slice headers appear in the order they should and
3321           that we've in fact at least had one of each; fix picture header
3322           detection; decouple picture and slice header check - don't assume
3323           they're at a fixed offset, there may be extra data in between. Also,
3324           announce varying degrees of probability depending on what we found
3325           exactly (multiple pictures, at least one picture, just sequence and
3326           GOP headers). Finally, in _ensure_data(), take into account that we
3327           might be typefinding smaller amounts of data, such as the first
3328           buffer of a stream, so fall back to the minimum size needed as long
3329           as that's available, instead of erroring out if there's less than
3330           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3331           fuzzed file from #399342 as valid.
3332
3333 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3334
3335         * ext/theora/theoradec.c:
3336           Cool kids don't divide by zero.
3337           Treat PAR of x:0 as 1:1.
3338           Fixes #530719.
3339
3340 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3341
3342         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3343           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3344           (mpeg_video_stream_type_find):
3345           Refactor a bit: use context structure to track parsing offset and
3346           size of available data and make the code a bit clearer. Fixes bad
3347           memory access in #356937.
3348
3349 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3350
3351         * gst/playback/test4.c:
3352         * gst/playback/test5.c:
3353         * gst/playback/test6.c:
3354         * gst/tcp/gstmultifdsink.c:
3355           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3356           is defined.
3357
3358 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3359
3360         * gst-libs/gst/audio/gstbaseaudiosink.h:
3361         Clarify some docs.
3362
3363         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3364         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3365         (gst_base_audio_src_set_slave_method),
3366         (gst_base_audio_src_get_slave_method),
3367         (gst_base_audio_src_set_property),
3368         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3369         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3370         Add property and methods for selecting the clock slave method in the
3371         source, like in the sink.
3372         We only implement "none" and "re-timestamp" for now.
3373         API: gst_base_audio_src_set_slave_method()
3374         API: gst_base_audio_src_get_slave_method()
3375
3376 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3377
3378         * gst-libs/gst/rtp/gstrtpbuffer.c:
3379         Fix the docs about the seqnum compare function, it returns a difference.
3380
3381 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3382
3383         * ext/alsa/gstalsadeviceprobe.c:
3384         (gst_alsa_get_device_list): Don't return before freeing up
3385         the allocated structures.
3386
3387 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3388
3389         * gst/playback/gstplaybin.c:
3390           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3391
3392 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3393
3394         * ext/ogg/gstoggdemux.c:
3395           Revert the event part, that should not go in.
3396
3397 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3398
3399         * ext/ogg/gstoggdemux.c:
3400           Don't leak GstPluginFeatures when filtering.
3401
3402 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3403
3404         * sys/xvimage/xvimagesink.c:
3405           Add some logging for cases when grabbing the xv failed.
3406
3407 2008-04-21  David Schleef  <ds@schleef.org>
3408
3409         * ext/ogg/gstoggmux.c:
3410           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3411           packet.  Should conform to what we currently think is the
3412           final Ogg/Dirac muxing spec.
3413
3414 2008-04-21  David Schleef  <ds@schleef.org>
3415
3416         * sys/xvimage/xvimagesink.c:
3417           Fix typo that causes the overlay keying color to bright green
3418           on a 16-bit display.  Dark grey good.  Bright green bad.
3419
3420 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3421
3422         * ext/gnomevfs/gstgnomevfsuri.c:
3423           Add  FIXME comment about using uri-list for source and sink.
3424
3425 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3426
3427         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3428         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3429         vaargs functions to gint. Otherwise the fractions will get 0 set
3430         instead of the correct value on big endian systems. Fixes bug #529018.
3431
3432 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3433
3434         * ext/gnomevfs/gstgnomevfssink.c:
3435         (gst_gnome_vfs_sink_uri_get_protocols):
3436         * ext/gnomevfs/gstgnomevfssrc.c:
3437         (gst_gnome_vfs_src_uri_get_protocols):
3438         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3439         (gst_gnomevfs_get_supported_uris):
3440         Get the list of supported URI schemes in a threadsafe way and use the
3441         same list for the source and sink.
3442
3443 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3444
3445         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3446         (gst_gio_get_supported_protocols):
3447         Don't generate a new supported protocols list on each call but cache
3448         it. It's supposed to be static anyway, this way we only leak it once
3449         per process.
3450
3451         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3452         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3453         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3454         (gst_gio_sink_start):
3455         * ext/gio/gstgiosink.h:
3456         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3457         (gst_gio_src_class_init), (gst_gio_src_finalize),
3458         (gst_gio_src_set_property), (gst_gio_src_get_property),
3459         (gst_gio_src_start):
3460         * ext/gio/gstgiosrc.h:
3461         API: Add "file" properties where one can set a GFile as
3462         source/destination.
3463
3464         Add locking to the properties and use
3465         gst_element_class_set_details_simple() instead of a static
3466         GstElementDetails struct.
3467
3468 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3469
3470         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3471         (plugin_init):
3472         Add "mpp" and "mp+" as possible extensions for MusePack files.
3473
3474         Add typefinding for MusePack StreamVersion 8 files and include the
3475         stream version in the caps.
3476
3477 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3478
3479         * gst-libs/gst/rtp/gstrtppayloads.c:
3480         (gst_rtp_payload_info_for_name):
3481         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3482
3483 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3484
3485         * configure.ac:
3486           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3487           (NB: this only affects compilation of some of the examples).
3488           Remove some configure.ac cruft that's not needed any longer.
3489
3490 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3491
3492         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3493         Don't validate the payload if there isn't any.
3494         Fixes #525915
3495
3496 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3497
3498         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3499         Use g_atomic_int_set() instead of gst_atomic_int_set().
3500
3501 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3502
3503         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3504         Return NULL instead of a gchar * array with one NULL element if we
3505         don't get any supported URI schemes from GIO.
3506
3507 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3508
3509         * gst/audiotestsrc/gstaudiotestsrc.c:
3510           Remove cpp style commented old code.
3511
3512 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3513
3514         * gst/playback/gstdecodebin2.c:
3515           Fix signal docs.
3516
3517 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3518
3519         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3520           (gst_text_overlay_init):
3521           Fix textoverlay unit test again by making the supposed default
3522           value for the wait-text property the actual default value.
3523           Also fix Since: tag for new property.
3524
3525 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3528           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3529           (gst_video_format_get_pixel_stride),
3530           (gst_video_format_get_component_width),
3531           (gst_video_format_get_component_height),
3532           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3533           (gst_video_format_convert):
3534           Add guards to these functions to ensure sane input values.
3535
3536         * tests/check/libs/video.c:
3537           Fix unit test not to create caps with width=0 and height=0.
3538
3539 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3540
3541         * docs/design/draft-keyframe-force.txt:
3542         Fix typo.
3543
3544         * gst/playback/gstqueue2.c: (update_buffering),
3545         (gst_queue_handle_src_query):
3546         Set buffering mode in the messages.
3547         Set buffering percent in the query.
3548
3549         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3550         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3551         Do some more fancy things based on the buffering method in use.
3552
3553 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3554
3555         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3556         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3557         (msg_buffering), (main):
3558         Add basic download reports to seek using the new buffering API.
3559
3560 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3561
3562         * gst/playback/gstqueue2.c: (update_buffering),
3563         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3564         (gst_queue_src_checkgetrange_function):
3565         Include extra buffering stats in the buffering message.
3566         Implement BUFFERING query.
3567
3568         * gst/playback/gsturidecodebin.c: (do_async_start),
3569         (do_async_done), (type_found), (setup_streaming), (setup_source),
3570         (gst_uri_decode_bin_change_state):
3571         Only add decodebin2 when the type is found in streaming mode.
3572         Make uridecodebin async to PAUSED even when we don't have decodebin2
3573         added yet.
3574
3575 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3576
3577         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3578         Filter cdda from the supported URI schemes. We can't support
3579         musicbrainz tags and everything else one expects from a cdda source
3580         with GIO. Fixes bug #526794.
3581
3582 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3583
3584         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3585         (gst_xvimagesink_buffer_alloc):
3586         Fix calculation of 'expected size' for YV12 buffers.
3587         Be a little more verbose in the debug output for buffer-alloc'ed
3588         buffers which turn out to have the wrong size.
3589
3590 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3591
3592         * NEWS:
3593         * RELEASE:
3594         * gst-plugins-base.doap:
3595           Merge other changes from 0.10.19 release branch.
3596
3597 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3598
3599         * gst-libs/gst/audio/gstbaseaudiosink.c:
3600           (gst_base_audio_sink_class_init):
3601         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3602           (gst_base_audio_src_class_init):
3603         * gst/playback/gstplayback.c: (plugin_init):
3604         * gst/volume/gstvolume.c: (plugin_init):
3605           Work around missing bits of thread-safety on older GLibs some
3606           more to avoid assertions when starting up multiple playbin
3607           objects concurrently (see #512382).
3608
3609 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3612           Remove some more fields.
3613
3614 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3615
3616         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3617
3618         * configure.ac:
3619         Actually build dlls when cross-compiling with mingw32.
3620         Fixes bug #526247.
3621
3622 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3623
3624         * configure.ac:
3625           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3626
3627 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3628
3629         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3630         (msg_buffering), (connect_bus_signals), (main):
3631         Add statusbar.
3632         Add buffering support with feedback in the statusbar.
3633
3634 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3635
3636         * ext/ogg/gstoggmux.c:
3637           Fix sample pipeline description.
3638
3639 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3640
3641         * docs/plugins/Makefile.am:
3642         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3643         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3644         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3645           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3646
3647         * docs/plugins/gst-plugins-base-plugins.args:
3648         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3649         * docs/plugins/gst-plugins-base-plugins.interfaces:
3650         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3651         * docs/plugins/inspect/plugin-adder.xml:
3652         * docs/plugins/inspect/plugin-alsa.xml:
3653         * docs/plugins/inspect/plugin-audioconvert.xml:
3654         * docs/plugins/inspect/plugin-audiorate.xml:
3655         * docs/plugins/inspect/plugin-audioresample.xml:
3656         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3657         * docs/plugins/inspect/plugin-cdparanoia.xml:
3658         * docs/plugins/inspect/plugin-decodebin.xml:
3659         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3660         * docs/plugins/inspect/plugin-gdp.xml:
3661         * docs/plugins/inspect/plugin-gnomevfs.xml:
3662         * docs/plugins/inspect/plugin-libvisual.xml:
3663         * docs/plugins/inspect/plugin-ogg.xml:
3664         * docs/plugins/inspect/plugin-pango.xml:
3665         * docs/plugins/inspect/plugin-playback.xml:
3666         * docs/plugins/inspect/plugin-queue2.xml:
3667         * docs/plugins/inspect/plugin-subparse.xml:
3668         * docs/plugins/inspect/plugin-tcp.xml:
3669         * docs/plugins/inspect/plugin-theora.xml:
3670         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3671         * docs/plugins/inspect/plugin-uridecodebin.xml:
3672         * docs/plugins/inspect/plugin-video4linux.xml:
3673         * docs/plugins/inspect/plugin-videorate.xml:
3674         * docs/plugins/inspect/plugin-videoscale.xml:
3675         * docs/plugins/inspect/plugin-videotestsrc.xml:
3676         * docs/plugins/inspect/plugin-volume.xml:
3677         * docs/plugins/inspect/plugin-vorbis.xml:
3678         * docs/plugins/inspect/plugin-ximagesink.xml:
3679         * docs/plugins/inspect/plugin-xvimagesink.xml:
3680           Update introspection data.
3681
3682         * ext/ogg/gstoggmux.c:
3683           Document oggmux.
3684
3685         * gst/playback/gstdecodebin2.c:
3686           Don't use gtk-doc style comment start for private stuff, but make it
3687           formatted like this for consistency.
3688
3689 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3690
3691         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3692         (gst_decode_bin_init), (gst_decode_bin_dispose),
3693         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3694         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3695         (analyze_new_pad), (connect_pad), (expose_pad),
3696         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3697         (gst_decode_group_expose), (gst_decode_group_free),
3698         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3699         Remove fakesink hack, we can now implement this more elegantly.
3700         Added property to bypass typefinding.
3701         Removed underrun callback and demuxer pad probe, we now use the srcpad
3702         probe to expose groups.
3703         API::sink-caps property
3704
3705         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3706         Guard against multiple emissions of the no_more_pads signal, which
3707         happens when we are dealing with chained oggs.
3708
3709         * gst/playback/gsturidecodebin.c: (remove_decoders),
3710         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3711         (setup_source):
3712         For streams, use our own typefind element and plug our queue after it.
3713         We will need this to determine the type of buffering to use for the
3714         queue soon.
3715
3716 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         * gst-libs/gst/audio/gstbaseaudiosink.c:
3719         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3720         Guard against over and underflows because of clock slaving.
3721         When we are using our own clock, still compensate for any calibrations
3722         that we might have done to our clock.
3723
3724 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3725
3726         * ext/theora/theoradec.c: (theora_handle_type_packet),
3727         (theora_dec_chain):
3728         Don't try to do anything fancy with the return code from pushing an
3729         event, it does not have enough information to turn it into a
3730         GST_FLOW_ERROR.
3731
3732 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3733
3734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3735         (gst_ogg_demux_chain_elem_pad):
3736         Add small debug line.
3737         Pass return code from the internal decoder instead of the too generic
3738         GST_FLOW_ERROR.
3739
3740 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3741
3742         * gst-libs/gst/cdda/Makefile.am:
3743         * gst-libs/gst/cdda/base64.c:
3744         * gst-libs/gst/cdda/base64.h:
3745         * gst-libs/gst/cdda/gstcddabasesrc.c:
3746         (gst_cddabasesrc_calculate_musicbrainz_discid):
3747         Use GLib's base64 implementation instead of our own.
3748
3749 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3750
3751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3752         (gst_ogg_demux_read_chain):
3753         Refix oggdemux, we only have a problem if we failed to find a chain and
3754         we are not EOF.
3755
3756 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3757
3758         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3759
3760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3761         (gst_ogg_demux_read_chain):
3762         When we fail to find a BOS page and we and up with no chain, error out
3763         properly instead of segfaulting. Fixes #525665.
3764
3765 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3766
3767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3768         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3769         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3770         no-more-pads...
3771
3772 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3773
3774         * gst/playback/gstqueue2.c: (update_out_rates),
3775         (gst_queue_open_temp_location_file),
3776         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3777         (gst_queue_handle_src_query), (gst_queue_set_property):
3778         Update the estimated input data when we push out a buffer.
3779         Add some debug info about the temp file.
3780         Only forward src events when we are not using a temp file.
3781         Don't block the duration query, we need to find something better.
3782         Don't leak the temp filename.
3783
3784 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3785
3786         * configure.ac:
3787         Require GLib 2.12 and liboil 0.3.14.
3788
3789         * gst/volume/gstvolume.c: (volume_process_double):
3790         Unconditionally use liboil 0.3.14 function.
3791
3792 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3793
3794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3795         ms-gsm can have arbitrarty sample rates. See #481354.
3796
3797 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3798
3799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3800         MP4S is generic MPEG-4, not a microsoft variant.
3801
3802 2008-03-27  Michael Smith <msmith@fluendo.com>
3803
3804         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3805           Check the body CRC (if set) when depayloading.
3806           Fixes #522401.
3807
3808 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3811           Fix Since: version for new property.
3812
3813 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3814
3815         * gst-libs/gst/rtsp/gstrtspconnection.c:
3816         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3817         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3818         Don't error when poll_wait returns EAGAIN.
3819
3820 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3821
3822         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3823         The queue is never filled when there are no buffers in the queue at all.
3824         Fixes #523993.
3825
3826 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3827
3828         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3829         (init_group), (free_group), (gst_play_bin_init),
3830         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3831         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3832         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3833         (gst_play_bin_set_current_video_stream),
3834         (gst_play_bin_set_current_audio_stream),
3835         (gst_play_bin_set_current_text_stream),
3836         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3837         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3838         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3839         (activate_group), (deactivate_group), (setup_next_source),
3840         (save_current_group), (gst_play_bin_change_state):
3841         Update some docs.
3842         Add new locks and conds to protect pipeline creation and group
3843         switching.
3844         Implement the sub-uri property.
3845         Keep track of pending uridecodebin creation and configure the output
3846         pipeline after all streams are configured.
3847         Propagate subtitle encoding to the uridecodebins.
3848         Implement getting the video/audio/visualisation elements.
3849         Use input-selector for stream switching.
3850         If we are asked to do visualisation, prefer to autoplug raw sinks
3851         instead of sinks that accept encoded data.
3852
3853 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3856         (gst_play_sink_init), (gst_play_sink_dispose),
3857         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3858         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3859         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3860         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3861         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3862         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3863         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3864         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3865         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3866         * gst/playback/gstplaysink.h:
3867         Add methods to get audio/video/vis elements.
3868         Add methods to set the font description for the overlay.
3869         Remove properties, we're using this element with its methods only.
3870         Add support for subtitles.
3871         Rearrange the locking a bit to not use the object lock for protecting
3872         the pipeline construction.
3873         Try to use the volume and mute property on the sink when its available.
3874         Implement the mute option with volume when the sink does not have a mute
3875         property.
3876         Only add volume element when the sink has no volume property.
3877         Only do visualisations with raw audio pads.
3878
3879 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3880
3881         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3882         (gst_text_overlay_init), (gst_text_overlay_set_property),
3883         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3884         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3885         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3886         (gst_text_overlay_change_state):
3887         * ext/pango/gsttextoverlay.h:
3888         Add property to configure waiting for text on the textpad or not, with
3889         the default behaviour being the old one (always wait for text before
3890         rendering the video). This default behaviour is usually not the best one
3891         because the text stream can very sparse and could require queueing a lot
3892         of video.
3893         Fix the flushing and EOS handing so that we don't mix up their meaning.
3894
3895 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3896
3897         * gst/playback/gsturidecodebin.c:
3898         (gst_uri_decode_bin_autoplug_factories),
3899         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3900         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3901         (gst_uri_decode_bin_set_property),
3902         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3903         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3904         (proxy_autoplug_factories_signal), (make_decoder),
3905         (source_new_pad), (setup_source):
3906         Add a readonly source property and notify.
3907         Add new lock for protecting the construction of the pipeline.
3908         Keep track of the decodebins we plugged.
3909         Correctly proxy the autoplug signal so that it actually continues.
3910         Proxy subtitle-encoding to the decodebins.
3911
3912 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3913
3914         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3915         (text_toggle_cb), (update_streams), (main):
3916         Rearrange some buttons in playbin2 and make some other boxes insensitive
3917         when needed.
3918         Add language codes to subtitle selection boxes when we gind the right
3919         tags for the streams.
3920
3921 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3922
3923         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3924         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3925         (gst_decode_bin_set_subs_encoding),
3926         (gst_decode_bin_get_subs_encoding),
3927         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3928         (deactivate_free_recursive):
3929         Protect caps property with the object lock.
3930         Protect encoding property with the object lock.
3931         Keep list of elements we added that have the subtitle-encoding property.
3932         Distribute the subtitle-encoding to all of the elements when it
3933         changes.
3934
3935 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3936
3937         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3938         Small debug improvement.
3939
3940         * gst-libs/gst/audio/gstbaseaudiosink.c:
3941         (gst_base_audio_sink_render):
3942         Fix bug in determining the sample start/stop position, we want to base
3943         this decision on the fact that we are going forwards or backwards, not
3944         slower or faster. This fixes some ugly resync warnings when playing at
3945         very slow speeds.
3946
3947 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3948
3949         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3950         Correctly set the supported URI schemes and don't leave
3951         some schemes in the middle or at the start at NULL.
3952
3953 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3954
3955         * tests/check/elements/gdpdepay.c:
3956           Make test compile without unused function/variable warnings on PPC.
3957  
3958 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3959
3960         * configure.ac:
3961         * ext/alsa/gstalsamixerelement.c:
3962         (gst_alsa_mixer_element_class_init):
3963         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3964         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3965         * ext/cdparanoia/gstcdparanoiasrc.c:
3966         (gst_cd_paranoia_src_class_init):
3967         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3968         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3969         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3970         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3972         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3974         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3975         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3976         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3977         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3978         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3979         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3980         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3981         (gst_audio_filter_template_class_init):
3982         * gst-libs/gst/audio/gstbaseaudiosink.c:
3983         (gst_base_audio_sink_class_init):
3984         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3985         (gst_base_audio_src_class_init):
3986         * gst-libs/gst/cdda/gstcddabasesrc.c:
3987         (gst_cdda_base_src_class_init):
3988         * gst-libs/gst/interfaces/mixertrack.c:
3989         (gst_mixer_track_class_init):
3990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3991         (gst_base_rtp_depayload_class_init):
3992         * gst-libs/gst/rtp/gstbasertppayload.c:
3993         (gst_basertppayload_class_init):
3994         * gst/audioconvert/gstaudioconvert.c:
3995         (gst_audio_convert_class_init):
3996         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3997         * gst/audioresample/gstaudioresample.c:
3998         (gst_audioresample_class_init):
3999         * gst/audiotestsrc/gstaudiotestsrc.c:
4000         (gst_audio_test_src_class_init):
4001         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4002         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4003         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4004         (preroll_unlinked):
4005         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4006         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4007         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4008         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4009         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4010         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4011         (gst_stream_selector_class_init):
4012         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4013         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4014         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4015         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4016         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4017         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4018         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4019         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4020         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4021         * gst/videotestsrc/gstvideotestsrc.c:
4022         (gst_video_test_src_class_init):
4023         * gst/volume/gstvolume.c: (gst_volume_class_init):
4024         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4025         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4026         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4028         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4030         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4031         static strings (i.e. all). This gives us less memory usage,
4032         fewer allocations and thus less memory defragmentation. Depend
4033         on core CVS for this. Fixes bug #523806.
4034
4035 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4036
4037         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4038         Filter http and https protocols. GIO/GVfs handles them but it's
4039         impossible to implement iradio/icecast with it. Better use
4040         souphttpsrc or something else for this.
4041
4042         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4043         If getting the file informations by a query fails try it with the
4044         seek-to-end trick too.
4045
4046 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4047
4048         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4049         (gst_volume_base_init), (gst_volume_class_init),
4050         (volume_process_double), (volume_process_float),
4051         (volume_transform_ip), (plugin_init):
4052         memset buffers to zero if we get a GAP buffer. We usually see a
4053         buffer as one unit so let's handle it as one and don't care about
4054         volume changes while processing one buffer.
4055         Also clean up some stuff a bit.
4056
4057 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4058
4059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4060         (gst_audio_convert_create_silence_buffer),
4061         (gst_audio_convert_transform):
4062         Make audioconvert GAP-aware by outputting silence buffers when the
4063         input has the GAP flag set. This is up to 8x faster.
4064         Based on a patch by Stefan Kost. Fixes bug #517813.
4065
4066 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4067
4068         * gst/volume/gstvolume.c: (volume_process_double):
4069         Use oil_scalarmultiply_f64_ns() for double processing when it's
4070         available at compile time.
4071
4072 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4073
4074         * configure.ac:
4075         Fix lrint/lrintf checks to actually work. These functions are
4076         in libm on Linux at least so try to link to it.
4077
4078 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4079
4080         * configure.ac:
4081         Back to development - 0.10.18.1
4082
4083 === release 0.10.18 ===
4084
4085 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4086
4087         * configure.ac:
4088           releasing 0.10.18, "I will follow"
4089
4090 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4091
4092         * configure.ac:
4093         * win32/common/config.h:
4094         0.10.17.4 pre-release
4095
4096 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4097
4098         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4099         Use GST_STR_NULL when trying to print strings that could be NULL because
4100         this might crash on some platforms. See #520808.
4101
4102 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4103
4104         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4105
4106         * gst-libs/gst/rtsp/gstrtspconnection.c:
4107         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4108         (read_line), (gst_rtsp_connection_read_internal):
4109         Generic Windows fixes that makes libgstrtsp work on Windows when
4110         coupled with the new GstPoll API. See #520808.
4111
4112 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4113
4114         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4115
4116         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4117           If seeking to a new position succeeds don't simply return from
4118           create() without creating a buffer. Do this only in the case
4119           seeking to the new position fails. Fixes bug #523054.
4120
4121 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4124           (gst_video_format_from_rgba32_masks):
4125           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4126           (#522635).
4127
4128         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4129           Add unit test for the RGB caps parsing and creation, checking for
4130           internal consistency of the new API and consistency of the API with
4131           the old GST_VIDEO_CAPS_* defines.
4132
4133 2008-03-14  David Schleef  <ds@schleef.org>
4134
4135         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4136           because -base is in freeze.
4137
4138 2008-03-14  David Schleef  <ds@schleef.org>
4139
4140         Patch by: William M. Brack
4141
4142         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4143
4144 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4145
4146         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4147         (gst_selector_pad_chain):
4148         * gst/playback/gststreamselector.h:
4149         Revert change that caused regression until a real fix is found.
4150         Fixes #522203.
4151
4152 2008-03-12  Michael Smith <msmith@fluendo.com>
4153
4154         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4155         * gst-libs/gst/audio/gstringbuffer.h:
4156           Rename recently added buffer types to make more sense.
4157         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4158         (gst_alsasink_write):
4159           Adapt for above API changes.
4160           Fixes bug #520523.
4161
4162 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4163
4164         * win32/common/libgstnetbuffer.def:
4165         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4166
4167 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4168
4169         * configure.ac:
4170         * win32/common/config.h:
4171         0.10.17.3 pre-release
4172
4173 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4174
4175         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4176         (gst_base_audio_src_create):
4177         Fix duration when no clock was provided. Fixes #520300.
4178
4179 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4180
4181         Patch by: Olivier Crete  <tester at tester ca>
4182
4183         * docs/libs/gst-plugins-base-libs-sections.txt:
4184         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4185         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4186         Add trivial function to compare GstNetAddress. See #520626.
4187         API: GstNetBuffer::gst_netaddress_equal
4188
4189 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4190
4191         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4192         Update mode property docs, it's deprecated now.
4193
4194 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4195
4196         * gst-libs/gst/rtsp/gstrtspconnection.c:
4197         (gst_rtsp_connection_create):
4198         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4199         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4200         * gst/tcp/gstmultifdsink.h:
4201         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4202         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4203         Remove GstPollMode from gstpoll constructor.
4204
4205 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4206
4207         * configure.ac:
4208         * win32/common/config.h:
4209         0.10.17.2 pre-release
4210
4211 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4212
4213         * gst/Makefile.am:
4214         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4215         them twice
4216
4217         * win32/common/libgstinterfaces.def:
4218         * win32/common/libgstrtp.def:
4219         Add new API to the defs
4220
4221 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4222
4223         Patch by: Mersad Jelacic  <mersad at axis dot com>
4224
4225         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4226         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4227         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4228         possible to specify the sample size in bits. (#509637)
4229
4230 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4231
4232         * tests/check/libs/mixer.c:
4233           Add a few simple checks for the new message types.
4234
4235 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4236
4237         * docs/libs/gst-plugins-base-libs-sections.txt:
4238         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4239           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4240           (gst_mixer_message_get_type),
4241           (gst_mixer_message_parse_option_changed),
4242           (gst_mixer_message_parse_options_list_changed):
4243         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4244           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4245           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4246           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4247           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4248           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4249
4250 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4251
4252         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4253           (gst_mixer_options_get_values):
4254         * gst-libs/gst/interfaces/mixeroptions.h:
4255           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4256           (_GstMixerOptions), (_GstMixerOptionsClass):
4257           API: add GstMixerOptions::get_values vfunc (#519906)
4258
4259 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4260
4261         * configure.ac:
4262         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4263         plug-ins are included/excluded. (#498222)
4264
4265 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4266
4267         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4268         Add typefinder for IMelody files, using audio/x-imelody.
4269         See bug #519516.
4270
4271 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4272
4273         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4274         * ext/alsa/gstalsasink.c: (set_hwparams):
4275         * ext/alsa/gstalsasrc.c: (set_hwparams):
4276         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4277         * ext/ogg/gstoggmux.h:
4278         * ext/ogg/gstogmparse.c:
4279         * gst-libs/gst/audio/audio.c:
4280         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4281         * gst-libs/gst/pbutils/missing-plugins.c:
4282         (gst_missing_uri_sink_message_new),
4283         (gst_missing_element_message_new),
4284         (gst_missing_decoder_message_new),
4285         (gst_missing_encoder_message_new):
4286         * gst-libs/gst/rtp/gstbasertppayload.c:
4287         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4288         (gst_rtcp_packet_bye_get_reason):
4289         * gst/audioconvert/gstaudioconvert.c:
4290         * gst/audioresample/gstaudioresample.c:
4291         * gst/ffmpegcolorspace/imgconvert.c:
4292         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4293         * gst/typefind/gsttypefindfunctions.c:
4294         * gst/videoscale/vs_4tap.c:
4295         * gst/videoscale/vs_4tap.h:
4296         * sys/v4l/gstv4lelement.c:
4297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4298         * sys/v4l/v4l_calls.c:
4299         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4300         (gst_v4lsrc_try_capture):
4301         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4302         (gst_ximagesink_ximage_new):
4303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4304         (gst_xvimagesink_xvimage_new):
4305         * tests/check/elements/audioconvert.c:
4306         * tests/check/elements/audioresample.c:
4307         (fail_unless_perfect_stream):
4308         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4309         * tests/check/elements/decodebin.c:
4310         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4311         (setup_gdpdepay_streamheader):
4312         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4313         (setup_gdppay_streamheader):
4314         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4315         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4316         * tests/check/elements/textoverlay.c:
4317         * tests/check/elements/videorate.c: (setup_videorate):
4318         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4319         * tests/check/elements/volume.c: (setup_volume):
4320         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4321         * tests/check/elements/vorbistag.c:
4322         * tests/check/generic/clock-selection.c:
4323         * tests/check/generic/states.c: (setup), (teardown):
4324         * tests/check/libs/cddabasesrc.c:
4325         * tests/check/libs/video.c:
4326         * tests/check/pipelines/gio.c:
4327         * tests/check/pipelines/oggmux.c:
4328         * tests/check/pipelines/simple-launch-lines.c:
4329         (simple_launch_lines_suite):
4330         * tests/check/pipelines/streamheader.c:
4331         * tests/check/pipelines/theoraenc.c:
4332         * tests/check/pipelines/vorbisdec.c:
4333         * tests/check/pipelines/vorbisenc.c:
4334         * tests/examples/seek/scrubby.c:
4335         * tests/examples/seek/seek.c: (query_positions_elems),
4336         (query_positions_pads):
4337         * tests/icles/stress-xoverlay.c: (myclock):
4338         Correct all relevant warnings found by the sparse semantic code
4339         analyzer. This include marking several symbols static, using
4340         NULL instead of 0 for pointers and using "foo (void)" instead
4341         of "foo ()" for declarations.
4342
4343         * win32/common/libgstrtp.def:
4344         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4345
4346 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         Patch by: José Alburquerque <jaalburqu svn gnome org>
4349
4350         * gst/playback/gstplaybin2.c:
4351           Make the function signature of the _get_*_tags() functions match
4352           the signature of the vfuncs they implement, ie. return a
4353           GstTagList rather than a GstStructure, which is more correct,
4354           even if one is typedef'ed to the other (#518940).
4355
4356 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * gst-libs/gst/rtsp/gstrtspconnection.c:
4359           Don't include unix headers unconditionally (fixes #518037).
4360
4361 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4364           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4365           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4366           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4367           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4368           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4369           (gst_video_format_is_packed), (video_format_is_packed):
4370           Add unit test that makes sure that the strides, offsets and
4371           sizes returned for the various YUV formats by the new video API
4372           match the old reference implementation in videotestsrc.
4373
4374 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4375
4376         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4377           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4378           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4379           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4380           (gst_video_format_get_pixel_stride),
4381           (gst_video_format_get_component_width),
4382           (gst_video_format_get_component_height),
4383           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4384         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4385           (GST_VIDEO_FORMAT_Y42B):
4386           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4387
4388 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4391           YV12 is I420 with swapped components 1 and 2, so the offset of
4392           component 1 for I420 should be the offset for component 2 for YV12
4393           and vice versa.
4394
4395 2008-02-29  Rene Stadler  <mail@renestadler.de>
4396
4397         * sys/v4l/gstv4lelement.c:
4398         Add missing semicolon to fix indentation.
4399
4400 2008-02-29  Julien Moutte  <julien@fluendo.com>
4401
4402         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4403         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4404         if we can do SPDIF output.
4405         * ext/alsa/gstalsa.h:
4406         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4407         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4408         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4410         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4411         to support AC3, EC3 and IEC958 buffers.
4412
4413 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4416           (gst_mixer_message_parse_mute_toggled),
4417           (gst_mixer_message_parse_record_toggled),
4418           (gst_mixer_message_parse_volume_changed),
4419           (gst_mixer_message_parse_option_changed):
4420           De-cruft and fix message type assertions (NULL is not a really
4421           valid mixer message type string).
4422
4423 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4424
4425         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4426         When negotiating, actually start from a format that we can support
4427         instead of from the too generic template.
4428
4429 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4430
4431         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4432         Enable vis setting.
4433
4434         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4435         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4436         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4437         (gen_vis_chain):
4438         Implement vis switching while playing.
4439
4440 2008-02-28  David Schleef  <ds@schleef.org>
4441
4442         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4443
4444 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4445
4446         Patch by: Peter Kjellerstedt  <pkj at axis com>
4447
4448         * gst/tcp/Makefile.am:
4449         * gst/tcp/fdsetstress.c:
4450         * gst/tcp/gstfdset.c:
4451         * gst/tcp/gstfdset.h:
4452         Removed fdset and stress test, they are now known as GstPoll in
4453         core. 
4454
4455         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4456         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4457         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4458         (gst_multi_fd_sink_handle_client_write),
4459         (gst_multi_fd_sink_queue_buffer),
4460         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4461         (gst_multi_fd_sink_stop):
4462         * gst/tcp/gstmultifdsink.h:
4463         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4464         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4465         (gst_tcp_gdp_read_caps):
4466         * gst/tcp/gsttcp.h:
4467         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4468         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4469         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4470         * gst/tcp/gsttcpclientsink.h:
4471         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4472         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4473         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4474         * gst/tcp/gsttcpclientsrc.h:
4475         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4476         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4477         * gst/tcp/gsttcpserversink.h:
4478         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4479         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4480         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4481         * gst/tcp/gsttcpserversrc.h:
4482         Port to GstPoll. See #505417.
4483
4484 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4485
4486         Patch by: Peter Kjellerstedt  <pkj at axis com>
4487
4488         * gst-libs/gst/rtsp/gstrtspconnection.c:
4489         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4490         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4491         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4492         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4493         (gst_rtsp_connection_flush):
4494         * gst-libs/gst/rtsp/gstrtspconnection.h:
4495         Use GstPoll for the rtsp connection. See #505417.
4496
4497 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4498
4499         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4500         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4501         Add combo box for visualisations, populate it with a factory list
4502         of all visualisation plugins, configure vis plugin instance in
4503         playbin2. 
4504
4505 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4506
4507         * tests/check/libs/rtp.c: (GST_START_TEST):
4508         Add check for RTP buffer defaults, padding and marker bit API.
4509
4510 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4511
4512         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4513         Use memcpy() instead of upcasting a byte array to long *. This
4514         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4515         This should be ported to GCheckSum once we can use GLib 2.16.
4516         Partially fixes bug #500833.
4517
4518 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4521           Push tag event after the newsegment event. Log the pointer of
4522           the buffer we're actually going to push rather than the buffer
4523           we're feeding to _make_metadata_writable().
4524
4525 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4526
4527         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4528         Comment smoke typefinder for now. The smokedec plugin needs one
4529         frame per buffer but we have no parser yet, thus it simply crashes
4530         in most situations.
4531
4532 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4533
4534         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4535         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4536
4537 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4538
4539         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4540         (plugin_init):
4541         Add midi typefinder, copied from the timidity plugin.
4542
4543 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4546
4547         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4548         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4549           (subparse_suite):
4550           Forward slashes at the beginning and end of a line also signify
4551           italics (Fixes: #518162).
4552
4553 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4554
4555         * tests/check/gst-plugins-base.supp:
4556         Add a suppression for a cached value in GIO that wasn't moved
4557         while moving gio from -bad to -base.
4558
4559 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4560
4561         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4562
4563         * configure.ac:
4564         Don't hardcode -Wall and -Werror for configure checks, this fails
4565         with non-GCC compilers. Fixes bug #517991.
4566
4567 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4568
4569         * gst/audioconvert/gstaudioconvert.c:
4570         * gst/audioconvert/gstaudioquantize.c:
4571         * gst/audioconvert/gstaudioquantize.h:
4572           Make audioconvert gap aware. If noiseshaping is used, wait for
4573           noiseshaping to converge before marking as GAP. Fixes #517813.
4574
4575 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4576
4577         * gst/audiotestsrc/gstaudiotestsrc.c:
4578           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4579
4580 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4581
4582         * ext/gnomevfs/gstgnomevfssink.c:
4583         (gst_gnome_vfs_sink_handle_event):
4584         Return FALSE when seeking for a new segment fails instead
4585         of silently ignoring the failure and appending every buffer
4586         that comes for the new segment.
4587
4588 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4589
4590         * gst/playback/gstplaysink.c: (find_property),
4591         (gst_play_sink_find_property), (gen_video_chain),
4592         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4593         Recursively search the sink element for a last-frame property so that we
4594         can also find the property in autovideosink and friends that don't
4595         always proxy the internal sink properties.
4596
4597 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4598
4599         * gst-libs/gst/audio/multichannel.c:
4600           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4601           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4602           (gst_audio_set_structure_channel_positions_list),
4603           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4604           (gst_audio_fixate_channel_positions):
4605           Fix confusing terminology in docs and code: structure fields are
4606           'fields' and not 'properties'.
4607
4608 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * gst-libs/gst/audio/multichannel.c:
4611           (gst_audio_check_channel_positions), (add_list_to_struct):
4612           Give more useful warning messages if one of the channel
4613           layout enums passed to us is invalid and if the "channels"
4614           field in the caps has a GType we don't expect.
4615
4616 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * gst-libs/gst/audio/multichannel.c:
4619           Fix typo in docs blurb.
4620
4621 2008-02-19  Julien Moutte  <julien@fluendo.com>
4622
4623         Patch by: Josep Torra Valles <josep@fluendo.com>
4624
4625         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4626         typefind lookup to fix typefinding on HD clips.
4627
4628 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4629
4630         * gst/playback/gstscreenshot.c:
4631         * gst/playback/gstscreenshot.h:
4632           Fix up copyright (I rewrote the GStreamer-0.10 code for
4633           this from scratch back in the days).
4634
4635 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4636
4637         * gst/playback/Makefile.am:
4638         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4639         (create_element), (gst_play_frame_conv_convert):
4640         * gst/playback/gstscreenshot.h:
4641         Add screenshot conversion code from totem.
4642
4643         * gst/playback/gstplay-marshal.list:
4644         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4645         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4646         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4647         Implement frame property to get a color-unconverted snapshot.
4648         Implement convert-frame action signal to get a converted snapshot image.
4649         Configure connection speed in uridecodebin.
4650         Document some more properties.
4651
4652         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4653         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4654         (gst_play_sink_get_last_frame):
4655         * gst/playback/gstplaysink.h:
4656         Use last-buffer property of the video sink to get a video snapshot.
4657
4658         * tests/examples/seek/seek.c: (shot_cb), (main):
4659         Add snapshot button for playbin2 and use the frame property to save the
4660         frame as a png in the current directory.
4661
4662 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4663
4664         Patch by: Josep Torra Valles <josep at fluendo dot com>
4665
4666         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4667         (plugin_init):
4668         Add typefinding support for h264 elementary streams.
4669         Fixes bug #517420.
4670
4671 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4672
4673         * configure.ac:
4674           Require CVS of core for new API in collectpads.
4675
4676         * gst/adder/gstadder.c:
4677           Use new API to make adder sparse stream aware.
4678
4679 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4680
4681         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4682         (no_more_pads_cb):
4683         Get the object data correct so that we can remove our channels
4684         correctly.
4685
4686         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4687         (gen_vis_chain), (gst_play_sink_reconfigure),
4688         (gst_play_sink_request_pad):
4689         Add option to disable async behaviour in the sinks when possible. This
4690         makes it possible to avoid an audio queue when dealing with
4691         visualisations.
4692         Add option to add a queue for the audio path.
4693
4694         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4695         (main):
4696         Disable the vis checkbox to match the defaults of playbin2.
4697         Only get the stream info when we need to.
4698
4699 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4700
4701         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4702         (gst_gio_base_sink_set_stream):
4703         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4704         (gst_gio_base_src_set_stream):
4705         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4706         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4707         Don't use async operations as they require a running main loop.
4708         This makes us block again when closing streams and unable
4709         to mount the enclosing volume of an URI if it isn't yet.
4710
4711 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4712
4713         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4714         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4715         (gen_vis_chain), (gst_play_sink_reconfigure),
4716         (gst_play_sink_request_pad):
4717         Move tee in front of the audio and vis pipelines.
4718         Add queue for audio for now.
4719         Add visualisation support.
4720
4721         * tests/examples/seek/seek.c: (main):
4722         Visualisation is by default disabled.
4723
4724 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4725
4726         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4727         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4728         Improve debugging a bit.
4729
4730         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4731         * ext/gio/gstgiosink.h:
4732         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4733         * ext/gio/gstgiosrc.h:
4734         Try to mount the enclosing volume of a GFile if it isn't mounted
4735         yet. This requires us to wait for an async operation to finish, done
4736         with an nested GMainLoop. Authentication is not supported yet, will
4737         come later.
4738
4739 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4740
4741         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4742         (gst_play_bin_set_property), (gst_play_bin_get_property),
4743         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4744         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4745         (gst_play_sink_get_mute), (gen_audio_chain):
4746         * gst/playback/gstplaysink.h:
4747         Add mute property.
4748
4749         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4750         (gst_selector_pad_chain):
4751         * gst/playback/gststreamselector.h:
4752         Make sure we forward the event only once.
4753
4754         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4755         Add and implement the mute button for playbin2.
4756
4757 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4758
4759         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4760
4761         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4762         Add some more debug info.
4763         Make sure we never return a negative delay. Fixes #516246.
4764
4765 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4766
4767         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4768           Revert patch that makes the sink hold the object lock when
4769           calling snd_pcm_delay(), since it breaks playback for me.
4770
4771 2008-02-12  Julien Moutte  <julien@fluendo.com>
4772
4773         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4774         some seek flags when changing rate.
4775
4776 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4777
4778         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4779         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4780         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4781         Fix potential leaks.
4782
4783         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4784         Fix leak when there is no function configured.
4785
4786 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4787
4788         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4789         (gst_v4lsrc_buffer_finalize):
4790         Correctly chain up the finalize method.
4791
4792 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4793
4794         * ext/gio/gstgiostreamsink.c:
4795         * ext/gio/gstgiostreamsrc.c:
4796         Add documentation and example code for giostreamsink/giostreamsrc.
4797
4798         * tests/check/pipelines/gio.c: (GST_START_TEST):
4799         Ask the GMemoryOutputStream for the data instead of assuming that
4800         the pointer to the data stayed the same. It could've been realloc'ed.
4801
4802 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4803
4804         * ext/gio/gstgiosink.c:
4805         * ext/gio/gstgiosrc.c:
4806         Make the documentation of giosink/giosrc complete, large parts
4807         are based on the gnomevfssink/gnomevfssrc docs.
4808
4809 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4810
4811         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4812         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4813         * docs/plugins/gst-plugins-base-plugins.args:
4814         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4815         * docs/plugins/gst-plugins-base-plugins.interfaces:
4816         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4817         * docs/plugins/gst-plugins-base-plugins.signals:
4818         * docs/plugins/inspect/plugin-adder.xml:
4819         * docs/plugins/inspect/plugin-audioconvert.xml:
4820         * docs/plugins/inspect/plugin-audiorate.xml:
4821         * docs/plugins/inspect/plugin-audioresample.xml:
4822         * docs/plugins/inspect/plugin-decodebin.xml:
4823         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4824         * docs/plugins/inspect/plugin-gdp.xml:
4825         * docs/plugins/inspect/plugin-gio.xml:
4826         * docs/plugins/inspect/plugin-gnomevfs.xml:
4827         * docs/plugins/inspect/plugin-libvisual.xml:
4828         * docs/plugins/inspect/plugin-ogg.xml:
4829         * docs/plugins/inspect/plugin-pango.xml:
4830         * docs/plugins/inspect/plugin-playback.xml:
4831         * docs/plugins/inspect/plugin-queue2.xml:
4832         * docs/plugins/inspect/plugin-subparse.xml:
4833         * docs/plugins/inspect/plugin-theora.xml:
4834         * docs/plugins/inspect/plugin-uridecodebin.xml:
4835         * docs/plugins/inspect/plugin-videorate.xml:
4836         * docs/plugins/inspect/plugin-videoscale.xml:
4837         * docs/plugins/inspect/plugin-volume.xml:
4838         * docs/plugins/inspect/plugin-vorbis.xml:
4839         Add the GIO documentation again and while at that run make update.
4840
4841 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4844         * ext/alsa/gstalsasink.c: (set_swparams):
4845         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4846           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4847           against libasound >= 1.0.16, since it's been deprecated in
4848           0.10.16, and alignment is always 1 then, apparently. (#512899)
4849
4850 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4851
4852         * gst/playback/gstplaybin.c: (gen_audio_element):
4853         * gst/playback/gstplaysink.c: (gen_audio_chain):
4854           Handle case where we can't create the volume element a bit
4855           better (#514307).
4856
4857 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4858
4859         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4860         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4861           Add support for https protocol. Fixes #510229.
4862
4863 2008-02-11  Julien Moutte  <julien@fluendo.com>
4864         
4865         Patch by: Alan Peevers <peeves@pacbell.net>
4866
4867         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4868         lock when calling alsa methods.
4869
4870 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4871
4872         * gst/typefind/gsttypefindfunctions.c:
4873           Bump rank of jpeg and png typefinders, which will return maximum
4874           probability in the most common cases (thus short-circuiting more
4875           expensive typefinders like the mp3 one for these two quite common
4876           image types).
4877
4878 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4879
4880         * ext/theora/theoraparse.c:
4881         Fix long description of the theora parser to be more verbose than just
4882         the type name.
4883
4884 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4885
4886         Patch by: Branko Čibej <brane at xbc dot nu>
4887
4888         * sys/xvimage/xvimagesink.c:
4889         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4890         Fixes bug #515654.
4891
4892 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4893
4894         * gst/playback/gstplaybasebin.c:
4895         Set is_dynamic as True if there are elements with both request
4896         and sometimes src pad templates instead of breaking out when it
4897         finds the first pad template that is a src.
4898
4899 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4900
4901         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4902         (update_streams), (video_combo_cb), (audio_combo_cb),
4903         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4904         Add some stream switching and volume gui for playbin2.
4905
4906 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4907
4908         * gst/playback/gstplay-marshal.list:
4909         Added marshal for streamselector Tags.
4910
4911         * gst/playback/gstplaybasebin.c: (set_active_source):
4912         Streamselector now selects pads based on the pad object instead of its
4913         name.
4914
4915         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4916         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4917         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4918         (gst_play_bin_get_text_tags),
4919         (gst_play_bin_set_current_video_stream),
4920         (gst_play_bin_set_current_audio_stream),
4921         (gst_play_bin_set_current_text_stream),
4922         (gst_play_bin_set_property), (gst_play_bin_get_property),
4923         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4924         Remove option to mute streams with the current-a/v/t property, we have
4925         this functionality in the flags.
4926         Add signals to notify when the number of A/V/T channels changed.
4927         Add action signals to get tags for the A/V/T streams.
4928         Implement setting the current A/V/T stream.
4929         Rearrange some things to simplify stream selection.
4930         Implement volume.
4931
4932         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4933         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4934         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4935         (activate_vis), (gst_play_sink_reconfigure):
4936         * gst/playback/gstplaysink.h:
4937         Add and implement volume setting methods.
4938
4939         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4940         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4941         (gst_selector_pad_event), (gst_stream_selector_class_init),
4942         (gst_stream_selector_init), (gst_stream_selector_finalize),
4943         (gst_stream_selector_set_property),
4944         (gst_stream_selector_get_property),
4945         (gst_stream_selector_get_linked_pad),
4946         (gst_stream_selector_request_new_pad):
4947         * gst/playback/gststreamselector.h:
4948         Add pad properties for tags and status of pads.
4949         Keep tags on pads.
4950         Make active pad selection based on pad object instead of name.
4951
4952 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4953
4954         * configure.ac:
4955           Revert last change as we now check in gtk-doc.m4 for sed.
4956
4957 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4958
4959         * configure.ac:
4960         Find and subst SED when building the docs.
4961
4962 2008-02-08  Julien Moutte  <julien@fluendo.com>
4963
4964         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4965         (main): Make sure bus signals are reconnected when pressing STOP
4966         and then PLAY again for a parse launch pipeline. Fix a ref leak
4967         on the bus.
4968         * win32/common/config.h: Updated.
4969
4970 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4971
4972         * configure.ac:
4973         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4974         pre-releases or releases.
4975
4976 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4977
4978         * configure.ac:
4979         * ext/gio/Makefile.am:
4980         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4981         reporting
4982
4983 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4984
4985         * docs/plugins/Makefile.am:
4986         Add the headers which need scanning for the GIO plugin. The rest of
4987         the docs still need migrating.
4988
4989 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4990
4991         * ext/Makefile.am:
4992         * tests/check/Makefile.am:
4993         * tests/check/pipelines/.cvsignore:
4994         Add gio in a few more places.
4995
4996 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4997
4998         * configure.ac:
4999         * ext/Makefile.am:
5000         * tests/check/Makefile.am:
5001         Move gio plugin from -bad and mark as experimental.
5002
5003 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5004
5005         * gst-libs/gst/interfaces/mixeroptions.c:
5006         * gst-libs/gst/interfaces/mixertrack.c:
5007         Comment out a couple of other things which break the build when
5008         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5009
5010 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         * docs/libs/gst-plugins-base-libs-sections.txt:
5013           Fix pbutils header.
5014
5015 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5016
5017         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5018         Fix compiler warning.
5019
5020 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5021
5022         Patch by: Peter Kjellerstedt  <pkj at axis com>
5023
5024         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5025         Clear the addrinfo struct using memset. Fixes #514937.
5026
5027 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5028
5029         * gst/tcp/gstfdset.h:
5030         Remove unused field to same some memory.
5031
5032         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5033         Mark action signals as such.
5034
5035 2008-02-06  Michael Smith <msmith@fluendo.com>
5036
5037         * ext/theora/theoradec.c: (_theora_granule_frame),
5038         (_inc_granulepos):
5039           Increment granulepos for new-bitstream versions appropriately.
5040           Fixes #514623.
5041
5042 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5043
5044         * tests/examples/seek/seek.c: (do_seek),
5045         (rate_spinbutton_changed_cb), (update_streams), (main):
5046         Remove obsolete stream_time reset after flushing seek, core does that
5047         automatically now.
5048         Improve accuracy of speed spinbutton.
5049         Only do playbin2 stuff when we actually use it.
5050
5051 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5052
5053         * tests/check/Makefile.am:
5054           Revert previous change of the test environment's GST_PLUGIN_PATH.
5055           The problem is not with the plugins, but with element factories
5056           and only occurs if elements are split out from existing plugins
5057           or if plugins change name (see #512740).
5058
5059 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * tests/check/Makefile.am:
5062           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5063           with the core's plugins first and our local build directories last,
5064           since we might be building against an installed core, and that
5065           core's plugin directory may contain older or other versions of
5066           our own -base plugins, but we really do want to test our local
5067           ones (if there are multiple plugins or element factories with the
5068           same name, those inspected last will trump those read in earlier).
5069           Fixes #512740 for the most part.
5070
5071 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5072
5073         * configure.ac:
5074         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5075         Use gmtime_r if available as gmtime is not MT-safe.
5076         Fixes bug #511810.
5077
5078 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5079
5080         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5081         Cast glong to time_t as time_t might have a different type on
5082         other platforms, like FreeBSD, and we get a compiler warning
5083         otherwise. Fixes bug #511825.
5084
5085 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5086
5087         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5088         (get_group), (get_n_pads), (gst_play_bin_get_property),
5089         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5090         (autoplug_select_cb), (deactivate_group):
5091         Remove stream-info, we going for something easier.
5092         Refactor getting the current group.
5093         Implement getting the number of audio/video/text streams.
5094
5095         * gst/playback/gststreamselector.c:
5096         (gst_stream_selector_class_init), (gst_stream_selector_init),
5097         (gst_stream_selector_get_property),
5098         (gst_stream_selector_request_new_pad),
5099         (gst_stream_selector_release_pad):
5100         * gst/playback/gststreamselector.h:
5101         Add property for number of pads.
5102
5103         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5104         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5105         (text_toggle_cb), (update_streams), (msg_async_done),
5106         (msg_state_changed), (main):
5107         Block slider callback when updating the slider position.
5108         Add gui elements for controlling playbin2.
5109         Add callback for async_done that updates position/duration.
5110
5111 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5112
5113         * docs/plugins/Makefile.am:
5114         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5115         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5116         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5117         * docs/plugins/gst-plugins-base-plugins.interfaces:
5118         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5119           First round of plugin docs cleansups.
5120
5121         * docs/plugins/inspect/plugin-adder.xml:
5122         * docs/plugins/inspect/plugin-alsa.xml:
5123         * docs/plugins/inspect/plugin-audioconvert.xml:
5124         * docs/plugins/inspect/plugin-audiorate.xml:
5125         * docs/plugins/inspect/plugin-audioresample.xml:
5126         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5127         * docs/plugins/inspect/plugin-cdparanoia.xml:
5128         * docs/plugins/inspect/plugin-decodebin.xml:
5129         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5130         * docs/plugins/inspect/plugin-gdp.xml:
5131         * docs/plugins/inspect/plugin-gnomevfs.xml:
5132         * docs/plugins/inspect/plugin-libvisual.xml:
5133         * docs/plugins/inspect/plugin-ogg.xml:
5134         * docs/plugins/inspect/plugin-pango.xml:
5135         * docs/plugins/inspect/plugin-subparse.xml:
5136         * docs/plugins/inspect/plugin-tcp.xml:
5137         * docs/plugins/inspect/plugin-theora.xml:
5138         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5139         * docs/plugins/inspect/plugin-video4linux.xml:
5140         * docs/plugins/inspect/plugin-videorate.xml:
5141         * docs/plugins/inspect/plugin-videoscale.xml:
5142         * docs/plugins/inspect/plugin-videotestsrc.xml:
5143         * docs/plugins/inspect/plugin-volume.xml:
5144         * docs/plugins/inspect/plugin-vorbis.xml:
5145         * docs/plugins/inspect/plugin-ximagesink.xml:
5146         * docs/plugins/inspect/plugin-xvimagesink.xml:
5147           Regenerate.
5148
5149         * ext/ogg/Makefile.am:
5150         * ext/ogg/gstoggmux.c:
5151         * ext/ogg/gstoggmux.h:
5152           Add header for oggmux. the c-file needs a doc blob still.
5153
5154 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5155
5156         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5157
5158         * gst-libs/gst/rtp/gstrtpbuffer.c:
5159         (gst_rtp_buffer_set_extension_data):
5160         * gst-libs/gst/rtp/gstrtpbuffer.h:
5161         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5162         Add gst_rtp_buffer_set_extension_data() 
5163         Add a unit test for this addition. Fixes #511478.
5164         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5165
5166 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5167
5168         * configure.ac:
5169         Back to CVS
5170
5171 === release 0.10.17 ===
5172
5173 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5174
5175         * configure.ac:
5176           releasing 0.10.17, "Peanut Butter and Jelly"
5177
5178 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5179
5180         * gst-libs/gst/interfaces/mixeroptions.c:
5181         * gst-libs/gst/interfaces/mixertrack.c:
5182         Also remove the conditional registration of the signals
5183         that disappeared with the ABI change in 0.10.14
5184
5185 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5186
5187         * gst-libs/gst/rtsp/gstrtspconnection.c:
5188         Revert patch to gstrtspconnection.c for brown paper bag
5189         release of -base. Re-opens: #511825
5190
5191 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5192
5193         * gst-libs/gst/interfaces/mixeroptions.h:
5194         * gst-libs/gst/interfaces/mixertrack.h:
5195         Change the way these deprecated function pointers are removed
5196         so that the compiled ABI is unconditionally smaller. This 
5197         sets in stone an ABI break that actually occurred when the
5198         things were deprecated in 0.10.14, which seems to be the best
5199         fix as the only known users are oss-mixer and sunaudio-mixer in 
5200         gst-plugins-good.
5201         Fixes: #513018
5202
5203 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * win32/common/libgstpbutils.def:
5206           Export the two new _get_type() functions which are needed
5207           by the python bindings.
5208
5209 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5210
5211         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5212         Cast glong to time_t as time_t might have a different type on
5213         other platforms, like FreeBSD, and we get a compiler warning
5214         otherwise. Fixes bug #511825.
5215
5216 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5217
5218         * gst-libs/gst/audio/gstaudiofilter.c:
5219         (gst_audio_filter_class_init):
5220         Initialize the GstRingerBuffer class to get it's debug category
5221         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5222         category and otherwise we get some g_critical(). Fixes bug #512334.
5223
5224 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5225
5226         * configure.ac:
5227         Back to CVS
5228
5229 === release 0.10.16 ===
5230
5231 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5232
5233         * configure.ac:
5234           releasing 0.10.16, "Scheduled Interruption"
5235
5236 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5237
5238         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5239
5240         * gst-libs/gst/rtp/gstrtpbuffer.c:
5241         (gst_rtp_buffer_get_extension_data):
5242         Fix typos and wrong extension check. Fixes #511274.
5243
5244 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5245
5246         * po/sk.po:
5247         Oops - add new sk.po mentioned in the LINGUAS I just committed
5248
5249 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5250
5251         * po/LINGUAS:
5252         Add ca translation to the disted list.
5253
5254         * win32/vs6/libgstsdp.dsp:
5255         Convert line endings to CRLF
5256
5257 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5258
5259         * win32/MANIFEST:
5260         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5261
5262 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5263
5264         * win32/common/libgstsdp.def:
5265         * win32/common/libgstvideo.def:
5266         Add new API declarations
5267
5268 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5269
5270         * ext/theora/gsttheoradec.h:
5271         * ext/theora/gsttheoraparse.h:
5272         * ext/theora/theoradec.c:
5273         * ext/theora/theoraparse.c:
5274         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5275         and parser by inspecting the bitstream version of the incoming data.
5276
5277 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5278
5279         * configure.ac:
5280         * pkgconfig/Makefile.am:
5281         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5282         * pkgconfig/gstreamer-audio.pc.in:
5283         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5284         * pkgconfig/gstreamer-cdda.pc.in:
5285         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5286         * pkgconfig/gstreamer-fft.pc.in:
5287         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5288         * pkgconfig/gstreamer-floatcast.pc.in:
5289         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5290         * pkgconfig/gstreamer-interfaces.pc.in:
5291         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5292         * pkgconfig/gstreamer-netbuffer.pc.in:
5293         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5294         * pkgconfig/gstreamer-pbutils.pc.in:
5295         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5296         * pkgconfig/gstreamer-riff.pc.in:
5297         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5298         * pkgconfig/gstreamer-rtp.pc.in:
5299         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5300         * pkgconfig/gstreamer-rtsp.pc.in:
5301         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5302         * pkgconfig/gstreamer-sdp.pc.in:
5303         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5304         * pkgconfig/gstreamer-tag.pc.in:
5305         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5306         * pkgconfig/gstreamer-video.pc.in:
5307         Provide one pkg-config file for every gst-plugins-base library.
5308         This makes linking to those libraries much more intuitive and
5309         provides standard pkg-config behaviour for them. Fixes bug #499697.
5310
5311 2008-01-13  David Schleef  <ds@schleef.org>
5312
5313         * gst/videoscale/vs_4tap.c:
5314           Fix valgrind error on 4tap scaling method.
5315
5316 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5317
5318         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5319         Include Winsock2.h for VS6 and use a different way initialize
5320         hints structure so it can build with VS6.
5321         * win32/MANIFEST:
5322         * win32/vs6/libgstsdp.dsp:
5323         * win32/common/libgstsdp.def:
5324         Add new files for libgstsdp.
5325         * win32/vs6/grammar.dsp:
5326         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5327         * win32/vs6/gst_plugins_base.dsw:
5328         * win32/vs6/libgstdecodebin.dsp:
5329         * win32/vs6/libgstdecodebin2.dsp:
5330         * win32/vs6/libgstplaybin.dsp:
5331         * win32/vs6/libgstvolume.dsp:
5332         Add new dependencies to the link list.
5333
5334 2008-01-13  Julien Moutte  <julien@fluendo.com>
5335
5336         * win32/common/config.h:
5337         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5338         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5339         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5340         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5341         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5342         * win32/common/interfaces-enumtypes.c:
5343         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5344         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5345         (gst_mixer_track_flags_get_type),
5346         (gst_tuner_channel_flags_get_type):
5347         * win32/common/multichannel-enumtypes.c:
5348         (gst_audio_channel_position_get_type):
5349         * win32/common/pbutils-enumtypes.c:
5350         (gst_install_plugins_return_get_type):
5351         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5352         in the win32 build directory.
5353
5354 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5355
5356         * tests/check/Makefile.am:
5357         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5358
5359         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5360         * tests/check/elements/playbin.c:
5361         * tests/check/libs/mixer.c: (test_element_interface_supported),
5362         (gst_implements_interface_init):
5363         * tests/check/libs/rtp.c: (GST_START_TEST):
5364         Fix various assignment type mismatches.
5365
5366 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5367
5368         * configure.ac:
5369         * gst-libs/gst/rtsp/Makefile.am:
5370         Add test to see if hstrerror is available or if we need libresolv
5371         (Solaris) for it, then use it in libgstrtsp.
5372
5373 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5374
5375         * gst-libs/gst/tag/Makefile.am:
5376         Fix include path order
5377
5378 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5379
5380         * gst-libs/gst/pbutils/install-plugins.c:
5381         (gst_install_plugins_context_copy),
5382         (gst_install_plugins_context_get_type):
5383         * gst-libs/gst/pbutils/install-plugins.h:
5384         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5385         for bindings.
5386
5387 2008-01-11  Michael Smith <msmith@fluendo.com>
5388
5389         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5390         (_theora_granule_frame), (_theora_granule_start_time),
5391         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5392           Adapt for post-alpha meaning of granulepos, when we
5393           have a newer version of libtheora.
5394         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5395         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5396         (theora_enc_is_discontinuous), (theora_enc_chain):
5397           Likewise.
5398         * tests/check/Makefile.am:
5399           Link libtheora into theoraenc test so we can check which version of
5400           libtheora we're testing against.
5401         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5402         (check_buffer_granulepos),
5403         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5404         (theoraenc_suite):
5405           Adapt tests to check the values that are now defined for theora; make
5406           the tests backwards-adapt the passed values if we're running against an
5407           old libtheora.
5408           Fixes #497964
5409
5410 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5411
5412         * gst-libs/gst/audio/gstbaseaudiosink.c:
5413           (gst_base_audio_sink_class_init):
5414         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5415           (gst_base_audio_src_class_init):
5416           Ref audio clock class from a thread-safe context to make sure
5417           we're not bit by GObjects lack of thread-safety here (#349410),
5418            however unlikely that may be in practice.
5419
5420 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5421
5422         * autogen.sh:
5423           Add -Wno-portability to the automake parameters to stop warnings
5424           about GNU make extensions being used. We require GNU make in almost
5425           every Makefile anyway.
5426           
5427         * configure.ac:
5428           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5429           at the same time is required for per target flags.
5430
5431 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5432
5433         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5434           Post an error message if we can't pull as many bytes as we need
5435           for the tag. This makes sure the user gets to see a proper error
5436           message if a file with a partial ID3 tag is fed to decodebin, and
5437           not a 'no ID3 tag demuxer' error, which would be confusing
5438           (see #508138).
5439
5440 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5441
5442         * gst-libs/gst/pbutils/descriptions.c: (formats):
5443           Add description strings for ID3, APE, and ICY tags.
5444
5445 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5446
5447         * gst/playback/gstdecodebin.c: (try_to_link_1):
5448           Make sure we error out correctly if we can't activate one of
5449           the elements we've added.  Fixes #508138.
5450           
5451 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         Patch by: Bastien Nocera <hadess at hadess net>
5454
5455         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5456           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5457           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5458           the volume is the same for all channels. This works around
5459           some problem in alsa that leaves us with inconsistent state
5460           for some reason (#486840).
5461
5462 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5463
5464         Patch by: Jerone Young <jerone at gmail com>
5465
5466         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5467           If there's no mixer track by the name of 'Master' or 'Front',
5468           check if there's one called 'PCM' before trying the generic
5469           fallback logic (fixes #506928, where we pick 'Mic' as master
5470           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5471
5472 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5473
5474         * gst/playback/gstplay-enum.c:
5475         (register_gst_autoplug_select_result),
5476         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5477         (gst_play_flags_get_type):
5478         * gst/playback/gstplay-enum.h:
5479         Add enums for configuration flags.
5480
5481         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5482         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5483         (gst_play_bin_get_property), (no_more_pads_cb),
5484         (autoplug_select_cb), (gst_play_bin_change_state):
5485         Merge mode with flags.
5486         Add more property getters/setters, defaults and docs.
5487         Add properties to get number of audio/video/text streams.
5488         Create sink object in _init so that we can always rely on it being
5489         there.
5490
5491         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5492         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5493         (activate_vis), (gst_play_sink_reconfigure),
5494         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5495         (gst_play_sink_change_state):
5496         * gst/playback/gstplaysink.h:
5497         Use flags to configure the sink pipelines.
5498         Add tee before audio pipeline so that we can use it for visualisations.
5499         Start working on integrating visualisations.
5500         Remove mode, we can do everything with the flags now.
5501         Add method to configue the sink pipeline.
5502
5503 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5506           (check_buffer_timestamp), (check_buffer_duration):
5507           Turn these functions into macros so we can see right away
5508           where the failure occured.
5509
5510 2008-01-05  Julien Moutte  <julien@fluendo.com>
5511
5512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5513         debugging information to understand how X calculates the stride
5514         for XvImages.
5515
5516 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5517
5518         * gst/volume/Makefile.am:
5519         * gst/volume/gstvolume.c: (volume_choose_func),
5520         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5521         (volume_setup):
5522         * gst/volume/gstvolume.h:
5523         Use GstAudioFilter as base class for the volume element instead of
5524         plain GstBaseTransform.
5525
5526 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5527
5528         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5529         Don't set element details for the abstract GstAudioFilter class.
5530
5531 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5532
5533         * gst-libs/gst/audio/gstaudiofilter.c:
5534         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5535         Implement get_unit_size() vmethod of GstBaseTransform.
5536
5537 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5538
5539         * gst-libs/gst/pbutils/Makefile.am:
5540         * gst-libs/gst/pbutils/pbutils.h:
5541         Use glib-enum generator to have a proper enum GType for
5542         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5543
5544 2007-12-31  David Schleef  <ds@schleef.org>
5545
5546         * tests/check/Makefile.am:
5547         * tests/check/pipelines/theoraenc.c:
5548           Reenable theoraenc test, which fails on the buildbot but
5549           not locally.
5550
5551 2007-12-31  David Schleef  <ds@schleef.org>
5552
5553         * docs/libs/.cvsignore:
5554         * docs/plugins/.cvsignore:
5555           Add *-undeclared.txt to fix buildbot.
5556
5557 2007-12-31  David Schleef  <ds@schleef.org>
5558
5559         * tests/check/Makefile.am:
5560           Second attempt at disabling theoraenc test long enough to
5561           get buildbot to compile -base.
5562
5563 2007-12-31  David Schleef  <ds@schleef.org>
5564
5565         * tests/check/pipelines/theoraenc.c:
5566           Disable theoraenc test long enough to get the buildbot to
5567           compile a recent -base.
5568
5569 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5570
5571         * tests/examples/seek/seek.c: (stop_cb):
5572         Make sure we reset the slider value to 0.0 without racing against a
5573         possible g_idle that sets it to something else.
5574
5575 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5576
5577         * sys/ximage/ximagesink.c:
5578         fix typo
5579
5580 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5581
5582         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5583         * gst-libs/gst/rtsp/gstrtspdefs.h:
5584         Add Location header so that we can start implementing redirects.
5585         See #506025.
5586
5587 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5588
5589         * gst/subparse/gstssaparse.c:
5590         combine if's
5591
5592 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5593
5594         * gst/subparse/gstssaparse.c:
5595         remove duplicate log message
5596
5597 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5598
5599         * ext/libvisual/visual.c: (gst_visual_chain):
5600         Fix 'xyz may be used uninitialized' compiler warnings caused
5601         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5602         abort() in any case but properly report the error.
5603
5604 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5605
5606         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5607         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5608         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5609         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5610         (autoplug_select_cb), (activate_group), (deactivate_group),
5611         (setup_next_source), (save_current_group),
5612         (gst_play_bin_change_state):
5613         Code cleanups.
5614         Remove next-uri, we can use the uri property just fine.
5615         Fix some crasher.
5616         Unref uridecodebin when switching.
5617         Fix going to READY.
5618
5619         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5620         (gst_play_sink_init), (gst_play_sink_dispose),
5621         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5622         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5623         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5624         (gst_play_sink_set_property), (gst_play_sink_get_property),
5625         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5626         (gen_vis_element), (gst_play_sink_get_mode),
5627         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5628         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5629         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5630         (gst_play_sink_change_state):
5631         * gst/playback/gstplaysink.h:
5632         Add some locking to make things threadsafe.
5633
5634         * gst/playback/test7.c: (about_to_finish_cb):
5635         Fix test.
5636
5637 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5640           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5641           (gst_video_scale_transform):
5642           Don't claim to be able to handle/transform caps that can't really
5643           be handled by the currently selected scaling method (here: RGB or
5644           packed YUV with 4-tap method). Also add locking to method property.
5645
5646         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5647           (test_basetransform_based):
5648           Some test pipelines for the above (not entirely valgrind clean yet
5649           apparently).
5650
5651 2007-12-21  David Schleef  <ds@schleef.org>
5652
5653         * gst-libs/gst/video/video.c:
5654         * gst-libs/gst/video/video.h:
5655           Add additional RGBA and RGB-24 video formats.
5656
5657 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5658
5659         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5660           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5661           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5662         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5663           (cddabasesrc_suite):
5664           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5665           deprecated in the future (see #498924).
5666
5667 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5668
5669         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5670           Don't leak event.
5671
5672 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5673
5674         * gst-libs/gst/riff/riff-read.c:
5675         Use GST_ROUND_UP_2 macro
5676
5677 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         * gst/playback/.cvsignore:
5680           Ignore more.
5681
5682 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5685         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5686           (set_active_source):
5687         * gst/playback/gstplaybasebin.h:
5688         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5689           (setup_sinks), (playbin_set_subtitles_visible):
5690           Make switching off of subtitles work. To avoid all kind of
5691           problems with unlinking of the subtitle input, we just keep
5692           the subtitle inputs linked as they are and tell textoverlay
5693           not to render them. Fixes #373011.
5694           Other subtitle switching issues (esp. when there are both
5695           external and in-stream subtitles) remain. They'll be solved
5696           in playbin2.
5697
5698 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5699
5700         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5701         Init the pad segment too.
5702
5703 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5704
5705         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5706         (gst_audioringbuffer_open_device),
5707         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5708         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5709         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5710         (gst_audio_sink_create_ringbuffer):
5711         Improve debug output.
5712
5713         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5714         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5715         Prevent some functions from doing things and failing when the
5716         ringbuffer is not yet acquired.
5717
5718 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5719
5720         * gst-libs/gst/interfaces/interfaces.h:
5721           Also remove interfaces.h from CVS as it is not needed anymore.
5722
5723 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5724
5725         * gst-libs/gst/interfaces/Makefile.am:
5726           interfaces.h is not used anymore so remove it from the build
5727           process.
5728
5729 2007-12-17  David Schleef  <ds@schleef.org>
5730
5731         * gst/videotestsrc/gstvideotestsrc.c:
5732         * gst/videotestsrc/gstvideotestsrc.h:
5733           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5734           for testing vertical refresh synchronization.
5735
5736 2007-12-17  David Schleef  <ds@schleef.org>
5737
5738         * docs/libs/gst-plugins-base-libs-sections.txt:
5739         * gst-libs/gst/video/video.c:
5740         * gst-libs/gst/video/video.h:
5741           Add new GstVideFormat enum and write a bunch of helper functions
5742           based around it.
5743
5744 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         * Makefile.am:
5747           Use new common/win32.mak.
5748
5749 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5750
5751         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5752         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5753         Add debug info.
5754         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5755         the parent state change function, just like the audiosink, because the
5756         parent waits for the element to finish its processing before completing
5757         the state change. This makes going to PAUSED a lot snappier.
5758         When going from READY to PAUSED, don't allow the ringbuffer to start
5759         yet.
5760
5761 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5762
5763         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5764         Yet another fix for broken software that produce files with an empty
5765         blockalign field. Instead of completely failing, make a second attempt
5766         at guessing the width/depth by looking at strf->size.
5767
5768 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5769
5770         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5771           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5772         * gst-libs/gst/pbutils/install-plugins.c:
5773           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5774         * gst-libs/gst/pbutils/missing-plugins.c:
5775           (gst_missing_plugin_message_get_installer_detail),
5776           (gst_missing_encoder_installer_detail_new):
5777         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5778         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5779           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5780           avoid compiler warnings (#503930).
5781
5782 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5783
5784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5785         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5786         for jpeg video streams.
5787         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5788         for the above modification.
5789
5790 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5793           (gst_x_overlay_handle_events):
5794           More guards (we don't want klass to end up being NULL).
5795
5796 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5797
5798         * configure.ac:
5799         * gst/volume/gstvolume.c: (gst_volume_init):
5800           Use new gst_base_transform_set_gap_aware() function as volume
5801           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5802           for this.
5803
5804 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5805
5806         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5807         Don't go to READY on EOS as this avoids testing of seeking and
5808         restarting after EOS, use the stop button when you want to READY.
5809         Don't try to do a flushing seek in segment-done, it does not make
5810         sense to use this for gapless playback and is not needed.
5811
5812 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5813
5814         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5815         (reset_rate_timer), (update_in_rates), (update_out_rates),
5816         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5817         (gst_queue_chain), (gst_queue_loop):
5818         Use separate timers for input and output rates.
5819         Pause measuring the output rate when we block for more data.
5820         See #503262.
5821
5822 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5823
5824         * gst/playback/gstqueue2.c: (gst_queue_chain):
5825         Pause the timer to measure the input rate when we block because the
5826         queue is filled. See #503262.
5827
5828 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5829
5830         Patch by: Peter Kjellerstedt  <pkj at axis com>
5831
5832         * gst-libs/gst/rtsp/gstrtspconnection.c:
5833         (gst_rtsp_connection_free):
5834         Close control sockets. Fixes #503440.
5835
5836 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5837
5838         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5839         Expose the right pad in the right place with the right element.
5840
5841 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5842
5843         * gst-libs/gst/pbutils/descriptions.c: (formats):
5844           Add description for 'private' dts caps (who come up with that name?).
5845
5846 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5847
5848         * Makefile.am:
5849           Add check-exports target and run it with 'make check'.
5850
5851         * configure.ac:
5852           Be stricter about what we export in our libraries: change regexp so that
5853           we only export _gst_foo(), but not __gst_foo().
5854
5855         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5856         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5857           Change internal functions to __gst_foo so they dont' get exported.
5858
5859         * win32/common/libgstaudio.def:
5860           Add missing symbols.
5861
5862 2007-12-11  David Schleef  <ds@schleef.org>
5863
5864         * ChangeLog: remove conflict markers
5865
5866 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5867
5868         * ext/gnomevfs/Makefile.am:
5869         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5870           Use gst_tag_freeform_string_to_utf8() here, which also takes
5871           into account any character sets specified by the user via
5872           environment variables.
5873
5874 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5875
5876         * gst/audioconvert/Makefile.am:
5877         Also link to libm.
5878
5879 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5880
5881         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5882         No need for floating point operations here. avoids having to link
5883         against the math library too.
5884
5885 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5886
5887         * gst-libs/gst/pbutils/descriptions.c: (formats),
5888           (format_info_get_desc):
5889         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5890           (GST_START_TEST):
5891           Add one or two missing formats.  Generate ADPCM description
5892           dynamically depending on layout/format.
5893
5894 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5895
5896         * configure.ac:
5897           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5898
5899 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5900
5901         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5902
5903         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5904           Some .srt files start with chunk number 0 and not chunk number 1,
5905           recognise and accept those as well (fixes #502497).
5906
5907         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5908           (test_src):
5909           Add unit test for the above.
5910
5911 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5912
5913         * gst/playback/gstplay-enum.c:
5914         (register_gst_autoplug_select_result),
5915         (gst_autoplug_select_result_get_type):
5916         * gst/playback/gstplay-enum.h:
5917         Add missing files.
5918
5919 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5920
5921         * gst/playback/Makefile.am:
5922         Group decodebin2 and uridecodebin into the same plugin so that they
5923         can share the GEnumType.
5924
5925         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5926         (_gst_select_accumulator), (gst_decode_bin_class_init),
5927         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5928         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5929         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5930         Add signal to sort factories instead of the more awkward autoplug-select
5931         signal.
5932         Modify autoplug_select so that we can try, skip or expose the
5933         autopluggin of an element on a pad.
5934
5935         * gst/playback/gstfactorylists.c: (compare_ranks),
5936         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5937         (element_filter), (gst_factory_list_get_elements),
5938         (gst_factory_list_debug), (gst_factory_list_filter):
5939         * gst/playback/gstfactorylists.h:
5940         Simplify the API, allow getting elements based on mask.
5941
5942         * gst/playback/gstplay-marshal.list:
5943         Add some more marshallers.
5944
5945         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5946         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5947         (autoplug_select_cb), (activate_group):
5948         Add support for managing non-raw sinks by providing a custom element and
5949         sink list to decodebin2.
5950         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5951         decodebin2.
5952
5953         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5954         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5955         * gst/playback/gstplaysink.h:
5956         Add support for raw and non-raw sinks. 
5957         Add support to force sinks selected by playbin2.
5958         Don't plug raw converters for non-raw sinks.
5959
5960         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5961         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5962         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5963         (plugin_init):
5964         Use right accumulators.
5965         Proxy new signal.
5966
5967 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5968
5969         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5970         Use runnning time as the base time instead of the timestamp.
5971         Spotted by Saur on IRC.
5972
5973 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5974
5975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5976         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5977
5978 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5979
5980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5981         (gst_ogg_demux_read_chain):
5982         If we find a new serial number but it does not contain a BOS page, make
5983         sure we initialize the chain to NULL because else we will try to scan it
5984         and crash. Fixes #500763
5985
5986 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5987
5988         * gst/playback/Makefile.am:
5989         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5990         (get_feature_array), (decoders_filter), (sinks_filter),
5991         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5992         (gst_factory_list_filter):
5993         * gst/playback/gstfactorylists.h:
5994         Refactor some common code to filter factories and check caps compat.
5995
5996         * gst/playback/gstdecodebin.c:
5997         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5998         (gst_decode_bin_init), (gst_decode_bin_dispose),
5999         (gst_decode_bin_autoplug_continue),
6000         (gst_decode_bin_autoplug_factories),
6001         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6002         (find_compatibles):
6003         * gst/playback/gstplaybin.c:
6004         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6005         (gst_play_bin_init), (gst_play_bin_finalize),
6006         (autoplug_factories_cb), (activate_group):
6007         * gst/playback/gstqueue2.c:
6008         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6009         (proxy_autoplug_continue_signal),
6010         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6011         (proxy_drained_signal):
6012         Add some more debug info and use factor filtering code.
6013
6014 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6015
6016         * gst/audiotestsrc/gstaudiotestsrc.c:
6017         * gst/volume/gstvolume.c:
6018         * gst/volume/gstvolume.h:
6019           Add GAP-flag support.
6020
6021 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6022
6023         * tests/examples/seek/seek.c: (main): Increase the range of the
6024         rate selector as I would like to test QOS behavior at higher
6025         forward and reverse playback speed like say 64x.
6026
6027 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6028
6029         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6030         (audioresample_query), (audioresample_query_type),
6031         (gst_audioresample_set_property):
6032         Implement latency query.
6033
6034 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6035
6036         * gst-libs/gst/audio/gstbaseaudiosink.c:
6037         (gst_base_audio_sink_drain):
6038         Our EOS time contains the base_time, _wait_eos() expects a running_time
6039         so we have to subtract the base_time again before calling the function.
6040         This fixes an EOS regression where the base_time was added twice and EOS
6041         took longer and longer in certain situations.
6042         Fixes #498767.
6043
6044 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6045
6046         * docs/libs/gst-plugins-base-libs-sections.txt:
6047         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6048         (gst_base_audio_sink_set_provide_clock),
6049         (gst_base_audio_sink_get_provide_clock),
6050         (gst_base_audio_sink_set_slave_method),
6051         (gst_base_audio_sink_get_slave_method),
6052         (gst_base_audio_sink_set_property),
6053         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6054         (gst_base_audio_sink_none_slaving),
6055         (gst_base_audio_sink_handle_slaving):
6056         * gst-libs/gst/audio/gstbaseaudiosink.h:
6057         Expose methods for some object properties so that subclasses can more
6058         easily configure them.
6059         Added slave method none, that completely disables slaving to the
6060         internal clock.
6061         API: gst_base_audio_sink_set_provide_clock()
6062         API: gst_base_audio_sink_get_provide_clock()
6063         API: gst_base_audio_sink_set_slave_method()
6064         API: gst_base_audio_sink_get_slave_method()
6065
6066         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6067         (gst_base_audio_src_set_provide_clock),
6068         (gst_base_audio_src_get_provide_clock),
6069         (gst_base_audio_src_set_property),
6070         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6071         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6072         Expose methods for some object properties so that subclasses can more
6073         easily configure them.
6074         API: gst_base_audio_src_set_provide_clock()
6075         API: gst_base_audio_src_get_provide_clock()
6076
6077 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6078
6079         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6080
6081         * gst-libs/gst/sdp/gstsdpmessage.c:
6082         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6083
6084 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6085
6086         * tests/check/libs/fft.c: (GST_START_TEST):
6087         Fix scaling to really have dB instead of something else.
6088
6089 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6090
6091         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6092         GTK version, use it.
6093
6094 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6095
6096         * tests/examples/seek/seek.c: (main): Try to support stable version
6097         of GTK.
6098
6099 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6100
6101         * gst/playback/README:
6102         * gst/playback/test7.c:
6103           Fix the build + little README update.
6104
6105 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6106
6107         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6108         Add playbin2 seek pipeline.
6109
6110 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6111
6112         * gst/playback/Makefile.am:
6113         * gst/playback/gstplayback.c: (plugin_init):
6114         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6115         (eos_cb), (about_to_finish_cb), (main):
6116         Add playbin2.
6117         Added gapless playback example.
6118
6119         * gst/playback/gstplaybasebin.c:
6120         * gst/playback/gstplaybasebin.h:
6121         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6122         * gst/playback/gstqueue2.c:
6123         * gst/playback/test.c:
6124         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6125         (pad_removed_cb):
6126         * gst/playback/gststreaminfo.h:
6127         Change email.
6128
6129         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6130         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6131         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6132         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6133         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6134         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6135         (drained_cb), (unlink_group), (activate_group),
6136         (setup_next_source), (gst_play_bin_change_state),
6137         (gst_play_bin2_plugin_init):
6138         Added raw first version of playbin2. Does chained oggs and gapless
6139         playback fine. No support for raw sinks yet. No visualisations or
6140         subtitles yet.
6141
6142         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6143         (gst_play_sink_class_init), (gst_play_sink_init),
6144         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6145         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6146         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6147         (gst_play_sink_set_property), (gst_play_sink_get_property),
6148         (post_missing_element_message), (free_chain), (add_chain),
6149         (activate_chain), (gen_video_chain), (gen_text_element),
6150         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6151         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6152         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6153         (gst_play_sink_send_event), (gst_play_sink_change_state):
6154         * gst/playback/gstplaysink.h:
6155         Added Element that abstracts the sinks and their pipelines for playbin2.
6156
6157 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6158
6159         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6160         (gst_selector_pad_class_init), (gst_selector_pad_init),
6161         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6162         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6163         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6164         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6165         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6166         (gst_stream_selector_init), (gst_stream_selector_set_property),
6167         (gst_stream_selector_get_linked_pad),
6168         (gst_stream_selector_getcaps),
6169         (gst_stream_selector_is_active_sinkpad),
6170         (gst_stream_selector_activate_sinkpad),
6171         (gst_stream_selector_get_linked_pads),
6172         (gst_stream_selector_request_new_pad),
6173         (gst_stream_selector_release_pad):
6174         * gst/playback/gststreamselector.h:
6175         Improve streamselector, make it select and unselect the current pad more
6176         intelligently. 
6177         Subclass GstPad for the sinkpads of the selector.
6178         Handle segments more correctly.
6179         Fix caps negotiation.
6180         Implement release_pad.
6181
6182 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6183
6184         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6185         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6186         (remove_fakesink):
6187         Add drained signal fired when decodebin finishes decoding the data.
6188         Remove deprecated STATE_DIRTY message.
6189
6190         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6191         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6192         (analyse_source), (proxy_drained_signal), (make_decoder),
6193         (source_new_pad), (value_list_append_structure_list),
6194         (handle_redirect_message), (handle_message):
6195         Proxy the new drained signal.
6196         Handle pad removed from decodebin.
6197         Handle redirect messages by sorting multiple redirections based on the
6198         connection speed.
6199
6200 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6201
6202         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6203
6204         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6205         Fix leaking headers. Fixes #496761.
6206
6207 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6208
6209         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6210
6211         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6212         (gst_ximagesink_change_state):
6213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6214         Don't leak the PAR on errors. Fixes #496731.
6215
6216 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6217
6218         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6219           (gst_tag_from_id3_user_tag):
6220           Add mapping for audio cd discid tags, so we can extract
6221           them from tags as well (see #347848). Also compare identifiers
6222           in ID3v2 TXXX frames in a case-insensitive way to increase
6223           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6224
6225 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6226
6227         * gst-plugins-base.doap:
6228         Oops, fix the release name.
6229
6230 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6231
6232         * gst-plugins-base.doap:
6233         Add 0.10.15 release
6234
6235 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6236
6237         * configure.ac:
6238         Back to CVS
6239
6240 === release 0.10.15 ===
6241
6242 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6243
6244         * configure.ac:
6245           releasing 0.10.15, "No need to argue"
6246
6247 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6248
6249         * win32/vs6/libgstfft.dsp:
6250         Convert line endings to DOS.
6251
6252 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6253
6254         * win32/vs6/gst_plugins_base.dsw:
6255         * win32/vs6/libgstfft.dsp:
6256         * win32/MANIFEST:
6257         Add a project file for fft plugin and remove socket
6258         based plugin which don't build from the workspace.
6259         * win32/vs6/libgstaudio.dsp:
6260         * win32/vs6/libgstrtp.dsp:
6261         * win32/vs6/libgsttag.dsp:
6262         Convert line endings back to DOS.
6263         Fixes #496724
6264
6265 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6266
6267         * win32/vs6/libgstinterfaces.dsp:
6268         * win32/vs6/libgstrtsp.dsp:
6269         Convert line endings back to DOS
6270
6271 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6272
6273         * gst-libs/gst/fft/kiss_fft_f32.h:
6274         * gst-libs/gst/fft/kiss_fft_f64.h:
6275         * gst-libs/gst/fft/kiss_fft_s16.h:
6276         * gst-libs/gst/fft/kiss_fft_s32.h:
6277         Don't include malloc.h which doesn't exist on Mac OSX.
6278         Instead, pull in glib.h and use g_malloc/g_free for 
6279         consistency. Fixes: #496548
6280
6281 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6282
6283         * gst/playback/gstdecodebin2.c:
6284           Dont leak ghostpad. Fixes #475451.
6285
6286 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6287
6288         * docs/design/design-decodebin.txt:
6289         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6290         Update some more docs and comments.
6291
6292 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6293
6294         Patch by: Sebastien Moutte  <sebastien moutte net>
6295
6296         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6297           (gst_rtcp_unix_to_ntp):
6298         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6299           Fix some C99-isms and and a missing function that some versions of
6300           MSVC don't like too much (#494346).
6301
6302         * win32/vs6/gst_plugins_base.dsw:
6303         * win32/vs6/libgstaudio.dsp:
6304         * win32/vs6/libgstrtp.dsp:
6305         * win32/vs6/libgsttag.dsp:
6306           Update vs6 projects files (#494346).
6307
6308 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6311
6312         * win32/common/libgstaudio.def:
6313         * win32/common/libgstcdda.def:
6314         * win32/common/libgstinterfaces.def:
6315         * win32/common/libgstnetbuffer.def:
6316         * win32/common/libgstpbutils.def:
6317         * win32/common/libgstrtp.def:
6318         * win32/common/libgstrtsp.def:
6319         * win32/common/libgsttag.def:
6320         * win32/common/libgstvideo.def:
6321           More missing symbols to export (fixes #493986).
6322
6323 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6324
6325         * docs/libs/gst-plugins-base-libs-sections.txt:
6326         * gst-libs/gst/fft/gstfftf32.c:
6327         * gst-libs/gst/fft/gstfftf32.h:
6328         * gst-libs/gst/fft/gstfftf64.c:
6329         * gst-libs/gst/fft/gstfftf64.h:
6330         * gst-libs/gst/fft/gstffts16.c:
6331         * gst-libs/gst/fft/gstffts16.h:
6332         * gst-libs/gst/fft/gstffts32.c:
6333         * gst-libs/gst/fft/gstffts32.h:
6334         * tests/check/libs/fft.c: (GST_START_TEST):
6335         Remove the magnitude and phase calculation functions as these have
6336         very special use cases and can't even be used for the spectrum
6337         element. Also adjust the docs to mention some properties of the used
6338         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6339
6340 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6341
6342         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6343           (finish_source):
6344           Avoid crash when there are external subtitles (fixes #491722).
6345
6346 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6347
6348         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6349         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6350           'Could not open resource for writing' is not an acceptable
6351           error message when we can't open the audio device (see #492334),
6352           even less so when we're trying to open it to record something.
6353
6354 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6355
6356         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6357
6358         * win32/common/libgstrtp.def:
6359           Add some more missing symbols (#492813).
6360
6361 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6364
6365         * tests/check/elements/audioconvert.c: (verify_convert):
6366           Add check to make sure that the out caps have a channel layout
6367           set on them where they should have one.
6368
6369 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6370
6371         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6372
6373         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6374         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6375           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6376           (#492306).
6377
6378         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6379           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6380           (it disappeared in GLib 2.14.0) (#492306).
6381
6382         * gst-libs/gst/sdp/Makefile.am:
6383         * gst-libs/gst/sdp/gstsdpmessage.c:
6384           Fix includes and LIBS for win32/Mingw (#492306).
6385
6386         * tests/examples/dynamic/addstream.c (pause_play_stream):
6387           Use more portable g_usleep() instead of sleep() (#492306).
6388
6389 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6392
6393         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6394           (gst_ring_buffer_parse_caps):
6395           Return NULL instead of an enum that happens to be 0, fixes warning
6396           on MSVC (#492114).
6397
6398         * gst-libs/gst/audio/gstringbuffer.h:
6399           No trailing commas in enum list (for gcc-2.9x).
6400
6401         * gst/videotestsrc/videotestsrc.c: (random_char):
6402           Make information loss explicit instead of implicitly truncating to
6403           eight bits via the return value.  Fixes runtime error on MSVC when
6404           using the debug CRT (#492114).
6405
6406         * win32/common/config.h.in:
6407           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6408
6409         * win32/common/libgstinterfaces.def:
6410         * win32/common/libgstrtp.def:
6411           Export a few more symbols (#492114).
6412
6413 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6414
6415         * gst-libs/gst/audio/audio.c:
6416         * gst-libs/gst/audio/audio.h:
6417           Readd the deprecation guards, but preserve compilability.
6418
6419 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6420
6421         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6422           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6423           Preserve channel layout when fixating the number of channels in the
6424           output caps, or make sure there's a suitable channel position layout
6425           set on the caps if required. Fixes #430677.
6426
6427 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6428
6429         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6430           Make sure the pipeline really operates in push mode as it should
6431           in this case.
6432
6433 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6434
6435         * gst-libs/gst/audio/audio.h:
6436           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6437           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6438           (ie. normal cvs builds) will fail.
6439
6440 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6441
6442         * docs/libs/Makefile.am:
6443         * gst-libs/gst/audio/audio.c:
6444         * gst-libs/gst/audio/audio.h:
6445         * gst-libs/gst/interfaces/mixer.c:
6446           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6447
6448 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6449
6450         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6451           (test_channel_layout_value_intersect), (audio_suite):
6452           Add simple unit test to make sure GstValue intersection
6453           of channel layouts works the way I think it does.
6454
6455 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6456
6457         * docs/libs/gst-plugins-base-libs-sections.txt:
6458         * gst-libs/gst/audio/gstaudiofilter.h:
6459         * gst-libs/gst/interfaces/mixer.h:
6460         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6461         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6462         * gst-libs/gst/sdp/gstsdpmessage.c:
6463           Fix the docs according to what gtk-doc complained about.
6464
6465 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6466
6467         * tests/icles/stress-playbin.c:
6468           Fix the build.
6469
6470 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6471
6472         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6473         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6474           Post nice/more useful error message if we don't have a decoder for
6475           the primary type.
6476
6477 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6478
6479         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6480         Be a bit more useful, unblock the pads after we fired the no-more-pads
6481         signal so that we can use the signal to inspect and connect all pads
6482         without having to keep extra state outside of decodebin.
6483
6484 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6485
6486         * gst/playback/gsturidecodebin.c:
6487         (gst_uri_decode_bin_autoplug_continue),
6488         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6489         Implement default signal handler so that we return TRUE when nothing is
6490         connected.
6491
6492 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6493
6494         * gst-libs/gst/riff/riff-media.c:
6495         (gst_riff_wavext_add_channel_layout),
6496         (gst_riff_wave_add_default_channel_layout),
6497         (gst_riff_wavext_get_default_channel_mask),
6498         (gst_riff_create_audio_caps):
6499         Use the ALSA channel layout as default for wav files without channel
6500         layout information. This fixes playback of chan-id.wav on 5.1 systems
6501         for example. Also refactor the channel layout setting a bit and add
6502         more default channel orders. Fixes #489010.
6503
6504 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6505
6506         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6507           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6508           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6509           instead.
6510
6511 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6512
6513         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6514         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6515         (gst_decode_bin_set_subs_encoding),
6516         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6517         (gst_decode_bin_get_property), (analyze_new_pad):
6518         Move subtitle encoding property to decodebin2 so that it can set the
6519         property value on all elements that it autoplugs and that require it.
6520         Make caps refcounting more consistent in get/set.
6521
6522         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6523         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6524         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6525         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6526         (proxy_autoplug_continue_signal),
6527         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6528         (make_decoder):
6529         Proxy properties and relevant signals from the internal decodebin.
6530         Make properties MT safe.
6531
6532 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6535         * gst-libs/gst/tag/tags.c:
6536           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6537           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6538
6539         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6540           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6541
6542         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6543           (gst_tag_to_vorbis_comments):
6544           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6545           just mapping everything I found in the wild) (#414539).
6546
6547 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6548
6549         Inspired by patch of: René Stadler <mail at renestadler dot de>
6550
6551         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6552         (gst_decode_bin_autoplug_continue),
6553         (gst_decode_bin_autoplug_factories),
6554         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6555         (find_compatibles):
6556         * gst/playback/gstplay-marshal.list:
6557         Remove the autoplug-sort signal and replace it with a binding friendly
6558         autoplug-select signal.
6559         Add an autoplug-factories signal that can be used to generate a list of
6560         factories to try to autoplug.
6561         Add the GstPad to the autoplugging signal args as it might be needed to
6562         make a good factory selection.
6563         Fix up the marshallers for this. Fixes #407282.
6564
6565 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * gst-libs/gst/tag/gsttagdemux.c:
6568           Don't abort with an assertion if we receive a seek event with
6569           a start type of NONE (see launchpad bug #155878).
6570
6571 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6572
6573         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6574         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6575         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6577         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6578         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6579         Make sure that before we clean up the X resources, we shutdown and join
6580         the event thread.
6581         Also make sure the event thread does not shut down immediatly after
6582         startup because the running variable is not yet correctly set.
6583         Fixes #378770. 
6584
6585 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6586
6587         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6588         Make the window for a race in typefind and shutting down smaller until
6589         we figure out the right locking here. Avoids #485753 usually.
6590
6591         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6592         Remove unneeded lock causing a race in typefind and shutting down.
6593         Fixes #485753.
6594
6595         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6596         Also remove sinks when going to NULL because we might not complete the
6597         state change to PAUSED, causing the PAUSED->READY state change not to
6598         happen.
6599
6600 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6601
6602         * gst-libs/gst/audio/gstbaseaudiosink.c:
6603         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6604         Also explicitly release the ringbuffer when going to NULL because it
6605         is required in the setcaps function, before the state change to PAUSED
6606         completes.
6607
6608 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         * tests/icles/.cvsignore:
6611         * tests/icles/Makefile.am:
6612         * tests/icles/stress-playbin.c:
6613           Does what it says on the tin.
6614
6615 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6616
6617         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6618         Fix queue negotiation. See #486758.
6619
6620 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6621
6622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6623         (gst_xvimagesink_xwindow_new),
6624         (gst_xvimagesink_update_colorbalance),
6625         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6626
6627         Fix handling of some of the X atoms. If the last parameter is True,
6628         XInternAtom won't create the atom if it doesn't exist, and therefore
6629         might return None. This causes X errors on Xv implementations that
6630         don't provide the colour balance attributes.
6631
6632 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * gst-libs/gst/tag/gstvorbistag.c:
6635         * tests/check/libs/tag.c:
6636           Extract vorbis comment LICENSE tags correctly.
6637
6638 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6639
6640         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6641
6642         * gst-libs/gst/tag/gstid3tag.c:
6643         * tests/check/libs/tag.c:
6644           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6645
6646 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6647
6648         * gst-libs/gst/tag/gsttagdemux.c:
6649           Don't error out when a buggy downstream element doesn't
6650           handle the newsegment event we send properly (especially
6651           not without posting a meaningful error message on the
6652           bus). See bug #471370 and launchpad bug #136264.
6653
6654 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6655
6656         * gst-libs/gst/audio/gstbaseaudiosink.c:
6657         (gst_base_audio_sink_drain):
6658         Use new basesink method to make our EOS drain interruptable.
6659
6660 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6661
6662         * gst-libs/gst/rtp/gstrtppayloads.c:
6663         Fix silly search-replace oversight.
6664
6665 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6666
6667         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6668
6669         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6670         (gst_basertppayload_set_outcaps):
6671         Fix caps memleak. Fixes #484989.
6672
6673
6674 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6675
6676         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6677         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6678         Fix debug output.
6679
6680 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6681
6682         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6683         (gst_base_audio_src_create):
6684         Also handle the case where there is no clock set on the audio source,
6685         like in the unit tests.
6686
6687 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6688
6689         * gst-libs/gst/rtp/gstrtppayloads.c:
6690         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6691         to avoid compiler warnings
6692
6693 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6694
6695         * gst/playback/gstdecodebin.c: (type_found),
6696         (gst_decode_bin_change_state):
6697         * gst/playback/gstdecodebin2.c: (type_found),
6698         (gst_decode_bin_change_state):
6699         Don't disconnect the have_type signal because we never reconnect it
6700         later on. Instead keep a variable to see if we already detected a type.
6701
6702 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6703
6704         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6705         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6706         (type_found):
6707         Unlink the signal handler when we found the type, we're not going to do
6708         anything sensible with more type_found signals anyway.
6709
6710 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         * gst-libs/gst/tag/gsttagdemux.c:
6713           Don't leak caps.
6714
6715 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         * gst-libs/gst/tag/Makefile.am:
6718         * gst-libs/gst/tag/gsttagdemux.c:
6719         * gst-libs/gst/tag/gsttagdemux.h:
6720           API: add GstTagDemux base class for simple tag demuxers.
6721
6722         * docs/libs/gst-plugins-base-libs-docs.sgml:
6723         * docs/libs/gst-plugins-base-libs-sections.txt:
6724           Add GstTagDemux to docs.
6725
6726 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6727
6728         * gst-libs/gst/rtp/gstrtpbuffer.c:
6729         (gst_rtp_buffer_get_payload_subbuffer):
6730         Fix bug introduced with last commit which inverted the logic and
6731         caused all buffers to be dropped. Fixes #483620.
6732         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6733
6734 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6735
6736         * gst-libs/gst/rtp/gstrtpbuffer.c:
6737           Replace g_return_if_val (as it could be disabled), with regular return
6738           and warning.
6739
6740 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6741
6742         * tests/check/pipelines/simple-launch-lines.c:
6743           Print message name and not just number.
6744
6745 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6746
6747         * gst-libs/gst/audio/gstbaseaudiosink.c:
6748         (gst_base_audio_sink_async_play):
6749         When slaved to the clock, don't try to align a sample with the previous
6750         one when going to PLAYING again.
6751
6752 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6753
6754         * tests/examples/snapshot/snapshot.c:
6755           Fix the build.
6756
6757 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6758
6759         * gst-libs/gst/sdp/gstsdpmessage.h:
6760         Add RFC 3556 bandwidth modifiers.
6761
6762 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6763
6764         * docs/libs/gst-plugins-base-libs-docs.sgml:
6765         * docs/libs/gst-plugins-base-libs-sections.txt:
6766         * gst-libs/gst/rtp/gstrtppayloads.c:
6767         Update documentation.
6768
6769 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6770
6771         * gst-libs/gst/rtp/Makefile.am:
6772         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6773         (gst_rtp_payload_info_for_name):
6774         * gst-libs/gst/rtp/gstrtppayloads.h:
6775         Added new file and header to deal with payload info.
6776
6777         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6778         (gst_rtp_buffer_default_clock_rate):
6779         * gst-libs/gst/rtp/gstrtpbuffer.h:
6780         Payload specific stuff is move to new headers.
6781         Implement _default_clock rate using the new payload function.
6782
6783         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6784         (gst_sdp_parse_line):
6785         * gst-libs/gst/sdp/gstsdpmessage.h:
6786         Add some more comments.
6787
6788 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6789
6790         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6791         (sdp_check_header), (sdp_type_find), (plugin_init):
6792         Add typefind function for application/sdp.
6793         Remove some old dirac typefind code that was ifdeffed out.
6794
6795 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6796
6797         * win32/common/libgstaudio.def:
6798         Add new exported functions.
6799         * win32/vs6/grammar.dsp:
6800         Add autogeneration and copy of some autegenerated files from win32/common
6801         for rtsp library.
6802         * win32/vs6/libgstaudioconvert.dsp:
6803         Add gstaudioquantize.c to the build.
6804         * win32/vs6/libgstinterfaces.dsp:
6805         Add videoorientation.c to the build.
6806         * win32/vs6/libgstriff.dsp:
6807         Add libgsttag to the link libraries list.
6808         * win32/vs6/libgstvolume.dsp:
6809         Add liboil to the link.
6810         * win32/vs6/gst_plugins_base.dsw:
6811         * win32/vs6/libgstrtsp.dsp:
6812         * win32/common/libgstrtsp.def:
6813         Add files to build libgstrtsp library.
6814         
6815 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6816
6817         * tests/examples/snapshot/snapshot.c: (main):
6818         Print error when pipeline failed to construct.
6819
6820 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6821
6822         * configure.ac:
6823         * gst-libs/gst/tag/gstid3tag.c:
6824         * gst-libs/gst/tag/gstvorbistag.c:
6825           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6826           and ID3v2 tags.
6827
6828 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6829
6830         * gst-libs/gst/floatcast/floatcast.h:
6831           Don't include config.h in an installed public header, this
6832           might break compilation of applications that don't have such
6833           a header and doesn't necessarily do what it's supposed to do
6834           anyway (ie. check for the lrint/lrintf defines) (#442065).
6835           Add docs for the various macros and document how this header
6836           has to be used (link against libm, etc.); add a few FIXMEs;
6837           include math.h for non-c99 code path.  Based on patch by
6838           Jan Schmidt.
6839           
6840 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6841
6842         * configure.ac:
6843         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6844         of duplicating these macros in configure.ac.
6845
6846 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6847
6848         * po/hu.po:
6849         * po/sv.po:
6850         * po/uk.po:
6851           Updated translations to 0.10.14
6852
6853 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6854
6855         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6856
6857         * po/pl.po:
6858           Added Polish translation.
6859
6860 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6861
6862         translated by: Ilkka Tuohela <hile@iki.fi>
6863
6864         * po/fi.po:
6865           Added Finnish translation.
6866
6867 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6868
6869         translated by: Jorge González González <aloriel@gmail.com>
6870
6871         * po/es.po:
6872           Added Spanish translation.
6873
6874 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6875
6876         translated by: Mogens Jaeger <mogens@jaeger.tf>
6877
6878         * po/da.po:
6879           Added Danish translation.
6880
6881 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6882
6883         translated by: Funda Wang <fundawang@linux.net.cn>
6884
6885         * po/zh_CN.po:
6886           Added Chinese (simplified) translation.
6887
6888 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6889
6890         translated by: Alexander Shopov <ash@contact.bg>
6891
6892         * po/bg.po:
6893           Added Bulgarian translation.
6894
6895 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6896
6897         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6898         Fix compilation wrt printf arguments.
6899
6900 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6901
6902         * configure.ac:
6903         * tests/examples/Makefile.am:
6904         * tests/examples/snapshot/.cvsignore:
6905         * tests/examples/snapshot/Makefile.am:
6906         * tests/examples/snapshot/snapshot.c: (main):
6907         Add simple snapshot example program using appsink.
6908
6909 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6910
6911         * tests/check/generic/states.c:
6912           Improved state change unit test.
6913
6914 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6915
6916         * docs/plugins/.cvsignore:
6917         * tests/check/.cvsignore:
6918           Ignore registries in any format.
6919
6920 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6921
6922         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6923         (gst_base_rtp_depayload_chain),
6924         (gst_base_rtp_depayload_set_gst_timestamp):
6925         Only copy timestamp on outgoing packets if the depayloader did not set
6926         one.
6927         Also copy duration on outgoing packets.
6928
6929 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6930
6931         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6932         (gst_basertppayload_set_outcaps):
6933         Fix compilation because of missing %d in printf.
6934         When fixating caps, fixate what we can and throw away all remaining
6935         unfixed caps, subclasses should do something smart if they need to.
6936
6937 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6938
6939         * ext/gnomevfs/gstgnomevfssrc.c:
6940           Improve debug logs a bit and be more verbose if things go wrong.
6941
6942 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6943
6944         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6945         (gst_text_overlay_set_property):
6946         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6947         * gst-libs/gst/audio/gstbaseaudiosink.c:
6948         (gst_base_audio_sink_render):
6949         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6950         (gst_rtcp_unix_to_ntp):
6951         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6952         * gst/playback/gstqueue2.c:
6953         * tests/examples/seek/seek.c: (set_scale):
6954         Fix a bunch of compile warnings shown with Forte.
6955
6956         * gst/audiorate/gstaudiorate.c:
6957         Always pull in config.h before including any system headers.
6958
6959 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6960
6961         * gst/playback/gstqueue2.c: (update_buffering),
6962         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6963         (gst_queue_handle_sink_event), (gst_queue_chain),
6964         (gst_queue_push_one), (gst_queue_sink_activate_push),
6965         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6966         Also fix #476514 for queue2.
6967
6968 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6969
6970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6971         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6972         (gst_base_rtp_depayload_chain),
6973         (gst_base_rtp_depayload_handle_sink_event),
6974         (gst_base_rtp_depayload_push_full),
6975         (gst_base_rtp_depayload_set_gst_timestamp),
6976         (gst_base_rtp_depayload_change_state):
6977         Remove code to deal with RTP to GST time conversion, we now just copy
6978         the GST timestamp we receive to the outgoing buffers.
6979         Handle segment and flushes correctly.
6980
6981         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6982         When we have no valid input timestamp, use the previous rtp timestamp on
6983         the outgoing RTP packet instead of the RTP base time.
6984
6985 2007-09-15  David Schleef  <ds@schleef.org>
6986
6987         * ext/alsa/gstalsa.c:
6988         * ext/alsa/gstalsadeviceprobe.c:
6989         * ext/alsa/gstalsamixer.c:
6990         * ext/alsa/gstalsasink.c:
6991         * ext/alsa/gstalsasrc.c:
6992           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6993
6994 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         * gst-libs/gst/rtp/gstbasertppayload.c:
6997         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6998         Add some debug info when negotiating caps.
6999
7000 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7001
7002         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7003         A buffer with an empty payload is also a valid buffer.
7004
7005 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7006
7007         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7008         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7009         (gst_basertppayload_change_state):
7010         Make sure we start our RTP timestamp from the random base RTP
7011         timestamp even if the buffer timestamp starts from some random value.
7012
7013 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7014
7015         * configure.ac:
7016         * tests/examples/Makefile.am:
7017         * tests/examples/dynamic/.cvsignore:
7018         * tests/examples/dynamic/Makefile.am:
7019         * tests/examples/dynamic/addstream.c: (create_stream),
7020         (pause_play_stream), (message_received), (eos_message_received),
7021         (perform_step), (main):
7022         Add simple exmple app to demonstrate starting and pausing live and
7023         non-live bins in a PLAYING pipeline.
7024
7025 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7026
7027         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7028         typefind for QCP files (RFC #3625)
7029
7030 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7031
7032         * gst-libs/gst/audio/gstbaseaudiosink.c:
7033         (gst_base_audio_sink_init):
7034         Disable pull mode scheduling, we're not ready for it yet and it subtly
7035         breaks a lot of things.
7036
7037 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7038
7039         * tests/check/elements/libvisual.c:
7040           Test all libvisual plugins, not just the first one; this reproduces
7041           bug #450336 quite easily.  Looks like a problem with the 'jess'
7042           visualisation.
7043
7044 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7045
7046         * tests/check/Makefile.am:
7047         * tests/check/elements/.cvsignore:
7048         * tests/check/elements/libvisual.c:
7049           Add basic libvisual test case in an attempt to reproduce bug #450336.
7050           Doesn't reproduce that bug, but some other crasher instead (invalid
7051           free), at least with make elements/libvisual.forever and the bumscope
7052           plugin on x86-64/gutsy. Leaving test disabled for now.
7053
7054 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7055
7056         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7057
7058         * gst-libs/gst/rtsp/gstrtspconnection.c:
7059         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7060         (read_body), (gst_rtsp_connection_receive):
7061         Make sure we can not cancel in the middle of receiving a message.
7062         Fixes #475731.
7063
7064 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7065
7066         Patch by: Josep Torra Valles <josep@fluendo.com>
7067
7068         * gst/playback/gstplaybasebin.c:
7069           Increase upper limit for audio queue a bit; fixes preroll problem
7070           with playbin and decodebin2 when playing a quicktime trailer with
7071           multichannel audio via http (#464666).
7072
7073 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7074
7075         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7076         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7077         (gst_base_audio_src_provide_clock),
7078         (gst_base_audio_src_set_property),
7079         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7080         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7081         Allow othe clocks than the internal clock to be used for the pipeline.
7082         Add property to disable clock provide.
7083         API: GstBaseAudioSrc::provide-clock
7084
7085 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7086
7087         * gst/playback/gstdecodebin2.c:
7088           Don't leak request pads. Fixes #475395.
7089
7090 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7091
7092         Patch by: René Stadler <mail at renestadler dot de>
7093
7094         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7095         (gst_ximage_buffer_class_init):
7096         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7097         (gst_xvimage_buffer_class_init):
7098         Correctly chain up finalize with the parent class to prevent
7099         memory leaks. Fixes #474880.
7100
7101 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7102
7103         * gst/volume/gstvolume.c: (volume_choose_func):
7104         * tests/check/elements/volume.c: (GST_START_TEST):
7105         Revert the latest change: floating point samples are allowed to
7106         have any value, not only values in the range [-1,1]. Thanks to Andy
7107         Wingo for noticing.
7108         Also fix processing of int32 samples with volumes > 4 by making the
7109         unity value smaller which prevents overflows.
7110
7111 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * gst-libs/gst/rtp/gstrtpbuffer.c:
7114         * tests/check/libs/rtp.c:
7115           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7116
7117 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7118
7119         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7120
7121         * gst-libs/gst/rtp/gstrtpbuffer.c:
7122           Fix up GstRTPHeader helper struct so that compilers will not under
7123           any circumstances add padding in between our fields, as currently
7124           happens with MSVC on win32, because that would lead to us sending
7125           out RTP payloads with broken RTP headers (#471194).
7126           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7127           
7128         * tests/check/Makefile.am:
7129         * tests/check/libs/.cvsignore:
7130         * tests/check/libs/rtp.c:
7131           Add some simple unit tests for GstRTPBuffer. Some are disabled
7132           because the code tested still needs fixing (set_csrc() does not work).
7133
7134 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7135
7136         * win32/MANIFEST:
7137         * win32/common/gstrtsp-enumtypes.c:
7138         * win32/common/gstrtsp-enumtypes.h:
7139         * win32/common/interfaces-enumtypes.c:
7140         * win32/common/interfaces-enumtypes.h:
7141         * win32/common/multichannel-enumtypes.c:
7142           Add rtsp enumtypes (#474384) and update others.
7143
7144 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7145
7146         * configure.ac:
7147           Fix configure check for HAVE_LIBXML_HTML.
7148
7149 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         * tests/check/libs/.cvsignore:
7152           Ignore more, in case the build bots work again one day.
7153
7154 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7155
7156         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7157
7158         * configure.ac:
7159         * gst-libs/gst/Makefile.am:
7160         * gst-libs/gst/fft/Makefile.am:
7161         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7162         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7163         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7164         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7165         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7166         * gst-libs/gst/fft/gstfft.h:
7167         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7168         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7169         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7170         * gst-libs/gst/fft/gstfftf32.h:
7171         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7172         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7173         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7174         * gst-libs/gst/fft/gstfftf64.h:
7175         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7176         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7177         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7178         * gst-libs/gst/fft/gstffts16.h:
7179         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7180         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7181         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7182         * gst-libs/gst/fft/gstffts32.h:
7183         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7184         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7185         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7186         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7187         * gst-libs/gst/fft/kiss_fft_f32.h:
7188         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7189         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7190         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7191         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7192         * gst-libs/gst/fft/kiss_fft_f64.h:
7193         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7194         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7195         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7196         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7197         * gst-libs/gst/fft/kiss_fft_s16.h:
7198         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7199         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7200         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7201         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7202         * gst-libs/gst/fft/kiss_fft_s32.h:
7203         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7204         (kiss_fftr_f32), (kiss_fftri_f32):
7205         * gst-libs/gst/fft/kiss_fftr_f32.h:
7206         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7207         (kiss_fftr_f64), (kiss_fftri_f64):
7208         * gst-libs/gst/fft/kiss_fftr_f64.h:
7209         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7210         (kiss_fftr_s16), (kiss_fftri_s16):
7211         * gst-libs/gst/fft/kiss_fftr_s16.h:
7212         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7213         (kiss_fftr_s32), (kiss_fftri_s32):
7214         * gst-libs/gst/fft/kiss_fftr_s32.h:
7215         * gst-libs/gst/fft/kiss_version:
7216         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7217         * pkgconfig/gstreamer-plugins-base.pc.in:
7218         Add libgstfft, a FFT library based on Kiss FFT which is
7219         BSD licensed. Supported sample formats are int16, int32,
7220         float and double. For those formats a real FFT and IFFT
7221         can be done, different windowing functions can be applied
7222         and functions for extracting the magnitude and phase exist.
7223         Fixes #468619.
7224
7225         * docs/libs/Makefile.am:
7226         * docs/libs/gst-plugins-base-libs-docs.sgml:
7227         * docs/libs/gst-plugins-base-libs-sections.txt:
7228         Integrate libgstfft into the docs.
7229
7230         * tests/check/Makefile.am:
7231         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7232         Add unit tests for libgstfft, currently only testing the FFT.
7233         Unit tests for IFFT will follow soon.
7234
7235 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7236
7237         Patch by: Peter Kjellerstedt  <pkj at axis com>
7238
7239         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7240         (gst_sdp_message_init), (gst_sdp_message_uninit),
7241         (is_multicast_address), (gst_sdp_message_as_text),
7242         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7243         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7244         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7245         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7246         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7247         (gst_sdp_media_init), (gst_sdp_media_uninit),
7248         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7249         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7250         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7251         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7252         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7253         * gst-libs/gst/sdp/gstsdpmessage.h:
7254         Separate INIT_ARRAY() and related macros into two versions, one for
7255         structures and one for pointers (e.g., INIT_ARRAY() and
7256         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7257         lists of emails and phone numbers.
7258         Add missing const as appropriate.
7259         Change all gint to guint since they all actually represent unsigned
7260         values.
7261         Do not use time as a variable name as it shadows the global time().
7262         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7263         Actually implement gst_sdp_message_add_time().
7264         Make gst_sdp_message_add_time() take repeat times as an argument.
7265         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7266         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7267         misspelled as badwidth).
7268         gst-indented and a little clean up. Fixes #471067.
7269
7270 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7271
7272         * gst/volume/gstvolume.c: (volume_choose_func),
7273         (volume_process_double), (volume_process_double_clamp),
7274         (volume_process_float_clamp):
7275         Correctly clamp float/double samples in the [-1.0,1.0] range to
7276         prevent weird effects.
7277         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7278         Add unit tests for all samples types that had none before.
7279
7280 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7281
7282         * gst-libs/gst/rtp/gstrtpbuffer.c:
7283           Need to include stdlib.h for abs() here too.
7284
7285 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7286
7287         * gst/playback/gststreaminfo.c:
7288           Fix build.
7289
7290 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7291
7292         * gst/playback/gststreaminfo.c:
7293           Clean up some half-disabled code and comment.
7294
7295 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7296
7297         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7298
7299         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7300         (gst_base_rtp_payload_audio_handle_event):
7301         Return FALSE from the event handler to let the parent class handle the
7302         event. Fixes #446766.
7303
7304         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7305         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7306         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7307
7308         * gst-libs/gst/rtp/gstbasertppayload.c:
7309         Bump the MTU to 1400.
7310
7311 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7312
7313         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7314         Add an audio/x-nsf typefind function for the nsfdec element.
7315
7316 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7317         * gst/playback/gstplaybasebin.c:
7318         Included "myth://" on stream_uris list for enable buffering to mythtv files
7319
7320 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7321
7322         * docs/libs/gst-plugins-base-libs-sections.txt:
7323         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7324         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7325         (gst_rtcp_unix_to_ntp):
7326         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7327         Fix parsing of RB blocks.
7328         Fix docs.
7329         Added helper functions to convert to/from UNIX and NTP time.
7330         API: gst_rtcp_ntp_to_unix()
7331         API: gst_rtcp_unix_to_ntp()
7332
7333         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7334         (gst_rtp_buffer_get_header_len),
7335         (gst_rtp_buffer_get_extension_data),
7336         (gst_rtp_buffer_get_payload_subbuffer),
7337         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7338         (gst_rtp_buffer_ext_timestamp):
7339         * gst-libs/gst/rtp/gstrtpbuffer.h:
7340         Fix some more docs.
7341         Implement handling of packets with extensions.
7342         Fix padding check in _validate().
7343         Added function to get extension data.
7344         API: gst_rtp_buffer_get_header_len()
7345         API: gst_rtp_buffer_get_extension_data()
7346
7347 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7348
7349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7350         (gst_base_rtp_depayload_class_init),
7351         (gst_base_rtp_depayload_set_gst_timestamp):
7352         Add some more docs for the queue-delay property and fix a typo in a
7353         comment.
7354
7355         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7356         Fix typo.
7357
7358 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7359
7360         * gst-libs/gst/audio/gstbaseaudiosink.c:
7361         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7362         (gst_base_audio_sink_change_state):
7363         When skew slaving, try to hover around the middle of a segment so that
7364         we at most drift by half a segment.
7365         If we are aligning in the oposite direction of the clock skew, we don't
7366         have to resync.
7367
7368 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7369
7370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7371         (gst_base_rtp_depayload_setcaps),
7372         (gst_base_rtp_depayload_set_gst_timestamp):
7373         Be less silly with the segment start, just apply the clock-base to the
7374         timestamp.
7375
7376 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7377
7378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7379         (gst_base_rtp_depayload_class_init),
7380         (gst_base_rtp_depayload_finalize),
7381         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7382         (gst_base_rtp_depayload_handle_sink_event),
7383         (gst_base_rtp_depayload_set_gst_timestamp),
7384         (gst_base_rtp_depayload_change_state):
7385         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7386         Deprecate the queue handling thread thing and remove the code.
7387         Use new method to calculate the extended timestamp.
7388
7389 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7390
7391         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7392         (gst_rtcp_packet_sdes_copy_entry):
7393         Use g_strndup which does exactly what we want.
7394
7395         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7396         (gst_rtp_buffer_ext_timestamp):
7397         * gst-libs/gst/rtp/gstrtpbuffer.h:
7398         Add helper function to compare seqnums.
7399         Add helper function to calculate extended timestamps.
7400         API: gst_rtp_buffer_compare_seqnum()
7401         API: gst_rtp_buffer_ext_timestamp()
7402
7403 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7404
7405         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7406         (gst_rtcp_packet_sdes_get_entry),
7407         (gst_rtcp_packet_sdes_copy_entry):
7408         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7409         Fix and document SDES item data function.
7410         Add new function that makes a proper copy of SDES item data.
7411         API: gst_rtcp_packet_sdes_copy_entry()
7412
7413 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7414
7415         * configure.ac:
7416         * gst/Makefile.am:
7417           The tcp and subparse plugins are under gst, but not totaly free of
7418           dependencies. Handle selection inconfigure.ac, so that they show up
7419           on the final list of what is build and what is not. Maybe they should
7420           better be moved to ext.
7421
7422 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7423
7424         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7425
7426         * configure.ac:
7427         * gst/Makefile.am:
7428           Check if libxml provides HTML parser which subparse needs.
7429           Fixes #451970.
7430
7431 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         * ext/alsa/gstalsa.c:
7434           Fix typo and compilation on big endian systems.
7435
7436 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7437
7438         * gst/subparse/gstssaparse.c:
7439           Convert SSA newline codes into actual newline characters (#470766).
7440
7441 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7442
7443         * docs/libs/gst-plugins-base-libs-sections.txt:
7444         * gst-libs/gst/pbutils/install-plugins.c:
7445         * gst-libs/gst/pbutils/install-plugins.h:
7446         * tests/check/libs/pbutils.c:
7447           API: also add gst_install_plugins_supported() while we're at it
7448           (see #470456).
7449
7450 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7451
7452         * docs/libs/gst-plugins-base-libs-sections.txt:
7453         * gst-libs/gst/pbutils/missing-plugins.c:
7454         * gst-libs/gst/pbutils/missing-plugins.h:
7455         * tests/check/libs/pbutils.c:
7456           API: add gst_missing_*_installer_detail_new() convenience API so
7457           that applications that know exactly what they're missing can request
7458           installer detail strings for those items directly instead of having
7459           to first create a dummy missing-plugin message and then get the
7460           installer detail string from that.  Fixes #470456.
7461
7462 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7463
7464         * gst/playback/gstdecodebin.c: (close_pad_link):
7465         We need to set up delayed-linking whenever the caps are non-fixed,
7466         not just when there are multiple types - use gst_pad_is_fixed()
7467         to test.
7468
7469 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7470
7471         * gst-libs/gst/pbutils/missing-plugins.c:
7472           (gst_missing_plugin_message_get_installer_detail):
7473           Add missing separator in PID fallback case.
7474
7475 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7476
7477         * ext/alsa/Makefile.am:
7478         There is no GST_PLUGINS_BASE_LIBS defined.
7479         
7480         * ext/alsa/gstalsa.c:
7481         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7482         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7483         Add support for ALSA 24-bit formats.
7484         snd_pcm_delay can return an error code, especially
7485         during XRUNS. In that case, the best we can do is assume
7486         delay = 0.
7487
7488         * gst/audioconvert/Makefile.am:
7489         Add flags from -base before any more-remote dependencies.
7490
7491 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7492
7493         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7494
7495         * gst/volume/gstvolume.c: (volume_choose_func),
7496         (volume_update_real_volume), (gst_volume_set_volume),
7497         (gst_volume_init), (volume_process_int32),
7498         (volume_process_int32_clamp), (volume_process_int24),
7499         (volume_process_int24_clamp), (volume_process_int16),
7500         (volume_process_int16_clamp), (volume_process_int8),
7501         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7502         * gst/volume/gstvolume.h:
7503         Add support for int32, int24 and int8 to the volume element.
7504         Fixes #445529.
7505
7506 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7507
7508         * tests/examples/Makefile.am:
7509           Fix even more.
7510
7511 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7512
7513         * configure.ac:
7514         * docs/libs/Makefile.am:
7515         * docs/libs/gst-plugins-base-libs-docs.sgml:
7516         * docs/libs/gst-plugins-base-libs-sections.txt:
7517         * ext/gnomevfs/gstgnomevfssrc.c:
7518         * ext/gnomevfs/gstgnomevfssrc.h:
7519         * gst-libs/gst/Makefile.am:
7520         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7521         * pkgconfig/gstreamer-plugins-base.pc.in:
7522         * sys/v4l/v4lsrc_calls.c:
7523         * tests/examples/Makefile.am:
7524         * win32/common/config.h:
7525           Revert unwanted commit. many thanks to moap. I want a fix for 
7526           https://thomas.apestaart.org/moap/trac/ticket/239
7527
7528 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7529
7530         * gst/volume/gstvolume.c:
7531           Move passthrough below gst_object_sync_values(). Fixes #442654.
7532
7533 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7534
7535         * gst-libs/gst/audio/audio.c:
7536         Clarify the docs a little.
7537
7538 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7539
7540         * gst/volume/gstvolume.c:
7541           Enable liboil for float and add more details about problems with
7542           int16.
7543
7544 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7545
7546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7547         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7548
7549 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7550
7551         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7552         When calculating the first timestamp of the buffers, don't go below 0
7553         and clip the samples because the offset was on the eos page.
7554         Fixes #466717.
7555
7556 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7557
7558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7559         (gst_ogg_demux_collect_chain_info):
7560         Also submit the eos page when trying to find the first timestamp.
7561         See #466717.
7562
7563 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7564
7565         * gst-libs/gst/audio/audio.h:
7566         Use gst_util_uint64_scale() instead of doing the math
7567         with double for GST_FRAMES_TO_CLOCK_TIME() and
7568         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7569         prevents rounding errors. Fixes #467667.
7570
7571 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7572
7573         * gst-libs/gst/rtsp/gstrtspconnection.c:
7574         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7575         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7576         * gst-libs/gst/rtsp/gstrtspconnection.h:
7577         Small cleanups.
7578         On shutdown, don't read the control socket yet.
7579         Set timeout value correctly in all cases.
7580         Add function to check if the server accepts reads or writes.
7581         API: gst_rtsp_connection_poll()
7582
7583         * gst-libs/gst/rtsp/gstrtspdefs.h:
7584         Fix compilation with -pedantic.
7585         Add enum for _poll.
7586
7587 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7588
7589         Patch by: Olivier Crete  <tester at tester ca>
7590
7591         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7592         (gst_basertppayload_getcaps):
7593         * gst-libs/gst/rtp/gstbasertppayload.h:
7594         Add getcaps vfunc to basertppayload. See #465146.
7595
7596 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7597
7598         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7599         Only post buffering messages when we are a stream.
7600
7601 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7602
7603         * gst-libs/gst/pbutils/install-plugins.c:
7604         * gst-libs/gst/pbutils/missing-plugins.c:
7605           Small docs fix and addition.
7606
7607 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7608
7609         * tests/icles/.cvsignore:
7610         * tests/icles/Makefile.am:
7611         * tests/icles/test-textoverlay.c:
7612           Add a dumb little test for textoverlay alignments.
7613
7614 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         Patch by: Dan Williams  <dcbw redhat com>
7617
7618         * ext/pango/gsttextoverlay.c:
7619         * ext/pango/gsttextoverlay.h:
7620           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7621           "silent" property so there's a Since tag in the API reference.
7622
7623 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7624
7625         * gst-libs/gst/rtp/gstbasertppayload.c:
7626         (gst_basertppayload_set_outcaps):
7627         * gst-libs/gst/rtp/gstbasertppayload.h:
7628         Improve caps negotiation so that downstream elements can confiure
7629         certain RTP properties by fixing them on the caps. See #465146.
7630         Add docs.
7631
7632 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7633
7634         * docs/libs/gst-plugins-base-libs-sections.txt:
7635         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7636         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7637           Mark as deprecated some macros which were presumably meant to be
7638           private API and accidentally exposed in the public header file.
7639           Also actually _init() lock (only works at the moment because the
7640           struct is zeroed out when created and the initial values in the
7641           mutex struct are zeroes too). (#459585)
7642
7643 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7644
7645         * docs/libs/Makefile.am:
7646           Remove cruft and do some cleanups.
7647
7648         * docs/libs/gst-plugins-base-libs-docs.sgml:
7649           Prepare for comming gtkdoc features (rebase against online docs).
7650
7651 2007-08-10  Michael Smith <msmith@fluendo.com>
7652
7653         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7654           Debug output fixes.
7655         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7656         (GST_START_TEST):
7657           Change the number of buffers used; 500 is too many and leads to
7658           timeouts.
7659
7660 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7661
7662         * gst/playback/gstqueue2.c:
7663         * gst/videorate/gstvideorate.c:
7664           Printf format fixes (#465028).
7665
7666 2007-08-09  Michael Smith <msmith@fluendo.com>
7667
7668         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7669           If we have a large (> 1 second) discontinuity, push a series of
7670           smaller buffers rather than a single very large buffer. Avoids
7671           unreasonably large single buffer allocations when encountering a
7672           large gap.
7673         * tests/check/elements/audiorate.c: (GST_START_TEST),
7674         (audiorate_suite):
7675           Add a test for this.
7676
7677 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7678
7679         * gst/playback/gstplaybasebin.c: (group_commit),
7680         (queue_remove_probe), (queue_threshold_reached):
7681
7682         Patch by: Josep Torra Valles <josep@fluendo.com>
7683         Fixes: #465015
7684         Make sure we remove the check_queues buffer probe from the 
7685         correct queue to avoid racily going back to "buffering 99%" when
7686         buffering is actually complete.
7687
7688         Also, fix the spelling of Josep's surname in the ChangeLog.
7689
7690 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7691
7692         * ext/ogg/gstoggmux.c:
7693           Do not leak oggmux instance.
7694         
7695         * ext/vorbis/vorbisenc.c:
7696           Also log values.
7697
7698 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7699
7700         * po/hu.po:
7701         * po/it.po:
7702         * po/nl.po:
7703         * po/uk.po:
7704         * po/vi.po:
7705           Updated translations.
7706
7707 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7708
7709         patch by: Yang Hong <hongyang@redflag-linux.com>
7710
7711         * ext/pango/gsttextoverlay.c:
7712         * ext/pango/gsttextoverlay.h:
7713           Add 'silent' property to GstTimeOverlay. Fixes #462979
7714
7715 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7716
7717         Patch by: Josep Torra Valles <josep@fluendo.com>
7718
7719         * docs/plugins/gst-plugins-base-plugins.args:
7720         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7721         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7722         (gst_uri_decode_bin_get_property), (gen_source_element):
7723         Add connection-speed property. Fixes #464690.
7724
7725 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7726
7727         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7728
7729         * configure.ac:
7730         * gst-libs/gst/rtsp/Makefile.am:
7731         * gst-libs/gst/rtsp/gstrtspconnection.c:
7732         (gst_rtsp_connection_connect):
7733         Fix compilation on windows. Fixes #464320.
7734
7735 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7736
7737         Patch by: Josep Torra Valles <josep@fluendo.com>
7738
7739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7740         (gst_play_base_bin_init), (queue_threshold_reached),
7741         (gen_source_element), (setup_substreams),
7742         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7743         (gst_play_base_bin_get_streaminfo_value_array):
7744         * gst/playback/gstplaybasebin.h:
7745         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7746         (gst_play_bin_set_property), (gst_play_bin_get_property),
7747         (gst_play_bin_handle_redirect_message):
7748         Move connection-speed property from playbin to playbasebin so that we
7749         can also configure it in source elements that have the connection-speed
7750         property. Fixes #464028.
7751         Add some debug info here and there.
7752
7753 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7754
7755         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7756         Properly respond to conversion queries. Fixes #464079.
7757
7758 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7759
7760         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7761         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7762         (gst_audio_test_src_init_sine_table),
7763         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7764         * gst/audiotestsrc/gstaudiotestsrc.h:
7765         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7766         Also set the default volume to the default value specified in the
7767         GParamSpec.
7768
7769 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7770
7771         Patch by: Jens Granseuer <jensgr at gmx dot net>
7772
7773         * gst/audioconvert/gstaudioquantize.c:
7774         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7775
7776 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7777
7778         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7779         Add rdt manager for rdt transport.
7780         Fix parsing of RDT transport.
7781
7782 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7783
7784         * configure.ac:
7785         Back to CVS
7786
7787 === release 0.10.14 ===
7788
7789 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7790
7791         * configure.ac:
7792           releasing 0.10.14, "Light Years Ahead"
7793
7794 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7795
7796         * tests/check/libs/audio.c: (GST_START_TEST):
7797         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7798
7799 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7800
7801         * gst-libs/gst/audio/audio.c:
7802         When clipping a buffer with no timestamp, assume it is
7803         within the segment without warnings.
7804
7805         Fixes: #460978
7806
7807 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7808
7809         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7810         Fire the signal on the object, not the interface.
7811
7812 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7813
7814         * gst-libs/gst/rtsp/.cvsignore:
7815         Ber. Don't include the full path, idiot.
7816
7817 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7818
7819         * gst-libs/gst/rtsp/.cvsignore:
7820         Ignore generated files.
7821
7822 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7823
7824         * gst-libs/gst/interfaces/Makefile.am:
7825         * gst-libs/gst/interfaces/interfaces-marshal.list:
7826         * gst-libs/gst/interfaces/rtspextension.c:
7827         * gst-libs/gst/interfaces/rtspextension.h:
7828         * gst-libs/gst/rtsp/Makefile.am:
7829         * gst-libs/gst/rtsp/gstrtsp.h:
7830         * gst-libs/gst/rtsp/gstrtspextension.c:
7831         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7832         (gst_rtsp_extension_detect_server),
7833         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7834         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7835         (gst_rtsp_extension_configure_stream),
7836         (gst_rtsp_extension_get_transports),
7837         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7838         * gst-libs/gst/rtsp/gstrtspextension.h:
7839         * gst-libs/gst/rtsp/rtsp-marshal.list:
7840         Move the rtspextension.h interface into gstrtspextension.h
7841         as part of libgstrtsp instead of libgstinterfaces, because it's
7842         only for use within plugins, not applications. 
7843         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7844         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7845         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7846         is abstract.
7847
7848 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7849
7850         * gst-libs/gst/interfaces/Makefile.am:
7851         * gst-libs/gst/interfaces/interfaces-marshal.list:
7852         * gst-libs/gst/interfaces/rtspextension.c:
7853         (gst_rtsp_extension_iface_init),
7854         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7855         * gst-libs/gst/interfaces/rtspextension.h:
7856         Fix marshaller for the send signal.
7857         Add URL to stream selection interface method.
7858
7859 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7860
7861         * gst-libs/gst/riff/Makefile.am:
7862         Pull in our dependencies from -base before those from outside.
7863
7864 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7865
7866         * docs/libs/gst-plugins-base-libs-sections.txt:
7867         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7868         * gst-libs/gst/rtsp/gstrtspbase64.h:
7869         API: gst_rtsp_base64_decode_ip()
7870         Added function to decode Base64 in-place.
7871
7872 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7873
7874         * tests/check/libs/.cvsignore:
7875         Ignore the mixer test binary.
7876
7877 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7878
7879         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7880         Gratuitous comment change to trigger a rebuild on the buildbots.
7881
7882 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7883
7884         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7885         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7886         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7887         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7888         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7889         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7890         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7891         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7892         (gst_sdp_media_get_attribute_val):
7893         * gst-libs/gst/sdp/gstsdpmessage.h:
7894         Constify args where we can.
7895
7896 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7897
7898         * gst-libs/gst/interfaces/Makefile.am:
7899         * gst-libs/gst/interfaces/rtspextension.c:
7900         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7901         (gst_rtsp_extension_detect_server),
7902         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7903         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7904         (gst_rtsp_extension_configure_stream),
7905         (gst_rtsp_extension_get_transports),
7906         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7907         * gst-libs/gst/interfaces/rtspextension.h:
7908         Move interface for RTSP extensions from -good to here.
7909         Added helper methods to invoke interface methods.
7910
7911 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7912
7913         * docs/libs/gst-plugins-base-libs-sections.txt:
7914         * gst-libs/gst/rtsp/gstrtspdefs.h:
7915         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7916         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7917         (gst_rtsp_message_init_response),
7918         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7919         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7920         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7921         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7922         (gst_rtsp_message_get_body), (dump_key_value):
7923         * gst-libs/gst/rtsp/gstrtspmessage.h:
7924         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7925         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7926         (gst_rtsp_range_parse):
7927         * gst-libs/gst/rtsp/gstrtsprange.h:
7928         * gst-libs/gst/rtsp/gstrtsptransport.c:
7929         * gst-libs/gst/rtsp/gstrtspurl.c:
7930         Fix some more RTSP docs.
7931         Add some missing methods for dealing with messages.
7932
7933 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7934
7935         * docs/libs/gst-plugins-base-libs-docs.sgml:
7936         * docs/libs/gst-plugins-base-libs-sections.txt:
7937         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7938         * gst-libs/gst/rtsp/gstrtspbase64.h:
7939         * gst-libs/gst/rtsp/gstrtspconnection.c:
7940         (gst_rtsp_connection_connect), (add_auth_header),
7941         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7942         (read_body), (gst_rtsp_connection_receive),
7943         (gst_rtsp_connection_next_timeout),
7944         (gst_rtsp_connection_reset_timeout),
7945         (gst_rtsp_connection_set_auth):
7946         * gst-libs/gst/rtsp/gstrtspconnection.h:
7947         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7948         * gst-libs/gst/rtsp/gstrtspdefs.h:
7949         * gst-libs/gst/rtsp/gstrtspmessage.h:
7950         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7951         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7952         (gst_rtsp_range_parse):
7953         * gst-libs/gst/rtsp/gstrtspurl.h:
7954         Added beginnings of RTSP documentation.
7955
7956 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7957
7958         * docs/libs/Makefile.am:
7959         * docs/libs/gst-plugins-base-libs-docs.sgml:
7960         * docs/libs/gst-plugins-base-libs-sections.txt:
7961         * gst-libs/gst/sdp/gstsdp.h:
7962         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7963         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7964         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7965         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7966         (gst_sdp_message_get_attribute_val),
7967         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7968         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7969         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7970         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7971         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7972         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7973         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7974         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7975         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7976         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7977         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7978         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7979         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7980         (gst_sdp_media_get_attribute_val_n),
7981         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7982         (print_media), (gst_sdp_message_dump):
7983         * gst-libs/gst/sdp/gstsdpmessage.h:
7984         Document the SDP library.
7985         Add some of the missing SDPMedia methods.
7986
7987 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7988
7989         * configure.ac:
7990         * gst-libs/gst/Makefile.am:
7991         * gst-libs/gst/rtsp/Makefile.am:
7992         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7993         * gst-libs/gst/rtsp/gstrtspbase64.h:
7994         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7995         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7996         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7997         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7998         (parse_response_status), (parse_request_line), (parse_line),
7999         (gst_rtsp_connection_read), (read_body),
8000         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8001         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8002         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8003         (gst_rtsp_connection_set_auth):
8004         * gst-libs/gst/rtsp/gstrtspconnection.h:
8005         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8006         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8007         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8008         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8009         (gst_rtsp_find_method):
8010         * gst-libs/gst/rtsp/gstrtspdefs.h:
8011         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8012         (gst_rtsp_message_new), (gst_rtsp_message_init),
8013         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8014         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8015         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8016         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8017         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8018         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8019         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8020         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8021         (gst_rtsp_message_dump):
8022         * gst-libs/gst/rtsp/gstrtspmessage.h:
8023         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8024         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8025         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8026         * gst-libs/gst/rtsp/gstrtsprange.h:
8027         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8028         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8029         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8030         (range_as_text), (rtsp_transport_mode_as_text),
8031         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8032         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8033         (gst_rtsp_transport_free):
8034         * gst-libs/gst/rtsp/gstrtsptransport.h:
8035         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8036         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8037         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8038         * gst-libs/gst/rtsp/gstrtspurl.h:
8039         * gst-libs/gst/sdp/Makefile.am:
8040         * gst-libs/gst/sdp/gstsdp.h:
8041         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8042         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8043         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8044         (gst_sdp_attribute_init), (gst_sdp_message_new),
8045         (gst_sdp_message_init), (gst_sdp_message_uninit),
8046         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8047         (gst_sdp_media_uninit), (gst_sdp_media_free),
8048         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8049         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8050         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8051         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8052         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8053         (gst_sdp_message_get_attribute_val),
8054         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8055         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8056         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8057         (gst_sdp_media_get_attribute_val_n),
8058         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8059         (read_string), (read_string_del), (gst_sdp_parse_line),
8060         (gst_sdp_message_parse_buffer), (print_media),
8061         (gst_sdp_message_dump):
8062         * gst-libs/gst/sdp/gstsdpmessage.h:
8063         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8064         Move SDP and RTSP from helper objects in -good to a reusable library.
8065         Use a proper gst_ namespace.
8066
8067 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8068
8069         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8070         (vorbis_dec_flush_decode):
8071         Use the new buffer clipping function from gstaudio here.
8072
8073 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8074
8075         * docs/libs/gst-plugins-base-libs-sections.txt:
8076         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8077         * gst-libs/gst/audio/audio.h:
8078         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8079         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8080         Also add deprecation guards for gst_audio_structure_set_int() to the
8081         header.
8082
8083 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8084
8085         * docs/libs/gst-plugins-base-libs-sections.txt:
8086           Cleanup the docs.
8087
8088 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8089
8090         Patch by: Dan Williams <dcbw at redhat dot com>
8091
8092         * gst/playback/gstplaybasebin.c:
8093         (gst_play_base_bin_get_streaminfo_value_array):
8094         Don't return NULL when querying the stream info value array but instead
8095         return an empty array. Fixes #459204.
8096
8097 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8098
8099         * gst/playback/gsturidecodebin.c:
8100           Init debug category before using it.
8101
8102 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8103
8104         * gst-libs/gst/interfaces/mixer.h:
8105         Add padding vars in place of the signal pointers
8106         when building with DISABLE_DEPRECATED so that the
8107         interface structure doesn't change size.
8108
8109 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8110
8111         * docs/libs/gst-plugins-base-libs-sections.txt:
8112         * ext/alsa/gstalsamixer.c:
8113         * ext/alsa/gstalsamixer.h:
8114         * ext/alsa/gstalsamixerelement.c:
8115         * ext/alsa/gstalsamixertrack.c:
8116         * gst-libs/gst/interfaces/mixer.c:
8117         * gst-libs/gst/interfaces/mixer.h:
8118         * gst-libs/gst/interfaces/mixeroptions.c:
8119         * gst-libs/gst/interfaces/mixeroptions.h:
8120         * gst-libs/gst/interfaces/mixertrack.c:
8121         * gst-libs/gst/interfaces/mixertrack.h:
8122         * tests/check/Makefile.am:
8123         * tests/check/libs/mixer.c:
8124
8125         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8126         Fixes: #152864 
8127
8128         Add support for notifying mixer changes on the message bus, and
8129         implement it in alsamixer.
8130
8131         API: gst_mixer_get_mixer_flags
8132         API: gst_mixer_message_parse_mute_toggled
8133         API: gst_mixer_message_parse_record_toggled
8134         API: gst_mixer_message_parse_volume_changed
8135         API: gst_mixer_message_parse_option_changed
8136         API: GstMixerMessageType
8137         API: GstMixerFlags
8138
8139 2007-07-20  Michael Smith <msmith@fluendo.com>
8140
8141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8142         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8143           xcontext->im_format is only for testing XShm support (as the header
8144           file comments document). Use xvimage->im_format for everything else.
8145           Avoids spurious warnings on buffer allocation before setcaps.
8146
8147 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8148
8149         * tests/examples/volume/Makefile.am:
8150         * tests/icles/Makefile.am:
8151           We should use $(LIBM).
8152
8153 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8154
8155         * tests/icles/Makefile.am:
8156           This needs -lm.
8157
8158 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8159
8160         * gst-libs/gst/rtp/gstbasertppayload.c:
8161         (gst_basertppayload_class_init), (gst_basertppayload_init),
8162         (gst_basertppayload_set_property),
8163         (gst_basertppayload_get_property):
8164         Don't break ABI, restore previous ranges. Keep the default random
8165         selection of timestamp and seqnum offset but as soon as the app sets a
8166         specific value, use that one.
8167
8168 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8169
8170         Patch by: Bastien Nocera <hadess at hadess dot net>
8171
8172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8173         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8174         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8175         * sys/xvimage/xvimagesink.h:
8176         Add option to turn off double-buffering for debugging purposes.
8177         Fixes #437169.
8178
8179 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8180
8181         Patch by: Jorn Baayen <jorn at openedhand dot com>
8182
8183         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8184         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8185         (gst_ximagesink_init), (gst_ximagesink_class_init):
8186         * sys/ximage/ximagesink.h:
8187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8188         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8189         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8190         * sys/xvimage/xvimagesink.h:
8191         add 'handle-expose' property. Useful for video widgets which may want to
8192         be in control of Expose behaviour. Fixes #380625
8193
8194 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8195
8196         * gst-libs/gst/rtp/gstbasertppayload.c:
8197         (gst_basertppayload_class_init), (gst_basertppayload_init),
8198         (gst_basertppayload_event), (gst_basertppayload_push),
8199         (gst_basertppayload_set_property),
8200         (gst_basertppayload_get_property),
8201         (gst_basertppayload_change_state):
8202         * gst-libs/gst/rtp/gstbasertppayload.h:
8203         Fix ranges of rtp payloader properties so that the full range can be
8204         used in addition to -1 (random).
8205         Fix wrong seqnum reporting in caps.
8206         Fixes #420326.
8207
8208 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8209
8210         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8211         (gst_video_rate_query):
8212         Use boilerplate.
8213         Add latency query, might not be perfect yet but already works a lot
8214         better. Fixes #442557.
8215
8216 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8217
8218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8219         (gst_xvimagesink_setcaps):
8220         * sys/xvimage/xvimagesink.h:
8221         After a caps change, redraw our borders to avoid garbage left there
8222         when the image format changes to a smaller size, like 16:9 -> 4:3
8223         Also, hold the flow_lock a bit longer in the set_caps while we're
8224         fiddling with the xcontext.
8225
8226 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8227
8228         * Makefile.am:
8229         * configure.ac:
8230         * tests/Makefile.am:
8231         Remove bogus check for libcheck, since we check for
8232         gstreamer-check and it pulls in the required info from there, and we
8233         weren't actually _using_ the information for libcheck ourselves
8234         anyway.
8235
8236 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8237
8238         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8239         (gst_ffmpeg_caps_to_pixfmt):
8240         Fix the r_mask test for RGBA32 on little-endian.
8241         Fix a stupid typo that would have obviously broken 
8242         compilation on big-endian, if anyone was testing.
8243
8244 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8245
8246         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8247         (paint_hline_str4):
8248         * gst/videotestsrc/videotestsrc.h:
8249         Add alpha to the color struct.
8250         Use a default alpha value of 255 instead of 128.
8251
8252 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8253
8254         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8255         (setup_source):
8256         Clear the dynamic pads counter when starting a new uri. This makes
8257         reusing playbin work again.
8258         Fixes #454264.
8259
8260 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8261
8262         * configure.ac:
8263           Use pkg-config to locate check.
8264
8265 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8266
8267         * configure.ac:
8268         * tests/check/elements/volume.c: (GST_START_TEST):
8269           Fix 'make check' build against core CVS.
8270
8271 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8272
8273         * gst-libs/gst/interfaces/propertyprobe.c:
8274         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8275         * gst-libs/gst/tag/gstvorbistag.c:
8276           Make gtk-doc happy.
8277
8278 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8279
8280         * gst-libs/gst/audio/gstbaseaudiosink.c:
8281         (gst_base_audio_sink_callback):
8282           Quick hack to make audiosinks stop at EOS when operating in
8283           pull-mode; needs to be fixed properly some day.
8284
8285 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8286
8287         * docs/libs/gst-plugins-base-libs-sections.txt:
8288           Fix location of includes in the docs.
8289
8290 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8291
8292         * gst/ffmpegcolorspace/avcodec.h:
8293         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8294         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8295         (gst_ffmpegcsp_avpicture_fill):
8296         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8297         (img_get_alpha_info):
8298         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8299         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8300         end of the word. Partially fixes #451908
8301
8302 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8303
8304         * docs/libs/Makefile.am:
8305         * docs/plugins/Makefile.am:
8306           Simplify --extra-dir as gtkdoc scans recursively.
8307
8308 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8309
8310         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8311         (gst_adder_request_new_pad):
8312         Make getcaps more robust by not using the proxycaps function. This makes
8313         sure that we don't end up recursively calling getcaps upstream.
8314         See #316248.
8315
8316 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8317
8318         * gst/audioconvert/audioconvert.c:
8319         Include math.h to fix compilation.
8320
8321 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8322
8323         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8324         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8325         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8326         format, as produced by some dc1394 cameras like the iSight.
8327         See http://www.fourcc.org/yuv.php#IYU1
8328
8329 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8330
8331         * gst/audioconvert/Makefile.am:
8332         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8333         (check_default), (audio_convert_prepare_context),
8334         (audio_convert_clean_context), (audio_convert_convert):
8335         * gst/audioconvert/audioconvert.h:
8336         * gst/audioconvert/gstaudioconvert.c:
8337         (gst_audio_convert_dithering_get_type),
8338         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8339         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8340         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8341         * gst/audioconvert/gstaudioconvert.h:
8342         * gst/audioconvert/gstaudioquantize.c:
8343         (gst_audio_quantize_setup_noise_shaping),
8344         (gst_audio_quantize_free_noise_shaping),
8345         (gst_audio_quantize_setup_dither),
8346         (gst_audio_quantize_free_dither),
8347         (gst_audio_quantize_setup_quantize_func),
8348         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8349         * gst/audioconvert/gstaudioquantize.h:
8350         Implement dithering and noise shaping in audioconvert. By default now
8351         TPDF dithering (and no noise shaping) will be used when converting
8352         from a higher bit depth to 20 bit depth or smaller, otherwise
8353         everything will be as it is now.
8354         For the last audioconvert in a pipeline it would make sense to
8355         use some kind of noise shaping, enabling it by default for all
8356         conversions would give undesired results though. Fixes #360246.
8357         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8358         (GST_START_TEST):
8359         Adjust unit test for the new audioconvert.
8360
8361 2007-06-28  Wim Taymans  <wim@fluendo.com>
8362
8363         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8364         Use other metrics as well when estimating the buffer level.
8365
8366 2007-06-28  Wim Taymans  <wim@fluendo.com>
8367
8368         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8369         Small debug improvement.
8370
8371         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8372         (plugin_init):
8373         Tweak the rate estimation period.
8374         When calculating the buffer filledness in rate estimation mode, don't
8375         mix it with other metrics.
8376
8377 2007-06-28  Wim Taymans  <wim@fluendo.com>
8378
8379         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8380         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8381         When creating the groups, allow for a 5 second, unlimited buffers
8382         preroll phase after which we expose the group.
8383         When the group is exposed, use a small number of buffers up to a 2
8384         second limit. Also disconnect the overrun signal from multiqueue when we
8385         exposed the group because it is not needed anymore.
8386
8387 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8388
8389         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8390           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8391           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8392           (#451707); also, output some debugging info when dealing with
8393           freeform strings.
8394
8395         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8396           Add unit test for the above.
8397
8398 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8399
8400         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8401           Add description for Windows Media RTP caps.
8402
8403         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8404           Remove RTP fields that don't define the format from caps.
8405
8406 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8407
8408         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8409           Skip empty buffers, but not empty header buffers. That way the original
8410           vorbisdec unit test still passes (#451145); also, take into account
8411           that those empty packets might carry a granulepos.
8412
8413         * tests/check/Makefile.am:
8414         * tests/check/elements/vorbisdec.c:
8415         (_create_codebook_header_buffer), (_create_audio_buffer),
8416         (GST_START_TEST), (vorbisdec_suite):
8417           Add unit test that sends an empty packet.
8418
8419 2007-06-27  Wim Taymans  <wim@fluendo.com>
8420
8421         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8422         Don't error out on 0-sized packets, just emit a warning because this is
8423         not a fatal error. Fixes #451145.
8424
8425 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8426
8427         * docs/plugins/gst-plugins-base-plugins.args:
8428         * docs/plugins/gst-plugins-base-plugins.signals:
8429         * docs/plugins/inspect/plugin-adder.xml:
8430         * docs/plugins/inspect/plugin-alsa.xml:
8431         * docs/plugins/inspect/plugin-audioconvert.xml:
8432         * docs/plugins/inspect/plugin-audiorate.xml:
8433         * docs/plugins/inspect/plugin-audioresample.xml:
8434         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8435         * docs/plugins/inspect/plugin-cdparanoia.xml:
8436         * docs/plugins/inspect/plugin-decodebin.xml:
8437         * docs/plugins/inspect/plugin-decodebin2.xml:
8438         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8439         * docs/plugins/inspect/plugin-gdp.xml:
8440         * docs/plugins/inspect/plugin-gnomevfs.xml:
8441         * docs/plugins/inspect/plugin-libvisual.xml:
8442         * docs/plugins/inspect/plugin-ogg.xml:
8443         * docs/plugins/inspect/plugin-pango.xml:
8444         * docs/plugins/inspect/plugin-playbin.xml:
8445         * docs/plugins/inspect/plugin-subparse.xml:
8446         * docs/plugins/inspect/plugin-tcp.xml:
8447         * docs/plugins/inspect/plugin-theora.xml:
8448         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8449         * docs/plugins/inspect/plugin-video4linux.xml:
8450         * docs/plugins/inspect/plugin-videorate.xml:
8451         * docs/plugins/inspect/plugin-videoscale.xml:
8452         * docs/plugins/inspect/plugin-videotestsrc.xml:
8453         * docs/plugins/inspect/plugin-volume.xml:
8454         * docs/plugins/inspect/plugin-vorbis.xml:
8455         * docs/plugins/inspect/plugin-ximagesink.xml:
8456         * docs/plugins/inspect/plugin-xvimagesink.xml:
8457           Update docs with caps info.
8458
8459 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8460
8461         * po/POTFILES.in:
8462           Add more files with translatable strings (#450875).
8463
8464 2007-06-23  Edward Hervey  <edward@fluendo.com>
8465
8466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8467         The chain should be freed if we error out here, else it will leak.
8468         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8469         (cleanup_decodebin):
8470         Don't forget to *properly* remove the signals, else it will leak.
8471
8472 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8473
8474         * MAINTAINERS:
8475         Updating all the maintainers files
8476
8477 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8478
8479         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8480         (main):
8481           Destroy and recreate parse-launch based pipeline after stop to be able
8482           to play again. Reorder some code and add more comments.
8483
8484 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8485
8486         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8487         When handling a delayed-caps notification case, mark
8488         the group as dynamic so that the nbdynamic count is
8489         incremented and decremented correctly. Fixes: #449156
8490         Patch by: Wim Taymans <wim@fluendo.com>
8491
8492 2007-06-19  Andy Wingo  <wingo@pobox.com>
8493
8494         * gst-libs/gst/audio/gstbaseaudiosink.c
8495         (gst_base_audio_sink_init): Enable pull-mode operation.
8496
8497 2007-06-19  Michael Smith <msmith@fluendo.com>
8498
8499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8500           Change minimum rate back to 1000 to allow low-sample-rate wav files
8501           to play back.
8502
8503 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8504
8505         * po/vi.po:
8506           Update translations.
8507
8508 2007-06-15  David Schleef  <ds@schleef.org>
8509
8510         * gst/playback/gstqueue2.c:
8511           Fix compile error from ignored return value.
8512
8513 2007-06-15  Michael Smith <msmith@fluendo.com>
8514
8515         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8516           Update tmpbuf for all neccesary rows, not just one, as is required
8517           when downscaling.
8518           Fixes #402076.
8519
8520 2007-06-15  Michael Smith <msmith@fluendo.com>
8521
8522         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8523         (eos_buffer_probe):
8524           Add a test that ensures we set DELTA_UNIT on all non-header,
8525           non-video buffers, if we have a video stream.
8526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8527         (gst_ogg_mux_process_best_pad):
8528           Move setting delta_pad to earlier, where we inspect all pads, so
8529           that leading audio pages don't get DELTA_UNIT unset if they come
8530           before the first DELTA_UNIT from video pages. Fixes the newly-added
8531           test. Fixes #385527.
8532
8533 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8534
8535         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8536           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8537           fails on the p5-ppc64 build bot and the failure looks like it is due
8538           to the same issue as #348114, ie. a compiler bug.
8539
8540 2007-06-13  Edward Hervey  <edward@fluendo.com>
8541
8542         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8543         Fix build on MacOSX.
8544
8545 2007-06-13  Wim Taymans  <wim@fluendo.com>
8546
8547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8548         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8549         Fix compilation on mingw. Fixes #446972.
8550
8551 2007-06-12  Wim Taymans  <wim@fluendo.com>
8552
8553         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8554
8555         * gst/playback/gstqueue2.c: (update_buffering),
8556         (gst_queue_locked_enqueue):
8557         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8558         also update the buffering status when receiving events. Fixes #446551.
8559
8560 2007-06-11  Wim Taymans  <wim@fluendo.com>
8561
8562         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8563
8564         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8565         (gst_queue_handle_src_query):
8566         Wait for preroll before attempting to forward a duration query upstream.
8567         Fixes #445505.
8568
8569 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8570
8571         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8572         (gst_base_rtp_depayload_set_gst_timestamp):
8573         Use G_GINT64_CONSTANT macro for int64 constant.
8574         * win32/common/libgstinterfaces.def:
8575         * win32/common/libgsttag.def:
8576         Add new exported functions.
8577
8578 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8579
8580         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8581           The BOS page of the first Dirac video stream needs to come before
8582           the BOS page of any Vorbis streams or other audio streams, just like
8583           it is with Theora.
8584
8585 2007-06-07  Wim Taymans  <wim@fluendo.com>
8586
8587         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8588         Fix compilation.
8589
8590 2007-06-06  Wim Taymans  <wim@fluendo.com>
8591
8592         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8593
8594         * gst/playback/gstqueue2.c: (gst_queue_init),
8595         (gst_queue_handle_sink_event), (gst_queue_chain),
8596         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8597         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8598         (gst_queue_src_activate_pull):
8599         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8600         Does not yet completely work because duration queries upstream won't
8601         block yet.
8602
8603 2007-06-06  Wim Taymans  <wim@fluendo.com>
8604
8605         * configure.ac:
8606         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8607         Some more fseeko checks.
8608
8609 2007-06-06  Wim Taymans  <wim@fluendo.com>
8610
8611         * configure.ac:
8612         check for large file support.
8613
8614 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8615
8616         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8617
8618         * gst/subparse/gstsubparse.c: (parse_subrip),
8619         (subviewer_unescape_newlines), (parse_subviewer),
8620         (gst_sub_parse_data_format_autodetect),
8621         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8622         * gst/subparse/gstsubparse.h:
8623         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8624         * tests/check/elements/subparse.c: (GST_START_TEST),
8625         (subparse_suite):
8626         Add a unit test for both SubViewer formats.
8627
8628 2007-06-01  Michael Smith <msmith@fluendo.com>
8629
8630         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8631           Don't overflow intermediate values when seeking to large time values
8632           in audiotestsrc.
8633
8634 2007-06-05  Wim Taymans  <wim@fluendo.com>
8635
8636         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8637         (gst_queue_create_read), (gst_queue_read_item_from_file),
8638         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8639         Include stdio to define fseeko.
8640
8641 2007-06-05  Wim Taymans  <wim@fluendo.com>
8642
8643         Patch by: Edward Hervey  <edward@fluendo.com>
8644
8645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8646         (gst_v4lsrc_query):
8647         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8648
8649 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8650
8651         * gst-libs/gst/riff/Makefile.am:
8652         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8653           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8654           our own implementation.
8655
8656 2007-06-05  Wim Taymans  <wim@fluendo.com>
8657
8658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8659         (gst_base_rtp_depayload_setcaps),
8660         (gst_base_rtp_depayload_set_gst_timestamp),
8661         (gst_base_rtp_depayload_change_state):
8662         Handle timestamp wraparound.
8663
8664 2007-06-05  Wim Taymans  <wim@fluendo.com>
8665
8666         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8667         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8668         (gst_uri_decode_bin_change_state):
8669         Make sure we name srcpads uniquely even when using different internal
8670         decodebins.
8671         Signal no-more-pads when no more dynamic elements exist.
8672         Remove pads on cleanup.
8673
8674 2007-06-05  Wim Taymans  <wim@fluendo.com>
8675
8676         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8677
8678         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8679         (gst_queue_init), (gst_queue_finalize),
8680         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8681         (gst_queue_create_read), (gst_queue_read_item_from_file),
8682         (gst_queue_open_temp_location_file),
8683         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8684         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8685         (gst_queue_is_empty), (gst_queue_is_filled),
8686         (gst_queue_change_state), (gst_queue_set_temp_location),
8687         (gst_queue_set_property):
8688         Add support for filebased buffering. Fixes #441264.
8689
8690 2007-06-05  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8693         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8694         (caps_notify_group_cb), (gst_decode_group_new),
8695         (gst_decode_group_free):
8696         Add support for delayed caps fixation when autoplugging.
8697         Optimize cases where a multiqueue is not needed/wanted, like right after
8698         anything that is not a demuxer.
8699
8700 2007-06-05  Wim Taymans  <wim@fluendo.com>
8701
8702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8703         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8704         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8705         consideratly speedup ogg chain detection by not trying to find a base
8706         timestamp for skeleton streams. 
8707
8708 2007-06-05  Wim Taymans  <wim@fluendo.com>
8709
8710         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8711         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8712         (gst_multi_fd_sink_remove_flush),
8713         (gst_multi_fd_sink_remove_client_link),
8714         (gst_multi_fd_sink_handle_client_write),
8715         (gst_multi_fd_sink_handle_clients):
8716         * gst/tcp/gstmultifdsink.h:
8717         Add support for remove_flush.
8718
8719 2007-06-05  Wim Taymans  <wim@fluendo.com>
8720
8721         * docs/design/draft-keyframe-force.txt:
8722         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8723         (theora_enc_chain):
8724         Add draft design for forcing keyframes in encoders and implement in
8725         theoraenc.
8726
8727 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8728
8729         * configure.ac:
8730           Back to CVS
8731
8732 === release 0.10.13 ===
8733
8734 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8735
8736         * configure.ac:
8737           releasing 0.10.13, "What's Going on?"
8738
8739 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8740
8741         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8742         In riff, the depth is stored in the size field but it just means that
8743         the least significant bits are cleared. We can therefore just play
8744         the sample as if it had a depth == width. Fixes: #440997
8745
8746         Patch by: Wim Taymans <wim@fluendo.com> 
8747         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8748
8749 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8750
8751         * gst-libs/gst/floatcast/floatcast.h:
8752         Define inline when needed on win32 builds. Fixes: #441295
8753         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8754
8755 2007-05-29  Wim Taymans  <wim@fluendo.com>
8756
8757         * gst/playback/gstplaybasebin.c: (queue_overrun),
8758         (no_more_pads_full):
8759         Stop buffering when the group is commited because the queues filled up.
8760         Fixes #442024.
8761
8762 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8763
8764         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8765         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8766         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8767         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8768         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8769         * ext/alsa/gstalsamixer.h:
8770         * ext/alsa/gstalsamixerelement.c:
8771         (gst_alsa_mixer_element_interface_supported),
8772         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8773         (gst_alsa_mixer_element_set_property),
8774         (gst_alsa_mixer_element_get_property),
8775         (gst_alsa_mixer_element_change_state):
8776         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8777         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8778         (gst_mixer_option_changed):
8779         * gst-libs/gst/interfaces/mixer.h:
8780         Revert commits towards #152864 made so far. We'll pick it up again
8781         after the 0.10.13 release.
8782
8783 2007-05-24  Wim Taymans  <wim@fluendo.com>
8784
8785         * gst-libs/gst/audio/gstbaseaudiosink.c:
8786         (gst_base_audio_sink_render):
8787         After an interrupt (PAUSED/flush) assume that the next sample should not
8788         be aligned to the previous sample. Fixes #417992.
8789
8790 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8793           Don't add channels and rate fields to the template caps for
8794           audio/x-dts, as wavparse might not always be able to set them,
8795           which would then lead to 'caps are not a real subset of the
8796           template caps' warnings.
8797
8798 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8799
8800         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8801         Handle unknown or invalid pads without crashing, as might occur if
8802         a media file like an mp3 is specified as a subtitle file.
8803         Fixes: #410039
8804
8805 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8806
8807         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8808         (setup_sinks):
8809         Block the subtitle bin output queue before ghosting it and linking,
8810         then unblock after. This avoids spurious not-linked errors caused 
8811         by the queue starting up (because it gets linked when it is ghosted). 
8812         Fixes: #350299
8813
8814 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8817         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8818         file. Avoids flukes where the input gets typefound to some valid but
8819         useless type.
8820
8821 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8822
8823         * tests/check/Makefile.am:
8824         * tests/check/elements/.cvsignore:
8825         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8826         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8827           Add unit test for gnomevfssink seeking and position reporting for
8828           file:// URIs.
8829
8830 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8831
8832         Patch by: Mark Nauwelaerts <manauw at skynet be>
8833
8834         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8835         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8836         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8837         * ext/gnomevfs/gstgnomevfssink.h:
8838           Fix position reporting, especially after a seek (from upstream),
8839           see #412648.
8840
8841 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8842
8843         * ext/cdparanoia/gstcdparanoiasrc.c:
8844           Repair umlaut.
8845
8846 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8847
8848         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8849         Specify the full valid range for MP3 samplerates. Fixes a regression
8850         caused by extra header checks since the last release.
8851
8852 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8853
8854         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8856         Fix a locking-order bug I introduced with my changes the other day.
8857         Patch by Mike Smith.
8858
8859 2007-05-21  Michael Smith <msmith@fluendo.com>
8860
8861         * ext/theora/theoradec.c: (theora_handle_data_packet):
8862           Don't look inside 0-length packets (which indicate duplicated
8863           frames)
8864
8865 2007-05-21  Wim Taymans  <wim@fluendo.com>
8866
8867         * ext/cdparanoia/gstcdparanoiasrc.c:
8868         (gst_cd_paranoia_src_read_sector):
8869         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8870         (gst_base_audio_src_create):
8871         Small cleanups.
8872
8873         * ext/theora/theoradec.c: (theora_dec_sink_event):
8874         Fix typo.
8875
8876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8877         (gst_base_rtp_depayload_set_gst_timestamp):
8878         Add some FIXME
8879
8880         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8881         And some debug info when a FIXME path is hit.
8882
8883 2007-05-21  Wim Taymans  <wim@fluendo.com>
8884
8885         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8886         (gst_base_rtp_audio_payload_class_init),
8887         (gst_base_rtp_audio_payload_init),
8888         (gst_base_rtp_audio_payload_finalize),
8889         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8890         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8891         (gst_base_rtp_payload_audio_handle_event):
8892         Some cleanups, remove minptime property as it is now in the parent
8893         class.
8894         Override parent class event function.
8895
8896         * gst-libs/gst/rtp/gstbasertppayload.c:
8897         (gst_basertppayload_class_init), (gst_basertppayload_init),
8898         (gst_basertppayload_event), (gst_basertppayload_set_property),
8899         (gst_basertppayload_get_property):
8900         * gst-libs/gst/rtp/gstbasertppayload.h:
8901         Add min-ptime property.
8902         Add handle-event vmethod. Fixes #415001.
8903
8904 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8905
8906         * gst-libs/gst/audio/gstbaseaudiosink.c
8907           (gst_base_audio_sink_change_state):
8908           Fix typo in comment.
8909
8910         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8911           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8912           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8913           close_link):
8914         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8915           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8916           Remove trailing whitespaces in comments.
8917
8918         * gst/volume/Makefile.am:
8919           Fix tabs.
8920
8921 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8922
8923         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8924
8925         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8926           set_option, get_option, _gst_reserved):
8927           Revert reordering functions (keep ABI).
8928
8929 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8930
8931         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8932         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8933         (gst_ximagesink_show_frame):
8934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8935         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8936         (gst_xvimagesink_show_frame):
8937         When we create our own window, indicate that we handle the 
8938         WM_DELETE client message from the window manager, so that it won't 
8939         kill our window (and our app) along with it. Handle ClientMessage,
8940         post an error on the bus, and close the window. Further buffers
8941         arriving will result in a FlowError because the window has been
8942         destroyed.
8943
8944         Fixes: #393975
8945
8946         Clean up the X event handling loop and make them the same for
8947         both xvimagesink and ximagesink while I'm at it.
8948
8949 2007-05-17  Wim Taymans  <wim@fluendo.com>
8950
8951         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8952         Make decodebin2 autoplug depayloaders too.
8953
8954         * gst/playback/gsturidecodebin.c: (source_new_pad):
8955         Set the newly created decoder in a usable state when autoplugging a
8956         dynamic source such as RTSP.
8957
8958 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * gst/playback/gststreaminfo.c: (cb_probe):
8961           Ignore video-codec tag for audio streams and ignore audio-codec tags
8962           for video streams. Should make codec name collection a bit more
8963           robust against sloppy demuxers that send tag events containing both
8964           tags down each pad.
8965
8966 2007-05-17  Wim Taymans  <wim@fluendo.com>
8967
8968         * gst/playback/gstqueue2.c: (update_rates):
8969         Tweak the buffering thresholds a little.
8970         Update the buffer size with the previously calculate rate instead of
8971         only when we calculate a new rate so that we get smoother buffering
8972         updates.
8973
8974         * gst/playback/Makefile.am:
8975         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8976         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8977         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8978         (gst_uri_decode_bin_get_property), (unknown_type),
8979         (add_element_stream), (no_more_pads_full), (no_more_pads),
8980         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8981         (gen_source_element), (has_all_raw_caps), (analyse_source),
8982         (remove_decoders), (make_decoder), (remove_source),
8983         (source_new_pad), (setup_source), (decoder_query_init),
8984         (decoder_query_duration_fold), (decoder_query_duration_done),
8985         (decoder_query_position_fold), (decoder_query_position_done),
8986         (decoder_query_latency_fold), (decoder_query_latency_done),
8987         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8988         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8989         (gst_uri_decode_bin_change_state), (plugin_init):
8990         New element that intergrates a source, optional buffering element and
8991         decodebin.
8992
8993 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8994
8995         * configure.ac:
8996           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8997           (also has a .pc file, so we don't need the fallback check any
8998           longer). Fixes #438840.
8999
9000 2007-05-17  Wim Taymans  <wim@fluendo.com>
9001
9002         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9003         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9004         (apply_segment), (apply_buffer), (update_buffering),
9005         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9006         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9007         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9008         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9009         (plugin_init):
9010         fix build.
9011
9012 2007-05-17  Wim Taymans  <wim@fluendo.com>
9013
9014         * gst/playback/Makefile.am:
9015         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9016         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9017         (gst_queue_getcaps), (gst_queue_bufferalloc),
9018         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9019         (apply_buffer), (update_buffering), (reset_rate_timer),
9020         (update_rates), (gst_queue_locked_flush),
9021         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9022         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9023         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9024         (gst_queue_loop), (gst_queue_handle_src_event),
9025         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9026         (gst_queue_src_activate_push), (gst_queue_change_state),
9027         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9028         On our way to playbin2 this is the new network queue that does buffering
9029         all by itself using high and low watermarks. It can also measure up and
9030         downstream bandwidth to optimally size the queue.
9031
9032 2007-05-17  Michael Smith <msmith@fluendo.com>
9033
9034         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9035         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9036           Use the segment->last_stop value to calculate the next timestamp to
9037           generate after a seek; not the segment->start value.
9038
9039 2007-05-15  David Schleef  <ds@schleef.org>
9040
9041         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9042           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9043
9044 2007-05-15  Wim Taymans  <wim@fluendo.com>
9045
9046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9047         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9048         Some more chained streaming ogg timestamp fixes.
9049
9050 2007-05-15  Wim Taymans  <wim@fluendo.com>
9051
9052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9053         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9054         (gst_ogg_demux_handle_page):
9055         Add some FIXMEs.
9056         Fix chain start/stop segment handling based on patch by
9057         <ahalda at cs dot mcgill dot ca> see #320984.
9058
9059 2007-05-15  Michael Smith <msmith@fluendo.com>
9060
9061         * configure.ac:
9062           We don't require a C++ compiler. So don't require one.
9063
9064 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9065
9066         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9067           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9068           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9069           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9070           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9071           gst_alsa_mixer_update_track):
9072           Apply some of the cleanup Tim suggested in #152864 afterwards.
9073
9074 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9075
9076         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9077
9078         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9079           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9080           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9081           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9082           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9083           gst_alsa_mixer_handle_source_callback,
9084           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9085           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9086           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9087           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9088           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9089           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9090         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9091         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9092           gst_alsa_mixer_element_interface_supported,
9093           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9094           gst_alsa_mixer_element_set_property,
9095           gst_alsa_mixer_element_get_property,
9096           gst_alsa_mixer_element_change_state):
9097         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9098         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9099           gst_mixer_option_changed):
9100         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9101           volume_changed, option_changed, _gst_reserved):
9102           Implement notification for alsamixer. Fixes #152864
9103
9104 2007-05-14  David Schleef  <ds@schleef.org>
9105
9106         * gst/videotestsrc/videotestsrc.c:
9107         * gst/videotestsrc/videotestsrc.h:
9108           Add support for video/x-raw-bayer.
9109
9110 2007-05-12  David Schleef  <ds@schleef.org>
9111
9112         * sys/xvimage/xvimagesink.c:
9113           Add some sanity checking for the XVImage size returned by X.
9114           Related to #377400.
9115
9116 2007-05-12  Wim Taymans  <wim@fluendo.com>
9117
9118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9119         (gst_base_rtp_depayload_setcaps),
9120         (gst_base_rtp_depayload_set_gst_timestamp):
9121         Parse and use additional caps fields as described in updated
9122         application/x-rtp caps spec.
9123
9124 2007-05-12  Wim Taymans  <wim@fluendo.com>
9125
9126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9127         (gst_ogg_demux_collect_chain_info):
9128         If there is a stream in a chain without any data packets, ignore the
9129         stream in the total length calculations. Might be related to #436820.
9130
9131 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9132
9133         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9134         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9135         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9136         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9137         (plugin_init):
9138
9139         Consolidate and re-work our mpeg system stream detection to probe
9140         more packets and produce a higher confidence result. Fixes a
9141         regression caused by lowering the typefind probability last year
9142         - related to bug #397810. Remove the redundant MPEG-1 specific 
9143         typefind function, as the new one detects both MPEG-1 & MPEG-2
9144         happily.
9145
9146         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9147         little. 
9148
9149         Tested against my media test directory, with some improvements and
9150         no regressions.
9151
9152 2007-05-10  Wim Taymans  <wim@fluendo.com>
9153
9154         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9155         (queue_out_of_data):
9156         Connect to the new queue "pushing" signal instead of the broken
9157         "running" one.
9158
9159 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9160
9161         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9162         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9163         Move variable declaration before the first instruction.
9164         * gst/videotestsrc/videotestsrc.c:
9165         Define M_PI if it's not defined yet.
9166         * win32/common/libgstrtp.def:
9167         Add new exported functions.
9168
9169 2007-05-09  Michael Smith <msmith@fluendo.com>
9170
9171         * ext/theora/theoradec.c: (theora_handle_type_packet):
9172           gst_pad_push_event() does not return a GstFlowReturn!
9173
9174 2007-05-09  Wim Taymans  <wim@fluendo.com>
9175
9176         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9177         * tests/examples/seek/seek.c: (do_seek):
9178         Some small cosmetic changes.
9179
9180 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9181
9182         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9183           gst_adder_change_state):
9184         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9185           segment_pending, segment_position, segment_rate):
9186           Handle playback-rate on adder.
9187
9188 2007-05-07  Michael Smith <msmith@fluendo.com>
9189
9190         * ext/theora/gsttheoradec.h:
9191         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9192         (theora_dec_sink_event), (theora_handle_comment_packet),
9193         (theora_handle_type_packet), (theora_dec_change_state):
9194           Don't push events (newsegment, tags) before initialising the
9195           decoder.
9196           This is neccesary for seeking to work correctly in gnonlin.
9197
9198 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9199
9200         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9201         * gst/adder/gstadder.c:
9202         * gst/audiotestsrc/gstaudiotestsrc.c
9203           (gst_audio_test_src_create_white_noise):
9204         * gst/videotestsrc/gstvideotestsrc.c:
9205         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9206           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9207           volume_sink_template, volume_src_template, gst_volume_init,
9208           volume_process_double, volume_process_int16,
9209           volume_process_int16_clamp):
9210           Doc fixes and formatting.
9211
9212 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * tests/check/Makefile.am:
9215         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9216           Minimal check for volume's GstController usability; also another
9217           test for #422295.
9218
9219 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * gst-libs/gst/cdda/gstcddabasesrc.c:
9222         (gst_cdda_base_src_add_track):
9223           Fix it so that it (a) makes sense and (b) doesn't break
9224           everything cdda-related including the unit test.
9225
9226 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9227
9228         * gst-libs/gst/cdda/gstcddabasesrc.c:
9229         (gst_cdda_base_src_add_track):
9230           Fix build when disabling asserts.
9231
9232 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9235           When XShm is not available, we might get row strides that are not
9236           rounded up to multiples of four; this is bad, because virtually
9237           every RGB-processing element in GStreamer assumes rowstrides are
9238           rounded up to multiples of four, so let's allocate at least enough
9239           memory to avoid crashes in this case. The image will still be
9240           displayed distorted though if this happens, so that still needs
9241           fixing (maybe by allocating a bigger image with an 'even' width
9242           and then clipping it appropriately when rendering - something for
9243           Xlib aficionados in any case).
9244
9245 2007-05-03  Michael Smith <msmith@fluendo.com>
9246
9247         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9248           If a buffer doesn't have a timestamp, assume it's contiguous with
9249           the previous buffer, and synthesise timestamps appropriately.
9250
9251 2007-05-03  Edward Hervey  <edward@fluendo.com>
9252
9253         * tests/check/elements/videorate.c: (GST_START_TEST):
9254         Set buffer timestamp to a valid value in order to test the buffer
9255         really does stay in videorate.
9256
9257 2007-05-03  Edward Hervey  <edward@fluendo.com>
9258
9259         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9260         There is no sensible way to handle incoming buffers which don't have a
9261         valid timestamp. We therefore discard them and wait for the next one.
9262
9263 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9266         * gst/playback/gstdecodebin2.c: (plugin_init):
9267           Better error message for text files.
9268
9269 2007-04-29  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9272         Fix offset bug in generation RR packets.
9273
9274 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9275
9276         * ext/theora/theoradec.c: (_theora_granule_time),
9277         (theora_dec_push_forward), (theora_handle_data_packet),
9278         (theora_dec_decode_buffer): Calculate buffer duration correctly
9279         to generate a perfect stream (#433888).
9280         * gst/audioresample/gstaudioresample.c:
9281         (audioresample_check_discont): Glib provides ABS.
9282
9283 2007-04-27  Wim Taymans  <wim@fluendo.com>
9284
9285         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9286         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9287         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9288         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9289         (gst_rtcp_packet_bye_set_reason):
9290         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9291         Fix RB block parsing and writing.
9292         Add support for constructing BYE packets.
9293
9294 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9295
9296         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9297         (gst_base_audio_src_create):
9298         * po/POTFILES.in:
9299           When posting a warning message because samples were dropped, post
9300           something more intelligible than he default error message for clock
9301           errors which is just confusing in this context (#432984).
9302
9303 2007-04-25  Wim Taymans  <wim@fluendo.com>
9304
9305         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9306         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9307         (read_packet_header), (gst_rtcp_packet_move_to_next),
9308         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9309         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9310         (gst_rtcp_packet_sdes_get_item_count),
9311         (gst_rtcp_packet_sdes_first_item),
9312         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9313         (gst_rtcp_packet_sdes_first_entry),
9314         (gst_rtcp_packet_sdes_next_entry),
9315         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9316         (gst_rtcp_packet_sdes_add_entry):
9317         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9318         Implement code to write SR, RR and SDES packets.
9319
9320 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9323
9324         * sys/ximage/ximagesink.c:
9325           Fix build if XShm is not available (#432362).
9326
9327 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9328
9329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9330         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9331         pointers to random memory which are passed to g_free() when
9332         audio_convert_prepare_context() is called the first time.
9333
9334 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9335
9336         Patch by: Dan Williams <dcbw redhat com>
9337
9338         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9339           Don't leak incoming buffer if gst_pad_push() returns a
9340           non-OK flow. Fixes #432755.
9341          
9342         * tests/check/elements/videorate.c: (GST_START_TEST),
9343         (videorate_suite):
9344           Unit test for the above by Yours Truly.
9345
9346 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9347
9348         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9349         (gst_adder_sink_event), (gst_adder_collected):
9350           Fix non-flushing segmented seeks, Fixes #340060 for me
9351
9352 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         Patch by: Olivier Crete  <tester at tester ca>
9355
9356         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9357         (gst_base_rtp_audio_payload_class_init),
9358         (gst_base_rtp_audio_payload_init),
9359         (gst_base_rtp_audio_payload_dispose):
9360           Chain up to parent class in dispose function; get rid of
9361           unnecessary 'diposed' flag in private structure (#415001).
9362
9363 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9364
9365         * docs/libs/gst-plugins-base-libs.types:
9366         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9367         (gst_base_rtp_audio_payload_class_init):
9368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9369         * gst-libs/gst/rtp/gstbasertppayload.c:
9370           Some minor docs fixes and additions; also add missing 'Since' bits.
9371
9372 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9373
9374         Patch by: Zeeshan Ali  <zeenix gmail com>
9375
9376         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9377         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9378         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9379         (gst_base_rtp_audio_payload_push):
9380         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9381           The recently-added gst_base_rtp_audio_payload_push() should take an
9382           object of type GstBaseRTPAudioPayload as first argument (#431672).
9383
9384 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9385
9386         * gst/audioresample/gstaudioresample.c:
9387           Make more functions static, just because we can.
9388
9389 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9390
9391         * tests/check/elements/audioresample.c:
9392           Add unit test for audioresample shutdown crasher (#420106).
9393
9394 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9395
9396         * gst/subparse/gstsubparse.c:
9397         * gst/subparse/samiparse.c:
9398           Use GST_DISABLE_XML here
9399
9400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9401         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9402         (gst_xvimagesink_buffer_alloc),
9403         (gst_xvimagesink_navigation_send_event):
9404         * sys/xvimage/xvimagesink.h:
9405           Include stdlib.h when using atoi.
9406           
9407         * tests/check/elements/playbin.c: (playbin_suite):
9408           Use GST_DISABLE_REGISTRY here
9409
9410 2007-04-19  Michael Smith  <msmith@fluendo.com>
9411
9412         * ext/theora/gsttheoraenc.h:
9413         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9414         (theora_enc_sink_event), (theora_enc_change_state):
9415           Track initialisation state; don't try to use encoder state if we're
9416           not initialised (it'll segfault).
9417
9418 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9419
9420         * tests/check/pipelines/.cvsignore:
9421         Fix build.
9422
9423 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9424
9425         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9426         Allow random depths between 1 and 32 instead of only multiplies of 8.
9427
9428 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9429
9430         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9431         Set the maximum number of channels for PCM and float in the correct
9432         place to have it also used when creating the template caps.
9433
9434 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9435
9436         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9437         Correctly support 4, 6 and 8 channels with normal PCM and float
9438         wav files.
9439
9440         Fix the depth and signedness calculation in extensible wav files and
9441         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9442         mask is found.
9443
9444         Add support for float, alaw and mulaw in extensible wav files.
9445
9446         This allows correct playback of all but 5 files from
9447         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9448         
9449         (gst_riff_create_audio_template_caps):
9450         Add voxware and float formats to the template caps.     
9451
9452 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9453
9454         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9455
9456         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9457         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9458
9459         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9460         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9461         Use the correct format strings for integer formats.
9462
9463 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9464
9465         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9466           Don't use pad_alloc_buffer_and_set_caps to create a small header
9467           packet, or, worse, to create a big temporary video buffer using the
9468           src pad.
9469
9470 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9471
9472         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9473         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9474           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9475           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9476
9477 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9478
9479         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9480           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9481           streamheader_suite):
9482           Add another test set up for failure
9483
9484 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9485
9486         * tests/check/Makefile.am:
9487         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9488           GST_START_TEST, streamheader_suite, main):
9489           Add a test for the streamheader bug Wim fixed.
9490
9491 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9492
9493         * ext/theora/theoradec.c: (theora_dec_sink_event):
9494         Fix misleading comment.
9495
9496 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9497
9498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9499           More sanity checks for the header fields.
9500
9501 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9504           Try encodings from all environment variables, not just those in the
9505           first environment variable that is set.
9506
9507 2007-04-12  Wim Taymans  <wim@fluendo.com>
9508
9509         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9510         (gst_video_rate_chain):
9511         Add some debug.
9512
9513         * tests/check/elements/videorate.c: (GST_START_TEST),
9514         (videorate_suite):
9515         Added check for videorate changing caps handling. Closes #421834.
9516
9517 2007-04-12  Michael Smith  <msmith@fluendo.com>
9518
9519         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9520           Use scale functions to avoid overflow when calculating duration of 
9521           vorbis buffers.
9522
9523 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         * docs/libs/gst-plugins-base-libs-sections.txt:
9526         * gst-libs/gst/tag/tag.h:
9527         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9528           API: add gst_tag_freeform_string_to_utf8() (#405072).
9529
9530         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9531           Use gst_tag_freeform_string_to_utf8() here.
9532
9533 2007-04-12  Wim Taymans  <wim@fluendo.com>
9534
9535         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9536         (gst_gdp_pay_sink_event):
9537         Make sure we set the IN_CAPS flag correctly.
9538
9539         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9540         Get the IN_CAPS flag before we call functions that mess with the flags.
9541
9542 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9543
9544         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9545           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9546           Only stamp buffers with offset/offset_end right before they get
9547           pushed.  This ensures offset continuity, which was not the case
9548           before as shown by
9549           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9550
9551 2007-04-06  Wim Taymans  <wim@fluendo.com>
9552
9553         * gst/playback/gstplaybin.c: (add_sink),
9554         (gst_play_bin_change_state):
9555         Activate sync in playbin, we are ready to handle it for live streams.
9556
9557 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9558
9559         * tests/check/elements/playbin.c:
9560         (test_sink_usage_video_only_stream), (playbin_suite):
9561           Add small test for stream-info-value-array code paths.
9562
9563 2007-04-05  Wim Taymans  <wim@fluendo.com>
9564
9565         * gst-libs/gst/audio/gstbaseaudiosink.c:
9566         (gst_base_audio_sink_skew_slaving):
9567         Don't try to create invalid calibration parameters by making the
9568         internal time go backwards, instead make external time go forward.
9569
9570 2007-04-05  Wim Taymans  <wim@fluendo.com>
9571
9572         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9573
9574         * gst/playback/gstplaybasebin.c: (add_stream):
9575         Fix leak in add_stream(), when g_value_set_object() increases the
9576         refcount of streaminfo object. Fixes #426250.
9577
9578 2007-04-03  David Schleef  <ds@schleef.org>
9579
9580         * gst/videotestsrc/gstvideotestsrc.c:
9581         * gst/videotestsrc/gstvideotestsrc.h:
9582         * gst/videotestsrc/videotestsrc.c:
9583         * gst/videotestsrc/videotestsrc.h:
9584           Add a test pattern called "circular", which has concentric
9585           rings with varying radial frequency.  The main purpose of this
9586           pattern is to test fidelity loss in a filter or scaler element.
9587           Notably, this pattern is scale invariant, and is optimally viewed
9588           with a width (and height) of 400.
9589
9590 2007-04-03  Wim Taymans  <wim@fluendo.com>
9591
9592         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9593
9594         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9595         (deactivate_free_recursive):
9596         Decodebin2 doesn't unref pads it obtains in some occasions:
9597         - multiqueue src pads, when either connecting further or exposing
9598         - sink pads of new autoplugged elements
9599         - peer pads when recursively freeing elements
9600         Fixes #425455.
9601
9602 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9603
9604         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9605         Add audio/x-raw-float support, now that audioconvert support
9606         non-native endianness floats.
9607
9608 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         * docs/libs/gst-plugins-base-libs-docs.sgml:
9611           gstreamer-plugins-base.pc doesn't exist, it's
9612           gstreamer-plugins-base-0.10.pc.
9613
9614 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9615
9616         Patch by: René Stadler <mail at renestadler dot de>
9617         with some minor changes
9618
9619         * gst-libs/gst/floatcast/floatcast.h:
9620         Use more efficient float endianness conversion functions that don't
9621         involve 2 function calls per value.
9622         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9623         (check_default), (audio_convert_prepare_context):
9624         * gst/audioconvert/gstaudioconvert.c:
9625         (gst_audio_convert_parse_caps), (make_lossless_changes):
9626         Support non-native endianness floats as input and output.
9627         Fixes #339838.
9628         * tests/check/elements/audioconvert.c: (verify_convert),
9629         (GST_START_TEST):
9630         Add unit tests for the non-native endianness float conversions.
9631
9632 2007-03-29  Wim Taymans  <wim@fluendo.com>
9633
9634         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9635         (gst_base_rtp_depayload_base_init),
9636         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9637         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9638         (gst_base_rtp_depayload_set_gst_timestamp),
9639         (gst_base_rtp_depayload_change_state),
9640         (gst_base_rtp_depayload_set_property),
9641         (gst_base_rtp_depayload_get_property):
9642         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9643         Add Private structure.
9644         Bring element code to 2007.
9645         Parse clock-base caps param and use it when generating the
9646         newsegment.
9647         Reset variables before going to PAUSED.
9648         Fix some docs.
9649
9650 2007-03-29  Wim Taymans  <wim@fluendo.com>
9651
9652         * docs/libs/gst-plugins-base-libs-docs.sgml:
9653         * docs/libs/gst-plugins-base-libs-sections.txt:
9654         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9655         (gst_base_rtp_audio_payload_get_adapter):
9656         Add RTCP docs.
9657         Fix some more docs.
9658
9659         * gst-libs/gst/rtp/Makefile.am:
9660         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9661         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9662         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9663         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9664         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9665         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9666         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9667         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9668         (gst_rtcp_packet_sr_get_sender_info),
9669         (gst_rtcp_packet_sr_set_sender_info),
9670         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9671         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9672         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9673         (gst_rtcp_packet_sdes_get_chunk_count),
9674         (gst_rtcp_packet_sdes_first_chunk),
9675         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9676         (gst_rtcp_packet_sdes_first_item),
9677         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9678         (gst_rtcp_packet_bye_get_ssrc_count),
9679         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9680         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9681         (gst_rtcp_packet_bye_get_reason_len),
9682         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9683         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9684         Add new helper object for parsing and creating RTCP messages.
9685
9686 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9687
9688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9689         PCM samples with width=8 must be always unsigned, no matter what
9690         depth they have.
9691
9692 2007-03-29  Andy Wingo  <wingo@pobox.com>
9693
9694         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9695         perfect offsets also, not just timestamps.
9696
9697         * tests/check/elements/videorate.c (test_more): Test that given
9698         any incoming offsets, that videorate produces perfect offsets.
9699
9700 2007-03-29  Wim Taymans  <wim@fluendo.com>
9701
9702         * gst-libs/gst/riff/riff-ids.h:
9703         Add some more RIFF formats.
9704
9705 2007-03-29  Wim Taymans  <wim@fluendo.com>
9706
9707         * gst-libs/gst/rtp/gstrtpbuffer.c:
9708         (gst_rtp_buffer_default_clock_rate):
9709         * gst-libs/gst/rtp/gstrtpbuffer.h:
9710         Fix fixed payload names and docs.
9711         Added method to get the default clock rates of fixed payload types.
9712         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9713
9714 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9715
9716         * tests/check/pipelines/.cvsignore:
9717         Add new vorbisdec test to cvsignore.
9718
9719 2007-03-28  Wim Taymans  <wim@fluendo.com>
9720
9721         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9722         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9723         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9724         (gst_base_audio_sink_set_property),
9725         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9726         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9727         (gst_base_audio_sink_skew_slaving),
9728         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9729         (gst_base_audio_sink_async_play):
9730         * gst-libs/gst/audio/gstbaseaudiosink.h:
9731         Store private stuff in GstBaseAudioSinkPrivate.
9732         Add configurable clock slaving modes property.
9733         API:: GstBaseAudioSink::slave-method property
9734         Some more latency reporting tweaks.
9735         Added skew based clock slaving correction and make it the default until
9736         the resampling method is more robust.
9737
9738 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9739
9740         * gst/audioconvert/audioconvert.c:
9741         Add docs to the integer pack functions and implement proper
9742         rounding. Before we had rounding towards negative infinity, i.e.
9743         always the smaller number was taken. Now we use natural rounding,
9744         i.e. rounding to the nearest integer and to the one with the largest
9745         absolute value for X.5. The old rounding introduced some minor
9746         distortions. Fixes #420079
9747         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9748         Fix one unit test that assumed the old rounding and added unit tests
9749         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9750         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9751         rounding from signed int32 to signed/unsigned int16.
9752
9753 2007-03-27  Michael Smith  <msmith@fluendo.com>
9754
9755         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9756         (gst_audio_convert_transform_caps):
9757           Fix typo in debug line introduced recently, as pointed out on irc.
9758
9759 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9760
9761         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9762         * tests/check/libs/tag.c: (GST_START_TEST):
9763           Make sure we parse floating-point numbers in vorbis comments
9764           correctly with either '.' or ',' as separator, no matter what
9765           the current locale is. Add unit test for this too.
9766
9767 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         Patch by: René Stadler  <mail at renestadler de>
9770
9771         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9772           When writing out floating-point numbers to vorbis comment tags, always
9773           use the same character as separator no matter what the current locale is
9774           (fixes #423051).
9775
9776         * tests/check/libs/tag.c: (GST_START_TEST):
9777           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9778
9779 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9780
9781         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9782           vorbis_handle_data_packet):
9783           Correctly set DURATION to generate a timestamp-continuous stream.
9784           One bug left at the end; see
9785           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9786         * tests/check/Makefile.am:
9787         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9788           Add a test to check this.  Without the above patch this test fails.
9789
9790 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9791
9792         * gst-libs/gst/rtp/Makefile.am:
9793         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9794
9795 2007-03-23  Michael Smith  <msmith@fluendo.com>
9796
9797         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9798         (gst_video_rate_reset), (gst_video_rate_chain):
9799           If videorate changes caps, we can no longer use the old buffer
9800           (which may have a different size, incompatible with our caps).
9801           So don't do that; just duplicate the new frame more times.
9802
9803 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9804
9805         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9806         Remove playbin's override of the set_clock vmethod. It's irrelevant
9807         after Wim's commit on the 19th.
9808
9809 2007-03-22  Wim Taymans  <wim@fluendo.com>
9810
9811         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9812         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9813         * ext/gnomevfs/gstgnomevfssrc.h:
9814         Don't cache file sizes. Fixes #341078.
9815
9816 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9817
9818         * gst/playback/gstplaybin.c: (add_sink):
9819           Use GST_PTR_FORMAT to log caps. 
9820
9821 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9822
9823         Patch by: Young-Ho Cha <ganadist at chollian net>
9824
9825         * gst/subparse/samiparse.c: (handle_start_font):
9826           Special-case some more colour names that pango doesn't handle by
9827           default. Fixes #420578.
9828
9829 2007-03-20  Michael Smith  <msmith@fluendo.com>
9830
9831         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9832           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9833           that marks EOS internally. After that, libvorbis will buffer all
9834           input data, and encode none of it, eventually leading to memory
9835           exhaustion.
9836
9837 2007-03-19  Wim Taymans  <wim@fluendo.com>
9838
9839         * gst/playback/gstdecodebin.c: (remove_fakesink):
9840         Don't post STATE_DIRTY anymore.
9841
9842         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9843         (gst_play_bin_change_state):
9844         Remove stream_time reset in seek handling, core does that now.
9845         Disable clocking for live pipelines by forcing a NULL clock to the
9846         complete pipeline, core is too smart now for our previous hack.
9847         We can always autoplug in PAUSED now.
9848
9849 2007-03-17  David Schleef  <ds@schleef.org>
9850
9851         * REQUIREMENTS:  Update this file, change the formatting to make
9852         it more consistent, plus more machine readable.
9853
9854 2007-03-16  Michael Smith  <msmith@fluendo.com>
9855
9856         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9857         (strip_width_64), (append_with_other_format):
9858           Previous fix was too simplistic, and broke the tests. Use a better
9859           approach; only strip 64 from widths for integer audio.
9860
9861 2007-03-16  Michael Smith  <msmith@fluendo.com>
9862
9863         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9864         (gst_audio_convert_transform_caps):
9865           We don't support 64 bit integer audio, so don't try to claim we can.
9866           Stops us producing caps don't match our template caps.
9867           Update comments.
9868
9869 2007-03-15  Michael Smith  <msmith@fluendo.com>
9870
9871         * gst/audioresample/gstaudioresample.c:
9872         (audioresample_check_discont), (audioresample_transform):
9873           Don't trigger discontinuities for very small imperfections; a filter
9874           flush will sound bad, and many plugins have rounding errors leading
9875           to these.
9876
9877 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9878
9879         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9880
9881         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9882         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9883         API: add "min-ptime" property to RTP base audio payloader.
9884         API: add gst_base_rtp_audio_payload_push().
9885         API: add gst_base_rtp_audio_payload_get_adapter().
9886         Fixes #415001
9887         Indentation/whitespace/documentation fixes.
9888
9889 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9890
9891         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9892         (audioresample_transform_size), (audioresample_do_output),
9893         (audioresample_transform), (audioresample_pushthrough): Handle
9894         discontinuous streams.
9895         * gst/audioresample/gstaudioresample.h:
9896         * tests/check/elements/audioresample.c:
9897         (test_discont_stream_instance), (GST_START_TEST),
9898         (audioresample_suite): Add a test for discontinuous streams.
9899         * win32/common/config.h: Updated.
9900
9901 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9902
9903         * po/af.po:
9904         * po/az.po:
9905         * po/cs.po:
9906         * po/en_GB.po:
9907         * po/it.po:
9908         * po/nb.po:
9909         * po/nl.po:
9910         * po/or.po:
9911         * po/sq.po:
9912         * po/sr.po:
9913         * po/sv.po:
9914         * po/uk.po:
9915         * po/vi.po:
9916           Update translations from translation project.
9917
9918 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9919
9920         * gst/audioresample/debug.h:
9921         * gst/audioresample/resample.c: (resample_init):
9922           Since I really am not interested in a debug line for each sample
9923           being processed, move the library's debugging to its own category,
9924           libaudioresample
9925
9926 2007-03-13  Michael Smith  <msmith@fluendo.com>
9927
9928         * ext/theora/theoradec.c: (theora_handle_type_packet):
9929           Since the plugin doesn't support anything other than 4:2:0 right
9930           now, post an error and fail if we get something else. Won't matter
9931           until libtheora supports the other pixel formats, but hopefully
9932           that'll be soon...
9933
9934 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9935
9936         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9937         Use gst_guint64_to_gdouble for conversion.
9938         * win32/MANIFEST:
9939         Add new files to the win32 MANIFEST.
9940         * win32/common/libgstaudio.def:
9941         * win32/common/libgstpbutils.def:
9942         Add new exported functions.
9943         * win32/vs6/gst_plugins_base.dsw:
9944         * win32/vs6/libgstdecodebin.dsp:
9945         * win32/vs6/libgstplaybin.dsp:
9946         Change the link to libgstpbutils.lib.
9947         * win32/vs6/libgstdecodebin2.dsp:
9948         Add a new project for decodebin2.
9949         * win32/vs6/libgstpbutils.dsp:
9950         Add a new project for pbutils.
9951
9952 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9953
9954         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9955           Also accept partial dates with only year and month,
9956           like 1999-12-00 (fixes #410396 even more).
9957
9958         * tests/check/libs/tag.c: (GST_START_TEST):
9959           Add unit test for the above.
9960
9961 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9962
9963         * tests/check/elements/subparse.c: (GST_START_TEST),
9964         (subparse_suite):
9965           Add unit test for MPL2 subtitle format (#413799).
9966
9967 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9968
9969         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9970
9971         * gst/subparse/Makefile.am:
9972         * gst/subparse/gstsubparse.c:
9973         (gst_sub_parse_data_format_autodetect),
9974         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9975         (gst_subparse_type_find):
9976         * gst/subparse/gstsubparse.h:
9977         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9978         * gst/subparse/mpl2parse.h:
9979           Add support for MPL2 subtitle format (#413799).
9980
9981 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         * configure.ac:
9984           We require core CVS for the new buffer metadata copy functions.
9985
9986 2007-03-09  Wim Taymans  <wim@fluendo.com>
9987
9988         * gst-libs/gst/tag/gstid3tag.c:
9989         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9990         Fixes #414496.
9991
9992         Patch by: Alex Lancaster <alexl at users sourceforge net>
9993
9994 2007-03-09  Wim Taymans  <wim@fluendo.com>
9995
9996         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9997         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9998         Improve adapter usage and comments.
9999
10000 2007-03-09  Wim Taymans  <wim@fluendo.com>
10001
10002         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10003         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10004         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10005         Use new metadata copy function.
10006
10007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10008         (gst_ffmpegcsp_transform):
10009         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10010         Basetransform copied the metadata for us.
10011
10012 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10015         (gst_text_overlay_video_event):
10016           Some more logging. Only accept newsegment events in TIME format and
10017           send a WARNING message if they are not in TIME format.
10018
10019         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10020         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10021         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10022         * gst/subparse/gstsubparse.h:
10023           No need to allocate GstSegment structure dynamically, just put it
10024           into the instance structure; ignore newsegment events in BYTE
10025           format and in particular don't let it overwrite our saved TIME
10026           segment from the last seek.
10027
10028 2007-03-09  Michael Smith  <msmith@fluendo.com>
10029
10030         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10031           Replace AC3 typefinder with one that isn't terrible, and actually
10032           works usefully.
10033
10034 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10035
10036         * gst/audioconvert/gstaudioconvert.c:
10037         (gst_audio_convert_transform):
10038           fix error category and translatable string
10039           
10040
10041 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10042
10043         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10044         * pkgconfig/gstreamer-plugins-base.pc.in:
10045           Fix up utils => pbutils here too.
10046
10047 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10048
10049         * gst/subparse/gstsubparse.c: (handle_buffer):
10050           Break out of loop in chain function as soon as possible if we get
10051           a non-OK flow return.
10052
10053 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10054
10055         * tests/check/elements/alsa.c: (GST_START_TEST):
10056         Unref the mixer if the state change fails too (if the
10057         alsa devices are inaccessible, for example)
10058
10059 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10060
10061         * tests/check/Makefile.am:
10062         Don't test libvisual elements in the states check, because libvisual
10063         seems to leak internally.
10064
10065         Re-enable the alsa and states tests now that there's new suppressions
10066         in gst.supp.
10067
10068         * tests/check/elements/alsa.c: (GST_START_TEST):
10069         Don't leak the alsamixer we instantiated.
10070
10071 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10072
10073         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10074         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10075         (gst_ximagesink_finalize):
10076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10077         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10078         Move some cleanup stuff from the state change handler into a _reset()
10079         function that can be called from _finalize(). This ensures that things
10080         get freed even if (for some reason) the NULL->READY state transition
10081         fails in the parent class.
10082         Even if a parent state change fails, process our downward state change
10083         logic instead of bailing out early.
10084         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10085
10086 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10087
10088         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10089         Extra log line.
10090
10091         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10092         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10093         Use pango_font_description_set_family_static instead of 
10094         pango_font_description_set_family to save a string copy (it was
10095         leaking due to the strdup anyway)
10096
10097         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10098         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10099         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10100         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10101         Chain up in finalize.
10102
10103 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * gst-libs/gst/interfaces/mixertrack.c:
10106         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10107         (gst_mixer_track_set_property):
10108           API: add "untranslated-label" property which should be set by
10109           implementations at construct time (#414645).
10110
10111         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10112         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10113           Set "untranslated-label" when constructing mixer track objects.
10114
10115         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10116           Unit test to check the above.
10117
10118 2007-03-07  Wim Taymans  <wim@fluendo.com>
10119
10120         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10121         Fix confusing debug message.
10122
10123 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10124
10125         * gst-plugins-base.doap:
10126         update doap file with new version
10127
10128 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10129
10130         * configure.ac:
10131         Back to CVS
10132
10133 === release 0.10.12 ===
10134
10135 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10136
10137         * configure.ac:
10138           releasing 0.10.12, "Zombie Horde"
10139
10140 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10141
10142         * configure.ac:
10143         Bump version to 0.10.11.4 pre-release
10144
10145 2007-03-06  Wim Taymans  <wim@fluendo.com>
10146
10147         * gst-libs/gst/audio/gstbaseaudiosink.c:
10148         (gst_base_audio_sink_async_play):
10149         Fix regression that made GStreamer skip the first samples of audio.
10150         Fixes #414684.
10151
10152 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10153
10154         * configure.ac:
10155         Bump version to 0.10.11.3 pre-release
10156
10157 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10158
10159         * po/POTFILES.in:
10160           Update paths for the rename from utils to pbutils to fix the build.
10161
10162 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10163
10164         * gst-libs/gst/pbutils/Makefile.am:
10165           Change directory to install headers in from gst/utils to gst/pbutils
10166           as well.
10167
10168 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10169
10170         * configure.ac:
10171         * docs/libs/gst-plugins-base-libs-docs.sgml:
10172         * docs/libs/gst-plugins-base-libs-sections.txt:
10173         * gst-libs/gst/Makefile.am:
10174         * gst-libs/gst/interfaces/mixer.c:
10175         * gst-libs/gst/pbutils/Makefile.am:
10176         * gst-libs/gst/pbutils/descriptions.c:
10177         (gst_pb_utils_get_source_description),
10178         (gst_pb_utils_get_sink_description),
10179         (gst_pb_utils_get_decoder_description),
10180         (gst_pb_utils_get_encoder_description),
10181         (gst_pb_utils_get_element_description),
10182         (gst_pb_utils_add_codec_description_to_tag_list),
10183         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10184         * gst-libs/gst/pbutils/descriptions.h:
10185         * gst-libs/gst/pbutils/install-plugins.c:
10186         * gst-libs/gst/pbutils/install-plugins.h:
10187         * gst-libs/gst/pbutils/missing-plugins.c:
10188         (gst_missing_uri_source_message_new),
10189         (gst_missing_uri_sink_message_new),
10190         (gst_missing_element_message_new),
10191         (gst_missing_decoder_message_new),
10192         (gst_missing_encoder_message_new),
10193         (gst_missing_plugin_message_get_description):
10194         * gst-libs/gst/pbutils/missing-plugins.h:
10195         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10196         * gst-libs/gst/pbutils/pbutils.h:
10197         * gst-libs/gst/utils/Makefile.am:
10198         * gst-libs/gst/utils/base-utils.c:
10199         * gst-libs/gst/utils/base-utils.h:
10200         * gst-libs/gst/utils/descriptions.c:
10201         * gst-libs/gst/utils/descriptions.h:
10202         * gst-libs/gst/utils/install-plugins.c:
10203         * gst-libs/gst/utils/install-plugins.h:
10204         * gst-libs/gst/utils/missing-plugins.c:
10205         * gst-libs/gst/utils/missing-plugins.h:
10206         * gst-plugins-base.spec.in:
10207         * gst/playback/Makefile.am:
10208         * gst/playback/gstdecodebin.c:
10209         * gst/playback/gstdecodebin2.c:
10210         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10211         (gen_source_element):
10212         * gst/playback/gstplaybin.c: (plugin_init):
10213         * tests/check/Makefile.am:
10214         * tests/check/libs/pbutils.c: (GST_START_TEST),
10215         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10216         * tests/check/libs/utils.c:
10217           rename utils to pbutils
10218
10219 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10220
10221         * docs/plugins/Makefile.am:
10222         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10223         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10224         * docs/plugins/inspect/plugin-decodebin2.xml:
10225         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10226         Add documentation for decodebin2 that indicates that the API
10227         is still unstable.
10228
10229 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10230
10231         * configure.ac:
10232         Update to 0.10.11.2 (0.10.12 pre-release)
10233
10234 2007-03-01  Wim Taymans  <wim@fluendo.com>
10235
10236         * gst-libs/gst/audio/gstbaseaudiosink.c:
10237         (gst_base_audio_sink_async_play):
10238         base time is irrelevant here.
10239
10240 2007-03-01  Wim Taymans  <wim@fluendo.com>
10241
10242         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10243         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10244         Improve debugging.
10245
10246         * gst-libs/gst/audio/gstbaseaudiosink.c:
10247         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10248         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10249         Improve latency and clock slaving calculations.
10250         Improve slave clock calibration.
10251
10252         * gst-libs/gst/audio/gstringbuffer.c:
10253         (gst_ring_buffer_commit_full):
10254         When we are asked to render N sample to 0 bytes, return N.
10255
10256 2007-03-01  Wim Taymans  <wim@fluendo.com>
10257
10258         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10259         (gst_alsasink_write), (gst_alsasink_reset):
10260         * ext/alsa/gstalsasink.h:
10261         Remove unused dispose function.
10262         Rename lock to not interfere with alsasrc lock.
10263
10264         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10265         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10266         (gst_alsasrc_read), (gst_alsasrc_reset):
10267         * ext/alsa/gstalsasrc.h:
10268         Implement finalize function.
10269         Use lock to protect alsa access.
10270         Implement _reset.
10271         Fine tune sw params.
10272
10273 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10274
10275         * configure.ac:
10276           Convert to new AG_GST style.
10277
10278 2007-02-28  Wim Taymans  <wim@fluendo.com>
10279
10280         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10281
10282         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10283         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10284         Fix race condition when rapidly switching visualisations in playbin.
10285         Fixes #401029.
10286
10287 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10288
10289         * tests/check/Makefile.am:
10290         Include local stuff before system installed things in LDFLAGS and
10291         CFLAGS.
10292
10293 2007-02-28  Wim Taymans  <wim@fluendo.com>
10294
10295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10296         Improve debugging.
10297
10298 2007-02-28  Wim Taymans  <wim@fluendo.com>
10299
10300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10301         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10302         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10303         Fix duration and timestamping, taking latency into account.
10304         Implement latency query.
10305
10306 2007-02-28  Wim Taymans  <wim@fluendo.com>
10307
10308         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10309         (gst_audio_clock_new):
10310         Fix clock name.
10311
10312         * gst-libs/gst/audio/gstbaseaudiosink.c:
10313         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10314         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10315         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10316         (gst_base_audio_src_create):
10317         Improve latency query code.
10318         Use proper clock names.
10319
10320 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10321
10322         * tests/check/generic/states.c: (GST_START_TEST):
10323           Copy the states.c test from core again
10324         * tests/check/Makefile.am:
10325           ignore cdio and cdparanoiasrc
10326
10327 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10328
10329         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10330         (double_hq), (audio_convert_get_func_index), (check_default),
10331         (audio_convert_prepare_context), (audio_convert_convert):
10332           Also make valgrind happy and avoid copying data in some cases.
10333
10334 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10335
10336         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10337         (double_hq), (audio_convert_get_func_index),
10338         (audio_convert_prepare_context), (audio_convert_convert):
10339         * gst/audioconvert/gstaudioconvert.c:
10340         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10341         (gst_audio_convert_transform_caps):
10342         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10343         (audioconvert_suite):
10344           Don't run inplace if that overwrites source data as we go. Add more
10345           tests. Fixes #339837 even more.
10346
10347 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10348
10349         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10350         (msg_segment_done): Fix various seeking bugs (Slider was not
10351         updating when doing a non flushing seek, Reverse playback 
10352         on segment seek was wrong).
10353
10354 2007-02-26  Wim Taymans  <wim@fluendo.com>
10355
10356         * tests/examples/seek/seek.c: (stop_seek):
10357         When we stop scrubbing, don't leave the pipeline PLAYING when we
10358         requested a PAUSED state.
10359
10360 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10361
10362         Patch by: René Stadler <mail at renestadler de>
10363
10364         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10365           Parse date strings in vorbis comments that have an invalid (zero)
10366           month or day (#410396).
10367
10368         * tests/check/libs/tag.c: (GST_START_TEST):
10369           Test case for the above.
10370
10371 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10374
10375         * configure.ac:
10376         * ext/alsa/Makefile.am:
10377         * gst/audiotestsrc/Makefile.am:
10378           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10379
10380 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10381
10382         * gst/playback/gstplaybin.c:
10383           Improve docs: point out that the application needs to assist playbin
10384           with buffering.
10385
10386 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10387
10388         * gst-libs/gst/utils/install-plugins.c:
10389         * gst-libs/gst/utils/missing-plugins.c:
10390         * tests/check/libs/utils.c: (missing_msg_check_getters):
10391           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10392           to just 'gstreamer'. Document the caps string component of the
10393           decoder/encoder detail a bit better, since not everyone will be
10394           familiar with the GStreamer media type/caps system (but they better
10395           enjoy nested itemized lists).
10396
10397 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10400         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10401           Fix copying of GstNetBuffer (would crash before, or at least lead to
10402           invalid memory access, #410772), for now by copying the GstBuffer copy
10403           code from the core over here so we can copy the GstBuffer fields on a
10404           provided buffer instance (of type GstNetBuffer in this case). Would be
10405           better to fix this with some support by the core though (and in the long
10406           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10407
10408         * tests/check/Makefile.am:
10409           Enable unit test for GstNetBuffer.
10410
10411 2007-02-22  Andy Wingo  <wingo@pobox.com>
10412
10413         * gst-libs/gst/audio/gstbaseaudiosink.c
10414         (gst_base_audio_sink_init): Disable pull-mode activation until we
10415         figure out how to make audio sinks go to PLAYING.
10416
10417 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10418
10419         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10420         (double_hq), (audio_convert_get_func_index),
10421         (audio_convert_prepare_context), (audio_convert_convert):
10422         * gst/audioconvert/audioconvert.h:
10423         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10424         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10425         * gst/audioconvert/gstchannelmix.h:
10426         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10427           Add float as an intermediate format, as well as float mixing. Enable
10428           test that was failing before. Fixes #339837
10429
10430 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10431
10432         * tests/examples/seek/seek.c: (do_seek):
10433         Undo the previous commit: -1 as a stop time implies that the stop
10434         time is the end of file, clearing any previously configured segment.
10435
10436 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10437
10438         * tests/examples/seek/seek.c: (do_seek):
10439         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10440
10441 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10442
10443         * gst/volume/gstvolume.c: (volume_process_int16),
10444         (volume_process_int16_clamp), (volume_set_caps):
10445           Unbreak volume, value remains gint.
10446
10447 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10448
10449         * gst/volume/gstvolume.c: (volume_choose_func),
10450         (volume_update_real_volume), (gst_volume_set_volume),
10451         (gst_volume_init), (volume_process_double), (volume_process_float),
10452         (volume_process_int16), (volume_process_int16_clamp),
10453         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10454         * gst/volume/gstvolume.h:
10455           Extend float audio support (double) and some int->uint cleanups.
10456
10457 2007-02-20  Edward Hervey  <edward@fluendo.com>
10458
10459         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10460         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10461         (sort_end_pads), (gst_decode_group_expose),
10462         (gst_decode_group_hide):
10463         Don't free groups from the streaming threads. Just put them aside and
10464         free them in dispose.
10465
10466 2007-02-20  Edward Hervey  <edward@fluendo.com>
10467
10468         * gst/playback/gstdecodebin2.c: (connect_element),
10469         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10470         (sort_end_pads), (gst_decode_group_expose):
10471         Handle dynamic pads within groups.
10472         Sort pads before exposing them in order to make playbin happy.
10473         There still is a race with the multiqueue filling up. This should be
10474         solved separately.
10475         Fixes #398721
10476
10477 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10478
10479         * gst-libs/gst/utils/base-utils.c:
10480         * gst-libs/gst/utils/descriptions.c:
10481         * gst-libs/gst/utils/install-plugins.c:
10482         * gst-libs/gst/utils/missing-plugins.c:
10483           Some more docs (and descriptions for two subtitle formats).
10484
10485 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10486
10487         * gst-libs/gst/audio/audio.c:
10488           Fix documentation.
10489
10490 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10491
10492         Patch by: Yves Lefebvre  <ivanohe abacom com>
10493
10494         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10495           Don't leak caps. Fixes #408278.
10496
10497 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10498
10499         * ext/cdparanoia/gstcdparanoiasrc.h:
10500         * ext/ogg/gstoggdemux.h:
10501         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10502         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10503         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10504         * gst-libs/gst/audio/audio.h:
10505         * gst-libs/gst/audio/gstaudiofilter.h:
10506         * gst-libs/gst/interfaces/videoorientation.h:
10507         * gst/adder/gstadder.h:
10508           More docs coverage and some ChangeLog surgery (add missing names)
10509
10510 2007-02-15  Wim Taymans  <wim@fluendo.com>
10511
10512         * sys/ximage/ximagesink.c:
10513         (gst_ximagesink_calculate_pixel_aspect_ratio):
10514         * sys/xvimage/xvimagesink.c:
10515         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10516         Small constifications.
10517
10518 2007-02-15  Wim Taymans  <wim@fluendo.com>
10519
10520         * gst-libs/gst/audio/gstbaseaudiosink.c:
10521         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10522         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10523         (gst_base_audio_sink_async_play),
10524         (gst_base_audio_sink_change_state):
10525         Answer latency query.
10526         Use configured latency when syncing.
10527         Fix clock slaving.
10528
10529         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10530         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10531         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10532         Fix possible memleak.
10533         Implement latency query.
10534         Small cleanups.
10535
10536 2007-02-15  Wim Taymans  <wim@fluendo.com>
10537
10538         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10539         Ignore errors in reset, these are not fatal. They also grab the element
10540         lock which is already taking when this function is called. Fixes
10541         #405451.
10542
10543 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10544
10545         * configure.ac:
10546           Remove 'tests/examples/xerror/Makefile' from output files again.
10547
10548 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10549
10550         * configure.ac:
10551         * docs/plugins/Makefile.am:
10552           Also crossref against gst-plugins-base-libs.
10553
10554 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10555
10556         * configure.ac:
10557         * docs/libs/Makefile.am:
10558         * docs/plugins/Makefile.am:
10559           Add crossreferences to glib/gobject/gstream docs.
10560
10561         * gst-libs/gst/audio/audio.h:
10562           Source formatting.
10563
10564         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10565           Add own debug category.
10566
10567 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         Patch by: René Stadler <mail at renestadler de>
10570
10571         * gst-libs/gst/tag/gstvorbistag.c:
10572           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10573           (#403597).
10574
10575 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10576
10577         * gst/playback/gstplaybasebin.c: (setup_source):
10578           When we have external subtitles and wait for the subtitle decodebin
10579           to get up and running, we set up a (sync) bus handler for the
10580           subtitle decodebin, so we can stop waiting when it posts an error
10581           message. However, we should do that before we set the subtitle
10582           decodebin's state to playing, otherwise things are racy and we might
10583           miss error messages posted before we had a chance to set up the bus.
10584           This should finally fix totem hanging on .txt pseudo-subtitle files.
10585           
10586 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10587
10588         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10589           Use gst_gdouble_to_guint64 for conversions.
10590         * win32/common/config.h.in:
10591           Add a define for GST_INSTALL_PLUGINS_HELPER
10592         * win32/common/libgstaudio.def:
10593         * win32/common/libgstcdda.def:
10594         * win32/common/libgstnetbuffer.def:
10595         * win32/common/libgstrtp.def:
10596         * win32/common/libgutils.def:
10597           Add new exported functions.
10598         * win32/vs6/gst_plugins_base.dsw:
10599         * win32/vs6/libgstdecodebin.dsp:
10600         * win32/vs6/libgstnetbuffer.dsp:
10601         * win32/vs6/libgstplaybin.dsp:
10602         * win32/vs6/libgstrtp.dsp:
10603         * win32/vs6/libgstvorbis.dsp:
10604         * win32/vs6/libgstcdda.dsp:
10605         * win32/vs6/libgstgdp.dsp:
10606         * win32/vs6/libgstutils.dsp:
10607           Update and add new project files.
10608
10609 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10610
10611         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10612         (subrip_remove_unhandled_tags), (parse_subrip):
10613           For SubRip (.srt) subtitles, ignore all markup tags we don't
10614           handle (like font tags, for example).
10615
10616         * tests/check/elements/subparse.c:
10617           Add test for this.
10618
10619 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10620
10621         * gst/playback/gstdecodebin.c: (add_fakesink),
10622         (gst_decode_bin_change_state):
10623         * gst/playback/gstdecodebin2.c: (add_fakesink),
10624         (gst_decode_bin_change_state):
10625           Don't error out if there is no fakesink in the NULL to READY state
10626           change, since when decodebin is re-used, we're only adding the
10627           fakesink element in READY to PAUSED.
10628
10629         * tests/check/elements/decodebin.c:
10630         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10631         (decodebin_suite):
10632           Minimal unit test to make sure we can use the same decodebin
10633           instance twice (at least with audiotestsrc input).
10634
10635 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10636
10637         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10638           Try to get devic-name from device string first, and from handle only
10639           as fallback (seems to yield better results and is more robust
10640           against buggy probing code on the application side).
10641
10642 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10643
10644         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10645
10646         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10647         (gst_alsa_find_device_name):
10648         * ext/alsa/gstalsa.h:
10649         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10650         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10651           Improve device-name detection a bit, especially in the case where
10652           the device is not actually open (#405020, #405024). Move common code
10653           into gstalsa.c instead of duplicating it.
10654
10655 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         * gst/audioconvert/gstaudioconvert.c:
10658           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10659
10660 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10661
10662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10663         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10664         (gst_xvimagesink_interface_supported),
10665         (gst_xvimagesink_probe_get_properties),
10666         (gst_xvimagesink_probe_probe_property),
10667         (gst_xvimagesink_probe_needs_probe),
10668         (gst_xvimagesink_probe_get_values),
10669         (gst_xvimagesink_property_probe_interface_init),
10670         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10671         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10672         (gst_xvimagesink_get_type):
10673         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10674         for XVAdaptors so that one can choose the adaptor to use with 
10675         gstreamer-properties.
10676
10677 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10678
10679         * gst/audioconvert/gstaudioconvert.c:
10680           Also mention that a conversion from double to float is suboptimal still.
10681
10682 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10683
10684         * gst-libs/gst/audio/gstaudiofilter.c:
10685         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10686           Clear our formats structure and free the caps contained in it when
10687           shutting down.
10688
10689 2007-02-05  Andy Wingo  <wingo@pobox.com>
10690
10691         * gst-libs/gst/audio/gstbaseaudiosink.c
10692         (gst_base_audio_sink_callback): Update basesink->offset so that we
10693         pull monotonically increasing offsets instead of, um, seeking back
10694         to 0 each time. Fixes alsasrc ! alsasink!
10695
10696 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * gst/videoscale/gstvideoscale.c:
10699           A width and height of 1 makes us crash, so increase minimum size to
10700           2x2 pixels until someone feels like fixing this (#404512).
10701
10702 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10705           Add small test to make sure request pads are cleaned up properly
10706           even if oggmux never changes state out of NULL.
10707
10708 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         * tests/check/libs/utils.c: (GST_START_TEST):
10711           Fix unit test. Turns out things work much better when you
10712           NULL-terminate string arrays. Should make p5 build bot happy again.
10713
10714 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         * gst-libs/gst/audio/Makefile.am:
10717         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10718         (gst_audio_filter_template_base_init),
10719         (gst_audio_filter_template_class_init),
10720         (gst_audio_filter_template_init),
10721         (gst_audio_filter_template_set_property),
10722         (gst_audio_filter_template_get_property),
10723         (gst_audio_filter_template_setup),
10724         (gst_audio_filter_template_filter),
10725         (gst_audio_filter_template_filter_inplace), (plugin_init):
10726           Oops, forgot to commit fixed-up example.
10727
10728 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10729
10730         * docs/libs/gst-plugins-base-libs-sections.txt:
10731         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10732         (gst_audio_filter_class_init), (gst_audio_filter_init),
10733         (gst_audio_filter_set_caps),
10734         (gst_audio_filter_class_add_pad_templates):
10735         * gst-libs/gst/audio/gstaudiofilter.h:
10736           Port GstAudioFilter to 0.10. This change technically breaks
10737           API and ABI (and thus also every library developer's heart),
10738           but seems justifiable on the grounds that the base class was
10739           completely unusable before (ie. would crash immediately when
10740           actually used). Fixes #403963 (and eventually also #403572).
10741           Also document all of this a bit.
10742
10743 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10744
10745         * gst-libs/gst/utils/install-plugins.c:
10746         (gst_install_plugins_spawn_child):
10747         * tests/check/libs/utils.c:
10748         (test_base_utils_install_plugins_do_callout):
10749           Lowering log level to see why things fail on the p5 build bot;
10750           fix some typos in unit test messages.
10751
10752 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10753
10754         * tests/check/libs/utils.c:
10755         (test_base_utils_install_plugins_do_callout):
10756           Don't hard-code temp directory for test helper; use GLib functions
10757           to write out file and do error checking etc.
10758
10759 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * gst-libs/gst/utils/Makefile.am:
10762         * gst-libs/gst/utils/base-utils.h:
10763         * gst-libs/gst/utils/install-plugins.c:
10764         (gst_install_plugins_context_set_xid),
10765         (gst_install_plugins_context_new),
10766         (gst_install_plugins_context_free),
10767         (gst_install_plugins_get_helper),
10768         (gst_install_plugins_spawn_child),
10769         (gst_install_plugins_return_from_status),
10770         (gst_install_plugins_installer_exited),
10771         (gst_install_plugins_async), (gst_install_plugins_sync),
10772         (gst_install_plugins_return_get_name),
10773         (gst_install_plugins_installation_in_progress):
10774         * gst-libs/gst/utils/install-plugins.h:
10775           API: add API for applications to initiate installation of missing
10776           plugins, ie. gst_install_plugins_async() primarily.
10777           Based on libgimme-codec by Ryan Lortie.
10778
10779         * configure.ac:
10780           Add --with-install-plugins-helper configure option so distros can specify
10781           the path of the helper script or program to call when plugin installation
10782           is requested (distros: please do any argument munging in this helper
10783           script instead of patching GStreamer to pass arguments differently
10784           to another program directly).
10785
10786         * docs/libs/gst-plugins-base-libs-docs.sgml:
10787         * docs/libs/gst-plugins-base-libs-sections.txt:
10788           Build and document new API.
10789
10790         * tests/check/libs/utils.c: (result_cb),
10791         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10792         (libgstbaseutils_suite):
10793           Some simple checks for the new API.
10794
10795 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * tests/check/elements/audioconvert.c: (test_float_conversion):
10798           Add small test for 32bit float <=> 64bit float conversion (works
10799           only one way so far, 32=>64 produces structured noise).
10800
10801 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10802
10803         * gst/audioconvert/gstaudioconvert.c:
10804         (set_structure_widths_32_and_64), (make_lossless_changes):
10805           We don't support floats with a width of 40, 48 or 56 bits.
10806
10807 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10808
10809         * gst/audioconvert/audioconvert.c: (float), (double),
10810         (audio_convert_get_func_index):
10811         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10812         (make_lossless_changes):
10813           Support for 64-bit float audio in audioconvert (#339837)
10814
10815 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10816
10817         Patch by: Holger Wansing  <linux wansing-online de>
10818
10819         * po/LINGUAS:
10820         * po/de.po:
10821           Add German translation (#352069).
10822
10823 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10824
10825         reviewed by: Wim Taymans <wim@fluendo.com>
10826
10827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10828         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10829         Use newly added GstCollectPads API to free the allocated resources in
10830         the GstOggPad structures (#402393).
10831
10832 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10833
10834         * gst/playback/gstplaybin.c: (gen_vis_element):
10835           Add audioresample+audioconvert in front of the visualisation
10836           element, so that elements like libvisual 0.4 that don't support all
10837           samplerates can work.
10838
10839           Fixes: #402505
10840
10841 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10844         (gst_play_base_bin_get_streaminfo_value_array):
10845           Take some locks and make a copy of the streaminfo value array we
10846           maintain while holding the lock, so that the application can
10847           retrieve the stream-info as a value array in a thread-safe way.
10848
10849 2007-01-30  Wim Taymans  <wim@fluendo.com>
10850
10851         * gst/audioconvert/gstaudioconvert.c:
10852         Don't fail on 0 sized buffers. Fixes #396835.
10853
10854 2007-01-29  David Schleef  <ds@schleef.org>
10855
10856         * gst/typefind/gsttypefindfunctions.c:
10857           Detect BBCD as video/x-dirac, so we can play raw dirac
10858           streams.
10859
10860 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10861
10862         * ext/theora/theoraenc.c: (theora_enc_chain):
10863           Check return value of theora_encode_header(), or we might try to
10864           allocate a random number of bytes. theora_encode_header() can fail
10865           if libtheora has been compiled with encoding support disabled.
10866           Fixes #398110.
10867
10868 2007-01-29  Wim Taymans  <wim@fluendo.com>
10869
10870         * tests/check/gst/.cvsignore:
10871         Do as buildbot says.
10872
10873 2007-01-29  Wim Taymans  <wim@fluendo.com>
10874
10875         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10876         Fix strides in libvisual. Gst uses X strides.
10877         Inspired by: <ed at catmur dot co dot uk> and 
10878         <tim at centricular dot net>
10879         Fixes #401118.
10880
10881 2007-01-27  Wim Taymans  <wim@fluendo.com>
10882
10883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10884         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10885         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10886         (gst_ogg_demux_perform_seek),
10887         (gst_ogg_demux_bisect_forward_serialno),
10888         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10889         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10890         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10891         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10892         * ext/ogg/gstoggdemux.h:
10893         Properly propagate streaming errors when we are scanning the file for
10894         chains so that we don't crash when shut down. Might fix some crashers
10895         when quickly switching oggs in RB such as #332503 and #378436.
10896
10897 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10900           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10901           error code as well.
10902
10903 2007-01-25  Wim Taymans  <wim@fluendo.com>
10904
10905         * gst/playback/gstplaybasebin.c: (remove_source):
10906         Don't try to disconnect a signal from a finalized object.
10907
10908 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10911           Cast lock macro parameters to make sure we're actually accessing the
10912           lock member at the right class level. Free list itself in _dispose()
10913           as well and NULL it in case dispose gets called multiple times.
10914
10915 2007-01-25  Edward Hervey  <edward@fluendo.com>
10916
10917         * gst/playback/gstdecodebin2.c:
10918         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10919         Free GstDecodeGroups no longer used.
10920         (gst_decode_group_expose):
10921         Don't unlock too many times !
10922         (deactivate_free_recursive):
10923         Free iterator once we're done with it.
10924         Fix for recursively deactivating elements (stop at ghostpads).
10925
10926 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * gst/playback/gstplaybin.c: (handoff):
10929           Fix up caps on the frame buffer before we save it and potentially
10930           make it accessible to other threads via g_object_get; also use
10931           gst_buffer_replace() instead of gst_mini_object_replace().
10932
10933 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10936           Make getting the current frame thread-safe.
10937
10938 2007-01-25  Edward Hervey  <edward@fluendo.com>
10939
10940         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10941         (gst_decode_group_new), (gst_decode_group_free):
10942         Set queues to bigger sizes to cope with HD contents.
10943         Fix some mutex freeing and add comment about MT safe methods.
10944
10945 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10948         (gst_text_overlay_text_event):
10949           Don't unnecessarily ref (and then leak) upstream events if the text
10950           pad is not linked. Fixes #399948.
10951
10952         * tests/check/gst-plugins-base.supp:
10953           Add suppression for pango on edgy/x86 for textoverlay test.
10954
10955 2007-01-24  Wim Taymans  <wim@fluendo.com>
10956
10957         * gst-libs/gst/rtp/gstrtpbuffer.h:
10958         Add some more fixed payloads.
10959
10960 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10963           Error out properly if we get an error from libogg while reading the
10964           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10965
10966 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10967
10968         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10969           Don't leak mutex.
10970
10971         * tests/check/elements/playbin.c:
10972         (test_sink_usage_video_only_stream),
10973         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10974         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10975         (test_missing_suburisource_handler),
10976         (test_missing_primary_decoder), (playbin_suite):
10977           Run all tests once with decodebin and once with decodebin2.
10978           One test does not pass yet with decodebin2.
10979
10980 2007-01-23  Edward Hervey  <edward@fluendo.com>
10981
10982         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10983         Fix the cases where oggmux doesn't properly figure out that all
10984         sinkpads have gone EOS, and therefore doesn't push out the remaining
10985         buffers and the final EOS event.
10986         Fixes #363379
10987
10988 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10989
10990         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10992         Don't lock on navigation event push, just on keysym to string.
10993         Fixes #397673 again.
10994
10995 2007-01-22  Edward Hervey  <edward@fluendo.com>
10996
10997         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10998         (get_current_group), (group_demuxer_event_probe),
10999         (gst_decode_group_expose), (deactivate_free_recursive),
11000         (gst_decode_group_free):
11001         Cleanups.
11002         Don't forget to emit 'no-more-pads' once a group is exposed.
11003         Cleanup elements from a DecodeGroup once we remove it.
11004         Protect call to gst_decode_group_expose() with the decodebin lock.
11005
11006 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11007
11008         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11010         Looking at Xorg code i can't figure out if that XKeysymToString
11011         function is thread sensible or not. Lock it just in case as
11012         recommended by Radek Doulik <rodo at ximian dot com>.
11013
11014 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11015
11016         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11018         Lock that X Call as well. Fixes #397673.
11019
11020 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11023           Don't go into an endless loop if the file starts with 00 00 01 2X,
11024           like quicktime redirect files might. Fixes #396042.
11025
11026         * tests/check/Makefile.am:
11027         * tests/check/gst/.cvsignore:
11028         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11029         (typefindfunctions_suite):
11030           Add unit test for the above.
11031
11032 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11035           On second thought, use "depth" field rather than "bpp" field.
11036
11037 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11038
11039         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11040           Camtasia caps apparently need a bpp field (#398875).
11041
11042 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11045         (gen_source_element), (gst_play_base_bin_change_state):
11046           Attempt at a better error message in case we don't have the required
11047           URI handler installed; post missing-plugin message also when we're
11048           missing an URI handler for the subtitle URI; clean up properly also
11049           when an error occurs and we never made it to PAUSED state.
11050
11051         * tests/check/elements/playbin.c: (GST_START_TEST),
11052         (playbin_suite):
11053           Check that we're also getting a missing-plugin messsage for a
11054           missing subtitle URI handler (and clean up properly).
11055
11056 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11057
11058         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11059           Plug a few reference leaks.
11060
11061 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11064           Lower probability a bit if the marker isn't right at the start,
11065           to decrease the chance of false positives.
11066
11067 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11070           Small mpeg2 system stream typefinding improvement: make typefinder
11071           probe a bit into the stream instead of just looking for a marker
11072           at the beginning. Fixes #397810.
11073
11074 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * gst/audioconvert/gstchannelmix.c:
11077           Remove compatibility cruft for prehistoric GLib versions.
11078
11079 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * gst/playback/Makefile.am:
11082         * gst/playback/gstdecodebin.c: (close_pad_link):
11083         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11085         (gst_play_base_bin_handle_message_func), (unknown_type):
11086           Let decodebin be the element to post missing-plugin messages for
11087           missing decoders (rather than playbin); make playbin implement
11088           GstBin::handle_message so we can suppress missing-plugin messages
11089           for types we're not handling on purpose (don't want to bring up an
11090           installer in those cases).
11091
11092 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11095         * gst-libs/gst/tag/gstvorbistag.c:
11096         (gst_tag_list_to_vorbiscomment_buffer):
11097         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11098           Fix potentially unaligned access (#397207).
11099
11100 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11101
11102         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11103         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11104         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11105         (main):
11106           Allow to toggle looping while it plays. Fix callback prototype. Clean
11107           up code a bit more. Add copyright header.
11108
11109 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11110
11111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11112           Red and blue mask was swapped (spotted by Dan Williams).
11113
11114 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11115
11116         * gst-libs/gst/tag/gstid3tag.c:
11117         * gst-libs/gst/tag/gstvorbistag.c:
11118           Use new beats-per-minute tag from core.
11119
11120 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * po/POTFILES.in:
11123           Add new files with translatable strings, so they actually make it
11124           into the template file one day.
11125
11126 2007-01-12  Andy Wingo  <wingo@pobox.com>
11127
11128         * gst-libs/gst/audio/gstbaseaudiosink.c
11129         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11130         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11131         stuff, as the base class handles this now. Actually tell the ring
11132         buffer to start.
11133         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11134         How did this work before? Maybe I'm not as awesome a programmer as
11135         I think.
11136
11137         * gst-libs/gst/audio/gstbaseaudiosrc.c
11138         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11139         of a pad function.
11140
11141 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11142
11143         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11144           Remove more fields so that the application can better blacklist
11145           formats that have been tried before.
11146
11147 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11148
11149         * gst-libs/gst/audio/mixerutils.h:
11150           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11151           used when compiling with c++ compilers as well.
11152
11153 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * gst/typefind/gsttypefindfunctions.c:
11156           Fix comment.
11157
11158 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         * gst/playback/gstplaybin.c: (post_missing_element_message),
11161         (gen_video_element), (gen_text_element), (gen_audio_element),
11162         (gen_vis_element):
11163           Post missing-plugin messages also when we error out because
11164           converters, textoverlay or auto*sinks are missing (#161922).
11165
11166 2007-01-10  Wim Taymans  <wim@fluendo.com>
11167
11168         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11169         (is_demuxer_element), (new_caps):
11170         * gst/playback/gstplaybasebin.c: (source_new_pad):
11171         Fix the case where we try to ref a NULL element when we delay a link
11172         because of unfixed caps.
11173         Set the state of autoplugged decodebins to PAUSED.
11174         RTSP now works in playbin, we can remove it from the blacklist.
11175
11176 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11177
11178         * gst/playback/Makefile.am:
11179         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11180         (unknown_type), (setup_subtitle), (gen_source_element):
11181         * gst/playback/gstplaybin.c: (plugin_init):
11182           Post missing-plugin messages on the bus for missing sources and
11183           missing decoders/demuxers/depayloaders; fix error code used when
11184           we're missing an URI handler source; for media types that we are not
11185           handling on purpose at the moment, don't print "don't know how to
11186           handle xyz" messages to the terminal or post missing-plugin
11187           messages on the bus.
11188
11189         * tests/check/elements/playbin.c: (create_playbin),
11190         (GST_START_TEST), (gst_codec_src_uri_get_type),
11191         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11192         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11193         (gst_codec_src_init_type), (gst_codec_src_base_init),
11194         (gst_codec_src_create), (gst_codec_src_class_init),
11195         (gst_codec_src_init), (plugin_init), (playbin_suite):
11196           Add some tests for the missing-plugin stuff.
11197
11198 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11199
11200         * configure.ac:
11201         * gst-libs/gst/Makefile.am:
11202         * gst-libs/gst/utils/Makefile.am:
11203         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11204         * gst-libs/gst/utils/base-utils.h:
11205         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11206         (find_format_info), (caps_are_rtp_caps),
11207         (gst_base_utils_get_source_description),
11208         (gst_base_utils_get_sink_description),
11209         (gst_base_utils_get_decoder_description),
11210         (gst_base_utils_get_encoder_description),
11211         (gst_base_utils_get_element_description),
11212         (gst_base_utils_add_codec_description_to_tag_list),
11213         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11214         * gst-libs/gst/utils/descriptions.h:
11215         * gst-libs/gst/utils/missing-plugins.c:
11216         (missing_structure_get_type), (copy_and_clean_caps),
11217         (gst_missing_uri_source_message_new),
11218         (gst_missing_uri_sink_message_new),
11219         (gst_missing_element_message_new),
11220         (gst_missing_decoder_message_new),
11221         (gst_missing_encoder_message_new),
11222         (missing_structure_get_string_detail),
11223         (missing_structure_get_caps_detail),
11224         (gst_missing_plugin_message_get_installer_detail),
11225         (gst_missing_plugin_message_get_description),
11226         (gst_is_missing_plugin_message):
11227         * gst-libs/gst/utils/missing-plugins.h:
11228           API: add new libgstbaseutils library with functions
11229           - to create and parse missing-plugins messages
11230           - that provide (translated) descriptions for caps/decoders/sources/etc.
11231           Closes #392393.
11232
11233         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11234         * pkgconfig/gstreamer-plugins-base.pc.in:
11235           Add new lib.
11236
11237         * docs/libs/gst-plugins-base-libs-docs.sgml:
11238         * docs/libs/gst-plugins-base-libs-sections.txt:
11239           Generate docs for new lib and API.
11240
11241         * tests/check/Makefile.am:
11242         * tests/check/libs/.cvsignore:
11243         * tests/check/libs/utils.c: (missing_msg_check_getters),
11244         (GST_START_TEST), (libgstbaseutils_suite):
11245           Add some basic unit tests.
11246
11247 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11248
11249         * ext/ogg/Makefile.am:
11250           Dist gstoggdemux.h to fix 'make distcheck'.
11251
11252         * sys/v4l/Makefile.am:
11253           Fix 'make distcheck' even more.
11254
11255 2007-01-09  Wim Taymans  <wim@fluendo.com>
11256
11257         * docs/plugins/Makefile.am:
11258         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11259         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11260         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11261         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11262         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11263         (gst_ogg_demux_perform_seek):
11264         * ext/ogg/gstoggdemux.h:
11265         Added docs.
11266         Add some more comments.
11267         Small cleanups.
11268
11269 2007-01-09  Wim Taymans  <wim@fluendo.com>
11270
11271         * ext/theora/theoradec.c:
11272         * ext/vorbis/vorbisdec.c:
11273         * gst-libs/gst/audio/gstringbuffer.c:
11274         (gst_ring_buffer_commit_full):
11275         * gst-libs/gst/audio/gstringbuffer.h:
11276         * gst-libs/gst/rtp/gstrtpbuffer.c:
11277         * gst-libs/gst/tag/gstvorbistag.c:
11278         Small documentation updates/fixes
11279
11280 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * configure.ac:
11283           Require core CVS HEAD for Andy's basesrc/sink API additions.
11284
11285 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11288
11289         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11290         (plugin_init):
11291           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11292           on flac.sf.net (there appear to be other versions of the first
11293           ogg page in the wild) (#391365).
11294
11295 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11296
11297         * configure.ac:
11298           Check if localtime_r() is available.
11299
11300         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11301           If localtime_r() is not available, fall back to localtime(). Should
11302           fix build on MingW (#393310).
11303
11304 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11305
11306         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11307         * gst/subparse/gstsubparse.h:
11308           Remove spurious 1000 subtrahend when calculating the timestamp from
11309           the frame number and the frame rate . Also, use the frames/second
11310           value specified in the first line of the file, if one is specified
11311           there. Should fix #357503.
11312
11313         * tests/check/elements/subparse.c: (do_test),
11314         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11315         (subparse_suite):
11316           Add some basic unit tests for the microdvd subtitle format.
11317
11318 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11319
11320         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11321
11322         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11323         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11324         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11325         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11326         (gst_xvimagesink_set_xwindow_id),
11327         (gst_xvimagesink_set_event_handling),
11328         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11329         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11330         Fixes: #390076.
11331         Add an adaptor property to select a specific XV adaptor.
11332         * sys/xvimage/xvimagesink.h:
11333
11334 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11335
11336         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11337         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11338         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11339         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11340         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11341         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11342         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11343         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11344         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11345         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11346         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11347         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11348         Use flow_lock much more to protect every access to xwindow.
11349         Try to catch erros while creating images in case some drivers are
11350         just generating an XError when the requested image is too big.
11351         Should fix : #354698, #384008, #384060.
11352         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11353         Implement some stress testing of setting window xid.
11354
11355 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11356
11357         * win32/common/libgsaudio.def:
11358           Add new exported function.
11359         * win32/common/libgstogg.dsp:
11360           Add gstoggaviparse.c to the build.
11361         * win32/common/libgstvideoscale.dsp:
11362           Add vs_4tap.c to the build.
11363         * win32/common/libgstvorbis.dsp:
11364           Add vorbistag.c to the build.
11365         
11366 2007-01-06  Andy Wingo  <wingo@pobox.com>
11367
11368         * gst-libs/gst/audio/gstbaseaudiosink.c
11369         (gst_base_audio_sink_class_init)
11370         (gst_base_audio_sink_init): 
11371         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11372         to baseaudiosink, and tell basesink that we can work in pull mode.
11373         This way the ring buffer thread drives the pipeline directly, if
11374         pull mode is possible. There is some lingering nastiness regarding
11375         capsnego, however.
11376         (gst_base_audio_sink_callback): Implement the callback to pull
11377         data. This interface is a bit light, though -- it should get a
11378         GstFlowReturn return value at least.
11379
11380 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11383         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11384         * gst/playback/gstdecodebin2.c:
11385         (gst_decode_group_check_if_blocked):
11386           Printf format and missing argument fixes.
11387
11388 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11389
11390         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11391         (gst_ogm_parse_change_state):
11392         Activate pads before adding them to the element.
11393
11394 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * tests/examples/seek/scrubby.c: (main):
11397         * tests/examples/seek/seek.c: (main):
11398           Call g_thread_init() first thing in main() (see #391278).
11399
11400 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11401
11402         * tests/check/Makefile.am:
11403         * tests/check/libs/.cvsignore:
11404         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11405         (netbuffer_suite):
11406           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11407           for the time being, since it's broken, see #393099.
11408
11409 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11410
11411         * tests/check/Makefile.am:
11412           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11413
11414 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11415
11416         * configure.ac:
11417           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11418           so that GST_BASE_CFLAGS can go inbetween them, making sure
11419           we use uninstalled gst-libs headers
11420         * docs/libs/Makefile.am:
11421         * ext/alsa/Makefile.am:
11422         * ext/cdparanoia/Makefile.am:
11423         * ext/gnomevfs/Makefile.am:
11424         * ext/libvisual/Makefile.am:
11425         * ext/ogg/Makefile.am:
11426         * ext/theora/Makefile.am:
11427         * ext/vorbis/Makefile.am:
11428         * gst-libs/gst/audio/Makefile.am:
11429         * gst-libs/gst/cdda/Makefile.am:
11430         * gst-libs/gst/interfaces/Makefile.am:
11431         * gst-libs/gst/riff/Makefile.am:
11432         * gst-libs/gst/rtp/Makefile.am:
11433         * gst-libs/gst/tag/Makefile.am:
11434         * gst/adder/Makefile.am:
11435         * gst/audioconvert/Makefile.am:
11436         * gst/audiorate/Makefile.am:
11437         * gst/audioresample/Makefile.am:
11438         * gst/playback/Makefile.am:
11439         * gst/tcp/Makefile.am:
11440         * gst/videoscale/Makefile.am:
11441         * gst/volume/Makefile.am:
11442         * sys/ximage/Makefile.am:
11443         * sys/xvimage/Makefile.am:
11444         * tests/icles/Makefile.am:
11445           adapt
11446
11447 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11448
11449         * gst-libs/gst/interfaces/xoverlay.c:
11450         (gst_x_overlay_handle_events):
11451         * gst-libs/gst/interfaces/xoverlay.h:
11452         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11453         (gst_ximagesink_set_xwindow_id),
11454         (gst_ximagesink_set_event_handling),
11455         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11456         (gst_ximagesink_get_property), (gst_ximagesink_init),
11457         (gst_ximagesink_class_init):
11458         * sys/ximage/ximagesink.h:
11459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11460         (gst_xvimagesink_set_xwindow_id),
11461         (gst_xvimagesink_set_event_handling),
11462         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11463         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11464         (gst_xvimagesink_class_init):
11465         * sys/xvimage/xvimagesink.h:
11466         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11467         Add a method to the XOverlay interface to allow disabling of 
11468         event handling in x[v]imagesink elements. This will let X events
11469         propagate to parent windows which can be usefull in some cases.
11470         Be carefull that the application is then responsible of pushing
11471         navigation events and expose events to the video sink.
11472         Fixes: #387138.
11473
11474 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11475
11476         * gst-libs/gst/tag/gstvorbistag.c:
11477         * tests/check/libs/tag.c: (GST_START_TEST):
11478           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11479           (fixes #392070).
11480
11481 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * configure.ac:
11484         * docs/Makefile.am:
11485         * docs/design/Makefile.am:
11486           Dist design docs.
11487
11488 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11489
11490         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11491         typo. Fixes: #390063.
11492
11493 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11494
11495         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11497         caps leak.
11498         * win32/common/config.h: Updated.
11499
11500 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11501
11502         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11503         (setup_gdpdepay_streamheader):
11504         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11505         (setup_gdppay_streamheader):
11506           Fix the dp tests, but activating the pads for the streamheader tests
11507           too and cleaning up conditionaly
11508
11509 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11510
11511         * gst/ffmpegcolorspace/avcodec.h:
11512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11513         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11514         (gst_ffmpegcsp_avpicture_fill):
11515         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11516         (img_get_alpha_info):
11517         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11518         other end of the word. Fixes: #387073.
11519
11520         Add some inconsequential branch hints in a couple of places.
11521
11522 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11523
11524         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11525         (gst_ffmpeg_caps_to_smpfmt):
11526           The "signed" field in raw audio caps is of boolean type, trying to
11527           extract the value with _get_int() will fail (fix to keep in sync with
11528           the copy in gst-ffmpeg)
11529
11530 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11531
11532         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11533         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11534         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11535         (cleanup_gdpdepay):
11536         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11537         * tests/check/elements/subparse.c: (teardown_subparse):
11538         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11539         * tests/check/elements/videorate.c: (cleanup_videorate):
11540         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11541         * tests/check/elements/volume.c: (cleanup_volume):
11542         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11543         (cleanup_vorbisdec):
11544         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11545         (cleanup_vorbistag):
11546           consistent pad (de)activation
11547
11548 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11551           Forgot to register the extensions.
11552
11553 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11556         (plugin_init):
11557           Add typefinder for VIVO files (my christmas present to the 90s).
11558
11559 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         * gst/playback/gstdecodebin.c: (type_found):
11562           Special-case the text/plain media type: we only want to recognise it
11563           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11564           parser, but not if the entire stream is of text/plain type. If the
11565           entire stream is text/plain, we should just error out.
11566
11567           This fixes playback of audio files with lyrics in totem. Totem can't
11568           distinguish between text files and subtitle files and passes any
11569           .txt file with the same basename as the main file to playbin as
11570           suburi, and playbin will then throw a 'subtitle found, but no video
11571           stream' error, which isn't entirely helpful. See #380342.
11572
11573           Also, with this change we'll show a slightly more correct error
11574           message in case totem passes a playlist file to us (although a
11575           custom error message wording instead of the default text would
11576           probably not be a bad idea either).
11577
11578           Same problem also needs to be fixed for playbin+decodebin2.
11579
11580         * tests/check/Makefile.am:
11581         * tests/check/elements/decodebin.c: (src_handoff_cb),
11582         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11583         (decodebin_suite):
11584           Add simple unit test for decodebin for the above.
11585
11586 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11589         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11590           Refuse to change state to READY when we failed to create any of the
11591           required elements in our instance init function.
11592
11593 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         * docs/libs/gst-plugins-base-libs-sections.txt:
11596           Small docs fixes/updates.
11597
11598         * gst-libs/gst/video/gstvideosink.h:
11599           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11600           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11601           removed from the base sink API between 0.9.6 and 0.9.7).
11602           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11603           accessor macros, so we don't do a runtime GObject type check every
11604           time we use them.
11605
11606 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11607
11608         * Makefile.am:
11609         * gst-plugins-base.doap:
11610         * gst-plugins-base.spec.in:
11611           add doap file
11612
11613 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11614
11615         Patch by: Jens Granseuer <jensgr at gmx net>
11616
11617         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11618         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11619         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11620         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11622           Declare variables at the beginning of a block. Fixes #383195.
11623
11624 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11625
11626         * configure.ac:
11627         Bump version nano - back to CVS.
11628
11629
11630 === release 0.10.11 ===
11631
11632 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11633
11634         * configure.ac:
11635           releasing 0.10.11, "Dumb things"
11636
11637 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11638
11639         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11640         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11641         Handle the case where an element has multiple pads with 
11642         unfixed caps as well as still possibly producing more dynamic 
11643         pads by storing each case as a distinct entry in the dynamic list.
11644         Fixes #38223 again.
11645
11646 2006-12-04  Wim Taymans  <wim@fluendo.com>
11647
11648         * gst/playback/gstdecodebin.c: (close_pad_link):
11649         Fix #382223, add more dynamic caps handling.
11650
11651 2006-12-04  Wim Taymans  <wim@fluendo.com>
11652
11653         * gst-libs/gst/audio/gstringbuffer.h:
11654         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11655         (gst_netaddress_set_ip4_interface),
11656         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11657         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11658         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11659         (gst_netaddress_get_ttl):
11660         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11661         * gst/playback/gstdecodebin.c: (close_pad_link):
11662         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11663         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11664         * win32/common/config.h:
11665
11666 2006-12-01  Michael Smith  <msmith@fluendo.com>
11667
11668         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11669           Delete bad debug code.
11670           Fixes #381219
11671
11672 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11673
11674         * gst/videoscale/vs_4tap.c:
11675         * win32/MANIFEST:
11676         * win32/common/config.h:
11677         * win32/vs8/libgstvideoscale.vcproj:
11678         Fix compilation on win32 under VS8
11679         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11680         Partially fixes #381175
11681
11682 2006-11-30  Michael Smith  <msmith@fluendo.com>
11683
11684         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11685         (GST_START_TEST):
11686           It would be very bad if, after a discont buffer, we thought every
11687           single following buffer was also discont. So, add to the test to
11688           ensure that this isn't the case.
11689           
11690         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11691           ... it was the case. So fix it.
11692
11693 2006-11-28  Wim Taymans  <wim@fluendo.com>
11694
11695         * gst/playback/gstplaybasebin.c: (check_queue_event):
11696         Improve debug.
11697
11698         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11699         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11700         padtemplate caps. Refixes #357577.
11701
11702 2006-11-28  Wim Taymans  <wim@fluendo.com>
11703
11704         * gst/playback/gstplaybasebin.c: (check_queue_event),
11705         (queue_threshold_reached), (queue_out_of_data),
11706         (gen_preroll_element):
11707         Add event probe to see when EOS is in a queue and we can disable the
11708         underrun signals. Fixes #357577.
11709
11710 2006-11-28  Edward Hervey  <edward@fluendo.com>
11711
11712         * gst/playback/Makefile.am:
11713         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11714         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11715         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11716         (gst_decode_bin_init), (gst_decode_bin_dispose),
11717         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11718         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11719         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11720         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11721         (connect_element), (expose_pad), (type_found),
11722         (pad_added_group_cb), (pad_removed_group_cb),
11723         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11724         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11725         (are_raw_caps), (multi_queue_overrun_cb),
11726         (multi_queue_underrun_cb), (gst_decode_group_new),
11727         (get_current_group), (group_demuxer_event_probe),
11728         (gst_decode_group_control_demuxer_pad),
11729         (gst_decode_group_control_source_pad),
11730         (gst_decode_group_check_if_blocked),
11731         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11732         (gst_decode_group_hide), (gst_decode_group_free),
11733         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11734         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11735         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11736         (plugin_init):
11737         New decodebin2 element.
11738         Closes #370092
11739         * gst/playback/gstplay-marshal.list:
11740         Added marshallers for new signals in decodebin2
11741         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11742         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11743         is set.
11744
11745 2006-11-28  Wim Taymans  <wim@fluendo.com>
11746
11747         * gst/playback/gstplaybasebin.c: (setup_source),
11748         (gst_play_base_bin_change_state):
11749         Disable rtsp:// uris for the release, it's not good enough yet.
11750         Remove unused var.
11751
11752 2006-11-26  Wim Taymans  <wim@fluendo.com>
11753
11754         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11755         (theora_dec_push_forward), (theora_dec_push_reverse),
11756         (theora_handle_data_packet), (theora_dec_decode_buffer),
11757         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11758         (theora_dec_chain_forward), (theora_dec_chain):
11759         Implement reverse playback.
11760
11761         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11762         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11763         (vorbis_dec_chain_forward):
11764         Clear buffers used for reverse playback in _reset.
11765         No need to set the eos flag, we clip samples using the segment.
11766
11767 2006-11-24  Wim Taymans  <wim@fluendo.com>
11768
11769         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11770         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11771         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11772         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11773         Some cleanups.
11774         Handle continued pages in reverse mode.
11775
11776 2006-11-24  Wim Taymans  <wim@fluendo.com>
11777
11778         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11779         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11780         (vorbis_dec_flush_decode):
11781         Small cleanups.
11782         Don't try to add invalid timestamps.
11783         Clipping will unref the buffer.
11784
11785 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11786
11787         * gst/adder/gstadder.h:
11788         * gst/audiotestsrc/gstaudiotestsrc.h:
11789           remove obsolete _factory_init protos
11790
11791 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11792
11793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11794           Fix spacing in debug message.
11795
11796 2006-11-23  Wim Taymans  <wim@fluendo.com>
11797
11798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11799         (gst_ogg_demux_chain):
11800         Don't just ignore return values from _pad_push().
11801         Small debug improvements.
11802
11803 2006-11-23  Michael Smith  <msmith@fluendo.com>
11804
11805         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11806           If our incoming buffer is marked as DISCONT, then increment the page
11807           number (so that the discontinuity is marked in the final ogg
11808           bitstream) and flush the previous page.
11809
11810 2006-11-22  Michael Smith  <msmith@fluendo.com>
11811
11812         * ext/theora/gsttheoraenc.h:
11813         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11814         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11815         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11816         (theora_enc_chain), (theora_enc_change_state):
11817           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11818
11819         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11820         (GST_START_TEST), (theoraenc_suite):
11821           Enable discontinuity test, fix it.
11822
11823 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11826         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11827         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11828         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11829         (gst_text_overlay_change_state):
11830         * ext/pango/gsttextoverlay.h:
11831           Some textoverlay fixes: for one, in the video chain function,
11832           actually wait for a text buffer to come in if there is none at the
11833           moment and there should be one; also, deal more gracefully with
11834           incoming buffers that do not have a timestamp or duration; discard
11835           text buffer when not needed any longer. Fixes #341681.
11836
11837         * tests/check/Makefile.am:
11838         * tests/check/elements/.cvsignore:
11839         * tests/check/elements/textoverlay.c:
11840         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11841         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11842         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11843         (test_video_waits_for_text_send_text_newsegment_thread),
11844         (test_video_waits_for_text_shutdown_element),
11845         (test_render_continuity_push_video_buffers_thread),
11846         (textoverlay_suite):
11847           Add some unit tests for textoverlay.
11848
11849 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11850
11851         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11852           Avoid integer underflow when the found probability for mp3 is
11853           smaller than the 'penalty' we subtract if there's not a clean
11854           mp3 header sync at offset 0.
11855
11856 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11857
11858         * docs/libs/gst-plugins-base-libs-sections.txt:
11859           Add some new symbols to the docs
11860
11861 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * tests/check/Makefile.am:
11864         * tests/check/elements/ffmpegcolorspace.c:
11865         (ffmpegcolorspace_suite):
11866           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11867           (for now not for valgrinding though, since it takes too long).
11868
11869 2006-11-20  Wim Taymans  <wim@fluendo.com>
11870
11871         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11872         (gst_ffmpeg_pixfmt_to_caps):
11873         Fix RGBA32 caps. Fixes #357038.
11874
11875 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11876
11877         * gst-libs/gst/interfaces/mixertrack.h:
11878           Add FIXME so we can add some padding here in 0.11
11879
11880 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11881
11882         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11883           Fix GstBaseRTPAudioPayload structure so the whole GObject
11884           inheritance business actually works (parent class instance structure
11885           must always come first in the derived class instance structure).
11886
11887 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11888
11889         * gst/videotestsrc/Makefile.am:
11890         * tests/check/Makefile.am:
11891           Make sure our checks and the videotestsrc plugin link against the
11892           local uninstalled gst libs and not any installed gst libs that
11893           might happen to exist as well.
11894
11895         * tests/check/elements/adder.c: (message_received),
11896         (test_event_message_received), (test_play_twice_message_received):
11897         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11898           Fix compiler warnings when compiling against core with disabled
11899           debugging system.
11900
11901 2006-11-16  Michael Smith  <msmith@fluendo.com>
11902
11903         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11904         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11905           Fix audiorate, so that it accurately sets offsets and timestamps.
11906           Doesn't change the fundamental algorithmic decisions; so should be
11907           safe.
11908
11909         * tests/check/Makefile.am:
11910           Enable audiorate test now that it passes.
11911
11912 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11913
11914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11915           clear xv when going to NULL, remove // commented non-existant proto
11916
11917         * tests/examples/seek/seek.c: (main):
11918           add missing tooltip description for scrub and play_scrub
11919
11920 2006-11-14  David Schleef  <ds@schleef.org>
11921
11922         * configure.ac:
11923           Bump liboil requirement to 0.3.8.
11924         * gst-libs/gst/riff/riff-media.c:
11925           Add Dirac fourcc.
11926         * gst/videoscale/vs_image.h:
11927         * gst/videoscale/vs_scanline.h:
11928           Use liboil's stdint.h.
11929         * gst/videotestsrc/videotestsrc.c:
11930           Remove liboil related ifdef's, since they aren't needed now, and
11931           won't work with future versions.
11932
11933 2006-11-14  David Schleef  <ds@schleef.org>
11934
11935         * gst/videoscale/Makefile.am:
11936         * gst/videoscale/gstvideoscale.c:
11937         * gst/videoscale/gstvideoscale.h:
11938         * gst/videoscale/vs_4tap.c:
11939         * gst/videoscale/vs_4tap.h:
11940         * gst/videoscale/vs_image.c:
11941         * gst/videoscale/vs_image.h:
11942         * gst/videoscale/vs_scanline.c:
11943         * gst/videoscale/vs_scanline.h:
11944           Add a 4-tap image scaler.  Theoretically looks much prettier.
11945           The tap calculation could use some improvement.
11946
11947 2006-11-14  Wim Taymans  <wim@fluendo.com>
11948
11949         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11950
11951         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11952         (gst_riff_parse_strf_iavs):
11953         * gst/subparse/gstsubparse.c: (convert_encoding):
11954         * gst/tcp/gstmultifdsink.c:
11955         (gst_multi_fd_sink_handle_client_write):
11956         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11957         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11958         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11959         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11960         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11961         (gst_ximagesink_ximage_new):
11962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11963         Various gsize and gssize printf fixes. Fixes #372507.
11964
11965 2006-11-13  Wim Taymans  <wim@fluendo.com>
11966
11967         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11968         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11969         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11970         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11971         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11972         * ext/vorbis/vorbisdec.h:
11973         First stab at vorbis reverse playback.
11974
11975 2006-11-13  Wim Taymans  <wim@fluendo.com>
11976
11977         * gst-libs/gst/audio/gstbaseaudiosink.c:
11978         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11979         * gst-libs/gst/audio/gstbaseaudiosink.h:
11980         Make the clock sync code more accurate wrt resampling and playback
11981         at different rates.
11982         
11983         * gst-libs/gst/audio/gstringbuffer.c:
11984         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11985         * gst-libs/gst/audio/gstringbuffer.h:
11986         Use better algorithm to interpolate sample rates. 
11987
11988 2006-11-13  Michael Smith  <msmith@fluendo.com>
11989
11990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11991           Improve a debug line slightly.
11992
11993         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11994           Call gst_riff_init() in plugin_init, to avoid getting errors from
11995           the debug system (unrelated changes to another plugin made this turn
11996           up; not sure why).
11997
11998 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12001
12002         * win32/common/libgsttag.def:
12003           Add missing symbol (#366492).
12004
12005 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12006
12007         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12008           Don't unref a NULL pad.
12009
12010 2006-11-09  Wim Taymans  <wim@fluendo.com>
12011
12012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12013         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12014         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12015         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12016         (gst_ogg_demux_loop):
12017         Implement first stab at reverse playback.
12018
12019 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12020
12021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12022         (gst_riff_create_video_template_caps):
12023           add h263/h264 variants to the caps, Fixes #363118
12024
12025 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12028         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12029           Use g_strerror instead of strerror so we get UTF-8.
12030
12031 2006-11-03  David Schleef  <ds@schleef.org>
12032
12033         * ext/ogg/gstoggdemux.c:
12034         * ext/ogg/gstoggmux.c:
12035           Add/remove KW-DIRAC header here, since it is ogg-specific.
12036
12037 2006-11-03  Michael Smith  <msmith@fluendo.com>
12038
12039         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12040           Recognise more mpeg4 elementary video streams.
12041
12042 2006-11-02  Edward Hervey  <edward@fluendo.com>
12043
12044         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12045         Lower the probability of mp3 typefinding functions if we don't find a
12046         valid mp3 header at the start of the file.
12047         Closes #369482
12048
12049 2006-11-02  Wim Taymans  <wim@fluendo.com>
12050
12051         * ext/theora/gsttheoradec.h:
12052         * ext/theora/theoradec.c: (gst_theora_dec_init),
12053         (theora_dec_sink_event), (theora_dec_chain_forward),
12054         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12055         (theora_dec_chain):
12056         Document and partially implement an algorithm for doing reverse playback
12057         of theora video.
12058
12059 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12062
12063         * win32/common/config.h:
12064         * win32/common/interfaces-enumtypes.c:
12065         * win32/common/libgsttag.def:
12066         * win32/vs8/gst-plugins-base.sln:
12067         * win32/vs8/libgstaudioresample.vcproj:
12068         * win32/vs8/libgstinterfaces.vcproj:
12069         * win32/vs8/libgstogg.vcproj:
12070         * win32/vs8/libgstriff.vcproj:
12071         * win32/vs8/libgsttag.vcproj:
12072         * win32/vs8/libgsttheora.vcproj:
12073         * win32/vs8/libgstvideoscale.vcproj:
12074         * win32/vs8/libgstvorbis.vcproj:
12075           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12076           to libgsttag.def; add missing dependencies for some vs8 projects;
12077           re-arrange placement of .def files in vs8 projects (#366334).
12078
12079 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12080
12081         * ext/ogg/gstogg.c:
12082           Remove unused variable.
12083
12084         * ext/ogg/gstoggdemux.c:
12085           Fix Wim's surname in plugin description.
12086
12087 2006-10-31  Wim Taymans  <wim@fluendo.com>
12088
12089         * gst-plugins-base.spec.in:
12090         spec new .h file. Fixes #368310.
12091
12092 2006-10-31  Michael Smith  <msmith@fluendo.com>
12093
12094         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12095         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12096         (gst_multi_fd_sink_get_stats),
12097         (gst_multi_fd_sink_remove_client_link),
12098         (gst_multi_fd_sink_queue_buffer),
12099         (gst_multi_fd_sink_handle_clients):
12100         * gst/tcp/gstmultifdsink.h:
12101           Make using the remove or clear signals threadsafe.
12102           Make calling get-stats with an invalid fd not segfault.
12103           Fixes 368273.
12104
12105 2006-10-31  Wim Taymans  <wim@fluendo.com>
12106
12107         * gst-libs/gst/rtp/Makefile.am:
12108         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12109         (gst_base_rtp_audio_payload_init):
12110         Fix and activate base audio payloader.
12111
12112 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12113
12114         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12115         (plugin_init):
12116           Add typefinder for QuickTime Image Files (see #366156).
12117
12118 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12121           Another typo fix (#366212).
12122
12123 2006-10-27  Wim Taymans  <wim@fluendo.com>
12124
12125         * gst/volume/gstvolume.c: (volume_transform_ip):
12126         Use stream time to synchronize volume property instead of rather random
12127         timestamps. This is needed when gnonlin does its time shifting.
12128
12129 2006-10-27  Wim Taymans  <wim@fluendo.com>
12130
12131         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12132
12133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12134         Remove the pad from the element in release_pad. Fixes #364812.
12135
12136 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12140           Explicitly create our custom buffer classes at a thread-safe
12141           location as well, since g_type_class_ref() doesn't seem to be
12142           entirely thread-safe either (#365501; also see #349410).
12143
12144 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12147         (gst_riff_parse_info):
12148           If strings in INFO chunk are not UTF-8, do something similar to
12149           what we do for ID3v1 tags: check a number of environment variables
12150           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12151           character sets to try, otherwise try the current locale and/or fall
12152           back on ISO-8859-1. Fixes #360552.
12153
12154 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12155
12156         * gst/videotestsrc/gstvideotestsrc.c:
12157         (gst_video_test_src_pattern_get_type),
12158         (gst_video_test_src_set_pattern):
12159         * gst/videotestsrc/gstvideotestsrc.h:
12160         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12161         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12162         (gst_video_test_src_checkers8):
12163         * gst/videotestsrc/videotestsrc.h:
12164           Add a bunch of exciting new checkers patterns.
12165
12166 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12167
12168         * gst/subparse/Makefile.am:
12169         * gst/subparse/gstsubparse.c:
12170         (gst_sub_parse_data_format_autodetect),
12171         (gst_sub_parse_format_autodetect), (handle_buffer),
12172         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12173         * gst/subparse/gstsubparse.h:
12174         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12175         (parse_tmplayer):
12176         * gst/subparse/tmplayerparse.h:
12177           Add support for TMPlayer-type subtitles (#362845).
12178
12179         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12180         (GST_START_TEST), (subparse_suite):
12181           Add some basic unit tests for the above.
12182
12183 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12184
12185         * tests/check/elements/audiorate.c: (test_injector_base_init),
12186         (test_injector_class_init), (test_injector_chain),
12187         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12188         (GST_START_TEST), (audiorate_suite):
12189           More tests for audiorate: inject buffers to check behaviour when
12190           buffers overlap.
12191
12192 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12193
12194         * tests/check/Makefile.am:
12195         * tests/check/elements/.cvsignore:
12196         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12197         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12198           Add some basic unit tests for audiorate. Disabled at the moment
12199           since it doesn't pass yet (see bug #363119).
12200
12201 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12204         (parse_subrip), (handle_buffer):
12205           Add missing closing tags for markup and fix broken markup,
12206           otherwise pango won't render anything (fixes #357531). Also,
12207           make sure the text we send out is always NUL-terminated
12208           (better safe than sorry etc.).
12209
12210         * tests/check/elements/subparse.c: (test_srt_do_test),
12211         (test_srt):
12212           Some more tests for .srt incl. tests for the above stuff.
12213
12214 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12215
12216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12218         Patch by: Stefan Kost  <ensonic@users.sf.net>
12219         Try to redraw borders only when needed. Apparently this consumes
12220         resources on small devices... :-O (#363607)
12221
12222 2006-10-20  Michael Smith  <msmith@fluendo.com>
12223
12224         * gst/tcp/gstmultifdsink.c:
12225         (gst_multi_fd_sink_client_queue_buffer):
12226           If caps change, then update the client's idea of the caps so that we
12227           don't end up re-sending streamheaders for every single buffer after
12228           the caps change.
12229
12230 2006-10-20  Michael Smith  <msmith@fluendo.com>
12231
12232         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12233         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12234           Set caps on pushed buffers; fix up refcounting of caps objects.
12235
12236 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12239         (plugin_init):
12240           Typefind mmsh header data packet to application/x-mmsh (#362625).
12241
12242 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12243
12244         * tests/check/Makefile.am:
12245         * tests/check/elements/.cvsignore:
12246         * tests/check/elements/subparse.c: (buffer_from_static_string),
12247         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12248         (GST_START_TEST), (subparse_suite):
12249           Add very simple unit test for subparse.
12250
12251 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12254         (parse_subrip):
12255           Strip trailing newlines from subtitle text output.
12256
12257 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12258
12259         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12260         (gst_sub_parse_change_state):
12261           Fix memleak; clear subparse->textbuf n state change function.
12262
12263 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12264
12265         * gst/subparse/gstsubparse.c:
12266         (gst_sub_parse_data_format_autodetect):
12267           Don't require subrip (.srt) files to start with a chunk number of 1.
12268
12269 2006-10-18  Wim Taymans  <wim@fluendo.com>
12270
12271         * gst-libs/gst/audio/gstbaseaudiosink.c:
12272         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12273         * gst-libs/gst/audio/gstbaseaudiosink.h:
12274         Extract rate from the NEWSEGMENT event.
12275         Use commit_full to also take rate adjustment into account when writing
12276         samples to the ringbuffer.
12277         
12278         * gst-libs/gst/audio/gstringbuffer.c:
12279         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12280         (gst_ring_buffer_read):
12281         * gst-libs/gst/audio/gstringbuffer.h:
12282         Added _commit_full() to also take rate into account.
12283         Use simple interpolation algorithm to resample audio.
12284         API: gst_ring_buffer_commit_full()
12285
12286         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12287         * tests/examples/seek/seek.c: (segment_done):
12288         Don't try to seek with 0.0 rate, just pause instead.
12289         Remove bogus debug line.
12290
12291 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12292
12293         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12294         (setup_source):
12295           Catch async errors when starting up the subtitle bin, so we can
12296           stop waiting and continue with the main film instead of hanging
12297           forever. Fixes #339366.
12298
12299         * tests/check/elements/playbin.c: (playbin_suite):
12300           Enable unit test for the above.
12301
12302 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * tests/check/Makefile.am:
12305         * tests/check/elements/.cvsignore:
12306         * tests/check/elements/playbin.c: (GST_START_TEST),
12307         (gst_red_video_src_uri_get_type),
12308         (gst_red_video_src_uri_get_protocols),
12309         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12310         (gst_red_video_src_uri_handler_init),
12311         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12312         (gst_red_video_src_create), (gst_red_video_src_class_init),
12313         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12314           Some small and basic unit tests for playbin; not very useful yet,
12315           but at least a start.
12316
12317 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12318
12319         * gst/playback/gstplaybin.c: (setup_sinks):
12320           The old pad activation spiel.
12321
12322 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12323
12324         * gst/playback/gstplaybasebin.c: (setup_source):
12325           Don't hang forever if the subbin already fails to start up in 
12326           the state change to PAUSED (#339366).
12327
12328 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12331         (gst_tuner_set_channel), (gst_tuner_get_channel),
12332         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12333         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12334         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12335         (gst_tuner_find_channel_by_name):
12336           Fix some function guards, add some more function guards.
12337
12338 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12339
12340         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12341         (remove_element_chain):
12342         Don't return a pad from get_our_ghost_pad unless it is actually the
12343         one we want.
12344         Change a cast in remove_element_chain slightly.
12345
12346 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12347
12348         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12349         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12350         Segment seeking needs to use the rate and set stop to -1.
12351
12352 2006-10-13  Wim Taymans  <wim@fluendo.com>
12353
12354         * gst-libs/gst/audio/gstbaseaudiosink.c:
12355         (gst_base_audio_sink_setcaps):
12356         Don't crash when ringbuffer is not yet created.
12357         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12358         Fixes #361634.
12359
12360         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12361         * gst/playback/gststreamselector.c:
12362         (gst_stream_selector_request_new_pad):
12363         Activate pads befre adding them to running elements.
12364
12365 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12366
12367         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12368         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12369         updater when we start grabing the slider. Don't wait for the
12370         pipeline to be PAUSED.
12371
12372 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12373
12374         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12375         (gst_mixer_set_volume), (gst_mixer_get_volume),
12376         (gst_mixer_set_mute), (gst_mixer_set_option),
12377         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12378         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12379         (gst_mixer_option_changed):
12380           Guard mixer interface functions against bogus arguments.
12381
12382 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12383
12384         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12385         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12386         (msg_state_changed), (main): Use state-changed messages to trigger
12387         start/stop of scale update timer. Indeed the scale slider was
12388         jumping here and there because the update timer was activated 
12389         before seek completed. This fixes instant applying of rate changes
12390         by pressing the spinbutton like a crazy man !
12391
12392 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12393
12394         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12395
12396         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12397         (gst_basertppayload_finalize):
12398           Fix two small memory leaks (#361456).
12399
12400 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12401
12402         * tests/examples/seek/seek.c: (do_seek),
12403         (rate_spinbutton_changed_cb): When changing spinbutton we try
12404         to change the rate on the fly.
12405
12406 2006-10-10  Wim Taymans  <wim@fluendo.com>
12407
12408         * gst-libs/gst/riff/riff-ids.h:
12409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12410         (gst_riff_create_audio_template_caps):
12411         Add WMS caps.
12412
12413 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12414
12415         Patch by: Josep Torra Valles <josep@fluendo.com>
12416
12417         * ext/gnomevfs/gstgnomevfssink.c:
12418         * ext/gnomevfs/gstgnomevfssrc.c:
12419         Fix URI interface implementation return type.
12420         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12421         Fix what looks like a copy/paste issue when assigning values.
12422         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12423         (gst_audio_filter_template_get_type):
12424         Cast to prevent Forte warnings.
12425         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12426         Fix URI interface implementation return type.
12427         gst_pad_query_position requires a signed integer pointer as
12428         3rd parameter, GstClockTime is unsigned.
12429         * gst/audioconvert/audioconvert.c:
12430         Fix integer overflow when treated as signed.
12431         * gst/audioresample/resample.c: (resample_add_input_data):
12432         Cast to prevent warnings on Forte.
12433         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12434         Fix integer overflow when treated as signed.
12435         * gst/ffmpegcolorspace/imgconvert_template.h:
12436         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12437         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12438         (cleanup_decodebin):
12439         Who initialises a guint to -1!
12440         Cast function pointers to prevent warnings on Forte.
12441         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12442         (queue_threshold_reached):
12443         Cast function pointers correctly to prevent warnings on Forte.
12444         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12445         Cast function pointers correctly to prevent warnings on Forte.
12446         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12447         Obvious change to unsigned, 0xEF > max signed char.
12448         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12449         GstClockTime is unsigned, initialise correctly.
12450         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12451         Cast so pointer arithemetic doesn't cause warnings on Forte.
12452         * gst/videorate/gstvideorate.c:
12453         Use correct return value.
12454         * tests/examples/seek/scrubby.c:
12455         GstClockTime is unsigned, initialise correctly.
12456
12457 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12458
12459         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12460
12461         * gst/typefind/gsttypefindfunctions.c:
12462           Recognise XML files and XML-like files shorter than 256 bytes as
12463           well (fixes #359237).
12464
12465 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12466
12467         Patch by: Renato Filho <renato.filho@indt.org.br>
12468         
12469         * gst/typefind/gsttypefindfunctions.c:
12470         Added typefind functions to video/x-nuv media.
12471         
12472 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12473
12474         * gst-libs/gst/interfaces/xoverlay.c:
12475         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12476           Some more guards against invalid input.
12477
12478 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12479
12480         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12481         Useless goto.
12482         * tests/examples/seek/seek.c: (do_seek),
12483         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12484         seek example to experiment with rates != 1.0 (reverse playback !)
12485
12486 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12487
12488         * gst-libs/gst/interfaces/xoverlay.c:
12489           Unref message in doc-example (spotted by Robert McQueen)
12490
12491 2006-10-06  Wim Taymans  <wim@fluendo.com>
12492
12493         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12494         (mpeg1_parse_header), (mpeg1_sys_type_find):
12495         printf fix.
12496
12497 2006-10-06  Wim Taymans  <wim@fluendo.com>
12498
12499         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12500         (close_pad_link):
12501         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12502         Activate dynamic pads before adding them to the element.
12503
12504 2006-10-06  Michael Smith  <msmith@fluendo.com>
12505
12506         * gst-libs/gst/floatcast/floatcast.h:
12507           Fix obviously-bogus macros; use the correct types.
12508
12509 2006-10-06  Wim Taymans  <wim@fluendo.com>
12510
12511         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12512         (gst_base_rtp_depayload_change_state):
12513         Also call parent state change function to activate pads.
12514
12515         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12516         (mpeg1_parse_header), (mpeg1_sys_type_find):
12517         Add some more debug info in mpeg typefinding.
12518
12519 2006-10-06  Michael Smith  <msmith@fluendo.com>
12520
12521         * ext/theora/theoradec.c: (theora_dec_chain):
12522           Zero byte theora packets are valid and well-defined; don't warn on
12523           them.
12524
12525 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12528         (gst_multi_fd_sink_get_stats), (find_limits),
12529         (gst_multi_fd_sink_queue_buffer):
12530           API: add dropped_buffers to the get-stats GValueArray
12531
12532 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12533
12534         * ext/alsa/gstalsadeviceprobe.c:
12535         (gst_alsa_device_property_probe_get_values):
12536         * ext/alsa/gstalsasink.c: (set_hwparams):
12537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12538         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12540         (gst_ogg_mux_process_best_pad):
12541         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12542         (gst_ogg_parse_chain):
12543         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12544         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12545         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12546         (gst_vorbis_enc_buffer_check_discontinuous):
12547         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12548         * gst-libs/gst/audio/gstbaseaudiosink.c:
12549         (gst_base_audio_sink_render):
12550         * gst-libs/gst/cdda/gstcddabasesrc.c:
12551         (gst_cdda_base_src_handle_track_seek):
12552         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12553         (gst_base_rtp_depayload_push_full):
12554         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12555         * gst/audioresample/resample.c: (resample_input_pushthrough):
12556         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12557         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12558         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12559         (wavpack_type_find):
12560         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12561         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12562         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12563         * tests/check/elements/volume.c: (GST_START_TEST):
12564           Printf format fixes.
12565
12566 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12567
12568         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12569           Fix a simple mistake (see the docs)
12570           Fixes #359580
12571
12572 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12573
12574         * docs/plugins/Makefile.am:
12575         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12576         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12577         * docs/plugins/gst-plugins-base-plugins.args:
12578         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12579         * docs/plugins/inspect/plugin-adder.xml:
12580         * docs/plugins/inspect/plugin-alsa.xml:
12581         * docs/plugins/inspect/plugin-audioconvert.xml:
12582         * docs/plugins/inspect/plugin-audiorate.xml:
12583         * docs/plugins/inspect/plugin-audioresample.xml:
12584         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12585         * docs/plugins/inspect/plugin-cdparanoia.xml:
12586         * docs/plugins/inspect/plugin-decodebin.xml:
12587         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12588         * docs/plugins/inspect/plugin-gdp.xml:
12589         * docs/plugins/inspect/plugin-gnomevfs.xml:
12590         * docs/plugins/inspect/plugin-libvisual.xml:
12591         * docs/plugins/inspect/plugin-ogg.xml:
12592         * docs/plugins/inspect/plugin-pango.xml:
12593         * docs/plugins/inspect/plugin-playbin.xml:
12594         * docs/plugins/inspect/plugin-subparse.xml:
12595         * docs/plugins/inspect/plugin-tcp.xml:
12596         * docs/plugins/inspect/plugin-theora.xml:
12597         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12598         * docs/plugins/inspect/plugin-video4linux.xml:
12599         * docs/plugins/inspect/plugin-videorate.xml:
12600         * docs/plugins/inspect/plugin-videoscale.xml:
12601         * docs/plugins/inspect/plugin-videotestsrc.xml:
12602         * docs/plugins/inspect/plugin-volume.xml:
12603         * docs/plugins/inspect/plugin-vorbis.xml:
12604         * docs/plugins/inspect/plugin-ximagesink.xml:
12605         * docs/plugins/inspect/plugin-xvimagesink.xml:
12606           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12607
12608 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12611
12612         * ext/vorbis/Makefile.am:
12613         * ext/vorbis/vorbis.c: (plugin_init):
12614         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12615         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12616         * ext/vorbis/vorbisparse.h:
12617         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12618         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12619         (gst_vorbis_tag_parse_packet):
12620         * ext/vorbis/vorbistag.h:
12621           Add new vorbistag element which derives from vorbisparse
12622           and is essentially the same as well, only that it implements
12623           the GstTagSetter interface and can modify the stream's
12624           vorbiscomment on the fly (#335635).
12625
12626         * tests/check/Makefile.am:
12627         * tests/check/elements/.cvsignore:
12628         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12629         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12630         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12631         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12632           Add unit test for new vorbistag element.
12633
12634 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12635
12636         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12637         (vorbis_parse_push_headers), (vorbis_parse_chain):
12638           Set BOS flag in packet structure to fix 'jump depends
12639           on unitialized value' errors in valgrind; various minor
12640           clean-ups.
12641
12642 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12643
12644         * gst/playback/gstdecodebin.c: (close_pad_link):
12645         Fix typo in a debug statement.
12646
12647         * gst/playback/gstplaybasebin.c: (probe_triggered),
12648         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12649         (gen_source_element), (source_new_pad), (analyse_source),
12650         (setup_source):
12651         When handling no_more_pads in new_decoded_pad, make sure to treat
12652         subtitle pads correctly. Fixes playback with subtitle files.
12653
12654         Move a recurring message to LOG level.
12655
12656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12657         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12658         which ends up as -1 when cast to an int. Make the logic handle the
12659         max value as an unsigned mask and only change the colorkey when it's
12660         a value we recognise.
12661
12662 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12663
12664         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12665         Removed empty * between paragraphs
12666
12667 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12668
12669         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12670         * gst-libs/gst/rtp/README:
12671         Moved some documentation into .c file
12672
12673 2006-09-29  Wim Taymans  <wim@fluendo.com>
12674
12675         * gst/playback/gstdecodebin.c: (no_more_pads):
12676         Fix compilation.
12677
12678 2006-09-29  Wim Taymans  <wim@fluendo.com>
12679
12680         * gst/playback/gstdecodebin.c: (new_caps):
12681         Remove g_print
12682
12683         * gst/playback/gstplaybin.c:
12684         Add some docs.
12685
12686 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12687
12688         * tests/check/Makefile.am:
12689           Re-enable cddabasesrc test to see if it works again
12690           now.
12691
12692 2006-09-29  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12695         (gen_source_element):
12696         Handle invalid URIs a bit more gracefully.
12697
12698 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * tests/check/pipelines/oggmux.c:
12701           Remove obsolete comment.
12702
12703 2006-09-29  Michael Smith  <msmith@fluendo.com>
12704
12705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12706         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12707         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12708         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12709         (gst_ogg_mux_collected):
12710           Commit patch from James "Doc" Livingston, adds proper EOS handling
12711           in oggmux. GStreamer can, for the first time ever, create a valid
12712           Ogg file! Yay!
12713
12714         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12715         (oggmux_suite):
12716           Reenable tests now that they pass.
12717
12718 2006-09-29  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12721         Stop reading commands when EOF (we read 0) as well.
12722
12723 2006-09-28  Wim Taymans  <wim@fluendo.com>
12724
12725         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12726         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12727         (find_dynamic), (unlinked), (close_link):
12728         Implement delayed caps linking needed for element with a lot of
12729         different caps on the src pads that get fixed at runtime.
12730         Improve management of dynamic elements.
12731
12732         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12733         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12734         (gen_preroll_element), (remove_groups), (unknown_type),
12735         (add_element_stream), (no_more_pads_full), (no_more_pads),
12736         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12737         (new_decoded_pad), (setup_subtitle), (array_has_value),
12738         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12739         (analyse_source), (remove_decoders), (make_decoder),
12740         (remove_source), (setup_source), (finish_source), (prepare_output),
12741         (gst_play_base_bin_change_state):
12742         * gst/playback/gstplaybasebin.h:
12743         Use more _CAST instead of full type checking casts.
12744         Small cleanups, plug some leaks.
12745         Handle dynamic sources.
12746         Add some helper functions to create lists of strings used for
12747         blacklisting and other stuff.
12748         Refactor some code dealing with analysing the source.
12749         Re-enable sources without pads (like cd:// or other selfcontained
12750         elements).
12751
12752 2006-09-28  Wim Taymans  <wim@fluendo.com>
12753
12754         * gst-libs/gst/audio/gstbaseaudiosink.c:
12755         (gst_base_audio_sink_render):
12756         When we have a timestamp, we can still perform clipping.
12757         When we have no clock, we must play the sample ASAP.
12758
12759 2006-09-28  Wim Taymans  <wim@fluendo.com>
12760
12761         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12762         Set caps on outgoing buffers.
12763
12764         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12765         (gst_video_rate_event), (gst_video_rate_chain):
12766         * gst/videorate/gstvideorate.h:
12767         Fix videorate some more. Fixes #357977
12768
12769 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12770
12771         * tests/check/elements/adder.c: (adder_suite):
12772           Don't set timeout to 6 seconds when we're running
12773           in valgrind ... (and how is 6 seconds longer than
12774           the default anyway?)
12775
12776 2006-09-28  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12779         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12780         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12781         Keep sink and src segment to keep track of time and support more
12782         input formats.
12783         Fix bogus next_offset and run_time calculation, don't understand how
12784         this could have worked before. Fixes #357976.
12785         Remove some unneeded vars.
12786
12787 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12788
12789         * gst/playback/gstplaybin.c: (remove_sinks):
12790           Only remove visualisation from visbin if there is a visbin (or:
12791           don't throw warnings when closing totem without playing a file).
12792
12793 2006-09-27  Wim Taymans  <wim@fluendo.com>
12794
12795         * gst-libs/gst/audio/gstbaseaudiosink.c:
12796         (gst_base_audio_sink_render):
12797         Add some more info in a WARNING.
12798
12799         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12800         (gst_base_audio_src_create):
12801         Handle PAUSE in create function, use new -core addition to
12802         wait for playing. Fixes pausing and resuming capture from an
12803         audiosrc.
12804
12805         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12806         (gst_ring_buffer_read):
12807         Constify some more.
12808         Caller supports interrupted reads now.
12809
12810 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * tests/check/Makefile.am:
12813           Another attempt to make the gen64 buildbot happy.
12814
12815 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12816
12817         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12818
12819         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12820         (gst_visual_chain), (gst_visual_change_state):
12821           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12822           correctly. Fixes #357800
12823
12824 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12825
12826         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12827           Add timeout to _get_state() so we see which pipeline it is
12828           that causes trouble on the gen64 build bot.
12829
12830 2006-09-27  Wim Taymans  <wim@fluendo.com>
12831
12832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12833         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12834         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12835         (gst_base_rtp_depayload_set_gst_timestamp):
12836         the source pad always uses fixed caps.
12837
12838 2006-09-27  Wim Taymans  <wim@fluendo.com>
12839
12840         * docs/libs/gst-plugins-base-libs-docs.sgml:
12841         * docs/libs/gst-plugins-base-libs-sections.txt:
12842         * gst-libs/gst/audio/gstaudioclock.c:
12843         * gst-libs/gst/audio/gstaudioclock.h:
12844         * gst-libs/gst/audio/gstaudiosink.c:
12845         * gst-libs/gst/audio/gstaudiosink.h:
12846         * gst-libs/gst/audio/gstaudiosrc.c:
12847         * gst-libs/gst/audio/gstbaseaudiosink.c:
12848         (gst_base_audio_sink_render):
12849         * gst-libs/gst/audio/gstbaseaudiosink.h:
12850         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12851         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12852         * gst-libs/gst/audio/gstringbuffer.h:
12853         Added docs for the audio libs.
12854
12855 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12856
12857         * tests/check/Makefile.am:
12858           Temporarily disable test that fails on the bots for unknown reasons.
12859
12860 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12861
12862         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12863         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12864         Moved AudioCodecType into priv
12865         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12866
12867 2006-09-25  Wim Taymans  <wim@fluendo.com>
12868
12869         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12870         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12871         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12872         (new_pad):
12873         Cleanups and small leak fixes.
12874         Added Depayloaders to valid list of autopluggable elements.
12875
12876 2006-09-25  Wim Taymans  <wim@fluendo.com>
12877
12878         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12879         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12880         (gen_video_element), (gen_text_element), (gen_audio_element),
12881         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12882         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12883         Detect NO_PREROLL state change returns and disable clock distribution to
12884         the sinks so that sync is disabled.
12885         Avoid some type checking and do simple casts instead.
12886         Small cleanups, fix some FIXMEs.
12887         Be more robust when linking user specified elements, catch an report
12888         errors. Fixes #357404.
12889         Fix some leaks in the error paths.
12890
12891 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12892
12893         * ChangeLog:
12894           ChangeLog surgery for missing bug-number
12895
12896 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12897
12898         Patch by: Peter Kjellerstedt  <pkj at axis com>
12899
12900         * gst/playback/test.c:
12901           Fix compilation with uClibc and -Werror (#357591).
12902
12903 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12904
12905         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12906           Parse dates that are followed by a time as well (#357532).
12907
12908         * tests/check/libs/tag.c: (test_vorbis_tags):
12909           Add unit test for this.
12910
12911 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12914         (gst_audio_convert_transform_caps):
12915         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12916         * gst/videotestsrc/videotestsrc.h:
12917           A few array const-ifications.
12918
12919 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12920
12921         * tests/check/Makefile.am:
12922           See if this makes the build bots happy.
12923
12924         * tests/check/libs/cddabasesrc.c:
12925           UTF8-ise my name.
12926
12927 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12928
12929         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12930
12931         * gst/subparse/samiparse.c: (handle_start_font),
12932         (fix_invalid_entities):
12933           More case-insensitivity for certain tags; recognise entities with
12934           decimal codes as special entities as well (#357330).
12935
12936 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12937
12938         * gst-libs/gst/Makefile.am:
12939           Need to build tag directory before cdda.
12940
12941 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12942
12943         * docs/libs/gst-plugins-base-libs-sections.txt:
12944         * gst-libs/gst/cdda/Makefile.am:
12945         * gst-libs/gst/cdda/gstcddabasesrc.c:
12946         (gst_cdda_base_src_base_init):
12947         * gst-libs/gst/cdda/gstcddabasesrc.h:
12948         * gst-libs/gst/tag/tag.h:
12949         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12950         (gst_tag_register_musicbrainz_tags):
12951           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12952           depend on libgsttag. This is required so we can extract/read tags like
12953           DISCID without depending on libgstcddabasesrc (which used to register
12954           them).
12955
12956         * gst-libs/gst/tag/gstvorbistag.c:
12957           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12958           tags (also see #347848).
12959
12960         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12961           Log vorbis comments we are actually writing. Const-ify array.
12962
12963 2006-09-23  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12966         Improve buffering a bit by avoiding a deadlock because we cannot assume
12967         the underrun is always called.
12968
12969 2006-09-23  Wim Taymans  <wim@fluendo.com>
12970
12971         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12972
12973         * gst-libs/gst/riff/riff-ids.h:
12974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12975         (gst_riff_create_audio_template_caps):
12976         Added MPEG-4 AAC and id and caps. Fixes #357289
12977         Added WMA9 Lossless id.
12978
12979 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12980
12981         * ext/gnomevfs/gstgnomevfssrc.c:
12982           Fix misleading docs addition.
12983
12984         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12985           Get rid of compiler warning the right way.
12986
12987 2006-09-22  Wim Taymans  <wim@fluendo.com>
12988
12989         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12990         (gst_base_rtp_depayload_finalize),
12991         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12992         (gst_base_rtp_depayload_push_full),
12993         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12994         (gst_base_rtp_depayload_process),
12995         (gst_base_rtp_depayload_set_gst_timestamp),
12996         (gst_base_rtp_depayload_queue_release):
12997         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12998         Small cleanups.
12999         Fix some leaks.
13000         Refactored the process method and added methods to push from the process
13001         vmethod.
13002         Use _scale functions.
13003         API: gst_base_rtp_depayload_push_ts
13004         API: gst_base_rtp_depayload_push
13005
13006         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13007         timestamps are uint.
13008
13009 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13010
13011         * gst-libs/gst/interfaces/xoverlay.c:
13012           Remove unused statement from doc example.
13013
13014 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13015
13016         * gst-libs/gst/interfaces/videoorientation.c:
13017         (gst_video_orientation_iface_init),
13018         (gst_video_orientation_get_hflip),
13019         (gst_video_orientation_get_vflip),
13020         (gst_video_orientation_get_hcenter),
13021         (gst_video_orientation_get_vcenter),
13022         (gst_video_orientation_set_hflip),
13023         (gst_video_orientation_set_vflip),
13024         (gst_video_orientation_set_hcenter),
13025         (gst_video_orientation_set_vcenter):
13026           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13027           in ChangeLog)
13028
13029 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13030
13031         * tests/check/Makefile.am:
13032         * tests/check/elements/.cvsignore:
13033         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13034         (create_rgb_conversions), (rgb_conversion_free),
13035         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13036         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13037           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13038           but disable for now since it doesn't pass (something wrong with
13039           RGBA somewhere).
13040
13041 2006-09-21  Wim Taymans  <wim@fluendo.com>
13042
13043         * gst/playback/gstplaybasebin.c: (group_commit),
13044         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13045         (queue_out_of_data), (gen_preroll_element),
13046         (preroll_remove_overrun), (probe_triggered):
13047         Refactor handling of overrun detection.
13048         Separate handling of group completion and deadlock detection when doing
13049         network buffering. This should fix some deadlocks that were not detected
13050         because the group was completed.
13051         Add more comments, improve debugging.
13052
13053 2006-09-21  Wim Taymans  <wim@fluendo.com>
13054
13055         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13056         * tests/check/libs/audio.c:
13057         Some more compilation fixes.
13058
13059 2006-09-21  Wim Taymans  <wim@fluendo.com>
13060
13061         * gst-libs/gst/audio/gstringbuffer.c:
13062         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13063         (gst_ring_buffer_read):
13064         Early morning compilation fix.
13065
13066 2006-09-20  Wim Taymans  <wim@fluendo.com>
13067
13068         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13069         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13070         * tests/check/elements/videorate.c: (GST_START_TEST):
13071         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13072         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13073         Fix some warnings.
13074
13075 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13076
13077         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13078         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13079         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13080           Handcrafted merge to help CVS understanding what I changed and what
13081           not.
13082
13083 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13084
13085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13086         (gst_xvimagesink_get_times):
13087           change colorkey behaviour back according to #354773 comment 6/7
13088
13089 2006-09-19  Michael Smith  <msmith@fluendo.com>
13090
13091         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13092         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13093         (gst_multi_fd_sink_recover_client),
13094         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13095         (gst_multi_fd_sink_get_property):
13096         * gst/tcp/gstmultifdsink.h:
13097           Implement stubbed out properties unit-type, units-soft-max,
13098           units-max, to allow specifying maximum sizes in units other than
13099           buffers.
13100           Fixes #355935
13101
13102 2006-09-19  Wim Taymans  <wim@fluendo.com>
13103
13104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13105         (gst_riff_create_audio_template_caps):
13106         Reorder the audio formats a bit for clarity.
13107         Detect and create caps for MSGSM and MSN (WAV49).
13108         Fixes #356596.
13109
13110         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13111         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13112         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13113         Small cleanups, move error handling out of normal flow for clarity.
13114
13115 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13116
13117         * docs/libs/gst-plugins-base-libs-docs.sgml:
13118         * docs/libs/gst-plugins-base-libs.types:
13119         * gst-libs/gst/interfaces/Makefile.am:
13120         * gst-libs/gst/interfaces/videoorientation.c:
13121         (gst_video_orientation_get_type),
13122         (gst_video_orientation_iface_init),
13123         (gst_video_orientation_get_hflip),
13124         (gst_video_orientation_get_vflip),
13125         (gst_video_orientation_get_hcenter),
13126         (gst_video_orientation_get_vcenter),
13127         (gst_video_orientation_set_hflip),
13128         (gst_video_orientation_set_vflip),
13129         (gst_video_orientation_set_hcenter),
13130         (gst_video_orientation_set_vcenter):
13131         * gst-libs/gst/interfaces/videoorientation.h:
13132           API: Add new interface to control video orientation (fixes #354908)
13133
13134 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13135
13136         * gst/videotestsrc/gstvideotestsrc.c:
13137           Use G_UNLIKELY in _create and log one more detail.
13138           
13139         (gst_video_test_src_get_times), (gst_video_test_src_create):
13140         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13141           Use gst_util_uint64_scale_int in _get_times().
13142
13143 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13144
13145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13146           Give better warning message (add object and detail).
13147
13148 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13149
13150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13151         (gst_xvimagesink_get_times):
13152           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13153           #354773), use gst_util_uint64_scale_int in _get_times()
13154
13155 2006-09-18  Michael Smith  <msmith@fluendo.com>
13156
13157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13158           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13159           always true, leading to dropping all timestamps.
13160
13161 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13162
13163         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13164         (gst_visual_chain), (gst_visual_change_state):
13165           update to work also with libvisual 0.4 API, fix double unref (#355914)
13166           
13167         * tools/gst-launch-ext.1.in:
13168         * tools/gst-visualise.1.in:
13169           remove references to old man-pages
13170
13171         * tests/examples/seek/seek.c: (main):
13172           add real meadi-buttons, add tool-tips for the seek-options, arrange
13173           seek options in a table
13174
13175 2006-09-18  Michael Smith  <msmith@fluendo.com>
13176
13177         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13178         (gst_ogg_mux_push_buffer):
13179           Don't generate out-of-order timestamps from oggmux, instead clamp
13180           output timestamps to be >= the previously output ts.
13181           Fixes #355595
13182
13183 2006-09-18  Michael Smith  <msmith@fluendo.com>
13184
13185         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13186         (gst_multi_fd_sink_class_init):
13187           Updates, fixes, and typo corrections for multifdsink. No functional
13188           changes.
13189
13190 2006-09-17  Michael Smith  <msmith@fluendo.com>
13191
13192         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13193           Don't crash on truncated files - check that we got an 8 byte buffer
13194           before trying to memcmp it.
13195
13196 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         * gst/playback/gstplaybasebin.c: (get_active_source):
13199           Make stream-switching appear instant to the application
13200           (ie. make sure that a g_object_get on 'current-foo' returns
13201           the stream previously set with g_object_set(). Totem needs
13202           this to update stream-related meta-info (like audio-codec)
13203           correctly when switching streams.
13204
13205 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13208         (gst_alsa_mixer_ensure_track_list):
13209           Try harder to guess which mixer track is the master mixer
13210           track (instead of just taking the first one that has a pvolume).
13211           Fixes #342228.
13212
13213 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13214
13215         reviewed by: <delete if not using a buddy>
13216
13217         * gst-libs/gst/audio/audio.h:
13218         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13219
13220 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13221
13222         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13223         (gst_audio_convert_transform_caps):
13224           Get structure-name just once.
13225
13226 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13227
13228         * tests/check/elements/audioresample.c: (GST_START_TEST):
13229         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13230         * tests/check/elements/volume.c: (GST_START_TEST):
13231         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13232         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13233         (test_pipeline), (GST_START_TEST):
13234         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13235         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13236           Fix big batch of compiler warnings.
13237
13238 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13239
13240         * ext/gnomevfs/gstgnomevfssrc.c:
13241           Add docs about icydemux usage in connection with gnomevfssrc
13242
13243         * ext/libvisual/visual.c:
13244         * ext/ogg/gstoggaviparse.c:
13245         * ext/ogg/gstoggdemux.c:
13246         * ext/ogg/gstoggmux.c:
13247         * ext/ogg/gstoggparse.c:
13248         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13249         * gst-libs/gst/audio/gstaudiosink.c:
13250         * gst-libs/gst/audio/gstaudiosrc.c:
13251         * gst/audiorate/gstaudiorate.c:
13252           More G_OBJECT macro fixing.
13253
13254         * gst/audiotestsrc/gstaudiotestsrc.h:
13255           Fix wrong info in header due to copy & paste
13256
13257 2006-09-15  Wim Taymans  <wim@fluendo.com>
13258
13259         * gst-libs/gst/audio/gstbaseaudiosink.c:
13260         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13261         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13262         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13263         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13264         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13265         Do the delay calculation in the source/sink base classes as this is
13266         specific for the capture/playback mode.
13267         Try to fixate a bit better, like round depth up to a multiple of 8
13268         bigger than width.
13269         Handle underruns correctly by marking DISCONT on buffers and adjusting
13270         timestamps to handle the gap.
13271         Set offset/offset_end correctly on buffers.
13272
13273         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13274         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13275         (gst_ring_buffer_read):
13276         Remove resync and underrun recovery from the ringbuffer.
13277         Fix ringbuffer read code on under/overrun.
13278
13279 2006-09-15  Wim Taymans  <wim@fluendo.com>
13280
13281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13282         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13283         (queue_threshold_reached), (gst_play_base_bin_set_property),
13284         (gst_play_base_bin_get_property):
13285         * gst/playback/gstplaybasebin.h:
13286         Don't use a 0 low watermark when buffering, it is catching starvation
13287         way too late. Instead, use a 3 second queue with 30 and 95
13288         percent low/high watermarks. 
13289         Added queue-min-threshold property to configure low watermark.
13290         Use new _buffering message API.
13291         Make queue_threshold variable big enough to store a uint64 time value.
13292         API: playbin::queue-min-threshold property.
13293
13294 2006-09-15  Wim Taymans  <wim@fluendo.com>
13295
13296         * configure.ac:
13297         We require 0.10.10.1 now because of _wait_preroll().
13298
13299         * gst-libs/gst/audio/gstbaseaudiosink.c:
13300         (gst_base_audio_sink_render):
13301         Use gst_base_sink_wait_preroll().
13302
13303 2006-09-15  Wim Taymans  <wim@fluendo.com>
13304
13305         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13306         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13307         Use DEBUG_OBJECT more.
13308
13309 === release 0.10.10 ===
13310
13311 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13312
13313         patch by: Michael Smith <msmith at fluendo dot com>
13314
13315         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13316         (gst_multi_fd_sink_client_queue_buffer),
13317         (gst_multi_fd_sink_new_client):
13318         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13319         (multifdsink_suite):
13320           Fix implementation of sync-method 'next-keyframe'
13321           Closes #354594
13322
13323 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13324
13325         patch by: Wim Taymans <wim at fluendo dot com>
13326
13327         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13328         This patch removes the RANDOM flag that was incorrectly introduced with
13329         revision 1.91.  Fixes #354590
13330
13331 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13332
13333         * tests/check/Makefile.am:
13334           Random variation in Makefile line to see if it makes the
13335           gen64-base-full bot any happier.
13336
13337 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13338
13339         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13340           Disable test that fails at the moment (killed after timeout).
13341
13342 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13343
13344         Patch by: James Livingston  <doclivingston at gmail.com>
13345
13346         * tests/check/Makefile.am:
13347         * tests/check/pipelines/.cvsignore:
13348         * tests/check/pipelines/oggmux.c: (get_page_codec),
13349         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13350         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13351         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13352         (test_theora_vorbis), (oggmux_suite):
13353           Add simple unit test for oggmux from #337026 with checking for the
13354           EOS flags disabled for the time being.
13355
13356 2006-09-04  Wim Taymans  <wim@fluendo.com>
13357
13358         patch by: Alessandro Dessina <alessandro nnva org>
13359
13360         * ext/ogg/gstoggmux.c:
13361         Add cmml caps to oggmux. Fixes #353912
13362
13363 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13364
13365         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13366           Returning a return value often helps. In this case, we
13367           don't need the return value anyway, so just get rid of it.
13368           Should make build bots much happier.
13369
13370 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13371
13372         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13373         (paint_get_structure), (gst_video_test_src_get_size),
13374         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13375         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13376         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13377         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13378         * gst/videotestsrc/videotestsrc.h:
13379           Add support for AYUV and the various RGBA formats. Initialise
13380           fields of paintinfo structs allocated on the stack.
13381
13382         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13383         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13384         (check_rgb_buf), (videotestsrc_suite):
13385           Add unit tests for videotestsrc's RGB output.
13386
13387 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * gst/videotestsrc/gstvideotestsrc.c:
13390         (gst_video_test_src_pattern_get_type),
13391         (gst_video_test_src_set_pattern):
13392         * gst/videotestsrc/gstvideotestsrc.h:
13393         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13394         (gst_video_test_src_black), (gst_video_test_src_white),
13395         (gst_video_test_src_red), (gst_video_test_src_green),
13396         (gst_video_test_src_blue):
13397         * gst/videotestsrc/videotestsrc.h:
13398           Add more uni-colour patterns ("white", "red", "green", and "blue").
13399
13400 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13401
13402         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13403           Fix stride for YVYU, should be word-aligned (#353658).
13404
13405 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         * gst/adder/gstadder.c: (gst_adder_src_event):
13408           Fix build.
13409
13410 2006-08-31  Edward Hervey  <edward@fluendo.com>
13411
13412         * gst/adder/gstadder.c: (forward_event_func),
13413         (gst_adder_src_event), (gst_adder_collected),
13414         (gst_adder_change_state):
13415         * gst/adder/gstadder.h:
13416         Remember the start position asked in the incoming seeks, so we can
13417         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13418         of assuming it will always be 0).
13419
13420 2006-08-31  Edward Hervey  <edward@fluendo.com>
13421
13422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13423         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13424         (gst_ogg_demux_loop):
13425         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13426
13427 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13428
13429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13430         (gst_ffmpegcsp_get_unit_size):
13431           Return FALSE instead of returning a random false unit
13432           size when the format isn't known/supported (even if
13433           this shouldn't happen under normal circumstances).
13434
13435 2006-08-29  Wim Taymans  <wim@fluendo.com>
13436
13437         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13438
13439         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13440         (gst_gnome_vfs_src_start):
13441         Try harder to get the size from a uri by using _info_uri() when
13442         _info_from_handle() does not give us enough info. 
13443         Also follow symlinks when getting the size.
13444         Partially Fixes #332864.
13445
13446 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13447
13448         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13449
13450         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13451         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13452         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13453         (gst_alsa_mixer_set_record):
13454         * ext/alsa/gstalsamixertrack.c:
13455         (gst_alsa_mixer_track_update_alsa_capabilities),
13456         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13457         (gst_alsa_mixer_track_update):
13458         * ext/alsa/gstalsamixertrack.h:
13459           Improve and fix mixer track handling, in particular better handling
13460           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13461           separate track objects for tracks that have both capture and playback
13462           volume (and label them differently as well so they're not mistakenly
13463           assumed to be duplicates); classify mixer tracks that only affect
13464           the audible volume of something (rather than the capture volume)
13465           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13466           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13467           (following the meaning documented in the mixer interface header
13468           file); add support for alsa's exclusive cswitch groups; update/sync
13469           state/flags better if mixer settings are changed by another
13470           application. Fixes #336075.
13471
13472 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13473
13474         * gst/playback/gstplaybin.c:
13475           Improve docs: add section about BUFFERING messages sent by playbin.
13476
13477 2006-08-29  Michael Smith  <msmith@fluendo.com>
13478
13479         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13480         (gst_vorbis_enc_buffer_check_discontinuous),
13481         (gst_vorbis_enc_chain):
13482           Ignore explicit DISCONT marked on buffers (which is often spurious,
13483           particularly when using multiple segments), in favour of solely
13484           using the timestamps/durations.
13485
13486 2006-08-29  Edward Hervey  <edward@fluendo.com>
13487
13488         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13489         Don't rely on incoming buffers offset anymore, since it is completely
13490         broken when using multiple segments.
13491         Instead convert the incoming buffers timestamp to running time, and
13492         then convert that value to the offsets.
13493         Also inform GstSegment of the last outputted stop position, which is
13494         needed if we received several segments with an unknown stop value.
13495
13496 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13497
13498         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13499           fix buffer unreffing on a header push failure
13500
13501 2006-08-28  Wim Taymans  <wim@fluendo.com>
13502
13503         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13504         (gst_audio_rate_chain):
13505         Make the metadata of the buffer writable before changing its
13506         flags.
13507
13508 2006-08-28  Wim Taymans  <wim@fluendo.com>
13509
13510         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13511         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13512         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13513         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13514         Fix audiorate some more.
13515         Reset and resync counters on flush and READY.
13516         Handle the DISCONT flag correctly.
13517         Use GstSegment to track position.
13518         Fail when not negotiated.
13519         Fixes #353234.
13520
13521 2006-08-25  Michael Smith  <msmith@fluendo.com>
13522
13523         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13524           Fix spelling.
13525           Remove accidently included debug line.
13526
13527 2006-08-25  Wim Taymans  <wim@fluendo.com>
13528
13529         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13530         Small cleanups.
13531         If a buffer is received with no caps, make the buffer metadata
13532         writable and set the caps, making sure that we don't screw up the
13533         refcounts.
13534
13535 2006-08-25  Michael Smith  <msmith@fluendo.com>
13536
13537         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13538         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13539           Fix memory leaks and misleading debug messages, add a couple of
13540           comments.
13541
13542         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13543         (gst_multi_fd_sink_render):
13544           Do not use gst_buffer_make_writable() in a basesink render method,
13545           as it may incorrectly unref the buffer. Instead, use convoluted
13546           dance to avoid copying the buffer except when we need to.
13547
13548 2006-08-25  Michael Smith  <msmith@fluendo.com>
13549
13550         * ext/vorbis/vorbisenc.c:
13551         (gst_vorbis_enc_buffer_check_discontinuous):
13552           Allow very small discontinuities in the timestamps. These we can't
13553           do anything useful with anyway (because vorbis's timestamps have
13554           only sample granularity), and are commonly produced by elements with
13555           minor bugs. Allow up to 1/2 a sample out.
13556           Fixes #351742.
13557
13558 2006-08-24  Wim Taymans  <wim@fluendo.com>
13559
13560         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13561         (play_scrub_toggle_cb), (main):
13562         Add a checkbox to enable play scrubbing. Makes it possible to disable
13563         normal scrubbing.
13564
13565 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13566
13567         * tests/check/elements/.cvsignore:
13568           make buildbot happy
13569
13570 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13571
13572         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13573         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13574         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13575         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13576         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13577         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13578         (gst_ogm_text_parse_strip_trailing_zeroes),
13579         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13580         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13581           Refactor ogm parse, do better input checking, misc. clean-ups.
13582           Cache incoming events and push them once the source pad has
13583           been created. Don't pass unterminated strings to sscanf().
13584           Strip trailing zeroes from subtitle text output, since they
13585           are not valid UTF-8. Don't push vorbiscomment packets on
13586           the subtitle text pad. Output perfect streams if possible.
13587
13588 2006-08-23  Wim Taymans  <wim@fluendo.com>
13589
13590         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13591         Waits for tasks to settle down so that we clean up correctly for 
13592         valgrind.
13593
13594 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13595
13596         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13597           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13598           actually return return value in taglists_are_equal.
13599
13600 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13601
13602         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13603           Fix crash due to broken bitstream parsing on x86-64: can't make
13604           any assumptions about sizeof(struct) due to alignment/packing
13605           differences on different architectures. Fixes #351790.
13606
13607 2006-08-22  Wim Taymans  <wim@fluendo.com>
13608
13609         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13610         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13611         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13612         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13613         (gst_riff_parse_info):
13614         Protect public functions against bad input.
13615         Do some cleanups.
13616         Fix documentation.
13617
13618 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13619
13620         * gst-libs/gst/riff/riff-ids.h:
13621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13622           Add voxware audio IDs (even if we can't play it) (#351795).
13623
13624 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13625
13626         * gst-libs/gst/riff/riff-media.c:
13627         (gst_riff_create_video_template_caps),
13628         (gst_riff_create_audio_template_caps),
13629         (gst_riff_create_iavs_template_caps):
13630           Const-ify some arrays and use G_N_ELEMENTS instead
13631           of wasting oodles of RAM on terminator bits.
13632
13633 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13634
13635         * gst-libs/gst/tag/gstvorbistag.c:
13636         (gst_tag_list_to_vorbiscomment_buffer):
13637         * tests/check/libs/tag.c: (GST_START_TEST):
13638           And the same for _to_vorbiscomment_buffer(): allow
13639           id_data_len == 0 for speex.
13640
13641 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13642
13643         * configure.ac:
13644         * docs/plugins/Makefile.am:
13645         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13646         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13647         * docs/plugins/inspect/plugin-gdp.xml:
13648         * gst/gdp/Makefile.am:
13649         * tests/check/Makefile.am:
13650           Move GDP plugin to -base from -bad.  Closes #347783.
13651
13652 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13653
13654         * gst-libs/gst/tag/gstvorbistag.c:
13655         (gst_tag_list_from_vorbiscomment_buffer):
13656           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13657           Also add some checks to make sure we don't memcmp() beyond the end of
13658           vorbiscomment buffer if the ID to check for is larger than the buffer.
13659
13660         * tests/check/libs/tag.c: (GST_START_TEST):
13661           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13662
13663 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13666         (gst_vorbis_enc_set_metadata):
13667           Use vorbis comment utility functions from libgsttag
13668           instead of re-inventing the wheel (partially fixes #347091).
13669
13670 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13671
13672         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13673         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13674         as some that won't.
13675
13676 2006-08-21  Wim Taymans  <wim@fluendo.com>
13677
13678         * docs/libs/Makefile.am:
13679         * docs/libs/gst-plugins-base-libs-sections.txt:
13680         * docs/libs/gst-plugins-base-libs.types:
13681         Don't try to GObject scan the netbuffer as it's not a GObject.
13682         Fixes #351308.
13683
13684         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13685         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13686         Document GstNetBuffer.
13687
13688 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13689
13690         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13691         (audioconvert_suite):
13692           Add testcase for caps-size-explosion
13693
13694 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13695
13696         * gst/audioconvert/gstaudioconvert.c:
13697         (gst_audio_convert_get_unit_size), (set_structure_widths):
13698           Lower debug, use g_assert in _get_unit_size
13699
13700         * gst/audioresample/gstaudioresample.c:
13701         (audioresample_get_unit_size):
13702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13703         (gst_ffmpegcsp_get_unit_size):
13704         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13705           use g_assert in _get_unit_size
13706
13707 2006-08-18  Wim Taymans  <wim@fluendo.com>
13708
13709         * docs/libs/gst-plugins-base-libs-sections.txt:
13710         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13711         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13712         (gst_rtp_buffer_get_payload_buffer):
13713         * gst-libs/gst/rtp/gstrtpbuffer.h:
13714         Document GstRTPBuffer.
13715         Added function to efficiently strip payload headers.
13716         API: gst_rtp_buffer_get_payload_subbuffer()
13717
13718 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13719
13720         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13721         (gst_tag_to_vorbis_comments):
13722           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13723           tags and deserialise them properly as well (#347091).
13724           Add some more gtk-doc blurbs and also some g_return_if_fail().
13725
13726         * tests/check/libs/tag.c: (GST_START_TEST),
13727         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13728           More tests.
13729
13730 2006-08-17  Wim Taymans  <wim@fluendo.com>
13731
13732         * ext/ogg/Makefile.am:
13733         * ext/ogg/gstogg.c: (plugin_init):
13734         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13735         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13736         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13737         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13738         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13739         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13740         Added ogg-in-avi parser element. Fixes #140139.
13741
13742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13743         Fixed a bug in oggdemux debug code.
13744
13745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13746         (gst_riff_create_audio_template_caps):
13747         Recognise Ogg in the AVI extensible wave format.
13748
13749 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13750
13751         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13752           Make buffer durations add up (duration should be next_ts-ts for
13753           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13754           from CVS.
13755
13756         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13757         (test_buffer_timestamps), (cddabasesrc_suite):
13758           Add unit test for the above.
13759
13760         * tests/check/Makefile.am:
13761           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13762           to see what happens.
13763
13764 2006-08-16  Wim Taymans  <wim@fluendo.com>
13765
13766         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13767         (gst_alsasink_open):
13768         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13769         (gst_alsasrc_open):
13770         Avoid setting and using a NULL device name.
13771         Print more info when we fail to open a device.
13772
13773 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13774
13775         * docs/libs/gst-plugins-base-libs-sections.txt:
13776         * gst-libs/gst/tag/tag.h:
13777         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13778           API: add gst_tag_parse_extended_comment() (#351426).
13779
13780         * tests/check/Makefile.am:
13781         * tests/check/libs/.cvsignore:
13782         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13783           Add unit test for gst_tag_parse_extended_comment().
13784
13785 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13786
13787         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13789           Fix leak (#351502).
13790
13791 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13794         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13795         * docs/plugins/gst-plugins-base-plugins.args:
13796         * gst/playback/gstplaybin.c:
13797           Document playbin.
13798           
13799         * docs/plugins/inspect/plugin-adder.xml:
13800         * docs/plugins/inspect/plugin-alsa.xml:
13801         * docs/plugins/inspect/plugin-audioconvert.xml:
13802         * docs/plugins/inspect/plugin-audiorate.xml:
13803         * docs/plugins/inspect/plugin-audioresample.xml:
13804         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13805         * docs/plugins/inspect/plugin-cdparanoia.xml:
13806         * docs/plugins/inspect/plugin-decodebin.xml:
13807         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13808         * docs/plugins/inspect/plugin-gnomevfs.xml:
13809         * docs/plugins/inspect/plugin-ogg.xml:
13810         * docs/plugins/inspect/plugin-pango.xml:
13811         * docs/plugins/inspect/plugin-playbin.xml:
13812         * docs/plugins/inspect/plugin-subparse.xml:
13813         * docs/plugins/inspect/plugin-tcp.xml:
13814         * docs/plugins/inspect/plugin-theora.xml:
13815         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13816         * docs/plugins/inspect/plugin-video4linux.xml:
13817         * docs/plugins/inspect/plugin-videorate.xml:
13818         * docs/plugins/inspect/plugin-videoscale.xml:
13819         * docs/plugins/inspect/plugin-videotestsrc.xml:
13820         * docs/plugins/inspect/plugin-volume.xml:
13821         * docs/plugins/inspect/plugin-vorbis.xml:
13822         * docs/plugins/inspect/plugin-ximagesink.xml:
13823         * docs/plugins/inspect/plugin-xvimagesink.xml:
13824           Update to CVS version.
13825
13826 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13827
13828         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13829         (gst_play_bin_set_property), (gst_play_bin_get_property),
13830         (value_list_append_structure_list),
13831         (gst_play_bin_handle_redirect_message),
13832         (gst_play_bin_handle_message):
13833           API: GstPlayBin::connection-speed
13834           Add "connection-speed" property; re-order redirect messages with
13835           multiple redirect locations depending on the minimum bitrate if
13836           that information is available and a connection speed is set
13837           (#350399).
13838
13839 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13840
13841         * gst/playback/gstplaybin.c:
13842           Update max volume to the same value that the volume element uses.
13843
13844 2006-08-14  Wim Taymans  <wim@fluendo.com>
13845
13846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13847         Less uglyness..
13848
13849 2006-08-14  Wim Taymans  <wim@fluendo.com>
13850
13851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13852         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13853         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13854         Add some more debug info.
13855         Don't crash when a seek failed.
13856         Actually return the result of the seek instead of TRUE.
13857         Ignore multiple BOS pages with the same serial so that we don't create
13858         the same stream multiple times.
13859         Post an error when we fail to do the initial seek.
13860
13861 2006-08-13  Wim Taymans  <wim@fluendo.com>
13862
13863         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13864         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13865         Small code cleanup.
13866
13867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13868         (gst_alsa_mixer_new):
13869         Remove hack that always set the device to hw:0*.
13870         Properly find the card name for whatever device was configured.
13871         Do some better debugging.
13872         Fixes #350784.
13873
13874         * ext/alsa/gstalsamixerelement.c:
13875         (gst_alsa_mixer_element_set_property),
13876         (gst_alsa_mixer_element_change_state):
13877         Cleanups.
13878         Handle setting of a NULL device name better.
13879
13880 2006-08-11  Wim Taymans  <wim@fluendo.com>
13881
13882         * gst/adder/gstadder.c:
13883         Don't clip float values. Fixes #350900.
13884
13885 2006-08-11  Andy Wingo  <wingo@pobox.com>
13886
13887         * gst/tcp/gsttcp.c: Really fix the build?
13888
13889         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13890         fixes the build.
13891
13892 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13893
13894         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13895           Float caps shouldn't have a "signed" field.
13896
13897 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13898
13899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13900           Implement SEEKING query in its most basic form, so that we can
13901           at least check if we're seekable or not (#350655).
13902
13903 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13906           The checks here are not even close to anything that would
13907           justify MAXIMUM probability, lowering to POSSIBLE until someone
13908           fixes the checks (case at hand: quicktime redirection files
13909           might start with 00 00 01 XX and pass the checks here just
13910           fine, see #350399).
13911
13912 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         Patch by: Sjoerd Simons  <sjoerd at luon net>
13915
13916         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13917           Better detection for multipart/x-mixed-replace: accept leading
13918           whitespaces before the boundary marker as well (as our very own
13919           multipartmux used to produce) (#349068).
13920
13921 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13922
13923         Patch by: Young-Ho Cha  <ganadist at chollian net>
13924
13925         * gst-libs/gst/riff/riff-ids.h:
13926         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13927         (gst_riff_create_audio_template_caps):
13928           Detect DTS audio streams (#350157).
13929
13930 2006-08-05  Andy Wingo  <wingo@pobox.com>
13931
13932         * ext/theora/gsttheoraparse.h:
13933         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13934         (theora_parse_dispose, theora_parse_set_property)
13935         (theora_parse_get_property, theora_parse_munge_granulepos)
13936         (theora_parse_push_buffer, theora_parse_change_state):
13937         API: GstTheoraParse::synchronization-points
13938         Add a property 'synchronization-points' to fix badly synchronized oggs.
13939
13940 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13941
13942         * tests/check/Makefile.am:
13943         * tests/check/libs/.cvsignore:
13944         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13945         (fixed_caps_have_channel_positions), (GST_START_TEST),
13946         (audio_suite), (main):
13947           Add a few tests for the channel position stuff in libgstaudio.
13948
13949 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13950
13951         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13952         (gst_alsa_detect_channels):
13953         * ext/alsa/gstalsasink.c:
13954           Add support for cards that (only) do more than 8 channels,
13955           like the Delta 44 (#345188).
13956
13957         * gst-libs/gst/audio/multichannel.c:
13958         (gst_audio_check_channel_positions):
13959         * gst-libs/gst/audio/multichannel.h:
13960           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13961           unspecified channel position and cannot be combined with any
13962           of the other audio channel positions; adjust position layout
13963           checks accordingly (#345188).
13964
13965 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13966
13967         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13968           Recognise ancient RealAudio files (see #349779).
13969
13970 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13971
13972         Patch by: Jens Granseuer  <jensgr at gmx net>
13973
13974         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13975           Add typefinder for Interplay's MVE format (#348973).
13976
13977 2006-08-02  Wim Taymans  <wim@fluendo.com>
13978
13979         Patch by: Marcel Moreaux <marcelm at luon dot net>
13980
13981         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13982         (gst_base_rtp_depayload_add_to_queue):
13983         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13984         Handle RTP sequence number rollover.
13985         Disable jitterbuffer by default.
13986
13987 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13988
13989         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13990         (audioresample_set_caps):
13991         Don't leak references to the incoming caps. Clean them up when
13992         stopping.
13993
13994         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13995         (gst_video_scale_finalize):
13996         Don't leak our temporary pixel buffer.
13997
13998         * tests/check/Makefile.am:
13999         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14000         (GST_START_TEST), (simple_launch_lines_suite):
14001
14002         Fix leaks and re-enable the test for valgrind checking.
14003
14004 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14005
14006         Patch by: Sjoerd Simons  <sjoerd at luon net>
14007
14008         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14009         (plugin_init):
14010           Add typefind function for multipart/x-mixed-replace (#348916).
14011
14012 2006-07-28  Wim Taymans  <wim@fluendo.com>
14013
14014         * gst/adder/gstadder.c: (gst_adder_setcaps),
14015         (gst_adder_query_duration):
14016         Fix leak in duration query.
14017         Reflow some docs and notes.
14018
14019 2006-07-28  Michael Smith  <msmith@fluendo.com>
14020
14021         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14022         (vorbisenc_suite):
14023           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14024           aspect of it.
14025
14026 2006-07-28  Michael Smith  <msmith@fluendo.com>
14027
14028         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14029         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14030         (gst_vorbis_enc_push_buffer),
14031         (gst_vorbis_enc_buffer_check_discontinuous),
14032         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14033         * ext/vorbis/vorbisenc.h:
14034           Handle discontinuities in the input vorbis stream correctly,
14035           so that the output is properly timestamped (and has good granulepos
14036           values). Needs some oggmux fixes too.
14037
14038 2006-07-27  Wim Taymans  <wim@fluendo.com>
14039
14040         patch by: Kai Vehmanen <kv2004 eca cx>
14041
14042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14043         (gst_base_rtp_depayload_chain),
14044         (gst_base_rtp_depayload_handle_sink_event),
14045         (gst_base_rtp_depayload_change_state):
14046         Don't send multiple newsegments with different formats.
14047         Fixes #348677.
14048
14049 2006-07-26  Wim Taymans  <wim@fluendo.com>
14050
14051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14052         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14053         Make seeking in ogg more accurate again by doing the more correct
14054         granuletime to stream time conversion.
14055
14056 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14059         (gst_multi_fd_sink_new_client):
14060           debug a little more understandably
14061           do not use goto as a substitute for break, especially if
14062           break is also being used
14063
14064 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14065
14066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14067         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14068           Remove GLib-2.6 compatibility cruft.
14069
14070 2006-07-24  Wim Taymans  <wim@fluendo.com>
14071
14072         * gst-libs/gst/audio/gstbaseaudiosink.c:
14073         (gst_base_audio_sink_render):
14074         Don't try to align a sample to an unknown value.
14075
14076 2006-07-24  Wim Taymans  <wim@fluendo.com>
14077
14078         * gst-libs/gst/audio/gstbaseaudiosink.c:
14079         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14080         When the audio clock is slaved to another clock, never try to align
14081         samples but trust the rate interpolation algorithm.
14082
14083 2006-07-24  Wim Taymans  <wim@fluendo.com>
14084
14085         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14086         Don't try to calculate silence samples, base class does this much
14087         better now.
14088
14089         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14090         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14091         (gst_ring_buffer_acquire):
14092         Calculate silence samples correctly.
14093
14094         * gst-libs/gst/audio/gstringbuffer.h:
14095         Add _CAST macro.
14096
14097 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14098
14099         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14100           Limit search for the first markup tag to the first few kB of
14101           the file. If we don't find one there, it's highly unlikely that
14102           this is an XML(-ish) file.
14103
14104 2006-07-21  Andy Wingo  <wingo@pobox.com>
14105
14106         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14107         test to the one in vorbisenc. Also commented out.
14108
14109         * tests/check/pipelines/vorbisenc.c: 
14110         (test_discontinuity): New test, commented out until Mike lands
14111         some elite vorbisenc patches.
14112
14113         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14114         Bufferstraw was actually factored out of these tests. Now we share
14115         code yay.
14116
14117         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14118         for bufferstraw addition to gstcheck.
14119
14120 2006-07-21  Wim Taymans  <wim@fluendo.com>
14121
14122         * ext/theora/theoradec.c: (clip_buffer):
14123         Better clipping.
14124
14125 2006-07-21  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14128         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14129         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14130         Fix leak.
14131         Avoid type casting when we can.
14132
14133         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14134         Fix mem leak.
14135
14136 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14137
14138         * ext/alsa/gstalsamixerelement.c:
14139         (gst_alsa_mixer_element_change_state):
14140           Make state change fail if the specified device can't be opened
14141           for some reason.
14142
14143 2006-07-20  Wim Taymans  <wim@fluendo.com>
14144
14145         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14146         (cb_newpad), (main):
14147         Example of a small audio/video player using decodebin.
14148
14149 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14150
14151         * gst-libs/gst/riff/riff-ids.h:
14152           Add 'fact' chunk id
14153
14154 2006-07-19  Wim Taymans  <wim@fluendo.com>
14155
14156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14157         (gst_base_rtp_depayload_chain),
14158         (gst_base_rtp_depayload_change_state):
14159         Don't assert when not negotiated but post a meaningfull 
14160         error message. Fixes #347918.
14161
14162         * gst-libs/gst/rtp/gstbasertppayload.c:
14163         Add comment about better default MTU size.
14164
14165         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14166         Small cleanups, start docs.
14167
14168 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14169
14170         Patch by: Martin Szulecki
14171
14172         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14173           If "device-name" is requested and the device is not
14174           open, try to temporarily open it to obtain this
14175           information (#342494).
14176
14177 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14178
14179         * gst-libs/gst/tag/gstid3tag.c:
14180           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14181
14182         * gst-libs/gst/tag/gsttageditingprivate.h:
14183         * gst-libs/gst/tag/gstvorbistag.c:
14184           Some more random const-ifications.
14185
14186 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14187
14188         * gst-libs/gst/riff/riff-ids.h:
14189         * gst-libs/gst/riff/riff-media.c:
14190         (gst_riff_create_video_template_caps):
14191           Add more FOURCCs (sort list to make stuff easier to find),
14192           add comment what those 16 bytes in struct _gst_riff_strh according to
14193           one avi-dumper are
14194
14195 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14196
14197         * gst-libs/gst/audio/multichannel.c:
14198         (gst_audio_check_channel_positions),
14199         (gst_audio_fixate_channel_positions):
14200           Const-ify two arrays.
14201
14202 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14203
14204         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14205           Fix typo, so that alsasink also advertises 8 channels
14206           if that's supported (tags: can, worms, open, alsa, ph34r).
14207
14208 2006-07-17  Wim Taymans  <wim@fluendo.com>
14209
14210         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14211         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14212         *sigh*, when is the compiler going to warn when the comments
14213         are out-of-sync with the code.. Refix case of busted theora
14214         headers with 0 granule pos.
14215
14216 2006-07-14  Wim Taymans  <wim@fluendo.com>
14217
14218         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14219         (gst_base_rtp_depayload_wait),
14220         (gst_base_rtp_depayload_change_state),
14221         (gst_base_rtp_depayload_set_property),
14222         (gst_base_rtp_depayload_get_property):
14223         Fix 99% cpu load by waiting for absolute times on the
14224         clock. Fixes #347300.
14225
14226 2006-07-14  Andy Wingo  <wingo@pobox.com>
14227
14228         * ext/theora/gsttheoraparse.h: 
14229         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14230         (theora_parse_push_headers, theora_parse_clear_queue)
14231         (theora_parse_drain_queue_prematurely, )
14232         (theora_parse_sink_event, theora_parse_change_state): Queue events
14233         until we initialized our state, like in vorbisparse.
14234
14235         * ext/vorbis/vorbisparse.h: 
14236         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14237         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14238         (vorbis_parse_drain_queue_prematurely, )
14239         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14240         until we have initialized our state. Fixes seeking after an
14241         initial pad block.
14242
14243 2006-07-14  Andy Wingo  <wingo@pobox.com>
14244
14245         Patch by: Iain Holmes <iaingnome@gmail.com>
14246         
14247         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14248
14249 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14250
14251         * configure.ac:
14252         Bump nano back to CVS
14253
14254 === release 0.10.9 ===
14255
14256 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14257
14258         * configure.ac:
14259           releasing 0.10.9, "I walk the line"
14260
14261 2006-07-14  Michael Smith  <msmith@fluendo.com>
14262
14263         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14264           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14265           (commonly happens when running this test under valgrind) when trying
14266           to remove the buffer probe.
14267
14268 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14269
14270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14271         Fix missing g_unlock from the previous commit
14272
14273 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14274
14275         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14276         (gst_ximagesink_change_state):
14277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14278         (gst_xvimagesink_change_state):
14279         Implement a locking order to ensure we always take the object lock
14280         before the x_lock and never vice-versa.
14281
14282 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14283
14284         * gst/playback/gstdecodebin.c: (find_compatibles):
14285         Fix a caps leak when linking (#347304)
14286
14287         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14288         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14289         (gst_ximagesink_change_state):
14290         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14291         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14292         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14293         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14294         Don't leak shared memory resources. Use the object lock to protect
14295         against the xcontext disappearing while returning a buffer from the
14296         pipeline. (#347304)
14297
14298 2006-07-12  Edward Hervey  <edward@fluendo.com>
14299
14300         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14301         (vorbis_handle_comment_packet):
14302         gst_tag_list_merge() returns a new object. Take that into account when
14303         using it. This avoids memleak.
14304         Revert previous commit which is not needed.
14305
14306 2006-07-12  Edward Hervey  <edward@fluendo.com>
14307
14308         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14309         Reset the decoder in finalize so that all fields get cleared.
14310
14311 2006-07-12  Wim Taymans  <wim@fluendo.com>
14312
14313         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14314         (gst_base_audio_src_set_clock),
14315         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14316         Don't try to post an error message when setting the clock fails
14317         as this can happen when adding an element to a bin which will then
14318         deadlock. Fixes #347296.
14319
14320 2006-07-12  Edward Hervey  <edward@fluendo.com>
14321
14322         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14323         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14324         (vorbis_handle_type_packet):
14325         Post tag messages on the bus even if we're not initialized.
14326         If we're not initialized, we still postpone the event pushing of tags.
14327
14328 2006-07-12  Wim Taymans  <wim@fluendo.com>
14329
14330         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14331         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14332         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14333         Revert last two changes that broke the freeze.
14334
14335 2006-07-12  Wim Taymans  <wim@fluendo.com>
14336
14337         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14338         basesink calculates silence sample correctly for us.
14339
14340 2006-07-12  Wim Taymans  <wim@fluendo.com>
14341
14342         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14343         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14344         Calculate correct silence samples so we don't fill our ringbuffer
14345         with noise.
14346
14347 2006-07-12  Edward Hervey  <edward@fluendo.com>
14348
14349         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14350         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14351         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14352         * ext/vorbis/vorbisdec.h:
14353         Delay sending events (newsegment, tags) until the decoder is properly
14354         initialized.
14355         Fixes #347295
14356
14357 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14358
14359         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14360         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14361           Patch from #347221 adding a test for audioconvert
14362           channel remappings.
14363
14364 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14365
14366         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14367         (gst_ssa_parse_parse_line):
14368           Don't include the terminating NUL in the buffer size,
14369           it's only there for extra paranoia (would add random
14370           '*' characters at the end of each subtitle since the
14371           terminator itself is not valid UTF-8 technically).
14372           Also fix indenting after boilerplate macro.
14373
14374 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14375
14376         * gst/playback/gstdecodebin.c: (close_pad_link):
14377           Also emit 'unknown-type' signal (which should really be
14378           called unhandled-type) if we found potential decoders/demuxers
14379           in the registry but none of them worked in the end (as in the
14380           case where the plugins don't exist any longer but are still
14381           listed in the registry). Fixes #329798.
14382
14383 2006-07-08  Andy Wingo  <wingo@pobox.com>
14384
14385         * theoraparse.c (theora_parse_push_buffer)
14386         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14387         Add some more debugging. Fix granulepos reconstruction in the face
14388         of discontinuities.
14389
14390 2006-07-06  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst-libs/gst/audio/gstbaseaudiosink.c:
14393         (gst_base_audio_sink_class_init),
14394         (gst_base_audio_sink_provide_clock):
14395         Use gobject_class instead of G_OBJECT_CLASS (klass)
14396
14397         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14398         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14399         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14400         (gst_base_audio_src_get_time),
14401         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14402         (gst_base_audio_src_create_ringbuffer):
14403         Fix latency and buffer-time constants and properties ala basesink.
14404         Implement pull based scheduling. Fixes #346527.
14405         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14406         one segment.
14407         Refuse slaving to another clock instead of silently not working.
14408         Only provide a clock when we are actually able to do so.
14409         Various small cleanups and compiler hints.
14410
14411 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         Patch by: Lutz Mueller <lutz at topfrose de>
14414
14415         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14416         (plugin_init):
14417           Add typefinding for text/html (#346581).
14418
14419 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14420
14421         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14422         (xml_check_first_element), (xml_type_find), (smil_type_find):
14423           Fix SMIL typefinding, make xml_check_first_element() more
14424           useful.
14425
14426 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14429         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14430         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14431         * gst/playback/gstplaybasebin.h:
14432           Protect list of elements with a subtitle-encoding property and
14433           the subtitle encoding member itself with a lock of their own
14434           instead of using the object lock. This prevents a dead-lock in
14435           the element-remove callback in some circumstances when shutting
14436           down playbin.
14437
14438 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14439
14440         * win32/common/libgsttag.def:
14441         Export some new functions.
14442         * win32/vs6/libgstogg.dsp:
14443         Add a link to libgsttag-0.10.lib.
14444
14445 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14448           Some const-ification.
14449
14450 2006-07-04  Wim Taymans  <wim@fluendo.com>
14451
14452         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14453         Improve checking if we are dealing with a stream. Added some
14454         more uris that need buffering.
14455
14456 2006-07-03  Edward Hervey  <edward@fluendo.com>
14457
14458         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14459         Remove unused variable.
14460
14461 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14462
14463         * Makefile.am:
14464           include lcov.mak
14465         * configure.ac:
14466           add GCOV_LIBS to GST_LIBS
14467
14468 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14469
14470         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14471
14472         * ext/alsa/gstalsasrc.c:
14473           Add 32 bps to template caps and increase channels range
14474           from [1,2] to [1,MAX]. See #346326.
14475
14476 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14477
14478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14479           Recognise 'WMVA' video codec fourcc (#345879).
14480           
14481 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14482          
14483         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14484           Fixed nasty memory leak
14485
14486 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14487
14488         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14489         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14490           fix logging
14491
14492 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14493
14494         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14495         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14496         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14497         Protect remove_fakesink using a mutex, so that we don't try and
14498         remove the fakesink simultaneously from multiple threads.
14499
14500         When going from READY to PAUSED, restore the fakesink, so that
14501         it is there when decodebin gets reused.
14502
14503 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14504
14505         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14507         * gst-libs/gst/rtp/gstbasertppayload.c:
14508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14509         * gst/tcp/gstmultifdsink.c:
14510         * gst/tcp/gsttcpclientsink.c:
14511         * gst/tcp/gsttcpclientsrc.c:
14512         * gst/tcp/gsttcpserversink.c:
14513         * gst/tcp/gsttcpserversrc.c:
14514         * gst/videorate/gstvideorate.c:
14515         * gst/videotestsrc/gstvideotestsrc.c:
14516         * sys/v4l/gstv4ljpegsrc.c:
14517         * sys/v4l/gstv4lmjpegsink.c:
14518         * sys/v4l/gstv4lsrc.c:
14519         * tests/examples/seek/scrubby.c:
14520         * tests/examples/seek/seek.c:
14521           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14522
14523 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14526           Second field in GEnumValue shouldn't be a description,
14527           but a stringified version of the enum value.
14528
14529 2006-06-22  Wim Taymans  <wim@fluendo.com>
14530
14531         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14532         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14533         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14534         Avoid type checking in buffer casts.
14535         Avoid caps copy in buffer_alloc when we can.
14536         Use pad_peer_accept.
14537
14538 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14539
14540         * gst-libs/gst/tag/tag.h:
14541           Oops, make that 'Since: 0.10.9'.
14542
14543 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14544
14545         * docs/libs/gst-plugins-base-libs-sections.txt:
14546         * gst-libs/gst/tag/tag.h:
14547         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14548         (gst_tag_image_type_get_type):
14549           API: add GstTagImageType enum to describe images contained
14550           in image tags (#345641).
14551
14552 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14555           Fix warnings with gst-inspect: "buffers-min" property
14556           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14557           typo in property description.
14558
14559 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         Patch by: Cody Russell <bratsche at gnome org>
14562
14563         * gst/audioresample/gstaudioresample.c:
14564         (gst_audioresample_class_init):
14565         * gst/playback/gststreamselector.c:
14566         (gst_stream_selector_class_init):
14567         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14568         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14569         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14570         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14571         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14572         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14573         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14574         * gst/videotestsrc/gstvideotestsrc.c:
14575         (gst_video_test_src_class_init):
14576         * gst/volume/gstvolume.c: (gst_volume_class_init):
14577           Avoid unnecessary class cast check in class_init
14578           functions (#337747).
14579
14580 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14581
14582         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14583         (gst_text_overlay_video_chain):
14584           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14585           and doesn't validate its input either (and neither did
14586           textoverlay it seems). Let's do that then and fix #345206.
14587
14588 2006-06-19  Wim Taymans  <wim@fluendo.com>
14589
14590         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14591         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14592         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14593         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14594         (find_syncframe), (find_limits), (assign_value),
14595         (count_burst_unit), (gst_multi_fd_sink_new_client),
14596         (gst_multi_fd_sink_handle_client_write),
14597         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14598         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14599         (gst_multi_fd_sink_change_state):
14600         * gst/tcp/gstmultifdsink.h:
14601         Added shiny new burst-on-connect methods.
14602         Add properties to control the minimal amount of data queued.
14603         Small cleanups.
14604         API: bytes-min property
14605         API: time-min property
14606         API: buffers-min property
14607         API: burst-unit property
14608         API: burst-value property
14609         API: add-full signal
14610
14611         * gst/tcp/gsttcp-marshal.list:
14612         Added new marshaller code for the new signal.
14613
14614         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14615         (multifdsink_suite):
14616         Added testcases for new burst methods.
14617
14618 2006-06-19  Edward Hervey  <edward@fluendo.com>
14619
14620         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14621         Implement clipping for accurate seeking.
14622         Closes #345225
14623
14624 2006-06-19  Wim Taymans  <wim@fluendo.com>
14625
14626         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14627
14628         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14629         (gst_video_scale_transform):
14630         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14631
14632 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14633
14634         * configure.ac:
14635           Fix --disable-external (can't set conditionals conditionally,
14636           #343602).
14637
14638 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         * tests/check/elements/audioresample.c: (test_reuse),
14641         (audioresample_suite):
14642           Add test case for bug #342789 fixed below.
14643
14644 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14645
14646         * gst/audioresample/gstaudioresample.c:
14647         (gst_audioresample_class_init), (gst_audioresample_init),
14648         (audioresample_start), (audioresample_stop),
14649         (gst_audioresample_set_property), (gst_audioresample_get_property):
14650           Implement GstBaseTransform::start and ::stop so that audioresample
14651           can clear its internal state properly and be reused instead of
14652           causing non-negotiated errors with playbin under some circumstances
14653           (#342789).
14654
14655         * tests/check/elements/audioresample.c: (setup_audioresample),
14656         (cleanup_audioresample):
14657           Need to set element state here so that ::start and ::stop are
14658           called.
14659
14660 2006-06-16  Wim Taymans  <wim@fluendo.com>
14661
14662         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14663
14664         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14665         Parse extra data better, apparently it's right behind
14666         the normal strf header size. Fixes #343500.
14667
14668 2006-06-16  Wim Taymans  <wim@fluendo.com>
14669
14670         * ext/alsa/gstalsasink.c: (set_hwparams):
14671         If we fail to set the buffer_time and period_time alsa
14672         parameters, post a warning and leave alsa select a 
14673         default instead of failing. Fixes #342085
14674
14675 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14676
14677         * docs/libs/gst-plugins-base-libs-sections.txt:
14678         * gst-libs/gst/cdda/gstcddabasesrc.h:
14679           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14680           out in the header file and shouldn't be listed in the docs.
14681
14682         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14683           Must dereference pointer to fourcc in the debug statement.
14684
14685 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14686
14687         * docs/libs/Makefile.am:
14688         * docs/libs/gst-plugins-base-libs-docs.sgml:
14689         * docs/libs/gst-plugins-base-libs-sections.txt:
14690         * docs/libs/gst-plugins-base-libs.types:
14691         add remaining symbols into correct setions
14692         
14693         * gst-libs/gst/audio/gstringbuffer.c:
14694         fix incomplete docs
14695         
14696         * gst-libs/gst/audio/gstringbuffer.h:
14697         comment out not yet implemented function
14698         
14699         
14700         * gst-libs/gst/floatcast/floatcast.h:
14701         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14702         add short descriptions
14703         
14704         
14705         * gst-libs/gst/interfaces/propertyprobe.c:
14706         fix return value docs   
14707         
14708         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14709         simplify debug logging
14710         
14711         * gst-libs/gst/riff/riff-read.h:
14712         sync function prototype and docs
14713         
14714         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14715         remove left over symbol
14716
14717 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         * autogen.sh:
14720         * configure.ac:
14721         * docs/Makefile.am:
14722           Use GST_PLUGIN_DOCS macro in configure.ac, add
14723           --enable-plugin-docs default to autogen.sh and use
14724           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14725
14726 2006-06-15  Wim Taymans  <wim@fluendo.com>
14727
14728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14729         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14730         (gst_ogg_demux_loop):
14731         Combine GstFlowReturn from the source pads to give a
14732         meaningfull result to the upstream peer or to stop the
14733         processing task in case of errors.
14734
14735 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14736
14737         * gst/playback/gststreaminfo.c: (cb_probe):
14738           Try GST_TAG_CODEC as fallback when extracting the
14739           codec name; more debug info.
14740
14741 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14742
14743         * ext/ogg/Makefile.am:
14744         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14745           Extract language tags from ogm subtitle streams, so that
14746           the subtitle menu choices are labelled correctly in
14747           Totem (fixes #344708).
14748
14749 2006-06-14  Wim Taymans  <wim@fluendo.com>
14750
14751         Patch by: Alessandro Decina <alessandro at nnva dot org>
14752
14753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14754         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14755         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14756         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14757         Fix various leaks. Fixes #343699.
14758         Add x-smoke mime type.
14759
14760 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14761
14762         * gst-libs/gst/riff/riff-ids.h:
14763           Add IDs for 'bext' chunks (see #343837).
14764
14765 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         Patch by: Young-Ho Cha  <ganadist at chollian net>
14768
14769         * gst/subparse/samiparse.c: (sami_context_pop_state),
14770         (handle_start_font), (end_sami_element):
14771           Honour font face tags in SAMI subtitles (#344503).
14772
14773 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14774
14775         * po/POTFILES.in:
14776           add missing files containing translatable strings
14777
14778 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14779
14780         * docs/libs/tmpl/.cvsignore:
14781           we don't want those *.sgml files in CVS either
14782
14783 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14784
14785         * docs/libs/.cvsignore:
14786         * tests/check/elements/.cvsignore:
14787         * tests/check/libs/.cvsignore:
14788           ignore more
14789
14790 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14791
14792         * docs/libs/Makefile.am:
14793           also commiting the changed Makefile.am (added more libs to the
14794           doc-build)
14795
14796 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14797
14798         * docs/libs/gst-plugins-base-libs-docs.sgml:
14799         * docs/libs/gst-plugins-base-libs-sections.txt:
14800         * docs/libs/gst-plugins-base-libs.types:
14801           first batch of reordering things, add index & hierarchy
14802
14803 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14804
14805         * configure.ac:
14806           use GST_PKG_CHECK_MODULES, cleans up output
14807
14808 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14809
14810         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14811           Add support for burn:// URIs (#343385); const-ify things a bit,
14812           use G_N_ELEMENTS instead of hard-coded array size.
14813
14814 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14815
14816         Patch by: Young-Ho Cha  <ganadist at chollian net>
14817
14818         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14819           Fix up broken entities before passing them to libxml *sigh*.
14820           (#343303).
14821           
14822 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14823
14824         * configure.ac:
14825           back to TRUNK
14826
14827 === release 0.10.8 ===
14828
14829 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14830
14831         * configure.ac:
14832           releasing 0.10.8, "Moar gij ziet mij nie"
14833
14834 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14835
14836         * configure.ac:
14837         * po/af.po:
14838         * po/az.po:
14839         * po/cs.po:
14840         * po/en_GB.po:
14841         * po/hu.po:
14842         * po/it.po:
14843         * po/nb.po:
14844         * po/nl.po:
14845         * po/or.po:
14846         * po/sq.po:
14847         * po/sr.po:
14848         * po/sv.po:
14849         * po/uk.po:
14850         * po/vi.po:
14851         * win32/common/config.h:
14852           0.10.7.2 prerelease
14853
14854 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14855
14856         * docs/libs/tmpl/gstaudio.sgml:
14857         * docs/libs/tmpl/gstcolorbalance.sgml:
14858         * docs/libs/tmpl/gstmixer.sgml:
14859         * docs/libs/tmpl/gstringbuffer.sgml:
14860         * docs/libs/tmpl/gsttuner.sgml:
14861         * docs/libs/tmpl/gstxoverlay.sgml:
14862         * gst-libs/gst/audio/audio.c:
14863         * gst-libs/gst/audio/gstringbuffer.c:
14864         * gst-libs/gst/interfaces/colorbalance.c:
14865         * gst-libs/gst/interfaces/mixer.c:
14866         * gst-libs/gst/interfaces/tuner.c:
14867         * gst-libs/gst/interfaces/xoverlay.c:
14868           move last template doc snippets to source code and delete them
14869
14870 2006-06-06  Michael Smith  <msmith@fluendo.com>
14871
14872         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14873         (theora_parse_drain_queue):
14874           Mark DELTA_UNIT on non-keyframes.
14875
14876 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14877
14878         * gst-libs/gst/audio/gstbaseaudiosink.c:
14879         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14880         * gst-libs/gst/audio/gstbaseaudiosink.h:
14881         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14882         (gst_ring_buffer_samples_done):
14883         * gst-libs/gst/audio/gstringbuffer.h:
14884         Document better the fact that latency_time and buffer_time are values
14885         stored in microseconds, and not the usual GStreamer nanoseconds.
14886         Change the variables (compatibly) that store them from GstClockTime 
14887         to guint64 to make it more clear that they're not storing clock times.
14888         Also, remove the bogus property description that says the user can
14889         specify -1 to get the default value, since that's never been the case.
14890
14891         When computing the default segment size for the ring buffer, make it
14892         an integer number of samples.
14893
14894         When the sub-class indicates a delay greater than the number of
14895         samples we've written return 0 from the audio sink get_time method.
14896
14897 2006-06-02  Michael Smith  <msmith@fluendo.com>
14898
14899         * tests/check/elements/audioconvert.c: (set_channel_positions),
14900         (get_float_mc_caps), (get_int_mc_caps):
14901         * tests/check/elements/audioresample.c:
14902         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14903         * tests/check/elements/videorate.c:
14904         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14905         * tests/check/elements/volume.c:
14906         * tests/check/elements/vorbisdec.c:
14907         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14908           Don't busy-wait in tests; this was causing test timeouts very
14909           frequently when running under valgrind.
14910
14911 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14912
14913         * gst/tcp/README:
14914         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14915         (gst_multi_fd_sink_remove_client_link),
14916         (gst_multi_fd_sink_client_queue_caps),
14917         (gst_multi_fd_sink_client_queue_buffer),
14918         (gst_multi_fd_sink_handle_client_write),
14919         (gst_multi_fd_sink_render):
14920         * gst/tcp/gstmultifdsink.h:
14921           make multifdsink properly deal with streamheader:
14922           - streamheader is taken from caps
14923           - buffers marked with IN_CAPS are not sent
14924           - streamheaders are sent, on connection, from the caps of the
14925             buffer where the client gets positioned to
14926           - further streamheader changes are done every time the client
14927             will receive a buffer with different caps
14928         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14929         (gst_multifdsink_create_streamheader):
14930           add tests for this
14931
14932 2006-06-02  Michael Smith  <msmith@fluendo.com>
14933
14934         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14935           Reinstate limit on channel count. Vorbis does not define the meaning
14936           of > 6 channels, so they're just independent channels. Gstreamer
14937           currently has no mechanism to represent N independent channels.
14938
14939 2006-06-02  Michael Smith  <msmith@fluendo.com>
14940
14941         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14942           Don't arbitrarily restrict channel counts and rate in vorbis.
14943           In terms of effects likely on real-world files, this fixes 96kHz
14944           playback of vorbis.
14945
14946 2006-06-02  Michael Smith  <msmith@fluendo.com>
14947
14948         * gst/audioconvert/audioconvert.c: (float):
14949           More correct float->int conversion.
14950
14951 2006-06-02  Michael Smith  <msmith@fluendo.com>
14952
14953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14954           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14955           value. Fixes g-critical on trying to play back ogg containing
14956           unknown codec.
14957
14958 2006-06-02  Wim Taymans  <wim@fluendo.com>
14959
14960         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14961         (setup_source):
14962         * gst/playback/gstplaybasebin.h:
14963         Make the subtitle detection work from any thread so we don't
14964         deadlock. Fixes #343397.
14965
14966 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14967
14968         * gst/volume/Makefile.am:
14969           Seriously, it's not *that* hard to get compilation right.  Even
14970           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14971
14972 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14973
14974         * gst/volume/gstvolume.c: (volume_choose_func),
14975         (volume_update_real_volume), (gst_volume_class_init),
14976         (gst_volume_init), (volume_process_float), (volume_process_int16),
14977         (volume_process_int16_clamp), (volume_set_caps),
14978         (volume_transform_ip), (plugin_init):
14979         * gst/volume/gstvolume.h:
14980         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14981         another property desc., remove unused param from process function
14982         
14983         * tests/check/elements/volume.c: (volume_suite):
14984         reactivate the passthrough test
14985
14986 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14987
14988         * ext/alsa/gstalsamixerelement.h:
14989         * ext/alsa/gstalsamixeroptions.h:
14990         * ext/alsa/gstalsamixertrack.h:
14991         * ext/gnomevfs/gstgnomevfssink.h:
14992         * ext/gnomevfs/gstgnomevfssrc.h:
14993         * ext/theora/gsttheoradec.h:
14994         * ext/theora/gsttheoraenc.h:
14995         * ext/theora/gsttheoraparse.h:
14996         * ext/vorbis/vorbisparse.h:
14997         * gst-libs/gst/audio/gstaudioclock.h:
14998         * gst-libs/gst/audio/gstaudiofilter.h:
14999         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15000         * gst/audioconvert/gstaudioconvert.h:
15001         * gst/audioresample/gstaudioresample.h:
15002         * gst/audiotestsrc/gstaudiotestsrc.h:
15003         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15004         * gst/playback/gststreamselector.h:
15005         * gst/tcp/gstmultifdsink.h:
15006         * gst/tcp/gsttcpclientsink.h:
15007         * gst/tcp/gsttcpclientsrc.h:
15008         * gst/tcp/gsttcpserversink.h:
15009         * gst/tcp/gsttcpserversrc.h:
15010         * gst/videorate/gstvideorate.h:
15011         * gst/videoscale/gstvideoscale.h:
15012         * gst/videotestsrc/gstvideotestsrc.h:
15013         * gst/volume/gstvolume.h:
15014         * sys/v4l/gstv4ljpegsrc.h:
15015         * sys/v4l/gstv4lmjpegsink.h:
15016         * sys/v4l/gstv4lmjpegsrc.h:
15017         * sys/v4l/gstv4lsrc.h:
15018         * sys/ximage/ximagesink.h:
15019         * sys/xvimage/xvimagesink.h:
15020         * tests/old/testsuite/alsa/sinesrc.h:
15021         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15022
15023 2006-05-31  Wim Taymans  <wim@fluendo.com>
15024
15025         * ext/libvisual/visual.c: (gst_visual_reset),
15026         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15027         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15028         Handle DISCONT.
15029         Use running time before doing QoS.
15030         Handle mono too.
15031
15032 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15033
15034         * docs/libs/Makefile.am:
15035           set a magic variable to indicate we know the docs are incomplete
15036
15037 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15038
15039         * win32/common/libgstvideo.def:
15040           export gst_video_calculate_display_ratio
15041         * win32/vs6/libgstvideoscale.dsp:
15042           add link to libgstvideo-0.10.lib
15043
15044 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15045
15046         * gst/playback/gstplaybasebin.c: (gen_source_element):
15047           Throw a more comprehensible error for rtsp:// URIs (rather
15048           than erroring out with a negotiation error later on) until
15049           we fix playbin to handle rtspsrc etc.
15050
15051 2006-05-30  Wim Taymans  <wim@fluendo.com>
15052
15053         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15054         (gst_text_overlay_text_event):
15055         Added some FIXMEs.
15056
15057 2006-05-30  Wim Taymans  <wim@fluendo.com>
15058
15059         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15060         (gst_adder_request_new_pad), (gst_adder_release_pad):
15061         * gst/adder/gstadder.h:
15062         Implement release_request_pad.
15063         Make padcounter atomic.
15064
15065         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15066         Added check for release_pad in adder.
15067
15068 2006-05-30  Wim Taymans  <wim@fluendo.com>
15069
15070         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15071         Fix build again.
15072
15073 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15074
15075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15076         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15077         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15078         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15079         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15080         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15081         (gst_ogg_demux_bisect_forward_serialno),
15082         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15083         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15084           add more debugging
15085           clean up printf formats for granulepos and serialno
15086
15087 2006-05-30  Michael Smith  <msmith@fluendo.com>
15088
15089         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15090         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15091         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15092         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15093         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15094         * ext/vorbis/vorbisenc.h:
15095           Multi-channel caps negotiation, so we can do proper multichannel
15096           vorbis encoding, negotiated through audioconvert.
15097
15098 2006-05-30  Wim Taymans  <wim@fluendo.com>
15099
15100         * tests/check/elements/adder.c: (test_event_message_received),
15101         (test_play_twice_message_received), (GST_START_TEST),
15102         (adder_suite):
15103         Added check to show that #339935 is fixed with ongoing
15104         adder and collectpads fixes.
15105
15106 2006-05-29  Wim Taymans  <wim@fluendo.com>
15107
15108         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15109         Don't leak pad name.
15110
15111 2006-05-29  Wim Taymans  <wim@fluendo.com>
15112
15113         * gst/adder/gstadder.c: (gst_adder_query_duration),
15114         (forward_event_func), (forward_event), (gst_adder_src_event):
15115         Fix adder seeking.
15116         Make query/seeking code threadsafe.
15117
15118         * tests/check/Makefile.am:
15119         * tests/check/elements/adder.c: (test_event_message_received),
15120         (GST_START_TEST), (test_play_twice_message_received):
15121         Fix adder test case.
15122
15123 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         Patch by: Young-Ho Cha  <ganadist at chollian net>
15126
15127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15128         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15129         (set_encoding_element), (decodebin_element_added_cb),
15130         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15131         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15132         * gst/playback/gstplaybasebin.h:
15133           Add 'subtitle-encoding' property to playbin, so applications can
15134           force a subtitle encoding for non-UTF8 subtitles (#342268).
15135
15136         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15137         (gst_sub_parse_set_property):
15138           Rename recently-added 'encoding' property to 'subtitle-encoding'
15139           (so it can be proxied by playbin/decodebin in a generic way
15140           with less danger of false positives).
15141
15142 2006-05-29  Michael Smith  <msmith@fluendo.com>
15143
15144         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15145         (append_with_other_format), (set_structure_widths),
15146         (gst_audio_convert_transform_caps):
15147           Patch from #341562: give more specific audio caps in get_caps, so
15148           that basetransform  can make better decisions on what caps to
15149           negotiate.
15150
15151 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15152
15153         * tests/check/elements/volume.c:
15154         make it compile again
15155
15156 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15157
15158         * tests/check/elements/volume.c: (volume_suite):
15159         disable test until #343196 gets resolved
15160
15161 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15162
15163         * gst/adder/gstadder.c: (gst_adder_get_type):
15164         Make it easier to copy&paste
15165         
15166         * gst/volume/Makefile.am:
15167         * gst/volume/gstvolume.c: (volume_update_real_volume),
15168         (gst_volume_set_volume), (gst_volume_set_mute),
15169         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15170         (volume_transform_ip), (volume_update_mute),
15171         (volume_update_volume):
15172         * gst/volume/gstvolume.h:
15173         Add own debug category, move duplicate code to helper function, fix
15174         property texts, add more comments and prepare ffor liboil-goodness
15175         
15176         * tests/check/Makefile.am:
15177         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15178         add test for mute and passtrough case, be a bit more verbose to track
15179         failure
15180         
15181         * tests/check/generic/states.c: (GST_START_TEST):
15182         catch elements that fail to instantiate
15183
15184 2006-05-28  Edward Hervey  <edward@fluendo.com>
15185
15186         * tests/check/pipelines/simple-launch-lines.c:
15187         * tests/check/pipelines/theoraenc.c:
15188         * tests/check/pipelines/vorbisenc.c:
15189         Comment out tests using parse_launch() if core was built without
15190         parsing capabilities.
15191
15192 2006-05-27  Edward Hervey  <edward@fluendo.com>
15193
15194         * tests/check/Makefile.am:
15195         Extra bonus points for whoever explains to ensonic that you are meant
15196         to test unit tests thoroughly before commiting them, especially if
15197         you know it's going to break.
15198         De-activated element/adder tests.
15199
15200 2006-05-27  Edward Hervey  <edward@fluendo.com>
15201
15202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15203         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15204         Marking caps conversion issues as GST_WARNING is way too verbose,
15205         Moving them to GST_LOG.
15206
15207 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15208
15209         * README:
15210           Replace current README (containing the release notes from
15211           some 0.9.x version) with a proper README taken from the core.
15212
15213 2006-05-26  Wim Taymans  <wim@fluendo.com>
15214
15215         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15216         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15217         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15218         (vorbis_dec_change_state):
15219         Small cleanups.
15220         Add some FIXMEs
15221         Clip output samples to segment boundaries.
15222
15223 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15224
15225         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15226         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15227         Improve the errors produced on bad output, including some human
15228         readable description strings.
15229         Handle the (theoretical for ximagesink) case where the XServer 
15230         has a different idea about the size required for a particular 
15231         frame and gives us too small a memory allocation.
15232
15233 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15234
15235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15236         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15237         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15238         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15239         Improve the errors produced on bad output, including some human 
15240         readable description strings.
15241         Handle RGB Xv formats properly by transforming them into our 
15242         big-endian caps description.
15243         Use gst_caps_truncate to ensure that we never try and choose a
15244         non-fixed caps in buffer_alloc.
15245         Handle the case where the XServer has a different idea about the size
15246         required for a particular frame and gives us too small a memory
15247         allocation.
15248         Use -1 to indicate 'no image format', because 0 is a valid XServer
15249         image format number.
15250         Put RGB Xv formats at the end of the caps, so that we always prefer
15251         YUV format frames.
15252         Iterate the available Xv Encodings to determine the maximum width and
15253         height, and then return that in our caps.
15254         (Closes #315312, #337544)
15255
15256 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15257
15258         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15259         When there is only one unfinished pad and it receives an event that
15260         doesn't match our requirements, we need to set alldone=FALSE so that
15261         the fakesink is not removed yet.
15262
15263 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15264
15265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15266           Use gst_type_find_helper_for_buffer() to find the type
15267           of stream from the first packet.
15268
15269         * configure.ac:
15270           Bump requirements to core CVS (needed for vorbis
15271           typefinding to work).
15272
15273 2006-05-24  Edward Hervey  <edward@fluendo.com>
15274
15275         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15276         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15277         contain.  Else they play perfectly fine with qtdemux.
15278
15279 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15280
15281         * ext/theora/theoradec.c:
15282         * ext/theora/theoraenc.c:
15283         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15284         * gst/audiorate/gstaudiorate.c:
15285           make more debug catagories static
15286         
15287         * tests/check/Makefile.am:
15288         * tests/check/elements/adder.c: (message_received),
15289         (test_event_message_received), (GST_START_TEST),
15290         (test_play_twice_message_received), (adder_suite):
15291           added test case for using element twice, extra bonus points for anyone
15292           who can make these test run reliably
15293
15294 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15295
15296         * ext/theora/theoradec.c: (theora_dec_chain):
15297           Make work with time-stamped input buffers that do not
15298           have a granulepos in BUFFER_OFFSET_END (like theora
15299           buffers coming from matroskademux). Fixes #342448.
15300
15301 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15302
15303         Patch by: Peter Kjellerstedt  <pkj at axis com>
15304
15305         * gst/tcp/Makefile.am:
15306           fdstresstest doesn't need Gtk+, fix compilation if 
15307           gtk is not available (#342566).
15308
15309 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15310          
15311         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15312           80 line columns
15313           Removed redundant floor()
15314
15315 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15316
15317         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15318           On second thought, just skip JUNK chunks automatically, so
15319           the caller doesn't have to handle this. Fixes #342345.
15320           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15321           not GST_FLOW_ERROR.
15322
15323 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15324
15325         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15326           Don't bail out on JUNK chunks with a size of 0 (would try to
15327           pull_range 0 bytes before, which sources don't like too much).
15328           See #342345.
15329
15330 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15331
15332         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15334         Use the gstutil scaling function to preserve 64 bits while calculating
15335         output width and height from the display-aspect-ratio. (A continuation
15336         of #341542)
15337
15338 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15339
15340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15341         (gst_xvimagesink_buffer_alloc):
15342         * sys/xvimage/xvimagesink.h:
15343         When performing buffer allocations, remember the caps and image format
15344         we return so that if the same caps are asked for next time we can
15345         return them immediately without doing any caps intersections.
15346
15347 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15348          
15349         * gst-libs/gst/rtp/README:
15350           Some new documentation
15351         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15352           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15353         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15354         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15355           New RTP audio base payloader class. Supports frame or sample based
15356           codecs.  Not enabled in Makefile.am until approved.
15357
15358 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         * tests/check/elements/alsa.c: (test_device_property_probe):
15361           Fix test case: don't try to free NULL GValueArray when there
15362           are no devices.
15363
15364 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * tests/check/Makefile.am:
15367         * tests/check/elements/alsa.c: (test_device_property_probe),
15368         (alsa_suite), (main):
15369           Add simple test that runs a device property probe on alsasrc,
15370           alsasink and alsamixer. Disable valgrind check for now (too
15371           many leaks in libasound, and valgrind ignored my suppressions
15372           additions).
15373
15374 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15375
15376         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15377         (gst_alsa_device_property_probe_probe_property),
15378         (gst_alsa_device_property_probe_needs_probe),
15379         (gst_alsa_device_property_probe_get_values),
15380         (gst_alsa_type_add_device_property_probe_interface):
15381         * ext/alsa/gstalsadeviceprobe.h:
15382         * ext/alsa/gstalsamixerelement.c:
15383         (gst_alsa_mixer_element_init_interfaces):
15384         * ext/alsa/gstalsamixerelement.h:
15385           Clean up and simplify alsa device probing. Make it actually work
15386           for multiple classes. Don't cache results any longer.
15387
15388         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15389         (gst_alsasink_init):
15390         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15391         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15392         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15393           Make alsasink and alsasrc implement the GstPropertyProbe interface
15394           for device probing (#342181).
15395           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15396
15397 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15398
15399         * gst/subparse/samiparse.c: (handle_start_font):
15400           Don't ignore return value of strtol (++compiler_happiness).
15401
15402 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15403
15404         Patch by: Young-Ho Cha  <ganadist chollian net>
15405
15406         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15407         (gst_sub_parse_class_init), (gst_sub_parse_init),
15408         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15409         (convert_encoding):
15410         * gst/subparse/gstsubparse.h:
15411           Add 'encoding' property (#341681).
15412
15413         * gst/subparse/samiparse.c: (characters_sami):
15414           Output is pango markup, so we need to escape text
15415           between tags (#342143).
15416
15417 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15418
15419         * gst-libs/gst/audio/multichannel.c:
15420         (gst_audio_check_channel_positions):
15421           It's okay to have caps with channels=1 and a channel position
15422           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15423           (deinterleavers might want to keep the position in the caps,
15424           so that they can be re-interleaved again properly later).
15425           Leave check for unexpected 2-channel layouts intact for now.
15426
15427 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15428
15429         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15430         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15431         basesrc can do its job correctly.
15432
15433 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15434
15435         * ext/alsa/Makefile.am:
15436         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15437         (gst_alsa_detect_formats), (get_channel_free_structure),
15438         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15439         (gst_alsa_probe_supported_formats):
15440         * ext/alsa/gstalsa.h:
15441         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15442           Refactor and improve caps probing code: probe signedness
15443           when we probe the supported formats/widths; set endianness
15444           to the one we actually probed for (ie. cpu endianness).
15445           
15446         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15447         (gst_alsasrc_close):
15448         * ext/alsa/gstalsasrc.h:
15449           Implement caps probing for alsasrc.
15450
15451 2006-05-15  Wim Taymans  <wim@fluendo.com>
15452
15453         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15454         (theora_dec_src_query), (theora_dec_src_event),
15455         (theora_dec_sink_event), (theora_handle_comment_packet),
15456         (theora_handle_data_packet), (theora_dec_change_state):
15457         Cleanups, add some G_LIKELY.
15458         Use segment helpers instead of our own wrong code.
15459         Clear queued buffers on seek and READY.
15460
15461         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15462         (vorbis_dec_convert), (vorbis_dec_src_query),
15463         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15464         (vorbis_handle_comment_packet), (vorbis_dec_push),
15465         (vorbis_handle_data_packet), (vorbis_dec_chain),
15466         (vorbis_dec_change_state):
15467         * ext/vorbis/vorbisdec.h:
15468         Remove old useless packetno variable.
15469         Do position query properly.
15470         Add some G_LIKELY.
15471         Do cleanup of queued buffers in new helper function
15472         and use it.
15473
15474 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15475
15476         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15477           Query supported sample rates. Fixes #341732.
15478
15479 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15480
15481         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15482         (gst_decode_bin_change_state): Make decodebin reusable
15483         when going from PAUSE_TO_READY and then back to PAUSED.
15484         Fixes #331678.
15485
15486 2006-05-15  Wim Taymans  <wim@fluendo.com>
15487
15488         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15489         (vorbis_dec_convert), (vorbis_dec_src_query),
15490         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15491         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15492         (vorbis_dec_clean_queued), (vorbis_dec_push),
15493         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15494         Cleanups. Use refcounting and DEBUG_OBJECT.
15495         Reset segment on flush, use code methods instead of our
15496         own wrong version.
15497         Fix potential memleak.
15498
15499 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15502         (gst_alsasink_init):
15503         * ext/alsa/gstalsasink.h:
15504           Don't leak allocated snd_output_t structure if there's
15505           more than one alsasink instance at a time (#341873).
15506           Also fix GObject macros in header file.
15507           
15508 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15509
15510         * gst/subparse/gstsubparse.c:
15511         (gst_sub_parse_data_format_autodetect):
15512           Don't use libxml functions in the typefinding code.
15513
15514 2006-05-15  Wim Taymans  <wim@fluendo.com>
15515
15516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15517         Fix seeking performance in the case where a non-header 
15518         packet has a 0 granulepos (busted theora case). 
15519         Fixes #341719
15520         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15521          the first place, you limelight stealer you)
15522
15523 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         * gst/subparse/gstsubparse.c:
15526         (gst_sub_parse_data_format_autodetect):
15527           Improve SAMI typefinding: handle case where there are
15528           whitespaces or newlines in front of the first <SAMI>
15529           tag (#169936).
15530
15531 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * configure.ac:
15534           Build video4linux plugin even if there's no XVIDEO, just
15535           without implementing the GstXOverlay interface (#334002).
15536          
15537 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         * configure.ac:
15540         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15541         (plugin_init):
15542           Add tentative support for libvisual-0.4 (#336881).
15543
15544 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15545
15546         Patch by: Young-Ho Cha <ganadist at chollian net>
15547
15548         * gst/subparse/samiparse.c: (handle_start_font):
15549           Need to map "silver" colour explicitly (#169936).
15550
15551 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15552
15553         Patch by: Young-Ho Cha  <ganadist at chollian net>
15554
15555         * gst/subparse/Makefile.am:
15556         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15557         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15558         (gst_sub_parse_format_autodetect), (feed_textbuf),
15559         (gst_subparse_type_find), (plugin_init):
15560         * gst/subparse/gstsubparse.h:
15561         * gst/subparse/samiparse.c:
15562         * gst/subparse/samiparse.h:
15563           Add support for SAMI subtitles (#169936).
15564
15565 2006-05-14  Michael Smith  <msmith@fluendo.com>
15566
15567         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15568           Fix #341696: crash when mixing L+R+C to mono or stereo.
15569         * tests/check/Makefile.am:
15570         * tests/check/elements/audioconvert.c: (set_channel_positions),
15571         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15572         (audioconvert_suite):
15573           Add test for the above, including some generic framework bits for
15574           testing multichannel things.
15575
15576 === release 0.10.7 ===
15577
15578 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15579
15580         * configure.ac:
15581           releasing 0.10.7, "Leave the gun"
15582
15583 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15584
15585         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15587         Fix the build.
15588
15589 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15590
15591         * docs/libs/gst-plugins-base-libs-docs.sgml:
15592         * docs/libs/gst-plugins-base-libs-sections.txt:
15593         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15594         * gst-libs/gst/video/video.h:
15595         * gst/videoscale/Makefile.am:
15596         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15598         * tests/check/Makefile.am:
15599         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15600         (main):
15601           Fix integer overflow problem with pixel-aspect-ratio calculations
15602           in videoscale and xvimagesink (#341542)
15603
15604 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * gst-libs/gst/tag/gstid3tag.c:
15607           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15608
15609 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15610
15611         * win32/MANIFEST:
15612           update win32 files listing
15613
15614 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15615
15616         patch by: Sjoerd Simons (sjoerd@luon.net)
15617
15618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15619         (group_create), (group_destroy), (add_stream),
15620         (gst_play_base_bin_get_property),
15621         (gst_play_base_bin_get_streaminfo_value_array):
15622         * gst/playback/gstplaybasebin.h:
15623           API: GstPlayBaseBin::stream-info-value-array property
15624           use a more bindings-friendly way of exposing streaminfo
15625           using a GValueArray.  Tested in ipython.
15626           Closes #341114
15627
15628 2006-05-11  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15631         (queue_underrun_cb), (queue_filled_cb):
15632         Also catch queue underruns but don't do anything yet.
15633         Refactor and comment queue enlarging code a bit.
15634
15635         * gst/playback/gstplaybasebin.c: (queue_overrun),
15636         (queue_threshold_reached), (queue_out_of_data),
15637         (gen_preroll_element):
15638         If a queue over/underruns check that we don't create nasty
15639         deadlocks when the min-threshold is not reached but the
15640         max-bytes is. In those cases disable max-bytes when we
15641         know that the queue is fed timed data.
15642         Add more comments.
15643
15644 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         * gst/playback/gstplaybin.c: (gen_audio_element):
15647           Make playbin automatically plug an 'audioresample'
15648           element before the audio sink as well. This solves
15649           problems with sinks that only accept a very specific
15650           sample rate, like esdsink (e.g. #340379).
15651
15652 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15653
15654         * gst/playback/gstplaybasebin.c: (gen_source_element):
15655           Make http sources send special headers so that we receive
15656           icecast metadata if the http stream is an icecast stream
15657           (otherwise the server will just ignore them). This also
15658           means that from now on users will need the 'icydemux'
15659           element from gst-plugins-good installed if they want to
15660           listen to icecast radio streams. (#341432, #333657).
15661
15662 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15663
15664         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15665         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15666           remove stupid example from docs - it should come with a simple
15667           C program instead.
15668           Clean up/fix docs
15669         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15670         (fail_if_can_read), (GST_START_TEST),
15671         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15672           add a test for changing streamheader which exposes a bug in
15673           multifdsink
15674
15675 2006-05-11  Michael Smith  <msmith@fluendo.com>
15676
15677         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15678         (gst_gnome_vfs_src_received_headers_callback):
15679         * ext/gnomevfs/gstgnomevfssrc.h:
15680           Don't set icy-caps unless we have a sane interval value. Move
15681           interval to a local variable; we never use it outside this function.
15682
15683 2006-05-11  Wim Taymans  <wim@fluendo.com>
15684
15685         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15687         Register special buffer types along with the objects so
15688         that they are not registered at runtime from N different
15689         streaming threads since they are not threadsafe.
15690
15691 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15692
15693         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15694         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15695           add two more tests, one doing streamheader
15696
15697 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15698
15699         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15700           clean up the bufqueue when shutting down
15701         * tests/check/Makefile.am:
15702         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15703         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15704         (main):
15705           add a test for the leak that was just fixed
15706
15707 2006-05-10  Wim Taymans  <wim@fluendo.com>
15708
15709         * gst/adder/gstadder.c: (gst_adder_setcaps),
15710         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15711         (gst_adder_src_event), (gst_adder_sink_event),
15712         (gst_adder_class_init), (gst_adder_finalize),
15713         (gst_adder_request_new_pad), (gst_adder_collected):
15714         * gst/adder/gstadder.h:
15715         Updated some docs. Added comments and FIXMEs all over the place.
15716         Improve debugging info.
15717         Fix leak on finalize by not calling the parent.
15718         Implement duration query.
15719         Make event forwarding threadsafe.
15720         Correctly send NEWSEGMENT at start and after flush.
15721         Handle EOS correctly.
15722         Post error when not negotiated.
15723
15724         * tests/check/elements/adder.c: (GST_START_TEST):
15725         Added FIXME in the test.
15726
15727 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15728
15729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15730         (gst_text_overlay_halign_get_type),
15731         (gst_text_overlay_wrap_mode_get_type):
15732         * ext/theora/theoradec.c: (theora_handle_type_packet),
15733         (theora_handle_data_packet):
15734         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15735         (theora_enc_sink_setcaps), (theora_enc_chain):
15736         * gst-libs/gst/cdda/gstcddabasesrc.c:
15737         (gst_cdda_base_src_mode_get_type):
15738         * gst/audiotestsrc/gstaudiotestsrc.c:
15739         (gst_audiostestsrc_wave_get_type):
15740         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15741         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15742         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15743         (gst_sync_method_get_type), (gst_unit_type_get_type),
15744         (gst_client_status_get_type):
15745         * gst/videoscale/gstvideoscale.c:
15746         (gst_video_scale_method_get_type):
15747         * gst/videotestsrc/gstvideotestsrc.c:
15748         (gst_video_test_src_pattern_get_type):
15749         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15750         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15751         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15752         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15753         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15754         (paint_setup_RGB565), (paint_setup_xRGB1555):
15755           Const-ify GEnumValue and GFlagsValue arrays. Use
15756           GST_ROUND_UP_* macros instead of home-made ones.
15757
15758 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15759
15760         * configure.ac:
15761           Require core CVS for the new newsegment stuff.
15762
15763 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15764
15765         Patch by: Sjoerd Simons  <sjoerd at luon net>
15766
15767         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15768           Register nick for enum value (#341160).
15769
15770 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15771
15772         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15773         (plugin_init):
15774          backout typefind patch #340375
15775          
15776         * tests/check/elements/adder.c: (message_received),
15777         (GST_START_TEST), (adder_suite):
15778           redo, signal-handling of test
15779
15780 2006-05-09  Wim Taymans  <wim@fluendo.com>
15781
15782         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15783         (gst_adder_collected):
15784         * gst/adder/gstadder.h:
15785         Remove bogus segment merging and forwarding, we don't
15786         care about timestamps anyway and we just produce a
15787         continuous stream. 
15788         Also create a nice NEWSEGMENT event when we start.
15789         Use _scale_int some more.
15790
15791 2006-05-09  Edward Hervey  <edward@fluendo.com>
15792
15793         * tests/icles/stress-xoverlay.c:
15794         Fix if core was built without parsing support.
15795
15796 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15797
15798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15799           Add SEDG (Samsung MPEG-4) fourcc.
15800
15801 2006-05-09  Edward Hervey  <edward@fluendo.com>
15802
15803         * tests/icles/stress-xoverlay.c:
15804         * tests/examples/volume/volume.c:
15805         Fix if core was built without parsing support.
15806
15807         * tests/examples/seek/seek.c:
15808         Disable the parse_launch example if core was built without parsing
15809         support.
15810
15811 2006-05-08  Edward Hervey  <edward@fluendo.com>
15812
15813         * autogen.sh: (CONFIGURE_DEF_OPT): 
15814         libtoolize on Darwin/MacOSX is called glibtoolize
15815
15816 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15817
15818         * tests/check/Makefile.am:
15819         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15820           Disable the adder test, until the build-slaves posses the kindness to 
15821           either like it or to give valid reason for not doing so 
15822
15823 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15824
15825         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15826         (adder_suite):
15827           Shuffle NULL state change around and raise timeout more
15828
15829 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15830
15831         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15832         (mp4_type_find), (plugin_init):
15833           Add typefind to distinguish between "audio/x-m4a" and new type
15834           "video/mp4". Fixes #340375
15835
15836         * tests/check/elements/adder.c: (adder_suite):
15837           Raise timeout to make buildbot happy
15838
15839 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15840
15841         * gst/adder/gstadder.c: (gst_adder_sink_event),
15842         (gst_adder_request_new_pad), (gst_adder_change_state):
15843         * gst/adder/gstadder.h:
15844         * tests/check/Makefile.am:
15845         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15846         (adder_suite), (main):
15847           Add sink-event handling to adder. It tries to merge incomming
15848           newsegment-events. Added test to check if segment_done is comming
15849           through. Fixes #340060
15850
15851 2006-05-05  Andy Wingo  <wingo@pobox.com>
15852
15853         * ext/theora/theoraparse.c (gst_theora_parse_init)
15854         (theora_parse_src_convert, theora_parse_src_query):
15855         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15856         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15857         query functions on the source pads of the theora and vorbis parse
15858         elements. Fixes position querying when doing a remux.
15859
15860 2006-05-05  Michael Smith  <msmith@fluendo.com>
15861
15862         * ext/theora/theoraparse.c: (parse_granulepos),
15863         (theora_parse_drain_queue_prematurely),
15864         (theora_parse_queue_buffer), (theora_parse_sink_event):
15865           Fix flushing.
15866           Fix invalid granulepos outputs when starting with a non-keyframe.
15867
15868 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15869
15870         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15871         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15872         Rearrange MPEG system stream detection, fixing some memleaks in the
15873         process.
15874         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15875         they clean up their data correctly.
15876         Remove unused ogganx caps and move the 'is_annodex' check to inside
15877         the 'is_ogg' if statement.
15878
15879 2006-05-05  Wim Taymans  <wim@fluendo.com>
15880
15881         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15882         Properly remove ghostpads. Fixes #340392
15883
15884 2006-05-04  David Schleef  <ds@schleef.org>
15885
15886         * gst/typefind/gsttypefindfunctions.c:
15887
15888 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15889
15890         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15891         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15892
15893         When typefinding an MP3 in push-based mode, don't penalise the
15894         probability down to 74% when we found 5 valid frames just because we
15895         can't peek the end of the file.
15896
15897         Make the probability for detecting MPEG Transport Streams based on the
15898         number of sequential headers we successfully detected.
15899
15900 2006-05-03  Wim Taymans  <wim@fluendo.com>
15901
15902         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15903         (vorbis_dec_push), (vorbis_dec_chain):
15904         Still produce an error when we receive an empty packet.
15905
15906 2006-05-03  Wim Taymans  <wim@fluendo.com>
15907
15908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15909         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15910         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15911         Mark buffers with DISCONT after seek and after activating new
15912         chains.
15913
15914         * ext/theora/gsttheoradec.h:
15915         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15916         (theora_get_query_types), (theora_dec_sink_event),
15917         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15918         (theora_dec_change_state):
15919         Fix frame counter.
15920         Detect and mark DISCONT buffers.
15921
15922         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15923         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15924         (vorbis_dec_change_state):
15925         * ext/vorbis/vorbisdec.h:
15926         Use GstSegment.
15927         Detect and mark DISCONT buffers.
15928         Don't crash on 0 sized buffers.
15929
15930 2006-05-03  Wim Taymans  <wim@fluendo.com>
15931
15932         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15933         (volume_transform_ip):
15934         Increase "volume" property to 10.0. Fixes #340369.
15935         Set the process function to NULL when capsnego fails so that
15936         we properly error out.
15937
15938 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15939
15940         * gst/playback/gstplaybin.c: (add_sink):
15941         * gst/playback/test.c: (main):
15942         * gst/playback/test5.c: (dump_element_stats):
15943         * gst/playback/test6.c: (main):
15944           free caps using gst_caps_unref, don't leak caps-strings
15945
15946 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15947
15948         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15949         (plugin_init):
15950           Refine musepack typefinding a bit. Return MAXIMUM
15951           probability when we detect stream version 7 to make
15952           sure the mpeg audio typefinder doesn't trump us.
15953
15954 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15955
15956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15957           Protect against unexpected NULL strf_data buffer.
15958
15959 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15960
15961         * tests/check/elements/audioconvert.c: (verify_convert),
15962         (GST_START_TEST):
15963           interpret the out[] buffer in the order the bytes are actually
15964           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15965           Other tests should use BYTE_ORDER since the array is filled in
15966           with actual values
15967
15968 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15969
15970         * tests/check/elements/audioconvert.c: (verify_convert),
15971         (GST_START_TEST):
15972           when a test fails, give an indication of which it is
15973
15974 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15975
15976         * gst-libs/gst/cdda/gstcddabasesrc.c:
15977           compile fix; strtol() needs <stdlib.h>
15978
15979 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15980
15981         * ext/alsa/gstalsamixerelement.c:
15982         * ext/alsa/gstalsasrc.c:
15983         * ext/cdparanoia/gstcdparanoiasrc.c:
15984         * ext/gnomevfs/gstgnomevfssink.c:
15985         * ext/gnomevfs/gstgnomevfssrc.c:
15986         * ext/ogg/gstoggdemux.c:
15987         * ext/ogg/gstoggmux.c:
15988         * ext/ogg/gstoggparse.c:
15989         * ext/ogg/gstogmparse.c:
15990         * ext/pango/gstclockoverlay.c:
15991         * ext/pango/gsttextoverlay.c:
15992         * ext/pango/gsttextrender.c:
15993         * ext/pango/gsttimeoverlay.c:
15994         * ext/theora/theoradec.c:
15995         * ext/theora/theoraenc.c:
15996         * ext/vorbis/vorbisdec.c:
15997         * ext/vorbis/vorbisenc.c:
15998         * gst-libs/gst/audio/gstaudiofilter.c:
15999         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16000         * gst/audioconvert/gstaudioconvert.c:
16001         * gst/audiorate/gstaudiorate.c:
16002         * gst/audioresample/gstaudioresample.c:
16003         * gst/audiotestsrc/gstaudiotestsrc.c:
16004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16005         * gst/playback/gstdecodebin.c:
16006         * gst/playback/gstplaybin.c:
16007         * gst/playback/gststreamselector.c:
16008         * gst/subparse/gstsubparse.c:
16009         * gst/tcp/gstmultifdsink.c:
16010         * gst/tcp/gsttcpclientsink.c:
16011         * gst/tcp/gsttcpclientsrc.c:
16012         * gst/tcp/gsttcpserversink.c:
16013         * gst/tcp/gsttcpserversrc.c:
16014         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16015         * gst/videorate/gstvideorate.c:
16016         * gst/videoscale/gstvideoscale.c:
16017         * gst/videotestsrc/gstvideotestsrc.c:
16018         * gst/volume/gstvolume.c:
16019         * sys/v4l/gstv4ljpegsrc.c:
16020         * sys/v4l/gstv4lmjpegsink.c:
16021         * sys/v4l/gstv4lmjpegsrc.c:
16022         * sys/v4l/gstv4lsrc.c:
16023         * sys/ximage/ximagesink.c:
16024         * sys/xvimage/xvimagesink.c:
16025         * tests/check/libs/cddabasesrc.c:
16026           make GstElementDetails const
16027
16028 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16029
16030         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16031         (gst_adder_init):
16032           send events from src-pad to all sink-pads fixes #338657
16033
16034 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16035
16036         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16037         (alsasink_parse_spec):
16038           query width capabilities from alsa, fixes #338919
16039
16040 2006-04-28  Wim Taymans  <wim@fluendo.com>
16041
16042         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16043         (gst_multi_fd_sink_remove_client_link):
16044         * gst/tcp/gstmultifdsink.h:
16045         Fix race condition in multifdsink that can lead to spurious 
16046         duplicate clients. this patch adds a new signal that is fired when
16047         multifdsink has removed all references to the fd.
16048         Fixes #339574.
16049         Updated documentation.
16050         API: client-fd-removed signal added
16051
16052 2006-04-28  Michael Smith  <msmith@fluendo.com>
16053
16054         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16055           When asking g_value_array_new to prealloc elements, we may as well
16056           ask for the right number of elements.
16057
16058 2006-04-28  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst-libs/gst/audio/gstbaseaudiosink.c:
16061         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16062         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16063         patch to make timestamp checking more tollerant to rounding 
16064         errors given that real discontinuities are to be marked on
16065         buffers. Fixes some asf files and #338778.
16066         Also avoid some crashers when we receive an event in the 
16067         NULL state.
16068
16069 2006-04-28  Michael Smith  <msmith@fluendo.com>
16070
16071         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16072         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16073         (gst_gnome_vfs_src_get_property),
16074         (gst_gnome_vfs_src_send_additional_headers_callback),
16075         (gst_gnome_vfs_src_received_headers_callback),
16076         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16077         (gst_gnome_vfs_src_stop):
16078         * ext/gnomevfs/gstgnomevfssrc.h:
16079           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16080           proper shared support within icydemux.
16081
16082 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16083
16084         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16085         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16086           fix up docs
16087           fix a leak when no caps negotiated
16088           fix counting of input frames
16089         * tests/check/elements/.cvsignore:
16090         * tests/check/elements/videorate.c: (assert_videorate_stats),
16091         (GST_START_TEST), (videorate_suite):
16092           add tests for these
16093
16094 2006-04-28  Wim Taymans  <wim@fluendo.com>
16095
16096         * gst-libs/gst/audio/gstringbuffer.c:
16097         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16098         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16099         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16100         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16101         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16102         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16103         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16104         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16105         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16106         Check arguments passed to public functions instead of
16107         crashing.
16108
16109 2006-04-28  Wim Taymans  <wim@fluendo.com>
16110
16111         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16112         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16113         GstBaseAudioSrc must be live or it does not work.
16114
16115         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16116         Don't set live to TRUE as this is the default in the parentclass.
16117
16118 2006-04-28  Wim Taymans  <wim@fluendo.com>
16119
16120         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16121         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16122         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16123         fixation cases better. Fixes #338991
16124
16125 2006-04-28  Wim Taymans  <wim@fluendo.com>
16126
16127         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16128         Handle 0/1 framerate correctly Fixes #331901.
16129
16130 2006-04-28  Wim Taymans  <wim@fluendo.com>
16131
16132         * tests/check/elements/audioconvert.c: (get_float_caps),
16133         (GST_START_TEST), (audioconvert_suite):
16134         Added check for correct clipping when doing float samples
16135         in audioconvert.
16136
16137 2006-04-28  Wim Taymans  <wim@fluendo.com>
16138
16139         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16140         (gst_video_rate_chain):
16141         Print more debugging info.
16142
16143 2006-04-28  Wim Taymans  <wim@fluendo.com>
16144
16145         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16146         (resample_set_state_from_caps):
16147         Add support for other formats audioresample can handle such as
16148         32 bits in and float and 64 bits float. Fixes #301759
16149
16150 2006-04-28  Wim Taymans  <wim@fluendo.com>
16151
16152         * gst/audioconvert/audioconvert.c: (float):
16153         correctly clip float samples > 1.0. Fixes #338718
16154
16155 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16156
16157         Patch by: Young-Ho Cha  <ganadist at chollian net>
16158
16159         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16160         (gst_text_overlay_render_text):
16161           Don't strip newlines from the text. Also, center lines
16162           within multi-line paragraphs (#339405).
16163
16164 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16165
16166         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16167           Fix wavpack typefinding to work in more cases (don't peek
16168           for chunks of multiple hundred kBs at once, but process
16169           things step-by-step in smaller units). Fixes #339786.
16170
16171 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16172
16173         * configure.ac:
16174           back to HEAD
16175
16176 === release 0.10.6 ===
16177
16178 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16179
16180         * configure.ac:
16181           releasing 0.10.6, "Chao"
16182
16183 2006-04-26  David Schleef  <ds@schleef.org>
16184
16185         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16186           Fixes #338897.
16187
16188 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16189
16190         * configure.ac:
16191         * win32/common/config.h:
16192           new prerelease
16193
16194 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16195
16196         patch by: Wim Taymans
16197
16198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16199         (gst_ogg_demux_perform_seek):
16200           make sure correct newsegments are sent, so that the decoder
16201           and the demuxer agree on timestamps.  Fixes playback of a lot
16202           of Ogg files that do not start from 0.  Fixes #339833.
16203
16204 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16205
16206         Patch by: Edward Hervey  <edward@fluendo.com>
16207
16208         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16209         * tests/check/Makefile.am:
16210         * tests/check/elements/videorate.c: (assert_videorate_stats),
16211         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16212         (videorate_suite), (main):
16213           Fix an infinite loop if frames are passed in with wrongly ordered
16214           timestamps.  Fixes #339013.
16215
16216 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16217
16218         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16219
16220         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16221           fix typefinding on some ISO files.  Fixes #339212.
16222
16223 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16224
16225         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16228           add another H264 fourcc.  Fixes #339047.
16229
16230 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16231
16232         Patch by: Jan Schmidt
16233
16234         * gst/playback/gststreamselector.c:
16235         (gst_stream_selector_bufferalloc):
16236           Restore old StreamSelector behaviour.
16237           Fixes #338419.
16238
16239 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * configure.ac:
16242         * win32/common/config.h:
16243           prerelease
16244
16245 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16246
16247         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16248
16249         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16250         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16251           Fix some memory leaks: on finalize, free buffers left in the queue
16252           before destroying the queue; in _push(), unref rtp_buf even if
16253           the process vfunc returned a NULL buffer as output buffer (#337548);
16254           demote some recuring debug messages to LOG level.
16255
16256 2006-04-11  Wim Taymans  <wim@fluendo.com>
16257
16258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16259         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16260         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16261         (gst_ogg_demux_loop):
16262         More cleanups.
16263         Respect segment stop when emiting EOS or SEGMENT_DONE.
16264         Fixes (#337945).
16265
16266 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         * gst/playback/gststreamselector.c:
16269         (gst_stream_selector_get_property):
16270           Don't leak pad name.
16271
16272 2006-04-10  Michael Smith  <msmith@fluendo.com>
16273
16274         * tests/check/Makefile.am:
16275         * tests/check/gst-plugins-base.supp:
16276           Suppress an old libtheora bug (fixed in more recent versions), so 
16277           that FC4 buildslaves can pass.
16278
16279 2006-04-10  Wim Taymans  <wim@fluendo.com>
16280
16281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16282         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16283         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16284         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16285         (gst_ogg_demux_loop):
16286         Don't leak events.
16287         Remember what error we got when finding chains, if we
16288         were shutdown, that would not be an error.
16289
16290 2006-04-10  Wim Taymans  <wim@fluendo.com>
16291
16292         * gst-libs/gst/audio/gstbaseaudiosink.c:
16293         (gst_base_audio_sink_event):
16294         Starting the ringbuffer when we did not acquire it can cause
16295         a deadlock, is pointless and causes nasty things for
16296         subclasses. 
16297         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16298
16299 2006-04-10  Wim Taymans  <wim@fluendo.com>
16300
16301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16302         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16303         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16304         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16305         (gst_ogg_demux_deactivate_current_chain),
16306         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16307         (gst_ogg_demux_bisect_forward_serialno),
16308         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16309         Add some more debugging.
16310
16311 2006-04-10  Wim Taymans  <wim@fluendo.com>
16312
16313         * ext/theora/theoradec.c: (theora_dec_src_event),
16314         (theora_handle_data_packet):
16315         Some more debug info.
16316
16317         * tests/examples/seek/seek.c: (start_seek), (main):
16318         Print element messages too.
16319
16320 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16321
16322         * gst/audioresample/debug.h:
16323           replace debug macros with variable number of parameters
16324           by a simple alias to gstreamer standard debug macros 
16325          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16326           supported by MSVC 6.0 and 7.1)
16327         * gst/audioresample/resample.h:
16328           define M_PI and rint for WIN32
16329         * win32/common/libgstaudio.def:
16330         * win32/common/libgstriff.def:
16331         * win32/common/libgsttag.def:
16332         * win32/common/libgstvideo.def:
16333           add new exported functions
16334         * win32/vs6:
16335           update project files
16336
16337 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16338
16339         * ext/alsa/gstalsamixeroptions.c:
16340         (gst_alsa_mixer_options_class_init):
16341         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16344         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16345         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16346         * gst-libs/gst/audio/gstaudiofilter.c:
16347         (gst_audio_filter_class_init):
16348         * gst-libs/gst/audio/gstaudiosink.c:
16349         (gst_audioringbuffer_class_init):
16350         * gst-libs/gst/audio/gstaudiosrc.c:
16351         (gst_audioringbuffer_class_init):
16352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16353         * gst-libs/gst/interfaces/colorbalancechannel.c:
16354         (gst_color_balance_channel_class_init):
16355         * gst-libs/gst/interfaces/mixeroptions.c:
16356         (gst_mixer_options_class_init):
16357         * gst-libs/gst/interfaces/mixertrack.c:
16358         (gst_mixer_track_class_init):
16359         * gst-libs/gst/interfaces/tunerchannel.c:
16360         (gst_tuner_channel_class_init):
16361         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16362         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16363         (gst_netbuffer_class_init):
16364         * gst-libs/gst/rtp/gstbasertppayload.c:
16365         (gst_basertppayload_class_init):
16366         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16367         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16368         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16369         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16370         * gst/playback/gststreamselector.c:
16371         (gst_stream_selector_class_init):
16372         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16373         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16374         * sys/v4l/gstv4lcolorbalance.c:
16375         (gst_v4l_color_balance_channel_class_init):
16376         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16377         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16378         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16379         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16380         (gst_v4l_tuner_norm_class_init):
16381         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16383         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16384         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16385
16386 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16387
16388         * ext/pango/gsttextrender.h:
16389         * gst-libs/gst/audio/gstaudiosink.h:
16390         * gst-libs/gst/audio/gstaudiosrc.h:
16391         * gst-libs/gst/audio/gstbaseaudiosink.h:
16392         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16393         * gst-libs/gst/audio/gstringbuffer.h:
16394         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16395         * gst-libs/gst/rtp/gstbasertppayload.h:
16396         * gst-libs/gst/video/gstvideofilter.h:
16397         * gst-libs/gst/video/gstvideosink.h:
16398         * gst/playback/gstplaybasebin.h:
16399         * gst/tcp/gstmultifdsink.h:
16400         * sys/v4l/gstv4lelement.h:
16401         Fix broken GObject macros
16402
16403 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16404
16405         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16406         More debug to trace why my USB headset is not working with gst
16407
16408 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16409
16410         * gst/playback/gstplaybasebin.c: (group_destroy):
16411         Clean up our group elements properly in the case where it never 
16412         got committed - it still got added unconditionally to the bin.
16413
16414 2006-04-07  Wim Taymans  <wim@fluendo.com>
16415
16416         * ext/theora/theoradec.c: (theora_dec_sink_event),
16417         (theora_handle_data_packet), (theora_dec_chain):
16418         Unref unhandled events.
16419         Protect against empty buffers.
16420         Perform QoS on running time.
16421
16422 2006-04-07  Michael Smith  <msmith@fluendo.com>
16423
16424         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16425         (gst_vorbis_enc_chain):
16426           Remove leaks from vorbisenc.
16427           Mostly minor changes, the only significant one is that now the
16428           buffers we set as 'streamheader' on the caps are copies of the
16429           original buffers, to avoid circular refcounting problems.
16430
16431 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16432
16433         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16434           Don't remove our mute-probe if someone else already did so.
16435           Don't set a 2nd one if there is already one pending on the pad.
16436
16437         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16438         (do_playbin_seek):
16439           When a seek fails, ensure that playbin is still set back to playing.
16440           
16441         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16442         (mpeg_ts_type_find), (plugin_init):
16443           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16444
16445 2006-04-06  Andy Wingo  <wingo@pobox.com>
16446
16447         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16448         (gst_video_rate_init): Caps-related parameters should not be reset
16449         by a flush -- move their inits to the instance init function.
16450         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16451         is not OK, just return the result.
16452
16453         * gst/audiotestsrc/gstaudiotestsrc.c
16454         (gst_audio_test_src_class_init)
16455         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16456         broken by Stefan's commit on 24 March.
16457
16458         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16459         buffers being pushed out. Fixes oggmux ! multifdsink.
16460
16461 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16462
16463         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16464         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16465         * ext/vorbis/vorbisdec.h:
16466         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16467         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16468         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16469         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16470         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16471         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16472         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16473         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16474         (gst_vorbis_enc_buffer_from_packet),
16475         (gst_vorbis_enc_buffer_from_header_packet),
16476         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16477         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16478         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16479         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16480         (gst_vorbis_enc_change_state):
16481         * ext/vorbis/vorbisenc.h:
16482           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16483           vorbisenc adhere to the official nomenclature; use boilerplate
16484           macro.
16485
16486 2006-04-04  Andy Wingo  <wingo@pobox.com>
16487
16488         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16489         Whoops, fix bug introduced. Bad hacker!
16490         
16491         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16492         Properly handle the case where you get EOS before any buffers are
16493         received. Use gst_buffer_make_metadata_writable where appropriate.
16494
16495         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16496         is often negative -- make it signed so as not to wrap around.
16497         Fixes segfaults introduced on 9 March.
16498
16499 2006-04-03  Wim Taymans  <wim@fluendo.com>
16500
16501         * ext/theora/gsttheoradec.h:
16502         * ext/theora/theoradec.c: (theora_dec_src_event):
16503         Don't try to store a gdouble in a gboolean.
16504         Small cleanups.
16505
16506 2006-04-03  Michael Smith  <msmith@fluendo.com>
16507
16508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16509           Oggmux sucks.
16510           Make it suck slightly less by writing out the final page.
16511           Still can't encode a vorbis-in-ogg file correctly, though.
16512
16513 2006-04-03  Andy Wingo  <wingo@pobox.com>
16514
16515         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16516         a g_print.
16517
16518         * ext/theora/theora.c (plugin_init): Register theoraparse.
16519
16520         * ext/theora/gsttheoraparse.h: 
16521         * ext/theora/theoraparse.c: New files implementing a theora
16522         parser. Now we can properly remux ogg/theora+vorbis, yay.
16523
16524         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16525
16526 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16527
16528         * gst/audiotestsrc/gstaudiotestsrc.c:
16529           Fixed the sample pipeline (see #323798)
16530
16531 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16532
16533         * configure.ac:
16534         * win32/common/config.h:
16535         * win32/common/config.h.in:
16536           use AS_VERSION and AS_NANO
16537           more cleanups
16538
16539 2006-03-31  Andy Wingo  <wingo@pobox.com>
16540
16541         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16542         uninitialized variable return that would happen.
16543         
16544         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16545         uninitialized variable return that would never happen.
16546
16547         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16548         (vorbis_parse_sink_event): Add an event function to flush our
16549         state on a seek, and to drain buffers on a premature EOS.
16550         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16551         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16552         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16553         (vorbis_parse_drain_queue): Queue up buffers until we can set
16554         their timestamps and granulepos values.
16555
16556         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16557         and keep track of data needed for deriving granulepos and
16558         timestamps for buffers.
16559
16560 2006-03-29  Wim Taymans  <wim@fluendo.com>
16561
16562         Patch by: j^ <j at bootlab dot org>
16563
16564         * ext/alsa/gstalsamixerelement.c:
16565         (gst_alsa_mixer_element_class_init):
16566         * ext/alsa/gstalsasink.c:
16567         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16568         * ext/ogg/gstoggdemux.c:
16569         * ext/ogg/gstoggmux.c:
16570         * ext/ogg/gstoggparse.c:
16571         * ext/pango/gstclockoverlay.c:
16572         * ext/pango/gsttextoverlay.c:
16573         * ext/pango/gsttextrender.c:
16574         * ext/pango/gsttimeoverlay.c:
16575         * ext/theora/theoradec.c:
16576         * ext/theora/theoraenc.c:
16577         * ext/vorbis/vorbisdec.c:
16578         * ext/vorbis/vorbisenc.c:
16579         * gst/audioconvert/gstaudioconvert.c:
16580         * gst/subparse/gstsubparse.c:
16581         * gst/tcp/gstmultifdsink.c:
16582         * gst/tcp/gsttcpclientsink.c:
16583         * gst/tcp/gsttcpclientsrc.c:
16584         * gst/tcp/gsttcpserversink.c:
16585         * gst/tcp/gsttcpserversrc.c:
16586           better/unified long descriptions
16587           Fixes #336477
16588
16589 2006-03-29  Wim Taymans  <wim@fluendo.com>
16590
16591         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16592         (stop_seek):
16593         Don't let double and triple clicks mess up our state.
16594
16595 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16596
16597         * gst/playback/gstplaybin.c: (gen_video_element),
16598         (gen_text_element), (gen_audio_element), (gen_vis_element):
16599           Error out gracefully when we can't create any of the usual
16600           conversion elements for some reason. Also, don't try to
16601           create an audioscale (sic) element that's not used anyway.
16602
16603 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16604
16605         * gst/playback/gstplaybasebin.c: (setup_source):
16606           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16607           element for a particular protocol, that's confusing for users.
16608           Instead, post a RESOURCE_FAILED error, so that our own error
16609           message is actually shown in totem etc. (#336303).
16610
16611 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16612
16613         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16614
16615         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16616         (gst_gnome_vfs_src_get_icy_metadata):
16617           Fix some minor memory leaks (#336194).
16618
16619 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16620
16621         * ext/gnomevfs/gstgnomevfs.c:
16622         (gst_gnome_vfs_location_to_uri_string):
16623         * ext/gnomevfs/gstgnomevfs.h:
16624         * ext/gnomevfs/gstgnomevfssink.c:
16625         (gst_gnome_vfs_sink_set_property):
16626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16627           Make gnomevfssink accept filenames as well as URIs for the
16628           "location" property, just like gnomevfssrc does (and
16629           filesrc/filesink do) (#336190).
16630
16631 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16632
16633         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16634           set to NULL before unreffing, fixes a valgrind leak.
16635           Why was this not triggering the error that an object needs to
16636           be NULL before unreffing ?
16637         * win32/common/config.h:
16638           update
16639
16640 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16641
16642         * gst/subparse/gstsubparse.c: (convert_encoding),
16643         (gst_sub_parse_change_state):
16644         * gst/subparse/gstsubparse.h:
16645           Text subtitle files may or may not be UTF-8. If it's not, we
16646           don't really want to see '?' characters in place of non-ASCII
16647           characters like accented characters. So let's assume the input
16648           is UTF-8 until we come across text that is clearly not. If it's
16649           not UTF-8, we don't really know what it is, so try the following:
16650           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16651           is set; if not, check (b) if the current locale encoding is
16652           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16653           the current locale encoding is UTF-8 and the environment variable
16654           was not set to any particular encoding. Not perfect, but better
16655           than nothing (and better than before, I think) (fixes #172848).
16656
16657 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16658
16659         * configure.ac:
16660           update core requirement to 0.10.4.1 because of async_playback
16661           vmethod on GstBaseSink
16662
16663 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16664
16665         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16666         * gst/adder/gstadder.c: (gst_adder_init):
16667         use DEBUG_FUNCPTR for collectpads
16668
16669 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16670
16671         * docs/plugins/Makefile.am:
16672         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16673         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16674         * ext/cdparanoia/gstcdparanoiasrc.c:
16675         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16676         (gst_gnome_vfs_sink_class_init):
16677         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16678         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16679         * ext/ogg/gstoggmux.c:
16680         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16681         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16682         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16683         * ext/pango/gsttextoverlay.c:
16684         * ext/pango/gsttextrender.c:
16685         * ext/theora/theoradec.c:
16686         * ext/theora/theoraenc.c:
16687         * ext/vorbis/vorbisdec.c:
16688         * ext/vorbis/vorbisenc.c:
16689         * gst-libs/gst/audio/gstaudiofilter.c:
16690         (gst_audio_filter_base_init):
16691         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16692         (gst_audio_filter_template_base_init):
16693         * gst/adder/gstadder.c: (gst_adder_get_type):
16694         * gst/adder/gstadder.h:
16695         * gst/audioconvert/gstaudioconvert.c:
16696         * gst/audiotestsrc/gstaudiotestsrc.c:
16697         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16698         (gst_audio_test_src_create):
16699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16700         * gst/playback/gstdecodebin.c:
16701         * gst/playback/gstplaybin.c:
16702         * gst/playback/gststreamselector.c:
16703         (gst_stream_selector_base_init):
16704         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16705         * gst/volume/gstvolume.c:
16706         * sys/v4l/gstv4lmjpegsink.c:
16707         * sys/v4l/gstv4lmjpegsrc.c:
16708         * tests/check/libs/cddabasesrc.c:
16709         * tests/old/examples/gob/gst-identity2.gob:
16710           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16711           define GstElementDetails at the top
16712
16713 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16714
16715         * win32/common/libgstinterfaces.def:
16716         Add a lot of export functions for gst-python
16717         * win32/vs6/libgstinterfaces.dsp:
16718         Add a missing include folder in the project configuration
16719         
16720 2006-03-23  Wim Taymans  <wim@fluendo.com>
16721
16722         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16723         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16724         (gst_base_audio_src_change_state):
16725         Fix audio sources, forgot to make the ringbuffer
16726         startable...
16727
16728 2006-03-23  Wim Taymans  <wim@fluendo.com>
16729
16730         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16731         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16732         (gst_base_audio_src_change_state):
16733         unparent instead of unref the ringbuffer.
16734
16735 2006-03-23  Wim Taymans  <wim@fluendo.com>
16736
16737         * gst-libs/gst/audio/gstbaseaudiosink.c:
16738         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16739         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16740         Implement new async_play vmethod to start slaving and allow
16741         playback start in case of async PLAY state changes. 
16742
16743         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16744         Enable QoS with new method in base class.
16745
16746 2006-03-23  Wim Taymans  <wim@fluendo.com>
16747
16748         Patch by: Julien MOUTTE <julien at moutte dot net>
16749
16750         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16751         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16752         Partially handle 0 framerate, only EOS after the first frame
16753         is missing.
16754
16755 2006-03-23  Wim Taymans  <wim@fluendo.com>
16756
16757         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16758
16759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16760         (gst_riff_create_video_template_caps):
16761         * gst/ffmpegcolorspace/avcodec.h:
16762         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16763         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16764         (gst_ffmpegcsp_avpicture_fill):
16765         * gst/ffmpegcolorspace/imgconvert.c:
16766         Patch for support of YVU9 AVI files (#334822)
16767
16768 2006-03-22  Edward Hervey  <edward@fluendo.com>
16769
16770         * docs/design/design-decodebin.txt:
16771         Added design document for new decodebin
16772         (Target Caps): text/x-pango-markup is also a default target caps.
16773
16774 2006-03-22  Wim Taymans  <wim@fluendo.com>
16775
16776         * gst-libs/gst/audio/gstbaseaudiosink.c:
16777         (gst_base_audio_sink_dispose):
16778         Since we _parent the ringbuffer, we also need to
16779         _unparent instead of a plain _unref.
16780
16781 2006-03-22  Wim Taymans  <wim@fluendo.com>
16782
16783         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16784         (stop_seek), (scrub_toggle_cb), (main):
16785         Add scrub checkbox.
16786
16787 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16788
16789         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16790         (gst_ogg_parse_chain):
16791           Fix very inefficient usage of linked lists (#335365).
16792
16793 2006-03-21  Edward Hervey  <edward@fluendo.com>
16794
16795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16796         * gst/playback/gstplaybin.c: (handoff):
16797         * gst/playback/gststreamselector.c:
16798         (gst_stream_selector_set_property):
16799         gcc 4.1 unreferenced pointer fixes.
16800         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16802         gst_buffer_ref() now takes a GstBuffer*.
16803
16804 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16805
16806         * sys/xvimage/xvimagesink.c:
16807         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16808         by Jan Schmidt.
16809
16810 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16811
16812         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16813         (id3v1_type_find), (apetag_type_find), (plugin_init):
16814           Can't do tag preferences via probability, as tags would then
16815           lose against types that are recognised with MAXIMUM probability
16816           (like .wav); so let all tag typefinders return MAXIMUM themselves
16817           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16818           that we can prefer APE to ID3v1 (fixes #335028).
16819           
16820 2006-03-17  Wim Taymans  <wim@fluendo.com>
16821
16822         * gst-libs/gst/audio/gstbaseaudiosink.c:
16823         (gst_base_audio_sink_change_state):
16824         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16825         (gst_ring_buffer_may_start):
16826         * gst-libs/gst/audio/gstringbuffer.h:
16827         Only start playback if we are playing.
16828         should fix #330748.
16829
16830 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16831
16832         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16833         * win32/common/config.h:
16834           Revert accidental commits to these files.
16835
16836 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16837
16838         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16839
16840         * tests/Makefile.am:
16841           Don't try to build tests in tests/icles if we
16842           don't have X (#323852)
16843
16844 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16845
16846         * gst-libs/gst/tag/gstid3tag.c:
16847           Add TXXX frame identifiers for replaygain stuff as used
16848           by some taggers (see #323721).
16849
16850 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16851
16852         * gst/playback/gststreamselector.c:
16853         (gst_stream_selector_set_property),
16854         (gst_stream_selector_bufferalloc):
16855           Preserve the existing buggy streamselector behaviour by performing
16856           a fallback buffer allocation when downstream isn't linked yet.
16857           This should really be fixed in playbin by blocking pads until it's
16858           linked them.
16859           Also, use gst_pad_alloc_buffer instead of
16860           gst_pad_alloc_buffer_and_set.
16861
16862 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16863
16864         * gst-libs/gst/tag/gstid3tag.c:
16865           Don't crash on unknown ID3v2 TXXX frames.
16866           
16867 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16868
16869         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16870           Chain up to the parent finalize method.
16871           Add 32-bit sample size to the template caps.
16872
16873         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16874         (gst_riff_create_video_template_caps):
16875           Add the fourcc that the VMWare codec uses.
16876           
16877         * gst/playback/gststreamselector.c:
16878         (gst_stream_selector_set_property),
16879         (gst_stream_selector_bufferalloc),
16880         (gst_stream_selector_request_new_pad):
16881           For the active pad, forward buffer-alloc requests, otherwise
16882           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16883           having to memcpy every frame when used by playbin.
16884
16885         * gst/tcp/gstmultifdsink.c:
16886         (gst_multi_fd_sink_handle_client_write):
16887           Get negotiated caps from the sink pad, rather than the sink
16888           pad's peer.
16889
16890 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16893         
16894         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16895           Don't forget to set src->callbacks_pushed to FALSE again when
16896           popping them, otherwise re-activation in a different mode won't
16897           work (#334620).
16898
16899 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16900
16901         Patch by: Sebastien Moutte  <sebastien moutte net>
16902
16903         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16904         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16905         (gst_ffmpeg_smpfmt_to_caps):
16906           Replace __VA_ARGS__ caps creation macros with varargs functions.
16907           Makes things compile on MSVC (#320765), looks nicer, and we can
16908           tell the compiler to check for the NULL terminator.
16909
16910 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16911
16912         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16913
16914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16915           Make sure the buffer we copy into is really always big
16916           enough, this time for real (#333488).
16917           
16918 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16919
16920         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16921           Add support for 24bpp DIB (#305279).
16922
16923 2006-03-14  Wim Taymans  <wim@fluendo.com>
16924
16925         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16926         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16928         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16929         (gst_video_scale_init), (gst_video_scale_src_event):
16930         Re-enable QoS after the release.
16931         Rework videoscale to use the base class src_event handler.
16932
16933 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16934
16935         * configure.ac:
16936           back to CVS.
16937
16938 === release 0.10.5 ===
16939
16940 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16941
16942         * configure.ac:
16943           releasing 0.10.5, "Net"
16944
16945 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16946
16947         * docs/plugins/Makefile.am:
16948           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16949           
16950 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16951
16952         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16953         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16954         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16955           Add cdparanoiasrc to docs.
16956
16957         * gst-libs/gst/cdda/gstcddabasesrc.c:
16958           More GstCddaBaseSrc docs.
16959
16960 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16961
16962         * docs/libs/gst-plugins-base-libs-sections.txt:
16963         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16964         * gst-libs/gst/tag/tag.h:
16965           API: libgsttag: new method gst_tag_from_id3_user_tag().
16966
16967 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16970           NULL-terminate array of mpeg4 video file extensions.
16971           Fixes crash on PPC (#334226).
16972
16973 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * ext/gnomevfs/gstgnomevfssrc.c:
16976         (gst_gnome_vfs_src_check_get_range):
16977           gnome_vfs_uri_is_local() alone is not a good indicator
16978           whether we can operate in pull-mode with a specific URI,
16979           as it returns FALSE for file:// URIs that point to an
16980           NFS-mounted path. Be more conservative here: whitelist
16981           local files, blacklist http URIs and use the old
16982           mechanism for anything else (fixes #334216).
16983
16984 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16985
16986         * configure.ac:
16987           back to trunk
16988
16989 === release 0.10.4 ===
16990
16991 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16992
16993         * configure.ac:
16994           releasing 0.10.4, "Power"
16995
16996 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16997
16998         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16999         Disable max-lateness by setting it to -1 for now, so that 
17000         we can bed QoS stuff in thoroughly between now and the next
17001         release.
17002
17003 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         Patch by: Fabrizio Gennari
17006
17007         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17008           Make sure we don't read beyond the palette buffer in case of
17009           broken or manipulated files (#333488)
17010
17011 2006-03-10  Edward Hervey  <edward@fluendo.com>
17012
17013         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17014         Fix for variable not initialized.
17015
17016 2006-03-09  Wim Taymans  <wim@fluendo.com>
17017
17018         * ext/libvisual/visual.c: (gst_visual_get_type),
17019         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17020         (gst_visual_chain):
17021         Small cleanups.
17022
17023         * ext/theora/gsttheoradec.h:
17024         * ext/theora/theoradec.c: (gst_theora_dec_init),
17025         (gst_theora_dec_reset), (_theora_granule_time),
17026         (theora_dec_src_convert), (theora_dec_sink_convert),
17027         (theora_dec_src_query), (theora_dec_src_event),
17028         (theora_dec_sink_event), (theora_handle_comment_packet),
17029         (theora_handle_header_packet), (theora_dec_push),
17030         (theora_handle_data_packet), (theora_dec_chain),
17031         (theora_dec_change_state):
17032         Add simple QoS.
17033
17034 2006-03-09  Wim Taymans  <wim@fluendo.com>
17035
17036         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17037         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17038         Some cleanups.
17039
17040 2006-03-09  Wim Taymans  <wim@fluendo.com>
17041
17042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17043         Don't try to activate NULL chains.
17044
17045 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17046
17047         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17048           Fix invalid memory access to region before peek'd data (#332964).
17049
17050 2006-03-09  Wim Taymans  <wim@fluendo.com>
17051
17052         Patch by: Christophe Fergeau
17053
17054         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17055         * ext/pango/gsttextrender.c: (gst_text_render_init):
17056         * gst/adder/gstadder.c: (gst_adder_init):
17057         Don't leak padtemplates, closes #333510.
17058
17059 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17060
17061         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17062           Fix invalid memory access: make sure string passed to
17063           regexec() is NUL-termianted.
17064
17065 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17066
17067         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17068         (mp3_type_find):
17069           Refactor mpeg/audio typefinding to make it more maintainable
17070           and easier to fine-tune. Make probing into middle of the file
17071           work properly (fixes #333900, also see #152688).
17072
17073 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17074
17075         * gst/typefind/gsttypefindfunctions.c:
17076         (utf8_type_find_have_valid_utf8_at_offset):
17077           Remove part from previous commit that was bogus:
17078           g_utf8_validate() does in fact not accept embedded
17079           zeroes, so we don't need to check for those (thanks
17080           to Mike for the hint).
17081
17082 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17083
17084         * gst/typefind/gsttypefindfunctions.c:
17085         (utf8_type_find_count_embedded_zeroes),
17086         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17087           Make plain/text typefinder more conservative: firstly, check
17088           for embedded zeroes, which are perfectly valid UTF-8 characters,
17089           but also a fairly good sign that something is not a plain text
17090           file; secondly, probe into the middle of the file if possible.
17091           If we can't probe into the middle, limit the probability value
17092           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17093
17094 2006-03-08  Michael Smith  <msmith@fluendo.com>
17095
17096         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17097           Make typefind function name for mpeg4 video unique.
17098
17099 2006-03-08  Wim Taymans  <wim@fluendo.com>
17100
17101         * ext/libvisual/visual.c: (gst_visual_init),
17102         (gst_visual_clear_actors), (gst_visual_dispose),
17103         (gst_visual_reset), (gst_visual_src_setcaps),
17104         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17105         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17106         (gst_visual_chain), (gst_visual_change_state):
17107         Cleanups, post nice errors.
17108         Handle sink and src events.
17109         Implement simple QoS.
17110
17111         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17112         Use new basesink methods to configure max-lateness.
17113         Small doc update.
17114
17115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17116         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17117         Debug statement cleanups.
17118
17119         * gst/volume/gstvolume.c: (gst_volume_class_init):
17120         Simple cleanup.
17121
17122 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17123
17124         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17125         (gst_text_overlay_init), (gst_text_overlay_set_property),
17126         (gst_text_overlay_get_property):
17127           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17128           as string type properties, but mark them deprecated. Add
17129           'halignment' and 'valignment' properties that use enums
17130           instead of strings.
17131
17132 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17133
17134         Patch by: Fabrizio Gennari
17135
17136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17137           Allow palettes with less than 256 colours in AVI files
17138           (#333488)
17139
17140 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17141
17142         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17143         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17144         pad. We were releasing the queued text buffer when we should keep
17145         it until video pad gets EOS or discard the text buffer because it's
17146         too old. That was eating the last subtitle buffer. Add some more
17147         debug.
17148
17149 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17150
17151         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17152         (gst_text_overlay_video_chain):
17153           Fix invalid memory access (we can't access a buffer after it's been
17154           pushed downstream without taking a reference); fix memory leak (if
17155           there's no text to render, bail out before allocating stuff).
17156
17157 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17158
17159         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17160         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17161         * ext/pango/gsttextoverlay.h:
17162           If input is plain text, escape it before passing it to
17163           pango_layout_set_markup().
17164
17165 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17166
17167         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17168           Don't ignore flow return from gst_pad_push().
17169
17170 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17171
17172         Patch by: Fabrizio Gennari
17173
17174         * ext/libvisual/visual.c: (gst_visual_getcaps),
17175         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17178         (gst_vorbisenc_convert_sink):
17179         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17180         (gst_audio_duration_from_pad_buffer):
17181         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17182         (gst_audio_filter_chain):
17183         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17184         (gst_base_rtp_depayload_setcaps):
17185         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17186         (gst_video_get_size):
17187         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17188           Don't leak references returned by gst_pad_get_parent()
17189           (#333663)
17190
17191 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17192
17193         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17194           change location param details
17195         * gst/volume/gstvolume.c: (plugin_init):
17196           correct plugin description
17197
17198 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17199
17200         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17201         (gst_gnome_vfs_src_check_get_range):
17202           Override GstBaseSrc::check_get_range() in order to avoid opening
17203           the resource just to check whether we can operate in pull-mode or
17204           not - we can predict that pretty well from the URI alone. Should
17205           fix problems with last.fm (#331690). (Requires latest core CVS).
17206
17207 2006-03-06  Wim Taymans  <wim@fluendo.com>
17208
17209         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17210         (gst_video_sink_class_init):
17211         Throw away frames that are later than 20 ms.
17212
17213 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17214
17215         Patch by: Fabrizio Gennari
17216
17217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17218           Set depth on WMA caps (#333545)
17219
17220 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17221
17222         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17223         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17224           put Theora BOS pages before others.  This hardcodes
17225           the Ogg/Theora I profile, but hey.
17226
17227 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17228
17229         * ext/ogg/README:
17230           updated with some examples
17231         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17232         (granulepos_add), (theora_buffer_from_packet):
17233         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17234         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17235         (gst_vorbisenc_chain):
17236           implement strategy from ext/ogg/README
17237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17238         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17239         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17240         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17241           Fix muxer so that oggz-validate is happy with all streams;
17242           except for no eos mark, and the BOS page ordering
17243         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17244         (check_buffer_granulepos):
17245         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17246           update tests to check for OFFSET being set as requested
17247           fixed type of granulepos, it's not a ClockTime
17248
17249 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17250
17251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17252         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17253         Check that the xvimage we are creating has a correct size
17254         before returning it. (#314897)
17255
17256 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17257
17258         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17259           Give id3 and ape tag typefinders a rank slightly higher
17260           than PRIMARY to ensure they're always run before any of
17261           the other typefinders (in particular wav and mp3) (#324186).
17262
17263 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17264
17265         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17266           Add support for '3IVD' fourcc (#333403).
17267
17268 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17269
17270         * configure.ac:
17271           Bump requirements to GStreamer CVS for the new error enum.
17272
17273         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17274           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17275           space left on the device (fixes #333352).
17276
17277 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17278
17279         * win32/vs6:
17280           add a project file for libgstvolume
17281           update the workspace
17282
17283 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17284
17285         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17286         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17287         (GST_START_TEST):
17288           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17289           Set IN_CAPS on header buffers
17290
17291 2006-03-02  Wim Taymans  <wim@fluendo.com>
17292
17293         * docs/plugins/Makefile.am:
17294         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17295         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17296         Add audioresample to docs.
17297
17298         * gst/audioconvert/gstaudioconvert.c:
17299         Add revision date.
17300
17301         * gst/audioresample/gstaudioresample.c:
17302         (gst_audioresample_base_init), (gst_audioresample_class_init),
17303         (gst_audioresample_init), (gst_audioresample_dispose),
17304         (audioresample_get_unit_size), (audioresample_transform_caps),
17305         (resample_set_state_from_caps), (audioresample_transform_size),
17306         (audioresample_set_caps), (audioresample_event),
17307         (audioresample_do_output), (audioresample_transform),
17308         (audioresample_pushthrough), (gst_audioresample_set_property),
17309         (gst_audioresample_get_property), (plugin_init):
17310         * gst/audioresample/gstaudioresample.h:
17311         Added docs.
17312         Small code cleanups.
17313
17314 2006-03-02  Wim Taymans  <wim@fluendo.com>
17315
17316         * docs/plugins/Makefile.am:
17317         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17318         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17319         Added videoscale to docs.
17320
17321         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17322         (gst_video_rate_swap_prev), (gst_video_rate_event),
17323         (gst_video_rate_chain):
17324         Fix typo in docs.
17325
17326         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17327         (gst_video_scale_init), (gst_video_scale_prepare_size),
17328         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17329         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17330         * gst/videoscale/gstvideoscale.h:
17331         Added docs, examples.
17332         Some code cleanups.
17333         Post errors instead of g_warning.
17334
17335 2006-03-02  Wim Taymans  <wim@fluendo.com>
17336
17337         * docs/libs/gst-plugins-base-libs-docs.sgml:
17338         * docs/libs/gst-plugins-base-libs-sections.txt:
17339         * docs/libs/gst-plugins-base-libs.types:
17340         * docs/plugins/Makefile.am:
17341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17342         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17343         Added some more docs to libs and plugins.
17344
17345         * gst-libs/gst/audio/gstringbuffer.c:
17346         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17347         * gst-libs/gst/audio/gstringbuffer.h:
17348         Document ringbuffer some more.
17349
17350         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17351         (gst_video_rate_setcaps), (gst_video_rate_reset),
17352         (gst_video_rate_init), (gst_video_rate_flush_prev),
17353         (gst_video_rate_swap_prev), (gst_video_rate_event),
17354         (gst_video_rate_chain), (gst_video_rate_change_state):
17355         * gst/videorate/gstvideorate.h:
17356         Fix videorate to use segments.
17357         Make it work with 0/1 framerates (closes #331903)
17358         Handle EOS correctly.
17359         Added docs.
17360
17361 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17362
17363         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17364         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17365         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17366           In state change function, first chain up to parent class,
17367           then handle downwards state change stuff. Remove some
17368           commented out cruft from 0.8 code.
17369
17370 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17371
17372         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17373         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17374         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17375         (gst_ogm_parse_chain):
17376           Don't remove/re-add source pad if the new caps are the same as
17377           the old caps anyway (#333042). When removing source pad, don't
17378           unref it afterwards - we didn't ref it when adding. Sprinkle some
17379           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17380           after using gst_pad_get_parent(). Return downstream flow return
17381           value in chain function.
17382
17383 2006-03-02  Wim Taymans  <wim@fluendo.com>
17384
17385         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17386         * docs/plugins/gst-plugins-base-plugins.args:
17387         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17388         * docs/plugins/gst-plugins-base-plugins.interfaces:
17389         * docs/plugins/gst-plugins-base-plugins.signals:
17390         Fix hierarchy, added some more elements to the docs.
17391
17392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17393         (gst_ffmpegcsp_get_type):
17394         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17395         Fix docs for ffmpegcolorspace.
17396
17397 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17398
17399         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17400         (apetag_type_find), (ape_type_find), (plugin_init):
17401           Some typefinding fine-tuning:
17402           - rank ID3/APE tags in order of preference via probabilities, so that
17403             ID3v2 > APEv2 > APEv1 > ID3v1.
17404           - three or four bytes don't really justify MAXIMUM probability,
17405             change those to 'very likely' (musepack and monkeysaudio).
17406
17407 2006-03-01  Wim Taymans  <wim@fluendo.com>
17408
17409         * docs/plugins/Makefile.am:
17410         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17411         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17412         * ext/alsa/gstalsamixer.c:
17413         * ext/alsa/gstalsamixer.h:
17414         * ext/alsa/gstalsamixerelement.c:
17415         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17416         * ext/alsa/gstalsamixerelement.h:
17417         * ext/alsa/gstalsasink.c:
17418         * ext/alsa/gstalsasink.h:
17419         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17420         (gst_alsasrc_init):
17421         * ext/alsa/gstalsasrc.h:
17422         Added alsa docs.
17423         Small code cleanups.
17424
17425 2006-03-01  Wim Taymans  <wim@fluendo.com>
17426
17427         * ext/theora/Makefile.am:
17428         Dist new header too,
17429
17430 2006-03-01  Wim Taymans  <wim@fluendo.com>
17431
17432         * docs/plugins/Makefile.am:
17433         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17434         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17435         * ext/gnomevfs/gstgnomevfssink.h:
17436         * ext/gnomevfs/gstgnomevfssrc.h:
17437         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17438         * ext/vorbis/vorbisdec.h:
17439         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17440         * ext/vorbis/vorbisenc.h:
17441         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17442         (vorbis_parse_chain), (vorbis_parse_change_state):
17443         * ext/vorbis/vorbisparse.h:
17444         * gst/audioconvert/gstaudioconvert.h:
17445         * gst/tcp/gsttcpserversink.h:
17446         * gst/videotestsrc/gstvideotestsrc.c:
17447         * gst/videotestsrc/gstvideotestsrc.h:
17448         * gst/volume/gstvolume.c:
17449         * gst/volume/gstvolume.h:
17450         Fix some more docs.
17451         Added docs for vorbisdec and vorbisparse.
17452         Fix vorbisparse.
17453
17454 2006-03-01  Wim Taymans  <wim@fluendo.com>
17455
17456         * docs/plugins/Makefile.am:
17457         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17458         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17459         * ext/pango/gstclockoverlay.h:
17460         * ext/pango/gsttextoverlay.h:
17461         * ext/pango/gsttextrender.h:
17462         * ext/pango/gsttimeoverlay.h:
17463         * ext/theora/gsttheoradec.h:
17464         * ext/theora/gsttheoraenc.h:
17465         * ext/theora/theoradec.c:
17466         * ext/theora/theoraenc.c:
17467         * gst/audioconvert/gstaudioconvert.h:
17468         * gst/audiotestsrc/gstaudiotestsrc.h:
17469         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17470         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17471         * gst/tcp/gstmultifdsink.h:
17472         Updated/added documentation.
17473
17474         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17475         (gst_text_overlay_halign_get_type),
17476         (gst_text_overlay_wrap_mode_get_type),
17477         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17478         (gst_text_overlay_init), (gst_text_overlay_set_property),
17479         (gst_text_overlay_get_property):
17480         Fix up properties to be enums instead of string to make bindings,
17481         introspection and automatic GUI creation possible.
17482         Add getters for the properties.
17483
17484 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17485
17486         * gst/audiotestsrc/gstaudiotestsrc.c:
17487           added defines of M_PI and M_PI_2
17488         * gst/ffmpegcolorspace/avcodec.h:
17489           removed #include "stdint.h" for win32 as _stdint.h is 
17490           autogenerated to win32/common
17491         * win32/common/libgstaudio.def:
17492         * win32/common/libgsttag.def:
17493           added some exports
17494         * win32/vs6:
17495           some project files bugs corrected
17496         * win32/vs7:
17497           project files are reset to the default vs7 configuration 
17498           (they link to msvcr71.dll using default optimizations)
17499           
17500 2006-02-28  Wim Taymans  <wim@fluendo.com>
17501
17502         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17503         Fix some docs.
17504
17505 2006-02-28  Edward Hervey  <edward@fluendo.com>
17506
17507         * ext/alsa/gstalsasrc.c:
17508         Set proper class on the ElementDetails:
17509         Source/Audio instead of Src/Audio/
17510
17511 2006-02-28  Edward Hervey  <edward@fluendo.com>
17512
17513         * gst/videoscale/vs_scanline.c:
17514         (vs_scanline_resample_nearest_RGBA):
17515         Revert optimization in videoscale. It should go in liboil and have
17516         an appropriate liboil function.
17517
17518 2006-02-28  Wim Taymans  <wim@fluendo.com>
17519
17520         * gst-libs/gst/audio/gstbaseaudiosink.c:
17521         (gst_base_audio_sink_provide_clock):
17522         Don't try to provide a clock in the NULL state.
17523
17524 2006-02-28  Wim Taymans  <wim@fluendo.com>
17525
17526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17527         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17528         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17529         (gst_ogg_demux_deactivate_current_chain),
17530         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17531         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17532         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17533         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17534         Use GstSegment infrastructure to remove duplicated code
17535         and handle more seek cases correctly.
17536
17537 2006-02-28  Wim Taymans  <wim@fluendo.com>
17538
17539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17540         (gst_ffmpegcsp_transform):
17541         Don't ignore return code from ffmpeg convert function.
17542
17543         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17544         Split out some long statements to ease debugging.
17545
17546 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17547
17548         * ext/libvisual/visual.c: (gst_visual_init),
17549         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17550         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17551         being able to renegotiate the size. Instead, use the negotiation
17552         algorithm from the goom plugin to pick an initial output caps. 
17553
17554         Also, allow theoretical libvisual plugins that might support non-GL 
17555         output even if they also do GL.
17556
17557 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17558
17559         * ext/libvisual/visual.c: (gst_visual_init),
17560         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17561         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17562         possible negotiation issues.
17563
17564 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17565
17566         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17567
17568 2006-02-24  Michael Smith  <msmith@fluendo.com>
17569
17570         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17571         (cmml_type_find), (plugin_init):
17572           Fix CMML type find function to not require a specific minor version
17573           of the CMML header.
17574
17575           Add an MPEG4 video elementary stream typefind function.
17576
17577 2006-02-04  Michael Smith  <msmith@fluendo.com>
17578
17579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17580         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17581         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17582         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17583         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17584         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17585           Annodex support in ogg demuxer. Doesn't do very much without the
17586           other annodex patches (to come).
17587
17588 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17589
17590         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17591
17592         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17593           Pick up palette for MS video v1 (#327028)
17594
17595 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17596
17597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17598         (gst_ffmpegcsp_caps_remove_format_info),
17599         (gst_ffmpegcsp_get_unit_size):
17600           The 'palette_data' field from incoming RGB caps shouldn't be
17601           proxied on outgoing YUV caps; also, restrict unit size
17602           adjustment in case of paletted data only to the unit that
17603           actually has a palette. Fixes #330711.
17604
17605 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17606
17607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17608         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17609         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17610         (gst_ffmpegcsp_get_unit_size):
17611           Plug some memory leaks.
17612
17613 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17614
17615         * sys/ximage/Makefile.am:
17616         * sys/xvimage/Makefile.am:
17617           Add some _CFLAGS and _LIBS that seem to be missing
17618           and/or required for Cygwin (see #317048).
17619
17620 2006-02-22  Wim Taymans  <wim@fluendo.com>
17621
17622         * ext/alsa/gstalsasrc.c:
17623         Fix description as pointed out by caugier.
17624
17625 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17626
17627         Reviewed by : Edward Hervey  <edward@fluendo.com>
17628
17629         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17630         (qt_type_find):
17631         Better 3gp typefinding (#331526).
17632
17633 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17634
17635         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17636           Don't send EOS event here, the base class will send one for us.
17637
17638         * gst/playback/gstplaybasebin.c: (prepare_output):
17639           Subpictures without video stream aren't allowed either.
17640         
17641         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17642           Fix debug statement copy'n'paste-o.
17643
17644 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17645
17646         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17647           Fix issues with mixer keeping state when muting/unmuting
17648           and when changing the volume whilst muted (see #331763
17649           and #331765).
17650
17651 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17652
17653         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17654         (parse_subrip), (gst_sub_parse_format_autodetect):
17655           Set right caps given that we send escaped text. Also,
17656           honour <i></i>, <b></b> and <u></u> markers that can be found
17657           in .srt files (fixes #310202).
17658
17659 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17660
17661         * gst-libs/gst/audio/mixerutils.c:
17662         (element_factory_rank_compare_func):
17663           Make order in which elements are tried more determinable.
17664
17665 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17666
17667         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17668         (remove_element_chain), (cleanup_decodebin),
17669         (gst_decode_bin_change_state): Make decodebin reusable by
17670         fixing remove_element_chain first and then introduce a
17671         cleaner in state change to ->NULL. (Closes #331678)
17672
17673 2006-02-19  Wim Taymans  <wim@fluendo.com>
17674
17675         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17676         use 0666 mask when creating files so umask gets applied
17677         correctly. Fixes #331295.
17678
17679 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17680
17681         * gst/subparse/Makefile.am:
17682         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17683         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17684         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17685         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17686         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17687         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17688         * gst/subparse/gstssaparse.h:
17689         * gst/subparse/gstsubparse.c: (plugin_init):
17690           Add very basic parser for SSA subtitle streams (as often
17691           found in matroska files).
17692
17693 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17694
17695         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17696           That should be text/x-pango-markup, not text/x-pango-layout.
17697
17698 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17699
17700         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17701         Polishing.
17702
17703 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17704
17705         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17706         (gst_text_overlay_finalize), (gst_text_overlay_init),
17707         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17708         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17709         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17710         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17711         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17712         Fix state change deadlock.
17713
17714 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17715
17716         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17717         (gst_text_overlay_finalize), (gst_text_overlay_init),
17718         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17719         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17720         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17721         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17722         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17723         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17724         and subtitles files.
17725
17726 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17727
17728         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17729         should be considered as raw.
17730
17731 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17732
17733         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17734         (cb_probe):
17735         * gst/playback/gststreaminfo.h: Introduce language informations.
17736
17737 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17738
17739         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17740         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17741         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17742         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17743         Set shared memory segments to be deleted as soon as we have attached,
17744         that way they get cleaned up automatically if we crash.
17745
17746 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17747
17748         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17749         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17750         functions are called with lock held.
17751
17752 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17753
17754         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17755         (gst_text_overlay_finalize), (gst_text_overlay_init),
17756         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17757         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17758         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17759         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17760         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17761         (gst_text_overlay_change_state): Refactoring of textoverlay
17762         without collectpads. This now supports sparse subtitles coming
17763         from a demuxer instead of a sub file. Seeking is still broken 
17764         though. Need to discuss with wtay some more on how to handle
17765         seeking correctly.
17766         * ext/pango/gsttextoverlay.h:
17767         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17768         subtitles coming from the demuxer.
17769
17770 2006-02-17  Wim Taymans  <wim@fluendo.com>
17771
17772         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17773         (gst_vorbisenc_convert_sink):
17774         Use some more scaling functions.
17775
17776 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17777
17778         * ext/cdparanoia/gstcdparanoiasrc.c:
17779         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17780         (gst_cd_paranoia_paranoia_callback),
17781         (gst_cd_paranoia_src_signal_is_being_watched),
17782         (gst_cd_paranoia_src_read_sector):
17783         * ext/cdparanoia/gstcdparanoiasrc.h:
17784           Add back 'transport-error' and 'uncorrected-error' signals and
17785           make them actually be fired when bad stuff happens (#319340).
17786
17787 2006-02-17  Wim Taymans  <wim@fluendo.com>
17788
17789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17790         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17791         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17792         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17793         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17794         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17795         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17796         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17797         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17798         (gst_ring_buffer_clear):
17799         Small cleanups.
17800         Added some G_LIKELY.
17801
17802 2006-02-17  Wim Taymans  <wim@fluendo.com>
17803
17804         * gst-libs/gst/audio/TODO:
17805         Update TODO
17806
17807         * gst-libs/gst/audio/gstbaseaudiosink.c:
17808         (gst_base_audio_sink_get_offset):
17809         When trying to play samples ASAP and we don't have a
17810         previous sample, try to play at position 0 instead of
17811         an invalid position.
17812
17813 2006-02-17  Wim Taymans  <wim@fluendo.com>
17814
17815         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17816         (gst_alsasink_reset):
17817         Also release lock when we get an error in _reset();
17818         fix an error message.
17819
17820 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17821
17822         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17823         (gst_alsasink_init), (get_channel_free_structure),
17824         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17825         (gst_alsasink_close):
17826         * ext/alsa/gstalsasink.h:
17827           Add support for more than 2 channels (#326720).
17828
17829 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17830
17831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17832           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17833           with 4 or 6 channels, assume a default channel layout to make things
17834           work (not sure there's anything else we can do in those cases).
17835
17836 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17837
17838         * gst-libs/gst/audio/multichannel.c:
17839           Minor docs fix.
17840
17841         * gst-libs/gst/riff/Makefile.am:
17842         * gst-libs/gst/riff/riff-ids.h:
17843         * gst-libs/gst/riff/riff-media.c:
17844         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17845           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17846           channels and a channel layout map.
17847           
17848 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17849
17850         Reviewed by Edward Hervey  <edward@fluendo.com>
17851
17852         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17853         C-level optimization of the RGBA nearest neighbour function.
17854         Eventually this might end up in liboil with vectorized versions.
17855
17856 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17857
17858         * gst-libs/gst/audio/multichannel.c:
17859         (gst_audio_get_channel_positions):
17860           When we have more than 2 channels, but no channel layout is
17861           specified in the caps, return some default channel layout
17862           to the caller and warn about about a possibly buggy element
17863           (could be buggy filtercaps as well of course) (#317038).
17864
17865 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17866
17867         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17868           Add gst-libs/gst/cdda to list of lib search paths.
17869
17870 2006-02-15  Andy Wingo  <wingo@pobox.com>
17871
17872         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17873         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17874         to the Lord Jesus that I do not have to touch the ogg muxer ever
17875         again.
17876
17877 2006-02-15  Edward Hervey  <edward@fluendo.com>
17878
17879         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17880         quicktime movie files can also contain 'uuid' atoms.
17881
17882 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17883
17884         * gst/audioconvert/plugin.c: (plugin_init):
17885           Register the GstAudioChannelPosition enum type with the type
17886           system in the plugin_init function, so that it is known before
17887           any element actually makes use of multi-channel stuff. This is
17888           required for example if one wants to be able to deserialise/use
17889           a caps string with channel positions before any pipeline has
17890           been setup and started, like with gst-launch.
17891
17892 2006-02-14  Wim Taymans  <wim@fluendo.com>
17893
17894         * gst-libs/gst/audio/gstringbuffer.c:
17895         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17896         (gst_ring_buffer_samples_done), (wait_segment),
17897         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17898         Add some compiler G_(UN_)LIKELY help.
17899         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17900         make sure they can exit their functions. Should fix #330748
17901
17902 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17903
17904         * Makefile.am:
17905         * configure.ac:
17906         * win32/MANIFEST:
17907         * win32/common/_stdint.h:
17908           Windows does not have long long; copy the generated _stdint.h
17909         * win32/common/interfaces-enumtypes.c:
17910         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17911         (gst_mixer_track_flags_get_type),
17912         (gst_tuner_channel_flags_get_type):
17913         * win32/common/multichannel-enumtypes.c:
17914         (gst_audio_channel_position_get_type):
17915           update
17916
17917 2006-02-13  Wim Taymans  <wim@fluendo.com>
17918
17919         * gst-libs/gst/audio/gstbaseaudiosink.c:
17920         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17921         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17922         Always sync on first sample we receive when starting.
17923
17924 2006-02-13  Wim Taymans  <wim@fluendo.com>
17925
17926         * gst/playback/gstplaybin.c: (gen_vis_element):
17927         Update vis bin docs.
17928         Move queue after tee so we don't queue video buffers but
17929         audio samples instead. Fixes problems where the video queue
17930         is filled and the audio queue empty.
17931
17932 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17933
17934         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17935           No need to push an EOS event here, GstBaseSrc will do that for us
17936           when we return FLOW_UNEXPECTED.
17937           
17938 2006-02-12  Wim Taymans  <wim@fluendo.com>
17939
17940         * gst-libs/gst/audio/gstbaseaudiosink.c:
17941         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17942         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17943         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17944         Use scale functions when possible.
17945         Fix error messages.
17946         Free clockid when after waiting for EOS.
17947         Use G_(UN_)LIKLY when it makes sense.
17948         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17949
17950 2006-02-12  Edward Hervey  <edward@fluendo.com>
17951
17952         * gst/playback/gstplaybasebin.c: (prepare_output): 
17953         Remove stray semi-colon (fixes #330888).
17954
17955 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17956
17957         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17959         Fix up the XShm call testing so that we catch errors, and don't
17960         cause new ones by attempting to detach from a segment we failed
17961         to attach to. Fixes #312439.
17962
17963 2006-02-10  Edward Hervey  <edward@fluendo.com>
17964
17965         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17966         Added flv file typefind (video/x-flv).
17967
17968 2006-02-10  Edward Hervey  <edward@fluendo.com>
17969
17970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17971         (gst_riff_create_video_template_caps):
17972         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17973         Also added the caps to the default set of riff video caps.
17974
17975 2006-02-09  Andy Wingo  <wingo@pobox.com>
17976
17977         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17978         time and the end time of the last packet in the page.
17979         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17980         on the pages in our queue, set the duration as well. Reflow a
17981         debug statement.
17982         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17983         Fixes bad muxing order.
17984
17985 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17986
17987         * gst-libs/gst/rtp/gstbasertppayload.c:
17988         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17989           update seqnum before setting it on the packet; this makes sure
17990           that the timestamp and seqnum properties match after pushing
17991           a buffer
17992
17993 2006-02-09  Andy Wingo  <wingo@pobox.com>
17994
17995         * gst-libs/gst/audio/gstringbuffer.c
17996         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17997         overflow after 13.5 hours of recording. Kapow!
17998
17999         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18000         the buffer size -- we don't care about underrun/overrun reporting
18001         right now, just need to return a useful value.
18002
18003 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18004
18005         * configure.ac:
18006           Back to CVS
18007
18008 === release 0.10.3 ===
18009
18010 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18011
18012         * configure.ac:
18013           releasing 0.10.3, "Under Pressure"
18014
18015 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18016
18017         * configure.ac:
18018         Drat. Bump libtool version number for new API.
18019         Prelease 0.10.2.3 (of 0.10.3)
18020
18021 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18022
18023         * configure.ac:
18024         * win32/common/config.h:
18025         0.10.2.2 prerelease (of 0.10.3).
18026
18027 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18028
18029         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18030           Revert Andy's newsegment change pending a more correct
18031           fix.
18032
18033 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18034
18035         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18036         (qt_type_find), (plugin_init):
18037           detect more files as 3gp
18038           group and reorder the iso file formats
18039
18040 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18041
18042         * ext/vorbis/vorbis.c: (plugin_init):
18043           Register musicbrainz tags, so apps don't have to.
18044
18045 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18046
18047         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18048         (gst_tag_to_vorbis_tag):
18049           Make sure we called gst_tag_register_musicbrainz_tags()
18050           before possibly mapping a vorbiscomment string from/to a
18051           musicbrainz tag.
18052
18053 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18054
18055         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18056           In case we can't find the required number of consecutive
18057           mpeg audio frames to positively identify an MPEG audio
18058           stream, check if there's at least a valid mpeg audio
18059           frame right at offset 0 and if so suggest mpeg/audio
18060           caps with a very low probability (#153004).
18061
18062 2006-02-07  Andy Wingo  <wingo@pobox.com>
18063
18064         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18065         a TIME segment if we get timestamped buffers. Requires recent
18066         fixes in core to work properly.
18067
18068 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18069
18070         * gst/playback/gstplaybasebin.c: (prepare_output):
18071           Don't print the URI as part of the error message, it
18072           makes error dialogs look rather ugly, especially if
18073           the URI is very long or has characters in it that
18074           need escaping.
18075
18076 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18077
18078         * gst/playback/gstplaybasebin.c: (prepare_output):
18079           Error out if we have only text or subtitles, but nothing
18080           else. Also error out if we have subtitles but no video
18081           stream.
18082
18083 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18084
18085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18086           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18087           Post an error message on the bus when we encounter an
18088           error, which will hopefully be more meaningful than the
18089           'Internal Flow Error' message users get to see if we
18090           just return GST_FLOW_ERROR.
18091
18092 2006-02-07  Andy Wingo  <wingo@pobox.com>
18093
18094         * configure.ac (GST_MAJORMINOR): Update core version req to
18095         0.10.2.2, for the collectpads API addition (#330244).
18096
18097 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18098
18099         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18100           Return FALSE from plugin_init() when GnomeVFS can't
18101           be initialised for some reason (#328423).
18102
18103 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18104
18105         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18106         Stick to seeking theory until i find the bug.
18107         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18108
18109 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18110
18111         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18112         (theora_enc_finalize), (theora_enc_sink_setcaps),
18113         (theora_set_header_on_caps), (theora_enc_chain),
18114         (theora_enc_change_state):
18115         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18116           Make theoraenc and the tests leak free. Like, really.
18117
18118 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18119
18120         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18121         (theora_enc_finalize), (theora_enc_sink_setcaps):
18122           Add a finalize method to ensure we clean up state even if
18123           someone omitted the state change back to NULL.
18124
18125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18126         (gst_vorbisenc_chain):
18127           Free some more leaked bits.
18128
18129         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18130         (stop_pipeline):
18131           Wait for state changes to happen if they're ASYNC.
18132
18133           This ought to teach those fancy pants buildbots a lesson.
18134
18135 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18136
18137         * gst-libs/gst/tag/gstid3tag.c:
18138           Add mapping for ID3 International Standard Recording Code
18139           tag "TSRC"
18140
18141 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18142
18143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18144           Don't leak tag names.
18145
18146 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18147
18148         * docs/libs/gst-plugins-base-libs-docs.sgml:
18149         * docs/libs/gst-plugins-base-libs-sections.txt:
18150         * gst-libs/gst/tag/gstid3tag.c:
18151         * gst-libs/gst/tag/gstvorbistag.c:
18152         * gst-libs/gst/tag/tags.c:
18153           Split libgsttag docs into multiple sections.
18154
18155 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18156
18157         * docs/libs/Makefile.am:
18158         * docs/libs/gst-plugins-base-libs-docs.sgml:
18159         * docs/libs/gst-plugins-base-libs-sections.txt:
18160         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18161         * gst-libs/gst/tag/gstvorbistag.c:
18162         * gst-libs/gst/tag/tag.h:
18163         * gst-libs/gst/tag/tags.c:
18164           Add libgsttag to the docs.
18165
18166 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18167
18168         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18169         (gst_text_overlay_init), (gst_text_overlay_src_event),
18170         (gst_text_overlay_collected): Fix clockoverlay.
18171
18172 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18173
18174         * docs/libs/compiling.sgml:
18175           Fix typo: it's pkg-config, not pkg-gconfig
18176
18177         * docs/libs/gst-plugins-base-libs-docs.sgml:
18178         * docs/libs/gst-plugins-base-libs-sections.txt:
18179         * docs/libs/tmpl/gstgconf.sgml:
18180           There is no libgstgconf in 0.10, remove it
18181           from the docs.
18182
18183 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18184
18185         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18186         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18187         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18188         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18189         (gst_sub_parse_class_init), (gst_sub_parse_init),
18190         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18191         (parse_mpsub), (parser_state_init), (handle_buffer),
18192         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18193         * gst/subparse/gstsubparse.h: Introduce seeking code.
18194
18195 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18196
18197         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18198           Add comment about LANGUAGE tag inconsistency (we want
18199           ISO-639-1, but extract three-letter identifiers?)
18200
18201         * po/POTFILES.in:
18202           Add two translatable files.
18203
18204 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18205
18206         * gst-libs/gst/tag/Makefile.am:
18207         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18208         * gst-libs/gst/tag/tag.h:
18209         * gst-libs/gst/tag/tags.c:
18210         (gst_tag_register_musicbrainz_tags_internal),
18211         (gst_tag_register_musicbrainz_tags):
18212           Forward-port some tags stuff from the 0.8 branch. This is
18213           mostly the addition of musicbrainz tags and their mapping
18214           to vorbistags, and a vorbistag mapping of the language tag.
18215
18216 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18217
18218         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18219         refactoring.
18220
18221 2006-02-04  David Schleef  <ds@schleef.org>
18222
18223         * ext/ogg/gstoggmux.c:
18224         * gst/typefind/gsttypefindfunctions.c:
18225           Add Dirac typefinding and add dirac format to oggmux.
18226
18227 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18228
18229         * gst/playback/gstdecodebin.c: (try_to_link_1):
18230           Don't put essential function call into
18231           g_return_*() macro, otherwise it'll all be
18232           replaced by NOOPs when compiling with
18233           G_DISABLE_CHECKS defined.
18234
18235 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18236
18237         * ext/ogg/gstoggdemux.c:
18238         * ext/ogg/gstoggparse.c:
18239         * gst/tcp/gsttcpserversink.c:
18240         * sys/v4l/v4lsrc_calls.c:
18241         * sys/v4l/v4lsrc_calls.h:
18242         Just make it compile with --disable-gst-debug.
18243
18244 2006-02-03  Wim Taymans  <wim@fluendo.com>
18245
18246         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18247         (gst_alsasink_class_init), (gst_alsasink_init),
18248         (gst_alsasink_write), (gst_alsasink_reset):
18249         * ext/alsa/gstalsasink.h:
18250         Add lock to protect alsa calls.
18251         Implement reset to flush samples ASAP, does not work
18252         with dmix though.
18253
18254 2006-02-02  Wim Taymans  <wim@fluendo.com>
18255
18256         * gst-libs/gst/audio/gstbaseaudiosink.c:
18257         (gst_base_audio_sink_provide_clock):
18258         Ugh.. getting late I guess...
18259
18260 2006-02-02  Wim Taymans  <wim@fluendo.com>
18261
18262         * gst-libs/gst/audio/gstbaseaudiosink.c:
18263         (gst_base_audio_sink_provide_clock),
18264         (gst_base_audio_sink_set_property),
18265         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18266         Don't try to provide a clock when we are not negotiated since
18267         we might not be able to make it run.
18268
18269 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * gst/playback/gstdecodebin.c: (try_to_link_1):
18272           Unlinking two source pads is ... hard.
18273
18274 2006-02-02  Wim Taymans  <wim@fluendo.com>
18275
18276         * gst-libs/gst/audio/TODO:
18277         Updated.
18278
18279         * gst-libs/gst/audio/gstbaseaudiosink.c:
18280         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18281         On EOS, wait till the last sample is played before posting EOS.
18282
18283 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18284
18285         Patch by: Kai Vehmanen
18286         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18287           Adds ability to enable newsegment bypass by setting queue_delay to
18288           zero. Also avoid thread being started if queue_delay is zero.
18289
18290 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18291
18292         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18293           Make test work again by connecting fakesinks to each decoded pad,
18294           which makes the pipeline wait until each fakesink has a buffer
18295           queued before going to PAUSED state. At that point we know the
18296           decodebin pads are negotiated.
18297
18298 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18299
18300         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18301         (gst_cdda_base_src_handle_event):
18302         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18303           Pass unhandled queries to the parent class's query function.
18304
18305 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18306
18307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18308         (gst_ogg_pad_src_query):
18309         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18310         * ext/theora/theoradec.c: (theora_dec_src_query),
18311         (theora_dec_sink_query):
18312         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18313         (vorbis_dec_sink_query):
18314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18315         (gst_vorbisenc_sink_query):
18316         * gst/adder/gstadder.c: (gst_adder_query):
18317           Pass unhandled queries upstream instead of just
18318           dropping them (#326447). Also, fix supported
18319           query types list for some elements.
18320
18321 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18322
18323         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18324         (paris_type_find), (ilbc_type_find), (plugin_init):
18325           Fix typefinding for audio/x-au, audio/x-paris and
18326           audio/iLBC-sh. We cannot use the START_WITH macros
18327           here, because there can only be one typefind factory
18328           with the same name (caps), so the second one would
18329           replace the first one and the first one would never
18330           be called when doing typefinding (see #161712).
18331           
18332
18333 2006-01-31  Wim Taymans  <wim@fluendo.com>
18334
18335         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18336         (vorbis_handle_header_packet), (vorbis_dec_push),
18337         (vorbis_handle_data_packet):
18338         Use scale_int when we can, add some more scaling.
18339         Check packettype before parsing it.
18340
18341 2006-01-31  Wim Taymans  <wim@fluendo.com>
18342
18343         * ext/theora/theoradec.c: (_theora_granule_time),
18344         (theora_dec_src_convert), (theora_dec_sink_convert):
18345         Call right _scale functions.
18346         Use parameter instead of some other random value.
18347
18348 2006-01-31  Wim Taymans  <wim@fluendo.com>
18349
18350         * ext/theora/theoradec.c: (_theora_granule_frame),
18351         (_theora_granule_time), (_inc_granulepos),
18352         (theora_dec_src_convert), (theora_dec_sink_convert),
18353         (theora_handle_type_packet), (theora_handle_data_packet),
18354         (theora_dec_chain):
18355         Use higher precision timestamps calculation.
18356         Convert some other conversions to _scale.
18357
18358 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18359
18360         * gst/audiotestsrc/gstaudiotestsrc.c:
18361         (gst_audio_test_src_create_sine_table), (plugin_init):
18362         * gst/volume/gstvolume.c: (plugin_init):
18363           initialize gst_controller before using
18364
18365 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18366
18367         * tests/check/pipelines/theoraenc.c:
18368         * tests/check/pipelines/vorbisenc.c:
18369         Define constant using G_GINT64_CONSTANT to avoid errors when
18370         passing it around - otherwise it gets truncated to 32 bits.
18371
18372         Fixes failing tests.
18373
18374 2006-01-31  Andy Wingo  <wingo@pobox.com>
18375
18376         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18377         caps being set doesn't have a framerate value. Basically a stopgap
18378         measure.
18379
18380         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18381         technically correct enough to put into core though.
18382         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18383         DURATION. Fixes theoraenc ! oggmux.
18384
18385         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18386         fraction, not double.
18387
18388 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18389
18390         * win32/vs7:
18391         add vs7 project files created by Sergey Scobich
18392
18393 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18394
18395         * win32/vs8:
18396         add vs8 project files created by Sergey Scobich
18397         
18398 2006-01-30  Andy Wingo  <wingo@pobox.com>
18399
18400         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18401         timestamp + duration, not just timestamp -- ogg pages should be
18402         ordered by stop time. Necessary fix given the change in vorbis
18403         timestamps.
18404
18405         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18406         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18407         (granulepos_add): New function, handles the messiness of adjusting
18408         granulepos values.
18409         (theora_buffer_from_packet):
18410         (theora_enc_chain):
18411         (theora_enc_sink_event): Use granulepos_add, not +.
18412
18413         * tests/check/pipelines/theoraenc.c
18414         (check_buffer_granulepos_from_starttime): Just check the frame
18415         count, not the actual granulepos -- we can't dictate to the
18416         encoder when it should be placing keyframes.
18417
18418 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18419
18420         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18421           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18422           play an http:// stream from a server that's not serving
18423
18424 2006-01-30  Andy Wingo  <wingo@pobox.com>
18425
18426         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18427         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18428         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18429         available.
18430
18431         * ext/theora/gsttheoraenc.h:
18432         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18433         although theoraenc was timestamping correctly. Added handling of
18434         streams that start with nonzero timestamps.
18435
18436         * tests/check/Makefile.am:
18437         * tests/check/pipelines/theoraenc.c: New file, basically does same
18438         tests as vorbisenc.
18439
18440         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18441
18442 2006-01-30  Wim Taymans  <wim@fluendo.com>
18443
18444         * gst-libs/gst/audio/gstaudiosink.c:
18445         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18446         (gst_audioringbuffer_pause):
18447         Implement pause that does not wait for completion.
18448
18449         * gst-libs/gst/audio/gstbaseaudiosink.c:
18450         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18451         Don't drop buffers when going to PAUSED but perform preroll on
18452         remaining samples now that core base class supports this.
18453
18454         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18455         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18456         (gst_ring_buffer_commit):
18457         Pause should not signal waiters.
18458         Implement return value of _commit correctly.
18459
18460 2006-01-30  Andy Wingo  <wingo@pobox.com>
18461
18462         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18463
18464         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18465         updated to timestamp from the first sample, not the last.
18466         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18467         special care of granulepos and timestamp for header packets.
18468         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18469         when the first buffer has a nonzero timestamp.
18470
18471         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18472         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18473         case when the first audio buffer we get has a nonzero timestamp.
18474         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18475         properly timestamp vorbis buffers with the time of the first
18476         sample, not the last.
18477         
18478         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18479         vorbis_granule_time_copy -- now it takes the granule/subgranule
18480         offset into account.
18481
18482         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18483         timestamps, durations, and granulepos on buffers produced by
18484         vorbisenc.
18485
18486 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18487
18488         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18489         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18490           Patch from Eric Jonas to support conversions to/from UYVY 
18491           (Fixes: #324626)
18492
18493 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18494
18495         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18496         (setup_subtitle), (setup_source), (set_active_source):
18497         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18498         (gen_text_element), (gen_audio_element), (gen_vis_element),
18499         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18500
18501 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18502
18503         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18504         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18505                 use gst_guint64_to_gdouble to be compliant with vs6
18506         * gst/playback/gstdecodebin.c: (try_to_link_1)
18507         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18508                 use G_GINT64_CONSTANT for int64 constants
18509         * win32/common/libgstinterfaces.def:
18510                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18511         * win32/vs6:
18512                 update and add new project files
18513                 
18514 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18515
18516         * Makefile.am:
18517         * win32/MANIFEST:
18518         * win32/common/interfaces-enumtypes.c:
18519         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18520         (gst_mixer_track_flags_get_type),
18521         (gst_tuner_channel_flags_get_type):
18522         * win32/common/interfaces-enumtypes.h:
18523         * win32/common/multichannel-enumtypes.c:
18524         (gst_audio_channel_position_get_type):
18525         * win32/common/multichannel-enumtypes.h:
18526           add a win32-update rule like in core, and copy over enumtypes files
18527
18528 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18529
18530         * win32/MANIFEST:
18531         * win32/common/config.h:
18532         * win32/common/config.h.in:
18533           add config files just like in core
18534
18535 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18536
18537         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18538           Make gcc-4.1 happy (part of #327357).
18539
18540 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18541
18542         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18543         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18544         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18545         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18546         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18547         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18548           Update all error messages.  All of them should either use
18549           the default translated message, or actually provide a
18550           translatable string.
18551           Make the string for channel count problems meaningful.
18552
18553 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18554
18555         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18556           check for and throw RESOURCE_BUSY
18557
18558 2006-01-27  David Schleef  <ds@schleef.org>
18559
18560         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18561           checked in this change -- it requires liboil features not
18562           in 0.3.6.  Revert parts.
18563
18564 2006-01-27  David Schleef  <ds@schleef.org>
18565
18566         * REQUIREMENTS:
18567         * configure.ac: update liboil requirement to 0.3.6
18568         * gst/videoscale/Makefile.am:
18569         * gst/videoscale/vs_scanline.c: liboilify
18570
18571 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18572
18573         * ext/libvisual/visual.c: (get_buffer):
18574           When pad_alloc returns a GstFlowReturn other
18575           than GST_FLOW_OK, make sure it is passed upstream.
18576
18577 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18578
18579         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18580         (gst_alsasink_class_init):
18581           Free the device name string.
18582
18583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18584         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18585         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18586           Don't remove a pad from the collectpads structure until it
18587           is released - it's a request pad, and may receive data again
18588           if the element gets moved back to PLAYING state.
18589
18590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18591           Ensure we turn on double buffering on the Xv port, and
18592           set the colour key to something dark and mysterious that
18593           isn't black.
18594
18595 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18596
18597         * ext/alsa/gstalsaplugin.c: (plugin_init):
18598         * ext/cdparanoia/gstcdparanoiasrc.c:
18599         (gst_cd_paranoia_src_base_init), (plugin_init):
18600         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18602           - a library should not call setlocale. see "Libraries" node in
18603             gettext manual
18604           - make sure all plugins that use translation do bindtextdomain
18605             to point to the localedir
18606         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18607         (setup_sinks), (plugin_init):
18608           all this, and check for NULL when creating sinks
18609
18610 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18611
18612         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18613         (plugin_init): Make typefinding of subtitles work again.
18614
18615 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18616
18617         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18618         (mp3_type_frame_length_from_header), (mp3_type_find),
18619         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18620         (plugin_init):
18621           Backport a bunch of typefinding fixes from the 0.8 branch.
18622           Also, improve wavpack typefinding: if we can't peek the
18623           entire wavpack block, try to parse the bits we can get and
18624           see if we find what we're looking for in those.
18625
18626 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18627
18628         * sys/ximage/ximagesink.c:
18629         (gst_ximagesink_calculate_pixel_aspect_ratio):
18630         * sys/xvimage/xvimagesink.c:
18631         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18632         more cases of pixel aspect ratio.
18633
18634 2006-01-26  Edward Hervey  <edward@fluendo.com>
18635
18636         * gst/playback/gstdecodebin.c: (pad_probe):
18637         Also consider the flush-start and tag events as unblockers
18638         for the pad probes.
18639
18640 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18641
18642         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18643         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18644         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18645         On the fly visualisation switch, works disabling, enabling as
18646         well but it won't be able to enable vis in a playbin that was
18647         created with no visualisation.
18648
18649 2006-01-25  Wim Taymans  <wim@fluendo.com>
18650
18651         * gst-libs/gst/audio/gstbaseaudiosink.c:
18652         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18653         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18654         resume after pause.
18655
18656 2006-01-25  Wim Taymans  <wim@fluendo.com>
18657
18658         * gst-libs/gst/audio/gstbaseaudiosink.c:
18659         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18660         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18661         Improve debugging.
18662         Post error when caps cannot be parsed.
18663         Resync on discontinuity in the stream.
18664         Clip samples to segment boundaries.
18665         return WRONG_STATE sooner when we are flushing.
18666
18667         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18668         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18669         Make audiosrc operate in TIME.
18670         Set TIMESTAMP and DURATION on buffers.
18671
18672 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18673
18674         * tests/examples/seek/seek.c: (main):
18675           Output tag messages as well.
18676
18677 2006-01-23  Edward Hervey  <edward@fluendo.com>
18678
18679         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18680         (free_pad_probes), (remove_fakesink), (pad_probe),
18681         (close_pad_link), (gst_decode_bin_change_state):
18682         Replace GstPadBlockCallback with pad probes that detect
18683         first buffer AND eos before removing fakesink.
18684         Fixes hang with demuxers doing EOS while pre-rolling.
18685         Solves #328279
18686
18687 2006-01-23  Andy Wingo  <wingo@pobox.com>
18688
18689         * ext/alsa/gstalsasink.c:
18690         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18691         (gst_base_rtp_depayload_setcaps),
18692         (gst_base_rtp_depayload_add_to_queue),
18693         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18694         
18695         Patch by: Jens Granseuer <jensgr at gmx dot net>
18696
18697 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18698
18699         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18700         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18701         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18702         frames. We might get a frame destroyed after changing state to
18703         NULL, adding a safety check on xcontext.
18704
18705 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18706
18707         * gst-libs/gst/interfaces/xoverlay.c:
18708           Fix prepare-xwindow-id code example in the docs - we need to
18709           ignore all messages that aren't element messages as well.
18710           
18711 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18712
18713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18714           I think one day i'll completely undestand how caps negotiation
18715           is supposed to work. This refactoring handles buffer_alloc
18716           called with caps we can't handle. We definitely don't want a
18717           set_caps with those caps, so we define and allocate a buffer
18718           we would like to receive.
18719
18720 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18721
18722         * gst/playback/gstplaybasebin.c: (setup_source):
18723           Free iterator when done.
18724
18725 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18726
18727         * gst-libs/gst/audio/gstbaseaudiosink.c:
18728         (gst_base_audio_sink_render):
18729           Fix playback of non-synchronised streams by assuming a rate
18730           of 1.0 instead of a random one.
18731
18732           Makes this work again:
18733
18734           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18735           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18736           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18737           audioresample ! alsasink
18738
18739 === release 0.10.2 ===
18740
18741 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18742
18743         * configure.ac:
18744           releasing 0.10.2, "Then the devil is six"
18745
18746 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18747
18748         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18749         * gst/playback/gststreamselector.c:
18750         (gst_stream_selector_set_property):
18751           Comment out broken code that connects to the state-changed signal.
18752           At this point, changing current stream selection is broken, but 
18753           stuff like gst-launch playbin current-audio=1 works and filters
18754           to the chosen stream.
18755
18756 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18757
18758         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18759           Fix #327216 (null dereference in vorbisdec)
18760
18761 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18762
18763         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18764           Post taglist actually on bus instead of just freeing it
18765           (fixes #327114 and totem bug #327080).
18766
18767         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18768           Use gst_element_found_tags_for_pad(), so that the tags
18769           are sent downstream as an event as well.
18770
18771 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18772
18773         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18774         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18775         (gst_ximagesink_buffer_alloc):
18776         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18777         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18778         (gst_xvimagesink_buffer_alloc):
18779           move all regularly occurring messages to GST_LOG level
18780           add some more object logs
18781
18782 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18783
18784         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18785           fix a silly segfault
18786
18787 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18788
18789         * docs/libs/gst-plugins-base-libs-docs.sgml:
18790         * docs/libs/gst-plugins-base-libs-sections.txt:
18791         * gst-libs/gst/audio/mixerutils.c:
18792         * gst-libs/gst/audio/mixerutils.h:
18793           Add docs for mixerutils stuff.
18794
18795 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18796
18797         * gst/playback/gstplaybasebin.c: (setup_source):
18798           Fix playback for sources that emit raw audio or
18799           raw video streams (e.g.: cd audio sources) (#325984).
18800
18801 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18802
18803         * gst-libs/gst/audio/mixerutils.c:
18804         (gst_audio_mixer_filter_do_filter):
18805           actually save the element we create
18806
18807 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18808
18809         * gst-libs/gst/cdda/gstcddabasesrc.c:
18810         (gst_cdda_base_src_handle_track_seek):
18811           No need to post a tag message on the bus when seeking
18812           within the same track, only post it when the current
18813           track changes.
18814
18815 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18816
18817         * gst/playback/gstplaybasebin.c: (group_destroy),
18818         (probe_triggered), (new_decoded_pad), (mute_group_type),
18819         (set_active_source):
18820         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18821         * gst/playback/gststreamselector.c:
18822         (gst_stream_selector_base_init),
18823         (gst_stream_selector_set_property),
18824         (gst_stream_selector_request_new_pad):
18825           Reenable stream selection. These mechanisms need a complete overhaul
18826           in the face of 0.8->0.10 changes though.
18827
18828 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18829
18830         * ext/ogg/gstoggdemux.c:
18831           Change the pad template to src_%d to match the pads that 
18832           are created from it. decodebin needs this information in order
18833           to decide that oggdemux is capable of producing multiple pads
18834           (and hence needs queues inserted).
18835
18836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18837         (gst_ogg_mux_collected):
18838           Make debug output more useful by using GST_PTR_FORMAT.
18839
18840 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18841
18842         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18843
18844         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18845           Set depth and width for alaw/mulaw (fixes #326601).
18846
18847 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18848
18849         * tests/icles/Makefile.am:
18850           don't build the tests if we don't have the libs
18851
18852 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18853
18854         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18855         (gst_cd_paranoia_paranoia_callback):
18856           Don't try to free NULL pointers.
18857
18858 2006-01-10  Edward Hervey  <edward@fluendo.com>
18859
18860         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18861         (gst_audio_rate_change_state), (plugin_init):
18862         Add debugging category.
18863         Fix type issues.
18864         Add case for incoming buffers without valid offset/offset_end.
18865
18866 2006-01-10  Michael Smith  <msmith@fluendo.com>
18867
18868         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18869           Don't leak GCond in audio sources.
18870
18871 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18872
18873         * gst/playback/gstplaybin.c: (gen_audio_element):
18874           Don't leak an autoaudiosink/alsasink when we generate
18875           a new audio element. (old code, I guess)
18876
18877 2006-01-10  Michael Smith  <msmith@fluendo.com>
18878
18879         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18880           Support float audio in audiorate.
18881           Use width rather than depth for selecting sample width.
18882
18883 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18884
18885         * gst/videotestsrc/videotestsrc.h:
18886           Use GLib types here (that way we don't have to include the
18887           generated _stdint.h header, which makes life easier for win32
18888           folks that don't use autotools for the build) (#325990, patch
18889           by: Sergey Scobich).
18890
18891 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18892
18893         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18894         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18895         (gst_ring_buffer_pause), (wait_segment):
18896         * gst-libs/gst/audio/gstringbuffer.h:
18897           Name (private) union, makes Forte compiler happy (this time
18898           for real) (#324900).
18899
18900 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18901
18902         * gst-libs/gst/audio/Makefile.am:
18903           Link against libgstinterfaces, needed for mixer
18904           and property probe stuff.
18905
18906 2006-01-09  Edward Hervey  <edward@fluendo.com>
18907
18908         * gst-libs/gst/Makefile.am:
18909
18910 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18911
18912         * gst-libs/gst/audio/Makefile.am:
18913         * gst-libs/gst/audio/mixerutils.c:
18914         (gst_audio_mixer_filter_do_filter),
18915         (gst_audio_mixer_filter_check_element),
18916         (gst_audio_mixer_filter_probe_feature),
18917         (element_factory_rank_compare_func),
18918         (gst_audio_default_registry_mixer_filter):
18919         * gst-libs/gst/audio/mixerutils.h:
18920           Add gst_audio_default_registry_mixer_filter() utility
18921           function.
18922
18923 2006-01-03  Michael Smith  <msmith@fluendo.com>
18924
18925         * gst/audioresample/resample.h:
18926           As before, but for o_buf
18927
18928 2006-01-03  Michael Smith  <msmith@fluendo.com>
18929
18930         * gst/audioresample/resample.h:
18931           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18932           since we do arithmetic on it.
18933
18934 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18935
18936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18937         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18938         (gst_ring_buffer_pause), (wait_segment):
18939         * gst-libs/gst/audio/gstringbuffer.h:
18940           Sun's Forte compiler doesn't seem to like anonymous structs,
18941           so use same setup as in GstBaseSrc (fixes #324900).
18942
18943 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18944
18945         * configure.ac:
18946         * gst/volume/Makefile.am:
18947         * gst/volume/demo.c:
18948           move old example to tests/examples/volume/volune.c
18949         * tests/examples/Makefile.am:
18950         * tests/examples/seek/seek.c: (main):
18951           change window-close event from "delete-event" to "destroy"
18952         * tests/examples/volume/Makefile.am:
18953         * tests/examples/volume/volume.c: (value_changed_callback),
18954         (setup_gui), (message_received), (eos_message_received), (main):
18955           fix event handling and bus usage
18956
18957 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18958
18959         * gst/audiotestsrc/gstaudiotestsrc.c:
18960         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18961         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18962         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18963         (gst_audio_test_src_create_square),
18964         (gst_audio_test_src_create_saw),
18965         (gst_audio_test_src_create_triangle),
18966         (gst_audio_test_src_create_silence),
18967         (gst_audio_test_src_create_white_noise),
18968         (gst_audio_test_src_create_pink_noise),
18969         (gst_audio_test_src_init_sine_table),
18970         (gst_audio_test_src_create_sine_table),
18971         (gst_audio_test_src_change_wave),
18972         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18973         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18974         * gst/audiotestsrc/gstaudiotestsrc.h:
18975           update to basesrc changes, implement segmented seeking and eos
18976           handling, add a 'sine-tab' waveform for performance critical playback
18977
18978 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18979
18980         * po/POTFILES.in:
18981           ... and this time the other modified file that I missed last time.
18982
18983 2005-12-29  Michael Smith  <msmith@fluendo.com>
18984
18985         * gst/playback/gstdecodebin.c: (new_pad):
18986           Fix non-C89 variable declaration not at the start of a block. Should
18987           help some compilers.
18988
18989 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18990
18991         * tests/check/Makefile.am:
18992           And now fix 'make distcheck' (builddir != srcdir)
18993
18994 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18995
18996         * configure.ac:
18997         * ext/cdparanoia/Makefile.am:
18998         * ext/cdparanoia/gstcdparanoia.c:
18999         * ext/cdparanoia/gstcdparanoia.h:
19000         * ext/cdparanoia/gstcdparanoiasrc.c:
19001         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19002         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19003         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19004         (gst_cd_paranoia_paranoia_callback),
19005         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19006         (gst_cd_paranoia_src_set_property),
19007         (gst_cd_paranoia_src_get_property), (plugin_init):
19008         * ext/cdparanoia/gstcdparanoiasrc.h:
19009           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19010           plugin again (there are still fixes required to playbin to make
19011           cdda:// uris work there).
19012
19013 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19014
19015         * tests/check/Makefile.am:
19016           Fix test case compilation.
19017
19018 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19019
19020         * gst-libs/gst/cdda/gstcddabasesrc.c:
19021         (gst_cdda_base_src_update_duration),
19022         (gst_cdda_base_src_calculate_cddb_id):
19023           An integer is not a string. Fix access to uninitialised variable.
19024
19025         * tests/check/Makefile.am:
19026           Add cddabasesrc unit test; also actually enable the vorbis test.
19027
19028         * tests/check/generic/states.c:
19029           Blacklist new cd audio elements as well.
19030
19031         * tests/check/libs/cddabasesrc.c:
19032           Unit test for GstCddaBaseSrc (discid calculation mostly).
19033
19034 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19035
19036         * docs/libs/Makefile.am:
19037         * docs/libs/gst-plugins-base-libs-docs.sgml:
19038         * docs/libs/gst-plugins-base-libs-sections.txt:
19039         * docs/libs/gst-plugins-base-libs.types:
19040           Add docs for libgstcdda/GstCddaBaseSrc.
19041
19042         * gst-libs/gst/interfaces/mixertrack.h:
19043           Do one struct member per line with a semicolon at the end, that way
19044           even gtk-doc might parse it without complaining.
19045
19046 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19047
19048         * configure.ac:
19049         * gst-libs/gst/Makefile.am:
19050         * gst-libs/gst/cdda/Makefile.am:
19051         * gst-libs/gst/cdda/base64.c:
19052         * gst-libs/gst/cdda/base64.h:
19053         * gst-libs/gst/cdda/gstcddabasesrc.c:
19054         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19055         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19056         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19057         (gst_cdda_base_src_get_property),
19058         (gst_cdda_base_src_get_track_from_sector),
19059         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19060         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19061         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19062         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19063         (gst_cdda_base_src_uri_get_protocols),
19064         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19065         (gst_cdda_base_src_uri_handler_init),
19066         (gst_cdda_base_src_setup_interfaces),
19067         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19068         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19069         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19070         (gst_cdda_base_src_add_tags),
19071         (gst_cdda_base_src_add_index_associations),
19072         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19073         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19074         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19075         (gst_cdda_base_src_create):
19076         * gst-libs/gst/cdda/gstcddabasesrc.h:
19077         * gst-libs/gst/cdda/sha1.c:
19078         * gst-libs/gst/cdda/sha1.h:
19079           Add new libgstcdda with GstCddaBaseSrc class.
19080
19081 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19082
19083         * ext/gnomevfs/gstgnomevfssink.h:
19084           Use GstBaseSinkClass as parent_class member for class struct, not
19085           GstBaseSink.
19086
19087 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19088
19089         Patch by: Michael Benes
19090
19091         * gst/videotestsrc/gstvideotestsrc.c:
19092         (gst_video_test_src_class_init), (gst_video_test_src_start):
19093           Add start method to reset running time and number of frames sent
19094           when starting up (fixes #324696)
19095
19096 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19097
19098         * docs/plugins/Makefile.am:
19099         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19100         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19101         * docs/plugins/gst-plugins-base-plugins.args:
19102         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19103         * docs/plugins/gst-plugins-base-plugins.signals:
19104           Add docs stuff for gnomevfssrc and gnomevfssink.
19105
19106         * ext/gnomevfs/gstgnomevfssrc.c:
19107           Fix example pipeline in gtk-doc blurb.
19108
19109 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19110
19111         * ext/gnomevfs/Makefile.am:
19112         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19113         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19114         (gst_gnome_vfs_handle_get_type), (plugin_init):
19115         * ext/gnomevfs/gstgnomevfs.h:
19116         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19117         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19118         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19119         (gst_gnome_vfs_sink_set_property),
19120         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19121         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19122         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19123         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19124         (gst_gnome_vfs_sink_uri_get_type),
19125         (gst_gnome_vfs_sink_uri_get_protocols),
19126         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19127         (gst_gnome_vfs_sink_uri_handler_init):
19128         * ext/gnomevfs/gstgnomevfssink.h:
19129           Port gnomevfssink; add gtk-doc blurb.
19130
19131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19132         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19133         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19134         (gst_gnome_vfs_src_uri_get_type),
19135         (gst_gnome_vfs_src_uri_get_protocols),
19136         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19137         (gst_gnome_vfs_src_uri_handler_init),
19138         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19139         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19140         (gst_gnome_vfs_src_send_additional_headers_callback),
19141         (gst_gnome_vfs_src_received_headers_callback),
19142         (gst_gnome_vfs_src_push_callbacks),
19143         (gst_gnome_vfs_src_pop_callbacks),
19144         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19145         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19146         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19147         * ext/gnomevfs/gstgnomevfssrc.h:
19148           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19149           file; add gtk-doc blurb with example pipelines.
19150
19151 === release 0.10.1 ===
19152
19153 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19154
19155         * configure.ac:
19156           releasing 0.10.1, "Dobro Dedek"
19157
19158 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19159
19160         * gst/typefind/gsttypefindfunctions.c:
19161         iLBC30 and iLBC20 added to typefind.
19162
19163 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19164
19165         * gst-libs/gst/audio/gstbaseaudiosink.c:
19166         (gst_base_audio_sink_class_init):
19167         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19168         (gst_base_audio_src_class_init):
19169           update strings, values are in microseconds
19170           change the default sink buffer time to something that is smaller
19171           (to help software volume mixing have a slightly lower delay) but
19172           still be acceptable on Wim's laptop
19173
19174 2005-12-20  Edward Hervey  <edward@fluendo.com>
19175
19176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19177         Made a quack, forgot to add DUCK to the riff video template.
19178
19179 2005-12-19  Edward Hervey  <edward@fluendo.com>
19180
19181         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19182         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19183         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19184         (gst_ogm_parse_chain):
19185         Make sure pads are initialized correctly.
19186         * gst-libs/gst/riff/riff-ids.h:
19187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19188         (gst_riff_create_video_template_caps):
19189         Add a whole bunch of FOURCC <=> MimeType.
19190         Extend the riff video pad template to support the newly added fourcc.
19191
19192 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19193
19194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19195         (gst_ogg_demux_activate_chain):
19196           Extra debug output when activating/deactivating chains.
19197
19198         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19199         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19200         (unlinked):
19201           Remove a queue from our list when it becomes unlinked.
19202           Don't add queues to elements in class 'Demux' if they
19203           can only produce one pad 
19204
19205 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19206
19207         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19208         (gst_video_sink_get_type): Add a debug category.
19209
19210 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19211
19212         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19213         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19214           Handle downstream newsegment by sending our own newsegment before the
19215           next buffer to be released. (#323900)
19216
19217 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19218
19219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19220         (gst_base_rtp_depayload_set_gst_timestamp):
19221           add queue delay to new segment as well (as opposed to just the first
19222           buffer). (bug #322347)
19223
19224 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19225
19226         * ext/libvisual/visual.c: (make_valid_name):
19227           change some char* into char[]
19228         * gst/audiotestsrc/gstaudiotestsrc.c:
19229         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19230         (gst_audio_test_src_create):
19231         * gst/audiotestsrc/gstaudiotestsrc.h:
19232           prepare to handle EOS and SEGMENT_DONE
19233
19234 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19235
19236         * tests/check/generic/states.c: (GST_START_TEST):
19237           Blacklist cdparanoia element in state test.
19238
19239 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19240
19241           Patch by: Benjamin Pineau
19242
19243         * gst/tcp/gsttcp.c:
19244         * gst/tcp/gsttcpclientsink.c:
19245         * gst/tcp/gsttcpserversink.c:
19246         * gst/tcp/gsttcpserversrc.c:
19247           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19248
19249 2005-12-15  Michael Smith  <msmith@fluendo.com>
19250
19251         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19252         (gst_video_rate_chain):
19253           Fix timestamping for videorate when the first buffer it sees has a
19254           non-zero timestamp. Fix some misleading debug output.
19255
19256 2005-12-15  Michael Smith  <msmith@fluendo.com>
19257
19258         * gst/audioresample/gstaudioresample.c:
19259           Don't leak all input buffers to audioresample.
19260
19261 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19262
19263         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19264           Don't operate on empty text buffers. Strip newlines and
19265           tabs only from the end of the text, but leave them intact
19266           in the middle. Fix typo in gtk-doc description.
19267
19268 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19269
19270         * gst/playback/gstplaybasebin.c:
19271         * gst/playback/gstplaybin.c: (handoff):
19272           Make sure the video frame buffer we return to apps via the
19273           "frame" property always has caps set on it. Modify
19274           _gst_gvalue_set_object() macro to handle NULL objects
19275           gracefully too.
19276
19277 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19278
19279         * gst/audiotestsrc/gstaudiotestsrc.c:
19280         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19281         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19282         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19283         (gst_audio_test_src_create):
19284         * gst/audiotestsrc/gstaudiotestsrc.h:
19285         Adjust to some recent api changes and add wtays new cool seeking
19286         capabillities
19287
19288 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19289
19290         * ext/alsa/Makefile.am:
19291         * ext/alsa/gstalsadeviceprobe.c:
19292         * ext/alsa/gstalsadeviceprobe.h:
19293           Helper functions to add device probing via the GstPropertyProbe
19294           interface to a class.
19295
19296         * ext/alsa/gstalsamixer.h:
19297           Comment out GST_ALSA_MIXER, it returns a struct that's not
19298           used.
19299
19300         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19301           Add some debug info. 
19302
19303         * ext/alsa/gstalsamixerelement.c:
19304         (gst_alsa_mixer_element_interface_supported),
19305         (gst_implements_interface_init),
19306         (gst_alsa_mixer_element_init_interfaces),
19307         (gst_alsa_mixer_element_class_init),
19308         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19309         (gst_alsa_mixer_element_set_property),
19310         (gst_alsa_mixer_element_get_property),
19311         (gst_alsa_mixer_element_change_state):
19312         * ext/alsa/gstalsamixerelement.h:
19313           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19314           for device handling (gnome-volume-control will need that).
19315
19316 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19317
19318         * ext/Makefile.am: fix cdparanoia entry
19319         * gst-plugins-base.spec.in: add cdparanoia
19320
19321 2005-12-12  Michael Smith  <msmith@fluendo.com>
19322
19323         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19324           Use the correct function to free list of typefind factories.
19325
19326 2005-12-12  Wim Taymans  <wim@fluendo.com>
19327
19328         * gst/videotestsrc/gstvideotestsrc.c:
19329         (gst_video_test_src_class_init), (gst_video_test_src_init),
19330         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19331         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19332         (gst_video_test_src_create):
19333         * gst/videotestsrc/gstvideotestsrc.h:
19334         Implement seeking in videotestsrc.
19335         Small cleanups.
19336
19337 2005-12-12  Wim Taymans  <wim@fluendo.com>
19338
19339         * ext/cdparanoia/Makefile.am:
19340         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19341         (gst_paranoia_endian_get_type), (_do_init),
19342         (cdparanoia_class_init), (cdparanoia_init),
19343         (cdparanoia_set_property), (cdparanoia_get_property),
19344         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19345         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19346         (cdparanoia_convert), (cdparanoia_get_query_types),
19347         (cdparanoia_query), (cdparanoia_set_index),
19348         (cdparanoia_uri_set_uri):
19349         * ext/cdparanoia/gstcdparanoia.h:
19350         Partially ported cdparanoia now that basesrc can support a
19351         plugin like this..
19352
19353 2005-12-12  Wim Taymans  <wim@fluendo.com>
19354
19355         * tests/examples/seek/scrubby.c: (main):
19356         Set higher priority for bus events so they don't get reordered with
19357         gtk gui events.
19358
19359         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19360         (flush_toggle_cb), (main):
19361         Added checkbox to disable flushing seeks. 
19362         Disable scrubbing when doing non flushing seeks.
19363
19364 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19365
19366         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19367         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19368         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19369         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19370           Implement some sort of event handling that doesn't rely on
19371           g_return_if_fail; make sure we always push the last chunk of an 
19372           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19373           state change function; remove some old cruft. Seeking is still
19374           rather unlikely to work though.
19375
19376         * tools/.cvsignore:
19377           Ignore more.
19378
19379 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19380
19381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19382         Fixed a leak of the current image reference when cleaning up.
19383         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19384
19385 2005-12-09  Michael Smith  <msmith@fluendo.com>
19386
19387         * tools/Makefile.am:
19388         * tools/gst-launch-ext-m.m:
19389           Remove gst-launch-ext. It doesn't work, and is no longer
19390           particularly useful.
19391
19392 2005-12-08  Luca Ognibene  <luogni@tin.it>
19393
19394         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19395           don't pass random values to ogmparse convert function.
19396           Make seeking possible in the exile1.ogm file.
19397
19398 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19399
19400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19401         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19402           Work around refcount problem with g_value_set_object() that occur
19403           if the core has been compiled against GLib-2.6 (g_value_set_object()
19404           will only g_object_ref() the element, but the caller will
19405           gst_object_unref() it and bad things will happen due to the way
19406           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19407           totem for people on FC4 using Thomas's 0.10 RPMs.
19408           
19409 2005-12-07  Edward Hervey  <edward@fluendo.com>
19410
19411         Time to welcome ogm to 0.10 :)
19412         
19413         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19414         (gst_ogg_pad_typefind):
19415         Oggdemux can now properly typefind elements with dynamic pads.
19416         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19417         Properly set caps on src pad, and set caps on outgoing buffers.
19418
19419 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19420
19421         * ext/alsa/gstalsamixer.h:
19422         * ext/alsa/gstalsamixerelement.h:
19423         * ext/alsa/gstalsamixeroptions.h:
19424         * ext/alsa/gstalsamixertrack.h:
19425         * ext/alsa/gstalsasink.c:
19426         * ext/alsa/gstalsasink.h:
19427         * ext/alsa/gstalsasrc.c:
19428         * ext/alsa/gstalsasrc.h:
19429         * ext/cdparanoia/gstcdparanoia.h:
19430         * ext/gnomevfs/gstgnomevfsuri.h:
19431         * ext/ogg/gstoggdemux.c:
19432         * ext/ogg/gstoggmux.c:
19433         * ext/pango/gsttextoverlay.h:
19434         * ext/theora/theoradec.c:
19435         * ext/theora/theoraenc.c:
19436         * ext/vorbis/vorbisdec.h:
19437         * ext/vorbis/vorbisenc.c:
19438         * ext/vorbis/vorbisenc.h:
19439         * ext/vorbis/vorbisparse.h:
19440         * gst-libs/gst/audio/gstaudioclock.h:
19441         * gst-libs/gst/audio/gstaudiosink.c:
19442         * gst-libs/gst/audio/gstaudiosink.h:
19443         * gst-libs/gst/audio/gstaudiosrc.c:
19444         * gst-libs/gst/audio/gstaudiosrc.h:
19445         * gst-libs/gst/audio/gstbaseaudiosink.c:
19446         * gst-libs/gst/audio/gstbaseaudiosink.h:
19447         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19448         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19449         * gst-libs/gst/audio/gstringbuffer.h:
19450         * gst-libs/gst/audio/multichannel.h:
19451         * gst-libs/gst/floatcast/floatcast.h:
19452         * gst-libs/gst/interfaces/colorbalance.c:
19453         * gst-libs/gst/interfaces/colorbalance.h:
19454         * gst-libs/gst/interfaces/colorbalancechannel.h:
19455         * gst-libs/gst/interfaces/mixer.h:
19456         * gst-libs/gst/interfaces/mixeroptions.h:
19457         * gst-libs/gst/interfaces/mixertrack.h:
19458         * gst-libs/gst/interfaces/navigation.h:
19459         * gst-libs/gst/interfaces/propertyprobe.h:
19460         * gst-libs/gst/interfaces/tuner.h:
19461         * gst-libs/gst/interfaces/tunerchannel.h:
19462         * gst-libs/gst/interfaces/tunernorm.h:
19463         * gst-libs/gst/interfaces/xoverlay.h:
19464         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19465         * gst-libs/gst/riff/riff-ids.h:
19466         * gst-libs/gst/riff/riff-media.h:
19467         * gst-libs/gst/riff/riff-read.h:
19468         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19469         * gst-libs/gst/rtp/gstbasertppayload.c:
19470         * gst-libs/gst/rtp/gstbasertppayload.h:
19471         * gst-libs/gst/rtp/gstrtpbuffer.c:
19472         * gst-libs/gst/rtp/gstrtpbuffer.h:
19473         * gst-libs/gst/tag/gsttageditingprivate.h:
19474         * gst-libs/gst/tag/gstvorbistag.c:
19475         (gst_tag_list_from_vorbiscomment_buffer):
19476         * gst-libs/gst/tag/tag.h:
19477         * gst-libs/gst/video/video.h:
19478         * gst/adder/gstadder.c:
19479         * gst/adder/gstadder.h:
19480         * gst/audioconvert/audioconvert.c:
19481         * gst/audioconvert/audioconvert.h:
19482         * gst/audioconvert/gstaudioconvert.c:
19483         * gst/audioconvert/gstchannelmix.c:
19484         * gst/audioconvert/gstchannelmix.h:
19485         * gst/audiorate/gstaudiorate.c:
19486         * gst/audioresample/buffer.h:
19487         * gst/audioresample/functable.h:
19488         * gst/audioresample/gstaudioresample.c:
19489         * gst/audioresample/resample.h:
19490         * gst/ffmpegcolorspace/avcodec.h:
19491         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19492         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19493         * gst/ffmpegcolorspace/imgconvert.c:
19494         * gst/ffmpegcolorspace/imgconvert_template.h:
19495         * gst/playback/gstdecodebin.c:
19496         * gst/playback/gstplaybasebin.h:
19497         * gst/playback/gstplaybin.c:
19498         * gst/playback/gststreaminfo.h:
19499         * gst/tcp/gstfdset.c:
19500         * gst/tcp/gstfdset.h:
19501         * gst/tcp/gstmultifdsink.c:
19502         * gst/tcp/gstmultifdsink.h:
19503         * gst/tcp/gsttcp.h:
19504         * gst/tcp/gsttcpclientsrc.c:
19505         * gst/tcp/gsttcpclientsrc.h:
19506         * gst/tcp/gsttcpplugin.h:
19507         * gst/tcp/gsttcpserversink.c:
19508         * gst/tcp/gsttcpserversrc.c:
19509         * gst/typefind/gsttypefindfunctions.c:
19510         * gst/videorate/gstvideorate.c:
19511         * gst/videotestsrc/gstvideotestsrc.h:
19512         * gst/videotestsrc/videotestsrc.h:
19513         * sys/v4l/gstv4lcolorbalance.h:
19514         * sys/v4l/gstv4ltuner.h:
19515         * sys/v4l/gstv4lxoverlay.h:
19516         * sys/v4l/v4l_calls.h:
19517         * sys/v4l/videodev_mjpeg.h:
19518         * tests/check/elements/audioconvert.c:
19519         * tests/check/elements/audioresample.c:
19520         * tests/check/elements/audiotestsrc.c:
19521         * tests/check/elements/videotestsrc.c:
19522         * tests/check/elements/volume.c:
19523         * tests/examples/seek/scrubby.c:
19524         * tests/examples/seek/seek.c:
19525           expand tabs
19526
19527 === release 0.10.0 ===
19528
19529 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19530
19531         * configure.ac:
19532           releasing 0.10.0, "Mont-d'or"
19533
19534 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19535
19536         * tests/examples/seek/Makefile.am:
19537         Build fix for when gtk is not available.
19538
19539 2005-12-05  Andy Wingo  <wingo@pobox.com>
19540
19541         * ext/libvisual/visual.c: (get_buffer):
19542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19543         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19544         * ext/theora/theoradec.c: (theora_handle_data_packet):
19545         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19546         (theora_enc_chain):
19547         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19548         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19549         Update for alloc_buffer changes.
19550
19551 2005-12-05  Andy Wingo  <wingo@pobox.com>
19552
19553         patch by: Kai Vehmanen <kv2004 eca cx>
19554         
19555         * gst-libs/gst/rtp/gstbasertpdepayload.c
19556         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19557
19558 2005-12-04  Andy Wingo  <wingo@pobox.com>
19559
19560         patch by: Sebastien Cote <sebas642 yahoo ca>
19561         
19562         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19563         Fixes #319172.
19564
19565 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19566
19567         * docs/plugins/Makefile.am:
19568         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19569         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19570         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19571         * ext/pango/gstclockoverlay.c:
19572         * ext/pango/gsttextoverlay.c: 
19573         * ext/pango/gsttextrender.c:
19574         * ext/pango/gsttimeoverlay.c:
19575           Add gtk-doc blurbs to pango elements.
19576
19577 2005-12-02  Wim Taymans  <wim@fluendo.com>
19578
19579         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19580         * gst/audioresample/buffer.h:
19581         * gst/audioresample/gstaudioresample.c:
19582         * gst/audioresample/gstaudioresample.h:
19583         * gst/audioresample/resample.c: (resample_input_flush),
19584         (resample_input_pushthrough), (resample_input_eos),
19585         (resample_get_output_size_for_input),
19586         (resample_get_input_size_for_output), (resample_get_output_size),
19587         (resample_get_output_data):
19588         * gst/audioresample/resample.h:
19589         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19590         Fix audioresample, seek torture, new segments, reverse negotiation
19591         etc.. work fine.
19592
19593 2005-12-02  Wim Taymans  <wim@fluendo.com>
19594
19595         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19596         Small cleanups.
19597
19598 2005-12-02  Wim Taymans  <wim@fluendo.com>
19599
19600         * gst/audioconvert/gstaudioconvert.c:
19601         (gst_audio_convert_transform):
19602         Post errors.
19603
19604 === release 0.9.7 ===
19605
19606 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19607
19608         * configure.ac:
19609           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19610
19611 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19612
19613         * Makefile.am:
19614         * po/hu.po:
19615         * win32/MANIFEST:
19616         * win32/gst.sln:
19617           add win32 MANIFEST file
19618           do something to the hungarian translation
19619
19620 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19621
19622         * ext/Makefile.am:
19623           Add $(PANGO_DIR) to SUBDIRS
19624
19625         * ext/pango/gstclockoverlay.c:
19626         * ext/pango/gsttimeoverlay.c:
19627           Fix and improve element descriptions.
19628
19629 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19630
19631         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19632         * docs/plugins/inspect/plugin-libvisual.xml:
19633         * docs/plugins/inspect/plugin-pango.xml:
19634           add pango plugin to docs
19635
19636 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19637
19638         * configure.ac:
19639         * ext/Makefile.am:
19640           moved pango to base
19641
19642 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19643
19644         * configure.ac:
19645         * tests/Makefile.am:
19646         * tests/icles/.cvsignore:
19647         * tests/icles/Makefile.am:
19648         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19649         (close_display), (resize_window), (move_window), (create_window),
19650         (terminate_playback), (pause_playback), (start_playback), (main):
19651           add stress test for xoverlay from Julien
19652
19653 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19654
19655         * docs/libs/tmpl/gstcolorbalance.sgml:
19656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19657         * gst-libs/gst/rtp/gstbasertppayload.c:
19658         * gst-libs/gst/rtp/gstrtpbuffer.c:
19659         * gst-libs/gst/rtp/gstrtpbuffer.h:
19660           Do burger's rename for rtp payloaders and depayloaders
19661
19662 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19663
19664         * win32/:
19665           add Visual Studio 6 build files
19666
19667 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19668
19669         * docs/libs/gst-plugins-base-libs-docs.sgml:
19670         * docs/libs/gst-plugins-base-libs-sections.txt:
19671         * docs/libs/tmpl/gstaudio.sgml:
19672         * docs/libs/tmpl/gstringbuffer.sgml:
19673         * gst-libs/gst/interfaces/xoverlay.c:
19674         * gst-libs/gst/video/gstvideofilter.c:
19675         * gst-libs/gst/video/gstvideosink.c:
19676           update documentation
19677
19678 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19679
19680         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19681         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19682         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19683         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19684         (gst_multi_fd_sink_get_stats),
19685         (gst_multi_fd_sink_remove_client_link),
19686         (gst_multi_fd_sink_handle_client_read),
19687         (gst_multi_fd_sink_client_queue_data),
19688         (gst_multi_fd_sink_client_queue_caps),
19689         (gst_multi_fd_sink_client_queue_buffer),
19690         (gst_multi_fd_sink_new_client),
19691         (gst_multi_fd_sink_handle_client_write),
19692         (gst_multi_fd_sink_recover_client),
19693         (gst_multi_fd_sink_queue_buffer),
19694         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19695         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19696         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19697         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19698         * gst/tcp/gstmultifdsink.h:
19699         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19700         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19701         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19702         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19703         (gst_tcp_client_sink_set_property),
19704         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19705         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19706         * gst/tcp/gsttcpclientsink.h:
19707         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19708         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19709         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19710         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19711         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19712         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19713         * gst/tcp/gsttcpclientsrc.h:
19714         * gst/tcp/gsttcpplugin.c: (plugin_init):
19715         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19716         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19717         (gst_tcp_server_sink_finalize),
19718         (gst_tcp_server_sink_handle_server_read),
19719         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19720         (gst_tcp_server_sink_set_property),
19721         (gst_tcp_server_sink_get_property),
19722         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19723         * gst/tcp/gsttcpserversink.h:
19724         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19725         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19726         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19727         (gst_tcp_server_src_set_property),
19728         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19729         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19730         * gst/tcp/gsttcpserversrc.h:
19731           more borgifying
19732
19733 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19734
19735         * docs/plugins/Makefile.am:
19736         * docs/plugins/gst-plugins-base-plugins.args:
19737         * docs/plugins/inspect/plugin-libvisual.xml:
19738         * gst/audioconvert/plugin.h:
19739         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19740         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19741         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19742         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19743         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19744         (plugin_init):
19745         * gst/audiotestsrc/gstaudiotestsrc.c:
19746         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19747         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19748         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19749         (gst_audio_test_src_get_query_types),
19750         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19751         (gst_audio_test_src_create_square),
19752         (gst_audio_test_src_create_saw),
19753         (gst_audio_test_src_create_triangle),
19754         (gst_audio_test_src_create_silence),
19755         (gst_audio_test_src_create_white_noise),
19756         (gst_audio_test_src_init_pink_noise),
19757         (gst_audio_test_src_generate_pink_noise_value),
19758         (gst_audio_test_src_create_pink_noise),
19759         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19760         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19761         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19762         (plugin_init):
19763         * gst/audiotestsrc/gstaudiotestsrc.h:
19764         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19765         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19766         (gst_sub_parse_init), (gst_sub_parse_formats),
19767         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19768         (convert_encoding), (get_next_line),
19769         (gst_sub_parse_data_format_autodetect),
19770         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19771         (gst_sub_parse_loop), (gst_sub_parse_chain),
19772         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19773         (plugin_init):
19774         * gst/subparse/gstsubparse.h:
19775         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19776         (gst_video_rate_base_init), (gst_video_rate_class_init),
19777         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19778         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19779         (gst_video_rate_init), (gst_video_rate_event),
19780         (gst_video_rate_chain), (gst_video_rate_set_property),
19781         (gst_video_rate_get_property), (gst_video_rate_change_state),
19782         (plugin_init):
19783         * gst/videoscale/gstvideoscale.c:
19784         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19785         (gst_video_scale_src_template_factory),
19786         (gst_video_scale_sink_template_factory),
19787         (gst_video_scale_get_type), (gst_video_scale_base_init),
19788         (gst_video_scale_class_init), (gst_video_scale_init),
19789         (gst_video_scale_set_property), (gst_video_scale_get_property),
19790         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19791         (gst_video_scale_prepare_size), (parse_caps),
19792         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19793         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19794         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19795         (plugin_init):
19796         * gst/videoscale/gstvideoscale.h:
19797         * gst/videotestsrc/gstvideotestsrc.c:
19798         (gst_video_test_src_pattern_get_type),
19799         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19800         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19801         (gst_video_test_src_set_pattern),
19802         (gst_video_test_src_set_property),
19803         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19804         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19805         (gst_video_test_src_event), (gst_video_test_src_get_times),
19806         (gst_video_test_src_create), (plugin_init):
19807         * gst/videotestsrc/gstvideotestsrc.h:
19808         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19809         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19810         (gst_video_test_src_black):
19811         * gst/videotestsrc/videotestsrc.h:
19812           borgify further
19813           clean up docs a little
19814
19815 2005-11-30  Wim Taymans  <wim@fluendo.com>
19816
19817         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19818         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19819         (gst_basertppayload_event), (gst_basertppayload_push),
19820         (gst_basertppayload_change_state):
19821         * gst-libs/gst/rtp/gstbasertppayload.h:
19822         closed #320644.
19823
19824 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19825
19826         * docs/libs/gst-plugins-base-libs-docs.sgml:
19827         * docs/libs/gst-plugins-base-libs-sections.txt:
19828         * gst-libs/gst/video/gstvideofilter.c:
19829         * gst-libs/gst/video/gstvideosink.c:
19830         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19831
19832 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19833
19834         * LICENSE:
19835           move
19836         * po/af.po:
19837         * po/az.po:
19838         * po/cs.po:
19839         * po/en_GB.po:
19840         * po/hu.po:
19841         * po/it.po:
19842         * po/nb.po:
19843         * po/nl.po:
19844         * po/or.po:
19845         * po/sq.po:
19846         * po/sr.po:
19847         * po/sv.po:
19848         * po/uk.po:
19849         * po/vi.po:
19850         * Makefile.am:
19851           update
19852         * scripts/autoplugins.sh:
19853           remove
19854
19855 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19856
19857         * Makefile.am:
19858         * configure.ac:
19859         * examples/Makefile.am:
19860         * examples/capsfilter/Makefile.am:
19861         * examples/capsfilter/capsfilter1.c:
19862         * examples/gob/Makefile.am:
19863         * examples/gob/gst-identity2.gob:
19864         * examples/indexing/.cvsignore:
19865         * examples/indexing/Makefile.am:
19866         * examples/indexing/indexmpeg.c:
19867         * examples/seeking/.cvsignore:
19868         * examples/seeking/Makefile.am:
19869         * examples/seeking/cdparanoia.c:
19870         * examples/seeking/cdplayer.c:
19871         * examples/seeking/chained.c:
19872         * examples/seeking/scrubby.c:
19873         * examples/seeking/seek.c:
19874         * examples/stats/Makefile.am:
19875         * examples/stats/mp2ogg.c:
19876         * examples/switch/.cvsignore:
19877         * examples/switch/Makefile.am:
19878         * examples/switch/switcher.c:
19879         * tests/Makefile.am:
19880         * tests/check/generic/.cvsignore:
19881         * tests/check/pipelines/.cvsignore:
19882         * tests/examples/Makefile.am:
19883         * tests/examples/seek/Makefile.am:
19884           reorganize stuff under tests/
19885
19886 2005-11-30  Edward Hervey  <edward@fluendo.com>
19887
19888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19889         Go away you stupid GstStaticPadTemplate memleak.
19890
19891 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19892
19893         * gst-libs/gst/net/Makefile.am:
19894         * gst-libs/gst/net/README:
19895         * gst-libs/gst/net/gstnetbuffer.c:
19896         * gst-libs/gst/net/gstnetbuffer.h:
19897           this was moved to "netbuffer"
19898
19899 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19900
19901         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19902         (gst_video_filter_class_init), (gst_video_filter_init):
19903         * gst-libs/gst/video/gstvideofilter.h:
19904           borgify name to bring in line with other classes
19905
19906 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19907
19908         * gst/audioscale/.cvsignore:
19909         * gst/audioscale/Makefile.am:
19910         * gst/audioscale/README:
19911         * gst/audioscale/audioscale.vcproj:
19912         * gst/audioscale/dtof.c:
19913         * gst/audioscale/dtos.c:
19914         * gst/audioscale/functable.c:
19915         * gst/audioscale/gstaudioscale.c:
19916         * gst/audioscale/gstaudioscale.h:
19917         * gst/audioscale/private.h:
19918         * gst/audioscale/resample.c:
19919         * gst/audioscale/resample.h:
19920         * gst/audioscale/test.c:
19921           remove
19922
19923 2005-11-30  Edward Hervey  <edward@fluendo.com>
19924
19925         * gst-libs/gst/netbuffer/Makefile.am:
19926         really, really tired
19927
19928 2005-11-30  Edward Hervey  <edward@fluendo.com>
19929
19930         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19931         Update for new GstTypeFindFactory _register()
19932
19933 2005-11-30  Edward Hervey  <edward@fluendo.com>
19934
19935         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19936         Let's not override libgstnet from core for no reason...
19937         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19938         Ok, maybe not so quick next time.
19939
19940 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19941
19942         * configure.ac:
19943         * gst-libs/gst/Makefile.am:
19944           moved gst-libs/gst/net to netbuffer through CVS surgery
19945           remove old directory
19946           updating build to accomodate
19947           (#322257)
19948
19949 2005-11-29  Andy Wingo  <wingo@pobox.com>
19950
19951         * pkgconfig/gstreamer-plugins-base.pc.in:
19952         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19953         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19954         (#322257).
19955
19956 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19957
19958         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19959         3rd time's the charm. Correct ref-counting for discarded buffers.
19960
19961 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19962
19963         * gst/playback/gststreamselector.c:
19964         (gst_stream_selector_class_init),
19965         (gst_stream_selector_set_property),
19966         (gst_stream_selector_get_property),
19967         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19968         Fix ref-counting
19969
19970 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19971
19972         * gst/subparse/gstsubparse.c: (feed_textbuf):
19973           Don't access already unref'ed buffer.
19974
19975 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19976
19977         * gst/playback/gststreamselector.c:
19978         (gst_stream_selector_class_init), (gst_stream_selector_init),
19979         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19980         (gst_stream_selector_get_property),
19981         (gst_stream_selector_get_linked_pad),
19982         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19983         * gst/playback/gststreamselector.h:
19984         Add the active-pad property for playbin to use shortly. Ignore buffers
19985         from any other pad, returning GST_FLOW_NOT_LINKED
19986
19987 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19988
19989         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19990         patch from bug #322704 (Alessandro Decina).
19991
19992 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19993
19994         * gst-libs/gst/audio/Makefile.am:
19995           folded audiofilter into the audio library
19996
19997 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19998
19999         * gst/videoscale/gstvideoscale.h:
20000         * gst/videoscale/gstvideoscale.c:
20001           remove unimplemented scale methods
20002
20003 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20004
20005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20006           Don't leak caps.
20007
20008 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20009
20010         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20011         (gst_ximagesink_setcaps):
20012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20013         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20014         happens (only visible on ximagesink but bug is in xv too) set_caps was
20015         destroying the internal x[v]image used to memcpy non locally alloced
20016         buffers so that it got renewed on next _chain. The issue is that 
20017         _expose will try to put that image as it reffed it in _put.
20018         Using gst_buffer_unref instead of destroy fixes it !
20019
20020 2005-11-28  Edward Hervey  <edward@fluendo.com>
20021
20022         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20023         (try_to_link_1), (queue_filled_cb):
20024         Better use of the queues. Start with a small size queue and only increase
20025         the size of the queues when the other queues are empty.
20026
20027 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20028
20029         * gst-libs/gst/video/Makefile.am:
20030           compile in copied-over videofilter into the video library
20031         * gst-libs/gst/video/videosink.h:
20032           rename the header to gstvideosink.h since it's a base GstObject class
20033         * sys/ximage/ximagesink.h:
20034         * sys/xvimage/xvimagesink.h:
20035           use the new header
20036
20037 2005-11-28  Wim Taymans  <wim@fluendo.com>
20038
20039         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20040         * gst/playback/gstplaybasebin.h:
20041         Prepare to handle errors betters.
20042
20043         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20044         Set sinks to PAUSED first before adding and linking them so that
20045         we don't interrupt dataflow.
20046
20047 2005-11-28  Wim Taymans  <wim@fluendo.com>
20048
20049         * gst-libs/gst/audio/TODO:
20050         Updated TODO
20051
20052         * gst-libs/gst/audio/gstaudiosink.c:
20053         (gst_audioringbuffer_open_device),
20054         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20055         (gst_audioringbuffer_release):
20056         Small cleanups.
20057
20058         * gst-libs/gst/audio/gstbaseaudiosink.c:
20059         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20060         (gst_base_audio_sink_change_state):
20061         Slave to the master clock when going to PLAYING and unslave when
20062         going to PAUSED.
20063
20064         * gst-libs/gst/audio/gstringbuffer.c:
20065         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20066         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20067         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20068         (gst_ring_buffer_clear_all), (wait_segment),
20069         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20070         (gst_ring_buffer_advance):
20071         * gst-libs/gst/audio/gstringbuffer.h:
20072         Add some docs and cleanups.
20073
20074 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20075
20076         * sys/xvimage/xvimagesink.c:
20077         (gst_xvimagesink_navigation_send_event): Fix navigation events
20078         coordinates translation with pixel aspect ratios.
20079
20080 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20081
20082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20083         Use calculated video geometry from _setcaps instead of buffer
20084         caps to respect pixel aspect ratio. (fixes #322388)
20085
20086 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20087
20088         * docs/libs/tmpl/gstcolorbalance.sgml:
20089         * docs/libs/tmpl/gstmixer.sgml:
20090         * docs/libs/tmpl/gstxoverlay.sgml:
20091         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20092         interface.
20093
20094 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20095
20096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20097         Refuse to create an XvImage if we can't find the format.
20098
20099 2005-11-28  Edward Hervey  <edward@fluendo.com>
20100
20101         * gst-libs/gst/riff/riff-media.c:
20102         (gst_riff_create_audio_template_caps):
20103         Add ATRAC3 to the list of riff-possible audio caps.
20104         I know we still don't have a plugin for atrac3, but it's saner to output
20105         that than a cryptic mimetype.
20106
20107 2005-11-27  Edward Hervey  <edward@fluendo.com>
20108
20109         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20110         Don't try to create a zero-sized subbuffer.
20111
20112 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20113
20114         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20115         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20116         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20117         (gst_ximagesink_expose): Fixed a tricky race.
20118         * sys/ximage/ximagesink.h:
20119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20120         (gst_xvimagesink_expose): Fixed a tricky race.
20121         * sys/xvimage/xvimagesink.h:
20122
20123 2005-11-27  Edward Hervey  <edward@fluendo.com>
20124
20125         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20126         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20127         Remove unused properties, and add queues between demuxers and decoders
20128         so that a lot more files can preroll properly.
20129
20130 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20131
20132         * gst-libs/gst/net/Makefile.am:
20133         * gst-libs/gst/rtp/Makefile.am:
20134         * gst-libs/gst/tag/Makefile.am:
20135           remove silly include
20136         * gst/tags/Makefile.am:
20137         * gst/tags/gsttagediting.c:
20138         * gst/tags/gsttageditingprivate.h:
20139         * gst/tags/tagedit.vcproj:
20140           remove directory, is as good as empty
20141
20142 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20143
20144         * configure.ac:
20145           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20146         * gst-libs/Makefile.am:
20147         * gst-libs/gst/audio/Makefile.am:
20148         * gst-libs/gst/interfaces/Makefile.am:
20149         * gst-libs/gst/net/Makefile.am:
20150         * gst-libs/gst/riff/Makefile.am:
20151         * gst-libs/gst/rtp/Makefile.am:
20152         * gst-libs/gst/tag/Makefile.am:
20153         * gst-libs/gst/video/Makefile.am:
20154           and use them
20155
20156 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20157
20158         * docs/libs/tmpl/gstcolorbalance.sgml:
20159         * docs/libs/tmpl/gstmixer.sgml:
20160         * docs/libs/tmpl/gstxoverlay.sgml:
20161         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20162         * sys/ximage/ximagesink.h:
20163         * sys/xvimage/xvimagesink.h: More and more documentation.
20164
20165 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20166
20167         * docs/libs/gst-plugins-base-libs-docs.sgml:
20168         * docs/libs/gst-plugins-base-libs-sections.txt:
20169         * docs/libs/tmpl/gstcolorbalance.sgml:
20170         * docs/libs/tmpl/gstmixer.sgml:
20171         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20172         to documentation.
20173
20174 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20175
20176         * docs/plugins/Makefile.am:
20177         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20178         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20179         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20180
20181 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20182
20183         * docs/plugins/Makefile.am:
20184         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20185         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20186         * docs/plugins/inspect/plugin-adder.xml:
20187         * docs/plugins/inspect/plugin-alsa.xml:
20188         * docs/plugins/inspect/plugin-audioconvert.xml:
20189         * docs/plugins/inspect/plugin-audiorate.xml:
20190         * docs/plugins/inspect/plugin-audioresample.xml:
20191         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20192         * docs/plugins/inspect/plugin-decodebin.xml:
20193         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20194         * docs/plugins/inspect/plugin-gnomevfs.xml:
20195         * docs/plugins/inspect/plugin-ogg.xml:
20196         * docs/plugins/inspect/plugin-playbin.xml:
20197         * docs/plugins/inspect/plugin-subparse.xml:
20198         * docs/plugins/inspect/plugin-tcp.xml:
20199         * docs/plugins/inspect/plugin-theora.xml:
20200         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20201         * docs/plugins/inspect/plugin-video4linux.xml:
20202         * docs/plugins/inspect/plugin-videorate.xml:
20203         * docs/plugins/inspect/plugin-videoscale.xml:
20204         * docs/plugins/inspect/plugin-videotestsrc.xml:
20205         * docs/plugins/inspect/plugin-volume.xml:
20206         * docs/plugins/inspect/plugin-vorbis.xml:
20207         * docs/plugins/inspect/plugin-ximagesink.xml:
20208         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20209         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20210
20211 2005-11-26  Edward Hervey  <edward@fluendo.com>
20212
20213         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20214         Properly return GstFlowReturn from gst_pad_push in chain functions.
20215
20216 2005-11-25  Michael Smith  <msmith@fluendo.com>
20217
20218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20219         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20220         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20221         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20222           Handle various conditions better when we don't understand a stream.
20223           Removes a heap of CRITICALs on ogg streams containing unknown data.
20224
20225 2005-11-24  Andy Wingo  <wingo@pobox.com>
20226
20227         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20228         Be threadsafe.
20229
20230 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20231
20232         * configure.ac: back to HEAD
20233
20234 === release 0.9.6 ===
20235
20236 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20237
20238         * configure.ac:
20239           releasing 0.9.6, "White Eight"
20240
20241 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20242
20243         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20244         * docs/plugins/inspect/plugin-sine.xml:
20245           remove sinesrc some more
20246
20247 2005-11-23  Wim Taymans  <wim@fluendo.com>
20248
20249         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20250         If we are reading too slowly, jump forward in the ringbuffer
20251         instead of blocking.
20252
20253 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20254
20255         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20256         (gst_visual_chain):
20257         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20258         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20259         (gst_videorate_chain):
20260         * gst/videotestsrc/gstvideotestsrc.c:
20261         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20262         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20263         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20264         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20265         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20266         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20267           Updates for API changes
20268
20269 2005-11-23  Wim Taymans  <wim@fluendo.com>
20270
20271         * gst-libs/gst/audio/gstbaseaudiosink.c:
20272         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20273         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20274         Fix for calibration API change.
20275
20276 2005-11-23  Michael Smith <msmith@fluendo.com>
20277
20278         * gst-libs/gst/audio/multichannel.c:
20279         (gst_audio_get_channel_positions),
20280         (gst_audio_set_channel_positions),
20281         (gst_audio_set_structure_channel_positions_list),
20282         (gst_audio_fixate_channel_positions):
20283           Use gst_value_array_*() functions on value arrays, not
20284           gst_value_list_*().
20285
20286 2005-11-23  Edward Hervey  <edward@fluendo.com>
20287
20288         * autogen.sh:
20289         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20290         Fixes autogen
20291
20292 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20293
20294         * check/Makefile.am:
20295         * check/elements/videotestsrc.c: (setup_videotestsrc),
20296         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20297         (main):
20298           add a test for videotestsrc
20299
20300 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20301
20302         * gst/sine/.cvsignore:
20303         * gst/sine/Makefile.am:
20304         * gst/sine/gstsinesrc.c:
20305         * gst/sine/gstsinesrc.h:
20306         * gst/sine/sinesrc.vcproj:
20307           and remove sinesrc from the repository.  Closes #321446
20308
20309 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20310
20311         * configure.ac:
20312         * gst-plugins-base.spec.in:
20313           remove sinesrc from the build
20314
20315 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20316
20317         * check/Makefile.am:
20318         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20319         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20320         (main):
20321           add a test for audiotestsrc, testing all waves.  Even seems
20322           leak-free at first glance, nice job Stefan
20323
20324 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20325
20326         * po/af.po:
20327         * po/az.po:
20328         * po/cs.po:
20329         * po/en_GB.po:
20330         * po/hu.po:
20331         * po/it.po:
20332         * po/nb.po:
20333         * po/nl.po:
20334         * po/or.po:
20335         * po/sq.po:
20336         * po/sr.po:
20337         * po/sv.po:
20338         * po/uk.po:
20339         * po/vi.po:
20340           Translation string updates
20341
20342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20343         (gst_v4lsrc_set_caps):
20344         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20345         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20346         * sys/v4l/v4lsrc_calls.h:
20347           Improve v4lsrc, by making it work again.
20348
20349 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20350
20351         * ext/libvisual/visual.c: (gst_visual_chain):
20352           Fix the fps calculations.
20353
20354         * gst/ffmpegcolorspace/avcodec.h:
20355           Move structure element for clarity
20356
20357         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20358         * gst-libs/gst/interfaces/tunernorm.h:
20359         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20360         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20361         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20362         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20363         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20364         (gst_v4lmjpegsrc_getcaps):
20365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20366         (gst_v4lsrc_set_caps):
20367         * sys/v4l/gstv4lsrc.h:
20368         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20369         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20370         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20371         * sys/v4l/v4lsrc_calls.h:
20372           Fractional framerates...
20373
20374 2005-11-22  Wim Taymans  <wim@fluendo.com>
20375
20376         * gst-libs/gst/audio/gstbaseaudiosink.c:
20377         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20378         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20379         And we provide a clock by default, of course...
20380
20381 2005-11-22  Wim Taymans  <wim@fluendo.com>
20382
20383         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20384         This clock can be slaved to a master clock now.
20385
20386         * gst-libs/gst/audio/gstbaseaudiosink.c:
20387         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20388         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20389         (gst_base_audio_sink_set_clock),
20390         (gst_base_audio_sink_set_property),
20391         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20392         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20393         * gst-libs/gst/audio/gstbaseaudiosink.h:
20394         Handle slaving the internal clock to the clock selected in the
20395         pipeline.
20396         Add property to make the basesink not provide a clock.
20397
20398         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20399         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20400         (gst_base_rtp_depayload_wait):
20401         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20402         We can use the clock in GstElement, no need to store it ourselves.
20403
20404 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20405
20406         * docs/libs/tmpl/gstaudio.sgml:
20407           update
20408         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20409         (gst_paranoia_endian_get_type):
20410         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20411         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20412         * gst/audiotestsrc/gstaudiotestsrc.c:
20413         (gst_audiostestsrc_wave_get_type):
20414         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20415         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20416         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20417         (gst_sync_method_get_type), (gst_unit_type_get_type),
20418         (gst_client_status_get_type), (gst_multifdsink_class_init),
20419         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20420         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20421         (gst_multifdsink_get_property):
20422         * gst/tcp/gstmultifdsink.h:
20423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20424         * gst/videotestsrc/gstvideotestsrc.c:
20425         (gst_videotestsrc_pattern_get_type):
20426           remove deprecated properties
20427           fix up enums to correctly have short lowercase dashed nicks
20428
20429 2005-11-22  Michael Smith <msmith@fluendo.com>
20430
20431         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20432         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20433           Add underscore.
20434
20435 2005-11-22  Michael Smith <msmith@fluendo.com>
20436
20437         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20438         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20439           Use utility method for scaling clocktime for fractional framerates.
20440
20441 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20442
20443         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20444         (gst_visual_chain):
20445         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20446         * ext/theora/theoradec.c: (theora_handle_type_packet):
20447         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20448         (theora_enc_chain):
20449         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20450         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20451         * gst-libs/gst/video/video.h:
20452         * gst/ffmpegcolorspace/avcodec.h:
20453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20454         (gst_ffmpeg_caps_to_pixfmt):
20455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20456         (gst_ffmpegcsp_set_caps):
20457         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20458         (gst_videorate_setcaps), (gst_videorate_blank_data),
20459         (gst_videorate_chain):
20460         * gst/videotestsrc/gstvideotestsrc.c:
20461         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20462         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20463         (gst_videotestsrc_event), (gst_videotestsrc_create):
20464         * gst/videotestsrc/gstvideotestsrc.h:
20465         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20466         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20467         (gst_ximagesink_get_times), (gst_ximagesink_init):
20468         * sys/ximage/ximagesink.h:
20469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20470         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20471         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20472         * sys/xvimage/xvimagesink.h:
20473           Convert elements to use fractions for their framerate.
20474           V4L elements to come later tonight.
20475
20476 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20477
20478         * gst-libs/gst/audio/audio.c:
20479         * gst-libs/gst/audio/audio.h:
20480           remove some deprecated functions
20481
20482 2005-11-22  Andy Wingo  <wingo@pobox.com>
20483
20484         * Update for gst_tag_setter API changes.
20485
20486 2005-11-22  Andy Wingo  <wingo@pobox.com>
20487
20488         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20489         (gst_ogg_demux_perform_seek):
20490         * ext/theora/theoradec.c (theora_dec_sink_event):
20491         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20492         update-funcnames.
20493
20494 2005-11-22  Wim Taymans  <wim@fluendo.com>
20495
20496         * examples/seeking/seek.c: (main):
20497         Give higher priority to bus signals than the gtk events
20498         to fix a race condition in the segment looping.
20499
20500 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20501
20502         * ext/theora/Makefile.am:
20503         * ext/vorbis/Makefile.am:
20504         * gst-libs/gst/tag/Makefile.am:
20505         * gst-plugins-base.spec.in:
20506           Rename libgsttagedit to libgsttag (#322117).
20507
20508 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20509
20510         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20512           Call gst_x_overlay_prepare_xwindow_id() to give applications
20513           a final chance to set their own xwindow id before the video
20514           sink creates its own window.
20515
20516 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20517
20518         * sys/xvimage/xvimagesink.c:
20519         (gst_xvimagesink_navigation_send_event): Handle navigation
20520         events correcly with borders if applicable.
20521
20522 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20523
20524         Patch by: Luca Ognibene
20525
20526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20527         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20529         (gst_ffmpegcsp_caps_remove_format_info):
20530         * gst/ffmpegcolorspace/imgconvert.c:
20531         * gst/ffmpegcolorspace/imgconvert_template.h:
20532           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20533           #318353); use gst_structure_has_name().
20534
20535 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20536
20537         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20538         (gst_ximagesink_class_init): Add debug macros on functions.
20539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20540         (gst_xvimagesink_xwindow_draw_borders),
20541         (gst_xvimagesink_xvimage_put),
20542         (gst_xvimagesink_xwindow_update_geometry),
20543         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20544         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20545         (gst_xvimagesink_xcontext_clear),
20546         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20547         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20548         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20549         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20550         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20551         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20552         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20553         expose while being PAUSED, out of data flow navigation events, etc..
20554
20555 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20556
20557         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20558         * gst-libs/gst/audio/audio.h:
20559           fix prototype - wondering why the test worked regardless
20560
20561 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * check/Makefile.am:
20564         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20565         * gst-libs/gst/audio/audio.h:
20566           add a method that returns a proper GstClockTime
20567
20568 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20569
20570         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20571         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20572         * gst-libs/gst/interfaces/xoverlay.h:
20573           Remove everything having to do with the desired size; add 
20574           gst_x_overlay_prepare_xwindow_id() function; remove the
20575           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20576           post a message on the bus instead (#321816).
20577
20578         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20580         (gst_xvimagesink_xoverlay_init):
20581           Remove desired size stuff (#321816).
20582
20583 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20584
20585         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20586         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20587         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20588           Terminate vararg functions with NULL instead of 0 to 
20589           make gcc4 happy.
20590
20591 2005-11-21  Andy Wingo  <wingo@pobox.com>
20592
20593         patch by: Sebastien Cote <sebas642@yahoo.ca>
20594         
20595         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20596         * gst-libs/gst/rtp/gstrtpbuffer.c
20597         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20598
20599 2005-11-21  Andy Wingo  <wingo@pobox.com>
20600
20601         * gst/playback/gstplaybin.c (gen_audio_element) 
20602         (gen_video_element): Use the new MISSING_PLUGIN core error
20603         category. Closes #320060.
20604
20605         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20606         * gst/videorate/gstvideorate.c (gst_videorate_event):
20607         * ext/theora/theoradec.c (theora_dec_sink_event): 
20608         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20609         stream lock.
20610
20611         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20612         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20613         stream lock changes.
20614
20615 2005-11-21  Wim Taymans  <wim@fluendo.com>
20616
20617         * gst-libs/gst/audio/gstbaseaudiosink.c:
20618         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20619         (gst_base_audio_sink_provide_clock),
20620         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20621         (gst_base_audio_sink_change_state):
20622         * gst/audioresample/gstaudioresample.c:
20623         Segment update fix.
20624
20625 2005-11-21  Andy Wingo  <wingo@pobox.com>
20626
20627         * *.h:
20628         * *.c: Ran scripts/update-macros. Oh yes.
20629
20630 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20631
20632         * sys/ximage/Makefile.am:
20633         * sys/ximage/ximage.c:
20634           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20635           remove your old libgstximage.* manually if necessary).
20636
20637 2005-11-21  Michael Smith <msmith@fluendo.com>
20638
20639         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20640           Minimal fix for bug #320200: set the min/max bitrate in the correct
20641           units. A better fix would be to upgrade to the RATEMANAGE2
20642           interface, rather than using the deprecated interface used here, but
20643           that would require an update in our libvorbis dependency (to 1.1),
20644           which is probably undesirable.
20645
20646 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20647
20648         * ext/libvisual/visual.c: (get_buffer):
20649         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20650         (gst_base_audio_src_fixate):
20651         * gst/audioconvert/gstaudioconvert.c:
20652         (gst_audio_convert_fixate_caps):
20653         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20654         * gst/audiotestsrc/gstaudiotestsrc.c:
20655         (gst_audiotestsrc_src_fixate):
20656         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20657         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20658         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20659         * gst/videotestsrc/gstvideotestsrc.c:
20660         (gst_videotestsrc_src_fixate):
20661         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20663           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20664           (#322027)
20665
20666
20667 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20668
20669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20670         (gst_riff_create_iavs_caps):
20671         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20672         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20673         (gst_riff_parse_info):
20674         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20677           Fixes for GST_FOURCC_FORMAT API change.
20678
20679 2005-11-21  Andy Wingo  <wingo@pobox.com>
20680
20681         patch by: Alessandro Dessina <alessandro nnva org>
20682
20683         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20684         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20685         (gst_ogg_parse_chain):
20686         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20687         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20688         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20689         gst_value_list calls on arrays. Fixes #321962.
20690
20691 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20692
20693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20694         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20695         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20696         * gst/adder/gstadder.c: (gst_adder_init),
20697         (gst_adder_request_new_pad), (gst_adder_collected),
20698         (gst_adder_change_state):
20699           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20700           API change.
20701
20702 2005-11-21  Michael Smith <msmith@fluendo.com>
20703
20704         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20705         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20706           Properly handle pad_push return values.
20707
20708 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20709
20710         * gst-libs/gst/tag/Makefile.am:
20711         * gst-libs/gst/tag/gstvorbistag.c:
20712         (gst_tag_list_to_vorbiscomment_buffer):
20713           Remove obsolete vorbistag element and debug category.
20714
20715         * gst/playback/gstplaybasebin.c: (check_queue):
20716           Don't divide by 0 when queue-threshold is 0.
20717
20718         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20719           Don't modify an existing pixel-aspect-ratio if we fail to read
20720           a new one.
20721
20722 2005-11-20  Wim Taymans  <wim@fluendo.com>
20723
20724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20725         (gst_vorbisenc_push_packet):
20726         GST_PAD_IS_USABLE is gone, use the return value of
20727         the push or pad_alloc_buffer instead.
20728
20729 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20730
20731         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20732         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20733         (gst_ximagesink_ximage_destroy),
20734         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20735         (gst_ximagesink_xwindow_new),
20736         (gst_ximagesink_xwindow_update_geometry),
20737         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20738         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20739         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20740         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20741         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20742         (gst_ximagesink_navigation_send_event),
20743         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20744         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20745         (gst_ximagesink_finalize), (gst_ximagesink_init),
20746         (gst_ximagesink_class_init):
20747         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20748         This new version brings correct software scaling, non flickering
20749         window while resizing, pixel aspect ratio handling, usage of
20750         hardware buffer pools, out of data flow event thread for 
20751         navigation and handling of expose events even when being PAUSED,
20752         a new property to keep video aspect ratio when resizing, etc...
20753
20754 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20755
20756         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20757         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20758         handling of PAR.
20759
20760 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20761
20762         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20763         Unsetting IS_SINK flag from the fakesink, so decodebin
20764         never behaves as a sink.
20765
20766 2005-11-17  Wim Taymans  <wim@fluendo.com>
20767
20768         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20769         (gst_base_audio_src_change_state):
20770         Fix the audiosrc base class again, we did not unflush.
20771
20772 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20773
20774         * examples/seeking/seek.c: (make_dv_pipeline),
20775         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20776         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20777         to ogg/vorbis/theora pipeline.
20778
20779 2005-11-17  Wim Taymans  <wim@fluendo.com>
20780
20781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20782         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20783         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20784         Fix EOS on multiple streams.
20785         More debugging.
20786
20787 2005-11-16  Wim Taymans  <wim@fluendo.com>
20788
20789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20790         (gst_ogg_demux_perform_seek):
20791         Segment done must include stream time.
20792
20793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20794         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20795         (gst_ogg_mux_change_state):
20796         Fix ogg muxer again.
20797
20798 2005-11-16  Wim Taymans  <wim@fluendo.com>
20799
20800         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20801         Fix compile again.
20802
20803 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20804
20805         * ext/libvisual/visual.c: (gst_visual_init):
20806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20807         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20808         (gst_ogg_parse_chain):
20809         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20810         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20811         * ext/theora/theoradec.c: (gst_theora_dec_init):
20812         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20813         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20814         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20815         * gst/adder/gstadder.c: (gst_adder_class_init),
20816         (gst_adder_dispose):
20817         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20818         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20819         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20820           Fix a whole set of pad template leaks
20821
20822 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20823
20824         * check/generic/states.c: (GST_START_TEST):
20825           fix the test so that it only checks for elements that are part of
20826           this source module
20827
20828 2005-11-16  Michael Smith <msmith@fluendo.com>
20829
20830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20831         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20832         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20833         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20834         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20835         (gst_ogg_mux_change_state):
20836           Fix leaking collectpads.
20837
20838 2005-11-16  Edward Hervey  <edward@fluendo.com>
20839
20840         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20841         (gst_videorate_event), (gst_videorate_chain):
20842         Handle segment seeks
20843
20844 2005-11-16  Wim Taymans  <wim@fluendo.com>
20845
20846         * gst-libs/gst/audio/gstbaseaudiosink.c:
20847         (gst_base_audio_sink_provide_clock),
20848         (gst_base_audio_sink_change_state):
20849         Set ringbuffer to non-flushing when going to PAUSED, set to
20850         flushing again when going to READY.
20851
20852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20853         (gst_ring_buffer_stop):
20854         Start in flushing mode by default.
20855         Don't set flushing in the _stop method, let the app call
20856         this explicitly.
20857
20858 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20859
20860         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20861         * gst-libs/gst/video/videosink.h: Add helper function needed
20862         for video sinks.
20863
20864 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20865
20866         * gst/videoscale/gstvideoscale.c:
20867         (gst_videoscale_handle_src_event):
20868           Don't leak reference to pad parent.
20869
20870 2005-11-16  Wim Taymans  <wim@fluendo.com>
20871
20872         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20873         Set ringbuffer to flushing when stopping so that we don't
20874         block on wait_segment anymore and livelock.
20875
20876 2005-11-16  Wim Taymans  <wim@fluendo.com>
20877
20878         * examples/seeking/seek.c: (send_event), (do_seek),
20879         (loop_toggle_cb), (segment_done), (main):
20880         Added looping checkbox.
20881
20882 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20883
20884         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20885         (gst_ogg_demux_init):
20886         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20887         (gst_vorbis_dec_init):
20888           revert unrefs, they don't pass make check
20889
20890 2005-11-15  Johan Dahlin  <johan@gnome.org>
20891
20892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20893         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20895         (gst_vorbis_dec_init):
20896         Fix pad template leaks. 
20897
20898 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20899
20900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20901           Make state change function thread safe.
20902
20903 2005-11-15  Edward Hervey  <edward@fluendo.com>
20904
20905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20906         (gst_ogg_demux_class_init):
20907         Implement GstElement::send_event, so we can send seek events
20908         in GST_STATE_READY
20909
20910 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20911
20912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20913         Discovered how to take away flickering while resizing the
20914         window. Please don't put that in ximagesink, refactoring in
20915         progress.
20916
20917 2005-11-14  Michael Smith <msmith@fluendo.com>
20918
20919         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20920         (gst_multifdsink_render):
20921           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20922
20923 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20924
20925         * gst/playback/gstplaybin.c: (gen_audio_element):
20926           Use autoaudiosink, it tends to be more widely available than
20927           autoaudiiosink.
20928           
20929 2005-11-14  Andy Wingo  <wingo@pobox.com>
20930
20931         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20932         as well if it is available. Fixes #316442.
20933
20934 2005-11-14  Michael Smith <msmith@fluendo.com>
20935
20936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20937         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20938         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20939         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20940         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20941         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20942         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20943         (gst_vorbisenc_change_state):
20944           Fix a small memory leak in vorbisenc.
20945           Fix large memory leaks in oggmux, also fix lots of state change
20946           bugs in oggmux.
20947
20948 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20949
20950         * gst/videotestsrc/gstvideotestsrc.c:
20951         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20952         (gst_videotestsrc_src_fixate):
20953           move fixation to a fixate function
20954           remove negotiate function, basesrc's is good enough
20955           fixes a bug for check when using the element alone
20956
20957 2005-11-13  Edward Hervey  <edward@fluendo.com>
20958
20959         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20960         (key_toggle_cb), (main):
20961         Added checkboxes for adding/removing the accurate and key_unit seek
20962         flags.
20963
20964 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20965
20966         * configure.ac: back to HEAD
20967
20968 === release 0.9.5 ===
20969
20970 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20971
20972         * configure.ac:
20973           releasing 0.9.5, "No No Kia"
20974
20975 2005-11-11  Edward Hervey  <edward@fluendo.com>
20976
20977         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20978         Added parse-launch syntax seeking mode for the seeking example.
20979         This should help stress-test even more cases.
20980         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20981
20982 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20983
20984         * sys/xvimage/xvimagesink.c:
20985         (gst_xvimagesink_navigation_send_event):
20986           Check whether peer pad exists before sending navigation events
20987           to it.
20988
20989 2005-11-11  Michael Smith <msmith@fluendo.com>
20990
20991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20992         (gst_vorbisenc_buffer_from_packet):
20993         * ext/vorbis/vorbisenc.h:
20994           Set duration on encoded buffers. This allows oggmux's
20995           max_page_delay parameter to actually work.
20996
20997 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20998
20999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21000         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21001         (gst_ffmpegcsp_avpicture_fill):
21002         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21003         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21004           Make palettes work again (see #132341). Use our own macros
21005           for rounding up.
21006
21007 2005-11-10  Andy Wingo  <wingo@pobox.com>
21008
21009         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21010         string doober.
21011
21012 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21013
21014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21015         (gst_ffmpegcsp_transform_caps):
21016           Prefer passthrough in transform_caps
21017
21018 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21019
21020         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21021           check for ALSA errors properly, instead of relying on ALSA's
21022           error strings to serve to the user.
21023
21024 2005-11-10  Wim Taymans  <wim@fluendo.com>
21025
21026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21027         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21028         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21029         Modernise the seek code.
21030
21031 2005-11-10  Michael Smith <msmith@fluendo.com>
21032         
21033         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21034         (setup_substreams), (set_active_source):
21035           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21036           trying to go to NULL if we failed to read a file.
21037
21038 2005-11-10  Wim Taymans  <wim@fluendo.com>
21039
21040         * gst/audiotestsrc/gstaudiotestsrc.c:
21041         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21042         (gst_audiotestsrc_create):
21043         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21044         (gst_sinesrc_get_times), (gst_sinesrc_create):
21045         * gst/videotestsrc/gstvideotestsrc.c:
21046         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21047         (gst_videotestsrc_create):
21048         The base class can now sync for us.
21049
21050 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21051
21052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21053           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21054           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21055           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21056           format=(fourcc)I420" ! xvimagesink
21057
21058 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21059
21060         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21061         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21062         (gst_sinesrc_newsegment):
21063           Send newsegment event in TIME format, set duration if
21064           num-buffers is set, fix duration querying.
21065
21066 2005-11-10  Michael Smith <msmith@fluendo.com>
21067
21068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21069         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21070         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21071         (gst_ogg_mux_collected):
21072          Fix EOS handling, partially. Now forwarding an EOS event once we have
21073          EOS on all pads works correctly. However, we still don't properly set
21074          EOS on the actual ogg stream pages.
21075
21076 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21077
21078         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21079           Set elements to NULL state before disposing of them.
21080
21081 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21082
21083         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21084
21085         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21086         (gst_base_rtp_depayload_init),
21087         (gst_base_rtp_depayload_set_gst_timestamp):
21088         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21089           We need to send a newsegment event for each instance, not
21090           just for the first instance of this class (get rid of
21091           static variable in function). (#321011).
21092           
21093 2005-11-08  Michael Smith <msmith@fluendo.com>
21094
21095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21096         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21097         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21098         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21099           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21100           This makes us mux things correctly according to the ogg muxing
21101           rules. Still not handling EOS correctly right now, though.
21102
21103 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21104
21105         * gst/audioconvert/gstaudioconvert.c:
21106           Fix typo in docs. 
21107
21108 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21109
21110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21111         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21112           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21113           creating a new chain; should fix live streaming. Also
21114           add more debug output and fix a typo.
21115
21116 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21117
21118         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21119
21120         * gst/volume/gstvolume.c: (volume_set_caps):
21121           Fix compilation on Solaris with Forte. (#320923)
21122
21123 2005-11-08  Wim Taymans  <wim@fluendo.com>
21124
21125         * gst-libs/gst/audio/gstbaseaudiosink.c:
21126         (gst_base_audio_sink_render):
21127         No need to do a typecheck.
21128
21129 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21130
21131         * ext/alsa/gstalsa.h:
21132           We register a debug category, so let's use it.
21133
21134 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21135
21136         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21137         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21138         Fixed a small problem.
21139
21140 2005-11-04  Wim Taymans  <wim@fluendo.com>
21141
21142         * examples/seeking/Makefile.am:
21143         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21144         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21145         (make_playerbin_pipeline), (format_value), (update_scale),
21146         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21147         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21148         (print_usage), (main):
21149         Added app for playback speed testing.
21150
21151         * examples/seeking/seek.c: (dynamic_link),
21152         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21153         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21154         (message_received), (main):
21155         Updated seek example.
21156
21157 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21158
21159         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21160         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21161         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21162         (gst_base_rtp_depayload_set_clock):
21163         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21164         Don't sleep on the bench (system clock) when you have a nice 
21165         comfortable bed (Gstreamer clock) to sleep on.
21166
21167 2005-11-03  Wim Taymans  <wim@fluendo.com>
21168
21169         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21170         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21171         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21172         Handle the case where a pad_block failed.
21173
21174 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21175
21176         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21177
21178         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21179         (gst_base_rtp_depayload_add_to_queue),
21180         (gst_base_rtp_depayload_push),
21181         (gst_base_rtp_depayload_set_gst_timestamp),
21182         (gst_base_rtp_depayload_queue_release):
21183           Fixes some bugs in the depayloader's queuing/de-queueing code.
21184
21185 2005-10-31  Michael Smith <msmith@fluendo.com>
21186
21187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21188         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21189         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21190           Patch from Alessandro Decina <alessandro@nnva.org>.
21191           Make oggdemux only find the final time in a chain, not per-pad,
21192           since the per-pad information can be very expensive to locate, and
21193           it isn't used anywhere. This makes reading a file containing
21194           OggSkeleton reasonably fast.
21195           Also, make chain finding work when there are logical bitstreams that
21196           can't be decoded. Fixes #319110.
21197
21198 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21199
21200         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21201         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21202         (gst_base_rtp_depayload_chain),
21203         (gst_base_rtp_depayload_add_to_queue),
21204         (gst_base_rtp_depayload_push),
21205         (gst_base_rtp_depayload_set_gst_timestamp),
21206         (gst_base_rtp_depayload_queue_release),
21207         (gst_base_rtp_depayload_start_thread),
21208         (gst_base_rtp_depayload_set_property),
21209         (gst_base_rtp_depayload_get_property):
21210         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21211         Some random fixes, to fullfill the desires of thomas.
21212
21213 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21214
21215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21216         (gst_base_rtp_depayload_add_to_queue),
21217         (gst_base_rtp_depayload_push):
21218         Fixed the queueing algorithm.
21219
21220 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21221
21222         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21223         (gst_base_rtp_depayload_push):
21224         A small fix
21225
21226 2005-10-31  Wim Taymans  <wim@fluendo.com>
21227
21228         * gst-libs/gst/audio/gstringbuffer.h:
21229         Don't break ABI.
21230
21231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21232         (gst_ffmpeg_caps_to_pixfmt):
21233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21234         (gst_ffmpegcsp_set_caps):
21235         Some more comments.
21236         Handle missing required caps fields better.
21237
21238 2005-10-31  Wim Taymans  <wim@fluendo.com>
21239
21240         * gst-libs/gst/audio/gstbaseaudiosink.c:
21241         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21242         (gst_base_audio_sink_render):
21243         * gst-libs/gst/audio/gstringbuffer.c:
21244         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21245         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21246         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21247         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21248         (gst_ring_buffer_read):
21249         * gst-libs/gst/audio/gstringbuffer.h:
21250         Add flushing mode to the ringbuffer so that it in all cases does
21251         not try to handle more audio. This makes sure it does not try to
21252         block anymore when flushing and fixes a livelock.
21253
21254 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21255
21256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21257         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21258         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21259           Explicitly check for -1 values before doing a conversion
21260           and always map them to -1. (#315545)
21261
21262 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21263
21264         * gst/playback/gstplaybin.c: (gen_video_element):
21265           first try autovideosink, then xvimagesink, then error out
21266         * po/POTFILES.in:
21267           add translatable file
21268         * po/af.po:
21269         * po/az.po:
21270         * po/cs.po:
21271         * po/en_GB.po:
21272         * po/hu.po:
21273         * po/it.po:
21274         * po/nb.po:
21275         * po/nl.po:
21276         * po/or.po:
21277         * po/sq.po:
21278         * po/sr.po:
21279         * po/sv.po:
21280         * po/uk.po:
21281         * po/vi.po:
21282           update translations
21283
21284 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21285
21286         * gst-libs/gst/rtp/gstbasedepayload.c:
21287         * gst-libs/gst/rtp/gstbasedepayload.h:
21288           Minor cleanups
21289
21290 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21291
21292         * gst/playback/.cvsignore:
21293         * gst/playback/decodetest.c:
21294         * gst/playback/test3.c:
21295           Port these two tests as well.
21296
21297 2005-10-27  Wim Taymans  <wim@fluendo.com>
21298
21299         * ext/theora/theoradec.c: (theora_dec_src_query),
21300         (theora_dec_sink_event):
21301         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21302         (theora_enc_change_state):
21303         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21304         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21305         Take proper locks when handling events.
21306
21307 2005-10-27  Wim Taymans  <wim@fluendo.com>
21308
21309         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21310         (gst_adder_change_state):
21311         Fix timestamps and fix deadlock when stopping the collectpads.
21312
21313 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21314
21315         * gst-libs/gst/rtp/gstrtpbuffer.h:
21316         Declaring the payload types as strings too so that they can be used
21317         in the padtemplate inialization.
21318
21319 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21320
21321         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21322
21323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21324         (gst_base_rtp_depayload_class_init):
21325         Fixes a small but nasty bug. The derived elements no longer segfaults
21326         on finalization.
21327
21328 2005-10-26  Michael Smith <msmith@fluendo.com>
21329
21330         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21331           When clearing an audioconvert context, set tmpbufsize to zero, so
21332           we'll allocate it again later if required.
21333           This fixes audioconvert re-negotiating formats, which previously
21334           segfaulted with a NULL destination buffer.
21335
21336 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21337
21338         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21339         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21340         (gst_base_rtp_depayload_set_gst_timestamp),
21341         (gst_base_rtp_depayload_queue_release):
21342         Fixed a smalll memleak.
21343
21344 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21346         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21347         (gst_base_rtp_depayload_finalize),
21348         (gst_base_rtp_depayload_setcaps),
21349         (gst_base_rtp_depayload_add_to_queue),
21350         (gst_base_rtp_depayload_push),
21351         (gst_base_rtp_depayload_set_gst_timestamp),
21352         (gst_base_rtp_depayload_queue_release),
21353         (gst_base_rtp_depayload_thread),
21354         (gst_base_rtp_depayload_change_state):
21355         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21356         Changed the C++ comments to C comments
21357
21358 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21359
21360         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21361         * gst/tcp/gsttcpclientsrc.h:
21362         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21363         * gst/tcp/gsttcpserversrc.h:
21364           Remove unused 'curoffset' structure member.
21365
21366 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21367
21368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21369         (gst_base_rtp_depayload_base_init),
21370         (gst_base_rtp_depayload_finalize):
21371         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21372         * gst-libs/gst/rtp/gstbasertppayload.h:
21373           The pad-template on the sinkpad should be set by the derived classes.
21374           Also added some useful macros.
21375
21376 2005-10-24  Wim Taymans  <wim@fluendo.com>
21377
21378         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21379         Correctly flush decoder samples even if we could not
21380         copy them to an output buffer. Fixes #319618.
21381
21382 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21383
21384         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21386         the caps against our xcontext caps.
21387
21388 2005-10-24  Wim Taymans  <wim@fluendo.com>
21389
21390         * gst-libs/gst/audio/gstbaseaudiosink.c:
21391         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21392         Remove g_print
21393         Use sync property from baseclass to disable sync.
21394
21395 2005-10-24  Wim Taymans  <wim@fluendo.com>
21396
21397         * gst-libs/gst/audio/gstbaseaudiosink.c:
21398         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21399         Buffers with no timestamps get aligned with previous buffers or
21400         on underrun, played ASAP.
21401
21402 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21403
21404         * gst-libs/gst/video/video.h:
21405         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21406         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21408         here comes my change on caps for framerate and geometry range.
21409         We are now accepting 1 to MAXINT for width and height, and from
21410         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21411         to be blended correctly in videomixer.
21412
21413 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21414
21415         * configure.ac:
21416           back to HEAD
21417
21418 === release 0.9.4 ===
21419
21420 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21421
21422         * NEWS:
21423         * RELEASE:
21424         * configure.ac:
21425           releasing 0.9.4, "Velociraptor"
21426
21427 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21428
21429         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21430         * po/POTFILES.in:
21431           STOPPED -> FAILED
21432
21433 2005-10-21  Wim Taymans  <wim@fluendo.com>
21434
21435         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21436         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21437         (pad_blocked), (close_pad_link), (new_pad):
21438         Don't try to remove elements twice.
21439
21440 2005-10-21  Wim Taymans  <wim@fluendo.com>
21441
21442         * ext/theora/theoradec.c: (theora_dec_src_query),
21443         (theora_dec_sink_event):
21444         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21445         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21446         (vorbis_handle_data_packet):
21447         * ext/vorbis/vorbisdec.h:
21448         Fix old naming.
21449
21450         * gst-libs/gst/audio/gstbaseaudiosink.c:
21451         (gst_base_audio_sink_render):
21452         Don't try to sync on buffers without a timestamp.
21453
21454 2005-10-21  Wim Taymans  <wim@fluendo.com>
21455
21456         * ext/theora/theoradec.c: (theora_dec_src_query),
21457         (theora_dec_sink_event):
21458         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21459         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21460         (vorbis_handle_data_packet):
21461         * ext/vorbis/vorbisdec.h:
21462         Fix old naming.
21463
21464 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21465
21466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21467         (gst_vorbisenc_src_query):
21468           Implement position and duration queries.
21469
21470         * gst/playback/test3.c: (update_scale), (main):
21471           Fix for async state changes and print nicer output.
21472
21473 2005-10-20  Wim Taymans  <wim@fluendo.com>
21474
21475         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21476         (dump_element_stats), (main):
21477         * gst/playback/test6.c: (main):
21478         Fix tests again
21479
21480 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21481
21482         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21483         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21484           Don't use functions for position queries when handling
21485           duration queries.
21486
21487 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21488
21489         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21490         (vorbis_handle_data_packet), (vorbis_dec_chain),
21491         (vorbis_dec_change_state):
21492         * ext/vorbis/vorbisdec.h:
21493           Vorbis streams can be embedded in other container formats
21494           than ogg, container formats where the demuxer might set 
21495           timestamps on encoded vorbis buffers instead of those silly 
21496           granulepos thingies. In short: make vorbisdec handle 
21497           timestamps on incoming buffers as well.
21498
21499 2005-10-20  Wim Taymans  <wim@fluendo.com>
21500
21501         * gst/playback/gstplaybasebin.c: (group_destroy),
21502         (gst_play_base_bin_change_state):
21503         Fix leak.
21504         Handle case where playbasebin is now ASYNC because
21505         decodebin is.
21506
21507 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21508
21509         * gst/audioconvert/Makefile.am:
21510         * gst/audioconvert/bufferframesconvert.c:
21511         * gst/audioconvert/plugin.c: (plugin_init):
21512         * gst/audioconvert/plugin.h:
21513           And bye bye buffer-frames-convert
21514
21515 2005-10-19  Wim Taymans  <wim@fluendo.com>
21516
21517         * check/elements/audioconvert.c:
21518         * docs/libs/tmpl/gstaudio.sgml:
21519         * docs/libs/tmpl/gstcolorbalance.sgml:
21520         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21521         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21522         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21523         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21524         * gst-libs/gst/audio/audio.h:
21525         * gst/audioconvert/audioconvert.h:
21526         * gst/audioconvert/gstaudioconvert.c:
21527         (gst_audio_convert_parse_caps):
21528         * gst/volume/gstvolume.c:
21529         Bye bye buffer-frames.
21530
21531 2005-10-19  Wim Taymans  <wim@fluendo.com>
21532
21533         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21534         (query_positions_elems), (query_positions_pads), (update_scale),
21535         (do_seek), (set_update_scale), (message_received), (main):
21536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21537         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21538         (gst_ogg_demux_loop):
21539         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21540         * ext/theora/theoradec.c: (theora_dec_src_query),
21541         (theora_dec_sink_event):
21542         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21543         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21544         * gst/adder/gstadder.c: (gst_adder_query):
21545         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21546         * gst/playback/test3.c: (update_scale):
21547         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21548         (dump_element_stats), (main):
21549         * gst/playback/test6.c: (main):
21550         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21551         Query API update.
21552
21553 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21554
21555         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21556         (xml_check_first_element), (xml_type_find), (smil_type_find),
21557         (plugin_init):
21558           Add typefinding for SMIL and for generic XML. Based on patch by
21559           Akos Maroy (#308663).
21560
21561 2005-10-18  Wim Taymans  <wim@fluendo.com>
21562
21563         * gst/playback/Makefile.am:
21564         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21565         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21566         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21567         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21568         (gst_decode_bin_change_state):
21569         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21570         (gst_play_bin_send_event_to_sink):
21571         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21572         (dump_element_stats), (main):
21573         * gst/playback/test6.c: (main):
21574         Make playbin async, it'll commit state to paused when all streams
21575         are detected.
21576         Remove ugly hack.
21577         Added test6.c to show async behaviour.
21578
21579 2005-10-18  Wim Taymans  <wim@fluendo.com>
21580
21581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21582         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21583         Fix for segment-start/stop API change.
21584
21585 2005-10-18  Wim Taymans  <wim@fluendo.com>
21586
21587         * check/Makefile.am:
21588         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21589         (main):
21590         Add future test for clock selection.
21591
21592 2005-10-18  Wim Taymans  <wim@fluendo.com>
21593
21594         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21595         (gst_alsasink_close):
21596         Set handle to NULL.
21597
21598         * gst-libs/gst/audio/gstringbuffer.c:
21599         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21600         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21601         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21602         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21603         (gst_ring_buffer_read):
21604         More debug info.
21605
21606 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21607
21608         * gst/audiotestsrc/Makefile.am:
21609         * gst/sine/Makefile.am:
21610         * gst/volume/Makefile.am:
21611           fix broken build of controllerized plugins
21612
21613 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21614
21615         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21616
21617         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21618         (gst_riff_create_video_template_caps):
21619           Add support for Indeo-3 (IV32).
21620
21621 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21622
21623         * configure.ac:
21624           rewrite
21625
21626 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * gst-libs/gst/video/video.c: (gst_video_get_size):
21629         * gst/audiotestsrc/gstaudiotestsrc.c:
21630           doc updates
21631
21632 2005-10-17  Andy Wingo  <wingo@pobox.com>
21633
21634         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21635         with the collectpads change.
21636         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21637
21638         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21639
21640         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21641
21642         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21643         alloc_buffer flow return to callers.
21644         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21645         change. Fix some memleaks in theoraenc.
21646
21647         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21648         in strange circumstance.
21649
21650 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21651
21652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21653         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21654         from caps, let's use the caps...
21655
21656 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21657
21658         * configure.ac:
21659           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21660
21661 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21662
21663         * gst-libs/gst/interfaces/Makefile.am:
21664           fix silly typo
21665
21666 2005-10-16  Andy Wingo  <wingo@pobox.com>
21667
21668         * gst/playback/gstdecodebin.c
21669         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21670         function!
21671         (try_to_link_1): Increase kraziness level.
21672
21673 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21674
21675         * configure.ac:
21676           restructure like the core one
21677         * gst-libs/gst/audio/Makefile.am:
21678         * gst-libs/gst/interfaces/Makefile.am:
21679         * gst-libs/gst/net/Makefile.am:
21680         * gst-libs/gst/riff/Makefile.am:
21681         * gst-libs/gst/rtp/Makefile.am:
21682         * gst-libs/gst/tag/Makefile.am:
21683         * gst-libs/gst/video/Makefile.am:
21684           use correct linker flags, now the libs are properly versioned
21685         * check/elements/audioconvert.c: (verify_convert):
21686         * ext/alsa/gstalsaplugin.c:
21687         * ext/cdparanoia/gstcdparanoia.c:
21688         * ext/gnomevfs/gstgnomevfs.c:
21689         * ext/libvisual/visual.c:
21690         * ext/ogg/gstogg.c:
21691         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21692         * ext/theora/theora.c:
21693         * ext/vorbis/vorbis.c:
21694         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21695         * gst-libs/gst/tag/gsttagediting.c:
21696         * gst-libs/gst/video/video.c:
21697         * gst/adder/gstadder.c:
21698         * gst/audioconvert/plugin.c:
21699         * gst/audiorate/gstaudiorate.c:
21700         * gst/audioresample/gstaudioresample.c:
21701         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21702         * gst/audioscale/gstaudioscale.c:
21703         * gst/audioscale/resample.c:
21704         * gst/audiotestsrc/gstaudiotestsrc.c:
21705         * gst/ffmpegcolorspace/gstffmpeg.c:
21706         * gst/playback/gstdecodebin.c: (close_pad_link):
21707         * gst/playback/gstplaybin.c: (gen_video_element),
21708         (gen_audio_element):
21709         * gst/sine/gstsinesrc.c:
21710         * gst/subparse/gstsubparse.c:
21711         * gst/tags/gsttagediting.c:
21712         * gst/tcp/gsttcpplugin.c:
21713         * gst/typefind/gsttypefindfunctions.c:
21714         * gst/videorate/gstvideorate.c:
21715         * gst/videoscale/gstvideoscale.c:
21716         * gst/videotestsrc/gstvideotestsrc.c:
21717         * gst/volume/gstvolume.c:
21718         * sys/v4l/gstv4l.c:
21719         * sys/ximage/ximage.c:
21720         * sys/xvimage/xvimagesink.c:
21721           fix up defines
21722
21723 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21724
21725         * ext/vorbis/vorbisenc.c:
21726         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21727         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21728         (gst_tag_to_vorbis_comments):
21729           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21730
21731 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21732
21733         * examples/stats/mp2ogg.c:
21734         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21735           typo fixes
21736
21737 2005-10-13  Michael Smith <msmith@fluendo.com>
21738
21739         * ext/ogg/gstoggmux.c:
21740           Use magic glib macros to define constants as 64 bit, to ensure
21741           appropriate vararg passing.
21742
21743 2005-10-13  Michael Smith <msmith@fluendo.com>
21744
21745         * ext/ogg/gstoggmux.c:
21746         * gst/audioconvert/audioconvert.c: (float):
21747           Don't use LL suffix, as it's not portable, and neither of these
21748           uses required it anyway.
21749
21750 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21751
21752         * examples/indexing/indexmpeg.c: (main):
21753         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21754         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21755         (cdparanoia_convert), (cdparanoia_query):
21756         * ext/cdparanoia/gstcdparanoia.h:
21757         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21758         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21759         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21761         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21762         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21763         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21764         (gst_multifdsink_render), (gst_multifdsink_start),
21765         (gst_multifdsink_stop):
21766         * gst/tcp/gstmultifdsink.h:
21767         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21768         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21769         (gst_tcpclientsink_stop):
21770         * gst/tcp/gsttcpclientsink.h:
21771         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21772         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21773         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21774         * gst/tcp/gsttcpclientsrc.h:
21775         * gst/tcp/gsttcpserversink.h:
21776         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21777         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21778         (gst_tcpserversrc_stop):
21779         * gst/tcp/gsttcpserversrc.h:
21780         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21781         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21782         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21783           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21784           moved bitshift from macro to enum definition
21785
21786 2005-10-12  Wim Taymans  <wim@fluendo.com>
21787
21788         * examples/seeking/Makefile.am:
21789         Oops.
21790
21791 2005-10-12  Wim Taymans  <wim@fluendo.com>
21792
21793         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21794         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21795         Don't assert on normal stuff.
21796
21797         * gst/playback/gstplaybin.c: (do_playbin_seek):
21798         API fix.
21799
21800 2005-10-12  Wim Taymans  <wim@fluendo.com>
21801
21802         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21803         * examples/seeking/Makefile.am:
21804         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21805         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21806         (do_seek), (set_update_scale), (message_received), (main):
21807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21808         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21809         Update for _get_state() API change.
21810
21811 2005-10-11  Wim Taymans  <wim@fluendo.com>
21812
21813         * gst-libs/gst/audio/gstbaseaudiosink.c:
21814         (gst_base_audio_sink_render):
21815         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21816         (gst_base_audio_src_create):
21817         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21818         (gst_ring_buffer_read):
21819         Cleanups.
21820         Commit and read from ringbuffer in samples rather than bytes.
21821
21822 2005-10-11  Wim Taymans  <wim@fluendo.com>
21823
21824         * gst-libs/gst/audio/gstbaseaudiosink.c:
21825         (gst_base_audio_sink_render):
21826         Respect segment rate and accum when scheduling samples.
21827
21828 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21829
21830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21831         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21832         EOS correctly, that needs more work.
21833
21834 2005-10-11  Wim Taymans  <wim@fluendo.com>
21835
21836         * check/generic/states.c: (GST_START_TEST):
21837         remove old property.
21838
21839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21840         (gst_ogg_demux_perform_seek):
21841         * ext/theora/theoradec.c: (theora_dec_sink_event):
21842         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21843         (vorbis_handle_data_packet):
21844         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21845         (gst_base_rtp_depayload_set_gst_timestamp):
21846         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21847         Update for newsegment API change.
21848
21849 2005-10-11  Michael Smith <msmith@fluendo.com>
21850
21851         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21852         (do_playbin_seek), (gst_play_bin_send_event):
21853           Override send_event differently, so that we can takes bits of
21854           functionality from GstPipeline (special handling for seeks,
21855           including pausing/resuming, and resetting stream time) and still get
21856           the appropriate behaviour of only forwarding event to a single sink,
21857           rather than all of them.
21858           Unfortunately requires a lot of code duplication, but the
21859           alternatives are equally ugly in the end.
21860
21861 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21862
21863         * check/elements/audioconvert.c: (setup_audioconvert),
21864         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21865         (GST_START_TEST), (audioconvert_suite):
21866           clean up tests a little, fix some leaks.
21867
21868 2005-10-10  Wim Taymans  <wim@fluendo.com>
21869
21870         * ext/alsa/gstalsasink.c:
21871         Also allow unsigned int.
21872
21873         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21874         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21875         Small cleanup
21876
21877 2005-10-10  Wim Taymans  <wim@fluendo.com>
21878
21879         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21880         Small update, use API as stated in design docs.
21881
21882         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21883         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21884         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21885         (message_received), (main):
21886         Updated seek example for GOption. Some usability improvements.
21887
21888 2005-10-10  Wim Taymans  <wim@fluendo.com>
21889
21890         * gst/audioconvert/audioconvert.h:
21891         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21892         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21893         Alloc temp storage somewhere else where we can do it more
21894         portable.
21895
21896 2005-10-10  Wim Taymans  <wim@fluendo.com>
21897
21898         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21899         (gst_tcpserversrc_start):
21900         Don't block in accept while doing the state change, move
21901         to poll and make cancellable.
21902
21903 2005-10-09  Philippe Khalaf <burger@speedy.org>
21904
21905         * gst-libs/gst/rtp/rtpbasedepayload.c:
21906         Set timestamp and add queue delay to timestamp
21907         * gst-libs/gst/rtp/rtpbuffer.h:
21908         Set correct payload type for h263
21909
21910 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21911
21912         * gst/audiotestsrc/gstaudiotestsrc.c:
21913         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21914         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21915         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21916         (gst_audiotestsrc_create_triangle),
21917         (gst_audiotestsrc_create_silence),
21918         (gst_audiotestsrc_create_white_noise),
21919         (gst_audiotestsrc_init_pink_noise),
21920         (gst_audiotestsrc_generate_pink_noise_value),
21921         (gst_audiotestsrc_create_pink_noise),
21922         (gst_audiotestsrc_change_wave):
21923         * gst/audiotestsrc/gstaudiotestsrc.h:
21924           fixed typo, added pink noise
21925
21926 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21927
21928         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21929         (plugin_init):
21930           Add wavpack and spc typefind functions from 0.8 branch.
21931
21932 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21933
21934         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21935         (ar_type_find), (msdos_type_find), (plugin_init):
21936           Add typefind functions for tar archives, ar archives,
21937           RAR archives, and msdos-executables (dlls, exe, etc.).
21938           Some of those would be wrongly identified as mpeg
21939           streams of some sort before (#315550).
21940
21941 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21942
21943         * configure.ac:
21944         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21946         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21947         * gst/audiotestsrc/Makefile.am:
21948         * gst/audiotestsrc/gstaudiotestsrc.c:
21949         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21950         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21951         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21952         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21953         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21954         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21955         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21956         (gst_audiotestsrc_create_silence),
21957         (gst_audiotestsrc_create_white_noise),
21958         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21959         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21960         (gst_audiotestsrc_start), (plugin_init):
21961         * gst/audiotestsrc/gstaudiotestsrc.h:
21962           add new plugin and element
21963         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21964           use gobject_class
21965
21966 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21967
21968         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21969         (gst_adder_init), (gst_adder_request_new_pad),
21970         (gst_adder_change_state):
21971           Add query function to source pad, so adder reports the correct
21972           time/sample position when queried (#315457); fix state change
21973           function; use GST_DEBUG_FUNCPTR() for pad functions.
21974
21975 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21976
21977         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21978           Fix leaks in typefind registration
21979           Clean up the gratuitous commenting and whitespacing a little
21980
21981 2005-10-08  Wim Taymans  <wim@fluendo.com>
21982
21983         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21984         Only actually wait for the thread to be stopped if it's 
21985         running.
21986
21987 2005-10-08  Wim Taymans  <wim@fluendo.com>
21988
21989         * gst-libs/gst/audio/gstbaseaudiosink.c:
21990         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21991         If we receive EOS we can start playback of what we had.
21992
21993 2005-10-08  Wim Taymans  <wim@fluendo.com>
21994
21995         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21996         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21997         (gst_multifdsink_stop):
21998         Fix crasher when going to NULL multiple times.
21999
22000 2005-10-06  Wim Taymans  <wim@fluendo.com>
22001
22002         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22003         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22004         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22005         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22006         patch from Edgard Lima <edgard.lima@indt.org.br>
22007         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22008
22009 2005-10-06  Wim Taymans  <wim@fluendo.com>
22010
22011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22012         Report the FLOW_RETURN as string in the error message.
22013
22014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22015         Don't assert when clearing an unnegotiated buffer.
22016
22017 2005-10-04  Michael Smith <msmith@fluendo.com>
22018
22019         * gst/playback/gstplaybasebin.c: (group_destroy),
22020         (gen_preroll_element), (remove_groups), (setup_source):
22021         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22022         (setup_sinks), (gst_play_bin_send_event),
22023         (gst_play_bin_change_state):
22024           Set state to NULL before removing from bin. Fix refcounting.
22025
22026 2005-10-04  Michael Smith <msmith@fluendo.com>
22027
22028         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22029           Correct refcounting in send_event() function. Previously was wrong
22030           if the first sink was unable to handle the event.
22031
22032 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22033
22034         * configure.ac:
22035           back to development
22036
22037 === release 0.9.3 ===
22038
22039 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22040
22041         * configure.ac:
22042           Releasing 0.9.3, "De Facto"
22043
22044 2005-10-03  Andy Wingo  <wingo@pobox.com>
22045
22046         * gst/playback/gstdecodebin.c (try_to_link_1)
22047         (remove_element_chain): set element to NULL before removing it.
22048
22049 2005-10-02  Johan Dahlin  <johan@gnome.org>
22050
22051         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22052         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22053         MT safe.
22054
22055 2005-10-02  Andy Wingo  <wingo@pobox.com>
22056
22057         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22058         (gst_ring_buffer_prepare_read): 
22059         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22060         Demote to LOG.
22061
22062 2005-09-29  Wim Taymans  <wim@fluendo.com>
22063
22064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22065         * ext/theora/theoradec.c: (theora_handle_data_packet):
22066         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22067         Propagate error codes from alloc_buffer too.
22068
22069 2005-09-29  Wim Taymans  <wim@fluendo.com>
22070
22071         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22072         We use fixed caps.
22073
22074         * gst/playback/Makefile.am:
22075         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22076         (dump_element_stats), (main):
22077         Added example stream introspection code.
22078
22079 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22080
22081         * gst/adder/gstadder.c: (gst_adder_collected):
22082           fix adder for float elements
22083
22084 2005-09-28  Wim Taymans  <wim@fluendo.com>
22085
22086         * gst-libs/gst/audio/gstbaseaudiosink.c:
22087         (gst_base_audio_sink_class_init),
22088         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22089         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22090         (gst_base_audio_src_class_init),
22091         (gst_base_audio_src_provide_clock):
22092         get_clock -> provide_clock
22093
22094 2005-09-28  Andy Wingo  <wingo@pobox.com>
22095
22096         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22097         and unlocking.
22098
22099         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22100         unlocking.
22101
22102         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22103         Actually add the pad template.
22104         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22105
22106         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22107         I'm at it...
22108
22109         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22110         from fdsrc. Get caps in create() instead of start() so it can be
22111         interrupted. Interruption somewhat untested.
22112
22113         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22114         Proper EOS handling.
22115
22116 2005-09-27  Andy Wingo  <wingo@pobox.com>
22117
22118         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22119
22120         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22121
22122         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22123
22124         * gst/tcp/gsttcp.h: 
22125         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22126         out of tcpclientsrc.c. Cancellable.
22127         (gst_tcp_socket_read): Made private, cancellable, with better
22128         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22129         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22130         whole buffer, and better diagnostics.
22131         (gst_tcp_gdp_read_caps): Same.
22132
22133         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22134
22135 2005-09-26  Andy Wingo  <wingo@pobox.com>
22136
22137         * gst/sine/gstsinesrc.h:
22138         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22139         change the 'sync' property to 'is-live' and implement it halfway,
22140         update for controller api change.
22141
22142         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22143         controller api change.
22144
22145 2005-09-24  Wim Taymans  <wim@fluendo.com>
22146
22147         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22148         * gst-libs/gst/audio/gstaudiosink.c:
22149         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22150         (gst_audioringbuffer_stop):
22151         * gst-libs/gst/audio/gstbaseaudiosink.c:
22152         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22153         (gst_base_audio_sink_change_state):
22154         * gst-libs/gst/audio/gstbaseaudiosink.h:
22155         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22156         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22157         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22158         * gst-libs/gst/audio/gstringbuffer.h:
22159         Fix sync again. Moved sample alignment to basesink.
22160
22161 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22162
22163         * docs/plugins/Makefile.am:
22164         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22165         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22166         * gst/volume/gstvolume.c:
22167           add/fix docs
22168         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22169         * gst-libs/gst/audio/audio.h:
22170           add conversion macros for frames <-> clocktime
22171
22172 2005-09-23  David Schleef  <ds@schleef.org>
22173
22174         * gst/audioresample/Makefile.am:
22175         * gst/audioresample/debug.h:
22176         * gst/audioresample/gstaudioresample.c:
22177         * gst/audioresample/resample.c: Convert to using gst debugging
22178
22179 2005-09-22  Wim Taymans  <wim@fluendo.com>
22180
22181         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22182         (gst_play_bin_send_event):
22183         Only seek on one sink, the first one that succeeds.
22184
22185 2005-09-22  Michael Smith <msmith@fluendo.com>
22186
22187         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22188         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22189         Don't flush encoder state unless we have an initialised encoder.
22190         Clear out encoder state on PAUSED_TO_READY.
22191
22192 2005-09-22  Wim Taymans  <wim@fluendo.com>
22193
22194         * gst-libs/gst/rtp/gstbasertppayload.c:
22195         (gst_basertppayload_class_init), (gst_basertppayload_init),
22196         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22197         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22198         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22199         (gst_basertppayload_set_property),
22200         (gst_basertppayload_get_property),
22201         (gst_basertppayload_change_state):
22202         * gst-libs/gst/rtp/gstbasertppayload.h:
22203         Added max-ptime to control amount of data in the rtp packets.
22204
22205 2005-09-21  Andy Wingo  <wingo@pobox.com>
22206
22207         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22208         thingies.
22209
22210         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22211         can be called multiple times, dogs.
22212
22213 2005-09-21  Wim Taymans  <wim@fluendo.com>
22214
22215         * gst-libs/gst/rtp/gstbasertppayload.c:
22216         (gst_basertppayload_class_init), (gst_basertppayload_init),
22217         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22218         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22219         (gst_basertppayload_push), (gst_basertppayload_get_property),
22220         (gst_basertppayload_change_state):
22221         Allow 0 ssrc too.
22222
22223 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22224
22225         * docs/libs/compiling.sgml:
22226           fixing typos
22227
22228 2005-09-20  Wim Taymans  <wim@fluendo.com>
22229
22230         * gst-libs/gst/rtp/gstbasertppayload.c:
22231         (gst_basertppayload_class_init), (gst_basertppayload_init),
22232         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22233         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22234         (gst_basertppayload_push), (gst_basertppayload_set_property),
22235         (gst_basertppayload_get_property),
22236         (gst_basertppayload_change_state):
22237         * gst-libs/gst/rtp/gstbasertppayload.h:
22238         Added property to configure sequence number offsets.
22239
22240 2005-09-20  Wim Taymans  <wim@fluendo.com>
22241
22242         * gst-libs/gst/rtp/gstbasertppayload.c:
22243         (gst_basertppayload_class_init), (gst_basertppayload_init),
22244         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22245         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22246         (gst_basertppayload_push), (gst_basertppayload_set_property),
22247         (gst_basertppayload_get_property),
22248         (gst_basertppayload_change_state):
22249         * gst-libs/gst/rtp/gstbasertppayload.h:
22250         Make timestamp offset configurable.
22251
22252 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22253
22254         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22255           fix wrong pop/unref
22256
22257 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22258
22259         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22260
22261         * gst-libs/gst/interfaces/propertyprobe.c:
22262         (gst_property_probe_probe_property_name),
22263         (gst_property_probe_needs_probe_name),
22264         (gst_property_probe_get_values_name),
22265         (gst_property_probe_probe_and_get_values_name):
22266           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22267           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22268
22269 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22270
22271         * check/Makefile.am:
22272           have some tests be disabled for valgrinding
22273         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22274         (GST_START_TEST):
22275         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22276           Fix A Leak.  Chain To Parent Finalize.
22277
22278 2005-09-19  Wim Taymans  <wim@fluendo.com>
22279
22280         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22281         Fixed wav pipeline.
22282
22283 2005-09-19  Wim Taymans  <wim@fluendo.com>
22284
22285         * gst-libs/gst/rtp/gstbasertppayload.c:
22286         (gst_basertppayload_class_init), (gst_basertppayload_init),
22287         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22288         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22289         (gst_basertppayload_push), (gst_basertppayload_get_property),
22290         (gst_basertppayload_change_state):
22291         Posting ERROR and WARNING messages is good.
22292
22293 2005-09-19  Wim Taymans  <wim@fluendo.com>
22294
22295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22296         (gst_base_rtp_depayload_add_to_queue),
22297         (gst_base_rtp_depayload_push),
22298         (gst_base_rtp_depayload_set_gst_timestamp),
22299         (gst_base_rtp_depayload_queue_release):
22300         This one was not supposed to go in.
22301
22302 2005-09-19  Wim Taymans  <wim@fluendo.com>
22303
22304         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22305         Fix for bus API.
22306
22307         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22308         (gst_base_rtp_depayload_chain),
22309         (gst_base_rtp_depayload_add_to_queue),
22310         (gst_base_rtp_depayload_push),
22311         (gst_base_rtp_depayload_set_gst_timestamp),
22312         (gst_base_rtp_depayload_queue_release):
22313         Some cleanups.
22314
22315         * gst-libs/gst/rtp/gstbasertppayload.c:
22316         (gst_basertppayload_class_init), (gst_basertppayload_init),
22317         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22318         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22319         (gst_basertppayload_get_property),
22320         (gst_basertppayload_change_state):
22321         Added debugging category.
22322
22323 2005-09-18  David Schleef  <ds@schleef.org>
22324
22325         * gst/playback/gstdecodebin.c: free plugin list correctly
22326         * gst/playback/gstplaybin.c: emit warning if autovideosink
22327           and autoaudiosink can't be found (instead of segfaulting)
22328
22329 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22330
22331         * check/elements/audioconvert.c: (GST_START_TEST):
22332           try out 24 bit conversion
22333
22334 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22335
22336         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22337         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22338         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22339         * ext/vorbis/vorbisenc.h:
22340           Fix EOS handling.  Still needs a fix in the ogg muxer to
22341           mark the last page as eos.
22342
22343 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22344
22345         * common/gtk-doc-plugins.mak:
22346         * docs/plugins/Makefile.am:
22347         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22348         * gst/ffmpegcolorspace/Makefile.am:
22349         * gst/ffmpegcolorspace/avcodec.h:
22350         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22351         * gst/tcp/gstmultifdsink.c:
22352           fix up ffmpegcolorspace docs; extract header
22353
22354 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22355
22356         * common/gtk-doc-plugins.mak:
22357         * docs/plugins/Makefile.am:
22358         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22359         * ext/theora/Makefile.am:
22360         * ext/theora/gsttheoraenc.h:
22361         * ext/theora/theoraenc.c:
22362         * ext/vorbis/vorbisenc.c:
22363           pick up signals and args for vorbis; add some docs for vorbis
22364
22365 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22366
22367         * common/gstdoc-scangobj:
22368         * common/gtk-doc-plugins.mak:
22369         * docs/libs/Makefile.am:
22370         * docs/plugins/gst-plugins-base-plugins.args:
22371         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22372         * docs/plugins/gst-plugins-base-plugins.interfaces:
22373         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22374         * docs/plugins/gst-plugins-base-plugins.signals:
22375           only scanobj stuff from our source module.  Not sure yet
22376           if that's correct, given the hierarchy stuff :)
22377
22378 2005-09-15  Wim Taymans  <wim@fluendo.com>
22379
22380         * gst/audioconvert/gstaudioconvert.c:
22381         And enable 24 bits mode as well..
22382
22383 2005-09-15  Wim Taymans  <wim@fluendo.com>
22384
22385         * gst-libs/gst/rtp/Makefile.am:
22386         * gst-libs/gst/rtp/gstbasertppayload.c:
22387         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22388         (gst_basertppayload_class_init), (gst_basertppayload_init),
22389         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22390         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22391         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22392         (gst_basertppayload_set_property),
22393         (gst_basertppayload_get_property),
22394         (gst_basertppayload_change_state):
22395         * gst-libs/gst/rtp/gstbasertppayload.h:
22396         Added rtp payloader base class.
22397
22398 2005-09-15  Andy Wingo  <wingo@pobox.com>
22399
22400         * configure.ac (plugindir): Remove the EOL matcher from the
22401         regexp, as it causes me problems. Libtool? Make? Who knows?
22402
22403 2005-09-14  David Schleef  <ds@schleef.org>
22404
22405         * check/generic/states.c: 
22406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22407         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22408           Fixes for changes in registry API.
22409
22410         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22411           to GST_PLUGIN_LDFLAGS.
22412         * ext/libvisual/visual.c: Make the library shut up.
22413         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22414         * gst-libs/gst/audio/gstaudiofilter.c: same
22415
22416 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22417
22418         * docs/plugins/Makefile.am:
22419         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22420         * docs/plugins/inspect/plugin-libvisual.xml:
22421         * docs/plugins/tmpl/element-tcpserversink.sgml:
22422         * ext/theora/theoraenc.c:
22423           add libvisual plugin and theoraenc element to docs
22424
22425 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22426
22427         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22428         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22429         * ext/theora/theoraenc.c:
22430           add theoraenc
22431
22432 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22433
22434         * gst/audioconvert/Makefile.am:
22435           Audioconvert derives from GstBaseTransform and should
22436           link to the library with our base elements to avoid
22437           unresolved symbols. Makes things work with MinGW (#316160)
22438
22439         * gst/playback/test4.c: (main):
22440           Fix MinGW build problem and use g_usleep() instead of 
22441           sleep() (#316162)
22442
22443 2005-09-12  Wim Taymans  <wim@fluendo.com>
22444
22445         * gst/audioconvert/audioconvert.c: (float),
22446         (audio_convert_prepare_context), (audio_convert_convert):
22447         * gst/audioconvert/audioconvert.h:
22448         Cleanups, speedups, simplifications, added back support
22449         for 24 bits.
22450
22451 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22452
22453         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22454         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22455         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22456         * docs/plugins/tmpl/element-tcpserversink.sgml:
22457         * gst/ffmpegcolorspace/gstffmpeg.c:
22458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22459         * gst/videotestsrc/gstvideotestsrc.c:
22460         * gst/volume/gstvolume.c:
22461           add more elements to the docs
22462
22463 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22464
22465         * check/Makefile.am:
22466         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22467         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22468           Add extra tests for basetransform based components. 
22469           Comment out the test_element_negotiation test until we decide
22470           if it's testing correct behaviour.
22471         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22472         (gst_visual_chain), (gst_visual_change_state):
22473           Slightly more correct but still bogus timestamping.
22474           Fix state change function.
22475         * gst/audioconvert/gstaudioconvert.c:
22476         (gst_audio_convert_class_init):
22477         * gst/audioresample/gstaudioresample.c:
22478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22479         (gst_ffmpegcsp_class_init):
22480         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22481         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22482         (gst_videoscale_prepare_image):
22483         * gst/volume/gstvolume.c: (gst_volume_class_init),
22484         (volume_transform_ip):
22485           Basetransform updates. Enable passthrough modes.
22486         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22487         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22488         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22489           Negotiation fix that allows the window to return to the original
22490           size and renegotiate passthrough upstream. Extra debug output.
22491
22492 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22493
22494         * gst/sine/gstsinesrc.c:
22495         * gst/volume/gstvolume.c:
22496           fix up header include
22497
22498 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22499
22500         * gst-libs/gst/audio/gstbaseaudiosink.c:
22501         (gst_base_audio_sink_render):
22502         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22503         * gst/volume/gstvolume.c: (gst_volume_class_init),
22504         (volume_transform):
22505           fixing lost sync, some more debugging
22506
22507 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22508
22509         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22510         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22511         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22512         (gst_xvimagesink_check_xshm_calls):
22513           Fix compilation when XShm is not available.
22514
22515 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22516
22517         * ext/libvisual/visual.c: (gst_visual_dispose),
22518         (gst_visual_getcaps), (gst_visual_src_setcaps),
22519         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22520         (gst_visual_change_state):
22521           Finish fixing up libvisual plugin so that it runs. 
22522
22523 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22524
22525         * ext/vorbis/vorbisenc.c:
22526         * gst-libs/gst/tag/gstvorbistag.c:
22527           gsttaginterface.h -> gsttagsetter.h
22528
22529 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22530
22531         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22532           added another test that failes for me (test is not active by default)
22533
22534 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22535
22536         * configure.ac:
22537           v4l2 is no longer in gst-plugins-base
22538
22539 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22540
22541         * configure.ac:
22542           In the output at the end, don't show the first plugin on the same
22543           line as "Core plug-ins, always built:".
22544           Indent the output as for other plugin categories
22545         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22546           #define that can be used to not use peer buffer_alloc functions for
22547           test purposes.
22548         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22549         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22550         (gst_ximagesink_show_frame):
22551         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22552         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22553         (gst_xvimagesink_show_frame):
22554           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22555           fails gracefully instead of XError aborting or deadlocking.
22556
22557 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22558
22559         * ext/libvisual/Makefile.am:
22560           link against gst-base-libs
22561
22562 2005-09-06  David Schleef  <ds@schleef.org>
22563
22564         * configure.ac: Enable libvisual plugin.
22565         * ext/libvisual/Makefile.am:
22566         * ext/libvisual/visual.c: Fixes to make it compile.
22567
22568 === release 0.9.2 ===
22569
22570 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22571
22572         * NEWS:
22573         * RELEASE:
22574         * configure.ac:
22575         * docs/random/ChangeLog-0.8:
22576           releasing 0.9.2, "Spoon"
22577
22578 2005-09-05  Michael Smith <msmith@fluendo.com>
22579
22580         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22581           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22582           that in the vorbisenc element.
22583
22584 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22585
22586         * common/gtk-doc-plugins.mak:
22587         * docs/plugins/Makefile.am:
22588           fix distcheck
22589         * gst/audioresample/resample.c:
22590           fix wrong docstring
22591
22592 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22593
22594         * common/gst-xmlinspect.py:
22595         * common/gtk-doc-plugins.mak:
22596           only inspect plugins for this given package
22597           require gst-python 0.9
22598
22599 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22600
22601         * Makefile.am:
22602         * autogen.sh:
22603         * common/gst-xmlinspect.py:
22604         * configure.ac:
22605         * docs/Makefile.am:
22606         * docs/plugins/inspect/plugin-alsa.xml:
22607         * docs/plugins/inspect/plugin-audioresample.xml:
22608         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22609         * docs/plugins/inspect/plugin-ogg.xml:
22610         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22611         * docs/plugins/tmpl/element-multifdsink.sgml:
22612         * docs/plugins/tmpl/element-tcpserversink.sgml:
22613         * docs/plugins/tmpl/element-vorbisenc.sgml:
22614         * gst-plugins-base.spec.in:
22615           various doc-related updates
22616
22617 2005-08-31  Wim Taymans  <wim@fluendo.com>
22618
22619         * gst-libs/gst/audio/gstbaseaudiosink.c:
22620         (gst_base_audio_sink_render):
22621         Resync if the buffer timestamps drift more than a 10th 
22622         of a second.
22623
22624 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22625
22626         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22627         (gst_v4lsrc_get_property):
22628           The 'timestamp-offset' property is registered as an int64, so
22629           let's use g_value_{set|get}_int64() in our setter and getter
22630           functions (makes it work and fixes warnings with gst-inspect).
22631
22632 2005-08-30  Wim Taymans  <wim@fluendo.com>
22633
22634         * check/elements/audioconvert.c: (setup_audioconvert):
22635         * check/elements/audioresample.c: (setup_audioresample):
22636         * check/elements/volume.c: (setup_volume):
22637         Fix checks.
22638
22639 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22640
22641         * common/gtk-doc-plugins.mak:
22642         * common/plugins.xsl:
22643         * docs/plugins/Makefile.am:
22644           make module a param
22645
22646 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22647
22648         * examples/seeking/seek.c: (make_mp3_pipeline),
22649         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22650         (play_cb), (pause_cb), (stop_cb):
22651           update the example
22652
22653 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22654
22655         * gst/volume/gstvolume.c: (gst_volume_class_init),
22656         (volume_transform):
22657           do not update controlled params, if buffer has no timestamp
22658
22659 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22660
22661         * configure.ac:
22662         * gst/sine/Makefile.am:
22663         * gst/volume/Makefile.am:
22664           controllerized elements also need to link against controller-libs ;)
22665
22666 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22667
22668         * docs/libs/tmpl/gstcolorbalance.sgml:
22669         * docs/libs/tmpl/gstgconf.sgml:
22670         * docs/libs/tmpl/gstmixer.sgml:
22671         * docs/libs/tmpl/gstringbuffer.sgml:
22672         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22673         (gst_sinesrc_create):
22674         * gst/volume/gstvolume.c: (gst_volume_class_init),
22675         (volume_transform):
22676           controllerized two audio plugins
22677
22678 2005-08-29  Andy Wingo  <wingo@pobox.com>
22679
22680         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22681         (vorbis_handle_data_packet): Fix some int overflow errors.
22682
22683         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22684         -1.
22685         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22686         valid.
22687         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22688         if it's valid. Fixed streaming-mode playback.
22689
22690         * check/elements/volume.c (cleanup_volume): Fix for running
22691         CK_FORK=no.
22692
22693         * check/elements/audioconvert.c: Convert from native endian, not
22694         little endian.
22695
22696 2005-08-29  Michael Smith <msmith@fluendo.com>
22697
22698         * ext/ogg/Makefile.am:
22699         * ext/ogg/gstogg.c: (plugin_init):
22700         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22701         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22702         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22703         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22704         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22705         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22706         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22707         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22708         Add an ogg parser element.
22709
22710 2005-08-28  Andy Wingo  <wingo@pobox.com>
22711
22712         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22713
22714 2005-08-26  Wim Taymans  <wim@fluendo.com>
22715
22716         * gst/audioconvert/audioconvert.c: (if), (float),
22717         (audio_convert_get_func_index), (check_default),
22718         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22719         (audio_convert_clean_context), (audio_convert_get_sizes),
22720         (audio_convert_convert):
22721         Cleanups.
22722
22723 2005-08-26  Wim Taymans  <wim@fluendo.com>
22724
22725         * gst/audioconvert/audioconvert.c: (if), (float),
22726         (audio_convert_get_func_index), (check_default),
22727         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22728         (audio_convert_clean_context), (audio_convert_get_sizes),
22729         (audio_convert_convert):
22730         More elegant and working temp buffer selection algo.
22731
22732 2005-08-26  Wim Taymans  <wim@fluendo.com>
22733
22734         * gst/audioconvert/audioconvert.c: (if), (float),
22735         (audio_convert_get_func_index), (check_default),
22736         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22737         (audio_convert_clean_context), (audio_convert_get_sizes),
22738         (get_temp_buffer), (audio_convert_convert):
22739         Use realloc else we lose our original data.
22740
22741 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22742
22743         * gst/audioresample/gstaudioresample.c:
22744           use base class' newsegment to properly timestamp
22745
22746 2005-08-26  Wim Taymans  <wim@fluendo.com>
22747
22748         * gst/audioconvert/audioconvert.c: (if), (float),
22749         (audio_convert_get_func_index), (check_default),
22750         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22751         (audio_convert_clean_context), (audio_convert_get_sizes),
22752         (get_temp_buffer), (audio_convert_convert):
22753         * gst/audioconvert/gstaudioconvert.c:
22754         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22755         (gst_audio_convert_transform_caps),
22756         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22757         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22758         Oops, allocate enough space to perform the channel mix.
22759
22760 2005-08-26  Wim Taymans  <wim@fluendo.com>
22761
22762         * gst/audioconvert/Makefile.am:
22763         * gst/audioconvert/audioconvert.c: (if), (float),
22764         (audio_convert_get_func_index), (check_default),
22765         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22766         (audio_convert_clean_context), (audio_convert_get_sizes),
22767         (get_temp_buffer), (audio_convert_convert):
22768         * gst/audioconvert/audioconvert.h:
22769         * gst/audioconvert/gstaudioconvert.c:
22770         (gst_audio_convert_class_init), (gst_audio_convert_init),
22771         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22772         (gst_audio_convert_get_unit_size),
22773         (gst_audio_convert_transform_caps),
22774         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22775         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22776         * gst/audioconvert/gstaudioconvert.h:
22777         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22778         (gst_channel_mix_fill_identical),
22779         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22780         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22781         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22782         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22783         (gst_channel_mix_mix):
22784         * gst/audioconvert/gstchannelmix.h:
22785         Cleanups, librarify a bit, optimize, better negotiation and more.
22786
22787 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22788
22789         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22790         Another from MikeS:
22791         During typefinding, don't support negative offsets
22792         (offsets from the end of the stream) in our typefind->peek() function
22793         - nothing embedded in ogg ever needs them. However, we need to recognise
22794         those requests and reject them, otherwise we return invalid pointers.
22795
22796 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22797
22798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22799         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22800         (vorbisdec_finalize), (vorbis_handle_type_packet):
22801           Big shout-out to MikeS for fixing this giant memory leak.
22802           Huzzah!
22803
22804 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22805
22806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22807         (audio_convert_get_unit_size):
22808           plug some leaks
22809
22810 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22811
22812         * check/Makefile.am:
22813         * check/elements/audioconvert.c: (setup_audioconvert),
22814         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22815         (GST_START_TEST), (audioconvert_suite), (main):
22816           add a test for audioconvert
22817         * gst/audioresample/gstaudioresample.c:
22818         * gst/audioresample/gstaudioresample.h:
22819           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22820           note that for buffers of 1/3 sec this means DURATION(c) is 
22821           one nanosecond more than for a and b
22822
22823 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22824
22825         * check/Makefile.am:
22826         * check/elements/audioresample.c: (setup_audioresample),
22827         (cleanup_audioresample), (fail_unless_perfect_stream),
22828         (test_perfect_stream_instance), (GST_START_TEST),
22829           add a check for audioresample
22830         (audioresample_suite), (main):
22831         * check/elements/volume.c: (GST_START_TEST):
22832           remove unused method
22833         * gst/audioresample/gstaudioresample.c:
22834           set correct buffer parameters since we're changing them
22835         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22836           add some debug
22837
22838 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22839
22840         * gst/audioresample/debug.c:
22841         * gst/audioresample/gstaudioresample.c:
22842           add room for extra overlap samples when asked to transform size
22843           protect against possible mem corruption and check for discrepancies
22844           between written size and outbuffer's size so we can warn for
22845           potential problems
22846         * gst/audioresample/resample.c: (resample_init),
22847         (resample_get_output_size_for_input), (resample_get_output_size),
22848         (resample_set_n_channels), (resample_set_format):
22849           set debug level based on RESAMPLE_DEBUG env var
22850           make sure that get_output_size* returns a whole number of
22851           sample_size
22852           set sample_size each time either channel or format is set
22853         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22854         * gst/audioresample/resample_functable.c:
22855         (resample_scale_functable):
22856         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22857           remove r->sample_size, it's done in resample.c now
22858           add some debugging to the ref implementation
22859           make sure we only give back bytes that are wholes of the sample
22860           size
22861
22862 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22863         * gst/playback/gstplaybasebin.c: (fill_buffer):
22864         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22865
22866 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22867
22868         * gst/volume/gstvolume.c:
22869           made set_caps function static
22870
22871 2005-08-24  Wim Taymans  <wim@fluendo.com>
22872
22873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22874         (gst_vorbisenc_change_state):
22875         Stop leaking taglists.
22876
22877 2005-08-24  Wim Taymans  <wim@fluendo.com>
22878
22879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22880         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22881         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22882         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22883         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22884         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22885         Parse seeking events better.
22886         Unref static caps.
22887         Generate correct newsegment events, fixes seeking in live oggs.
22888
22889         * ext/theora/theoradec.c: (theora_dec_src_query),
22890         (theora_dec_src_event), (theora_dec_src_getcaps),
22891         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22892         Use newsegment values to report correct play time.
22893
22894         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22895         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22896         * ext/vorbis/vorbisdec.h:
22897         Parse and use newsegment values to report correct play time.
22898
22899         * gst-libs/gst/audio/gstbaseaudiosink.c:
22900         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22901         Clear ringbuffer on flush.
22902         Use newsegment values to calculate playback time.
22903
22904         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22906         Basesink does newsegment calculations for us now.
22907
22908 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22909
22910         * check/Makefile.am:
22911         * configure.ac:
22912           add core's plugins to the mix so that playbin works
22913         * check/generic/states.c: (GST_START_TEST):
22914           set a 0 timeout on pipelines, so they don't force the next
22915           state change
22916         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22917         (gst_play_base_bin_change_state):
22918           remove the crappy error handling and do GST error handling
22919
22920 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22921
22922         * check/Makefile.am:
22923         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22924           add same test as to core, it bitches out on playbin atm.
22925
22926 2005-08-24  Wim Taymans  <wim@fluendo.com>
22927
22928         * configure.ac:
22929         Remove audioscale.
22930
22931 2005-08-24  Wim Taymans  <wim@fluendo.com>
22932
22933         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22934         (gst_videoscale_prepare_size), (parse_caps),
22935         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22936         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22937         (gst_videoscale_transform):
22938         * gst/videoscale/gstvideoscale.h:
22939         Refactor, make use of BaseTranform really well.
22940
22941 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22942
22943         * configure.ac:
22944           compile audioresample
22945         * gst/audioresample/Makefile.am:
22946         * gst/audioresample/buffer.c:
22947         * gst/audioresample/functable.c:
22948         * gst/audioresample/gstaudioresample.c:
22949         * gst/audioresample/gstaudioresample.h:
22950         * gst/audioresample/resample.c:
22951         (resample_get_output_size_for_input):
22952         * gst/audioresample/resample.h:
22953         * gst/audioresample/resample_chunk.c:
22954         * gst/audioresample/resample_functable.c:
22955         * gst/audioresample/resample_ref.c:
22956           port to use basetransform; doesn't work in all cases yet
22957
22958 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22959
22960         * gst/audioconvert/gstaudioconvert.c:
22961         (gst_audio_convert_class_init), (gst_audio_convert_init),
22962         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22963         (audio_convert_fixate_caps), (audio_convert_set_caps),
22964         (audio_convert_transform),
22965         (gst_audio_convert_buffer_to_default_format),
22966         (gst_audio_convert_buffer_from_default_format),
22967         (gst_audio_convert_channels):
22968         * gst/audioconvert/gstchannelmix.c:
22969         * gst/audioconvert/gstchannelmix.h:
22970           port to basetransform
22971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22972         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22973         (gst_ffmpegcsp_get_unit_size):
22974         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22975         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22976           fix for basetransform changes
22977
22978 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22979
22980         * check/Makefile.am:
22981           Add CHECK_CFLAGS and LDFLAGS
22982
22983         * gst/playback/gstplaybasebin.c: (fill_buffer):
22984           GST_MESSAGE_SRC became a GObject
22985
22986 2005-08-24  Wim Taymans  <wim@fluendo.com>
22987
22988         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22989         (gst_ring_buffer_clear_all):
22990         * gst-libs/gst/audio/gstringbuffer.h:
22991         Added function to clear the ringbuffer.
22992
22993 2005-08-24  Andy Wingo  <wingo@pobox.com>
22994
22995         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22996         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22997         of _open and _close.
22998
22999         * sys/v4l/gstv4lxoverlay.h:
23000         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23001         an Xv connection here, instead of all the time. Make Xv only be
23002         loaded if you axe for it. Kindof a workaround for buggy behaviour
23003         of Xv when using remote xservers (XvQueryExtension would block).
23004         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23005         replace the _open and _close public API. Only start the xv
23006         connection if necessary.
23007         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23008
23009 2005-08-23  David Schleef  <ds@schleef.org>
23010
23011         * gst/audioresample/Makefile.am: Leet audioresampling code
23012         * gst/audioresample/buffer.c:
23013         * gst/audioresample/buffer.h:
23014         * gst/audioresample/debug.c:
23015         * gst/audioresample/debug.h:
23016         * gst/audioresample/functable.c:
23017         * gst/audioresample/functable.h:
23018         * gst/audioresample/gstaudioresample.c:
23019         * gst/audioresample/gstaudioresample.h:
23020         * gst/audioresample/resample.c:
23021         * gst/audioresample/resample.h:
23022         * gst/audioresample/resample_chunk.c:
23023         * gst/audioresample/resample_functable.c:
23024         * gst/audioresample/resample_ref.c:
23025
23026 2005-08-23  Wim Taymans  <wim@fluendo.com>
23027
23028         * examples/seeking/seek.c: (make_vorbis_pipeline),
23029         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23030         Small seek updates.
23031
23032 2005-08-23  Andy Wingo  <wingo@pobox.com>
23033
23034         * gst-libs/gst/audio/gstbaseaudiosrc.c
23035         (gst_base_audio_src_fixate): Only fixate endianness if it is
23036         present in the caps.
23037
23038 2005-08-22  Andy Wingo  <wingo@pobox.com>
23039
23040         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23041         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23042         device-name property.
23043
23044         * gst-libs/gst/audio/gstaudiosrc.h:
23045         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23046         close_device in the ring buffer, like gstaudiosink.
23047
23048         * ext/alsa/gstalsamixer.h:
23049         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23050         macro to implement the interface without much code. Cleanups. 
23051
23052         * ext/alsa/gstalsasrc.h:
23053         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23054         READY.
23055
23056         * ext/alsa/Makefile.am: Add new files.
23057         * ext/alsa/gstalsamixerelement.c: 
23058         * ext/alsa/gstalsamixerelement.c: Split element code out from
23059         mixer code so that alsasrc can be a mixer too.
23060
23061 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23062
23063         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23064         (GST_START_TEST):
23065         * check/elements/vorbisdec.c: (setup_vorbisdec),
23066         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23067         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23068         (vorbis_handle_identification_packet),
23069         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23070         (vorbis_handle_header_packet), (vorbis_dec_push),
23071         (vorbis_dec_chain):
23072           use the setup/teardown methods to save code.  save code is good.
23073
23074 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23075
23076         * check/Makefile.am:
23077           add ext dir for plugins
23078           add vorbisdec test conditionally
23079         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23080         (GST_START_TEST), (volume_suite):
23081           add a test with wrong caps
23082         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23083         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23084           add a vorbisdec test
23085         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23086         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23087           clean up debug output
23088         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23089           yay, fix a segfault/security issue in vorbisdec
23090           gst-launch fakesrc ! vorbisdec wasn't happy
23091         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23092         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23093         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23094         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23095         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23096         (gst_vorbisenc_set_metadata), (get_constraints_string),
23097         (update_start_message), (gst_vorbisenc_setup),
23098         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23099         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23100         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23101         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23102         * ext/vorbis/vorbisenc.h:
23103           march in line
23104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23105         (gst_ffmpegcsp_transform):
23106           have the kow come home
23107         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23108           debug my func ptr
23109         * gst/volume/gstvolume.c: (volume_set_caps):
23110           add a debug
23111
23112 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23113
23114         * Makefile.am:
23115         * check/.cvsignore:
23116         * check/Makefile.am:
23117         * check/elements/.cvsignore:
23118         * check/elements/volume.c: (chain_func), (event_func),
23119         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23120         (main):
23121         * configure.ac:
23122           add unit test structure for gst-plugins-base
23123           add a test for volume
23124         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23125         (gst_volume_set_volume), (gst_volume_get_volume),
23126         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23127         (volume_funcfind), (volume_process_float), (volume_process_int16),
23128         (volume_set_caps), (volume_transform), (volume_update_mute),
23129         (volume_update_volume), (volume_set_property),
23130         (volume_get_property):
23131           document a little; use basetransform vmethod _set_caps
23132
23133 2005-08-19  Andy Wingo  <wingo@pobox.com>
23134
23135         * ext/alsa/gstalsamixertrack.h:
23136         * ext/alsa/gstalsamixertrack.c:
23137         * ext/alsa/gstalsamixeroptions.h:
23138         * ext/alsa/gstalsamixeroptions.c:
23139         * ext/alsa/gstalsamixer.h:
23140         * ext/alsa/gstalsamixer.c: Port to 0.9.
23141
23142         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23143         Remove gstalsa.c and alsaclock. No more cruft here.
23144         
23145 2005-08-18  Wim Taymans  <wim@fluendo.com>
23146
23147         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23148         (gst_base_rtp_depayload_chain),
23149         (gst_base_rtp_depayload_add_to_queue),
23150         (gst_base_rtp_depayload_push),
23151         (gst_base_rtp_depayload_queue_release):
23152         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23153         Fix for RTPBuffer changes.
23154
23155         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23156         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23157         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23158         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23159         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23160         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23161         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23162         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23163         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23164         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23165         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23166         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23167         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23168         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23169         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23170         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23171         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23172         (gst_rtpbuffer_get_payload):
23173         * gst-libs/gst/rtp/gstrtpbuffer.h:
23174         Don't subclass GstBuffer but add methods and helper functions
23175         to construct and manipulate RTP packets in regular GstBuffers.
23176
23177 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23178
23179         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23180           moved statement below switch
23181         * gst/volume/gstvolume.c: (gst_volume_class_init):
23182           added debug ptr
23183
23184 2005-08-16  Wim Taymans  <wim@fluendo.com>
23185
23186         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23187         (gst_base_audio_src_change_state):
23188         Open and close device in READY<->NULL state change.
23189
23190 2005-08-16  Andy Wingo  <wingo@pobox.com>
23191
23192         * examples/seeking/Makefile.am: Don't compile non-compiling
23193         compiled objects with the compiler.
23194
23195         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23196         elements.
23197
23198 2005-08-12  Philippe Khalaf <burger@speedy.org>
23199         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23200         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23201           Made a thread to release the queue.
23202           Removed timestamp conversion for now.
23203
23204 2005-08-10  Philippe Khalaf <burger@speedy.org>
23205         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23206         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23207           Added rtp timestamp -> gst timestamp conversion.
23208           Fixed several problems with queue.
23209
23210 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23211
23212         * gst-libs/gst/audio/gstaudioclock.h:
23213         * gst-libs/gst/audio/gstaudiofilter.h:
23214         * gst-libs/gst/audio/gstaudiosink.h:
23215         * gst-libs/gst/audio/gstaudiosrc.h:
23216         * gst-libs/gst/audio/gstbaseaudiosink.h:
23217         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23218         * gst-libs/gst/audio/gstringbuffer.h:
23219         * gst-libs/gst/net/gstnetbuffer.h:
23220         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23221         * gst-libs/gst/rtp/gstrtpbuffer.h:
23222           Add padding (you will need to rebuild gst-plugins-base,
23223           gst-plugins and all applications afterwards!)
23224
23225 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23226
23227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23228         (gst_riff_parse_chunk):
23229           Fix bug in debug message and add some more debug messages.
23230
23231 2005-08-08  Edward Hervey  <edward@fluendo.com>
23232
23233         * gst-libs/gst/riff/riff-media.c:
23234         backported updates since branch
23235
23236 2005-08-08  Andy Wingo  <wingo@pobox.com>
23237
23238         * gst-libs/gst/audio/gstbaseaudiosink.c
23239         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23240         like good elements should. Close on READY->NULL too.
23241
23242         * gst-libs/gst/audio/gstaudiosink.c
23243         (gst_audioringbuffer_open_device,
23244         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23245         (gst_audioringbuffer_release): Updates for new ring buffer API,
23246         hook into the new audio sink api.
23247
23248         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23249         (GstAudioSinkClass.close): Just open and close the device -- no
23250         resource allocation or configuration.
23251         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23252         vmethods, handle device setup and resource allocation.
23253
23254         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23255         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23256         base class API.
23257
23258         * gst-libs/gst/audio/gstringbuffer.h
23259         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23260         New vmethods.
23261
23262         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23263         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23264         New API functions. The device should be opened before acquiring
23265         and closed after releasing.
23266
23267 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23268
23269         * gst-libs/gst/interfaces/mixer.h:
23270           Reset padding to GST_PADDING.
23271
23272 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23273
23274         * gst/playback/gstplaybin.c: (remove_sinks):
23275           Remove visualization from parent explicitely; works around some
23276           apparent refcount issue that I haven't tracked down yet.
23277
23278 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23279
23280         * ext/alsa/gstalsasink.c: (set_hwparams):
23281           Assign debug category, add negotiation debug msgs.
23282
23283 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23284
23285         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23286           Fix error code for file-not-found to NOT_FOUND.
23287
23288 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23289
23290         * common/gtk-doc-plugins.mak:
23291         * docs/plugins/Makefile.am:
23292         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23293         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23294           renamed to actual element names, so much nicer to look at
23295         * docs/plugins/tmpl/gstmultifdsink.sgml:
23296           remove
23297         * docs/plugins/tmpl/multifdsink.sgml:
23298         * docs/plugins/tmpl/tcpserversink.sgml:
23299           add
23300         * ext/alsa/gstalsa.c:
23301         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23302         * ext/ogg/gstoggmux.c:
23303         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23304         * gst/playback/gstdecodebin.c:
23305         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23306         * gst/tcp/gsttcpserversink.c:
23307           various fixes and documentation additions
23308
23309 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23310
23311         * common/Makefile.am:
23312         * common/gstdoc-scangobj:
23313         * common/gtk-doc-plugins.mak:
23314         * common/gtk-doc.mak:
23315           add a custom scangobj that uses the registry
23316           add a custom gtk-doc-plugins.mak that uses it
23317           some doc build fixes
23318         * configure.ac:
23319         * docs/Makefile.am:
23320         * docs/plugins/Makefile.am:
23321         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23322         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23323         * docs/plugins/gst-plugins-base-plugins.types:
23324         * docs/plugins/tmpl/gstmultifdsink.sgml:
23325           add docs for one element, multifdsink
23326         * gst/adder/gstadder.h:
23327         * gst/volume/gstvolume.h:
23328           don't privatize enum
23329         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23330         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23331         (gst_sync_method_get_type), (gst_client_status_get_type),
23332         (gst_multifdsink_class_init),
23333         (gst_multifdsink_client_queue_buffer),
23334         (gst_multifdsink_handle_client_write):
23335         * gst/tcp/gstmultifdsink.h:
23336         * gst/tcp/gsttcp.h:
23337         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23338         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23339         (gst_tcpclientsink_render):
23340         * gst/tcp/gsttcpclientsink.h:
23341         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23342         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23343         (gst_tcpclientsrc_start):
23344         * gst/tcp/gsttcpclientsrc.h:
23345         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23346         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23347         * gst/tcp/gsttcpserversrc.h:
23348         * gst/typefind/gsttypefindfunctions.c:
23349           remove superfluous Type stuff
23350
23351 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23352
23353         * gst/playback/gstplaybin.c: (gen_video_element):
23354           Enable videoscale.
23355
23356 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23357
23358         * gst-libs/gst/gconf/gconf.c:
23359         * gst-libs/gst/gconf/gconf.h:
23360           Fix some Andy Problem [tm].
23361
23362 2005-08-04  Andy Wingo  <wingo@pobox.com>
23363
23364         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23365         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23366         (gst_ffmpegcsp_get_size): Adapt to API changes.
23367
23368         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23369         Implement an in-place do-nothing transform.
23370
23371 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23372
23373         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23374         (gst_ximagesink_renegotiate_size):
23375           Do not set new window sizes yet if we prepare a new buffer size
23376           for upstream renegotiation (software scaling) at some point in the
23377           future, because this new size waqs not actually accepted yet. Once
23378           accepted, renegotiation later on will set the new sizes just fine.
23379           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23380           embedding testcase.
23381
23382 2005-08-03  Andy Wingo  <wingo@pobox.com>
23383
23384         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23385         (gst_ximagesink_buffer_alloc): 
23386         Protect the height, width, and desired_caps with the pool_lock.
23387         Fixes videotestsrc ! queue ! ximagesink.
23388
23389 2005-08-02  Edward Hervey  <edward@fluendo.com>
23390
23391         * gst/volume/gstvolume.c:
23392         include left from controller cleanup
23393
23394 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23395         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23396           Stop collectpads before calling the parent state
23397           change function on PAUSED->READY.
23398
23399 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23400         * configure.ac:
23401           When testing for X libs, use the X CFlags 
23402         * gst/adder/gstadder.c: (gst_adder_change_state):
23403           Stop the collectpads before calling parent state change function
23404           on PAUSED->READY, otherwise we deadlock deactivating pads.
23405
23406 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23407
23408         * configure.ac:
23409         * docs/libs/tmpl/gstcolorbalance.sgml:
23410         * docs/libs/tmpl/gstmixer.sgml:
23411         * examples/Makefile.am:
23412         * gst/sine/Makefile.am:
23413         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23414         (gst_sinesrc_set_property), (plugin_init):
23415         * gst/sine/gstsinesrc.h:
23416         * gst/volume/Makefile.am:
23417         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23418         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23419         (volume_process_float), (volume_process_int16),
23420         (volume_set_property), (plugin_init):
23421         * gst/volume/gstvolume.h:
23422           deactivate and remove dparams (libgstcontrol)
23423
23424 2005-07-29  Wim Taymans  <wim@fluendo.com>
23425
23426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23427         Convert me to BaseTransform!! help..
23428
23429 2005-07-29  Andy Wingo  <wingo@pobox.com>
23430
23431         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23432         sinks.
23433
23434         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23435         support of both endiannesses.
23436
23437 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23438
23439         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23440           Fix confusing debug message (s/event/query/)
23441
23442 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23443
23444         * gst/videotestsrc/videotestsrc.h:
23445           Use "_stdint.h" instead of <stdint.h>
23446
23447 2005-07-27  Wim Taymans  <wim@fluendo.com>
23448
23449         * ext/vorbis/Makefile.am:
23450         Revert wrong commit.
23451
23452 2005-07-27  Wim Taymans  <wim@fluendo.com>
23453
23454         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23455         More compilation fixen.
23456
23457 2005-07-27  Wim Taymans  <wim@fluendo.com>
23458
23459         * gst-libs/gst/audio/gstbaseaudiosink.c:
23460         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23461         (gst_base_audio_sink_create_ringbuffer),
23462         (gst_base_audio_sink_change_state):
23463         Fix compilation.
23464
23465 2005-07-27  Wim Taymans  <wim@fluendo.com>
23466
23467         * examples/seeking/seek.c: (setup_dynamic_link),
23468         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23469         (query_positions_elems), (query_positions_pads), (do_seek):
23470         Update seek example.
23471
23472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23473         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23474         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23475         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23476         (gst_ogg_demux_handle_event),
23477         (gst_ogg_demux_deactivate_current_chain),
23478         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23479         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23480         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23481         (gst_ogg_demux_loop):
23482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23483         * ext/theora/theoradec.c: (theora_dec_src_event),
23484         (theora_dec_src_getcaps), (theora_dec_sink_event),
23485         (theora_dec_push), (theora_dec_chain):
23486         * ext/vorbis/Makefile.am:
23487         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23488         (vorbis_dec_sink_event), (vorbis_dec_push),
23489         (vorbis_handle_data_packet):
23490         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23491         (gst_vorbisenc_chain):
23492         * gst/playback/gststreaminfo.c: (cb_probe):
23493         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23494         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23495         * gst/videoscale/gstvideoscale.c:
23496         (gst_videoscale_handle_src_event):
23497         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23498         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23499         (gst_ximagesink_navigation_send_event):
23500         * sys/xvimage/xvimagesink.c:
23501         (gst_xvimagesink_navigation_send_event):
23502         Various event updates and cleanups
23503
23504 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23505
23506         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23507           Fix segfault for I420/YV12.
23508
23509 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23510
23511         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23512           Report bitrate.
23513
23514 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23515
23516         * gst/playback/gstplaybin.c: (gen_video_element),
23517         (gen_audio_element):
23518           Switch to auto*sink elements as default sinks; add volume element
23519           so that volume control in totem works.
23520
23521 2005-07-21  Wim Taymans  <wim@fluendo.com>
23522
23523         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23524         * gst/playback/gstplaybin.c: (setup_sinks),
23525         (gst_play_bin_change_state):
23526         Refcount fix and more comments.
23527
23528 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23529
23530         * sys/ximage/Makefile.am:
23531         * sys/ximage/ximage.c: (plugin_init):
23532         * sys/ximage/ximagesink.c:
23533         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23534         
23535
23536 2005-07-21  Wim Taymans  <wim@fluendo.com>
23537
23538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23539         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23540         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23541         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23542         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23543         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23544         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23545         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23546         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23547         Generate correct disconts for live chained oggs.
23548
23549         * gst-libs/gst/audio/gstbaseaudiosink.c:
23550         (gst_base_audio_sink_render),
23551         (gst_base_audio_sink_create_ringbuffer),
23552         (gst_base_audio_sink_change_state):
23553         Handle discont math correctly.
23554
23555         * gst/playback/gstplaybin.c: (add_sink):
23556         Some small debug cleanup.
23557
23558 2005-07-21  Wim Taymans  <wim@fluendo.com>
23559
23560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23561         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23562         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23563         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23564         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23565         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23566         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23567         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23568         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23569         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23570         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23571         (gst_ogg_demux_change_state), (gst_ogg_print):
23572         Reorganize code to send the right disconts when in streaming
23573         mode.
23574
23575 2005-07-20  Andy Wingo  <wingo@pobox.com>
23576
23577         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23578         fix (?), fixes a seggie mcfalterson (#310894).
23579
23580 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23581
23582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23583         (gst_ogg_mux_set_header_on_caps):
23584         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23585         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23586         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23587         * gst-libs/gst/audio/multichannel.c:
23588         (gst_audio_set_channel_positions),
23589         (gst_audio_set_structure_channel_positions_list):
23590         * gst/playback/gstdecodebin.c: (dynamic_create):
23591         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23592         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23593           Fixes for API changes in core.
23594
23595 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23596
23597         * gst/playback/gstplaybasebin.c: (fill_buffer):
23598           Use _new_custom() so we can set custom message types for buffering
23599           messages.
23600
23601 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23602
23603         * configure.ac:
23604         * gst-libs/gst/Makefile.am:
23605         * gst-libs/gst/gconf/.cvsignore:
23606         * gst-libs/gst/gconf/Makefile.am:
23607         * gst-libs/gst/gconf/test-gconf.c:
23608         * pkgconfig/Makefile.am:
23609         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23610         * pkgconfig/gstreamer-gconf.pc.in:
23611           Remove gconf stuff, use gconf elements instead from now on.
23612
23613 2005-07-20  Wim Taymans  <wim@fluendo.com>
23614
23615         * gst-libs/gst/audio/TODO:
23616         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23617         (gst_audio_clock_get_internal_time):
23618         * gst-libs/gst/audio/gstaudioclock.h:
23619         * gst-libs/gst/audio/gstbaseaudiosink.c:
23620         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23621         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23622         (gst_base_audio_sink_render),
23623         (gst_base_audio_sink_create_ringbuffer),
23624         (gst_base_audio_sink_change_state):
23625         Make sure the audio clock always returns an increasing value.
23626
23627 2005-07-19  Andy Wingo  <wingo@pobox.com>
23628
23629         * gst/videotestsrc/: Cleanups.
23630
23631 2005-07-19  Wim Taymans  <wim@fluendo.com>
23632
23633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23634         Better debugging.
23635
23636 2005-07-19  Wim Taymans  <wim@fluendo.com>
23637
23638         * examples/seeking/seek.c: (make_dv_pipeline),
23639         (make_vorbis_theora_pipeline), (query_rates),
23640         (query_positions_elems), (query_positions_pads), (do_seek):
23641         Make correct DV pipeline.
23642
23643 2005-07-18  Andy Wingo  <wingo@pobox.com>
23644
23645         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23646         default. Also because it's the only thing that really works. (This
23647         is used in the GConf elements).
23648         Use AS_LIBTOOL_TAGS.
23649
23650 2005-07-18  Wim Taymans  <wim@fluendo.com>
23651
23652         * gst/playback/gstdecodebin.c: (remove_element_chain):
23653         * gst/playback/gstplaybin.c: (add_sink):
23654         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23655         (gst_stream_info_set_mute):
23656         * gst/playback/gststreamselector.c:
23657         (gst_stream_selector_get_linked_pad),
23658         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23659         More leak and compile fixes.
23660
23661 2005-07-18  Wim Taymans  <wim@fluendo.com>
23662
23663         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23664         (query_rates), (query_positions_elems), (query_positions_pads),
23665         (do_seek), (seek_cb), (stop_seek):
23666         Updated seek example. 
23667
23668         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23669         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23670         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23671         * gst/playback/gstplaybin.c: (add_sink):
23672         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23673         (gst_stream_info_set_mute):
23674         Some refcount leak fixes.
23675
23676 2005-07-16  Wim Taymans  <wim@fluendo.com>
23677
23678         * gst-libs/gst/audio/gstbaseaudiosink.c:
23679         (gst_base_audio_sink_render):
23680         Align samples even if we have roundoff errors in the 
23681         timestamp conversion.
23682
23683 2005-07-16  Wim Taymans  <wim@fluendo.com>
23684
23685         * docs/libs/tmpl/gstringbuffer.sgml:
23686         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23687         (query_rates), (query_positions_elems), (query_positions_pads),
23688         (update_scale), (do_seek):
23689         Updated seek example.
23690
23691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23692         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23693         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23694         (gst_ogg_demux_loop):
23695         Push out correct discont values.
23696
23697         * ext/theora/theoradec.c: (theora_dec_src_convert),
23698         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23699         (theora_dec_sink_event), (theora_handle_type_packet),
23700         (theora_handle_header_packet), (theora_dec_push),
23701         (theora_handle_data_packet), (theora_dec_chain),
23702         (theora_dec_change_state):
23703         Better timestamping.
23704
23705         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23706         (vorbis_dec_sink_event), (vorbis_dec_push),
23707         (vorbis_handle_data_packet), (vorbis_dec_chain):
23708         * ext/vorbis/vorbisdec.h:
23709         Better timestamping.
23710
23711         * gst-libs/gst/audio/gstbaseaudiosink.c:
23712         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23713         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23714         Handle syncing on timestamps instead of sample offsets. Make
23715         use of DISCONT values as described in design docs.
23716
23717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23718         (gst_base_audio_src_get_time):
23719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23720         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23721         (gst_ring_buffer_read):
23722         * gst-libs/gst/audio/gstringbuffer.h:
23723         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23724         (gst_ximagesink_show_frame):
23725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23726         Correcly convert buffer timestamp to stream time.
23727
23728 2005-07-16  Wim Taymans  <wim@fluendo.com>
23729
23730         * gst/audioconvert/gstaudioconvert.c:
23731         (gst_audio_convert_get_buffer):
23732         Timestamp buffers correctly.
23733
23734         * gst/playback/gstplaybin.c: (gen_video_element):
23735         Make internal fakesink silent.
23736
23737 2005-07-15  Wim Taymans  <wim@fluendo.com>
23738
23739         * gst/ffmpegcolorspace/Makefile.am:
23740         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23741         (gst_ffmpegcsp_caps_remove_format_info),
23742         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23743         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23744         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23745         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23746         Ported ffmpegcolorspace to basetransform.
23747
23748         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23749         * gst/volume/gstvolume.c: (volume_transform):
23750         Ported to new API.
23751
23752 2005-07-14  Wim Taymans  <wim@fluendo.com>
23753
23754         * gst/videotestsrc/Makefile.am:
23755         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23756         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23757         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23758         (gst_videotestsrc_init), (gst_videotestsrc_event),
23759         (gst_videotestsrc_create), (gst_videotestsrc_start),
23760         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23761         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23762         (gst_videotestsrc_get_property):
23763         * gst/videotestsrc/gstvideotestsrc.h:
23764         Make videotestsrc a pushsrc.
23765
23766 2005-07-14  Wim Taymans  <wim@fluendo.com>
23767
23768         * gst/tcp/gstfdset.c: (gst_fdset_free):
23769         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23770         (gst_multifdsink_add), (gst_multifdsink_remove),
23771         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23772         (gst_multifdsink_remove_client_link),
23773         (gst_multifdsink_client_queue_data),
23774         (gst_multifdsink_client_queue_caps),
23775         (gst_multifdsink_client_queue_buffer),
23776         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23777         (gst_multifdsink_stop):
23778         * gst/tcp/gstmultifdsink.h:
23779         0.8 backporting.
23780
23781         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23782         Also draw image when not from a pool.
23783
23784 2005-07-14  Wim Taymans  <wim@fluendo.com>
23785
23786         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23787         (mute_stream), (silence_stream):
23788         Small debug additions.
23789
23790 2005-07-14  Wim Taymans  <wim@fluendo.com>
23791
23792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23793         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23794         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23795         Better error recovery, ignore unconnected pads and
23796         non-fatal errors.
23797
23798 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23799
23800         * docs/libs/tmpl/gstaudio.sgml:
23801         * docs/libs/tmpl/gstcolorbalance.sgml:
23802         * docs/libs/tmpl/gstgconf.sgml:
23803         * docs/libs/tmpl/gstmixer.sgml:
23804         * docs/libs/tmpl/gstringbuffer.sgml:
23805         * docs/libs/tmpl/gsttuner.sgml:
23806         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23807         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23808         (gst_tcpclientsrc_class_init):
23809         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23810         (gst_tcpserversrc_class_init):
23811         * sys/v4l/gstv4lelement.c:
23812           more autistic cleanliness in functions/names/defines
23813
23814 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23815
23816         * configure.ac:
23817           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23818           added manually to each Makefile.am so we are sure it goes
23819           *last* and doesn't add -L flags before linking in libs of our
23820           own, like, say, internal .la libs, that then accidentally pick
23821           up the installed copy.
23822         * docs/libs/Makefile.am:
23823         * ext/alsa/Makefile.am:
23824         * ext/cdparanoia/Makefile.am:
23825         * ext/gnomevfs/Makefile.am:
23826         * ext/libvisual/Makefile.am:
23827         * ext/ogg/Makefile.am:
23828         * ext/theora/Makefile.am:
23829         * ext/vorbis/Makefile.am:
23830         * gst-libs/gst/video/Makefile.am:
23831         * gst/adder/Makefile.am:
23832         * gst/audioconvert/Makefile.am:
23833         * gst/audiorate/Makefile.am:
23834         * gst/audioscale/Makefile.am:
23835         * gst/ffmpegcolorspace/Makefile.am:
23836         * gst/playback/Makefile.am:
23837         * gst/sine/Makefile.am:
23838         * gst/subparse/Makefile.am:
23839         * gst/tags/Makefile.am:
23840         * gst/tcp/Makefile.am:
23841         * gst/typefind/Makefile.am:
23842         * gst/videorate/Makefile.am:
23843         * gst/videoscale/Makefile.am:
23844         * gst/videotestsrc/Makefile.am:
23845         * gst/volume/Makefile.am:
23846         * sys/v4l/Makefile.am:
23847         * sys/ximage/Makefile.am:
23848         * sys/xvimage/Makefile.am:
23849           adapt properly to this change. This should make sure that
23850           plugins and libs properly link to the as-yet-uninstalled
23851           copies of stuff like libgstinterfaces and libgstvideo
23852
23853 2005-07-13  Andy Wingo  <wingo@pobox.com>
23854
23855         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23856         (gst_v4lsrc_fixate): Fixate on format as well.
23857
23858         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23859         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23860         buffer points to it.
23861         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23862         rather just doing X calls ourselves. Also fixes a memleak.
23863
23864 2005-07-12  Andy Wingo  <wingo@pobox.com>
23865
23866         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23867         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23868         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23869         TRUE to avoid deadlocks if an element holds on to our buffers.
23870
23871 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23872
23873         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23874         (gst_sinesrc_init), (gst_sinesrc_create),
23875         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23876         (gst_sinesrc_start):
23877         * gst/sine/gstsinesrc.h:
23878           removing num-buffers property before moving it
23879
23880 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23881
23882         * configure.ac:
23883           use overridable ERROR_CFLAGS
23884         * docs/libs/gst-plugins-base-libs.types:
23885         * docs/libs/tmpl/gstringbuffer.sgml:
23886         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23887         (gst_alsasink_class_init):
23888         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23889         (gst_alsasrc_class_init):
23890         * gst-libs/gst/audio/audio.h:
23891         * gst-libs/gst/audio/gstaudioclock.h:
23892         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23893         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23894         (gst_audio_filter_link), (gst_audio_filter_init),
23895         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23896         (gst_audio_filter_get_property),
23897         (gst_audio_filter_class_add_pad_templates):
23898         * gst-libs/gst/audio/gstaudiofilter.h:
23899         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23900         (gst_audio_filter_template_get_type),
23901         (gst_audio_filter_template_base_init),
23902         (gst_audio_filter_template_class_init),
23903         (gst_audio_filter_template_init),
23904         (gst_audio_filter_template_set_property),
23905         (gst_audio_filter_template_get_property), (plugin_init),
23906         (gst_audio_filter_template_setup),
23907         (gst_audio_filter_template_filter),
23908         (gst_audio_filter_template_filter_inplace):
23909         * gst-libs/gst/audio/gstaudiosink.c:
23910         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23911         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23912         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23913         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23914         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23915         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23916         * gst-libs/gst/audio/gstaudiosink.h:
23917         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23918         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23919         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23920         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23921         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23922         (gst_audio_src_class_init), (gst_audio_src_init),
23923         (gst_audio_src_create_ringbuffer):
23924         * gst-libs/gst/audio/gstaudiosrc.h:
23925         * gst-libs/gst/audio/gstbaseaudiosink.c:
23926         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23927         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23928         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23929         (gst_base_audio_sink_set_property),
23930         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23931         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23932         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23933         (gst_base_audio_sink_create_ringbuffer),
23934         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23935         * gst-libs/gst/audio/gstbaseaudiosink.h:
23936         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23937         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23938         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23939         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23940         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23941         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23942         (gst_base_audio_src_event), (gst_base_audio_src_create),
23943         (gst_base_audio_src_create_ringbuffer),
23944         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23945         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23947         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23948         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23949         (gst_ring_buffer_debug_spec_caps),
23950         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23951         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23952         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23953         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23954         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23955         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23956         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23957         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23958         (gst_ring_buffer_clear):
23959         * gst-libs/gst/audio/gstringbuffer.h:
23960         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23961         (gst_video_sink_class_init), (gst_video_sink_get_type):
23962         * gst-libs/gst/video/videosink.h:
23963         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23964         (gst_multifdsink_class_init),
23965         (gst_multifdsink_handle_client_write),
23966         (gst_multifdsink_change_state):
23967         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23968         (gst_tcpclientsink_setcaps):
23969         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23970         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23971         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23972         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23973         (gst_ximagesink_send_pending_navigation),
23974         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23975         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23977         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23978         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23979         (gst_xvimagesink_send_pending_navigation),
23980         (gst_xvimagesink_navigation_send_event),
23981         (gst_xvimagesink_set_xwindow_id),
23982         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23983         (gst_xvimagesink_get_type):
23984         more macro splitting
23985
23986 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23987
23988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23989           plug a memleak, allows me to import 1479 albums in one go
23990           in jamboree
23991         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23992         (vorbis_handle_type_packet), (vorbis_dec_chain),
23993         (vorbis_dec_change_state):
23994           fix some format strings
23995
23996 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23997
23998         * docs/libs/tmpl/gstcolorbalance.sgml:
23999         * docs/libs/tmpl/gstmixer.sgml:
24000         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24001         (gst_alsasink_set_property), (gst_alsasink_get_property):
24002         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24003         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24004           add device property
24005
24006 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24007
24008         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24009         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24010         (audiocast_register_listener), (audiocast_thread_run),
24011         (gst_gnomevfssrc_send_additional_headers_callback),
24012         (gst_gnomevfssrc_received_headers_callback),
24013         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24014         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24015         (gst_gnomevfssrc_get_size):
24016           add/clean up debugging
24017         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24018           cleanups
24019
24020 2005-07-07  Andy Wingo  <wingo@pobox.com>
24021
24022         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24023         framerate. Need to get a handle on when exactly this function is
24024         called, tho.
24025
24026         * sys/v4l/v4lsrc_calls.h:
24027         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24028         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24029         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24030
24031         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24032         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24033         v4lelements are sources.
24034
24035         * sys/v4l/gstv4lxoverlay.h:
24036         * sys/v4l/gstv4lxoverlay.c:
24037         * sys/v4l/gstv4ltuner.h:
24038         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24039         
24040         * sys/v4l/gstv4lsrc.h:
24041         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24042         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24043         or something should handle that. Made a live source.
24044
24045         * sys/v4l/gstv4lelement.h:
24046         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24047         signals. Some cleanups.
24048
24049         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24050
24051         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24052         stuff.
24053
24054         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24055         stuff.
24056
24057         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24058
24059 2005-07-07  Wim Taymans  <wim@fluendo.com>
24060
24061         * ext/theora/theoradec.c: (theora_get_query_types),
24062         (theora_dec_src_getcaps), (theora_dec_push):
24063         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24064         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24065         Remove deprecated/unused query types.
24066
24067 2005-07-06  Wim Taymans  <wim@fluendo.com>
24068
24069         * ext/alsa/Makefile.am:
24070         * ext/alsa/gstalsaplugin.c: (plugin_init):
24071         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24072         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24073         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24074         (gst_alsasrc_class_init), (gst_alsasrc_init),
24075         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24076         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24077         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24078         (gst_alsasrc_reset):
24079         * ext/alsa/gstalsasrc.h:
24080         * gst-libs/gst/audio/Makefile.am:
24081         * gst-libs/gst/audio/gstaudiosink.c:
24082         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24083         (gst_audioringbuffer_start):
24084         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24085         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24086         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24087         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24088         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24089         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24090         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24091         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24092         * gst-libs/gst/audio/gstaudiosrc.h:
24093         * gst-libs/gst/audio/gstbaseaudiosink.c:
24094         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24095         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24096         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24097         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24098         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24099         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24100         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24101         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24102         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24103         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24104         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24105         (gst_baseaudiosrc_change_state):
24106         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24107         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24108         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24109         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24110         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24111         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24112         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24113         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24114         * gst-libs/gst/audio/gstringbuffer.h:
24115         Added audiosource base classes.
24116         Ported alsasrc, still very basic.
24117
24118 2005-07-06  Wim Taymans  <wim@fluendo.com>
24119
24120         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24121         (theora_dec_push), (theora_handle_data_packet):
24122         Prepare for better timestamp fix later.
24123
24124         * gst/audioconvert/gstaudioconvert.c:
24125         List most accurate caps first
24126
24127         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24128         Use proper pad task function.
24129
24130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24131         (gst_xvimagesink_show_frame):
24132         Fix deadlock when alloc failed.
24133
24134 2005-07-05  Andy Wingo  <wingo@pobox.com>
24135
24136         * ext/gnomevfs/gstgnomevfssrc.c:
24137         * gst/sine/gstsinesrc.c:
24138         * gst/tcp/gsttcpserversrc.c:
24139         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24140
24141         * sys/v4l/: Port from 0.8.
24142
24143         * Many files: Null if we got it....
24144
24145 2005-07-05  Andy Wingo  <wingo@pobox.com>
24146
24147         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24148         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24149         Signedness fixes.
24150
24151 2005-07-05  Wim Taymans  <wim@fluendo.com>
24152
24153         * configure.ac:
24154         * gst/tcp/Makefile.am:
24155         * gst/tcp/README:
24156         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24157         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24158         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24159         (is_sync_frame), (gst_multifdsink_handle_client_write),
24160         (gst_multifdsink_render), (gst_multifdsink_start),
24161         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24162         * gst/tcp/gstmultifdsink.h:
24163         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24164         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24165         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24166         * gst/tcp/gsttcp.h:
24167         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24168         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24169         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24170         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24171         * gst/tcp/gsttcpclientsink.h:
24172         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24173         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24174         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24175         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24176         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24177         * gst/tcp/gsttcpclientsrc.h:
24178         * gst/tcp/gsttcpplugin.c: (plugin_init):
24179         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24180         * gst/tcp/gsttcpserversink.h:
24181         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24182         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24183         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24184         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24185         (gst_tcpserversrc_stop):
24186         * gst/tcp/gsttcpserversrc.h:
24187         * gst/tcp/gsttcpsink.c:
24188         * gst/tcp/gsttcpsink.h:
24189         * gst/tcp/gsttcpsrc.c:
24190         * gst/tcp/gsttcpsrc.h:
24191         Ported tcp plugins to 0.9. 
24192         
24193
24194 2005-07-05  Andy Wingo  <wingo@pobox.com>
24195
24196         * gst/playback/gstplaybasebin.c (fill_buffer):
24197         message_new_application fixen.
24198
24199         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24200         Style fix.
24201
24202 2005-07-04  Wim Taymans  <wim@fluendo.com>
24203
24204         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24205         Set caps on output buffer.
24206
24207 2005-07-04  Andy Wingo  <wingo@pobox.com>
24208
24209         * ext/gnomevfs/gstgnomevfssrc.c
24210         (gst_gnomevfssrc_received_headers_callback) 
24211         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24212         hopefully.
24213
24214         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24215         No refcount leakage.
24216
24217         * configure.ac: Enable -Werror.
24218         
24219         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24220         * gst/audioconvert/bufferframesconvert.c
24221         (buffer_frames_convert_fixate):
24222         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24223         (gst_audio_convert_fixate):
24224         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24225         (gst_sinesrc_create): Fixate func changes.
24226         
24227         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24228         (gst_ximagesink_buffer_alloc): Unused var.
24229
24230 2005-07-01  Andy Wingo  <wingo@pobox.com>
24231
24232         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24233         getcaps to do explicit caps. Needs to be done in all decoders,
24234         possibly via a base class.
24235
24236         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24237
24238         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24239         caps on the sink pad, just rely on the pad template. Also, setting
24240         ANY caps on a pad is not valid because the caps are not fixed.
24241
24242         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24243         caps on the buffer, and get the width from the desired_caps if
24244         they're set.
24245         (gst_ximagesink_renegotiate_size): Implement via setting the
24246         desired_caps on the ximagesink.
24247         (gst_ximagesink_setcaps): Only reset the width of the player if it
24248         wasn't already set. Not sure if this is right.
24249         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24250
24251         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24252         that the user wants. NULL unless the window has been resized.
24253
24254         * gst/volume/gstvolume.c (volume_transform): Adapt to
24255         basetransform refcount changes.
24256         
24257 2005-07-01  Andy Wingo  <wingo@pobox.com>
24258
24259         * gst/videoscale/gstvideoscale.c:
24260         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24261         from BaseTransform, implements a transform_caps. Removed dead code
24262         including some PAR stuff that was never reached -- should probably
24263         be added back somehow.
24264
24265 2005-07-01  Andy Wingo  <wingo@pobox.com>
24266
24267         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24268         come later.
24269
24270 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24271
24272         * configure.ac:
24273         * docs/libs/Makefile.am:
24274         * docs/libs/gst-plugins-libs.types:
24275         * ext/alsa/Makefile.am:
24276         * ext/alsa/gstalsamixer.h:
24277         * ext/alsa/gstalsamixeroptions.h:
24278         * ext/alsa/gstalsamixertrack.h:
24279         * gst-libs/gst/Makefile.am:
24280         * gst-libs/gst/colorbalance/.cvsignore:
24281         * gst-libs/gst/colorbalance/Makefile.am:
24282         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24283         * gst-libs/gst/colorbalance/colorbalance.c:
24284         * gst-libs/gst/colorbalance/colorbalance.h:
24285         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24286         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24287         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24288         * gst-libs/gst/interfaces/Makefile.am:
24289         * gst-libs/gst/interfaces/colorbalance.c:
24290         (gst_color_balance_class_init):
24291         * gst-libs/gst/interfaces/colorbalance.h:
24292         * gst-libs/gst/interfaces/interfaces-marshal.list:
24293         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24294         * gst-libs/gst/interfaces/mixer.h:
24295         * gst-libs/gst/interfaces/mixeroptions.h:
24296         * gst-libs/gst/interfaces/navigation.c:
24297         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24298         * gst-libs/gst/interfaces/tuner.h:
24299         * gst/volume/Makefile.am:
24300         * gst/volume/gstvolume.c:
24301         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24302         * sys/ximage/Makefile.am:
24303         * sys/ximage/ximagesink.c:
24304         * sys/xvimage/Makefile.am:
24305         * sys/xvimage/xvimagesink.c:
24306           fold in all interfaces into an interfaces dir, preserving CVS
24307           history
24308
24309 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24310
24311         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24312           Fix build after riff changes.
24313
24314 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24315
24316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24317         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24318         (gst_riff_create_video_template_caps),
24319         (gst_riff_create_audio_template_caps),
24320         (gst_riff_create_iavs_template_caps):
24321         * gst-libs/gst/riff/riff-media.h:
24322         * gst-libs/gst/riff/riff-read.h:
24323         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24324           Add gst_riff_init() to initialize the debug category, instead
24325           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24326
24327 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24328
24329         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24330           Oops, I shouldn't apply hacks.
24331
24332 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24333
24334         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24335           Remove pad_loop function which doesn't work.
24336
24337 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24338
24339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24340           Send EOS when deactivating.
24341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24342         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24343         (gen_preroll_element), (probe_triggered), (mute_stream),
24344         (silence_stream), (new_decoded_pad), (setup_substreams),
24345         (set_active_source):
24346         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24347         (remove_sinks), (add_sink):
24348         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24349           Change for new probe API.
24350
24351 2005-06-29  Wim Taymans  <wim@fluendo.com>
24352
24353         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24354         * gst-libs/gst/audio/gstbaseaudiosink.c:
24355         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24356         (gst_baseaudiosink_change_state):
24357         * gst-libs/gst/audio/gstbaseaudiosink.h:
24358         * gst-libs/gst/audio/gstringbuffer.c:
24359         (gst_ringbuffer_set_callback):
24360         Fix compilation error.
24361         Ringbuffer starts out as not running.
24362         Free our clock in dispose.
24363         When releasing the ringbuffer we need to renegotiate so
24364         clear the pad caps.
24365
24366 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24367
24368         * autogen.sh:
24369         * configure.ac:
24370         * docs/Makefile.am:
24371         * docs/libs/Makefile.am:
24372         * docs/libs/gst-plugins-libs-docs.sgml:
24373         * docs/libs/gst-plugins-libs-sections.txt:
24374         * docs/libs/gst-plugins-libs.types:
24375         * docs/libs/tmpl/gstaudio.sgml:
24376         * docs/libs/tmpl/gstcolorbalance.sgml:
24377         * docs/libs/tmpl/gstringbuffer.sgml:
24378         * gst-libs/gst/audio/gstringbuffer.c:
24379         (gst_ringbuffer_set_callback):
24380           reinstate gtk-doc docs for plugin libs
24381
24382 2005-06-28  Wim Taymans  <wim@fluendo.com>
24383
24384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24385         (gst_ogg_demux_init):
24386         Removed pad loop function.
24387
24388 2005-06-28  Wim Taymans  <wim@fluendo.com>
24389
24390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24391         If we're building a chain we are not in an error case
24392         when we queue a buffer.
24393
24394 2005-06-28  Andy Wingo  <wingo@pobox.com>
24395
24396         * *.c: Don't cast to GstObject before reffing/unreffing.
24397
24398 2005-06-27  Andy Wingo  <wingo@pobox.com>
24399
24400         * gst/videotestsrc/gstvideotestsrc.c
24401         (gst_videotestsrc_activate_push): Activation API changes.
24402
24403         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24404         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24405         they have refs on the decodebin.
24406
24407         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24408         parent class.
24409         (gst_ogg_pad_typefind): Don't leak a pad ref.
24410         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24411         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24412         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24413
24414 2005-06-27  Edward Hervey  <edward@fluendo.com>
24415
24416         * ext/theora/theoradec.c: (theora_dec_change_state): 
24417         re-arranged call to parent's state change in order to avoid locks (or
24418         worse).
24419
24420 2005-06-26  Edward Hervey  <edward@fluendo.com>
24421
24422         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24423         2nd argument of 'unknow-type' signal is a GstCaps and not a
24424         GstMiniObject
24425
24426 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24427         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24428           Set the worker thread's running flag to TRUE before starting the
24429           thread.
24430         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24431           Catch a failure to add typefind to the bin.
24432
24433 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24434
24435         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24436         (gst_sinesrc_init), (gst_sinesrc_create),
24437         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24438         (gst_sinesrc_start):
24439         * gst/sine/gstsinesrc.h:
24440           add num-buffers and timestamp-offset properties
24441         * gst/videotestsrc/gstvideotestsrc.c:
24442         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24443         (gst_videotestsrc_get_property):
24444           add timestamp-offset property
24445
24446 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24447
24448         * configure.ac: add videorate
24449         * gst-plugins-base.spec.in: add videorate
24450
24451 2005-06-23  Wim Taymans  <wim@fluendo.com>
24452
24453         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24454         (gst_videorate_getcaps), (gst_videorate_setcaps),
24455         (gst_videorate_event), (gst_videorate_chain):
24456         Fixed videorate, fixating an already fixated caps is not
24457         an error.
24458
24459 2005-06-23  Wim Taymans  <wim@fluendo.com>
24460
24461         * ext/ogg/README:
24462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24463         Buffer on caps is not boxed anymore.
24464
24465 2005-06-22  Wim Taymans  <wim@fluendo.com>
24466
24467         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24468         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24469         Set buffers on caps as miniobjects and not as boxed.
24470
24471 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24472
24473         * configure.ac:
24474           back to HEAD
24475
24476 === release 0.9.1 ===
24477
24478 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24479
24480         * .cvsignore:
24481         * NEWS:
24482         * README:
24483         * RELEASE:
24484         * configure.ac:
24485         * po/af.po:
24486         * po/az.po:
24487         * po/cs.po:
24488         * po/en_GB.po:
24489         * po/hu.po:
24490         * po/it.po:
24491         * po/nb.po:
24492         * po/nl.po:
24493         * po/or.po:
24494         * po/sq.po:
24495         * po/sr.po:
24496         * po/sv.po:
24497         * po/uk.po:
24498         * po/vi.po:
24499           updates for release
24500
24501 2005-06-09  Andy Wingo  <wingo@pobox.com>
24502
24503         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24504         
24505 2005-06-09  Andy Wingo  <wingo@pobox.com>
24506
24507         * configure.ac:
24508         * gst-libs/gst/Makefile.am:
24509         * gst-libs/gst/net/Makefile.am:
24510         Add gstnet to build.
24511
24512 2005-06-09  Andy Wingo  <wingo@pobox.com>
24513
24514         * gst-libs/gst/gconf/gconf.c:
24515         * gst/playback/test.c:
24516         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24517         fixes.
24518
24519         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24520
24521         * ext/theora/theoraenc.c (theora_enc_chain): 
24522         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24523
24524         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24525         RealPad.
24526
24527 2005-06-02  Wim Taymans  <wim@fluendo.com>
24528
24529         * gst-libs/gst/net/Makefile.am:
24530         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24531         * pkgconfig/gstreamer-libs.pc.in:
24532         Added net stuff, version net lib.
24533
24534 2005-06-02  Wim Taymans  <wim@fluendo.com>
24535
24536         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24537         (query_rates), (query_positions_elems), (query_positions_pads),
24538         (do_seek):
24539         Updated seek example.
24540
24541 2005-06-02  Andy Wingo  <wingo@pobox.com>
24542
24543         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24544         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24545         list.
24546
24547         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24548         remove the typefind, the bin dispose will do it for us. When it's
24549         removed and unreffed, the signal handler will be disconnected,
24550         too.
24551         (unlinked): It's too difficult to disconnect from unlinked
24552         handlers, as they are on pads not elements. Just punt if the pads
24553         aren't grandkids of the bin.
24554
24555 2005-06-02  Wim Taymans  <wim@fluendo.com>
24556
24557         * ext/ogg/README:
24558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24559         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24561         * ext/theora/theoradec.c: (theora_dec_src_query),
24562         (theora_handle_data_packet):
24563         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24564         (theora_enc_chain):
24565         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24566         (vorbis_handle_data_packet):
24567         * gst/audioconvert/bufferframesconvert.c:
24568         (buffer_frames_convert_chain):
24569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24570         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24571         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24572         (gst_ffmpegcsp_chain):
24573         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24574         (gst_videorate_getcaps), (gst_videorate_setcaps),
24575         (gst_videorate_event), (gst_videorate_chain):
24576         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24577         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24578         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24579         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24580         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24581         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24582         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24583         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24584         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24585         Cleanups and buffer alloc.
24586
24587 2005-05-31  Wim Taymans  <wim@fluendo.com>
24588
24589         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24590         Don't try to call the delay method when the device is not
24591         opened.
24592
24593 2005-05-31  Wim Taymans  <wim@fluendo.com>
24594
24595         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24596         Get actual segment size and buffer size after opening
24597         the device.
24598
24599 2005-05-30  Wim Taymans  <wim@fluendo.com>
24600
24601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24602         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24603         Also FLUSH upstream, makes the loop function exit faster.
24604         
24605         * ext/theora/theoradec.c: (theora_dec_src_query):
24606         Some more debug info in the query.
24607         
24608         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24609         (gst_ximagesink_setcaps):
24610         Release lock on par error, better error reporting.
24611
24612 2005-05-26  Wim Taymans  <wim@fluendo.com>
24613
24614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24615         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24616         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24617         Clear chains in READY
24618         Queue packets until the chain is activated.
24619
24620 2005-05-25  Wim Taymans  <wim@fluendo.com>
24621
24622         * gst-libs/gst/audio/gstaudiosink.c:
24623         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24624         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24625         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24626         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24627         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24628         (gst_audiosink_create_ringbuffer):
24629         * gst-libs/gst/audio/gstbaseaudiosink.c:
24630         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24631         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24632         (gst_baseaudiosink_set_property), (build_linear_format),
24633         (debug_spec_caps), (debug_spec_buffer),
24634         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24635         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24636         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24637         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24638         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24639         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24640         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24641         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24642         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24643         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24644         (wait_segment), (gst_ringbuffer_commit),
24645         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24646         (gst_ringbuffer_clear):
24647         Various small cleanups.
24648
24649         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24650         (gst_audio_convert_change_state):
24651         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24652         No need to take the locks anymore.
24653
24654 2005-05-25  Wim Taymans  <wim@fluendo.com>
24655
24656         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24657         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24658         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24659         (type_found):
24660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24661         (group_destroy), (group_commit), (queue_overrun),
24662         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24663         (mute_stream), (new_decoded_pad), (setup_substreams),
24664         (setup_source), (mute_group_type), (set_active_source),
24665         (gst_play_base_bin_change_state):
24666         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24667         (gen_video_element), (gen_text_element), (gen_audio_element),
24668         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24669         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24670         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24671         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24672         Some playbin cleanups mostly refcounting sloppyness.
24673
24674 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24675
24676         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24677           Work with streaming input.
24678
24679 2005-05-25  Wim Taymans  <wim@fluendo.com>
24680
24681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24682         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24683         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24684         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24685         No need to take the STREAM lock anymore.
24686
24687 2005-05-25  Wim Taymans  <wim@fluendo.com>
24688
24689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24690         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24691         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24692         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24693         (gst_ogg_demux_sink_activate):
24694         * ext/theora/theoradec.c: (theora_dec_src_event),
24695         (theora_handle_comment_packet), (theora_dec_chain),
24696         (theora_dec_change_state):
24697         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24698         (vorbis_handle_data_packet), (vorbis_dec_chain),
24699         (vorbis_dec_change_state):
24700         Remove STREAM locks as they are taken in core now.
24701         Never set bogus granulepos on vorbis/theora.
24702         Fix leaks in theoradec tag parsing.
24703
24704 2005-05-25  Wim Taymans  <wim@fluendo.com>
24705
24706         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24707         Fix memleaks, GST_BUFFER_DATA() is not freed.
24708
24709 2005-05-25  Wim Taymans  <wim@fluendo.com>
24710
24711         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24712         Open non-blocking, set to blocking mode afterwards to avoid
24713         lockups when audio device is busy.
24714
24715 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24716
24717         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24718           This can't be good.
24719
24720 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24721
24722         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24723         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24724         (gst_audio_convert_setcaps):
24725           Implement instant setup switching.
24726
24727 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24728
24729         * gst/playback/gstplaybasebin.c: (probe_triggered):
24730           Fix missing unlock.
24731         * gst/playback/gstplaybin.c: (add_sink):
24732           First add, then link (otherwise pad link fails).
24733
24734 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24735
24736         * examples/Makefile.am:
24737         fix buildbot (make distcheck)
24738
24739 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24740
24741         * gst/playback/gstplaybin.c: (gen_vis_element):
24742           Remove some wrong code. Doesn't work yet.
24743
24744 2005-05-19  Wim Taymans  <wim@fluendo.com>
24745
24746         * gst-libs/gst/net/Makefile.am:
24747         * gst-libs/gst/net/README:
24748         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24749         (gst_netbuffer_class_init), (gst_netbuffer_init),
24750         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24751         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24752         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24753         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24754         * gst-libs/gst/net/gstnetbuffer.h:
24755         Added buffer subclass to store extra to/from addresses for
24756         network sources/sinks.
24757
24758 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24759
24760         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24761           Don't lock an unassigned variable.
24762
24763 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24764
24765         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24766           Increase buffer for video, decrease buffer for other media types.
24767         * gst/playback/gstplaybin.c: (gen_video_element),
24768         (gen_audio_element):
24769           Change names for debugging purposes.
24770
24771 2005-05-18  Wim Taymans  <wim@fluendo.com>
24772
24773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24774         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24775         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24776         (gst_ffmpegcsp_chain):
24777         Enable buffer alloc passthrough if the source and dest
24778         formats are the same.
24779
24780 2005-05-17  Wim Taymans  <wim@fluendo.com>
24781
24782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24783         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24784         (gst_ogg_demux_chain_unlocked):
24785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24786         (gst_audio_convert_caps_remove_format_info),
24787         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24788         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24790         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24791         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24792         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24793         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24794         (gst_ffmpegcsp_get_property):
24795         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24796         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24797         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24798         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24799         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24800         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24801         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24802         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24803         Leak fixes in oggdemux.
24804         Some cleanups in audioconvert.
24805         Make passthrough work along with buffer_alloc etc.
24806         Make buffer_alloc and buffer recycling actually work in
24807         xvimagesink.
24808
24809 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24810
24811         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24812           make the compiler happy
24813
24814 2005-05-17  Wim Taymans  <wim@fluendo.com>
24815
24816         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24817         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24818         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24819         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24820         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24821         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24822         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24823         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24824         (gst_xvimagesink_set_xwindow_id):
24825         * sys/xvimage/xvimagesink.h:
24826         Port xvimagesink to new MiniObject.
24827
24828 2005-05-17  Wim Taymans  <wim@fluendo.com>
24829
24830         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24831         (gst_audiofilter_chain):
24832         * gst-libs/gst/audio/gstaudiosink.c:
24833         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24834         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24835         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24836         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24837         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24838         (gst_audiosink_create_ringbuffer):
24839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24840         (gst_audio_convert_caps_remove_format_info),
24841         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24842         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24844         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24845         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24846         Fix passthrough in ffmpegcolorspace.
24847         Fix memset in audiosink on wrong memory.
24848
24849 2005-05-16  David Schleef  <ds@schleef.org>
24850
24851         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24852         to GstMiniObject.
24853
24854 2005-05-16  David Schleef  <ds@schleef.org>
24855
24856         Port from GstData to GstMiniObject.
24857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24859         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24860         (gst_ogg_mux_collected):
24861         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24862         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24863         (theora_handle_data_packet):
24864         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24865         (theora_set_header_on_caps), (theora_enc_chain):
24866         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24867         (vorbis_handle_comment_packet):
24868         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24869         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24870         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24871         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24872         * gst/audioconvert/gstaudioconvert.c:
24873         (gst_audio_convert_get_buffer):
24874         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24875         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24876         (mute_stream), (silence_stream):
24877         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24878         * gst/volume/gstvolume.c: (volume_transform):
24879         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24880         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24881         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24882         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24883         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24884         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24885         (gst_ximagesink_buffer_alloc):
24886         * sys/ximage/ximagesink.h:
24887
24888 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24889
24890         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24891         (fill_buffer), (check_queue), (queue_threshold_reached),
24892         (queue_out_of_data):
24893         * gst/playback/gstplaybasebin.h:
24894           Post buffer-fullness on the bus.
24895
24896 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24897
24898         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24899         (try_to_link_1):
24900         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24901         (group_commit), (probe_triggered), (setup_source),
24902         (gst_play_base_bin_change_state):
24903         * gst/playback/gstplaybasebin.h:
24904         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24905         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24906         (gst_play_bin_change_state):
24907           Move setup_output_pads into a virtual function, remove
24908           group-switch (no longer needed) and redirect (handled by bus
24909           now) signals.
24910
24911 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24912
24913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24914         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24915         (get_active_group), (get_building_group), (group_destroy),
24916         (group_commit), (check_queue), (queue_overrun),
24917         (queue_threshold_reached), (queue_out_of_data),
24918         (gen_preroll_element), (remove_groups), (unknown_type),
24919         (add_element_stream), (no_more_pads), (probe_triggered),
24920         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24921         (setup_substreams), (setup_source), (finish_source),
24922         (prepare_output), (muted_group_change_state),
24923         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24924         (gst_play_base_bin_change_state):
24925         * gst/playback/gstplaybasebin.h:
24926         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24927         (gst_play_bin_init), (gst_play_bin_set_property),
24928         (gen_video_element), (gen_text_element), (gen_audio_element),
24929         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24930         (gst_play_bin_change_state):
24931         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24932         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24933         (stream_info_change_state), (gst_stream_info_set_mute),
24934         (gst_stream_info_get_property):
24935         * gst/playback/gststreaminfo.h:
24936         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24937         (gst_stream_selector_get_linked_pad),
24938         (gst_stream_selector_getcaps),
24939         (gst_stream_selector_get_linked_pads),
24940         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24941         * gst/playback/gststreamselector.h:
24942           Rough port of playbin. Needs some more work, but is mostly done,
24943           and uses a few locks in important places, which should make stuff
24944           like chain-switches clean. Still uses GST_STATE() in a few places,
24945           which isn't all that good an idea, subtitles/elements disabled
24946           because no elements to test with and thus probably broken, query
24947           and event handling moved to GstBin, internal thread removed
24948           alltogether because the pipeline does that for us now. Can play
24949           Ogg/Vorbis files. Haven't tested anything else yet.
24950
24951 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24952
24953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24954           Do no-more-pads (needed for autoplugging).
24955
24956 2005-05-10  Andy Wingo  <wingo@pobox.com>
24957
24958         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24959         message to the bus with the tags. Still not sent downstream tho.
24960
24961         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24962         get_parent.
24963         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24964         avoid refcounting hassles.
24965
24966 2005-05-09  Andy Wingo  <wingo@pobox.com>
24967
24968         * gst/volume/Makefile.am:
24969         * gst/volume/demo.c
24970         * gst/volume/gstvolume.h
24971         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24972         basetransform. Probably need an audio filter base class.
24973
24974 2005-05-09  Wim Taymans  <wim@fluendo.com>
24975
24976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24977         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24978         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24979         (gst_vorbisenc_chain):
24980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24981         (gst_audio_convert_caps_remove_format_info),
24982         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24983         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24984         Make caps writable before writing to it.
24985         Fix negotiation in audioconvert some more.
24986
24987 2005-05-09  Wim Taymans  <wim@fluendo.com>
24988
24989         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24990         (gst_videorate_getcaps), (gst_videorate_setcaps),
24991         (gst_videorate_event), (gst_videorate_chain):
24992         Better negotiation.
24993
24994 2005-05-09  Wim Taymans  <wim@fluendo.com>
24995
24996         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24997         (gst_videorate_getcaps), (gst_videorate_setcaps),
24998         (gst_videorate_blank_data), (gst_videorate_init),
24999         (gst_videorate_event), (gst_videorate_chain),
25000         (gst_videorate_change_state):
25001         Port videorate, do a better job at negotiation while we're at
25002         it.
25003
25004 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25005
25006         * configure.ac:
25007           Disable libvisual
25008
25009         * examples/Makefile.am:
25010         * gst-libs/gst/audio/Makefile.am:
25011         * gst-libs/gst/riff/Makefile.am:
25012         * gst-libs/gst/tag/Makefile.am:
25013         * gst-libs/gst/video/Makefile.am:
25014           Fixups for missing variables.
25015
25016 2005-05-09  Wim Taymans  <wim@fluendo.com>
25017
25018         * examples/seeking/seek.c: (make_theora_pipeline),
25019         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25020         (query_rates), (query_positions_elems), (query_positions_pads),
25021         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25023         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25024         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25025         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25026         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25028         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25029         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25030         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25031         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25032         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25033         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25034         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25035         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25036         (theora_dec_src_convert), (theora_dec_sink_convert),
25037         (theora_dec_src_query), (theora_dec_sink_query),
25038         (theora_dec_src_event), (theora_dec_sink_event),
25039         (theora_handle_comment_packet), (theora_handle_type_packet),
25040         (theora_handle_header_packet), (theora_handle_data_packet),
25041         (theora_dec_chain):
25042         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25043         (vorbis_dec_convert), (vorbis_dec_src_query),
25044         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25045         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25046         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25047         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25048         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25049         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25050         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25051         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25052         (gst_play_bin_query):
25053         * gst/playback/test3.c: (update_scale):
25054         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25055         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25056         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25057         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25058         (gst_videotestsrc_src_query):
25059         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25060         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25061         (paint_hline_YUV9):
25062         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25063         Port to new query API.
25064         Updated seek.
25065         Cleanups in x[v]imagesink
25066
25067 2005-05-09  Andy Wingo  <wingo@pobox.com>
25068
25069         * ext/alsa/gstalsasink.h:
25070         * ext/gnomevfs/gstgnomevfssrc.c:
25071         (gst_gnomevfssrc_get_icy_metadata):
25072         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25073         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25074         * ext/theora/theoradec.c (theora_dec_src_query)
25075         (theora_dec_src_event, theora_dec_sink_event)
25076         (theora_handle_comment_packet, theora_handle_data_packet):
25077         * ext/theora/theoraenc.c (theora_enc_chain):
25078         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25079         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25080         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25081         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25082         (qt_type_find):
25083         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25084         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25085         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25086         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25087         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25088         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25089         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25090         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25091         (paint_setup_RGB565, paint_setup_xRGB1555):
25092         * gst/videotestsrc/videotestsrc.h:
25093         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25094         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25095         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25096         GCC4 fixes.
25097         
25098         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25099         gst_pad_query_position. Fixes oggdemux.
25100
25101 2005-05-08  David Schleef  <ds@schleef.org>
25102
25103         * configure.ac: Require liboil.
25104         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25105         a few more.
25106         * gst/videotestsrc/videotestsrc.c:
25107         * gst/videotestsrc/videotestsrc.h:
25108
25109 2005-05-06  Wim Taymans  <wim@fluendo.com>
25110
25111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25112         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25113         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25114         Well, unreffing a buffer right before pushing it is asking
25115         for trouble..
25116
25117 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25118
25119         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25120
25121 2005-05-06  Wim Taymans  <wim@fluendo.com>
25122
25123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25124         (gst_audio_convert_caps_remove_format_info),
25125         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25126         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25128         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25129         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25130         * gst/sine/Makefile.am:
25131         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25132         (gst_sinesrc_class_init), (gst_sinesrc_init),
25133         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25134         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25135         (gst_sinesrc_update_freq):
25136         * gst/sine/gstsinesrc.h:
25137         * gst/tcp/gstmultifdsink.c:
25138         * sys/xvimage/xvimagesink.c:
25139         Fixed negotiation wrt _peer_get_caps()
25140         Some cleanups.
25141
25142
25143 2005-05-06  Wim Taymans  <wim@fluendo.com>
25144
25145         * gst-libs/gst/audio/gstaudiosink.c:
25146         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25147         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25148         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25149         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25150         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25151         (gst_audiosink_create_ringbuffer):
25152         * gst-libs/gst/audio/gstbaseaudiosink.c:
25153         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25154         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25155         (gst_baseaudiosink_set_property), (build_linear_format),
25156         (debug_spec_caps), (debug_spec_buffer),
25157         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25158         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25159         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25160         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25161         * gst-libs/gst/audio/gstbaseaudiosink.h:
25162         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25163         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25164         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25165         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25166         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25167         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25168         (wait_segment), (gst_ringbuffer_commit),
25169         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25170         (gst_ringbuffer_clear):
25171         * gst-libs/gst/audio/gstringbuffer.h:
25172         Make the base audiosink return an error when there is no
25173         audiobuffer negotiated.
25174
25175 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25176
25177         * ext/Makefile.am:
25178         Disable cdparanoia until someone ports it!
25179
25180 2005-05-06  Wim Taymans  <wim@fluendo.com>
25181
25182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25183         (gst_ogg_demux_sink_activate):
25184         And revert after wingo's revert.. sigh..
25185
25186 2005-05-05  Andy Wingo  <wingo@pobox.com>
25187
25188         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25189         GObject.
25190         * configure.ac: Return audiorate and subparse from the ghetto.
25191         Re-enable -Wall -Werror.
25192         * gst/subparse/gstsubparse.c:
25193         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25194         or chain-based. Cleaned up a bit. Not tested.
25195         
25196 2005-05-05  Christian Schaller <christian@fluendo.com> 
25197
25198         * Makefile.am: remove stuff that is not building
25199         * configure.ac: remove stuff that is not building
25200         * examples/Makefile.am: remove stuff that is not building
25201         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25202         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25203         * sys/Makefile.am: remove stuff that is not building
25204         * testsuite/Makefile.am: remove stuff that is not building
25205
25206 2005-05-05  Andy Wingo  <wingo@pobox.com>
25207
25208         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25209         * gst-libs/gst/tag/gstvorbistag.c:
25210         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25211         * gst/adder/gstadder.h:
25212         * gst/audioconvert/gstchannelmix.c:
25213         (gst_audio_convert_fill_one_other):
25214         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25215         (gst_audiorate_init), (gst_audiorate_chain):
25216         * gst/playback/gstplaybasebin.c: (setup_source):
25217         * gst/playback/test3.c: (update_scale):
25218         Some GCC4 fixes
25219         
25220         * po/af.po:
25221         * po/az.po:
25222         * po/cs.po:
25223         * po/en_GB.po:
25224         * po/hu.po:
25225         * po/it.po:
25226         * po/nb.po:
25227         * po/nl.po:
25228         * po/or.po:
25229         * po/sq.po:
25230         * po/sr.po:
25231         * po/sv.po:
25232         * po/uk.po:
25233         * po/vi.po: Foo
25234
25235 2005-05-05  Wim Taymans  <wim@fluendo.com>
25236
25237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25238         (gst_audio_convert_caps_remove_format_info),
25239         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25240         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25241         * gst/videotestsrc/gstvideotestsrc.c:
25242         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25243         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25244         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25245         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25246         Don't ignore _push() return values.
25247         Make sure no processing is done when shutting down.
25248         Videotestsrc pad activation fix.
25249
25250 2005-05-05  Wim Taymans  <wim@fluendo.com>
25251
25252         * gst/adder/Makefile.am:
25253         * gst/adder/gstadder.c: (gst_adder_setcaps),
25254         (gst_adder_class_init), (gst_adder_init),
25255         (gst_adder_request_new_pad), (gst_adder_collected),
25256         (gst_adder_change_state):
25257         * gst/adder/gstadder.h:
25258         Ported adder as an example of a mixer element using
25259         collect pads. Needs more negotiation work.
25260
25261 2005-05-05  Wim Taymans  <wim@fluendo.com>
25262
25263         * ext/theora/theoradec.c: (_inc_granulepos),
25264         (theora_dec_src_event), (theora_dec_sink_event),
25265         (theora_handle_comment_packet), (theora_handle_type_packet),
25266         (theora_handle_header_packet), (theora_handle_data_packet),
25267         (theora_dec_chain):
25268         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25269         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25270         (theora_push_buffer), (theora_push_packet),
25271         (theora_enc_sink_event), (theora_enc_chain),
25272         (theora_enc_change_state), (theora_enc_set_property),
25273         (theora_enc_get_property):
25274         Added stream lock to decoder so that we can serialize
25275         the discont event.
25276         More theoraenc porting, recover from errors, do clean
25277         shutdown.
25278
25279 2005-05-05  Wim Taymans  <wim@fluendo.com>
25280
25281         * ext/ogg/Makefile.am:
25282         * ext/ogg/README:
25283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25284         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25285         (gst_ogg_print):
25286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25287         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25288         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25289         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25290         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25291         (gst_ogg_mux_change_state):
25292         Ported ogg muxer.
25293
25294 2005-05-05  Wim Taymans  <wim@fluendo.com>
25295
25296         * docs/design-audiosinks.txt:
25297         * gst-libs/gst/audio/TODO:
25298         * gst-libs/gst/audio/gstaudiosink.c:
25299         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25300         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25301         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25302         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25303         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25304         (gst_audiosink_create_ringbuffer):
25305         * gst-libs/gst/audio/gstbaseaudiosink.c:
25306         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25307         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25308         (gst_baseaudiosink_set_property), (build_linear_format),
25309         (debug_spec_caps), (debug_spec_buffer),
25310         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25311         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25312         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25313         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25314         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25315         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25316         (gst_ringbuffer_release), (gst_ringbuffer_play),
25317         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25318         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25319         (gst_ringbuffer_set_sample), (wait_segment),
25320         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25321         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25322         More work on the audiosink, mostly debugging and a race in
25323         shutdown.
25324
25325 2005-04-28  Wim Taymans  <wim@fluendo.com>
25326
25327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25328         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25329         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25330         (vorbis_dec_src_query), (vorbis_dec_src_event),
25331         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25332         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25333         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25334         Don't crap out when seeking back to position 0.
25335
25336 2005-04-28  Wim Taymans  <wim@fluendo.com>
25337
25338         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25339         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25340         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25341         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25342         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25343         Make audio sink configurable, use alsasink as default.
25344
25345 2005-04-28  Wim Taymans  <wim@fluendo.com>
25346
25347         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25348         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25349         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25350         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25351         (vorbis_dec_change_state):
25352         * ext/vorbis/vorbisdec.h:
25353         Refactor, use STREAM_LOCK.
25354
25355 2005-04-28  Wim Taymans  <wim@fluendo.com>
25356
25357         * ext/theora/theoradec.c: (_inc_granulepos),
25358         (theora_dec_sink_event), (theora_handle_comment_packet),
25359         (theora_handle_type_packet), (theora_handle_header_packet),
25360         (theora_handle_data_packet), (theora_dec_chain),
25361         (theora_dec_change_state):
25362         Refactor a bit, use STREAM_LOCK.
25363
25364 2005-04-28  Wim Taymans  <wim@fluendo.com>
25365
25366         * ext/alsa/Makefile.am:
25367         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25368         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25369         (gst_alsa_link), (gst_alsa_close_audio):
25370         * ext/alsa/gstalsaplugin.c: (plugin_init):
25371         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25372         (gst_alsasink_dispose), (gst_alsasink_base_init),
25373         (gst_alsasink_class_init), (gst_alsasink_init),
25374         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25375         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25376         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25377         (gst_alsasink_reset):
25378         * ext/alsa/gstalsasink.h:
25379         Implement alsasink with simple open/write/close API. 
25380         Make alsa dir build by disabling compilation of code.
25381
25382 2005-04-28  Wim Taymans  <wim@fluendo.com>
25383
25384         * gst-libs/gst/audio/Makefile.am:
25385         * gst-libs/gst/audio/audio.h:
25386         * gst-libs/gst/audio/audioclock.c:
25387         * gst-libs/gst/audio/audioclock.h:
25388         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25389         (gst_audio_clock_class_init), (gst_audio_clock_init),
25390         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25391         * gst-libs/gst/audio/gstaudioclock.h:
25392         * gst-libs/gst/audio/gstaudiosink.c:
25393         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25394         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25395         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25396         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25397         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25398         (gst_audiosink_create_ringbuffer):
25399         * gst-libs/gst/audio/gstbaseaudiosink.c:
25400         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25401         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25402         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25403         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25404         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25405         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25406         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25407         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25408         * gst-libs/gst/audio/gstbaseaudiosink.h:
25409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25410         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25411         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25412         (gst_ringbuffer_release), (gst_ringbuffer_play),
25413         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25414         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25415         (gst_ringbuffer_set_sample), (wait_segment),
25416         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25417         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25418         * gst-libs/gst/audio/gstringbuffer.h:
25419         Make ringbuffer faster and more simple by removing the locks
25420         in the playback thread.
25421         Add sample accurate playback based on buffer sample offsets.
25422         Make the baseaudiosink provide a clock.
25423         Parse caps in the base class.
25424         Correctly handle seeking, flushing and state changes.
25425
25426 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25427
25428         * configure.ac:
25429         * gst/audioconvert/Makefile.am:
25430         * gst/audioscale/Makefile.am:
25431           Fix part of the build.  Come on guys, autogen didn't even work :)
25432
25433 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25434
25435         * configure.ac:
25436         * gst-libs/gst/Makefile.am:
25437         * gst-libs/gst/media-info/.cvsignore:
25438         * gst-libs/gst/media-info/Makefile.am:
25439         * gst-libs/gst/media-info/README:
25440         * gst-libs/gst/media-info/media-info-priv.c:
25441         * gst-libs/gst/media-info/media-info-priv.h:
25442         * gst-libs/gst/media-info/media-info-test.c:
25443         * gst-libs/gst/media-info/media-info.c:
25444         * gst-libs/gst/media-info/media-info.h:
25445         * gst-libs/gst/media-info/media-info.vcproj:
25446         * pkgconfig/Makefile.am:
25447         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25448         * pkgconfig/gstreamer-media-info.pc.in:
25449           Remove media-info, which is also successed by playbin (see Totem
25450           implementation).
25451
25452 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25453
25454         * configure.ac:
25455         * examples/Makefile.am:
25456         * examples/gstplay/.cvsignore:
25457         * examples/gstplay/Makefile.am:
25458         * examples/gstplay/player.c:
25459         * gst-libs/gst/Makefile.am:
25460         * gst-libs/gst/play/.cvsignore:
25461         * gst-libs/gst/play/Makefile.am:
25462         * gst-libs/gst/play/play.c:
25463         * gst-libs/gst/play/play.h:
25464         * gst-libs/gst/play/play.vcproj:
25465         * pkgconfig/Makefile.am:
25466         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25467         * pkgconfig/gstreamer-play.pc.in:
25468           Remove libgstplay, playbin is now the official successor.
25469
25470 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25471
25472         * configure.ac:
25473         * gst-libs/gst/Makefile.am:
25474         * gst-libs/gst/xwindowlistener/Makefile.am:
25475         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25476         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25477           Remove deprecated xwindowlistener (I've moved xwindowlistening
25478           in the v4l/v4l2 plugins over to serverside).
25479
25480 2005-04-25  David Schleef  <ds@schleef.org>
25481
25482         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25483         to examples/dynparams.  Examples do not belong interspersed with
25484         source code.
25485         * examples/dynparams/demo-dparams.c:
25486         * gst/sine/Makefile.am:
25487         * gst/sine/demo-dparams.c:
25488
25489 2005-04-25  David Schleef  <ds@schleef.org>
25490
25491         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25492         * gst-libs/gst/audio/Makefile.am:
25493         * gst-libs/gst/riff/Makefile.am:
25494         * gst-libs/gst/tag/Makefile.am:
25495         * gst-libs/gst/video/Makefile.am:
25496         * gst-libs/gst/xwindowlistener/Makefile.am:
25497
25498         Convert to 0.9 API, seems to work:
25499         * sys/ximage/Makefile.am:
25500         * sys/ximage/ximagesink.c:
25501
25502 2005-04-24  David Schleef  <ds@schleef.org>
25503
25504         Link plugins against libraries:
25505         * ext/alsa/Makefile.am:
25506         * gst/tcp/Makefile.am:
25507
25508         Remove asm code that should be in liboil
25509         * gst/videoscale/Makefile.am:
25510         * gst/videoscale/videoscale_x86_asm.s:
25511
25512         gettext wants these checked in:
25513         * po/af.po:
25514         * po/az.po:
25515         * po/cs.po:
25516         * po/en_GB.po:
25517         * po/hu.po:
25518         * po/it.po:
25519         * po/nb.po:
25520         * po/nl.po:
25521         * po/or.po:
25522         * po/sq.po:
25523         * po/sr.po:
25524         * po/sv.po:
25525         * po/uk.po:
25526         * po/vi.po:
25527
25528 2005-04-24  David Schleef  <ds@schleef.org>
25529
25530         Convert gst_main() to g_main_loop_run()
25531         * gst/playback/decodetest.c: (main):
25532         * gst/playback/test2.c: (main):
25533         * gst/playback/test3.c: (main):
25534         * gst/playback/test4.c: (main):
25535
25536         Link plugins against libraries:
25537         * ext/libvisual/Makefile.am:
25538         * sys/xvimage/Makefile.am:
25539
25540 2005-04-24  David Schleef  <ds@schleef.org>
25541
25542         * configure.ac: Remove idct and resample libs
25543         * gst-libs/gst/Makefile.am: same
25544
25545         Remove usage of gst_library_load():
25546         * ext/alsa/gstalsaplugin.c: (plugin_init):
25547         * ext/libvisual/visual.c: (plugin_init):
25548         * ext/ogg/gstogg.c: (plugin_init):
25549         * ext/theora/theora.c: (plugin_init):
25550         * ext/vorbis/vorbis.c: (plugin_init):
25551         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25552         * gst/audioscale/gstaudioscale.c:
25553         * gst/adder/gstadder.c: (plugin_init):
25554         * gst/audioconvert/plugin.c: (plugin_init):
25555         * sys/ximage/ximagesink.c: (plugin_init):
25556         * sys/xvimage/xvimagesink.c: (plugin_init):
25557         * gst/tcp/gsttcpplugin.c: (plugin_init):
25558
25559         Link plugins against libraries:
25560         * ext/ogg/Makefile.am:
25561         * ext/theora/Makefile.am:
25562         * ext/vorbis/Makefile.am:
25563         * gst/audioconvert/Makefile.am:
25564
25565         Create proper libraries:
25566         * gst-libs/gst/riff/Makefile.am:
25567         * gst-libs/gst/audio/Makefile.am:
25568         * gst-libs/gst/video/Makefile.am:
25569
25570         Move resample library to audioscale plugin directory:
25571         * gst-libs/gst/resample/Makefile.am:
25572         * gst-libs/gst/resample/README:
25573         * gst-libs/gst/resample/dtof.c:
25574         * gst-libs/gst/resample/dtos.c:
25575         * gst-libs/gst/resample/functable.c:
25576         * gst-libs/gst/resample/private.h:
25577         * gst-libs/gst/resample/resample.c:
25578         * gst-libs/gst/resample/resample.h:
25579         * gst-libs/gst/resample/resample.vcproj:
25580         * gst-libs/gst/resample/test.c:
25581         * gst/audioscale/Makefile.am:
25582         * gst/audioscale/README:
25583         * gst/audioscale/dtof.c:
25584         * gst/audioscale/dtos.c:
25585         * gst/audioscale/functable.c:
25586         * gst/audioscale/private.h:
25587         * gst/audioscale/resample.c:
25588         * gst/audioscale/resample.h:
25589         * gst/audioscale/test.c:
25590
25591         Move tagedit library to gst-libs:
25592         * gst-libs/gst/tag/Makefile.am:
25593         * gst-libs/gst/tag/gstid3tag.c:
25594         * gst-libs/gst/tag/gsttagediting.c:
25595         * gst-libs/gst/tag/gsttageditingprivate.h:
25596         * gst-libs/gst/tag/gstvorbistag.c:
25597         * gst/tags/Makefile.am:
25598         * gst/tags/gstid3tag.c:
25599         * gst/tags/gstvorbistag.c:
25600
25601         Fix for core changes:
25602         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25603         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25604         (gst_sinesrc_getrange):
25605
25606 2005-04-23  David Schleef  <ds@schleef.org>
25607
25608         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25609         in gst-plugins in a long time, and properly belongs in liboil.
25610         * gst-libs/gst/idct/Makefile.am:
25611         * gst-libs/gst/idct/README:
25612         * gst-libs/gst/idct/dct.h:
25613         * gst-libs/gst/idct/doieee:
25614         * gst-libs/gst/idct/fastintidct.c:
25615         * gst-libs/gst/idct/floatidct.c:
25616         * gst-libs/gst/idct/idct.c:
25617         * gst-libs/gst/idct/idct.h:
25618         * gst-libs/gst/idct/idtc.vcproj:
25619         * gst-libs/gst/idct/ieeetest.c:
25620         * gst-libs/gst/idct/intidct.c:
25621
25622 2005-04-20  Wim Taymans  <wim@fluendo.com>
25623
25624         * docs/design-audiosinks.txt:
25625         * gst-libs/gst/audio/Makefile.am:
25626         * gst-libs/gst/audio/TODO:
25627         * gst-libs/gst/audio/gstaudiosink.c:
25628         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25629         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25630         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25631         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25632         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25633         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25634         (gst_audiosink_class_init), (gst_audiosink_init),
25635         (gst_audiosink_create_ringbuffer):
25636         * gst-libs/gst/audio/gstaudiosink.h:
25637         * gst-libs/gst/audio/gstbaseaudiosink.c:
25638         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25639         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25640         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25641         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25642         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25643         (gst_baseaudiosink_create_ringbuffer),
25644         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25645         * gst-libs/gst/audio/gstbaseaudiosink.h:
25646         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25647         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25648         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25649         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25650         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25651         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25652         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25653         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25654         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25655         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25656         * gst-libs/gst/audio/gstringbuffer.h:
25657         An attempt at a set of audio base classes together with some
25658         design docs.
25659
25660 2005-04-20  Wim Taymans  <wim@fluendo.com>
25661
25662         * gst/audioconvert/Makefile.am:
25663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25664         (gst_audio_convert_caps_remove_format_info),
25665         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25666         (gst_audio_convert_channels):
25667         Link against audio libs.
25668         Fix audio convert plugin.
25669
25670 2005-04-20  Wim Taymans  <wim@fluendo.com>
25671
25672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25673         (gst_ogg_demux_sink_activate):
25674         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25675         (theora_set_header_on_caps), (theora_enc_sink_event),
25676         (theora_enc_chain):
25677         Fix theora encoder.
25678
25679 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25680
25681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25682         * gst/playback/gstdecodebin.c: (find_compatibles):
25683           Work with staticpadtemplates in elementfactories.
25684
25685 2005-04-12  Wim Taymans  <wim@fluendo.com>
25686
25687         * gst/playback/README:
25688         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25689         (compare_ranks), (print_feature), (gst_decode_bin_init),
25690         (dynamic_create), (dynamic_free), (find_compatibles),
25691         (mimetype_is_raw), (close_pad_link), (got_redirect),
25692         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25693         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25694         (gst_decode_bin_change_state):
25695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25696         (gst_play_base_bin_init), (group_destroy), (group_commit),
25697         (check_queue), (queue_overrun), (queue_threshold_reached),
25698         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25699         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25700         (got_redirect), (setup_source), (play_base_eos),
25701         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25702         (gst_play_base_bin_remove_element):
25703         * gst/playback/gstplaybasebin.h:
25704         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25705         (gst_play_bin_init), (gst_play_bin_dispose),
25706         (gst_play_bin_set_property), (gen_video_element),
25707         (gen_text_element), (gen_audio_element), (remove_sinks),
25708         (gst_play_bin_send_event):
25709         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25710         (stream_info_change_state), (gst_stream_info_set_mute):
25711         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25712         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25713         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25714         (gst_stream_selector_chain):
25715         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25716         (main):
25717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25718         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25719         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25720         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25721         Raw and crude port of decodebin. 
25722         Make playbin compile.
25723
25724 2005-04-06  Wim Taymans  <wim@fluendo.com>
25725
25726         * ext/gnomevfs/Makefile.am:
25727         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25728         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25729         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25730         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25731         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25732         (gst_gnomevfssrc_stop):
25733         * ext/ogg/Makefile.am:
25734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25735         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25736         * ext/theora/Makefile.am:
25737         * ext/theora/theoradec.c: (_inc_granulepos),
25738         (theora_dec_sink_event), (theora_dec_chain):
25739         * ext/vorbis/Makefile.am:
25740         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25741         (vorbis_dec_sink_event), (vorbis_dec_chain):
25742         * gst-libs/gst/audio/Makefile.am:
25743         * sys/xvimage/Makefile.am:
25744         Make gnomevfssrc extend the source base class.
25745         Fix linking against libs in various plugins.
25746
25747 2005-04-06  Andy Wingo  <wingo@pobox.com>
25748
25749         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25750         GST_BASE_LIBS.
25751
25752         * configure.ac: Add check and AC_SUBST for libgstbase.
25753
25754 2005-03-31  Wim Taymans  <wim@fluendo.com>
25755
25756         * examples/seeking/Makefile.am:
25757         * examples/seeking/cdparanoia.c: (main):
25758         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25759         (play_cb), (pause_cb), (stop_cb), (main):
25760         * examples/seeking/playbin.c:
25761         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25762         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25763         (make_sid_pipeline), (make_vorbis_pipeline),
25764         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25765         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25766         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25767         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25768         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25769         (stop_cb), (main):
25770         * examples/seeking/spider_seek.c:
25771         * examples/seeking/vorbisfile.c:
25772         * ext/gnomevfs/Makefile.am:
25773         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25774         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25775         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25776         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25777         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25778         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25779         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25780         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25781         * ext/ogg/README:
25782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25783         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25784         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25785         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25786         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25787         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25788         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25789         (gst_ogg_demux_factory_filter), (compare_ranks),
25790         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25791         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25792         (gst_ogg_chain_new), (gst_ogg_chain_free),
25793         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25794         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25795         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25796         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25797         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25798         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25799         (gst_ogg_demux_get_prev_page),
25800         (gst_ogg_demux_deactivate_current_chain),
25801         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25802         (gst_ogg_demux_bisect_forward_serialno),
25803         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25804         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25805         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25806         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25807         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25808         (gst_ogg_demux_change_state), (gst_ogg_print):
25809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25810         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25811         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25812         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25813         (gst_ogg_mux_loop):
25814         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25815         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25816         (theora_dec_src_convert), (theora_dec_sink_convert),
25817         (theora_dec_src_query), (theora_dec_src_event),
25818         (theora_dec_sink_event), (theora_dec_chain),
25819         (theora_dec_change_state):
25820         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25821         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25822         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25823         (theora_enc_change_state):
25824         * ext/vorbis/Makefile.am:
25825         * ext/vorbis/oggvorbisenc.c:
25826         * ext/vorbis/oggvorbisenc.h:
25827         * ext/vorbis/vorbis.c: (plugin_init):
25828         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25829         (vorbis_dec_src_query), (vorbis_dec_src_event),
25830         (vorbis_dec_sink_event), (vorbis_dec_chain),
25831         (vorbis_dec_change_state):
25832         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25833         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25834         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25835         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25836         (gst_vorbisenc_change_state):
25837         * ext/vorbis/vorbisenc.h:
25838         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25839         * gst-libs/gst/audio/audioclock.c:
25840         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25841         (gst_audiofilter_init), (gst_audiofilter_chain):
25842         * gst-libs/gst/audio/testchannels.c: (main):
25843         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25844         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25845         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25846         (gmip_find_track_streaminfo), (gmip_find_track_format):
25847         * gst-libs/gst/media-info/media-info.c:
25848         (gst_media_info_read_idler):
25849         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25850         (gst_play_get_all_by_interface):
25851         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25852         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25853         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25854         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25855         (gst_riff_parse_info):
25856         * gst-libs/gst/riff/riff-read.h:
25857         * gst-libs/gst/riff/riff.c: (plugin_init):
25858         * gst-libs/gst/video/Makefile.am:
25859         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25860         (gst_videosink_class_init), (gst_videosink_get_type):
25861         * gst-libs/gst/video/videosink.h:
25862         * gst/audioconvert/bufferframesconvert.c:
25863         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25864         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25865         * gst/audioconvert/channelmixtest.c: (main):
25866         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25867         (gst_audio_convert_chain),
25868         (gst_audio_convert_caps_remove_format_info),
25869         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25870         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25871         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25872         (gst_audio_convert_buffer_to_default_format),
25873         (gst_audio_convert_buffer_from_default_format),
25874         (gst_audio_convert_channels):
25875         * gst/audioconvert/gstchannelmix.h:
25876         * gst/ffmpegcolorspace/avcodec.h:
25877         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25878         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25879         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25880         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25881         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25882         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25883         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25884         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25885         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25886         (dv_type_find):
25887         * gst/videotestsrc/gstvideotestsrc.c:
25888         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25889         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25890         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25891         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25892         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25893         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25894         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25896         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25897         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25898         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25899         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25900         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25901         (gst_xvimagesink_navigation_send_event),
25902         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25903         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25904         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25905         * sys/xvimage/xvimagesink.h:
25906         Plugin port to 0.9, ogg/theora playback should work in the seek
25907         example now.
25908         Removed old examples.
25909         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25910         explained in 0.9 TODO doc.
25911
25912
25913 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25914
25915         * autogen.sh:
25916         * configure.ac:
25917         * ext/Makefile.am:
25918         * gst/Makefile.am:
25919         * po/POTFILES.in:
25920         * po/af.po:
25921         * po/az.po:
25922         * po/cs.po:
25923         * po/en_GB.po:
25924         * po/hu.po:
25925         * po/it.po:
25926         * po/nb.po:
25927         * po/nl.po:
25928         * po/or.po:
25929         * po/sq.po:
25930         * po/sr.po:
25931         * po/sv.po:
25932         * po/uk.po:
25933         * po/vi.po:
25934         * sys/Makefile.am:
25935         * testsuite/Makefile.am:
25936           remove a whole bunch of plugins.  This module now contains a set
25937           of free reference plugins/elements as agreed.
25938
25939 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25940
25941         * configure.ac:
25942           hunting season on 0.9 is now OPEN
25943
25944 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25945
25946         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25947           Kick the hell out of gcc for not warning me about a symbol conflict.
25948
25949 2005-02-22  Luca Ognibene  <luogni@tin.it>
25950
25951         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25952
25953         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25954           Don't leak caps string (fixes #168134)
25955
25956         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25957         (gst_jpegenc_init), (gst_jpegenc_finalize),
25958         (gst_jpegenc_change_state):
25959           Don't leak line buffers and context struct (fixes #168133).
25960
25961 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25962
25963         * configure.ac:
25964         * ext/dirac/gstdiracdec.cc:
25965         (gst_diracdec_chain):
25966           Since dirac 0.5.0 the framerate in dirac is expressed as a
25967           rational number. Fix build and up requirement to 0.5.0, and
25968           also pass parameters to gst_diracdec_link in the right order
25969           (fixes #167959).
25970
25971 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25972
25973         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25974         * ext/faad/gstfaad.h:
25975         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25976         certain invalid muxed streams, where some packets will contain 
25977         junk after decoder data. Partially fixes #149158.
25978
25979 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25980         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25981           Make sure we only write to writable buffers
25982
25983 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25984
25985         * gst-libs/gst/riff/riff-media.c:
25986         (gst_riff_create_audio_caps_with_data):
25987           Do actually fix invalid RIFF fmt header values for alaw
25988           and mulaw audio instead of just saying so.
25989
25990         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25991           Give gst_riff_create_audio_caps_with_data() a chance to
25992           fix up broken format header fields before extracting any
25993           parameters from the header. (fixes #167633)
25994
25995 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25996
25997         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25998
25999         * gst/audioconvert/bufferframesconvert.c:
26000         (buffer_frames_convert_link):
26001           Don't leak othercaps. (fixes #167878)
26002
26003 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26004
26005         * configure.ac:
26006         * ext/libvisual/visual.c: (gst_visual_srclink),
26007         (gst_visual_change_state):
26008           Support libvisual 0.2.0.
26009
26010 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26011
26012         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26013         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26014           Use same rowstrides for I420 as used everywhere else.
26015
26016 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26017
26018         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26019           Declare variables at beginning of block and make gcc-2.95 happy
26020           (fixes # 167482, patch by Gergely Nagy).
26021           
26022         * gst/tcp/gsttcpclientsrc.c:
26023         * gst/tcp/gsttcpclientsrc.h:
26024           Move some includes into the header, so that struct sockaddr_in is
26025           defined when it should be defined on FreeBSD as well (fixes
26026           #167483).
26027           
26028         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26029           Don't pass uninitialised values to setsockopt() here either.
26030
26031 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26032
26033         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26034
26035         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26036           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26037
26038 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26039
26040         * gst/playback/gstplaybin.c: (add_sink):
26041           Invert bin_add/link order to workaround deadlock in opt.
26042
26043 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26044
26045         * gst/modplug/gstmodplug.cc:
26046           Add missing break causing position queries to fail.
26047
26048 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26049
26050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26051           Granpos can apparently be -1, which screws up calculations...
26052
26053 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26054
26055         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26056         (gst_ximagesink_send_pending_navigation),
26057         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26058         (gst_ximagesink_init):
26059         * sys/ximage/ximagesink.h:
26060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26061         (gst_xvimagesink_send_pending_navigation),
26062         (gst_xvimagesink_navigation_send_event),
26063         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26064         * sys/xvimage/xvimagesink.h:
26065           Use a mutex protected list to marshal navigation
26066           events into the stream thread from whichever thread
26067           sends them.
26068
26069 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26070
26071         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26072           Display current position and track length; misc. clean-ups.
26073           
26074         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26075         (speed_init), (speed_chain):
26076           Add query function, so that the stream length and current position
26077           get adjusted when queried (note that current position queries may
26078           still be wrong if the audio sink returns values based on buffer
26079           timestamps instead of passing on the query).
26080
26081 2005-02-13  Benjamin Otte  <otte@gnome.org>
26082
26083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26084         (gst_audio_convert_channels):
26085           create channel conversion matrix when linking
26086         * gst/audioconvert/.cvsignore:
26087         * gst/audioconvert/Makefile.am:
26088         * gst/audioconvert/channelmixtest.c: (main):
26089           add (ugly) test that ensures stereo <=> mono conversion works
26090           correctly
26091
26092 2005-02-13  Benjamin Otte  <otte@gnome.org>
26093
26094         * gst/audioconvert/gstchannelmix.h:
26095           include missing header file
26096         * gst/audioconvert/gstchannelmix.c:
26097         (gst_audio_convert_fill_compatible):
26098           use same sign for both channels when converting to/from compatible
26099           channel. Previously used different signs made the signals cancel
26100           each other out and appear like silence. (fixes #167269)
26101
26102 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26103
26104         * gst/ffmpegcolorspace/avcodec.h:
26105         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26106         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26107         (gst_ffmpegcsp_avpicture_fill):
26108         * gst/ffmpegcolorspace/imgconvert.c:
26109           Convert to and from YV12 (fixes #156379).
26110
26111 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26112
26113         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26114         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26115         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26116         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26117         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26118         methods from chain and negotiation and vice versa (Fixes #166142).
26119         * sys/ximage/ximagesink.h: Add stream_lock.
26120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26121         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26122         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26123         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26124
26125 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26126
26127         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26128           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26129           error message when we can't open the DVD device (when dvdnav_open()
26130           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26131           the above). Send something more useful instead (fixes #167117).
26132
26133 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26134
26135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26136         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26137         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26138         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26139         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26140         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26141         methods from chain and negotiation and vice versa (Fixes #166142).
26142         Fix a possible bug of images in the buffer pool being discarded because
26143         we are looking at the wrong geometry.
26144         * sys/xvimage/xvimagesink.h: Add stream_lock.
26145
26146 2005-02-11  David Schleef  <ds@schleef.org>
26147
26148         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26149         unsigned int. (fixes #167128)
26150
26151 2005-02-11  David Schleef  <ds@schleef.org>
26152
26153         * gst/librfb/Makefile.am: Testing stuff before committing is
26154           for wimps... and people with fast machines.  Fix stupid
26155           mistake.
26156
26157 2005-02-11  David Schleef  <ds@schleef.org>
26158
26159         * configure.ac: Pull in librfb from my CVS tree, because it is
26160           too small and annoying to be separate.  Move rfbsrc plugin
26161           to gst/.
26162         * ext/Makefile.am:
26163         * ext/librfb/Makefile.am:
26164         * ext/librfb/gstrfbsrc.c:
26165         * gst/librfb/Makefile.am:
26166         * gst/librfb/gstrfbsrc.c:
26167         * gst/librfb/rfb.c:
26168         * gst/librfb/rfb.h:
26169         * gst/librfb/rfbbuffer.c:
26170         * gst/librfb/rfbbuffer.h:
26171         * gst/librfb/rfbbytestream.c:
26172         * gst/librfb/rfbbytestream.h:
26173         * gst/librfb/rfbcontext.h:
26174         * gst/librfb/rfbdecoder.c:
26175         * gst/librfb/rfbdecoder.h:
26176         * gst/librfb/rfbutil.h:
26177
26178 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26179
26180         * gst/speed/Makefile.am:
26181         * gst/speed/demo-mp3.c: (main):
26182         * gst/speed/filter.func:
26183         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26184         (speed_class_init), (speed_init), (speed_chain_int16),
26185         (speed_chain_float32), (speed_chain), (speed_set_property),
26186         (speed_get_property), (speed_change_state):
26187         * gst/speed/gstspeed.h:
26188           Fix speed element and make it chain-based (fixes #156467),
26189           and make it handle more than one channel.
26190
26191 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26192
26193         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26194         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26195         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26196         * ext/dts/gstdtsdec.h:
26197           Don't clobber the stack constructing the channels array.
26198           Make the element chain-based. DTS tracks can now be played.
26199           
26200 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26201
26202         * gst-libs/gst/audio/multichannel.h:
26203         * gst-libs/gst/gconf/gconf.h:
26204         * gst-libs/gst/idct/idct.h:
26205         * gst-libs/gst/media-info/media-info-priv.h:
26206         * gst-libs/gst/play/play.h:
26207         * gst-libs/gst/resample/private.h:
26208         * gst-libs/gst/resample/resample.h:
26209         * gst-libs/gst/riff/riff-ids.h:
26210         * gst-libs/gst/video/video.h:
26211         * gst-libs/gst/video/videosink.h:
26212           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26213           missing, so that they work when included from C++ code.
26214
26215 2005-02-09  David Schleef  <ds@schleef.org>
26216
26217         * testsuite/gst-lint: Check for non-statically scoped
26218           parent_class variables.  This won't be a problem once
26219           plugins are loaded with RTLD_LOCAL.
26220
26221 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * ext/mplex/gstmplexibitstream.cc:
26224           gcc madness.
26225
26226 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26227
26228         * ext/ogg/gstogmparse.c:
26229         * gst/debug/gstnavigationtest.c:
26230           Die, thou faulty symbol pollutors (non-static parent_class).
26231
26232 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26233
26234         * ext/mplex/gstmplexibitstream.cc:
26235           Fix event handling (#165525).
26236
26237 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26238
26239         * ext/mikmod/gstmikmod.c:
26240         * gst/modplug/gstmodplug.cc:
26241           Add missing endianness to template (fixes #165509).
26242
26243 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26244
26245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26246           Fix wrong order of reading of optional bytes (#165290).
26247
26248 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26249
26250         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26251           Implement FILLER event awareness.
26252
26253 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26254
26255         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26256           Fix track calculations (#166208).
26257
26258 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26259
26260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26261
26262         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26263         * ext/libpng/gstpngenc.c:
26264           Fix byte-order, use proper fixed caps. Fixes #164197.
26265
26266 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26267
26268         * configure.ac:
26269           Add dvdlpcmdec 
26270
26271         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26272         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26273           Don't push buffers if the src pad isn't negotiated yet.
26274           
26275         * gst/audioconvert/gstaudioconvert.c:
26276         (gst_audio_convert_buffer_to_default_format),
26277         (gst_audio_convert_buffer_from_default_format):
26278           Add support for 24-bit width.
26279
26280         * gst/dvdlpcmdec/.cvsignore:
26281         * gst/dvdlpcmdec/Makefile.am:
26282         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26283         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26284         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26285         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26286         (plugin_init):
26287         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26288           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26289           format. Needs support for the channels maps if someone can find 
26290           a DVD LPCM track with > 2 channels.
26291
26292         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26293         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26294         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26295         * gst/mpegstream/gstdvddemux.h:
26296         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26297         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26298         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26299         * gst/mpegstream/gstmpegdemux.h:
26300         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26301         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26302         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26303         (gst_mpeg_parse_handle_src_query),
26304         (gst_mpeg_parse_handle_src_event):
26305           Use audio/x-dvd-lpcm for LPCM output.
26306           Add DTS output.
26307
26308 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26309
26310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26311
26312         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26313         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26314           Add BGRA handling (#165736).
26315
26316 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26317
26318         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26319
26320         * gst/law/alaw-decode.c: (alawdec_link):
26321         * gst/law/alaw-encode.c: (alawenc_link):
26322         * gst/law/mulaw-decode.c: (mulawdec_link):
26323         * gst/law/mulaw-encode.c: (mulawenc_link):
26324           Fix caps memleaks (#166600).
26325
26326 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26327
26328         * ext/tarkin/mem.h:
26329         * ext/tarkin/wavelet.h:
26330         * ext/tarkin/yuv.h:
26331         * gst/ffmpegcolorspace/avcodec.h:
26332           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26333           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26334
26335 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26336
26337         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26339         (gst_xvimagesink_change_state):
26340           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26341           Xv video (and thereby regenerate Xv colourkey) in clear() so
26342           that PLAY -> READY -> PLAY works (fixes #162504).
26343
26344 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26345
26346         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26347           Switch to list instead of range, since MJPEG-devices really just
26348           support decimations, not any size.
26349
26350 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26351         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26352         (gst_mpeg2dec_reset), (free_all_buffers),
26353         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26354         * ext/mpeg2dec/gstmpeg2dec.h:
26355           The libmpeg2 user-allocated buffer management is awkward, 
26356           to say the least. Hopefully this fixes things.
26357
26358 2005-02-04  Andy Wingo  <wingo@pobox.com>
26359
26360         * gst/audioconvert/bufferframesconvert.c
26361         (buffer_frames_convert_fixate): New function, fixates to 256
26362         frames per buffer by default. (Much better than 1.)
26363         (buffer_frames_convert_init): Set the fixate function for both src
26364         and sink pad.
26365         (buffer_frames_convert_link): After success setting nonfixed caps,
26366         get the negotiated caps so we can know how many buffer-frames it
26367         will be. No idea how this worked at all before.
26368
26369 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26370
26371         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26372         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26373         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26374         (handle_sequence), (handle_picture):
26375         * ext/mpeg2dec/gstmpeg2dec.h:
26376           Rearrange buffer tracking and refcounting and refactor
26377           a little for readability. 
26378
26379 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26380         * sys/v4l/gstv4l.c: (plugin_init):
26381         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26382         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26383         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26384         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26385         * sys/v4l/gstv4ljpegsrc.h:
26386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26387         * sys/v4l/v4l_calls.h:
26388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26389         (gst_v4lsrc_get_fps):
26390         * sys/v4l/v4lsrc_calls.h:
26391           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26392           you jpeg inside rgb frames" driver.
26393           Don't error in the v4lsrc link function, just return 
26394           REFUSED.
26395
26396 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26397
26398         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26399         (gst_qcamsrc_open):
26400           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26401
26402 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26403
26404         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26405           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26406
26407 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26408
26409         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26410           Reset negotiated state on PAUSED->READY.
26411
26412 2005-02-02  David Schleef  <ds@schleef.org>
26413
26414         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26415         whereever possible.  (Fixes #165997)
26416         * examples/capsfilter/capsfilter1.c: (main):
26417         * examples/dynparams/filter.c: (create_ui):
26418         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26419         * examples/seeking/chained.c: (main):
26420         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26421         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26422         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26423         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26424         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26425         * examples/switch/switcher.c: (main):
26426         * ext/dv/demo-play.c: (main):
26427         * ext/faad/gstfaad.c: (gst_faad_change_state):
26428         * ext/mad/gstmad.c: (gst_mad_chain):
26429         * ext/smoothwave/demo-osssrc.c: (main):
26430         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26431         (gst_gconf_render_bin_from_description),
26432         (gst_gconf_get_default_audio_sink),
26433         (gst_gconf_get_default_video_sink),
26434         (gst_gconf_get_default_audio_src),
26435         (gst_gconf_get_default_video_src),
26436         (gst_gconf_get_default_visualization_element):
26437         * gst/level/demo.c: (main):
26438         * gst/level/plot.c: (main):
26439         * gst/playback/gstplaybin.c: (gen_video_element),
26440         (gen_audio_element):
26441         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26442         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26443         * gst/sine/demo-dparams.c: (main):
26444         * gst/spectrum/demo-osssrc.c: (main):
26445         * gst/speed/demo-mp3.c: (main):
26446         * gst/volume/demo.c: (main):
26447         * testsuite/embed/embed.c: (main):
26448
26449 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26450
26451         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26452         (gst_tcpclientsink_finalize):
26453         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26454         (gst_tcpclientsrc_finalize):
26455         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26456         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26457         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26458         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26459           Don't leak the hostname when shutting down.
26460           In tcpserversrc, take a copy of the default hostname.
26461
26462 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26463
26464         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26465           Set caps to systemstream=TRUE.
26466
26467 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26468
26469         * testsuite/Makefile.am:
26470           Fix more OSX buildbots.
26471
26472 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26473
26474         * ext/mpeg2dec/gstmpeg2dec.c:
26475           Don't send things to NULL PAD_PEERs
26476
26477         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26478           Copy-on-write the incoming buffer.
26479
26480         * gst/mpegstream/gstdvddemux.h:
26481         * gst/mpegstream/gstmpegclock.h:
26482         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26483         (normal_seek), (gst_mpeg_demux_handle_src_event):
26484         * gst/mpegstream/gstmpegdemux.h:
26485         * gst/mpegstream/gstmpegpacketize.h:
26486         * gst/mpegstream/gstmpegparse.c:
26487         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26488         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26489         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26490         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26491         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26492         * gst/mpegstream/gstmpegparse.h:
26493         * gst/mpegstream/gstrfc2250enc.h:
26494           Various changes to the way time is computed that make seeking and
26495           total time estimation much better here.
26496           Use G_BEGIN/END_DECLS instead of __cplusplus
26497
26498         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26499           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26500
26501 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * gst/subparse/gstsubparse.c:
26504           Fix OSX buildbot.
26505
26506 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26507
26508         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26509         (theora_enc_chain), (theora_enc_change_state):
26510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26511         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26512         (gst_vorbisenc_change_state):
26513         * ext/vorbis/vorbisenc.h:
26514           Set granulepos and timestamp correctly for streams not
26515           starting at 0, taking into account the initial delay.
26516
26517 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26518
26519         * gst/mpegstream/gstdvddemux.c:
26520           Add audio/x-dts to audio pad template caps
26521
26522 2005-01-30  David Schleef  <ds@schleef.org>
26523
26524         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26525         (create_context), (gst_polypsink_link): Fix silly endianness
26526         bug.  Add some debugging.  Remove float from caps; it doesn't
26527         work.  Attempt to get remote audio working.
26528
26529 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26530
26531         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26532           Add 3IV2 fourcc.
26533
26534 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26535
26536         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26537         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26538         (gst_avi_demux_stream_data):
26539         * gst/avi/gstavidemux.h:
26540           Invert DIB images. Fixes #132341.
26541
26542 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26543
26544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26545         (gst_ffmpegcsp_chain):
26546           D'oh, reference the palette data, not the palette structure.
26547           Fixes color distortion in #132341.
26548
26549 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26550
26551         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26552           PAR can be non-fixed when not provided as argument (#162626).
26553
26554 2005-01-29  David Moore  <dcm@acm.org>
26555
26556         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26559         (gst_qtdemux_loop_header):
26560           Re-apply patch from #142272 that allows non-seekable sources,
26561           re-proposed by Daniel Drake <dsd@gentoo.org>.
26562
26563 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26564
26565         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26566           Use the src template for creating the src pad (#162330).
26567
26568 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26569
26570         * configure.ac:
26571         * ext/musepack/Makefile.am:
26572         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26573         (gst_musepackdec_init), (gst_musepackdec_dispose),
26574         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26575         (gst_musepack_stream_init), (gst_musepackdec_loop),
26576         (gst_musepackdec_change_state):
26577         * ext/musepack/gstmusepackdec.cpp:
26578         * ext/musepack/gstmusepackdec.h:
26579         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26580         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26581         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26582         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26583         * ext/musepack/gstmusepackreader.cpp:
26584         * ext/musepack/gstmusepackreader.h:
26585           Update to 1.1 API (#165446).
26586
26587 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26588
26589         * ext/Makefile.am:
26590           Unbreak buildbot.
26591
26592 2005-01-28  Andy Wingo  <wingo@pobox.com>
26593
26594         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26595         to reflect a different dubious internet source. Add a reference
26596         and some commentary.
26597
26598 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26599
26600         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26601         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26602         * gst/playback/gststreamselector.h:
26603           Be more selective when we're redoing caps negotiation from
26604           within the chain function on a stream change.
26605
26606 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26607
26608         * configure.ac:
26609         * ext/Makefile.am:
26610         * ext/amrnb/Makefile.am:
26611         * ext/amrnb/amrnb.c: (plugin_init):
26612         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26613         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26614         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26615         (gst_amrnbdec_state_change):
26616         * ext/amrnb/amrnbdec.h:
26617         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26618         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26619         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26620         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26621         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26622         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26623         * ext/amrnb/amrnbparse.h:
26624           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26625         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26626           Add AMR-NB/-WB raw formats.
26627         * ext/alsa/gstalsa.c: (gst_alsa_link):
26628           Keep valid time when changing format.
26629         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26630         (qtdemux_parse_trak):
26631           Add some more format-specific options (#140141, #143555, #155163).
26632
26633 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26634
26635         * gst/matroska/matroska-demux.c:
26636         (gst_matroska_demux_parse_blockgroup):
26637           Fix logic error in timing of subtitle stream synchronization.
26638         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26639           Add skip-chunk, which is found in kodak-camera streams.
26640
26641 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26642
26643         * po/LINGUAS:
26644         * po/vi.po:
26645           Adding Vietnamese translation (submitted by Clytie Siddall)
26646
26647 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26648
26649         * gst/playback/gstdecodebin.c: (try_to_link_1):
26650           Use realpad for signal.
26651
26652 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26653
26654         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26655           Fix category so decodebin picks it up.
26656
26657 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26658
26659         * ext/mad/Makefile.am:
26660         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26661         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26662         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26663         (found_type), (gst_id3demux_bin_change_state):
26664         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26665         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26666         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26667         (gst_id3_tag_change_state), (plugin_init):
26668         * ext/mad/gstmad.h:
26669           Add id3demuxbin (which is a simple bin consisting of id3demux
26670           and typefind), take over rank from id3demux, remove typefind
26671           code from id3demux. Makes all broken mp3s that I know of work,
26672           and thereby fixes #152688.
26673
26674 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26675
26676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * ext/mad/gstmad.c: (gst_mad_src_event):
26679         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26680           Allow seeks on audio pad, make mad forward those (#164826).
26681         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26682           Set duration (#165335).
26683
26684 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26685
26686         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26687         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26688         (gst_asf_demux_process_ext_content_desc),
26689         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26690         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26691         * gst/asfdemux/gstasfdemux.h:
26692           Improve metadata display, e.g. if the metadata comes before the
26693           streams are loaded (which is perfectly valid).
26694
26695 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26696
26697         * tools/gst-launch-ext-m.m:
26698           Fix AVI/ASF pipelines (#165340).
26699
26700 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26701         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26702         build failure on amd64
26703
26704 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26705
26706         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26707         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26708           Check environment variables GST_ID3V2_TAG_ENCODING,
26709           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26710           list of character encodings to force interpretation of non-unicode
26711           strings stored in an ID3v2 tag to a particular encoding. If none
26712           is specified, try to use current locale's encoding, then fall back
26713           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26714         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26715         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26716           Check environment variables GST_ID3V1_TAG_ENCODING,
26717           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26718           list of character encodings to use in case a string encountered
26719           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26720           specified, try to use the current locale's encoding, then fall
26721           back to ISO-8859-1 (which will always succeed).
26722
26723 2005-01-25  Benjamin Otte  <otte@gnome.org>
26724
26725         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26726           - on half framerate, compute the rate in advance so the comparisons
26727             don't compare wrong values
26728           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26729             behaviour
26730           - don't use mad_header_decode anymore, mad_frame_decode does that
26731             automatically
26732           - when getting rid of consumed bytes, reset the stream's skiplen
26733           (fixes #163867)
26734
26735 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26736
26737         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26738           Use 1/2 a second for default max_discont, as PES streams from DVB
26739           seem to have larger spacings in the SCR. 
26740           Fix a typo.
26741
26742 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26743
26744         * gst/playback/gstplaybasebin.c: (group_commit):
26745           Notify delayed stream-info availability.
26746
26747 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26748         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26749         (gst_a52dec_handle_event), (gst_a52dec_chain):
26750         Add some debug output. Check that a discont has a valid
26751         time associated.
26752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26753         (gst_alsa_sink_loop):
26754         Ignore TAG events. A little extra debug for broken timestamps.
26755         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26756         (dvdnavsrc_change_state):
26757         Ensure we send a discont to engage the link before we send any
26758         other events.
26759         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26760         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26761         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26762         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26763         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26764         dvd://title works in totem because typefinding sends a seek that ends
26765         up going back to chapter 1 regardless.
26766         * ext/mpeg2dec/gstmpeg2dec.c:
26767         * ext/mpeg2dec/gstmpeg2dec.h:
26768         Output correct timestamps and handle disconts.
26769         * ext/ogg/gstoggdemux.c: (get_relative):
26770         Small guard against a null dereference.
26771         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26772         (gst_textoverlay_set_property):
26773         Free memory when done. Don't call gst_event_filler_get_duration on
26774         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26775         g_warning.
26776         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26777         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26778         (gst_sw_srclink), (gst_smoothwave_chain):
26779         Draw solid lines, prettier colours.
26780         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26781         Add a default palette that'll work for some movies.
26782         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26783         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26784         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26785         * gst/mpegstream/gstdvddemux.h:
26786         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26787         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26788         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26789         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26790         * gst/mpegstream/gstmpegparse.h:
26791         Use PTM/NAV events when for timestamp adjustment when connected to 
26792         dvdnavsrc. Don't use many discont events where one suffices.
26793         * gst/playback/gstplaybasebin.c: (group_destroy),
26794         (gen_preroll_element), (gst_play_base_bin_add_element):
26795         * gst/playback/gstplaybasebin.h:
26796         Make sure we remove subtitles from the same bin we put them in.
26797         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26798         (gst_subparse_buffer_format_autodetect),
26799         (gst_subparse_change_state):
26800         Fix some memleaks and invalid accesses.
26801         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26802         (oggskel_type_find), (cmml_type_find), (plugin_init):
26803         Some typefind functions for Annodex v3.0 files
26804         * gst/wavparse/gstwavparse.h:
26805         GstRiffReadClass is the correct parent class.
26806
26807 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26808
26809         * gst-libs/gst/riff/riff-media.c:
26810         (gst_riff_create_video_caps_with_data):
26811           Add extradata to huffyuv (fixes #165013).
26812         * gst-libs/gst/riff/riff-read.c:
26813         (gst_riff_read_strf_vids_with_data):
26814           Fix extradata extraction if it is in the chunk size.
26815
26816 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26817
26818         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26819
26820         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26821         (gst_quarktv_change_state), (gst_quarktv_dispose):
26822           Memory free'ing location fix (#164708).
26823
26824 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26825
26826         * gst/playback/gstplaybasebin.c: (group_commit),
26827         (gen_preroll_element), (probe_triggered), (gen_source_element),
26828         (setup_source), (gst_play_base_bin_change_state),
26829         (gst_play_base_bin_add_element):
26830           Don't block for streams.
26831         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26832         (gst_stream_info_set_mute):
26833           Use gst_pad_set_active_recursive.
26834
26835 2005-01-25  Andy Wingo  <wingo@pobox.com>
26836
26837         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26838         for #ifndef HAVE_XVIDEO.
26839
26840 2005-01-24  Jeffrey C. Ollie
26841
26842         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26843
26844         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26845         * ext/gsm/gstgsmdec.h:
26846         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26847         * ext/gsm/gstgsmenc.h:
26848         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26849         was given by property. Add proper buffer timestamps and offsets.
26850
26851 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26852
26853         * gst-libs/gst/riff/riff-media.c:
26854         (gst_riff_create_audio_caps_with_data):
26855           Audio can be <8000Hz.
26856
26857 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26858
26859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26860           Explicit state change to workaround refcount bugs.
26861
26862 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26863
26864         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26865         (gst_avimux_riff_get_avi_header):
26866           Fix...
26867
26868 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26869
26870         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26871         (gst_riff_read_element_data):
26872         * gst-libs/gst/riff/riff-read.h:
26873           Add _peek version (req'ed in CDXA).
26874         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26875         (gst_cdxaparse_loop):
26876           Fix parsing in playbin.
26877         * gst/playback/gstdecodebin.c: (close_pad_link):
26878           Ignore current_ pads, they cause major annoyance.
26879
26880 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26881
26882         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26883           Safety guard.
26884
26885 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26886
26887         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26888           Fix padding...
26889
26890 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26893           Allow for 0-sized buffers. Fixes length query problems in
26894           starwars.mkv from the testsuite.
26895
26896 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26897
26898         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26899         (gst_video_box_i420), (gst_video_box_chain):
26900           Fix row strides for I420 (fixes #163159)
26901           
26902 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26903
26904         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26905           MPEG2 has a useful rate property, so we can actually use that.
26906           For MPEG-1, continue using the bytes/time properties.
26907
26908 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26909
26910         * gst-libs/gst/riff/riff-media.c:
26911         (gst_riff_create_video_caps_with_data),
26912         (gst_riff_create_video_template_caps):
26913           Add intel-h263.
26914
26915 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26916
26917         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26918           Fail if caps negotiation fails. Should fix #162184, and should
26919           definately be in there regardless of it fixing the actual bug.
26920         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26921         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26922         (gst_avimux_riff_get_avix_header),
26923         (gst_avimux_riff_get_video_header),
26924         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26925         (gst_avimux_start_file), (gst_avimux_handle_event),
26926         (gst_avimux_change_state):
26927         * gst/avi/gstavimux.h:
26928           Refactor structure writing to use GST_WRITE_UINT macros, add
26929           metadata writing support.
26930
26931 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26934           Elements may already be destroyed when this function is called.
26935
26936 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26939         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26940           More memory leak fixes (#149162).
26941
26942 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26943
26944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26945         (gst_qtdemux_add_stream):
26946           Fix two memleaks.
26947
26948 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26951           Argh...
26952
26953 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26956           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26957           when fixating to six channels in Totem.
26958
26959 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26960
26961         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26962           Fix compile warnings on Solaris 10 buildbot
26963
26964 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26965
26966         * ext/dvdread/dvdreadsrc.c: (_read):
26967           Don't read beyond the last cell in a chapter (fixes 
26968           invalid memory access)
26969
26970 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26971
26972         * ext/dvdread/stream_labels.c:
26973         (dvdreadsrc_get_audio_stream_labels):
26974           Use NULL for an empty GList instead of g_list_alloc(); fix 
26975           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26976           of GString (easier to bulk free later)
26977
26978 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26979
26980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26983         (gst_ffmpeg_pixfmt_to_caps):
26984           Fix BGRA32 caps (#164209).
26985
26986 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26987
26988         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26991         (gst_ffmpeg_caps_to_pixfmt):
26992           alpha_mask can be RGBA/ABGR. Fixes #164265.
26993
26994 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26995
26996         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26999         (gst_mpeg2dec_alloc_buffer):
27000         * ext/mpeg2dec/gstmpeg2dec.h:
27001           Crop if decoding size is not the actual image size (#163676).
27002
27003 2005-01-17  Steve Baker  <steve@stevebaker.org>
27004
27005         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27006
27007         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27008         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27009           Add libsndfile typefind functions (#163309).
27010
27011 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27012
27013         * tools/gst-launch-ext-m.m:
27014           Add .aac, fix .m1v/.m2v (#163891).
27015
27016 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27017
27018         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27019           Sanity check, don't wait endlessly since the clock might not
27020           actually run at this point (which is a deadlock). Fixes #164069.
27021
27022 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27023
27024         * gst/playback/gstplaybasebin.c: (probe_triggered):
27025           Of course, only pause if group is done...
27026
27027 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * gst/playback/gstplaybasebin.c: (probe_triggered):
27030           Thread safety.
27031
27032 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27033
27034         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27035           Don't return state change success when the parent
27036           failed.
27037
27038 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27039
27040         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27041           Free events (fix memleak in #162905).
27042
27043 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27044
27045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27046
27047         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27048         (gst_ffmpeg_caps_to_pixfmt):
27049           Fix for depth = 15. Fixes #161675.
27050
27051 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27052
27053         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27054           Set FPS correctly, even for webcams and the like.
27055         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27056           Don error on setting while capturing.
27057
27058 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27059
27060         * ext/dv/gstdvdec.c:
27061         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27062         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27063           I'm a bad boy. using /1001. to force C to do float division
27064           and not integer division (as it did in my last commit)
27065           Thanks to David I. Lehn for pointing this mistake.
27066
27067 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27068
27069         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27070           Revert Johan's 1.35->1.36 since it breaks compat.
27071
27072 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27073
27074         * ext/dv/gstdvdec.c:
27075         * ext/libfame/gstlibfame.c:
27076         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27077         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27078           replace framerate aproximations by their real value
27079           (24000/1001, 30000/1001, 60000/1001)
27080           Finish fixing bug #164049
27081
27082 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27083
27084         * ext/ogg/gstoggmux.c:
27085           eos/bos debugging
27086         * gst/tcp/gstmultifdsink.c:
27087         * gst/tcp/gstmultifdsink.h:
27088         * gst/tcp/gsttcp.c:
27089         * gst/tcp/gsttcp.h:
27090         * gst/tcp/gsttcpclientsink.c:
27091         * gst/tcp/gsttcpclientsrc.c:
27092         * gst/tcp/gsttcpserversink.c:
27093         * gst/tcp/gsttcpserversrc.c:
27094           improve reusability of elements after state changes and errors
27095           make multifdsink throw away streamheaders when receiving new ones
27096
27097 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27098
27099         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27100           Fix for if items are already in list...
27101
27102 2005-01-12  Benjamin Otte  <otte@gnome.org>
27103
27104         * gst/adder/gstadder.c: (gst_adder_loop):
27105           fix adder a bit so it doesn't screw up with events as much anymore
27106
27107 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27108
27109         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27110         (pixbufscale_scale), (gst_pixbufscale_chain):
27111         * ext/gdk_pixbuf/pixbufscale.h:
27112           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27113           to ensure rowstrides are calculated the same way as 
27114           ffmpegcolorspace
27115           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27116           that we pick up duration and offset also.
27117
27118 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27119
27120         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27121         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27122           Reusability fixes.
27123
27124 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27125
27126         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27127         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27128         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27129         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27130           Update flags when requested.
27131
27132 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27133
27134         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27135           Fix dmix.
27136
27137 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27138
27139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27140         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27141         (probe_triggered), (new_decoded_pad), (gen_source_element),
27142         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27143         * gst/playback/gstplaybasebin.h:
27144         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27145         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27146         (gst_play_bin_change_state):
27147           Implement group-switch signal for use in apps to clear metadata
27148           cache, clean up subtitle, add suburi property instead of # hack,
27149           some error-out fixes.
27150
27151 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27154           Debug.
27155         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27156           If we got a state change in the _get handler, don't return success.
27157
27158 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27159
27160         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27161         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27162           Make jpegdec quiet on MJPEG decoding
27163         * gst/asfdemux/README:
27164           Fix mimetypes for MJPEG and H263
27165
27166 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27167
27168         * ext/theora/theoradec.c: (theora_dec_chain):
27169           Fix broken code generation by gcc by swapping arguments.
27170         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27171           Fix \n in debug.
27172
27173 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27174
27175         * TODO:
27176           delete this file, it is by far outdated
27177         * ext/alsa/gstalsa.1: remove
27178         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27179         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27180         (gst_alsa_get_caps):
27181           Add HW probing for supported sample rates. Fixes #161704
27182
27183 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27184
27185         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27186           Don't crash, biatch! :).
27187
27188 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27189
27190         * ext/musepack/gstmusepackreader.cpp:
27191         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27192           Some work on tags - still doesn't work in playbin...
27193         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27194           Handle events...
27195
27196 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27197
27198         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27199           Also shove tags on kid pads.
27200
27201 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27202
27203         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27204           Don't bail on unknown events.
27205         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27206           Don't crash on events before negotiation.
27207         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27208           Send tags on pads, too.
27209         * gst/playback/gststreamselector.c:
27210         (gst_stream_selector_request_new_pad):
27211           Forward events on first pad if no input was selected yet.
27212
27213 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27214
27215         * gst/playback/gstplaybasebin.c: (setup_substreams):
27216           Don't disable streamtype if the stream doesn't exist, since
27217           then playing a video after audio will disable both and nothing
27218           will happen. Fixes the testsuite.
27219
27220 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27221
27222         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27223         (gst_v4l_xoverlay_set_xwindow_id):
27224         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27225         (gst_v4l2_xoverlay_set_xwindow_id):
27226           Add debug categories, fix overlay disabling.
27227
27228 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27229
27230         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27231         * ext/alsa/gstalsa.h:
27232           Add HW probing for period_count/size and buffer_size MIX/MAX
27233           Adjust default/user defined value if out of bounds
27234           Should fix bug #162024
27235
27236 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27237
27238         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27239           Fix warning (#161191).
27240
27241 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27242
27243         * ext/dvdread/stream_labels.c:
27244         (dvdreadsrc_get_audio_stream_labels):
27245           Fix warning (init the good variable in switch default)
27246
27247 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27248
27249         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27250
27251         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27252           Fix gcc-2.95 compile (#163485).
27253
27254 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27255
27256         * configure.ac:
27257         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27258         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27259         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27260         (gst_flacenc_change_state):
27261         * ext/flac/gstflacenc.h:
27262           Update for API change in flac-1.1.1. Update requirement in
27263           configure.ac. Fixes #162974.
27264
27265 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27266
27267         * gst/playback/gstplaybasebin.c: (group_destroy):
27268           Remove hack to get rid of assert and get rid of unlinked
27269           signals properly.
27270
27271 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27272
27273         * gst/playback/gstplaybasebin.c: (setup_source):
27274           Set source to NULL so that resources are free'ed. Fixes issues
27275           with playback of CDDA and similar device-accessing things.
27276
27277 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27278
27279         * testsuite/embed/Makefile.am:
27280           test->noinst, fix make test in buildbot.
27281
27282 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27283
27284         * ext/dvdread/stream_labels.c: new file
27285         * ext/dvdread/stream_labels.h: new file
27286         * ext/dvdread/Makefile.am:
27287         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27288           Extract audio stream label from DVD IFO files.
27289           It only dump them on the console for now, still have to
27290           make playbin aware of them.
27291
27292 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27293
27294         * gst/playback/gstplaybasebin.c: (setup_source):
27295           Fix hanging subs.
27296
27297 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27298
27299         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27300         (gen_preroll_element), (remove_groups), (setup_subtitle),
27301         (gen_source_element), (setup_source):
27302         * gst/playback/gstplaybasebin.h:
27303           Multiple .sub files is just a stupid idea... Fix some threading
27304           mistakes. Interestingly, external .sub files cause playbin to
27305           hang, I don't know why... Parsing fixes contributed by Fran??ois
27306           Kooman <fkooman@tuxed.net>.
27307
27308 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27309
27310         * testsuite/embed/Makefile.am:
27311           Fix buildbot.
27312
27313 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27314
27315         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27316
27317         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27318         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27319         (gst_pngenc_set_property):
27320         * ext/libpng/gstpngenc.h:
27321           Add compression level property (#163323).
27322
27323 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27324
27325         * configure.ac:
27326         * examples/capsfilter/capsfilter1.c: (main):
27327         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27328         * ext/dvdread/Makefile.am:
27329         * ext/dvdread/demo-play:
27330         * ext/dvdread/demo-play.c:
27331         * gconf/gstreamer.schemas.in:
27332         * gst-libs/gst/gconf/gconf.c:
27333         * sys/v4l/TODO:
27334         * testsuite/Makefile.am:
27335         * testsuite/embed/Makefile.am:
27336         * testsuite/embed/embed.c: (cb_expose), (main):
27337           Remove all references to xvideosink, fix examples (#140845).
27338         * gst/playback/gstplaybasebin.c: (group_destroy):
27339           Apparently, disposal does not unlink - so do explicitely.
27340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27341           Add debug.
27342
27343 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27344
27345         * README: fix PKG_CONFIG_PATH instructions, what was there
27346         previously was breaking default search path, not nice. 
27347         Fixes #163358
27348
27349 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27350
27351         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27352         (gst_audioscale_chain):
27353           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27354           when resampling - how the ^@$^!@^! is this possible?!?
27355
27356 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27357
27358         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27359           Reset variables on READY.
27360         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27361         (gst_matroska_mux_loop):
27362           Require data before writing header.
27363
27364 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27365
27366         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27367
27368         * ext/mad/gstmad.c: (gst_mad_chain):
27369           Don't call mad_stream_sync() directly after recovering sync.
27370           Fixes #151661.
27371
27372 2005-01-09  Martin Eikermann  <meiker@upb.de>
27373
27374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27375
27376         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27377         (snapshot_handler), (gst_snapshot_sinkconnect),
27378         (gst_snapshot_chain):
27379           Allocate resources when required, fix recursive signal emission
27380           and fix caps. Fixes #161667.
27381
27382 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27383
27384         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27385
27386         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27387         (gst_pngdec_chain):
27388           Handle only 8-bppc (bits-per-pixel-component) images, better
27389           error handling and correct strides. Fixes #163177.
27390         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27391         (gst_pngenc_chain):
27392           Better error handling. Fixes #163348.
27393
27394 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27395
27396         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27397         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27398         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27399         (dvdnavsrc_uri_handler_init):
27400           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27401         * gst/playback/gstplaybasebin.c: (gen_source_element):
27402           Add MMS to streaming URIs.
27403
27404 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27405
27406         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27407         * sys/xvimage/xvimagesink.c:
27408         (gst_xvimagesink_navigation_send_event):
27409           Check for pad availability before sending event.
27410
27411 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27412
27413         * gst-plugins.spec.in:
27414           Add subparse.
27415
27416 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * configure.ac:
27419           Since we use functions from CVS, up requirement.
27420
27421 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27422
27423         * gst/playback/Makefile.am:
27424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27425         (group_destroy), (group_commit), (group_is_muted),
27426         (gen_preroll_element), (add_stream), (unknown_type),
27427         (probe_triggered), (preroll_unlinked), (mute_stream),
27428         (silence_stream), (new_decoded_pad), (setup_substreams),
27429         (setup_source), (get_active_source), (mute_group_type),
27430         (muted_group_change_state), (set_active_source),
27431         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27432         (play_base_eos), (gst_play_base_bin_change_state):
27433         * gst/playback/gstplaybasebin.h:
27434         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27435         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27436         (gst_stream_info_dispose), (stream_info_mute_pad),
27437         (stream_info_change_state), (gst_stream_info_set_mute):
27438         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27439         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27440         (gst_stream_selector_init), (gst_stream_selector_dispose),
27441         (gst_stream_selector_get_linked_pad),
27442         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27443         (gst_stream_selector_get_linked_pads),
27444         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27445         * gst/playback/gststreamselector.h:
27446           Adding stream selection support plus required properties for
27447           applications to use this. Fully fixes #100931.
27448
27449 2005-01-08  Benjamin Otte  <otte@gnome.org>
27450
27451         * gst/games/gstpuzzle.c: (nav_event_handler):
27452           - handle nav events differently: forward every event no matter if it
27453             was handled or not.
27454           - translate events
27455           You can now cheat by using navigationtest ! puzzle and moving the
27456           mouse close to the edge of a tile. ;)
27457
27458 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27459
27460         * configure.ac:
27461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27462         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27463         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27464         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27465         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27466         (gst_ogm_parse_plugin_init):
27467         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27468         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27469         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27470         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27471         * ext/pango/gsttextoverlay.h:
27472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27473         (gst_matroska_demux_handle_seek_event),
27474         (gst_matroska_demux_sync_streams),
27475         (gst_matroska_demux_parse_blockgroup),
27476         (gst_matroska_demux_subtitle_caps),
27477         (gst_matroska_demux_plugin_init):
27478         * gst/matroska/matroska-ids.h:
27479         * gst/playback/gstdecodebin.c: (close_pad_link):
27480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27481         (gen_preroll_element), (remove_groups), (add_stream),
27482         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27483         (setup_source):
27484         * gst/playback/gstplaybasebin.h:
27485         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27486         * gst/subparse/Makefile.am:
27487         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27488         (gst_subparse_base_init), (gst_subparse_class_init),
27489         (gst_subparse_init), (gst_subparse_formats),
27490         (gst_subparse_eventmask), (gst_subparse_event),
27491         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27492         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27493         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27494         (parse_mpsub_deinit), (parse_mpsub_init),
27495         (gst_subparse_buffer_format_autodetect),
27496         (gst_subparse_format_autodetect), (gst_subparse_loop),
27497         (gst_subparse_change_state), (gst_subparse_type_find),
27498         (plugin_init):
27499         * gst/subparse/gstsubparse.h:
27500         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27501         (plugin_init):
27502           Add subtitle support, .sub parser (supports SRT and MPsub),
27503           OGM text support, Matroska UTF-8 text support, deadlock fixes
27504           all over the place, subtitle awareness in decodebin/playbin
27505           and some fixes to textoverlay to handle subtitles in a stream
27506           correctly. Fixes #100931.
27507
27508 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27509
27510         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27511           Check for pad availability before doing a query on it.
27512
27513 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27514
27515         * ext/dv/gstdvdec.c:
27516           really fix bpp24/32 dvdec caps (classic rgba indeed)
27517         * gst/asfdemux/gstasfdemux.c:
27518         (gst_asf_demux_process_ext_content_desc):
27519           don't send text tags if they are empty (bis repetita)
27520
27521 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27522
27523         * ext/dv/gstdvdec.c:
27524          remove unneeded comment from dvdec
27525           (related to DV 4CC codes in AVI files)
27526           moved them in gstreamer/docs/random/mimetypes
27527         * gst/asfdemux/gstasfdemux.c:
27528         (gst_asf_demux_process_ext_content_desc):
27529          don't send text tags if they are empty
27530          fix mem leak on error path
27531         * gst/ffmpegcolorspace/avcodec.h:
27532         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27533         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27534         (gst_ffmpegcsp_avpicture_fill):
27535         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27536         * gst/ffmpegcolorspace/imgconvert_template.h:
27537          adds BGR32 and BGRA32 to ffmpegcolorspace
27538           (still bad colors, fixing it on next commit)
27539           helps with dvdec outputing BGR32
27540
27541 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27542
27543         * ext/dv/gstdvdec.c:
27544          Fix audio caps i just broke (missing ',')
27545         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27546         (gst_matroska_mux_reset):
27547          Fix typo + add FIXME about old "x-gst-metadata" crap
27548
27549 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27550
27551         * ext/dv/demo-play.c: (main):
27552          xvideosink -> xvimagesink
27553         * ext/dv/gstdvdec.c:
27554          change rgb 32/32 caps to 24/32 (no alpha)
27555          change nb of channels to be a list (2 or 4, not 2)
27556          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27557         * gst/asfdemux/gstasfdemux.c:
27558         (gst_asf_demux_process_ext_content_desc):
27559          Add 'date/year' to extracted metadata list
27560
27561 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27562
27563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27564           The return value of fixate_to does not imply that the requested
27565           value was set, so don't assume.
27566
27567 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27568
27569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * ext/libpng/gstpngdec.c:
27572         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27573         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27574         * ext/libpng/gstpngenc.h:
27575           Alpha support (encoder; #163161), mime fixage.
27576
27577 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27578
27579         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27580
27581         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27582         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27583         (gst_faac_set_property), (gst_faac_get_property):
27584         * ext/faac/gstfaac.h:
27585           Allow for ADTS output (#153434).
27586
27587 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27588
27589         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27590           Fix against template (#150576).
27591
27592 2005-01-06  Benjamin Otte  <otte@gnome.org>
27593
27594         * gst/games/gstpuzzle.c: (draw_puzzle):
27595           don't draw a puzzle if either width or height of tiles would be 0.
27596
27597 2005-01-06  Benjamin Otte  <otte@gnome.org>
27598
27599         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27600         (gst_puzzle_class_init), (gst_puzzle_finalize):
27601           no memleaks, please
27602         (gst_puzzle_create), (gst_puzzle_init),
27603         (gst_puzzle_set_property), (gst_puzzle_setup):
27604           change initialization code around so we don't reshuffle on resize
27605         (draw_puzzle):
27606           fix another stupid typo
27607
27608 2005-01-06  Benjamin Otte  <otte@gnome.org>
27609
27610         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27611           fix stupid typo that borked copying on YUY2
27612
27613 2005-01-06  Benjamin Otte  <otte@gnome.org>
27614
27615         * gst/games/gstpuzzle.c: (draw_puzzle):
27616           fix edges when image sizes aren't multiples of tile sizes
27617
27618 2005-01-06  Benjamin Otte  <otte@gnome.org>
27619
27620         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27621           make RGB endianness work correctly
27622         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27623           refactor and fix race with initial shuffling
27624         (nav_event_handler):
27625           allow using the mouse to puzzle
27626         (draw_puzzle):
27627           insist on tiles having width and height as multiples of 4 to get
27628           clean YUV image handling
27629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27630         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27631           s/DEBUG/LOG/ for common messages
27632         (gst_xvimagesink_navigation_send_event):
27633           fix mouse event translation to not include screen PAR
27634         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27635           fix mouse event translation to actually work
27636
27637 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27638
27639         * gst/asfdemux/gstasfdemux.c:
27640         (gst_asf_demux_process_ext_content_desc):
27641          Extract TrackNumber metadata + clean up code
27642         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27643          Hope this is the good fix (var used unitialised)
27644
27645 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27646
27647         * ext/faad/gstfaad.c: (gst_faad_chain):
27648           Only increment timestamp if it's valid. Fixes raw AAC streams.
27649
27650 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27651
27652         * configure.ac:
27653         * gst/games/Makefile.am:
27654         * gst/games/gstpuzzle.c:
27655           add a puzzle game with...
27656         * gst/games/gstvideoimage.c:
27657         * gst/games/gstvideoimage.h:
27658           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27659           from videotestsrc and made into something that would be a nice
27660           library for a lot of other plugins.
27661
27662 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27663
27664         * configure.ac:
27665          don't compile faad plugin if a RC of 2.0 is found
27666          Fixes #155346 (and FC1 buildbot)
27667         * gst/asfdemux/gstasfdemux.c:
27668         (gst_asf_demux_process_ext_content_desc):
27669          try to make Solaris compiler happier
27670
27671 2005-01-06  Paul Jack  <pjack@sfaf.org>
27672
27673         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27674
27675         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27676           Fix segfault (#161667).
27677
27678 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27679
27680         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27681           Fix framerate reporting.
27682
27683 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27684
27685         * gst-libs/gst/riff/riff-ids.h:
27686         * gst/wavenc/riff.h:
27687          Add AMR (VBR and CBR) ids to riff.h audio codec list
27688         * gst/asfdemux/gstasfdemux.c:
27689         (gst_asf_demux_process_ext_content_desc),
27690         (gst_asf_demux_process_object):
27691           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27692
27693 2005-01-05  Martin Eikermann  <meiker@upb.de>
27694
27695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27696
27697         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27698         (gst_dvd_demux_handle_discont):
27699         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27700         (gst_mpeg_demux_handle_discont):
27701           Recreate pads on new-media (#160730).
27702         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27703           Send discont even if manager changes timestamps (#161929).
27704
27705 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27706
27707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27708
27709         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27710           Fix invalid memory access (#159211).
27711
27712 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27713
27714         * examples/gstplay/player.c: (main):
27715           Don't iterate.
27716         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27717           Add visualizations.
27718         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27719         (gst_a52dec_handle_frame):
27720           Set duration.
27721         * ext/dvdnav/gst-dvd:
27722           Add audioconvert. Fixes #161325.
27723         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27724           Explicitely case to gint64. Possible valgrind error.
27725         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27726         (gst_play_tick_callback), (gst_play_change_state),
27727         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27728         (gst_play_set_location), (gst_play_get_location),
27729         (gst_play_seek_to_time), (gst_play_set_data_src),
27730         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27731         (gst_play_set_visualization), (gst_play_connect_visualization),
27732         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27733         (gst_play_new):
27734           Use playbin. Fixes #139749 and #147744.
27735         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27736           Add genre tag.
27737         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27738         (audioscale_get_type), (gst_audioscale_base_init),
27739         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27740         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27741         (gst_audioscale_link), (gst_audioscale_get_buffer),
27742         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27743         (gst_audioscale_init), (gst_audioscale_dispose),
27744         (gst_audioscale_chain), (gst_audioscale_set_property),
27745         (gst_audioscale_get_property), (plugin_init):
27746           Indent properly.
27747         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27748           Fix LPCM.
27749         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27750         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27751         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27752           Add more metadata (fixes #162656).
27753
27754 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27755
27756         * configure.ac:
27757           back to cvs
27758
27759 === release 0.8.7 ===
27760
27761 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27762
27763         * NEWS:
27764         * RELEASE:
27765         * configure.ac:
27766           releasing 0.8.7, "Hyperspace"
27767
27768 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27769
27770         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27771
27772         * gst/playback/gstplaybasebin.c:
27773          Fix for #162924 - free caps after use, not before
27774
27775 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27776
27777         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27778
27779         * gst/playback/gstplaybasebin.c:
27780         * gst/wavparse/gstwavparse.c:
27781           Fix for #154773 - fixes playback of small .wav files
27782
27783 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27784
27785         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27786
27787         * gst/audioscale/gstaudioscale.c:
27788           Fix for #162819 - make audioscale reusable
27789           Fixes playback of more than one file with playbin/totem
27790
27791 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27792
27793         * gst/ffmpegcolorspace/avcodec.h:
27794         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27795         * gst/ffmpegcolorspace/imgconvert.c:
27796           clean up the mess that made me cry and avoid needless duplication
27797
27798 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27799
27800         * gst/ffmpegcolorspace/imgconvert.c:
27801           give some indication of why we're segfaulting
27802
27803 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27804
27805         * configure.ac:
27806           Fix indentation, fix v4l2 plugin detection.
27807         * ext/Makefile.am:
27808           Fix libmms location (Maciej, use diff -u!).
27809         * ext/alsa/gstalsa.c: (gst_alsa_init):
27810           Initialize caps cache to NULL.
27811         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27812           Only change state on audiosink if it exists.
27813
27814 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27815
27816         * gst/matroska/matroska-demux.c:
27817         * gst/matroska/matroska-ids.h:
27818         * gst/matroska/matroska-demux.h:
27819         Fix Vorbis streams failing to decode in some files, where cluster_time
27820         isn't 0, because then it doesn't send codec_priv before actual data.
27821         Remove time-based test and replace it with marker set on beginning of
27822         new stream
27823
27824 2004-12-28  David Schleef  <ds@schleef.org>
27825
27826         Merge patch from Ronald fixing problems with streaming
27827         text.
27828         * ext/cairo/gstcairo.c: (plugin_init):
27829         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27830         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27831         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27832         (gst_textoverlay_font_init), (gst_textoverlay_init),
27833         (gst_textoverlay_set_property):
27834         * ext/cairo/gsttextoverlay.h:
27835
27836 2004-12-27  David Schleef  <ds@schleef.org>
27837
27838         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27839         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27840         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27841         (gst_textoverlay_font_init), (gst_textoverlay_init),
27842         (gst_textoverlay_set_property): Improvements to actually
27843         render text as white on black outline on video, including
27844         font selection and horizontal/vertical alignment.  (Ronald's
27845         christmas present)
27846         * ext/cairo/gsttextoverlay.h:
27847
27848 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27849
27850         * ext/ogg/gstogg.c:
27851         * ext/ogg/gstogmparse.c:
27852           fix ogm[audio/video]parse plugin registration
27853           (riff won't load if bytestream is already loaded)
27854
27855 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27856
27857         * gst/audioconvert/gstchannelmix.c:
27858           fix for GLIB < 2.4
27859
27860 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27861
27862         * Makefile.am:
27863         * configure.ac:
27864           disable docs again until it actually passes make distcheck.
27865
27866 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27867
27868         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27869         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27870         (plugin_init):
27871           Add 3GP (variables name Q3GP because they can't start with a
27872           number). Add samr audio fourcc (used in .3gp files), decoder
27873           is work in progress. Also do a GST_WARNING instead of ERROR
27874           in case of unknown nodes, to decrease output.
27875
27876 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27877
27878         * Makefile.am:
27879           really fix dist
27880
27881 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27882
27883         * configure.ac:
27884         * ext/speex/gstspeexdec.h:
27885         * ext/speex/gstspeexenc.h:
27886           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27887           Fix detection code in configure.ac
27888
27889 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27890
27891         * gst/matroska/matroska-demux.c:
27892         (gst_matroska_demux_parse_blockgroup):
27893           Save position, so that queries give proper return values. Don't
27894           know how this could ever have worked before...
27895
27896 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27897
27898         * configure.ac:
27899           Put additional LAME check inside the conditional.  Fixes #152339
27900
27901 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27902
27903         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27904         (gst_avi_demux_stream_scan):
27905           Add some more debug. Fix logic error when setting movi offset
27906           while reading index.
27907
27908 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27909
27910         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27911         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27912         (gst_avi_demux_process_next_entry):
27913           Add some debugging. Better detection of broken indexes and the
27914           accompanying index recovery. No infinite loops on state changes
27915           when we're still in our loopfunction.
27916
27917 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27918
27919         * configure.ac:
27920           Fix up.
27921
27922 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27923
27924         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27925
27926         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27927           Normalizing the value before setting
27928         (gst_sunaudiomixer_get_volume):
27929           Normalizing the value after getting. Fixes bug# 161980
27930
27931 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27932
27933         * Makefile.am: Make sure docs gets disted
27934         * docs/Makefile.am: Make sure all needed files get disted
27935         * gst-plugins.spec.in: latest updates
27936
27937 2004-12-22  Wim Taymans  <wim@fluendo.com>
27938
27939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27940         Revert patch 1.38 as clock distribution over schedulers does
27941         not work correcly in the core yet.
27942
27943 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27944
27945         * sys/oss/README: remove this file, which predates my birth
27946           (and which content is by far outdated)
27947
27948 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27949
27950         * Makefile.am:
27951         * configure.ac:
27952         * docs/Makefile.am:
27953         * docs/libs/Makefile.am:
27954         * docs/libs/gst-plugins-libs-docs.sgml:
27955         * docs/libs/gst-plugins-libs-sections.txt:
27956         * docs/libs/tmpl/gstgconf.sgml:
27957         * docs/upload.mak:
27958         * docs/version.entities.in:
27959           Added boilerplate gtk-doc files for plugin-libs documentation.
27960
27961 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27962
27963         * gst/auparse/gstauparse.c: fix int and float audio caps
27964
27965 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27966
27967         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27968         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27969           g_assert() can be a macro, don't use #ifdef inside it.
27970
27971 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27972
27973         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27974
27975         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27976         (gst_videorate_init), (gst_videorate_chain),
27977         (gst_videorate_change_state):
27978           Event handling (fixes #159986).
27979
27980 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27981
27982         * gst-libs/gst/riff/riff-media.c:
27983         (gst_riff_create_video_caps_with_data):
27984           Add BLZ0 (Blizzard's version of DivX) fourcc.
27985
27986 2004-12-18  David Schleef  <ds@schleef.org>
27987
27988         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27989         portability fix.
27990
27991 2004-12-18  David Schleef  <ds@schleef.org>
27992
27993         * gst/tta/ttadec.h: Disable some header code that isn't used
27994         and clearly isn't portable.
27995
27996 2004-12-18  David Schleef  <ds@schleef.org>
27997
27998         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27999         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28000         (avcodec_get_pix_fmt), (avpicture_layout),
28001         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28002         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28003         Fix code to not use GCC extensions (and c99 extensions that
28004         Forte does not like.)
28005
28006 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28007
28008         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28009
28010         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28011         (gst_deinterlace_chain):
28012           Rowstride fixes. Fixes #161039.
28013         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28014         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28015         (gst_video_crop_getcaps), (gst_video_crop_link),
28016         (gst_video_crop_i420), (gst_video_crop_chain),
28017         (gst_video_crop_change_state):
28018           Rework of negotiation. Actually works now. Fixes #158650.
28019
28020 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28021
28022         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28023           That was very stupid.
28024
28025 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28026
28027         * gst/matroska/matroska-demux.c:
28028         (gst_matroska_demux_parse_blockgroup):
28029           Fix possible crasher.
28030
28031 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28032
28033         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28034         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28035           Lace sizes can be zero.
28036
28037 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28038
28039         * ext/musepack/gstmusepackdec.cpp:
28040           Fetch error return values. Fixes #161624.
28041         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28042           Really EOS.
28043
28044 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28045
28046         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28047           Work for truncated (unfinished download etc.) files. Fixes #160514.
28048
28049 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28050
28051         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28052           Fix for integer overflow. Makes #156001 not crash. Probably masks
28053           the real bug.
28054
28055 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28056
28057         * gst/ac3parse/gstac3parse.c: (plugin_init):
28058           Parsers never have ranks. Fixes #159651.
28059
28060 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28061
28062         * gst/playback/gstdecodebin.c: (compare_ranks):
28063           make sure the facotries are ordered the same every time even if they
28064           have the same rank by using the name
28065         * gst/playback/gstdecodebin.c: (find_compatibles):
28066           make sure we don't add factories to the list twice
28067
28068 2004-12-16  David Schleef  <ds@schleef.org>
28069
28070         * configure.ac: look for musepack headers as musepack/*.h
28071         (fixes #159847)
28072         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28073         * ext/musepack/gstmusepackreader.h: same
28074
28075 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28076
28077         * gst-libs/gst/riff/riff-read.c:
28078         (gst_riff_read_strf_auds_with_data):
28079           Read extradata correctly (fixes #155879).
28080
28081 2004-12-16  David Schleef  <ds@schleef.org>
28082
28083         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28084         audio.  does _not_ attempt or allow conversion unless channels
28085         is 1 or 2.
28086
28087 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28088
28089         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28090
28091 2004-12-16  David Schleef  <ds@schleef.org>
28092
28093         * gst/audioscale/gstaudioscale.c: the resample library only
28094         handles 1 or 2 channels.  Change caps to compensate.
28095
28096 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28097
28098         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28099         (gst_matroska_demux_audio_caps):
28100           Some MPEG-AAC hacks, because else it doesn't work...
28101
28102 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28103
28104         * gst-libs/gst/riff/riff-media.c:
28105         (gst_riff_create_video_caps_with_data),
28106         (gst_riff_create_video_template_caps):
28107           Add h264.
28108
28109 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28110
28111         * gst-libs/gst/audio/Makefile.am:
28112           Try to fix buildbot.
28113
28114 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28115
28116         * gst/tcp/gstmultifdsink.c:
28117           Clean up and uniformize debugging.
28118
28119 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28120
28121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28122
28123         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28124         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28125         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28126         (gst_mpeg_demux_change_state):
28127           Reset on ready. Fixes 160276.
28128
28129 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28130
28131         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28132
28133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28134         (gst_ffmpegcsp_pad_link):
28135           Fix memleak (#154815).
28136
28137 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28138
28139         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28140
28141         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28142         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28143         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28144         * ext/musicbrainz/gsttrm.h:
28145           Add support for using a proxy server when getting a trm id from
28146           the MusicBrainz database (#149613).
28147
28148 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28149
28150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28151
28152         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28153         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28154           Fix memleaks (#157233).
28155
28156 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28157
28158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28159
28160         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28161         * gst-libs/gst/resample/resample.h:
28162         * gst/audioscale/gstaudioscale.c:
28163           Fix memleak (#159215).
28164
28165 2004-12-16  Toni Willberg  <toniw@iki.fi>
28166
28167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28168
28169         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28170         * sys/oss/oss_probe.c: (main):
28171           Check for mono/stereo support (similar to samplerate probing),
28172           fixes #159433. Also add missing copyright header to oss_probe.c.
28173
28174 2004-12-15  David Schleef  <ds@schleef.org>
28175
28176         * configure.ac: add audioresample and cairo plugins.  Remove
28177         HAVE_MMX stuff, because it's not used.
28178         * ext/Makefile.am: same
28179         * ext/audioresample/Makefile.am: You are not ready for an
28180         audio resampling element based on audioresample.
28181         * ext/audioresample/gstaudioresample.c:
28182         * ext/audioresample/gstaudioresample.h:
28183         * ext/cairo/Makefile.am: You are not ready for overlay elements
28184         based on cairo.  Don't look too closely, these elements kinda
28185         suck right now.
28186         * ext/cairo/gstcairo.c: new
28187         * ext/cairo/gsttextoverlay.c: new
28188         * ext/cairo/gsttextoverlay.h: new
28189         * ext/cairo/gsttimeoverlay.c: new
28190         * ext/cairo/gsttimeoverlay.h: new
28191         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28192         problem with compilers that don't support variadic macros.
28193
28194 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28195
28196         Reviewed by:  David Schleef  <ds@schleef.org>
28197
28198         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28199         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28200         bit.  Also ran indent-gst.
28201         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28202         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28203         (gst_sunaudiosrc_setparams):
28204
28205 2004-12-14  David Schleef  <ds@schleef.org>
28206
28207         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28208         output rate to 16000.  Should fix #160235.
28209
28210 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28211
28212         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28213         Add typefinding for mpeg2 pes streams
28214
28215 2004-12-13  David Schleef  <ds@schleef.org>
28216
28217         * configure.ac:  Applied patch from bug #143659, making default
28218         sources and sinks OS-dependent (for Solaris), and added code
28219         for OS/X.
28220         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28221
28222 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28223
28224         * gst-libs/gst/riff/riff-media.c:
28225           forgot to add h2.64 to avidemux template caps
28226
28227 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28228
28229         * gst/wavenc/riff.h:
28230         * gst-libs/gst/riff/riff-media.c:
28231         * gst-libs/gst/riff/riff-ids.h:
28232         * gst/avi/gstavimux.c
28233         add 4CC code for VideoSoft h264 in AVI (VSSH)
28234           fixes bug #160655
28235         remove s323 from riff, it's quicktime specific :(
28236
28237 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28238
28239         * gst/asfdemux/README
28240         * gst/wavenc/riff.h
28241         * gst-libs/gst/riff/riff-ids.h
28242         * gst-libs/gst/riff/riff-media.c
28243         * gst/qtdemux/qtdemux.c:
28244           add new 4CC codes for h263 related codecs
28245           fixes partially bug #155163
28246
28247 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28248
28249         * configure.ac: Update polyaudio requirement to 0.7
28250         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28251
28252 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28253
28254         * gst/interleave/deinterleave.c:
28255         fix my name's spelling! :)
28256
28257 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28258
28259         * AUTHORS ChangeLog
28260         * gst/auparse/gstauparse.c
28261         * gst/interleave/deinterleave.c
28262         * gst/law/:
28263                 alaw-decode.c alaw-encode.c
28264                 mulaw-decode.c mulaw-encode.c
28265         * gst/oneton/gstoneton.c
28266         * sys/osxaudio/:
28267                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28268         * sys/osxvideo/:
28269                 cocoawindow.h cocoawindow.m
28270                 osxvideosink.h osxvideosink.m
28271
28272         put the same mail address for Zaheer Abbas Merali everywhere
28273
28274 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28275
28276         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28277           Align by packetsize, and assert that we a packet available before
28278           playing. The first makes webstreams work (they often include
28279           trailing padding data in a packet), the second allows pausing a
28280           ASF stream in totem without getting demux errors afterwards.
28281
28282 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28283
28284         * ext/ogg/gstoggdemux.c: (get_relative):
28285           Check for non-NULL before accessing member (end-of-chain).
28286
28287 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28288
28289         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28290         (cdparanoia_set_property), (cdparanoia_get_property):
28291         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28292         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28293         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28294         (dvdreadsrc_init), (dvdreadsrc_set_property),
28295         (dvdreadsrc_get_property):
28296         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28297         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28298           Synchronize property names where not yet the case. Devices are
28299           now device=X, other versions are deprecated (but still exist).
28300           Also use g_free() unconditionally.
28301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28302         (setup_source), (gst_play_base_bin_get_property):
28303           Expose source.
28304
28305 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28306
28307         * configure.ac: move GCONF macro outside conditional for the am
28308           conditional. Fixes #160439
28309
28310 2004-12-08  David Schleef  <ds@schleef.org>
28311
28312         * tools/gst-visualise-m.m: Switch to elements that currently
28313         exist.
28314
28315 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28316
28317         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28318           We love wrong commas.
28319
28320 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28321
28322         * gst/matroska/matroska-demux.c:
28323         (gst_matroska_demux_handle_src_query):
28324           Don't set DEFAULT, unsupported - makes length display incorrectly
28325           in some cases.
28326
28327 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28328
28329         * gst/monoscope/README: remove blurb about files being GPL
28330         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28331         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28332           monoscope is now effectively LGPL licensed
28333
28334 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28335
28336         * gst/monoscope/README: Update information to be more correct
28337         * gst/monoscope/convolve.c: Relicense to LGPL
28338         * gst/monoscope/convolve.h: Relicense to LGPL
28339
28340 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28341
28342         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28343           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28344         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28345           set default_duration for mpeg1 audio
28346
28347 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28348
28349         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28350         * ext/alsa/gstalsa.h:
28351           refactor big chunks of the core caps negotiation code to make it
28352           a lot faster, because people claim it's really slow
28353           (actually, just cache the getcaps when the device is opened)
28354
28355 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28356
28357         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28358         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28359         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28360         (gst_a52dec_change_state), (plugin_init):
28361         * ext/a52dec/gsta52dec.h:
28362           Do something useful with timestamps. Make chain-based (since
28363           there's really no reason to be loopbased).
28364         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28365           Update current_byte/frame correctly.
28366
28367 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28370         (gst_ape_demux_stream_init):
28371           Forward tags, too.
28372
28373 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28376           Let's make sure we're done typefinding when detecting tags.
28377
28378 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28379
28380         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28381         (gst_ebml_read_init), (gst_ebml_read_use_event),
28382         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28383         (gst_ebml_read_seek), (gst_ebml_read_skip),
28384         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28385         (gst_ebml_read_master):
28386         * gst/matroska/ebml-read.h:
28387         * gst/matroska/matroska-demux.c:
28388         (gst_matroska_demux_parse_contents),
28389         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28390           Disgustingly evil hack for working around INTERRUPT events and
28391           their extremely annoying habit of being a pain in the ass. We
28392           simply peek a cluster before reading any of it.
28393
28394 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28395
28396         * ext/musepack/gstmusepackdec.cpp:
28397           There's also floating point libmusepacks.
28398
28399 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28400
28401         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28402         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28403           Set DURATION even if source buffer didn't. Also use increasing
28404           timestamps.
28405         * gst-libs/gst/riff/riff-media.c:
28406         (gst_riff_create_audio_caps_with_data):
28407           Block_align can have larger values than 8192.
28408
28409 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28410
28411         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28412         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28413         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28414         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28415           Fix caps.
28416
28417 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28418
28419         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28420           Fix logic bug.
28421
28422 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28423
28424         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28425           Yay, another one.
28426
28427 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28428
28429         * ext/esd/esdsink.c: (gst_esdsink_chain):
28430           Make error actually say something useful (fixes #156798).
28431         * gst-libs/gst/riff/riff-media.c:
28432         (gst_riff_create_video_caps_with_data),
28433         (gst_riff_create_video_template_caps):
28434           Add Intel Video 5.0 fourcc (IV50).
28435
28436 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28437
28438         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28439         detection on mono and stereo mp3 files.
28440
28441 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28442
28443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28444           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28445           the contained stream).
28446
28447 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28448
28449         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28450           Oops, remove debug.
28451
28452 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28453
28454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28455
28456         * gst/law/alaw-decode.c: (alawdec_getcaps):
28457         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28458           Prevent warnings when negotiating caps (fixes #159338).
28459
28460 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28461
28462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28463         (gst_ffmpegcsp_chain):
28464           Remove old leftover that shouldn't be there...
28465
28466 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28467
28468         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28469
28470         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28471           Don't forward DISCONT events (fixes #159684).
28472
28473 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28474
28475         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28476           Unlink manually since sometimes bin disposal (and therefore
28477           pad unlinking) is delayed, which will cause a new media file
28478           to not be able to start playing instantly.
28479
28480 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28481
28482         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28483           On mute of an unlinked stream, check for pad availability so
28484           we don't crash on unlinked pad.
28485
28486 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28487
28488         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28489         (gst_avi_demux_massage_index):
28490           Fix quite humiliating bug in omitting 0-sized index chunks but
28491           forgetting to count them for timestamps.
28492
28493 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28494
28495         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28496           Actually leave the loop if we failed to sync. Don't crash.
28497
28498 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28499
28500         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28501         (gst_dvd_demux_process_private):
28502         * gst/mpegstream/gstdvddemux.h:
28503           Fix crash (#159759). Doesn't work, though. :-(.
28504
28505 2004-11-28  Benjamin Otte  <otte@gnome.org>
28506
28507         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28508           more overwriting protection due to modifying channels one by one
28509           instead of all at once
28510
28511 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28512
28513         * gst/audioconvert/gstchannelmix.c:
28514         (gst_audio_convert_fill_normalize):
28515           Normalize using absolute values.
28516
28517 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28518
28519         * configure.ac:
28520         * ext/Makefile.am:
28521         * ext/directfb/Makefile.am:
28522         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28523         (gst_directfbvideosink_get_pixel_format),
28524         (gst_directfbvideosink_get_format_from_fourcc),
28525         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28526         (gst_directfbvideosink_sink_link),
28527         (gst_directfbvideosink_change_state),
28528         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28529         (gst_directfbvideosink_buffer_alloc),
28530         (gst_directfbvideosink_interface_supported),
28531         (gst_directfbvideosink_interface_init),
28532         (gst_directfbvideosink_navigation_send_event),
28533         (gst_directfbvideosink_navigation_init),
28534         (gst_directfbvideosink_set_property),
28535         (gst_directfbvideosink_get_property),
28536         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28537         (gst_directfbvideosink_base_init),
28538         (gst_directfbvideosink_class_init),
28539         (gst_directfbvideosink_get_type), (plugin_init):
28540         * ext/directfb/directfbvideosink.h: Adding a first version of
28541         directfbvideosink.
28542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28543         more.
28544
28545 2004-11-28  Benjamin Otte  <otte@gnome.org>
28546
28547         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28548           walk the samples backwards if out_channels > in_channels so we don't
28549           overwrite data
28550
28551 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28552
28553         * gst/audioconvert/Makefile.am:
28554         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28555         (gst_audio_convert_link), (gst_audio_convert_change_state),
28556         (gst_audio_convert_channels):
28557         * gst/audioconvert/gstchannelmix.c:
28558         (gst_audio_convert_unset_matrix),
28559         (gst_audio_convert_fill_identical),
28560         (gst_audio_convert_fill_compatible),
28561         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28562         (gst_audio_convert_fill_others),
28563         (gst_audio_convert_fill_normalize),
28564         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28565         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28566         * gst/audioconvert/gstchannelmix.h:
28567           Implement a channel mixer.
28568
28569 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28570
28571         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28572         * ext/alsa/gstalsa.h:
28573         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28574         Make alsasink actually honor gst_element_set_clock and use that
28575         clock instead of its internal one.
28576
28577 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28578
28579         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28580         (gst_play_base_bin_change_state): nullify source and decoder when
28581         going from READY to NULL so that we don't try to do weird stuff with
28582         them when going from NULL to READY
28583         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28584         instead of g_object_unref
28585         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28586         it should be correct
28587         (gst_play_bin_change_state): don't call remove_sinks if we are
28588         currently disposing the object
28589
28590 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28591
28592         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28593           Don't forget bass if it's there. Else left channel is silent...
28594
28595 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28596
28597         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28598         (gst_a52dec_change_state):
28599           Don't do sample adjusting anymore, we use float audio now.
28600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28601           Don't fixate to non-existing properties.
28602
28603 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28604
28605         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28606         (gst_a52dec_change_state):
28607           Advertise that we can do surround sound.
28608
28609 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28610
28611         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28612           Add buffer-frames=0.
28613         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28614         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28615         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28616         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28617         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28618         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28619         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28620         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28621         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28622         * ext/dvdread/dvdreadsrc.h:
28623           Add seeking, querying for bytes, sectors, title, angle and
28624           chapter. Handle multiple chapters. Relicense to LGPL because
28625           Billy agreed on that (thanks Billy!).
28626
28627 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28628
28629         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28630         call parent dispose method
28631
28632 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28633
28634         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28635         (gst_audio_clock_get_internal_time):
28636         Fix active <-> inactive transitions: ensure time value always
28637         grows and avoid abrupt value changes.
28638
28639 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28640
28641         * configure.ac:
28642         * gst/tta/Makefile.am:
28643         * gst/tta/crc32.h:
28644         * gst/tta/filters.h:
28645         * gst/tta/gsttta.c:
28646         * gst/tta/gstttadec.c:
28647         * gst/tta/gstttadec.h:
28648         * gst/tta/gstttaparse.c:
28649         * gst/tta/gstttaparse.h:
28650         * gst/tta/ttadec.h:
28651           added TTA parser and decoder
28652
28653 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28654
28655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28656         (probe_triggered), (check_queue), (buffer_underrun),
28657         (buffer_running), (buffer_overrun), (gen_source_element),
28658         (setup_source):
28659         * gst/playback/gstplaybasebin.h:
28660           Implement buffering. Needs some more work.
28661
28662 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28663
28664         * ext/theora/theoradec.c: (theora_dec_chain):
28665           Fix ilog mask range overflow.
28666
28667 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28668
28669         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28670           Don't omit the last (which in case of dmix is the only :) )
28671           channel count. Don't set channels if <= 2.
28672
28673 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28674
28675         * gst/playback/gstplaybin.c: (gen_video_element),
28676         (gen_audio_element): Removed 2 obsolete comments
28677
28678 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28679
28680         * ext/vorbis/oggvorbisenc.c
28681         * ext/vorbis/vorbisenc.c :
28682           change description fields of those plugins to differentiate them
28683           (pitivi show Encoders by description, they had the same one)
28684
28685 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28686
28687         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28688
28689         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28690         (gst_play_bin_set_property), (gen_video_element),
28691         (gen_audio_element):
28692           Refcounting fixes for provided audio-/videosinks.
28693
28694 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28695
28696         * gst/playback/gstplaybin.c: (gen_video_element),
28697         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28698           Don't reference all sinks, but only the video- and audiosinks.
28699           The vis. element should be disposed when we're done with it.
28700           We don't have any reason to keep it around. This fixes warnings
28701           when reusing playbin for playing multiple audio files with
28702           vis. enabled. Also release audio device on pause - idea stolen
28703           from Rhythmbox.
28704
28705 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28706
28707         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28708         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28709         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28710         * ext/alsa/gstalsaplugin.c: (plugin_init):
28711         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28712         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28713         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28714         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28715         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28716         (gst_faad_change_state), (plugin_init):
28717         * ext/faad/gstfaad.h:
28718         * ext/vorbis/vorbis.c: (plugin_init):
28719         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28720         * gst-libs/gst/audio/Makefile.am:
28721         * gst-libs/gst/audio/audio.c: (plugin_init):
28722         * gst-libs/gst/audio/multichannel.c:
28723         (gst_audio_check_channel_positions),
28724         (gst_audio_get_channel_positions),
28725         (gst_audio_set_channel_positions),
28726         (gst_audio_set_structure_channel_positions_list),
28727         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28728         (gst_audio_fixate_channel_positions):
28729         * gst-libs/gst/audio/multichannel.h:
28730         * gst-libs/gst/audio/testchannels.c: (main):
28731         * gst/audioconvert/gstaudioconvert.c:
28732         (gst_audio_convert_class_init), (gst_audio_convert_init),
28733         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28734         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28735         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28736         * gst/audioconvert/plugin.c: (plugin_init):
28737           Surround sound support.
28738
28739 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28740
28741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28742           Fix position for discont if we're close as well. Nitpicking, but
28743           saves a few milliseconds of extra waiting or skipping.
28744
28745 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28746
28747         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28748           We sometimes need parsers for playback, so add those too.
28749
28750 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28751
28752         * configure.ac:
28753         * gst/apetag/Makefile.am:
28754         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28755         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28756         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28757         (gst_ape_demux_get_src_query_types),
28758         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28759         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28760         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28761         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28762         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28763         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28764         (gst_ape_demux_change_state):
28765         * gst/apetag/apedemux.h:
28766         * gst/apetag/apetag.c: (plugin_init):
28767         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28768         (plugin_init):
28769           APE v1/2 tag reader plus typefind function.
28770
28771 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28772
28773         * configure.ac:
28774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28775         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28776           Remove hacks for older core. Require newer core version
28777           accordingly.
28778
28779 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28780
28781         * gst/cdxaparse/Makefile.am:
28782         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28783         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28784         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28785         * gst/cdxaparse/gstcdxaparse.h:
28786         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28787         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28788         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28789         (gst_cdxastrip_get_src_query_types),
28790         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28791         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28792         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28793         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28794         * gst/cdxaparse/gstcdxastrip.h:
28795           SVCD/VCD header stripping separated from CDXA image parsing.
28796         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28797         (plugin_init):
28798           Add VCD/SVCD header typefinding for VCD/SVCD.
28799         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28800         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28801         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28802         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28803         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28804         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28805         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28806         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28807         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28808         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28809         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28810         * sys/vcd/vcdsrc.h:
28811           Fix up, add seeking, querying, URI interface. Works in totem now.
28812
28813 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28814
28815         * configure.ac:
28816           back to CVS
28817
28818 === release 0.8.6 ===
28819
28820 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28821
28822         * NEWS:
28823         * RELEASE:
28824         * configure.ac:
28825         * po/af.po:
28826         * po/az.po:
28827         * po/cs.po:
28828         * po/en_GB.po:
28829         * po/hu.po:
28830         * po/it.po:
28831         * po/nb.po:
28832         * po/nl.po:
28833         * po/or.po:
28834         * po/sq.po:
28835         * po/sr.po:
28836         * po/sv.po:
28837         * po/uk.po:
28838           releasing 0.8.6, "IOU Love"
28839
28840 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28841
28842         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28843
28844         * gst/playback/gstplaybasebin.c:
28845           Fix unplayable files error handling.  Fixes #158365
28846
28847 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28848
28849         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28850
28851         * gst/typefind/gsttypefindfunctions.c:
28852           Fix broken mp3 typefinding.  Fixes #158375
28853
28854 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28855
28856         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28857
28858         * ext/ogg/gstoggdemux.c:
28859           Fix sync on broken files.  Fixes #158976
28860
28861 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28862
28863         patch by: Edward Hervey <bilboed@bilboed.com>
28864
28865         * ext/libpng/gstpngenc.c:
28866           Copy over buffer properties.  Fixes #158832
28867
28868 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28869
28870         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28871
28872         * ext/dvdread/dvdreadsrc.c:
28873           Fixes invalid reads (#158462)
28874
28875 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28876
28877         * sys/v4l/gstv4lsrc.c:
28878         * sys/v4l/gstv4lsrc.h:
28879         * sys/v4l/v4lsrc_calls.c:
28880           Probe less and cache it.  Fixes #159187.
28881
28882 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28883
28884         * gst/videorate/gstvideorate.c:
28885           Handle all video formats. Fixes #159186.
28886
28887 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28888         * gst/synaesthesia/gstsynaesthesia.c:
28889         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28890         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28891         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28892         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28893         (gst_synaesthesia_change_state), (plugin_init):
28894         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28895         Force 320x200 output, as that's the only thing the underlying
28896         synaesthesia implementation supports. Still needs to be made
28897         re-entrant.
28898
28899 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28900
28901         * configure.ac:
28902           Fix mpeg2enc configure check (similar to mplex check below).
28903
28904 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28905
28906         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28907
28908         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28909           Fix for gcc-2.95 (fixes #158221).
28910
28911 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28912
28913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28914           Re-add clock distribution hack (until new core is released).
28915           Fixes #158125.
28916
28917 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28918         * configure.ac:
28919           fix mplex configure check segfaulting on some systems (bug #140994)
28920
28921 2004-11-13  Benjamin Otte  <otte@gnome.org>
28922
28923         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28924           add debugging
28925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28926           do a wait when we enter the loop func with no data available to
28927           write instead of getting into an 100% CPU loop by just returning and
28928           being called again by the scheduler
28929
28930 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28931
28932         * configure.ac:
28933         * ext/libvisual/visual.c: (gst_visual_get_type),
28934         (libvisual_log_handler), (gst_visual_getcaps),
28935         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28936         (plugin_init):
28937           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28938         * ext/smoothwave/Makefile.am:
28939         * ext/smoothwave/demo-osssrc.c: (main):
28940         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28941         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28942         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28943         (plugin_init):
28944         * ext/smoothwave/gstsmoothwave.h:
28945           Make gstsmoothwave a working element in the 20th century.
28946
28947         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28948           Fix incorrect link function
28949
28950 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28951
28952         * gst/volume/gstvolume.c:
28953           Allow buffer-frames=0.
28954
28955 2004-11-12 Iain <iaingnome@gmail.com>
28956
28957         * configure.ac: Check for polypaudio
28958
28959         * ext/Makefile.am: Build the polyp dir
28960
28961         * ext/polyp: The polypsink sources.
28962
28963 2004-10-30 Iain <iaingnome@gmail.com>
28964
28965         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28966         caps to reflect the new number of channels.
28967
28968 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28969
28970         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28971           Fix for negotiation order problem. This would show when the
28972           ALSA loopfuction was called before any other function. ALSA
28973           wouldn't do anything because we're not negotiated yet, leading
28974           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28975
28976 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28977
28978         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28979
28980         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28981           No warnings (#157986).
28982
28983 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28984
28985         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28986           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28987
28988 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28989
28990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28991           Signal no-more-pads (so it works in playbin).
28992
28993 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28994
28995         * ext/musepack/gstmusepackreader.cpp:
28996           Workaround for older core.
28997
28998 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28999
29000         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29001           Actually test for odd width/height rather than testing whether
29002           a temporary variable that was 0 before we subtracted 1 is now
29003           not equal to zero (which it always is).
29004
29005 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29006
29007         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29008         Fix compilation if HAVE_XVIDEO is not defined
29009
29010 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29011
29012         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29013         Fix compilation if HAVE_XVIDEO is not defined
29014
29015 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29016
29017         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29018         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29019         (gst_goom_change_state), (plugin_init):
29020         Use the bytestream adapter so goom doesn't depend on the input
29021         buffer size.
29022         Add a debug category
29023
29024 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29025
29026         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29027           Only set hardware parameters *after* negotiation. Before
29028           negotiation, it will set ANY and that seems to cause crashes
29029           (see e.g. #151288, #153227).
29030
29031 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29032
29033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29034           This seems to be antique leftover. It needs to pass error
29035           checking.
29036         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29037         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29038         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29039         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29040           Fix GstXOverlay implementation (#151059).
29041
29042 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29043
29044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29045           Don't assert (#157853).
29046
29047 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29048
29049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29050           Fix bytes/samples confustion.
29051         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29052           Fix for underrun (#144389).
29053
29054 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29055
29056         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29057           Disable halfway-seek for pending release (since it needs a new
29058           core release).
29059
29060 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29061
29062         * sys/v4l/gstv4lsrc.c:
29063         * sys/v4l/gstv4lsrc.h:
29064         * sys/v4l/v4lsrc_calls.c:
29065           add autoprobe-fps property so we can separate autoprobing parts
29066
29067 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29068
29069         * sys/v4l/gstv4lsrc.c:
29070         * sys/v4l/v4lsrc_calls.c:
29071         initialise fourcc to catch unset fourcc's, and debug
29072
29073 2004-11-09  Wim Taymans  <wim@fluendo.com>
29074
29075         * gst/playback/README:
29076         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29077         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29078         (gst_play_bin_dispose), (gst_play_bin_set_property),
29079         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29080         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29081         (gst_play_bin_get_formats), (gst_play_bin_convert),
29082         (gst_play_bin_get_query_types), (gst_play_bin_query):
29083         Cleanups and some more documentation.
29084
29085 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29086
29087         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29088         (gst_cacasink_init), (gst_cacasink_chain):
29089         * ext/libcaca/gstcacasink.h:
29090         Cacasink inherits from VideoSink, so let that store the clock.
29091
29092 2004-11-09  Wim Taymans  <wim@fluendo.com>
29093
29094         * gst/playback/README:
29095         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29096         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29097         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29098         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29099         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29100         (setup_sinks):
29101         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29102         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29103         * gst/playback/gststreaminfo.h:
29104         Updated README.
29105         Only switch groups if all streams have muted (EOSed).
29106         Send Tags in sync with the stream playback instead of in
29107         the playback/preroll phase.
29108         Some cleanups, free the fakesrc elements.
29109
29110 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29111
29112         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29113           buffer-frames property was missing
29114         * ext/arts/gst_arts.c:
29115           rate missing from sinkcaps
29116         * ext/audiofile/gstafparse.c:
29117         * ext/audiofile/gstafsink.c:
29118         * ext/audiofile/gstafsrc.c:
29119         * ext/swfdec/gstswfdec.c:
29120           int audio doesn't know buffer-frames
29121         * ext/cdparanoia/gstcdparanoia.c:
29122           int audio doesn't know chunksize either
29123         * ext/nas/nassink.c:
29124           it's endianness, not endianess
29125         * gst-libs/gst/audio/audio.h:
29126           make float standard pad template caps really describe float
29127         * gst/law/mulaw.c: (linear_factory):
29128           signed only, please
29129         * gst/mpegstream/gstdvddemux.c:
29130           widths of 20 are not valid
29131
29132 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29133
29134         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29135
29136         * po/LINGUAS:
29137         * po/it.po:
29138           Add Italian
29139
29140 2004-11-08  Wim Taymans  <wim@fluendo.com>
29141
29142         * gst/playback/README:
29143         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29144         * gst/playback/gstplaybasebin.c: (probe_triggered),
29145         (gst_play_base_bin_change_state):
29146         Updated README, added more comments for fixmes etc..
29147
29148 2004-11-08  Wim Taymans  <wim@fluendo.com>
29149
29150         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29151         We can remove this hack now.
29152
29153 2004-11-08  Wim Taymans  <wim@fluendo.com>
29154
29155         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29156         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29157         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29158         Only mix AYUV for maximum quality.
29159
29160 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29161
29162         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29163         (gst_ogg_demux_push), (gst_ogg_pad_push):
29164           Let's act as if we're synchronized now! :).
29165         * ext/theora/theoradec.c: (theora_dec_chain):
29166           Add some debug.
29167
29168 2004-11-08  Wim Taymans  <wim@fluendo.com>
29169
29170         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29171         (gst_alpha_set_property), (gst_alpha_sink_link),
29172         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29173         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29174         (gst_alpha_init_params), (gst_alpha_chain):
29175         Implement alpha functions for AYUV too, this increases
29176         accuracy quite a bit.
29177
29178 2004-11-08  Wim Taymans  <wim@fluendo.com>
29179
29180         * gst/ffmpegcolorspace/avcodec.h:
29181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29182         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29183         (gst_ffmpegcsp_avpicture_fill):
29184         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29185         (gst_ffmpegcsp_caps_remove_format_info):
29186         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29187         (shrink12), (img_get_alpha_info), (deinterlace_line),
29188         (deinterlace_line_inplace):
29189         * gst/ffmpegcolorspace/imgconvert_template.h:
29190         Added AYUV colorspace and handle RGBA a bit more respectful.
29191
29192 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29193
29194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29195           Actually always send a discont (cornercase when resending the
29196           same serial-tagged chain twice).
29197
29198 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29199
29200         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29201         (gst_ximagesink_finalize):
29202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29203         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29204
29205 2004-11-08  Wim Taymans  <wim@fluendo.com>
29206
29207         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29208         Don't segfault on NULL data.
29209
29210 2004-11-08  Wim Taymans  <wim@fluendo.com>
29211
29212         * gst/playback/gstdecodebin.c: (unlinked):
29213         * gst/playback/gstplay-marshal.list:
29214         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29215         (gst_play_base_bin_init), (group_create), (get_active_group),
29216         (get_building_group), (group_destroy), (group_commit),
29217         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29218         (add_element_stream), (no_more_pads), (probe_triggered),
29219         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29220         (state_change), (setup_source), (gst_play_base_bin_get_property),
29221         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29222         (gst_play_base_bin_link_stream),
29223         (gst_play_base_bin_get_streaminfo):
29224         * gst/playback/gstplaybasebin.h:
29225         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29226         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29227         Add support for chained ogg files. Prepare for playlist
29228         support. This patch introduces the concept of pad groups, which
29229         together compose one playable media file.
29230
29231 2004-11-07  David Schleef  <ds@schleef.org>
29232
29233         * testsuite/gst-lint: Check for pad templates that aren't statically
29234         scoped.
29235
29236 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29237
29238         * configure.ac:
29239         * ext/Makefile.am:
29240         * ext/musepack/Makefile.am:
29241         * ext/musepack/gstmusepackdec.cpp:
29242         * ext/musepack/gstmusepackdec.h:
29243         * ext/musepack/gstmusepackreader.cpp:
29244         * ext/musepack/gstmusepackreader.h:
29245           Add musepack decoder.
29246         * ext/faad/gstfaad.c: (gst_faad_base_init):
29247           Make pad templates static.
29248         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29249         (plugin_init):
29250           Add musepack typefinder, make mp3 typefinding work halfway stream,
29251           which doesn't actually work yet because id3demux doesn't implement
29252           _get_length().
29253
29254 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29255
29256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29257         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29258           Fix interrupt event handling (#144436).
29259
29260 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29261
29262         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29263           Hide unused glory.
29264
29265 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29266
29267         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29268
29269         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29270           Fix weird caps (#157548).
29271
29272 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29273
29274         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29275
29276         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29277           Add missing NULL terminator (#157543).
29278
29279 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29280
29281         * gst/tcp/gsttcp.h:
29282         * gst/tcp/gsttcpclientsink.c:
29283         * gst/tcp/gsttcpclientsrc.c:
29284         * gst/tcp/gsttcpserversink.c:
29285         * gst/tcp/gsttcpserversrc.c:
29286           ports can go up to 65535.  Move common defines to gsttcp.h
29287
29288 2004-11-05  Wim Taymans  <wim@fluendo.com>
29289
29290         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29291         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29292         Added two more colorspaces.
29293
29294 2004-11-05  Wim Taymans  <wim@fluendo.com>
29295
29296         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29297         (gst_ffmpegcsp_avpicture_fill):
29298         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29299         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29300         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29301         More stride fixes.
29302
29303 2004-11-05  Wim Taymans  <wim@fluendo.com>
29304
29305         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29306         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29307         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29308         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29309         (gst_videomixer_loop):
29310         More stride fixes.
29311
29312 2004-11-05  Benjamin Otte  <otte@gnome.org>
29313
29314         * ext/mad/gstmad.c: (gst_mad_chain):
29315           don't overflow data buffer. Flush not needed sync data when syncing
29316           failed.
29317
29318 2004-11-04  Wim Taymans  <wim@fluendo.com>
29319
29320         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29321         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29322         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29323         (gst_alpha_init_params), (gst_alpha_chain),
29324         (gst_alpha_change_state):
29325         Updated the chroma keying algorithm with something more
29326         sophisticated.
29327
29328 2004-11-03  Wim Taymans  <wim@fluendo.com>
29329
29330         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29331         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29332         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29333         Fix stride issues. Does not completely work for odd
29334         heights.
29335
29336 2004-11-03  Wim Taymans  <wim@fluendo.com>
29337
29338         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29339         (gst_alpha_chroma_key), (gst_alpha_chain):
29340         Fix stride issues. Does not completely work for odd
29341         heights.
29342
29343 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29344
29345         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29346         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29347         leak fixes
29348
29349 2004-11-03  Wim Taymans  <wim@fluendo.com>
29350
29351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29352         (gst_ffmpegcsp_avpicture_fill):
29353         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29354         (avpicture_alloc):
29355         * gst/ffmpegcolorspace/imgconvert_template.h:
29356         Use correct _fill function to get correct strides.
29357
29358 2004-11-02  David Schleef  <ds@schleef.org>
29359
29360         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29361         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29362         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29363         Change all g_print()s to debugging.  Add a bunch of consistency
29364         checks.
29365
29366 2004-11-02  Wim Taymans  <wim@fluendo.com>
29367
29368         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29369         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29370         (unlinked), (no_more_pads), (close_link):
29371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29372         (unknown_type), (add_element_stream), (new_decoded_pad),
29373         (removed_decoded_pad), (setup_source):
29374         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29375         (gst_stream_info_class_init), (gst_stream_info_init),
29376         (gst_stream_info_new), (gst_stream_info_dispose),
29377         (stream_info_mute_pad), (gst_stream_info_set_property),
29378         (gst_stream_info_get_property):
29379         * gst/playback/gststreaminfo.h:
29380         Fix playback of multiple files.
29381         a slightly different approach to handling dynamic pad removals.
29382         This one only looks at pads that we have linked.
29383
29384 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29385
29386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29387         free" warning from libc.
29388
29389 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29390
29391         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29392         (get_unconnected_element), (remove_starting_from), (pad_removed),
29393         (close_link):
29394           Implement support for dynamic pad changing. We listen to "live"
29395           pad removals (i.e. while playing) and re-setup autoplugging
29396           after that. Playbasebin/playbin need some more work for this
29397           to finally work, but decodebin supports (and replugs) chained
29398           ogg now.
29399
29400 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29401
29402         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29403         (gst_alsa_finalize):
29404         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29405         (gst_cdaudio_finalize):
29406         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29407         (cdparanoia_finalize):
29408         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29409         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29410         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29411         (dvdreadsrc_finalize):
29412         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29413         (gst_flacdec_finalize):
29414         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29415         (gst_flacenc_finalize):
29416         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29417         (gst_gnomevfssink_finalize):
29418         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29419         (gst_gnomevfssrc_finalize):
29420         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29421         (gst_fameenc_finalize):
29422         * ext/nas/nassink.c: (gst_nassink_class_init),
29423         (gst_nassink_finalize):
29424         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29425         (gst_sdlvideosink_class_init):
29426         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29427         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29428         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29429         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29430         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29431         (gst_x_window_listener_dispose):
29432         * gst/audioscale/gstaudioscale.c:
29433         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29434         (play_on_demand_finalize):
29435         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29436         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29437         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29438         (cdplayer_finalize):
29439         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29440         (gst_glimagesink_class_init):
29441         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29442         (gst_osselement_finalize):
29443         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29444         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29445         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29446           Fixes a bunch of problems with finalize and dispose functions,
29447           either assumptions that dispose is only called once, or not calling
29448           the parent class dispose/finalize function
29449
29450 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29451
29452         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29453           added two api precondition guards
29454           use g_strdup with getenv to fix crash when using ENVVAR
29455
29456 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29457         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29458         (gst_esdsink_finalize):
29459         Use a finalize function, not dispose, and more importantly,
29460         call the parent class finalize function too
29461
29462 2004-11-01  Johan Dahlin  <johan@gnome.org>
29463
29464         * ext/ogg/gstoggdemux.c:
29465         * gst/tags/gstvorbistag.c:
29466         Plug leaks.
29467
29468 2004-10-31  Benjamin Otte  <otte@gnome.org>
29469
29470         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29471           lotsa memleaks today. But they're all small...
29472
29473 2004-10-31  Benjamin Otte  <otte@gnome.org>
29474
29475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29476           another memleak crushed
29477
29478 2004-10-31  Benjamin Otte  <otte@gnome.org>
29479
29480         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29481           fix memleak
29482
29483 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29484
29485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29486           Hack to prevent crash when going to READY inside signal handler
29487           while this function is active.
29488
29489 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29490
29491         * gst/ffmpegcolorspace/Makefile.am:
29492         * gst/ffmpegcolorspace/avcodec.h:
29493         * gst/ffmpegcolorspace/common.h:
29494         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29495         * gst/ffmpegcolorspace/dsputil.h:
29496         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29498         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29499         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29500         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29501         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29502         (gst_ffmpegcsp_avpicture_fill):
29503         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29505         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29506         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29507         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29508         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29509         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29510         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29511         * gst/ffmpegcolorspace/imgconvert.c:
29512         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29513         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29514         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29515         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29516         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29517         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29518         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29519         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29520         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29521         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29522         (grow21), (grow22), (grow41), (grow44), (conv411),
29523         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29524         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29525         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29526         (avpicture_free), (is_yuv_planar), (img_convert),
29527         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29528         (deinterlace_line_inplace), (deinterlace_bottom_field),
29529         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29530         * gst/ffmpegcolorspace/imgconvert_template.h:
29531         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29532         * gst/ffmpegcolorspace/mmx.h:
29533         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29534         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29535         (av_freep), (avcodec_get_context_defaults),
29536         (avcodec_alloc_context), (avcodec_init):
29537           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29538           handling plus update from ffmpeg CVS. Large clean-up.
29539
29540 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29541
29542         * gst/playback/Makefile.am:
29543           We need the marshallers for decodebin, too.
29544
29545 2004-10-30  David Schleef  <ds@schleef.org>
29546
29547         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29548           quicktime typefinding work with 64-bit offsets.
29549
29550 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29551
29552         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29553           Set EOS on the element when processing an EOS event.
29554         * ext/speex/gstspeexdec.h:
29555         * ext/speex/gstspeexenc.h:
29556           Only keep a const ptr to the mode
29557         * gst-libs/gst/riff/riff-media.c:
29558         (gst_riff_create_audio_caps_with_data),
29559         (gst_riff_create_audio_template_caps):
29560           Allow WMAV3, with up to 6 channels.
29561         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29562           Don't call gst_pad_set_event_function on a sink pad.
29563         * gst/mpegstream/gstdvddemux.c:
29564         (gst_dvd_demux_get_subpicture_stream),
29565         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29566           Copy the explicit caps that were set across to the cur_* pads,
29567           instead of trying to use a possibly non-existent negotiated caps.
29568           Reset the type of subpicture pads to UNKNOWN after calling
29569           init_stream, so that the caps get set.
29570
29571 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29572
29573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29574
29575         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29576           Don't touch buffer if it is of size 0 (fixes #151064).
29577
29578 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29579
29580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29581           Synchronized discont handling.
29582
29583 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29584
29585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29586         (gst_ogg_demux_push):
29587           Make seeking sort-of exact again (fixes #156387).
29588
29589 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29590
29591         * gst/playback/gstplaybasebin.c: (unknown_type),
29592         (add_element_stream), (new_decoded_pad),
29593         (gst_play_base_bin_change_state):
29594         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29595         (gst_stream_info_init), (gst_stream_info_new),
29596         (gst_stream_info_dispose), (gst_stream_info_get_property):
29597         * gst/playback/gststreaminfo.h:
29598           Make caps explicitely available. Makes testing for unsupported
29599           types possible. Improves error reporting.
29600
29601 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29602
29603         * gst/audioconvert/gstaudioconvert.c:
29604         (gst_audio_convert_buffer_to_default_format):
29605           Really don't touch read-only buffers (#156563).
29606
29607 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29608
29609         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29610
29611         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29612           Fix memleak (#155223).
29613
29614 2004-10-29  Wim Taymans  <wim@fluendo.com>
29615
29616         * gst/tcp/.cvsignore:
29617         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29618         (gst_multifdsink_class_init), (gst_multifdsink_init),
29619         (gst_multifdsink_add), (gst_multifdsink_remove),
29620         (gst_multifdsink_remove_client_link), (is_sync_frame),
29621         (gst_multifdsink_new_client),
29622         (gst_multifdsink_handle_client_write),
29623         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29624         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29625         (gst_multifdsink_get_property):
29626         * gst/tcp/gstmultifdsink.h:
29627         Added burst on connect sync_method, deprecated sync_clients,
29628         streamlined the sync code some more.
29629
29630 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29631
29632         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29633         (gst_play_base_bin_change_state):
29634           Improve error reporting.
29635
29636 2004-10-28  Wim Taymans  <wim@fluendo.com>
29637
29638         * gst/tcp/Makefile.am:
29639         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29640         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29641         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29642         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29643         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29644         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29645         (gst_fdset_wait):
29646         Added more locks around fdset structures. Fixed/reworked
29647         the poll array resizing code.
29648         Added stress test for fdset.
29649
29650 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29651
29652         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29653         fix build
29654
29655 2004-10-28  Benjamin Otte  <otte@gnome.org>
29656
29657         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29658           fix link function to always query channels and query width for
29659           floats
29660         * configure.ac:
29661           add equalizer dir
29662         * gst/equalizer/Makefile.am:
29663         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29664         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29665         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29666         (arg_to_scale), (setup_filter),
29667         (gst_iir_equalizer_compute_frequencies),
29668         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29669         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29670         (plugin_init):
29671           add an equalizer
29672
29673 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29674
29675         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29676
29677         * po/LINGUAS:
29678         * po/nb.po:
29679           Added Norwegian Bokmaal translation
29680
29681 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29682
29683         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29684           Don't break on options (fixes #156488).
29685
29686 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29687
29688         * configure.ac:
29689         * ext/cdaudio/Makefile.am:
29690         * sys/Makefile.am:
29691           fix build on older automake
29692
29693 2004-10-26  Wim Taymans  <wim@fluendo.com>
29694
29695         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29696         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29697         Allow a little margin when negotiating the framerate.
29698
29699 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29700
29701         * gst/level/gstlevel.c:
29702           synchonised naming of pads and pad-templates
29703
29704 2004-10-26  Wim Taymans  <wim@fluendo.com>
29705
29706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29707         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29708         (_find_streams_check), (gst_ogg_demux_push):
29709         Fix EOS again. Needs to be done in a better way. We should not
29710         remove the pad if there is no new chained stream.
29711
29712 2004-10-26 Iain <iaingnome@gmail.com>
29713
29714         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29715         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29716         of the caps.
29717         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29718         pad.
29719         (interleave_release_pad): Remove the pad.
29720         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29721         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29722         the set device.
29723         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29724         attrs
29725         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29726         (gst_xvimagesink_finalize): Free the par.
29727
29728 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29729
29730         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29731         (gst_avimux_stop_file):
29732           First calculate the rate, and only then use it. Hdr.rate is a
29733           multiple and not a derivative of hdr.scale. Scale is not the
29734           same as blockalign but is solely related to rate.
29735
29736 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29737
29738         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29739         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29740           Implement seeking.
29741
29742 2004-10-25  James Henstridge  <james@jamesh.id.au>
29743
29744         Reviewed by:  David Schleef  <ds@schleef.org>
29745
29746         * examples/gstplay/player.c: (got_stream_length), (main):
29747         * examples/seeking/cdplayer.c: (update_scale):
29748         * examples/seeking/seek.c: (format_value), (update_scale):
29749         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29750         (stop_seek):
29751         Build fixes on AMD64.
29752
29753 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29754
29755         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29756
29757         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29758         Fix for some v4l cards which hang in v4lsrc
29759
29760 2004-10-25  Wim Taymans  <wim@fluendo.com>
29761
29762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29763         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29764         Make sure to remove the pad when a new chain is
29765         encountered. Set some vars to NULL so we don't try
29766         to reference freed memory.
29767
29768 2004-10-25  Wim Taymans  <wim@fluendo.com>
29769
29770         * examples/seeking/Makefile.am:
29771         * examples/seeking/cdplayer.c: (update_scale):
29772         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29773         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29774         (format_value), (update_scale), (iterate), (start_seek),
29775         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29776         (print_usage), (main):
29777         Added some more examples, update others.
29778
29779 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29782         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29783         * ext/theora/theoradec.c: (theora_dec_chain):
29784         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29785           Add codec-name metadata.
29786
29787 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29788
29789         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29790
29791         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29792         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29793         * ext/alsa/gstalsamixertrack.h:
29794         * po/POTFILES.in:
29795           ALSA mixer track label internationalization (#154054).
29796
29797 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29798
29799         * ext/theora/theoradec.c: (theora_dec_chain):
29800           Export bitrate as metadata.
29801
29802 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29803
29804         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29805         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29806         * ext/alsa/gstalsamixertrack.h:
29807           Fix names, fix loop.
29808
29809 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29812         (speex_dec_convert):
29813           sinkconvert function so oggdemux can get the file length (totem).
29814
29815 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29816
29817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29818
29819         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29820           Don't push incomplete packets.
29821         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29822           Fix MPEG-4 audio typefinding.
29823
29824 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29825
29826         * sys/v4l/Makefile.am:
29827         * sys/v4l/gstv4l.c: (plugin_init):
29828         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29829         (gst_v4lelement_init), (gst_v4lelement_dispose),
29830         (gst_v4lelement_change_state):
29831         * sys/v4l/gstv4lelement.h:
29832         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29833         (gst_v4l_xoverlay_close), (idle_refresh),
29834         (gst_v4l_xoverlay_set_xwindow_id):
29835         * sys/v4l/gstv4lxoverlay.h:
29836         * sys/v4l/v4l-overlay_calls.c:
29837         * sys/v4l/v4l_calls.h:
29838         * sys/v4l2/Makefile.am:
29839         * sys/v4l2/gstv4l2.c: (plugin_init):
29840         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29841         (gst_v4l2element_init), (gst_v4l2element_dispose),
29842         (gst_v4l2element_change_state):
29843         * sys/v4l2/gstv4l2element.h:
29844         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29845         (gst_v4l2_xoverlay_close), (idle_refresh),
29846         (gst_v4l2_xoverlay_set_xwindow_id):
29847         * sys/v4l2/gstv4l2xoverlay.h:
29848         * sys/v4l2/v4l2-overlay_calls.c:
29849         * sys/v4l2/v4l2_calls.h:
29850           Remove client-side overlay handling, use the X-server v4l plugin
29851           for that. Nicer overlay, less code. Also make the plugin
29852           compileable without X (but then without overlay, obviously).
29853           Makes xwindowlistener obsolete, should we remove that?
29854
29855 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29856
29857         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29858         (gst_osssrc_src_query):
29859         * sys/oss/gstosssrc.h:
29860           OK, so people want offset in DEFAULT. This time, actually fix all
29861           cases.
29862         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29863           Add FPS properly.
29864
29865 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29866
29867         * gst/asfdemux/gstasfmux.c:
29868         * gst/avi/gstavimux.c:
29869           Framerate.
29870
29871 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29872
29873         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29874           Fix properties (channel, norm, frequency).
29875
29876 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29879           Flag typo.
29880         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29881           No warnings.
29882
29883 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29884
29885         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29886           Fix hang.
29887
29888 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29889
29890         * sys/v4l2/gstv4l2element.h:
29891           Yet Another Hack (tm) for kernel header borkedness.
29892         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29893         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29894         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29895         (gst_v4l2src_change_state):
29896         * sys/v4l2/gstv4l2src.h:
29897         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29898         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29899           Fix caps, keep track of state, work.
29900
29901 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29902
29903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29904           Quiet.
29905
29906 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29907
29908         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29909           Don't mix bytes and samples.
29910
29911 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29912
29913         * ext/ogg/gstoggmux.c:
29914           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29915           and theora. Any is incorrect.
29916         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29917           Fix caps.
29918         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29919         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29920         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29921         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29922         * sys/v4l/gstv4lmjpegsrc.h:
29923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29924         (gst_v4lsrc_change_state):
29925         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29926         (gst_v4lmjpegsrc_capture_stop):
29927           Fix caps. Keep track of internal state. Work.
29928
29929 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29930
29931         * ext/Makefile.am:
29932           Fix the build fixes.
29933
29934 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29935
29936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29937         (gst_ogg_demux_src_event), (_find_chain_seek),
29938         (gst_ogg_pad_push):
29939           Check for pad availability before using it.
29940         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29941           Fix parsing of chained ogg. Needs more work on the decoder side.
29942
29943 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29944
29945         * gst/spectrum/Makefile.am:
29946         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29947         (idle_func):
29948           Fix demo and reenable it. Yes, I'm currently playing with audio
29949           analysis tools
29950
29951 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29952
29953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29954           We love it if files that start at zero work too...
29955
29956 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29957
29958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29959           Handle files with missing EOS headers.
29960
29961 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29962
29963         * gst/tcp/gsttcpserversink.c:
29964         (gst_tcpserversink_handle_server_read),
29965         (gst_tcpserversink_init_send):
29966         Zero some variables first (need for accept not to return EINVAL)
29967
29968 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29969
29970         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29971         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29972         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29973         (theora_dec_chain):
29974         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29975         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29976           Seeking and querying finetune.
29977
29978 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29979
29980         * configure.ac:
29981         * ext/Makefile.am:
29982         * ext/raw1394/Makefile.am:
29983           fix the build
29984
29985 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29986
29987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29988           Wrong return.
29989         * gst/playback/Makefile.am:
29990         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29991         * gst/playback/gstplay-marshal.list:
29992         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29993           Fix marshallers.
29994
29995 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29996
29997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29998           Silence.
29999
30000 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30001
30002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30003         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30004         (gst_ogg_pad_push):
30005           Yay for non-lineair granulepos in theora.
30006
30007 2004-10-18  Wim Taymans  <wim@fluendo.com>
30008
30009         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30010         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30011         * ext/dv/gstdvdec.h:
30012         Make sure we renegotiate aspect ratio when the camera switches.
30013
30014 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30015
30016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30017         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30018           Start at zero.
30019         * ext/theora/theoradec.c: (theora_dec_chain):
30020           Skip headers. Bad idea for chained ogg, but fixes seeking.
30021
30022 2004-10-18  Wim Taymans  <wim@fluendo.com>
30023
30024         * configure.ac:
30025         I swear, this is the last time I touch this.
30026
30027 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30028
30029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30030         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30031         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30032           Faster seeking.
30033         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30034           Time-to-default conversion.
30035         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30036           Don't error on unknown packets, just skip. We should probably
30037           read them if we want to support chained ogg.
30038
30039 2004-10-18  Wim Taymans  <wim@fluendo.com>
30040
30041         * configure.ac:
30042         Added cdaudio to wrong list.
30043
30044 2004-10-18  Wim Taymans  <wim@fluendo.com>
30045
30046         * configure.ac:
30047         Revive cdaudio.
30048
30049 2004-10-18  Wim Taymans  <wim@fluendo.com>
30050
30051         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30052         (gst_dvdec_video_link), (gst_dvdec_push):
30053         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30054         (gst_smokeenc_resync), (gst_smokeenc_chain):
30055         Fix mimetype on smoke encoder.
30056         Add aspect ratio to dvdec. Not sure if these
30057         values are correct though....
30058
30059 2004-10-18  Wim Taymans  <wim@fluendo.com>
30060
30061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30062         Fix vorbis property descriptions and ranges.
30063
30064 2004-10-18  Wim Taymans  <wim@fluendo.com>
30065
30066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30067         Really do nothing when no data is available.
30068         Go to the playing state when the stream is not seekable
30069         instead of failing.
30070
30071 2004-10-18  Wim Taymans  <wim@fluendo.com>
30072
30073         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30074         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30075         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30076         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30077         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30078         Added uri handler for cd://
30079         Port to new API.
30080
30081 2004-10-18  Wim Taymans  <wim@fluendo.com>
30082
30083         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30084         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30085         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30086         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30087         (remove_prerolls), (unknown_type), (add_element_stream),
30088         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30089         (gst_play_base_bin_remove_element),
30090         (gst_play_base_bin_link_stream):
30091         * gst/playback/gstplaybin.c: (gen_video_element),
30092         (gen_vis_element), (remove_sinks), (setup_sinks):
30093         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30094         (gst_stream_info_get_type), (gst_stream_info_class_init),
30095         (gst_stream_info_init), (gst_stream_info_new),
30096         (gst_stream_info_dispose), (stream_info_mute_pad),
30097         (gst_stream_info_set_property), (gst_stream_info_get_property):
30098         * gst/playback/gststreaminfo.h:
30099         Add sink padtemplate to decodebin.
30100         Added some more comments.
30101         Make queue size configurable in playbasebin.
30102         Added possibility to use elements as sinks (ex cdaudio).
30103
30104 2004-10-15  Wim Taymans  <wim@fluendo.com>
30105
30106         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30107         (gst_speexenc_chain):
30108         Fix speex timestamps so that it gets muxed properly.
30109
30110 2004-10-15  Wim Taymans  <wim@fluendo.com>
30111
30112         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30113         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30114         (gst_dv1394src_init), (gst_dv1394src_dispose),
30115         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30116         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30117         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30118         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30119         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30120         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30121         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30122         * ext/raw1394/gstdv1394src.h:
30123         Added conversion/query functions.
30124         Update buffer timestamps,
30125         Added signals.
30126         Added uri dv:// so it might play from the firewire in playbin.
30127         Fix a possible leak.
30128         Added debugging.
30129
30130 2004-10-15  Wim Taymans  <wim@fluendo.com>
30131
30132         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30133         (gst_dv1394src_init), (gst_dv1394src_set_property),
30134         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30135         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30136         * ext/raw1394/gstdv1394src.h:
30137         Added AV/C VTR control support needed for some cameras.
30138         Added automatic port detection.
30139         Added properties for selecting the channel.
30140         The configure.ac script is not yet updated to reflect the
30141         new libavc1394 and librom1394 dependencies.
30142
30143 2004-10-15  Wim Taymans  <wim@fluendo.com>
30144
30145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30146         (qtdemux_parse), (gst_qtdemux_handle_esds):
30147         An esds box is not a container.
30148         Fix parsing of mp4v boxes.
30149         Do not try to renegotiate fps for each frame. Need to
30150         find a better method. This should fix mp4 playback.
30151
30152 2004-10-14  David Schleef  <ds@schleef.org>
30153
30154         * configure.ac: update for swfdec-0.3 and liboil-0.2
30155         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30156         * ext/swfdec/gstswfdec.h: same
30157         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30158         * gst/videotestsrc/videotestsrc.c: same
30159
30160 2004-10-14  Wim Taymans  <wim@fluendo.com>
30161
30162         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30163         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30164         (is_sync_frame), (gst_multifdsink_new_client),
30165         (gst_multifdsink_handle_client_write),
30166         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30167         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30168         Turn warnings into info.
30169         Don't allow a state change in the streaming thread.
30170
30171 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30172
30173         * ext/vorbis/oggvorbisenc.c:
30174         * ext/vorbis/vorbisdec.c:
30175           fix template sample rate
30176
30177 2004-10-13  Wim Taymans  <wim@fluendo.com>
30178
30179         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30180         Decoding the header first fixes some problems in resyncing
30181         in more mp3s.
30182
30183 2004-10-12  Wim Taymans  <wim@fluendo.com>
30184
30185         * gst/playback/gstplaybin.c: (gen_video_element),
30186         (gen_vis_element), (remove_sinks), (setup_sinks):
30187         Added vis plugin support, need to configure the vis
30188         element to activate it.
30189
30190 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30191
30192         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30193         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30194           Some debug.
30195         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30196         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30197         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30198         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30199         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30200         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30201         * gst/avi/gstavidemux.h:
30202           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30203           recovery (where, if part of the index is broken, we will still read
30204           the rest of the index and recover the broken part by stream
30205           scanning). More broken media support. EOS workarounds. General AVI
30206           braindamage headache recovery. Aspirin included.
30207
30208 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30209
30210         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30211         (cdparanoia_event), (cdparanoia_query):
30212           Get rid of hideous lead-in.
30213
30214 2004-10-11  Wim Taymans  <wim@fluendo.com>
30215
30216         * gst/playback/gstplaybasebin.c: (setup_source):
30217         Wrong var used to get g_list_next.
30218
30219 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30220
30221         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30222         (cdparanoia_get), (cdparanoia_open):
30223           Report discid as metadata, add duration.
30224
30225 2004-10-11  Wim Taymans  <wim@fluendo.com>
30226
30227         * gst/playback/gstplaybasebin.c: (setup_source):
30228         Cleanup the previous pipeline a little earlier for the
30229         case that a source element provides raw data.
30230
30231 2004-10-11  Benjamin Otte  <otte@gnome.org>
30232
30233         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30234           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30235           consuming the last 128 bytes, even though it was valid mp3 data.
30236
30237 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30238
30239         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30240         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30241         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30242         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30243
30244 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30245
30246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30247         Fix for webcams that support only specific width or height
30248
30249 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30250
30251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30252
30253         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30254           Fix wrong discont event setup (fixes #154967).
30255
30256 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30257
30258         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30259
30260         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30261           Error out on invalid data (fixes #154807).
30262
30263 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30264
30265         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30266
30267         * ext/dvdread/dvdreadsrc.c: (_read):
30268           Make titles > 0 work again (fixes #154834).
30269
30270 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30271
30272         * gst-libs/gst/riff/riff-media.c:
30273         (gst_riff_create_video_template_caps):
30274           WMV3 missing in template caps.
30275
30276 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30277
30278         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30279           OK, so the original code was too strict. It makes random AVI files
30280           hang for seconds upon opening, which is unacceptable and is far
30281           beyond the original goal of getting multiple chunks for one-chunk
30282           sounc stream files. So now do just that.
30283
30284 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30285
30286         * gst/playback/gstplaybasebin.c: (setup_source),
30287         (gst_play_base_bin_change_state):
30288           Actually clean up streaminfo if output fails. This would trigger
30289           if, for example, there was no CD in the drive. No preroll, so
30290           a streaminfo structure is created, but the subsequent state change
30291           of the thread fails.
30292         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30293           Don't change state if parent failed.
30294
30295 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30296
30297         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30298         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30299         (gen_video_element), (remove_sinks):
30300           Add small bits of code for screenshot handling.
30301
30302 2004-10-08  Wim Taymans  <wim@fluendo.com>
30303
30304         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30305         (gen_video_element), (gen_audio_element), (setup_sinks):
30306         Don't assume the user provided sinks are named "sink"...
30307
30308 2004-10-08  Wim Taymans  <wim@fluendo.com>
30309
30310         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30311         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30312         (gst_play_base_bin_link_stream):
30313         Do not try to autoplug sources that generate raw streams like
30314         cdparanoia.
30315         disconnect the preroll overrun signal when we don't need it anymore.
30316
30317 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30318
30319         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30320         Added reworked patch from #154903 from milosz derezynski (deadchip).
30321
30322 2004-10-08  Wim Taymans  <wim@fluendo.com>
30323
30324         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30325         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30326         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30327         (cdparanoia_convert), (cdparanoia_uri_get_type),
30328         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30329         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30330         * ext/cdparanoia/gstcdparanoia.h:
30331         This adds the cdda://<tracknum> uri.
30332
30333 2004-10-08  Wim Taymans  <wim@fluendo.com>
30334
30335         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30336         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30337         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30339         (unknown_type), (gst_play_base_bin_remove_element),
30340         (gst_play_base_bin_link_stream):
30341         * gst/playback/gstplaybasebin.h:
30342         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30343         (gst_play_bin_set_property), (gen_video_element),
30344         (gen_audio_element), (setup_sinks):
30345         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30346         (gst_stream_info_get_type), (gst_stream_info_class_init),
30347         (gst_stream_info_init), (gst_stream_info_new),
30348         (gst_stream_info_dispose), (stream_info_mute_pad),
30349         (gst_stream_info_set_property), (gst_stream_info_get_property):
30350         * gst/playback/gststreaminfo.h:
30351         Reuse the audio and video bins.
30352         Some internal cleanups in the stream selection code.
30353
30354 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30355
30356         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30357         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30358         * sys/ximage/ximagesink.h:
30359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30360         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30361         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30362         not coming from those elements. Moreover these elements should not keep
30363         the xid they have been given when in NULL state.
30364
30365 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30366
30367         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30368         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30369         * sys/ximage/ximagesink.h:
30370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30371         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30372         * sys/xvimage/xvimagesink.h:
30373           Actually only create a new toplevel window if we're not gonna
30374           embed it right after.
30375
30376 2004-10-07  Wim Taymans  <wim@fluendo.com>
30377
30378         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30379         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30380         * gst/playback/gstplaybin.c: (setup_sinks):
30381         Implement muting/unmuting of streams, mute streams that are not
30382         used.
30383
30384 2004-10-07  Wim Taymans  <wim@fluendo.com>
30385
30386         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30387         (plugin_init):
30388         Added lame audio/x-ac3 typefind function.
30389
30390 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30391
30392         * configure.ac:
30393           bump nano to cvs
30394
30395 === release 0.8.5 ===
30396
30397 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30398
30399         * NEWS:
30400         * RELEASE:
30401         * configure.ac:
30402           releasing 0.8.5, "Take You On"
30403
30404 2004-10-06  Wim Taymans  <wim@fluendo.com>
30405
30406         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30407         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30408         (no_more_pads), (close_link), (type_found):
30409         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30410         * gst/playback/gstplaybin.c: (gen_video_element):
30411         Do not signal the no_more_pads after the first pad when
30412         we are plugging a non dynamic element with multiple
30413         output pads (like swfdec, dvdec, ...).
30414
30415 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30416
30417         * configure.ac:
30418           bump for prerelease
30419
30420 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30421
30422         * gst/wavparse/gstwavparse.c:
30423           add ATRAC3 to STATIC CAPS to fix a warning
30424
30425         * gst/matroska/ebml-read.c:
30426         * gst-libs/gst/riff/riff-read.c:
30427           fix typos
30428
30429 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30430
30431         * gst-libs/gst/riff/riff-media.c:
30432           generate caps for ATRAC3 audio streams
30433
30434         * gst/realmedia/rmdemux.c:
30435           generate caps for ATRAC3 audio streams
30436
30437 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30438
30439         * gst/wavparse/Makefile.am
30440         * gst/wavparse/riff.h
30441         * gst/wavparse/wavparse.vcproj
30442           riff.h removal (unused and duplication with riff-ids.h)
30443
30444 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30445
30446         * gst/wavparse/gstwavparse.h
30447           remove duplicated defines for audio codec codes
30448
30449         * gst-libs/gst/riff/riff-ids.h
30450         * gst/wavenc/riff.h:
30451           add "4CC" code for ATRAC3 audio streams
30452           add "4CC" code for ITU_G721_ADPCM (unused for now)
30453
30454 2004-10-06  Wim Taymans  <wim@fluendo.com>
30455
30456         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30457         Actually _do_ negotiation. Pass gdouble as arg instead
30458         of guint64 for the framerate.
30459
30460 2004-10-06  Wim Taymans  <wim@fluendo.com>
30461
30462         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30463         (find_compatibles), (close_pad_link), (try_to_link_1),
30464         (no_more_pads), (close_link), (type_found):
30465         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30466         * gst/playback/gstplaybin.c: (gen_video_element),
30467         (gen_audio_element):
30468         Set state on newly added element to READY so that negotiation
30469         can happen ASAP.
30470         Addes some more debug info.
30471         Do not try to plug pads with multiple caps structures or ANY
30472         because it is too dangerous since we do not do dynamic
30473         replugging.
30474
30475 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30476
30477         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30478
30479         * po/LINGUAS:
30480         * po/or.po:
30481           add Oriya translation
30482
30483 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30484
30485         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30486           Prevent overwrite of size member. Makes audio sound crappy.
30487
30488 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30489
30490         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30491         Add rmvb to the list of known RealMedia extensions
30492
30493 2004-10-05  Wim Taymans  <wim@fluendo.com>
30494
30495         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30496         (mngdec_openstream), (mngdec_closestream),
30497         (mngdec_handle_sink_event), (mngdec_readdata),
30498         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30499         (mngdec_getcanvasline), (mngdec_refresh),
30500         (gst_mngdec_change_state):
30501         Set the framerate correctly.
30502
30503 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30504
30505         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30506           There was something wrong with the index massaging.
30507
30508 2004-10-04  Wim Taymans  <wim@fluendo.com>
30509
30510         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30511         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30512         (gst_smokedec_chain):
30513         * ext/jpeg/gstsmokedec.h:
30514         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30515         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30516         * ext/jpeg/gstsmokeenc.h:
30517         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30518         (smokecodec_decode_new), (smokecodec_info_free),
30519         (smokecodec_set_quality), (smokecodec_get_quality),
30520         (smokecodec_set_threshold), (smokecodec_get_threshold),
30521         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30522         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30523         (smokecodec_encode), (smokecodec_parse_id),
30524         (smokecodec_parse_header), (smokecodec_decode):
30525         * ext/jpeg/smokecodec.h:
30526         * ext/jpeg/smokeformat.h:
30527         Updated smoke, new bitstream, allows embedding in ogg.
30528
30529 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30530
30531         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30532           Fix seeking in some files. All this code is no longer needed (and
30533           actually breaks stuff) because we now synchronize the full index
30534           right when reading the header.
30535
30536 2004-10-04  Wim Taymans  <wim@fluendo.com>
30537
30538         * configure.ac:
30539         configure update for libmng.
30540
30541 2004-10-04  Wim Taymans  <wim@fluendo.com>
30542
30543         * ext/libmng/Makefile.am:
30544         * ext/libmng/gstmng.c: (plugin_init):
30545         * ext/libmng/gstmng.h:
30546         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30547         (gst_mngdec_base_init), (gst_mngdec_class_init),
30548         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30549         (gst_mngdec_loop), (gst_mngdec_get_property),
30550         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30551         (mngdec_closestream), (mngdec_handle_sink_event),
30552         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30553         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30554         (gst_mngdec_change_state):
30555         * ext/libmng/gstmngdec.h:
30556         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30557         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30558         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30559         (gst_mngenc_chain), (gst_mngenc_get_property),
30560         (gst_mngenc_set_property):
30561         * ext/libmng/gstmngenc.h:
30562         Added basic MNG decoder. Needs more work. The encoder does
30563         not work yet.
30564
30565 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30566
30567         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30568         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30569         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30570           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30571           no-more-pads.
30572
30573 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30574
30575         * configure.ac:
30576           you need at least 1.0.4 of speex
30577
30578 2004-10-04 Iain <iaingnome@gmail.com>
30579
30580         * ext/speex/gstspeexdec.h: Revert the includes changes.
30581
30582         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30583
30584 2004-09-30 Iain <iaingnome@gmail.com>
30585
30586         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30587         found during init or set as a property instead of hardcoding /dev/audio
30588
30589 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30590
30591         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30592         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30593         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30594         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30595         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30596         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30597         (gst_rmdemux_dump_data):
30598           Use debug category, fix EOS handling. filesrc ! rmdemux now
30599           works.
30600
30601 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30602
30603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30604         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30605         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30606           Improve allocation, cutting and sorting of the index. How takes a
30607           few seconds instead of minutes.
30608
30609 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30610
30611         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30612           fixed compilation
30613
30614 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30615
30616         * gst-libs/gst/riff/riff-media.c:
30617         (gst_riff_create_video_caps_with_data),
30618         (gst_riff_create_video_template_caps):
30619           Add wing commander format mimetype/fourccs.
30620         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30621           Don't crash if some value is 0.
30622
30623 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30624
30625         * gst-libs/gst/riff/riff-media.c:
30626         (gst_riff_create_video_caps_with_data),
30627         (gst_riff_create_video_template_caps):
30628           Add DIB fourcc (raw, palettized 8-bit RGB).
30629         * gst-libs/gst/riff/riff-read.c:
30630         (gst_riff_read_strf_vids_with_data):
30631           Oops, fix strf_data reading bug.
30632         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30633           Use a non-NULL tag.
30634         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30635           Time for hacks. Sorry Dave. At least one quicktime movie (a
30636           trailer) that I've encountered contains multiple video tracks.
30637           One of those is the actual video track, the other are one-frame
30638           tracks (images). Unfortunately, the number of frames according
30639           to the trak header is 1 for each, so that doesn't help. So
30640           instead, I look at the duration and discard tracks with a
30641           duration shorter than 20% of the length of the stream. Better
30642           than nothing.
30643
30644 2004-10-01  Christian Schaller <christian@fluendo.com>
30645
30646         * ext/ivorbis/vorbis.c:
30647           Patch from Phil Blundell (Bug 152341)
30648
30649 2004-10-01  Wim Taymans  <wim@fluendo.com>
30650
30651         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30652         (speex_dec_get_formats), (speex_dec_convert),
30653         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30654         (speex_dec_chain), (gst_speexdec_get_property),
30655         (gst_speexdec_set_property):
30656         Small cleanups.
30657
30658 2004-10-01  Wim Taymans  <wim@fluendo.com>
30659
30660         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30661         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30662         (gst_wavparse_other), (gst_wavparse_loop),
30663         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30664         (gst_wavparse_srcpad_event):
30665         * gst/wavparse/gstwavparse.h:
30666         Added some more debugging info.
30667         Fix the case where the length of the file is 0.
30668         Make sure we seek to sample borders.
30669
30670 2004-10-01  Wim Taymans  <wim@fluendo.com>
30671
30672         * gst/playback/README:
30673         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30674         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30675         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30676         Add some debug info to decodebin, update README
30677
30678 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30679
30680         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30681           Don't use g_print(); use GST_DEBUG().
30682
30683 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30684
30685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30686         (gst_ogg_mux_queue_pads):
30687           Handle EOS properly.
30688
30689 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30690
30691         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30692
30693         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30694         (gst_faad_chain), (gst_faad_change_state):
30695         * ext/faad/gstfaad.h:
30696           Allow playback of raw (unframed) MPEG AAC files (#148993).
30697
30698 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30699
30700         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30701
30702         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30703           Throw error if we didn't recognize the stream. Fixes #152289.
30704
30705 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30706
30707         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30708           Fix negotiation.
30709
30710 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30711
30712         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30713
30714         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30715           Fix memleak.
30716
30717 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30718
30719         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30720
30721         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30722           Solve #152805.
30723         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30724           Solve 152806.
30725
30726 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30727
30728         * gst-libs/gst/riff/riff-media.c:
30729         (gst_riff_create_video_caps_with_data),
30730         (gst_riff_create_audio_caps_with_data):
30731           Add codec_data handling (like asfdemux used to do).
30732         * gst/asfdemux/gstasf.c: (plugin_init):
30733         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30734         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30735           Use riff-media for caps creation instead of our own (mostly
30736           broken) copy of its functions.
30737
30738 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30739
30740         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30741           Don't actually error out if we get another return value than
30742           -EINVAL. Opposite to what I first thought, drivers have random
30743           return values for this, although -EINVAL is the expected return
30744           value. Since this is not fatal, we shouldn't use
30745           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30746
30747 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30748
30749         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30750         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30751         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30752         (dvdreadsrc_get), (dvdreadsrc_open_file),
30753         (dvdreadsrc_change_state):
30754           Fix. Don't do one big huge loop around the whole DVD, that will
30755           cache all data and thus eat sizeof(dvd) (several GB) before we
30756           see something.
30757         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30758           Actually NULL'ify event after using it.
30759         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30760         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30761         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30762         (gst_ebml_read_seek), (gst_ebml_read_skip):
30763           Handle events.
30764         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30765         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30766         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30767           Fix timing (this will probably break if I seek using menus, but
30768           I didn't get there yet). VOBs and normal DVDs should now work.
30769           Add a mpeg2-only pad with high rank so this get autoplugged for
30770           MPEG-2 movies.
30771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30772         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30773         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30774         (gst_mpeg_demux_get_audio_stream),
30775         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30776         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30777           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30778           MPEG-1 but use dvddemux for MPEG-2.
30779         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30780         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30781         (gst_mpeg_parse_parse_packhead):
30782           Timing. Only add pad template if it exists. Add sink template from
30783           class and not from ourselves. This means we will always use the
30784           correct sink template even if it is not the one defined in this
30785           file.
30786
30787 2004-09-29  Wim Taymans  <wim@fluendo.com>
30788
30789         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30790         (gst_mpeg_demux_parse_pes):
30791         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30792         Fix playback of mpeg again, timestamps where screwed up by
30793         patch 1.61.
30794
30795 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30796
30797         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30798           Only return true if we actually filled something in. Prevents
30799           player applications from showing a random length for flac files.
30800         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30801         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30802         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30803         (gst_riff_read_strf_vids_with_data),
30804         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30805           OK, ok, so I implemented event handling. Apparently it's normal
30806           that we receive random events at random points without asking
30807           for it.
30808         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30809         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30810         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30811         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30812         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30813         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30814         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30815         * gst/avi/gstavidemux.h:
30816           Implement non-lineair chunk handling and subchunk processing.
30817           The first solves playback of AVI files where the audio and video
30818           data of individual buffers that we read are not synchronized.
30819           This should not happen according to the wonderful AVI specs, but
30820           of course it does happen in reality. It is also a prerequisite for
30821           the second. Subchunk processing allows us to cut chunks in small
30822           pieces and process each of these pieces separately. This is
30823           required because I've seen several AVI files with incredibly large
30824           audio chunks, even some files with only one audio chunk for the
30825           whole file. This allows for proper playback including seeking.
30826           This patch is supposed to fix all AVI A/V sync issues.
30827         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30828         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30829           Work.
30830         * gst/modplug/gstmodplug.cc:
30831           Proper return value setting for the query() function.
30832         * gst/playback/gstplaybasebin.c: (setup_source):
30833           Being in non-playing state (after, e.g., EOS) is not necessarily
30834           a bad thing. Allow for that. This fixes playback of short files.
30835           They don't actually playback fully now, because the clock already
30836           runs. This means that small files (<500kB) with a small length
30837           (<2sec) will still not or barely play. Other files, such as mod
30838           or flx, will work correctly, however.
30839
30840 2004-09-28  Wim Taymans  <wim@fluendo.com>
30841
30842         * ext/speex/gstspeex.c: (plugin_init):
30843         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30844         (gst_speex_dec_class_init), (speex_dec_get_formats),
30845         (speex_get_event_masks), (speex_get_query_types),
30846         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30847         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30848         (gst_speexdec_get_property), (gst_speexdec_set_property),
30849         (speex_dec_change_state):
30850         * ext/speex/gstspeexdec.h:
30851         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30852         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30853         (gst_speexenc_base_init), (gst_speexenc_class_init),
30854         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30855         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30856         (gst_speexenc_src_query), (gst_speexenc_init),
30857         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30858         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30859         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30860         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30861         (gst_speexenc_chain), (gst_speexenc_get_property),
30862         (gst_speexenc_set_property), (gst_speexenc_change_state):
30863         * ext/speex/gstspeexenc.h:
30864         Rewrote speex encoder, make sure it can be embedded in ogg.
30865         Implemented speex decoder.
30866
30867 2004-09-28  Christian Schaller <christian@fluendo.com>
30868
30869         * configure.ac:
30870         Remove kioslave plugin. Markey is brewing a new working one
30871         * ext/Makefile.am: Remove kioslave plugin
30872         * ext/kio: remove
30873         * gst-plugins.spec.in: remove kio plugin from spec
30874
30875 2004-09-27  Wim Taymans  <wim@fluendo.com>
30876
30877         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30878         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30879         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30880         (gst_multifdsink_new_client),
30881         (gst_multifdsink_handle_client_write),
30882         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30883         (gst_multifdsink_handle_clients):
30884         * gst/tcp/gstmultifdsink.h:
30885         Make syncing to keyframes actually work for new clients and lagging
30886         clients.
30887
30888 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30889
30890         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30891         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30892         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30893         * gst/debug/gstnavigationtest.h:
30894           make navigationtest display button-press and button-release events
30895
30896 2004-09-26 Iain <iaingnome@gmail.com>
30897
30898         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30899         the channels have received a new media event.
30900         (interleave_buffered_loop): Compresses a new media event on all
30901         channels into one.
30902
30903 2004-09-26 Iain <iaingnome@gmail.com>
30904
30905         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30906         call the sinkpad's default event handler and not the srcpads. He also
30907         says this is confusing :)
30908         (gst_wavenc_stop_file): Company says that seek events only go upstream
30909         we should send a discontinuous downstream instead.
30910
30911 2004-09-25  Christian Schaller <christian@fluendo.com>
30912
30913         * Update SPEC file to be usable in conjunction with Fedora Core,
30914           Fedora.us and freshrpms packages
30915         * Fix typo in multifilesrc test Makefile
30916
30917 2004-09-24  Wim Taymans  <wim@fluendo.com>
30918
30919         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30920         Only signal the no_more_pads signal when we have
30921         added the stream to our list.
30922
30923 2004-09-24  Wim Taymans  <wim@fluendo.com>
30924
30925         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30926         (new_decoded_pad):
30927         * gst/playback/gstplaybasebin.h:
30928         * gst/playback/gstplaybin.c: (setup_sinks):
30929         Don't try to preroll or decode more than one audio/video
30930         track.
30931
30932 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30933
30934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30935           Throw error if we failed to find a suitable output. This should
30936           throw an error if we successfully set up a pipeline (e.g. because
30937           we recognized a media file) but found no decodable streams in it
30938           (e.g. because it contains only media stream types for which we
30939           have no decoders, or because it's not a media type).
30940
30941 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30942
30943         * ext/dirac/Makefile.am:
30944         * ext/dirac/gstdirac.cc:
30945         * ext/dirac/gstdiracdec.cc:
30946         * ext/dirac/gstdiracdec.h:
30947           Do something. Don't actually know if this works because I don't
30948           have a demuxer yet.
30949         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30950           Add channels=1 to caps returned from _getcaps().
30951         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30952         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30953         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30954         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30955         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30956         (gst_ogm_parse_change_state):
30957           Separate between audio/video so ogmaudioparse actually uses the
30958           audio pad templates. Both audio and video work now, including
30959           autoplugging. Also use sometimes-srcpad hack.
30960         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30961           Handle events better. Don't hang on infinite loops.
30962         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30963         (gst_avi_demux_init), (gst_avi_demux_reset),
30964         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30965         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30966         (gst_avi_demux_change_state):
30967         * gst/avi/gstavidemux.h:
30968           Improve A/V sync. Still not perfect.
30969         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30970         (gst_ebml_read_skip):
30971           Handle events better.
30972         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30973         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30974         (qtdemux_audio_caps):
30975           Add IMA4. Improve event handling. Save offset after a seek when
30976           the headers are at the end of the file so that we don't end up in
30977           an infinite loop.
30978         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30979           Add low-priority typefind support for files with no length.
30980
30981 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30982
30983         * testsuite/multifilesink/Makefile.am:
30984         fix typo
30985
30986 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30987
30988         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30990         mistakes from thaytan's patches.
30991
30992 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30993
30994         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30995           For completeness, XSync in the destroy function as xvimage does.
30996
30997 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30998
30999         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31000            Correct caps negotiation
31001         * gst/volume/gstvolume.c: (volume_chain_float),
31002         (volume_chain_int16):
31003            Modify debug output to be little more informative
31004         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31006         (gst_xvimagesink_xvimage_destroy):
31007           Add XSync calls after detaching from the shared memory segment to
31008           avoid a crash.
31009
31010 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31011
31012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31013         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31014         * ext/vorbis/vorbis.c: (plugin_init):
31015         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31016         (gst_vorbisenc_chain):
31017         * ext/vorbis/vorbisenc.h:
31018         remove explicit newmedia support from oggmux and vorbisenc
31019         add debug category to vorbisenc
31020         * gst/multifilesink/gstmultifilesink.c:
31021         (gst_multifilesink_class_init), (gst_multifilesink_init),
31022         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31023         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31024         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31025         (plugin_init):
31026         * gst/multifilesink/gstmultifilesink.h:
31027         add support for streamheader in multifilesink
31028
31029 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31030
31031         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31032         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31033         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31034           Prevent infinite loops. More correct error reporting.
31035         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31036           Error out if negotiation fails.
31037         * gst/playback/gstplaybasebin.c: (setup_source),
31038         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31039         (gst_play_base_bin_found_tag):
31040           Error/tag forwarding. Pre-roll fixes for source errors on state
31041           changes (e.g. "file does not exist") to prevent hangs.
31042
31043 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31044
31045         * testsuite/multifilesink/Makefile.am:
31046         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31047         (gst_newmedia_class_init), (gst_newmedia_init),
31048         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31049         (newfile_signal), (test_signal), (main):
31050         * testsuite/multifilesink/multifilesrc_test.c: (main):
31051         * testsuite/multifilesink/oggtheora_test.c:
31052         (gst_newmedia_base_init), (gst_newmedia_class_init),
31053         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31054         (test_format), (newfile_signal), (test_signal), (main):
31055         * testsuite/multifilesink/oggvorbis_test.c:
31056         (gst_newmedia_base_init), (gst_newmedia_class_init),
31057         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31058         (test_format), (newfile_signal), (test_signal), (main):
31059         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31060         (gst_newmedia_class_init), (gst_newmedia_init),
31061         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31062         (newfile_signal), (test_signal), (main):
31063         New media tests
31064
31065 2004-09-20  Christian Schaller <christian@fluendo.com>
31066
31067         * Fix mikmod license to LGPL as they have relicensed
31068         * Move Dirac and Effectv into LGPL section of README_license
31069
31070 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31071
31072         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31073         (gst_mad_change_state):
31074           Allow for mp3 rate/channels changes. However, only very
31075           conservatively. Reason that we *have* to enable this is smiply
31076           because the mad find_sync() function is not good enough, it will
31077           regularly sync on random data as valid frames and therefore make
31078           us provide random caps as *final* caps of the stream. The best fix
31079           I could think of is to simply require several of the same stream
31080           changes in a row before we change caps.
31081           The actual testcase that works now is #
31082         * ext/ogg/Makefile.am:
31083         * ext/ogg/gstogg.c: (plugin_init):
31084         * ext/ogg/gstogmparse.c:
31085           OGM support (video only for now; I need an audio sample file).
31086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31087         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31088         (gst_asf_demux_add_video_stream):
31089           WMV extradata.
31090         * gst/playback/gstplaybasebin.c: (unknown_type):
31091           Don't error out on single unknown-types after all. It's wrong.
31092           If we found type of video and audio but not of a subtitle stream,
31093           it will still error out (which is unwanted). Will find a better fix
31094           later on.
31095         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31096         (ogmaudio_type_find), (plugin_init):
31097           OGM support.
31098
31099 2004-09-20  Johan Dahlin  <johan@gnome.org>
31100
31101         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31102         after setting caps.
31103
31104 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31105
31106         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31107         * gst/wavenc/gstwavenc.h:
31108         Added newmedia support to wavenc
31109
31110 2004-09-17  Wim Taymans  <wim@fluendo.com>
31111
31112         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31113         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31114         (gst_fdset_fd_can_write), (gst_fdset_wait):
31115         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31116         (gst_multifdsink_init), (gst_multifdsink_add),
31117         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31118         (gst_multifdsink_remove_client_link),
31119         (gst_multifdsink_client_queue_buffer),
31120         (gst_multifdsink_handle_client_write),
31121         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31122         (gst_multifdsink_close), (gst_multifdsink_change_state):
31123         * gst/tcp/gstmultifdsink.h:
31124         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31125         (gst_tcpserversink_removed):
31126         Small cleanups in fdset.c
31127         Use a hastable to map fd to the client structure for faster
31128         lookup in _remove and get_stats.
31129         Added virtual function to close the fds.
31130         Handle clients even when the select/poll call was unblocked because
31131         of a command.
31132         Implement syncing to keyframe in the recovery procedure.
31133
31134 2004-09-16 Iain <iaingnome@gmail.com>
31135
31136         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31137         try caps.
31138
31139 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31140
31141         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31142           Caps are only set if the type of the stream is unknown, but this
31143           is initialized in ->init_stream(), so set to UNKNOWN after calling
31144           ->init_stream() so that capsnego starts.
31145
31146 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31147
31148         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31149         (gst_avi_demux_stream_data):
31150           Just hardcode for raw audio then. AVI audio sucks.
31151
31152 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31153
31154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31155         * gst/matroska/matroska-mux.c: (audiosink_templ),
31156         (gst_matroska_mux_audio_pad_link):
31157         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31158         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31159
31160 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31161
31162         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31163         (gst_avi_demux_stream_data):
31164           Try to fix a/v sync issues.
31165
31166 2004-09-15  David Schleef  <ds@schleef.org>
31167
31168         * configure.ac: remove NASM check, since we don't use it.  Update
31169         dirac check to 0.4
31170         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31172         Initialized variables.
31173         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31174         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31175         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31176         SVQ3 format
31177
31178 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31179
31180         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31181         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31182         * gst/avi/gstavidemux.h:
31183           Fix for compressed audio (mp3) timestamp generation. How did this
31184           ever work?
31185
31186 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31187
31188         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31189           Volume is a double not a float.
31190
31191 2004-09-15  Wim Taymans  <wim@fluendo.com>
31192
31193         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31194         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31195         Don't close the fd in multifdsink as we didn't open it in the
31196         first place. Some cleanups.
31197
31198 2004-09-15  Wim Taymans  <wim@fluendo.com>
31199
31200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31202         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31203         Fix the case where the muxer would mark pages as delta
31204         frames when they are not (vorbis only ogg).
31205
31206 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31207
31208         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31209         (gst_play_base_bin_change_state):
31210           Handle the case where we failed to setup a clear pipeline. This
31211           will throw an error (or EOS, another nice case) and if you don't
31212           catch that, the app will wait for the signal forever (and thus
31213           hang).
31214
31215 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31216
31217         * ext/gnomevfs/gstgnomevfssink.c:
31218         (gst_gnomevfssink_uri_get_protocols):
31219         * ext/gnomevfs/gstgnomevfssrc.c:
31220         (gst_gnomevfssrc_uri_get_protocols):
31221         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31222         * ext/gnomevfs/gstgnomevfsuri.h:
31223           Use _uri_new() instead of _open(), so it doesn't take as long and
31224           Christophe's computer won't hang.
31225         * gst/playback/gstplaybasebin.c: (unknown_type):
31226           Throw error on unknown media type, so apps actually display it.
31227
31228 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31229
31230         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31231           this script to work on Solaris since bash shell handles echo
31232           differenly than bash.
31233
31234 2004-09-17  Wim Taymans  <wim@fluendo.com>
31235
31236         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31237         (setup_source), (gst_play_base_bin_set_property),
31238         (gst_play_base_bin_add_element):
31239         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31240         Some more work on making sure seeking pauses the pipeline and
31241         that changing the uri actually does something.
31242
31243 2004-09-17  Wim Taymans  <wim@fluendo.com>
31244
31245         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31246         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31247         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31248         (gst_tcpserversink_close):
31249         Be a bit more paranoid when freeing memory.
31250
31251 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31252
31253         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31254         (qtdemux_parse_trak):
31255           Don't crash by dividing by zero (see sample movie in #126922).
31256
31257 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31258
31259         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31260           Don't touch non-existing data (fixes crash on file in #140147).
31261
31262 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31263
31264         * gst/playback/gstplaybasebin.c:
31265         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31266           Handle double disposals, and proper change of URIs.
31267
31268 2004-09-13  Martin Eikermann <meiker@upb.de>
31269
31270         * gst/mpegstream/gstmpegparse.c:
31271           fix synchronistation for streams recorded from digital PCR
31272           fixes bug #119376
31273
31274 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31275
31276         * ext/gnomevfs/Makefile.am:
31277         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31278         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31279         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31280         (gst_gnomevfssink_uri_get_type),
31281         (gst_gnomevfssink_uri_get_protocols),
31282         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31283         (gst_gnomevfssink_uri_handler_init),
31284         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31285         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31286         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31287         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31288         (gst_gnomevfssrc_uri_get_type),
31289         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31290         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31291         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31292         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31293         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31294         * ext/gnomevfs/gstgnomevfsuri.h:
31295           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31296           of fake URIs to see which this version of Gnome-VFS likes, and
31297           uses that for the Gst-URI interface. Makes playbin support http://
31298           streams. Also fix up some stupid behaviour in gnomevfssrc.
31299
31300 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31301
31302         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31303         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31304         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31305         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31306           Update mixer (to sync with other sessions) if we try to obtain
31307           a new value. This makes alsamixer work accross applications.
31308         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31309           Only call sync functions if we're running, else alsalib asserts.
31310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31311           Sometimes fails to compile. Possibly a gcc bug.
31312         * gst/playback/gstplaybin.c: (gen_video_element),
31313         (gen_audio_element):
31314           Add a reference to an application-provided object, because we lose
31315           this same reference if we add it to the bin. If we don't do this,
31316           we can only use this object once and thus crash if we go from
31317           ready to playing, back to ready and back to playing again.
31318           Also add an audioscale element because several cheap soundcards -
31319           like mine - don't support all samplerates.
31320         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31321         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31322           Fix wrong order or PAR calls. Makes automatically obtained PAR
31323           from the X server atually being used.
31324
31325 2004-09-12  David Schleef  <ds@schleef.org>
31326
31327         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31328         #151887, #152102, #152247.
31329         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31330         * examples/seeking/cdparanoia.c: same
31331         * examples/seeking/cdplayer.c: same
31332         * examples/seeking/seek.c: same
31333         * examples/seeking/spider_seek.c: same
31334         * examples/seeking/vorbisfile.c: same
31335         * examples/stats/mp2ogg.c: same
31336         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31337         (gst_esdsink_dispose): Dispose of element properly.
31338         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31339         fixes.
31340         * ext/nas/nassink.c: (gst_nassink_class_init),
31341         (gst_nassink_dispose): Dispose of element correctly.
31342         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31343         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31344         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31345         Fix 64-bit warning.
31346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31347         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31348         Fix 64-bit warning.
31349
31350 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31351
31352         * configure.ac : change speex detection as 1.1.6 now uses
31353           .pc/pkg-config and they changed their headers location.
31354
31355 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31356
31357         * gst/matroska/matroska-mux.h:
31358         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31359         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31360         (gst_matroska_mux_write_data):
31361           Write multiple blocks/frames per cluster.
31362                 Write meta-seek information (seek heads).
31363
31364 2004-09-09  Scott Wheeler <wheeler@kde.org>
31365
31366         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31367         (gst_play_bin_set_property), (gst_play_bin_get_property),
31368         (gen_audio_element), (gen_audio_element):
31369           Add a volume element / property to the pipeline.
31370
31371 2004-09-07  Wim Taymans  <wim@fluendo.com>
31372
31373         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31374         Copy timestamps from the master pad to the output buffers.
31375
31376 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31377
31378         * ext/raw1394/gstdv1394src.c:
31379           throw errors when applicable
31380
31381 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31382
31383         * gst/matroska/ebml-ids.h:
31384         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31385         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31386         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31387           automatically convert unix time <-> ebml time when reading/writing
31388           a date, use gst_ebml_write_uint to write CUETIME,
31389           not gst_ebml_write_date.
31390         * gst/matroska/matroska-ids.h:
31391         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31392         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31393         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31394         (gst_matroska_mux_write_data):
31395           Write track and segment UIDs, write muxing date, write
31396           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31397           Create cues for audio only files.
31398
31399 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31400
31401         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31402         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31403           Re-commit ALSA switches.
31404         * gst/adder/gstadder.c: (gst_adder_loop):
31405           64-bit fix (#151416).
31406         * gst/debug/progressreport.c: (gst_progressreport_report):
31407           64-bit fix (#151419).
31408         * gst/matroska/matroska-demux.c:
31409         (gst_matroska_demux_parse_contents):
31410           64-bit fix (#151420).
31411         * gst/playback/test3.c: (update_scale):
31412           64-bit fix (#151421).
31413
31414 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31415
31416         * configure.ac:
31417           bump nano to cvs
31418
31419 === release 0.8.4 ===
31420
31421 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31422
31423         * configure.ac: releasing 0.8.4, "Alias"
31424
31425 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31426
31427         * ext/theora/Makefile.am:
31428           fix makefile.  Fixes #151462.
31429
31430 2004-08-30  Wim Taymans  <wim@fluendo.com>
31431
31432         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31433         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31434         (gst_multifdsink_remove_client_link),
31435         (gst_multifdsink_client_queue_buffer),
31436         (gst_multifdsink_handle_client_write):
31437         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31438         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31439         Fix some memory leaks.
31440
31441 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31442
31443         Patch by: David Schleef
31444
31445         * configure.ac:
31446         * sys/Makefile.am:
31447           rename our detection macro for V4L2.  Fixes #151236.
31448
31449 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31450
31451         Patch by: David Schleef
31452
31453         * configure.ac:
31454           check to define LAMEPRESET.  Fixes #151232.
31455
31456 2004-08-27  David Schleef  <ds@schleef.org>
31457
31458         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31459         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31460         (gst_glimagesink_fixate):  Move local variable declarations to
31461         make gcc-2.95 happy.
31462
31463 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31464
31465         * configure.ac:
31466           bump nano for prerelease
31467
31468 2004-08-27  David Schleef  <ds@schleef.org>
31469
31470         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31471         * sys/sunaudio/gstsunaudiosrc.c:
31472         * sys/sunaudio/gstsunaudiosrc.h:
31473
31474 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31475
31476         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31477         handle EOS correctly
31478         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31479         * gst/matroska/matroska-mux.h:
31480         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31481         VFW compatibility mode
31482
31483 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31484
31485         patch by: Zaheer Abbas Merali
31486
31487         * ext/ogg/gstoggmux.c:
31488         * ext/vorbis/vorbisenc.c:
31489         * ext/vorbis/vorbisenc.h:
31490           handle NEWMEDIA
31491
31492 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31493
31494         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31495         fix byte order reversion on little endian machines.
31496         * gst/matroska/matroska-mux.c: (audiosink_templ),
31497         (gst_matroska_mux_audio_pad_link):
31498         add TTA codec to the list of supported codecs.
31499         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31500         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31501         (gst_matroska_mux_write_data):
31502         * gst/matroska/matroska-mux.h:
31503         write segment duration correctly, write muxing app string, fixes bugs
31504         #140897 and #140898.
31505         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31506         wait for all pads to be negotiated before starting to mux.
31507
31508 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31509
31510         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31511         * ext/lame/gstlame.h:
31512         Added new media support to lame
31513
31514 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31515
31516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31517         send vorbis headers at the beginning of a stream, fixes bug #141554.
31518         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31519         bug #148950.
31520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31521         (gst_matroska_demux_plugin_init):
31522         * gst/matroska/matroska-ids.h:
31523         enable demuxing of TTA audio streams, fixes bug #148951.
31524         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31525         enable typefinding for TTA audio files, fixes bug #148711.
31526         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31527         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31528         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31529
31530 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31531
31532         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31533         (gst_riff_read_element_data), (gst_riff_read_seek),
31534         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31535         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31536         <teuf@gnome.org>
31537
31538 2004-08-23 Iain <iaingnome@gmail.com>
31539
31540         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31541         tags. They appear to be handled differently to normal.
31542         (tag_list_to_id3_tag_foreach): Ditto.
31543
31544 2004-08-22  Wim Taymans  <wim@fluendo.com>
31545
31546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31547         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31548         Make sure we never send -1 granulepos.
31549
31550 2004-08-20  Wim Taymans  <wim@fluendo.com>
31551
31552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31553         (gst_ogg_mux_loop):
31554         I will accept bitchslappings with non sharp objects.
31555
31556 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31557
31558         * configure.ac:
31559         Clean up the test for lame presets
31560
31561 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31562
31563         * configure.ac:
31564         * ext/lame/Makefile.am:
31565         * ext/lame/gstlame.c: (gst_lame_class_init),
31566         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31567         Only enable lame presets if version of lame has presets in API
31568
31569 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31570         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31571         * gst/udp/gstudpsrc.h:
31572           Don't call gst_pad_push in a get function. Fixes #150449
31573
31574 2004-08-18  Wim Taymans  <wim@fluendo.com>
31575
31576         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31577         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31578         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31579         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31580         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31581         (gst_fdset_wait):
31582         * gst/tcp/gstfdset.h:
31583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31584         (gst_multifdsink_client_queue_buffer),
31585         (gst_multifdsink_handle_client_write):
31586         * gst/tcp/gstmultifdsink.h:
31587         Some extra checks in gstfdset.
31588         Only use send() when the fd is a socket. Don't try to
31589         read from write only fds.
31590
31591 2004-08-18  Wim Taymans  <wim@fluendo.com>
31592
31593         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31594         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31595         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31596         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31597         (gst_fdset_wait):
31598         Add more locking and bounds checking.
31599
31600 2004-08-18  Wim Taymans  <wim@fluendo.com>
31601
31602         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31603         Realloc test fdset in the lock and right before starting
31604         the poll call. Bump the limit to 4096.
31605
31606 2004-08-17  David Schleef  <ds@schleef.org>
31607
31608         * sys/sunaudio/Makefile.am:
31609         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31610         of rates and channels.  Make debugging less obnoxious.
31611
31612         Patch from Balamurali Viswanathan implementing a mixer for
31613         Sun audio.  (bug #144091):
31614         * sys/sunaudio/gstsunelement.c:
31615         * sys/sunaudio/gstsunelement.h:
31616         * sys/sunaudio/gstsunmixer.c:
31617         * sys/sunaudio/gstsunmixer.h:
31618
31619 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31620
31621         * gst/audioscale/gstaudioscale.c:
31622         * gst/audioscale/gstaudioscale.h:
31623         made audioscale resample from any sample rate to any sample rate
31624
31625 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31626
31627         * ext/libpng/gstpngdec.c:
31628           error out on unsupported types
31629
31630 2004-08-17  Iain <iaingnome@gmail.com>
31631
31632         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31633         mid_side and loose_mid_side properties if its a stereo stream.
31634
31635 2004-08-17  Wim Taymans  <wim@fluendo.com>
31636
31637         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31638         (theora_get_formats), (theora_dec_src_convert),
31639         (theora_dec_sink_convert), (theora_dec_src_query),
31640         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31641         Add a debug line.
31642
31643 2004-08-17  Wim Taymans  <wim@fluendo.com>
31644
31645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31646         (gst_ogg_pad_push):
31647         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31648         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31649         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31650         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31651         Mark delta units in the muxer.
31652         Try to decode the packet after an out-of-sync error from
31653         libogg.
31654
31655 2004-08-17  Wim Taymans  <wim@fluendo.com>
31656
31657         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31658         (gst_multifdsink_init), (gst_multifdsink_add),
31659         (gst_multifdsink_client_queue_buffer),
31660         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31661         * gst/tcp/gstmultifdsink.h:
31662         Added option to send a keyframe to clients as the first buffer.
31663         Make timeout property writable.
31664
31665 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31666
31667         patch by: Wim Taymans
31668
31669         * gst/tcp/gstfdset.c:
31670         * gst/tcp/gstmultifdsink.c:
31671           fix index comparison, should include 0
31672
31673 2004-08-16  Wim Taymans  <wim@fluendo.com>
31674
31675         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31676         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31677         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31678         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31679         (gst_fdset_wait):
31680           copy when reallocing for poll so the select arguments don't get
31681           changed during the call
31682
31683 2004-08-16  Wim Taymans  <wim@fluendo.com>
31684
31685         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31686         (gst_theora_enc_class_init), (theora_enc_sink_link),
31687         (theora_buffer_from_packet), (theora_enc_chain):
31688         Fix bug where buffers were not marked as keyframes
31689         correctly.
31690
31691 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31692
31693         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31694         (gst_lame_preset_get_type), (gst_lame_class_init):
31695         describe the enum values for vbr mode and presets more verbosely
31696
31697 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31698
31699         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31700         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31701         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31702         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31703         * ext/lame/gstlame.h:
31704         add preset property to lame so it can use lame presets
31705
31706 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31707
31708         * ext/lame/gstlame.c: (gst_lame_get_property):
31709         whoops forgot break, thanks teuf
31710
31711 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31712
31713         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31714         (gst_lame_class_init), (gst_lame_src_getcaps),
31715         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31716         (gst_lame_get_property), (gst_lame_setup):
31717         * ext/lame/gstlame.h:
31718         fix lame's broken vbr stuff, allow it to resample if need be, and also
31719         make xing header optional
31720
31721 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31722
31723         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31724         added getcaps function so samplerate doesnt get fixated to silly values
31725
31726 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31727
31728         * ext/lame/gstlame.c: (gst_lame_src_link):
31729         revert previous fix
31730
31731 2004-08-12  Johan Dahlin  <johan@gnome.org>
31732
31733         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31734         checks. Doesn't matter what state we are in. Interfaces are a
31735         compile time thing, not runtime. It also broke the python bindings.
31736
31737 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31738
31739         * ext/lame/gstlame.c: (gst_lame_src_link):
31740         made source pad link function check if sinkpad is ok..fixes the problem
31741         where core fixates the output rate of lame stupidly
31742
31743 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31744
31745         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31746         * sys/v4l/v4l_calls.c:
31747         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31748           fix fixate function to handle nonsimple caps.
31749           remove bogus check in _link
31750           cleanups
31751
31752 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31753
31754         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31755         set default compression ratio parameter to 0.0 so bitrate parameter
31756         works :)
31757
31758 2004-08-11  David Schleef  <ds@schleef.org>
31759
31760         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31761
31762 2004-08-11  David Schleef  <ds@schleef.org>
31763
31764         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31765         before.
31766
31767 2004-08-11  David Schleef  <ds@schleef.org>
31768
31769         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31770
31771 2004-08-11  David Schleef  <ds@schleef.org>
31772
31773         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31774           license field
31775         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31776         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31777           LGPL.
31778         * gst/auparse/gstauparse.c: Fix plugin license field.
31779         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31780         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31781         * gst/rtp/gstrtp.c: Fix plugin license field.
31782
31783 2004-08-11  Wim Taymans  <wim@fluendo.com>
31784
31785         * gst/tcp/Makefile.am:
31786         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31787         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31788         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31789         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31790         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31791         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31792         (gst_fdset_fd_can_write), (gst_fdset_wait):
31793         * gst/tcp/gstfdset.h:
31794         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31795         (gst_multifdsink_class_init), (gst_multifdsink_init),
31796         (gst_multifdsink_add), (gst_multifdsink_remove),
31797         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31798         (gst_multifdsink_remove_client_link),
31799         (gst_multifdsink_handle_client_read),
31800         (gst_multifdsink_client_queue_data),
31801         (gst_multifdsink_client_queue_caps),
31802         (gst_multifdsink_client_queue_buffer),
31803         (gst_multifdsink_handle_client_write),
31804         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31805         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31806         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31807         (gst_multifdsink_close):
31808         * gst/tcp/gstmultifdsink.h:
31809         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31810         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31811         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31812         (gst_tcpserversink_close):
31813         * gst/tcp/gsttcpserversink.h:
31814         Abstracted away the select call, implemented poll (yes we ran into
31815         the 1024 limit in production).
31816
31817 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31818
31819         * gst/tcp/gsttcp.c:
31820         * gst/tcp/gsttcpplugin.c:
31821           improve debuggging, remove assert
31822
31823 2004-08-10  Wim Taymans  <wim@fluendo.com>
31824
31825         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31826         (gst_client_status_get_type), (gst_multifdsink_class_init),
31827         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31828         (gst_multifdsink_handle_client_read),
31829         (gst_multifdsink_handle_client_write),
31830         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31831         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31832         (gst_multifdsink_get_property):
31833         * gst/tcp/gstmultifdsink.h:
31834         * gst/tcp/gsttcp-marshal.list:
31835         Starting to prepare for specifying buffer time in other units
31836         than buffers. Expose remove reason in signal.
31837
31838 2004-08-10  Wim Taymans  <wim@fluendo.com>
31839
31840         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31841         (gst_multifdsink_remove), (gst_multifdsink_clear),
31842         (gst_multifdsink_remove_client_link),
31843         (gst_multifdsink_handle_client_read),
31844         (gst_multifdsink_client_queue_data),
31845         (gst_multifdsink_client_queue_buffer),
31846         (gst_multifdsink_handle_client_write),
31847         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31848         (gst_multifdsink_chain), (gst_multifdsink_close):
31849         * gst/tcp/gstmultifdsink.h:
31850         Added more debugging info. Changed the way clients are
31851         removed from the lists. Fixed a bug where a bad file descriptor
31852         could cause many clients to be removed.
31853
31854 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31855
31856         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31857           allow all pixel-aspect-ratios, not just 1:1
31858
31859 2004-08-09  David Schleef  <ds@schleef.org>
31860
31861         * sys/glsink/ARB_multitexture.h:  Remove old files.
31862         * sys/glsink/EXT_paletted_texture.h:
31863         * sys/glsink/NV_register_combiners.h:
31864         * sys/glsink/gstgl_nvimage.c:
31865         * sys/glsink/gstgl_pdrimage.c:
31866         * sys/glsink/gstgl_rgbimage.c:
31867         * sys/glsink/gstglsink.c:
31868         * sys/glsink/gstglsink.h:
31869         * sys/glsink/gstglxwindow.c:
31870         * sys/glsink/regcomb_yuvrgb.c:
31871
31872 2004-08-09  David Schleef  <ds@schleef.org>
31873
31874         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31875         GL sink plugin.  (Bug #147302)
31876
31877         * configure.ac: Test for OpenGL
31878         * sys/Makefile.am: Use test for OpenGL
31879         * sys/glsink/Makefile.am:
31880         * sys/glsink/glimagesink.c: rewrite
31881         * sys/glsink/glimagesink.h: rewrite
31882
31883 2004-08-09  David Schleef  <ds@schleef.org>
31884
31885         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31886         sane framerates.
31887         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31889         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31890
31891 2004-08-09  Wim Taymans  <wim@fluendo.com>
31892
31893         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31894         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31895         (gst_multifdsink_client_remove),
31896         (gst_multifdsink_handle_client_read),
31897         (gst_multifdsink_handle_client_write),
31898         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31899         Do a bit more logging, make the client_read code more robust.
31900
31901 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31902
31903         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31904         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31905         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31906         (gst_jpegdec_init), (gst_jpegdec_chain):
31907         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31908         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31909           cleanups, debugging fixes and memleak plugging
31910
31911 2004-08-09  Wim Taymans  <wim@fluendo.com>
31912
31913         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31914         (theora_get_formats), (theora_dec_src_convert),
31915         (theora_dec_sink_convert), (theora_dec_src_query),
31916         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31917         (theora_dec_change_state):
31918         Don't crash on missing header packets.
31919
31920 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31921
31922         * po/LINGUAS:
31923         * po/sq.po:
31924           Added Albanian translation (Laurent Dhima)
31925         * po/cs.po:
31926           updated
31927
31928 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31929
31930         * ext/lame/gstlame.c:
31931           fix/add debugging
31932
31933 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31934
31935         * sys/ximage/ximagesink.c:
31936         * sys/xvimage/xvimagesink.c:
31937           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31938
31939 2004-08-06  Wim Taymans  <wim@fluendo.com>
31940
31941         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31942         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31943         (gst_multifdsink_client_remove),
31944         (gst_multifdsink_handle_client_read),
31945         (gst_multifdsink_handle_client_write),
31946         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31947         Make sure we don't try to read more from a client that what
31948         ioctl says us or we deadlock.
31949
31950 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31951
31952         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31953         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31954         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31955           decouple running_time and n_frames so it can handle changing
31956           framerate while running
31957
31958 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31959
31960         * po/nl.po:
31961         * po/sv.po:
31962           updated translations
31963
31964 2004-08-04  Benjamin Otte  <otte@gnome.org>
31965
31966         * gst/videotestsrc/gstvideotestsrc.c:
31967         (gst_videotestsrc_get_capslist), (generate_capslist),
31968         (plugin_init):
31969           generate the list of supported caps at startup and reuse it instead
31970           of always generating it
31971
31972 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31973
31974         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31975           whoops, last checkin broke normal build
31976
31977 2004-08-03  Benjamin Otte  <otte@gnome.org>
31978
31979         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31980         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31981         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31982         (gst_alsa_mixer_get_option):
31983         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31984         (dvdnavsrc_print_event):
31985         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31987         (gst_ogg_mux_pad_unlink):
31988         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31989         (gst_multipart_mux_pad_unlink):
31990         * gst/videofilter/gstvideobalance.c:
31991         (gst_videobalance_colorbalance_set_value):
31992         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31993         (gst_videomixer_pad_unlink):
31994         * po/uk.po:
31995         * sys/oss/gstossmixer.c:
31996         * sys/v4l/gstv4lcolorbalance.c:
31997         * sys/v4l/gstv4ltuner.c:
31998         * sys/v4l/v4lsrc_calls.c:
31999         * sys/v4l2/gstv4l2colorbalance.c:
32000         * sys/v4l2/gstv4l2tuner.c:
32001           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32002
32003 2004-08-03  Benjamin Otte  <otte@gnome.org>
32004
32005         * examples/dynparams/filter.c: (ui_control_create):
32006         * examples/gstplay/player.c: (print_tag):
32007         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32008         * ext/gdk_pixbuf/gstgdkanimation.c:
32009         (gst_gdk_animation_iter_may_advance):
32010         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32011         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32012         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32013         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32014         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32015         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32016         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32017         * gst/sine/demo-dparams.c: (main):
32018         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32019         * testsuite/alsa/formats.c: (create_pipeline):
32020         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32021           fixes for G_DISABLE_ASSERT and friends
32022         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32023         (mp3_type_frame_length_from_header), (mp3_type_find),
32024         (plugin_init):
32025           require mp3 typefinding to have at least MIN_HEADERS valid headers
32026           add typefinding for AAC adts files
32027
32028 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32029
32030         * sys/ximage/ximagesink.c:
32031         (gst_ximagesink_calculate_pixel_aspect_ratio):
32032         * sys/xvimage/xvimagesink.c:
32033         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32034         Make sure we calculate pixel-aspect-ratio using floating point maths
32035
32036 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32037
32038         * po/uk.po:
32039           updated translation
32040
32041 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32042
32043         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32045           add debugging for display PAR calculation
32046
32047 2004-08-02  David Schleef  <ds@schleef.org>
32048
32049         * configure.ac: Fix mikmod CFLAGS.
32050
32051 2004-07-27  Benjamin Otte  <otte@gnome.org>
32052
32053         * gst/audioscale/gstaudioscale.c:
32054         - fix templates to only support S16, it's the only format that works
32055         - make caps nego code use try_set_caps_nonfixed and fixation instead
32056         of try_set_caps twice, which is not nice for autopluggers
32057         - change rank to secondary, so autopluggers can pick it up after
32058         audioconvert
32059
32060 2004-08-02  Iain <iain@prettypeople.org>
32061
32062         * gst/interleave/interleave.c (interleave_init),
32063         (interleave_request_new_pad),
32064         (interleave_pad_removed),
32065         (interleave_buffered_loop): Use the real pad count, not the artificial
32066         one.
32067
32068 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32069
32070         * configure.ac: bump nano back to development
32071
32072 === release 0.8.3 ===
32073
32074 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32075
32076         * configure.ac: releasing 0.8.3, "Water"
32077
32078 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32079
32080         * sys/xvimage/xvimagesink.c:
32081         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32082         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32083         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32084         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32085         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32086         * sys/xvimage/xvimagesink.h:
32087           apply similar PAR fixes as to ximagesink
32088
32089 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32090
32091         patch from: Benjamin Otte
32092
32093         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32094           add link function to lame.  Fixes #148986.
32095
32096 2004-08-02  Johan Dahlin  <johan@gnome.org>
32097
32098         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32099         fix debugging log
32100
32101 2004-07-30  David Schleef  <ds@schleef.org>
32102
32103         * gst/videomixer/Makefile.am: Fix things that should have been
32104         fixed in the last checkin.
32105
32106 2004-07-30  David Schleef  <ds@schleef.org>
32107
32108         * gst/multipart/Makefile.am: Fix things that should have been
32109         fixed in the last checkin.
32110
32111 2004-07-30  David Schleef  <ds@schleef.org>
32112
32113         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32114
32115 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32116
32117         * configure.ac:
32118           bump nano for prerelease
32119         * po/af.po:
32120         * po/az.po:
32121         * po/cs.po:
32122         * po/en_GB.po:
32123         * po/hu.po:
32124         * po/nl.po:
32125         * po/sr.po:
32126         * po/sv.po:
32127         * po/uk.po:
32128           updates
32129
32130 2004-07-30  Wim Taymans  <wim@fluendo.com>
32131
32132         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32133         (gst_multifdsink_add), (gst_multifdsink_remove),
32134         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32135         (gst_multifdsink_client_remove),
32136         (gst_multifdsink_handle_client_write),
32137         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32138         * gst/tcp/gstmultifdsink.h:
32139         Recover from a select with a bad file descriptor by removing
32140         the client.
32141
32142 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32143
32144         * configure.ac:
32145           fix requirement of core
32146         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32147         (gst_play_pipeline_setup):
32148           don't use colorspace element.  do use hermescolorspace element.
32149           make macro to get a colorspace element.
32150           mark strings for translation.
32151         * po/POTFILES.in:
32152           add play.c
32153         * po/af.po:
32154         * po/az.po:
32155         * po/cs.po:
32156         * po/en_GB.po:
32157         * po/hu.po:
32158         * po/nl.po:
32159         * po/sr.po:
32160         * po/sv.po:
32161         * po/uk.po:
32162           update translations
32163
32164 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32165
32166         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32167         fix default for newmedia flag
32168
32169 2004-07-30  Wim Taymans  <wim@fluendo.com>
32170
32171         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32172         (gst_theora_dec_init), (theora_get_formats),
32173         (theora_dec_src_convert), (theora_dec_sink_convert),
32174         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32175         (theora_dec_chain), (theora_dec_set_property),
32176         (theora_dec_get_property):
32177         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32178         (gst_theora_enc_class_init), (gst_theora_enc_init),
32179         (theora_enc_sink_link), (theora_enc_chain),
32180         (theora_enc_set_property), (theora_enc_get_property):
32181         Added cropping option to theora decoder.
32182         Added border option to theora encoder.
32183
32184 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32185
32186         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32187         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32188         (gst_pngenc_set_property):
32189         * ext/libpng/gstpngenc.h:
32190         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
32191
32192 2004-07-30  Wim Taymans  <wim@fluendo.com>
32193
32194         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32195         (theora_enc_sink_link), (theora_enc_chain),
32196         (theora_enc_set_property), (theora_enc_get_property):
32197         Fix encoding of non-multiple-of-16 video.
32198
32199 2004-07-29  David Schleef  <ds@schleef.org>
32200
32201         * configure.ac: make test for audiofile more strict
32202
32203 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32204
32205         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32206           give different names to typefind functions
32207
32208 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32209
32210         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32211         (gst_ximagesink_calculate_pixel_aspect_ratio),
32212         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32213         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32214         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32215         (gst_ximagesink_get_property), (gst_ximagesink_init):
32216         * sys/ximage/ximagesink.h:
32217           allocate PAR's dynamically.
32218           use autodetected PAR if no object-set PAR is given.
32219           add workaround for directfb's X not setting physical size.
32220           fix to xvimagesink will follow tomorrow.
32221
32222 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32223
32224         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32225         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32226         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32227         (gst_shout2send_class_init), (gst_shout2send_init),
32228         (set_shout_metadata), (gst_shout2send_set_metadata),
32229         (gst_shout2send_chain), (gst_shout2send_set_property),
32230         (gst_shout2send_get_property), (gst_shout2send_connect),
32231         (gst_shout2send_change_state):
32232         * ext/shout2/gstshout2.h:
32233         - fix for sending mp3 audio to icecast2 server, if pad link function not
32234         called before PAUSED state
32235         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32236         - added tagging support for mp3 audio broadcasted
32237         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32238         debug info
32239
32240 2004-07-28  Wim Taymans  <wim@fluendo.com>
32241
32242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32243         (gst_ogg_demux_push):
32244         Return query failure when we don't know the length of
32245         an ogg stream insteda of returning TRUE with a bogus value.
32246
32247 2004-07-28  Wim Taymans  <wim@fluendo.com>
32248
32249         * ext/theora/theoradec.c: (theora_get_formats),
32250         (theora_dec_src_convert), (theora_dec_sink_convert),
32251         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32252         (theora_dec_chain):
32253         Don't screw up the 1 Chroma for 1 luma sample situation when we
32254         have an odd offset/width by adding a black border in those cases.
32255
32256 2004-07-28  Wim Taymans  <wim@fluendo.com>
32257
32258         * ext/theora/theoradec.c: (theora_get_formats),
32259         (theora_dec_src_convert), (theora_dec_sink_convert),
32260         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32261         (theora_dec_chain):
32262         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32263         Added first attempt at cropping of the image as required by the
32264         theora spec. We need more properties in the caps (offset_x,
32265         offset_y,stride) to implement this correctly.
32266
32267 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32268
32269         * ext/dvdnav/README:
32270           Update the README to use dvddemux
32271         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32272           Ensure getcaps returns a subset of the template caps
32273         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32274         (gst_mpeg2subt_init):
32275           Ensure getcaps returns a subset of the template caps
32276         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32277         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32278         (gst_dvd_demux_get_subpicture_stream),
32279         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32280         * gst/mpegstream/gstdvddemux.h:
32281           Set the explicit caps on the current_video pad before pushing
32282           anything
32283         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32284         (gst_mpeg_demux_get_audio_stream):
32285           Free caps used to gst_pad_set_explicit_caps, which takes a const
32286           GstCaps *
32287
32288 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32289
32290         * configure.ac: update GStreamer requirement to 0.8.4 because of
32291           GstFraction.
32292
32293 2004-07-28  Wim Taymans  <wim@fluendo.com>
32294
32295         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32296         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32297         Add the pad to the element after setting up the caps. This
32298         makes it a lot easier to autoplug.
32299
32300 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32301
32302         * gst/median/gstmedian.c:
32303         * gst/mpeg2subt/gstmpeg2subt.c:
32304         * gst/mpegaudioparse/gstmpegaudioparse.c:
32305         * gst/mpegstream/gstdvddemux.c:
32306         * gst/mpegstream/gstmpegdemux.c:
32307         * gst/mpegstream/gstmpegpacketize.c:
32308         * gst/rtjpeg/gstrtjpeg.c:
32309         * gst/rtjpeg/gstrtjpegdec.c:
32310         * gst/rtjpeg/gstrtjpegenc.c:
32311         * gst/sine/gstsinesrc.c:
32312         * gst/smooth/gstsmooth.c:
32313         * gst/smpte/gstsmpte.c:
32314         * gst/smpte/gstsmpte.h:
32315         * gst/stereo/gststereo.c:
32316         * gst/videofilter/gstgamma.c:
32317         * gst/videofilter/gstvideobalance.c:
32318         * gst/videofilter/gstvideofilter.c:
32319         * gst/videofilter/gstvideoflip.c:
32320         * gst/videoscale/gstvideoscale.c:
32321         * gst/videoscale/videoscale.c:
32322         * gst/videotestsrc/gstvideotestsrc.c:
32323         * gst/videotestsrc/videotestsrc.c:
32324         * gst/wavenc/gstwavenc.c:
32325         * gst/wavparse/gstwavparse.c:
32326           fix local includes and 64 bits constants
32327
32328 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32329
32330         * win32/gst.sln:
32331         * gst-libs/gst/*/*.vcproj:
32332         * gst/*/*.vcproj:
32333           more working plugins
32334
32335 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32336
32337         * testsuite/alsa/Makefile.am:
32338         * testsuite/alsa/srcstate.c:
32339         add test for alsasrc changing state
32340
32341 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32342
32343         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32344         (gst_silence_get):
32345         * gst/silence/gstsilence.h:
32346         fix silence generation for 16bit raw audio
32347
32348 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32349
32350         * gst/matroska/matroska-demux.c:
32351         (gst_matroska_demux_parse_metadata),
32352         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32353         * gst/mpegaudio/common.c:
32354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32355         (gst_videoscale_getcaps), (gst_videoscale_link),
32356         (gst_videoscale_src_fixate), (gst_videoscale_init),
32357         (gst_videoscale_finalize):
32358         * gst/videoscale/gstvideoscale.h:
32359         * gst/videotestsrc/gstvideotestsrc.c:
32360         (gst_videotestsrc_get_capslist):
32361         * gst/wavenc/gstwavenc.c:
32362         * sys/oss/gstossmixer.c: (fill_labels):
32363         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32364         (gst_ximagesink_handle_xevents),
32365         (gst_ximagesink_calculate_pixel_aspect_ratio),
32366         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32367         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32368         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32369         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32370         (gst_ximagesink_init), (gst_ximagesink_class_init):
32371         * sys/ximage/ximagesink.h:
32372         * sys/xvimage/xvimagesink.c:
32373         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32374         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32375         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32376         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32377         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32378         * sys/xvimage/xvimagesink.h:
32379           first batch of pixel aspect ratio commits.
32380
32381 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32382
32383         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32384         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32385         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32386           handle stride, needs work if we want to move stride handling
32387           upstream, but works correctly for our purposes.
32388
32389 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32390
32391         * gst/videoscale/README:
32392           add testing examples
32393         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32394         (gst_videoscale_chain):
32395         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32396         (gst_videoscale_get_size):
32397           add get_size function that handles stride like videotestsrc.
32398           fixes conversion for YUV formats for as much as I can test them.
32399
32400 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32401
32402         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32403         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32405         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32406         (gst_xvimagesink_xvimage_put):
32407           further cleanups, logging, error handling and synchronizing
32408
32409 2004-07-27  Wim Taymans  <wim@fluendo.com>
32410
32411         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32412         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32413         (gst_videomixer_pad_set_property),
32414         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32415         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32416         (gst_videomixer_class_init), (gst_videomixer_init),
32417         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32418         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32419         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32420         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32421         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32422         (gst_videomixer_loop), (plugin_init):
32423         Be a nicer negotiation citizen and provide a getcaps function on
32424         the srcpad. This also fixes a crash when resizing.
32425
32426 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32427
32428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32429         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32430
32431 2004-07-27  Wim Taymans  <wim@fluendo.com>
32432
32433         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32434         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32435         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32436         (gst_pngenc_set_property):
32437         * ext/libpng/gstpngenc.h:
32438         Added snapshot property to pngenc.
32439         removed g_print from pngdec
32440
32441 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32442
32443         * gst/ac3parse/ac3parse.vcproj
32444         * gst/adder/adder.vcproj
32445         * gst/alpha/alpha.vcproj
32446         * gst/alpha/alphacolor.vcproj
32447         * gst/asfdemux/asf.vcproj
32448         * gst/audioconvert/audioconvert.vcproj
32449         * gst/audiorate/audiorate.vcproj
32450         * gst/audioscale/audioscale.vcproj
32451         * gst/auparse/auparse.vcproj
32452         * gst/avi/avi.vcproj
32453         * gst/cdxaparse/cdxaparse.vcproj
32454         * gst/chart/chart.vcproj
32455         * gst/colorspace/colorspace.vcproj
32456         * gst/cutter/cutter.vcproj
32457         * gst/debug/debug.vcproj
32458         * gst/debug/efence.vcproj
32459         * gst/debug/navigationtest.vcproj
32460         * gst/deinterlace/deinterlace.vcproj
32461         * gst/effectv/effectv.vcproj
32462         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32463         * gst/filter/filter.vcproj
32464         * gst/flx/flxdec.vcproj
32465         * gst/goom/goom.vcproj
32466         * gst/interleave/interleave.vcproj
32467         * gst/law/alaw.vcproj
32468         * gst/law/mulaw.vcproj
32469         * gst/matroska/matroska.vcproj
32470         * gst/median/median.vcproj
32471         * gst/mixmatrix/mixmatrix.vcproj
32472         * gst/mpeg1sys/mpeg1systemencode.vcproj
32473         * gst/mpeg1videoparse/mp1videoparse.vcproj
32474         * gst/mpeg2sub/mpeg2subt.vcproj
32475         * gst/mpegaudio/mpegaudio.vcproj
32476         * gst/mpegaudioparse/mpegaudioparse.vcproj
32477         * gst/mpegstream/mpegstream.vcproj
32478         * gst/multifilesink/multifilesink.vcproj
32479         * gst/multipart/multipart.vcproj
32480         * gst/oneton/oneton.vcproj
32481         * gst/overlay/overlay.vcproj
32482         * gst/passthrough/passthrough.vcproj
32483         * gst/qtdemux/qtdemux.vcproj
32484         * gst/realmedia/rmdemux.vcproj
32485         * gst/rtjpeg/rtjpeg.vcproj
32486         * gst/rtp/rtp.vcproj
32487         * gst/silence/silence.vcproj
32488         * gst/sine/sinesrc.vcproj
32489         * gst/smooth/smooth.vcproj
32490         * gst/smpte/smpte.vcproj
32491         * gst/spectrum/spectrum.vcproj
32492         * gst/speed/speed.vcproj
32493         * gst/stereo/stereo.vcproj
32494         * gst/switch/switch.vcproj
32495         * gst/tags/tagedit.vcproj
32496         * gst/tcp/tcp.vcproj
32497         * gst/typefind/typefindfunctions.vcproj
32498         * gst/udp/udp.vcproj
32499         * gst/videobox/videobox.vcproj
32500         * gst/videocrop/videocrop.vcproj
32501         * gst/videodrop/videodrop.vcproj
32502         * gst/videofilter/gamma.vcproj
32503         * gst/videofilter/videobalance.vcproj
32504         * gst/videofilter/videofilter.vcproj
32505         * gst/videofilter/videoflip.vcproj
32506         * gst/videoflip/videoflip.vcproj
32507         * gst/videomixer/videomixer.vcproj
32508         * gst/videorate/videorate.vcproj
32509         * gst/videoscale/videoscale.vcproj
32510         * gst/videotestsrc/videotestsrc.vcproj
32511         * gst/virtualdub/virtualdub.vcproj
32512         * gst/volenv/volenv.vcproj
32513         * gst/volume/volume.vcproj
32514         * gst/wavenc/wavenc.vcproj
32515         * gst/wavparse/wavparse.vcproj
32516         * gst/y4m/y4menc.vcproj
32517         * gst-libs/gst/audio/audio.vcproj
32518         * gst-libs/gst/audio/audiofilter.vcproj
32519         * gst-libs/gst/colorbalance/colorbalance.vcproj
32520         * gst-libs/gst/idct/idtc.vcproj
32521         * gst-libs/gst/media-info/media-info.vcproj
32522         * gst-libs/gst/mixer/mixer.vcproj
32523         * gst-libs/gst/navigation/navigation.vcproj
32524         * gst-libs/gst/play/play.vcproj
32525         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32526         * gst-libs/gst/resample/resample.vcproj
32527         * gst-libs/gst/riff/riff.vcproj
32528         * gst-libs/gst/tuner/tuner.vcproj
32529         * gst-libs/gst/video/video.vcproj
32530         * gst-libs/gst/xoverlay/xoverlay.vcproj
32531           avoid problems with math.h, fix release dependancy
32532           rename GStreamer-0.8.lib to libgstreamer.lib
32533
32534 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32535
32536         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32538         the atom is not available we have to unlock the mutex. Fixes #148023
32539
32540 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32541
32542         * gst-libs/gst/media-info/media-info.h:
32543           issue for a vararg macro with MSVC
32544
32545 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32546
32547         * gst/effectv/effectv.vcproj
32548         * gst-libs/gst/idct/idct.vcproj:
32549         * gst-libs/gst/media-info/media-info.vcproj:
32550         * gst-libs/gst/navigation/navigation.vcproj:
32551         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32552         * gst-libs/gst/video/video.vcproj:
32553         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32554           fixes for build problems
32555
32556 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32557
32558         * gst-libs/gst/audio/audio.def:
32559         * gst-libs/gst/audio/riff.def:
32560           add some definitions needed by plugins
32561
32562 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32563
32564         * gst/asfdemux/gstasfmux.c
32565           Fix some 64 bits constants to be glib friendly
32566
32567 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32568
32569         * gst/ac3parse/gstac3parse.c
32570         * gst/audioscale/gstaudioscale.c
32571         * gst/auparse/gstauparse.c
32572         * gst/colorspace/gstcolorspace.c
32573         * gst/colorspace/yuv2rgb.h
32574           local include fixes
32575
32576 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32577
32578         * win32/gst.sln
32579           add more plugins to the build
32580
32581 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32582
32583         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32584         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32585
32586 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32587
32588         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32589         (gst_level_set_property), (gst_level_get_property),
32590         (gst_level_base_init), (gst_level_class_init):
32591           add debugging categories.  cleanups.
32592
32593 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32594
32595         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32596         (gst_videoscale_planar411), (gst_videoscale_planar400),
32597         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32598         (gst_videoscale_scale_nearest_str1),
32599         (gst_videoscale_scale_nearest_str2),
32600         (gst_videoscale_scale_nearest_str4),
32601         (gst_videoscale_scale_nearest_16bit),
32602         (gst_videoscale_scale_nearest_24bit):
32603           fixed stride issues
32604           tested with 320x240 -> 321, 322, 324 x240
32605           tested with YV12, I420, YUY2, UYVY
32606           fixed packed422rev (don't think it could have worked before)
32607           by testing with UYVY
32608
32609 2004-07-26  Benjamin Otte  <otte@gnome.org>
32610
32611         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32612         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32613         (plugin_init):
32614           add debugging category, add error checks like checking return values
32615           of setup calls, make sure it still works after
32616           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32617
32618 2004-07-26  Wim Taymans  <wim@fluendo.com>
32619
32620         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32621         (gst_mpeg_demux_get_audio_stream),
32622         (gst_mpeg_demux_process_private):
32623         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32624         Check for error codes from the negotiation functions. Make sure
32625         we really set the pad caps when a new pad is created.
32626
32627 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32628
32629         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32630         (gst_ffmpeg_caps_to_pix_fmt):
32631         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32633         (gst_ffmpegcolorspace_pad_link):
32634           don't make function do two things at the same time without reason.
32635
32636 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32637
32638         * gst/ac3parse/ac3parse.vcproj
32639         * gst/adder/adder.vcproj
32640         * gst/alpha/alpha.vcproj
32641         * gst/alpha/alphacolor.vcproj
32642         * gst/asfdemux/asf.vcproj
32643         * gst/audioconvert/audioconvert.vcproj
32644         * gst/audiorate/audiorate.vcproj
32645         * gst/audioscale/audioscale.vcproj
32646         * gst/auparse/auparse.vcproj
32647         * gst/avi/avi.vcproj
32648         * gst/cdxaparse/cdxaparse.vcproj
32649         * gst/chart/chart.vcproj
32650         * gst/colorspace/colorspace.vcproj
32651         * gst/cutter/cutter.vcproj
32652         * gst/debug/debug.vcproj
32653         * gst/debug/efence.vcproj
32654         * gst/debug/navigationtest.vcproj
32655         * gst/deinterlace/deinterlace.vcproj
32656         * gst/effectv/effectv.vcproj
32657         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32658         * gst/filter/filter.vcproj
32659         * gst/flx/flxdec.vcproj
32660         * gst/goom/goom.vcproj
32661         * gst/interleave/interleave.vcproj
32662         * gst/law/alaw.vcproj
32663         * gst/law/mulaw.vcproj
32664         * gst/matroska/matroska.vcproj
32665         * gst/median/median.vcproj
32666         * gst/mixmatrix/mixmatrix.vcproj
32667         * gst/mpeg1sys/mpeg1systemencode.vcproj
32668         * gst/mpeg1videoparse/mp1videoparse.vcproj
32669         * gst/mpeg2sub/mpeg2subt.vcproj
32670         * gst/mpegaudio/mpegaudio.vcproj
32671         * gst/mpegaudioparse/mpegaudioparse.vcproj
32672         * gst/mpegstream/mpegstream.vcproj
32673         * gst/multifilesink/multifilesink.vcproj
32674         * gst/multipart/multipart.vcproj
32675         * gst/oneton/oneton.vcproj
32676         * gst/overlay/overlay.vcproj
32677         * gst/passthrough/passthrough.vcproj
32678         * gst/qtdemux/qtdemux.vcproj
32679         * gst/realmedia/rmdemux.vcproj
32680         * gst/rtjpeg/rtjpeg.vcproj
32681         * gst/rtp/rtp.vcproj
32682         * gst/silence/silence.vcproj
32683         * gst/sine/sinesrc.vcproj
32684         * gst/smooth/smooth.vcproj
32685         * gst/smpte/smpte.vcproj
32686         * gst/spectrum/spectrum.vcproj
32687         * gst/speed/speed.vcproj
32688         * gst/stereo/stereo.vcproj
32689         * gst/switch/switch.vcproj
32690         * gst/tags/tagedit.vcproj
32691         * gst/tcp/tcp.vcproj
32692         * gst/typefind/typefindfunctions.vcproj
32693         * gst/udp/udp.vcproj
32694         * gst/videobox/videobox.vcproj
32695         * gst/videocrop/videocrop.vcproj
32696         * gst/videodrop/videodrop.vcproj
32697         * gst/videofilter/gamma.vcproj
32698         * gst/videofilter/videobalance.vcproj
32699         * gst/videofilter/videofilter.vcproj
32700         * gst/videofilter/videoflip.vcproj
32701         * gst/videoflip/videoflip.vcproj
32702         * gst/videomixer/videomixer.vcproj
32703         * gst/videorate/videorate.vcproj
32704         * gst/videoscale/videoscale.vcproj
32705         * gst/videotestsrc/videotestsrc.vcproj
32706         * gst/virtualdub/virtualdub.vcproj
32707         * gst/volenv/volenv.vcproj
32708         * gst/volume/volume.vcproj
32709         * gst/wavenc/wavenc.vcproj
32710         * gst/wavparse/wavparse.vcproj
32711         * gst/y4m/y4menc.vcproj
32712           more plugins supported under windows
32713
32714 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32715
32716         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32717         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32718         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32720         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32721           Add debugging statements.  Use the sizes as returned by the
32722           *CreateImage calls.
32723
32724 2004-07-26  Johan Dahlin  <johan@gnome.org>
32725
32726         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32727         the pad is negotiated.
32728
32729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32730
32731 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32732
32733         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32734         * gst-libs/gst/idct/idct.vcproj:
32735         * gst-libs/gst/media-info/media-info.vcproj:
32736         * gst-libs/gst/mixer/mixer.vcproj:
32737         * gst-libs/gst/navigation/navigation.vcproj:
32738         * gst-libs/gst/play/play.vcproj:
32739         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32740         * gst-libs/gst/resample/resample.vcproj:
32741         * gst-libs/gst/tuner/tuner.vcproj:
32742         * gst-libs/gst/video/video.vcproj:
32743         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32744           more plugins supported under windows
32745
32746 2004-07-25 Iain <iain@prettypeople.org>
32747
32748         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32749         pad now rather than when the pad is created because state changes wipe
32750         explicit caps (fixes #148043).
32751
32752 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32753
32754         reviewed by Benjamin Otte  <otte@gnome.org>
32755
32756         * ext/mad/gstmad.c:
32757           fix mad plugin crashing on Sun (fixes #148289)
32758
32759 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32760
32761         * gst/avi/avi.def:
32762         * gst/avi/avi.vcproj:
32763         * gst/matroska/matroska.def:
32764         * gst/matroska/matroska.vcproj:
32765           remove unused .def files
32766
32767 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32768
32769         * gst-libs/gst/audio/gstaudiofilter.c:
32770           Clean the local include
32771
32772 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32773
32774         * win32/gst.sln:
32775         * gst-libs/gst/audio/audio.def:
32776         * gst-libs/gst/audio/audio.vcproj:
32777         * gst-libs/gst/audio/audiofilter.vcproj:
32778         * gst-libs/gst/audio/riff.def:
32779         * gst-libs/gst/audio/riff.vcproj:
32780         * gst-libs/gst/gst-libs.def:
32781         * gst-libs/gst/gst-libs.vcproj:
32782         * gst/avi/avi.vcproj:
32783         * gst/avi/avi.vcproj:
32784           Copy the files where needed after building, cleaner projects
32785
32786 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32787
32788         * gst/matroska/ebml-write.c:
32789           Fix some 64 bits constants to be glib friendly
32790
32791 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32792
32793         * win32/gst.sln:
32794         * gst-libs/gst/gst-libs.def:
32795         * gst-libs/gst/gst-libs.vcproj:
32796         * gst/matroska/matroska.def:
32797         * gst/matroska/matroska.vcproj:
32798           Add the preliminary canvas to build plugins on Win32
32799
32800 2004-07-23  Benjamin Otte  <otte@gnome.org>
32801
32802         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32803           don't enfore negotiation from source side, it breaks
32804           sinesrc ! audioconvert ! osssink
32805
32806 2004-07-22  David Schleef  <ds@schleef.org>
32807
32808         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32809         for ELF files, since they can easily be recognized as audio/mpeg.
32810         (bug #147441)
32811
32812 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32813
32814         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32815         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32816         (gst_videoscale_scale_nearest_24bit),
32817         (gst_videoscale_scale_nearest_16bit):
32818           fix 16bit and 24bit for stride (24bit might need testing)
32819           don't pretend we do more than one algorithm
32820
32821 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32822
32823         * configure.ac:
32824         * gst/Makefile.am:
32825         * gst/multifilesink/Makefile.am:
32826         * gst/multifilesink/gstmultifilesink.c:
32827         (gst_multifilesink_get_formats),
32828         (gst_multifilesink_get_query_types), (_do_init),
32829         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32830         (gst_multifilesink_init), (gst_multifilesink_dispose),
32831         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32832         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32833         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32834         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32835         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32836         (gst_multifilesink_uri_get_type),
32837         (gst_multifilesink_uri_get_protocols),
32838         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32839         (gst_multifilesink_uri_handler_init), (plugin_init):
32840         * gst/multifilesink/gstmultifilesink.h:
32841         * testsuite/Makefile.am:
32842         * testsuite/multifilesink/Makefile.am:
32843         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32844         (gst_newmedia_class_init), (gst_newmedia_init),
32845         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32846         (newfile_signal), (test_signal), (main):
32847         multifilesink plugin for creating new files every time a new media
32848         discontinuity event occurs
32849
32850 2004-07-22  Wim Taymans  <wim@fluendo.com>
32851
32852         * gst/alpha/Makefile.am:
32853         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32854         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32855         (gst_alpha_color_init), (gst_alpha_color_set_property),
32856         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32857         (transform), (gst_alpha_color_chain),
32858         (gst_alpha_color_change_state), (plugin_init):
32859         Stupid plugin to to RGBA to AYUV conversion because none of
32860         the colorspace plugins can handle that yet.
32861
32862 2004-07-22  Wim Taymans  <wim@fluendo.com>
32863
32864         * examples/seeking/seek.c: (update_scale), (main):
32865         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32866         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32867         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32868         (gst_decode_bin_init), (gst_decode_bin_dispose),
32869         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32870         (no_more_pads), (close_link), (type_found),
32871         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32872         (plugin_init):
32873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32874         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32875         (gst_play_base_bin_dispose), (queue_overrun),
32876         (gen_preroll_element), (remove_prerolls), (unknown_type),
32877         (no_more_pads), (new_stream), (setup_source),
32878         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32879         (play_base_eos), (gst_play_base_bin_change_state),
32880         (gst_play_base_bin_add_element),
32881         (gst_play_base_bin_remove_element),
32882         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32883         (gst_play_base_bin_unlink_stream),
32884         (gst_play_base_bin_get_streaminfo):
32885         * gst/playback/gstplaybin.c: (gen_video_element),
32886         (gen_audio_element):
32887         * gst/playback/gststreaminfo.h:
32888         More playback updates, attempt to fix things after the state change
32889         breakage.
32890
32891 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32892
32893         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32894         (gst_videoscale_scale_nearest_16bit):
32895           comment algorithm
32896
32897 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32898
32899         * gst/videotestsrc/gstvideotestsrc.c:
32900         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32901         (gst_videotestsrc_init), (gst_videotestsrc_get),
32902         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32903         (gst_videotestsrc_get_property):
32904         * gst/videotestsrc/gstvideotestsrc.h:
32905         * gst/videotestsrc/videotestsrc.c:
32906         * gst/videotestsrc/videotestsrc.h:
32907           cleanup and commenting
32908
32909 2004-07-21  Wim Taymans  <wim@fluendo.com>
32910
32911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32912         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32913         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32914         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32915         (_find_chain_get_unknown_part), (_find_streams_check),
32916         (gst_ogg_demux_push), (gst_ogg_pad_push):
32917         * ext/theora/theoradec.c: (theora_get_formats),
32918         (theora_dec_src_convert), (theora_dec_sink_convert),
32919         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32920         (theora_dec_chain):
32921         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32922         (vorbis_dec_convert), (vorbis_dec_src_query),
32923         (vorbis_dec_src_event), (vorbis_dec_event):
32924         More seeking fixes, oggdemux now supports seeking to time and
32925         uses the downstream element to convert granulepos to time.
32926         Seeking in theora-only ogg files now works.
32927
32928 2004-07-21  Wim Taymans  <wim@fluendo.com>
32929
32930         * ext/theora/theoradec.c: (gst_theora_dec_init),
32931         (theora_get_formats), (theora_get_event_masks),
32932         (theora_get_query_types), (theora_dec_src_convert),
32933         (theora_dec_sink_convert), (theora_dec_src_query),
32934         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32935         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32936         (vorbis_get_event_masks), (vorbis_get_query_types),
32937         (gst_vorbis_dec_init), (vorbis_dec_convert),
32938         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32939         Added query/convert/formats functions to vorbis and theora decoders
32940         so that the outside world can use them too. Fixed seeking on an
32941         ogg/theora/vorbis file by disabling the seeking seeking on the
32942         theora srcpad.
32943
32944 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32945
32946         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32947         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32948         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32949         images creation for both elements. We don't create the image on caps
32950         nego or renego, we just destroy the internal one if present if it does
32951         not match the needs. The chain function takes care of creating a new
32952         image when needed.
32953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32954         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32955         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32956         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32957         the image format information. The buffer pool checks for the context
32958         image format and discard images with different formats.
32959         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32960
32961 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32962
32963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32964         (gst_ffmpegcolorspace_chain):
32965           no point in doing any chaining if the pad we want to push from
32966           isn't usable.
32967
32968 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32969
32970         * gst-libs/gst/riff/riff-media.c:
32971         (gst_riff_create_audio_caps_with_data):
32972           Fix double end-to-native symbol conversion (#148021).
32973
32974 2004-07-20  David Schleef  <ds@schleef.org>
32975
32976         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32977         Don't use an Atom that doesn't exist.
32978
32979 2004-07-20  Wim Taymans  <wim@fluendo.com>
32980
32981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32982         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32983         (gst_multifdsink_client_remove),
32984         (gst_multifdsink_handle_client_write),
32985         (gst_multifdsink_queue_buffer):
32986         * gst/tcp/gstmultifdsink.h:
32987         More multifdsink stats. Avoid deadlock by releasing locks
32988         before sending out a signal.
32989
32990 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32991
32992         * po/LINGUAS:
32993         * po/hu.po:
32994           added Hungarian translation (Laszlo Dvornik)
32995
32996 2004-07-20  Wim Taymans  <wim@fluendo.com>
32997
32998         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32999         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33000         (gst_multifdsink_handle_client_write),
33001         (gst_multifdsink_queue_buffer):
33002         * gst/tcp/gsttcp-marshal.list:
33003         Fixed the stupid marshal definition.
33004
33005 2004-07-20  Wim Taymans  <wim@fluendo.com>
33006
33007         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33008         (gst_multifdsink_init), (gst_multifdsink_add),
33009         (gst_multifdsink_client_remove),
33010         (gst_multifdsink_handle_client_write),
33011         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33012         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33013         (gst_multifdsink_init_send):
33014         * gst/tcp/gstmultifdsink.h:
33015         Added more stats, added timeout for a client, fixed some typos
33016         and added some comments.
33017
33018 2004-07-20  Wim Taymans  <wim@fluendo.com>
33019
33020         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33021         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33022         (gst_multifdsink_client_remove),
33023         (gst_multifdsink_handle_client_write):
33024         * gst/tcp/gstmultifdsink.h:
33025         * gst/tcp/gsttcp-marshal.list:
33026         Added get_stats method that returns a GValueArray of
33027         stats values.
33028
33029 2004-07-19  Benjamin Otte  <otte@gnome.org>
33030
33031         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33032           make sure longname, description and author are valid UTF-8
33033
33034 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33035
33036         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33037         (gst_ximagesink_set_property):
33038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33039         (gst_xvimagesink_set_property):
33040           make sure SYNCHRONOUS is respected after getting the X context
33041
33042 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33043
33044         * gst/matroska/matroska-demux.c:
33045         (gst_matroska_demux_handle_src_event),
33046         (gst_matroska_demux_parse_blockgroup):
33047         * gst/matroska/matroska-ids.h:
33048           add BlockReference tag and ignore it to clear out log.
33049           ignore NAVIGATION events to clear out log.
33050
33051 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33052
33053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33054         (gst_matroska_demux_add_stream):
33055         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33056           add debug categories
33057
33058 2004-07-16  Wim Taymans  <wim@fluendo.com>
33059
33060         * ext/libpng/Makefile.am:
33061         * ext/libpng/gstpng.c: (plugin_init):
33062         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33063         (gst_pngdec_get_type), (gst_pngdec_base_init),
33064         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33065         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33066         * ext/libpng/gstpngdec.h:
33067         Added png decoder.
33068
33069 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33070
33071         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33072         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33073         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33074         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33075         (gst_ximagesink_buffer_alloc):
33076         * sys/ximage/ximagesink.h:
33077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33078         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33079         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33080         (gst_xvimagesink_buffer_alloc):
33081         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33082         again. Using internal data pointer of the x(v)image to store image's
33083         data to be coherent with the buffer alloc mechanism. Investigated the
33084         image destruction code to be sure that everything gets freed correctly.
33085
33086 2004-07-16  Wim Taymans  <wim@fluendo.com>
33087
33088         * gst-libs/gst/riff/riff-read.c:
33089         (gst_riff_read_strf_vids_with_data),
33090         (gst_riff_read_strf_auds_with_data):
33091         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33092         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33093         Make sure we don't create 0 sized subbuffers in riff-read.
33094         Signal the no more pads signal after reading the avi header.
33095
33096 2004-07-16  Wim Taymans  <wim@fluendo.com>
33097
33098         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33099         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33100         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33101         (gst_decode_bin_init), (gst_decode_bin_dispose),
33102         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33103         (no_more_pads), (close_link), (type_found),
33104         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33105         (gst_decode_bin_change_state), (plugin_init):
33106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33107         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33108         (gst_play_base_bin_dispose), (queue_overrun),
33109         (gen_preroll_element), (remove_prerolls), (unknown_type),
33110         (no_more_pads), (new_stream), (setup_source),
33111         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33112         (play_base_eos), (gst_play_base_bin_change_state),
33113         (gst_play_base_bin_add_element),
33114         (gst_play_base_bin_remove_element),
33115         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33116         (gst_play_base_bin_unlink_stream),
33117         (gst_play_base_bin_get_streaminfo):
33118         * gst/playback/gstplaybasebin.h:
33119         Better error recovery. Added configurable preroll queue size. Faster
33120         detection of no-more-pads.
33121
33122 2004-07-16  Wim Taymans  <wim@fluendo.com>
33123
33124         * gst-libs/gst/video/video.h:
33125         Added 32 bits RGBA. Not sure if we should use another mime-type
33126         for alpha rgb. Currently the presence of the alpha_mask property
33127         signals an alpha channel.
33128
33129 2004-07-16  Wim Taymans  <wim@fluendo.com>
33130
33131         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33133         FPS seems to be 0.0 to MAX everywhere else.
33134
33135 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33136
33137         * gst-libs/gst/riff/riff-media.c:
33138         (gst_riff_create_video_caps_with_data):
33139           mp42/mp43 (no caps) exist too.
33140         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33141           Set pixel_width/height; we've got them in-caps.
33142         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33143         * gst/wavparse/gstwavparse.c: (plugin_init):
33144           Both are valid primary.
33145         * sys/oss/gstossmixer.c:
33146           Remove i18n hack and enable translations.
33147
33148 2004-07-15  Benjamin Otte  <otte@gnome.org>
33149
33150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33151         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33152           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33153
33154 2004-07-15  Benjamin Otte  <otte@gnome.org>
33155
33156         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33157         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33158         (gst_alsa_close_audio):
33159           disable some of the debugging code for now. Writing debugging to a
33160           buffer is broken in current alsalib releases.
33161
33162 2004-07-12  Benjamin Otte  <otte@gnome.org>
33163
33164         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33165           use bufferpools
33166
33167 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33168
33169         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33170         (theora_dec_src_query), (theora_dec_event):
33171         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33172           add debugging categories.  Remove \n's.
33173
33174 2004-07-13  Johan Dahlin  <johan@gnome.org>
33175
33176         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33177         (gst_play_bin_get_property): Impl.
33178
33179 2004-07-13  Wim Taymans  <wim@fluendo.com>
33180
33181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33182         When trying to find the stream length, seek back N pages
33183         instead of just one, where N is the number of streams in
33184         the current chain.
33185
33186 2004-07-13  Wim Taymans  <wim@fluendo.com>
33187
33188         * gst-libs/gst/riff/riff-media.c:
33189         (gst_riff_create_audio_caps_with_data),
33190         (gst_riff_create_audio_caps),
33191         (gst_riff_create_audio_template_caps):
33192         * gst-libs/gst/riff/riff-media.h:
33193         * gst-libs/gst/riff/riff-read.c:
33194         (gst_riff_read_strf_vids_with_data),
33195         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33196         * gst-libs/gst/riff/riff-read.h:
33197         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33198         (gst_avi_demux_add_stream):
33199         Set codec_data on caps for avidemuxer.
33200
33201 2004-07-12  David Schleef  <ds@schleef.org>
33202
33203         * configure.ac: Fix test for Objective C
33204
33205 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33206         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33207         (gst_gdk_pixbuf_chain):
33208           Add svg and pcx to template caps, and ensure that getcaps returns a
33209           subset of the template caps.
33210           Copy each row manually for output, as gdkpixbuf may pad the
33211           rowstride to a 32-bit word boundary.
33212
33213 2004-07-12  Wim Taymans  <wim@fluendo.com>
33214
33215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33216         (gst_riff_create_video_template_caps):
33217         Fix the template caps to include some more media types.
33218
33219 2004-07-12  Wim Taymans  <wim@fluendo.com>
33220
33221         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33222         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33223         (compare_ranks), (print_feature), (gst_decode_bin_init),
33224         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33225         (try_to_link_1), (new_pad), (close_link), (type_found),
33226         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33227         (gst_decode_bin_change_state), (plugin_init):
33228         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33229         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33230         (gst_play_base_bin_dispose), (queue_overrun),
33231         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33232         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33233         (gst_play_base_bin_get_property), (play_base_eos),
33234         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33235         (gst_play_base_bin_remove_element),
33236         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33237         (gst_play_base_bin_unlink_stream),
33238         (gst_play_base_bin_get_streaminfo):
33239         * gst/playback/gstplaybasebin.h:
33240         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33241         (gst_play_bin_class_init), (gst_play_bin_init),
33242         (gst_play_bin_dispose), (gst_play_bin_set_property),
33243         (gst_play_bin_get_property), (gen_video_element),
33244         (gen_audio_element), (remove_sinks), (setup_sinks),
33245         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33246         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33247         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33248         (gst_play_bin_query), (plugin_init):
33249         * gst/playback/test4.c: (main):
33250         More fixes on reusing of the element.
33251
33252 2004-07-11  Benjamin Otte  <otte@gnome.org>
33253
33254         * ext/mad/gstmad.c: (normal_seek):
33255           allow seeking for other methods than just SET
33256
33257 2004-07-11  Andy Wingo  <wingo@pobox.com>
33258
33259         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33260         float, "any" caps -> buffer_frames=[0,MAX].
33261
33262         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33263         doesn't intersect our caps with the template any more. Do it
33264         ourselves.
33265         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33266
33267 2004-07-09  Wim Taymans  <wim@fluendo.com>
33268
33269         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33270         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33271         (compare_ranks), (print_feature), (gst_decode_bin_init),
33272         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33273         (try_to_link_1), (new_pad), (close_link), (type_found),
33274         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33275         (gst_decode_bin_change_state), (plugin_init):
33276         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33277         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33278         (gst_play_base_bin_dispose), (queue_overrun),
33279         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33280         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33281         (gst_play_base_bin_get_property), (play_base_eos),
33282         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33283         (gst_play_base_bin_remove_element),
33284         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33285         (gst_play_base_bin_unlink_stream),
33286         (gst_play_base_bin_get_streaminfo):
33287         * gst/playback/gstplaybasebin.h:
33288         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33289         (gst_play_bin_class_init), (gst_play_bin_init),
33290         (gst_play_bin_dispose), (gst_play_bin_set_property),
33291         (gst_play_bin_get_property), (gen_video_element),
33292         (gen_audio_element), (remove_sinks), (setup_sinks),
33293         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33294         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33295         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33296         (gst_play_bin_query), (plugin_init):
33297         * gst/playback/test4.c: (main):
33298         Work on object reuse and seeking.
33299
33300 2004-07-09  Wim Taymans  <wim@fluendo.com>
33301
33302         * examples/seeking/seek.c: (iterate):
33303         Don't consume all CPU in the idle loop.
33304
33305 2004-07-09  Wim Taymans  <wim@fluendo.com>
33306
33307         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33308         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33309         Add pad to element *after* setting the pad functions so that
33310         the scheduler can use the correct ones.
33311
33312 2004-07-09  Wim Taymans  <wim@fluendo.com>
33313
33314         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33315         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33316         Sync to keyframe after seek
33317
33318 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33319
33320         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33321         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33322         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33323         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33324         * ext/libvisual/visual.c: (gst_visual_change_state):
33325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33326         * ext/theora/theoradec.c: (theora_dec_change_state):
33327         * ext/theora/theoraenc.c: (theora_enc_change_state):
33328         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33329         * gst-libs/gst/navigation/navigation.c:
33330         * gst/adder/gstadder.c: (gst_adder_change_state):
33331         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33332         (gst_audio_convert_get_buffer):
33333         * gst/multipart/multipartdemux.c:
33334         (gst_multipart_demux_change_state):
33335         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33337         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33338         * gst/videoscale/gstvideoscale.c:
33339         (gst_videoscale_handle_src_event):
33340         * gst/volume/gstvolume.c: (volume_chain_int16):
33341           don't assert in state change, this should be done by the base
33342           GstElement class.
33343           various debugging fixes.
33344
33345 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33346
33347         * configure.ac:
33348         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33349         (gst_play_dispose), (gst_play_set_location),
33350         (gst_play_set_data_src), (gst_play_set_video_sink),
33351         (gst_play_set_audio_sink), (gst_play_set_visualization),
33352         (gst_play_connect_visualization), (gst_play_get_sink_element),
33353         (gst_play_get_all_by_interface):
33354         * gst-libs/gst/play/play.h:
33355           add new method to get elements implementing an interface.
33356           add various error logging
33357
33358 2004-07-08  Wim Taymans  <wim@fluendo.com>
33359
33360         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33361         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33362         (make_playerbin_pipeline), (query_durations_elems),
33363         (query_durations_pads), (query_positions_elems),
33364         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33365         (main):
33366         Added playbin seeking example.
33367
33368 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33369
33370         * gst-libs/gst/play/play.c: (gst_play_set_location),
33371         (gst_play_set_data_src), (gst_play_set_video_sink),
33372         (gst_play_set_audio_sink), (gst_play_set_visualization),
33373         (gst_play_connect_visualization), (gst_play_get_framerate):
33374           use a macro to look up elements from hash table
33375
33376 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33377
33378         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33379         (gst_play_get_length_callback), (gst_play_set_location),
33380         (gst_play_seek_to_time), (gst_play_set_data_src),
33381         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33382         (gst_play_set_visualization), (gst_play_connect_visualization),
33383         (gst_play_get_sink_element):
33384         - add debugging info
33385         - fix looking up sink elements by iterating over complete caps
33386         - put everything except for source and autoplugger in a complete bin
33387
33388 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33389
33390         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33392         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33393         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33394         * ext/alsa/gstalsasink.h:
33395         - add debugging info
33396         - clean up schizophrenia of data/buffer/event
33397         - fix double event unref error
33398
33399 2004-07-08  Wim Taymans  <wim@fluendo.com>
33400
33401         * gst/playback/Makefile.am:
33402         Add headers to noinst
33403
33404 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33405
33406         * tools/gst-launch-ext-m.m:
33407         * tools/gst-launch-ext.1.in:
33408           convert to the third millenium
33409
33410 2004-07-07  David Schleef  <ds@schleef.org>
33411
33412         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33413
33414 2004-07-07  Wim Taymans  <wim@fluendo.com>
33415
33416         * gst/playback/Makefile.am:
33417         * gst/playback/README:
33418         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33419         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33420         (compare_ranks), (print_feature), (gst_decode_bin_init),
33421         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33422         (try_to_link_1), (new_pad), (close_link), (type_found),
33423         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33424         (plugin_init):
33425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33426         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33427         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33428         (gen_preroll_element), (no_more_pads), (new_stream),
33429         (setup_source), (gst_play_base_bin_set_property),
33430         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33431         (gst_play_base_bin_add_element),
33432         (gst_play_base_bin_remove_element),
33433         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33434         (gst_play_base_bin_unlink_stream),
33435         (gst_play_base_bin_get_streaminfo):
33436         * gst/playback/gstplaybasebin.h:
33437         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33438         (gst_play_bin_class_init), (gst_play_bin_init),
33439         (gst_play_bin_dispose), (gst_play_bin_set_property),
33440         (gst_play_bin_get_property), (gen_video_element),
33441         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33442         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33443         (gst_play_bin_get_formats), (gst_play_bin_convert),
33444         (gst_play_bin_get_query_types), (gst_play_bin_query),
33445         (plugin_init):
33446         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33447         (gst_stream_info_get_type), (gst_stream_info_class_init),
33448         (gst_stream_info_init), (gst_stream_info_new),
33449         (gst_stream_info_dispose), (gst_stream_info_set_property),
33450         (gst_stream_info_get_property):
33451         * gst/playback/gststreaminfo.h:
33452         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33453         (main):
33454         * gst/playback/test2.c: (main):
33455         * gst/playback/test3.c: (update_scale), (main):
33456         More playbin fixes. Added README. Do better element filtering.
33457         Added base class to preroll media. Added test apps.
33458
33459 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33460
33461         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33462         * ext/mpeg2dec/gstmpeg2dec.h:
33463           various debugging improvements.  Reset stream to next picture
33464           instead of sequence header, otherwise seeks cannot work.
33465
33466 2004-07-07  Wim Taymans  <wim@fluendo.com>
33467
33468         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33469         (gst_video_box_class_init), (gst_video_box_set_property),
33470         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33471         Use pad_alloc where possible.
33472
33473 2004-07-07  Wim Taymans  <wim@fluendo.com>
33474
33475         * sys/oss/gstosselement.c: (gst_osselement_reset),
33476         (gst_osselement_parse_caps):
33477         * sys/oss/gstosselement.h:
33478         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33479         Fix offset on osssrc.
33480
33481 2004-07-07  Wim Taymans  <wim@fluendo.com>
33482
33483         * ext/theora/theora.c: (plugin_init):
33484         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33485         (theora_dec_src_query), (theora_dec_chain):
33486         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33487         (theora_enc_sink_link), (theora_buffer_from_packet),
33488         (theora_push_packet), (theora_enc_chain):
33489         Fix theora granulepos calculation.
33490         Fix overflow in duration/position calculation.
33491         Bump rank to PRIMARY for theoradec.
33492         Use granulepos of last packet to calculate position.
33493         Set keyframe flag on buffers when needed.
33494
33495 2004-07-06  David Schleef  <ds@schleef.org>
33496
33497         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33498         serious?  (Fixed, obviously.)
33499
33500 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33501
33502         * po/LINGUAS:
33503         * po/cs.po:
33504           added Czech translation (Miloslav Trmac)
33505
33506 2004-07-05  Wim Taymans  <wim@fluendo.com>
33507
33508         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33509         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33510         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33511         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33512         (close_link), (type_found), (gst_decode_bin_set_property),
33513         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33514         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33515         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33516         (gst_decode_bin_query), (plugin_init):
33517         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33518         (gst_play_bin_class_init), (gst_play_bin_init),
33519         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33520         (get_video_element), (new_pad), (setup_source),
33521         (gst_play_bin_set_property), (gst_play_bin_get_property),
33522         (gst_play_bin_change_state), (gst_play_bin_add_element),
33523         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33524         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33525         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33526         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33527         * gst/playback/test.c: (main):
33528         More fixes, cleaned up playbin, make it use decodebin. Added
33529         threaded property to playbin.
33530
33531 2004-07-05  Wim Taymans  <wim@fluendo.com>
33532
33533         * configure.ac:
33534         * gst/playback/Makefile.am:
33535         * gst/playback/decodetest.c: (main):
33536         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33537         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33538         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33539         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33540         (close_link), (type_found), (gst_decode_bin_set_property),
33541         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33542         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33543         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33544         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33545         (plugin_init):
33546         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33547         (gst_play_bin_class_init), (gst_play_bin_init),
33548         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33549         (collect_sink_pads), (find_compatibles), (close_pad_link),
33550         (try_to_link_1), (new_pad), (close_link), (type_found),
33551         (setup_source), (gst_play_bin_set_property),
33552         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33553         (compare_ranks), (gst_play_bin_collect_factories),
33554         (gst_play_bin_change_state), (gst_play_bin_add_element),
33555         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33556         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33557         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33558         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33559         * gst/playback/test.c: (main):
33560         Added some playback helper elements and some test apps, very alpha
33561         still.
33562
33563 2004-07-04  Benjamin Otte  <otte@gnome.org>
33564
33565         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33566           only restart audio when we indeed have an xrun to fix repeated
33567           xruns. Fix suggested by Giuliano Pochini.
33568
33569 2004-07-03  David Schleef  <ds@schleef.org>
33570
33571         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33572         call to gst_debug_log() if debugging is disabled (bug #145118)
33573
33574 2004-07-03  Benjamin Otte  <otte@gnome.org>
33575
33576         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33577           use our own functions for restarting the alsa device.
33578         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33579           I should apply patches myself - use MIN for the third argument, not
33580           the second, this fixes seeking
33581
33582 2004-07-02  David Schleef  <ds@schleef.org>
33583
33584         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33585         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33586         do with the logic.
33587
33588 2004-07-02  David Schleef  <ds@schleef.org>
33589
33590         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33591         output buffers.  Fix logic mistake.  (bug #144866)
33592
33593 2004-07-02  David Schleef  <ds@schleef.org>
33594
33595         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33596         on X.  (bug #144753)
33597
33598 2004-07-02  David Schleef  <ds@schleef.org>
33599
33600         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33601         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33602         (bug #144624)
33603         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33604         (gst_osselement_rate_probe_check): Add another workaround for
33605         buggy drivers (bug #145336)
33606
33607 2004-07-02  David Schleef  <ds@schleef.org>
33608
33609         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33610         Most systems don't have MSG_NOSIGNAL.
33611
33612 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33613
33614         * Makefile.am:
33615         * gst-libs/gst/colorbalance/Makefile.am:
33616         * gst-libs/gst/mixer/Makefile.am:
33617         * gst-libs/gst/play/Makefile.am:
33618         * gst-libs/gst/tuner/Makefile.am:
33619           (hopefully) fix both install and dist and make error message useful.
33620           needs testing across automakes.
33621
33622 2004-07-02  Benjamin Otte  <otte@gnome.org>
33623
33624         * ext/ogg/gstogg.c: (plugin_init):
33625           we require bytestream now
33626         * ext/ogg/gstoggdemux.c:
33627           huge diff to implement chain setup in a fast and generic way. This
33628           improves tag reading and startup of huge files (read: Theora videos)
33629           quite a bit. It probably contains bugs, too, so please test.
33630           Seeking is not improved to the fast method.
33631
33632 2004-06-29  Wim Taymans  <wim@fluendo.com>
33633
33634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33635         * ext/ogg/gstoggmux.c:
33636         Fix memleak in oggdemux when running unconnected pads.
33637         doc update in mux, start working on keyframe mode.
33638
33639 2004-06-29  Benjamin Otte  <otte@gnome.org>
33640
33641         * sys/oss/gstosssink.c:
33642         * sys/oss/gstosssrc.c:
33643           advertise correct template caps - we indeed do non-native endianness
33644           and 8bit audio has no endianness
33645         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33647           avoid (wrong) duplications in getcaps function and return
33648           template caps
33649
33650 2004-06-29  Wim Taymans  <wim@fluendo.com>
33651
33652         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33653         (gst_multifdsink_class_init), (gst_multifdsink_add),
33654         (gst_multifdsink_remove), (gst_multifdsink_clear),
33655         (gst_multifdsink_client_remove),
33656         (gst_multifdsink_handle_client_read),
33657         (gst_multifdsink_client_queue_data),
33658         (gst_multifdsink_client_queue_caps),
33659         (gst_multifdsink_client_queue_buffer),
33660         (gst_multifdsink_handle_client_write),
33661         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33662         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33663         (gst_multifdsink_init_send), (gst_multifdsink_close):
33664         Fix wrong GList iteration that could crash the server when
33665         more then 2 clients disconnect at the same time. Read all the
33666         pending commands in one batch to recover from command storms under
33667         very heavy load.
33668
33669 2004-06-28  Wim Taymans  <wim@fluendo.com>
33670
33671         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33672         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33673         (gst_videomixer_pad_set_property),
33674         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33675         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33676         (gst_videomixer_class_init), (gst_videomixer_init),
33677         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33678         (pad_zorder_compare), (gst_videomixer_sort_pads),
33679         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33680         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33681         (gst_videomixer_update_queues), (gst_videomixer_loop),
33682         (plugin_init):
33683         Avoid divide by zero, choose masterpad as the pad with the highest
33684         framerate.
33685
33686 2004-06-27  Julien Moutte  <julien@moutte.net>
33687
33688         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33689         (gst_ximagesink_xwindow_new):
33690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33691         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33692         function directly. We might want to call it from somewhere else one day.
33693
33694 2004-06-27  Julien Moutte  <julien@moutte.net>
33695
33696         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33697         (gst_ximagesink_xwindow_new):
33698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33699         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33700         window decorations.
33701
33702 2004-06-27  Wim Taymans  <wim@fluendo.com>
33703
33704         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33705         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33706         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33707         (gst_dvdec_set_property), (gst_dvdec_get_property):
33708         * ext/dv/gstdvdec.h:
33709         Implement drop_factor property to lower the framerate with
33710         a factor.
33711
33712 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33713
33714         * gst-libs/gst/colorbalance/Makefile.am:
33715         * gst-libs/gst/mixer/Makefile.am:
33716         * gst-libs/gst/play/Makefile.am:
33717         * gst-libs/gst/tuner/Makefile.am:
33718           unbreak Company's fix that didn't install the -enum.h files
33719
33720 2004-06-27  Wim Taymans  <wim@fluendo.com>
33721
33722         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33723         (gst_dvdec_change_state):
33724         * ext/dv/gstdvdec.h:
33725         Fix timestamp, duration and offset of the buffers.
33726
33727 2004-06-27  Wim Taymans  <wim@fluendo.com>
33728
33729         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33730         (gst_multifdsink_class_init), (gst_multifdsink_add),
33731         (gst_multifdsink_remove), (gst_multifdsink_clear),
33732         (gst_multifdsink_client_remove),
33733         (gst_multifdsink_handle_client_read),
33734         (gst_multifdsink_client_queue_data),
33735         (gst_multifdsink_client_queue_caps),
33736         (gst_multifdsink_client_queue_buffer),
33737         (gst_multifdsink_handle_client_write),
33738         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33739         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33740         (gst_multifdsink_init_send), (gst_multifdsink_close):
33741         * gst/tcp/gstmultifdsink.h:
33742         * gst/tcp/gsttcpserversink.c:
33743         (gst_tcpserversink_handle_server_read),
33744         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33745         More multifdsink fixes, more recovery policy fixes.
33746         Removed stupid g_print
33747
33748 2004-06-26  Wim Taymans  <wim@fluendo.com>
33749
33750         * gst/tcp/Makefile.am:
33751         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33752         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33753         (gst_multifdsink_class_init), (gst_multifdsink_init),
33754         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33755         (gst_multifdsink_handle_client_read),
33756         (gst_multifdsink_client_queue_data),
33757         (gst_multifdsink_client_queue_caps),
33758         (gst_multifdsink_client_queue_buffer),
33759         (gst_multifdsink_handle_client_write),
33760         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33761         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33762         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33763         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33764         (gst_multifdsink_close), (gst_multifdsink_change_state):
33765         * gst/tcp/gstmultifdsink.h:
33766         * gst/tcp/gsttcpplugin.c: (plugin_init):
33767         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33768         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33769         (gst_tcpserversink_handle_server_read),
33770         (gst_tcpserversink_handle_select),
33771         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33772         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33773         * gst/tcp/gsttcpserversink.h:
33774         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33775         one of the locks, added recovery policy to multifdsink.
33776
33777 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33778
33779         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33780           fix decision for when getting frames with same timestamp
33781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33782         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33783         (gst_v4lsrc_get_property):
33784         * sys/v4l/gstv4lsrc.h:
33785           add latency offset property
33786
33787 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33788
33789         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33790         (plugin_init):
33791           fix debugging. add category.
33792
33793 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33794
33795         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33796           fix wrong offsets
33797
33798 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33799
33800         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33801         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33802         (gst_alsa_src_change_state):
33803           return a time that is in sync with the element's processing
33804
33805 2004-06-25  Wim Taymans  <wim@fluendo.com>
33806
33807         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33808         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33809         (gst_tcpserversink_client_remove),
33810         (gst_tcpserversink_handle_client_read),
33811         (gst_tcpserversink_client_queue_data),
33812         (gst_tcpserversink_client_queue_caps),
33813         (gst_tcpserversink_client_queue_buffer),
33814         (gst_tcpserversink_handle_client_write),
33815         (gst_tcpserversink_queue_buffer),
33816         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33817         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33818         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33819         (gst_tcpserversink_close):
33820         * gst/tcp/gsttcpserversink.h:
33821         Serversink rewrite. Really do non blocking writes to clients and
33822         maintain an internal queue to handle slower clients while not
33823         disturbing fast clients.
33824
33825 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33826
33827         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33828           better debug, don't override OFFSET and OFFSET_END
33829
33830 2004-06-25  Iain <iain@prettypeople.org>
33831
33832         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33833         name=source for the wavparse pipeline.
33834
33835 2004-06-24  Johan Dahlin  <johan@gnome.org>
33836
33837         * ext/theora/theoraenc.c (theora_enc_chain): Call
33838         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33839         streamheader caps are set correctly.
33840
33841 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33842
33843         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33844         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33845           respect minimum bitrate; same could be done for max bitrate
33846
33847 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33848
33849         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33850         (gst_vorbisenc_setup):
33851           fix sample rate range
33852
33853 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33854
33855         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33856         (gst_oggvorbisenc_setup):
33857         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33858         (gst_vorbisenc_setup):
33859           resolve ambiguities in code and description
33860
33861 2004-06-24  Wim Taymans  <wim@fluendo.com>
33862
33863         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33864         * ext/alsa/gstalsa.h:
33865         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33866         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33867         Use alsa trigger_tstamp to get the timestamp of the first
33868         sample in the buffer for more precise sync. Some cleanups.
33869
33870 2004-06-24  Wim Taymans  <wim@fluendo.com>
33871
33872         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33873         (gst_audiorate_init), (gst_audiorate_chain),
33874         (gst_audiorate_set_property), (gst_audiorate_get_property):
33875         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33876         (gst_videorate_chain):
33877         Added some logging, fixed an overflow bug in videorate.
33878
33879 2004-06-24  Benjamin Otte  <otte@gnome.org>
33880
33881         * ext/kio/Makefile.am:
33882           fix for builddir != srcdir and distcheck
33883
33884 2004-06-24  Benjamin Otte  <otte@gnome.org>
33885
33886         * gst-libs/gst/colorbalance/Makefile.am:
33887         * gst-libs/gst/mixer/Makefile.am:
33888         * gst-libs/gst/play/Makefile.am:
33889         * gst-libs/gst/tuner/Makefile.am:
33890         * gst/tcp/Makefile.am:
33891         * sys/dxr3/Makefile.am:
33892           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33893           tarball.
33894           Also add all *.list files that were missing.
33895         * Makefile.am:
33896           add a distcheck hook to ensure the above doesn't happen again.
33897
33898 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33899
33900         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33901
33902 2004-06-23  Colin Walters  <walters@redhat.com>
33903
33904         * m4/Makefile.am: Distribute gst-fionread.m4.
33905
33906 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33907
33908         * configure.ac: back to dev
33909
33910 2004-06-23  Wim Taymans  <wim@fluendo.com>
33911
33912         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33913         (gst_alsa_xrun_recovery):
33914         * ext/alsa/gstalsa.h:
33915         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33916         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33917         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33918         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33919         (gst_alsa_src_loop):
33920         Add clock to alsasrc. Take new capture timestamp when
33921         restarting after an overrun. Split up some functions between
33922         alsasrc and alsasink.
33923
33924 === release 0.8.2 ===
33925
33926 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33927
33928         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33929         (gst_alsa_change_state), (gst_alsa_update_avail),
33930         (gst_alsa_xrun_recovery):
33931         * ext/alsa/gstalsa.h:
33932         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33933           merge back changes from release
33934
33935 2004-06-23  Wim Taymans  <wim@fluendo.com>
33936
33937         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33938         (gst_audiorate_init), (gst_audiorate_chain),
33939         (gst_audiorate_set_property), (gst_audiorate_get_property):
33940         Implement sample dropping and notify
33941
33942 2004-06-22  Wim Taymans  <wim@fluendo.com>
33943
33944         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33945         (theora_enc_sink_link), (theora_buffer_from_packet),
33946         (theora_push_packet), (theora_enc_chain):
33947         Some cleanups, make sure the timestamps are correct.
33948
33949 2004-06-22  Wim Taymans  <wim@fluendo.com>
33950
33951         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33952         (gst_alsa_change_state), (gst_alsa_update_avail),
33953         (gst_alsa_xrun_recovery):
33954         * ext/alsa/gstalsa.h:
33955         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33956         Cleanups, take queued samples into account when reporting
33957         the time.
33958
33959 2004-06-22  Wim Taymans  <wim@fluendo.com>
33960
33961         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33962         (gst_videorate_init):
33963         Initialize the property as well.
33964
33965 2004-06-22  Wim Taymans  <wim@fluendo.com>
33966
33967         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33968         (gst_videorate_init), (gst_videorate_chain),
33969         (gst_videorate_set_property), (gst_videorate_get_property):
33970         Add property to make videorate silent.
33971         Add property to prefer new frames over old ones.
33972
33973 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33974
33975         * sys/osxvideo/Makefile.am:
33976         Workaround so that the osxvideo .so file gets linked with the
33977         Cocoa, OpenGL and QuickTime frameworks
33978
33979 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33980
33981         * sys/osxaudio/Makefile.am:
33982         Workaround so that the osxaudio .so file gets linked with the
33983         CoreAudio framework
33984
33985 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33986
33987         * configure.ac:
33988         Whoops, my fault...fixed build issues
33989
33990 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33991
33992         * configure.ac:
33993         Add objective-c support if running in Darwin/Mac OS X
33994         * sys/Makefile.am:
33995         * sys/osxvideo:
33996         * sys/osxvideo/Makefile.am:
33997         * sys/osxvideo/osxvideosink.h:
33998         * sys/osxvideo/osxvideosink.m:
33999         * sys/osxvideo/cocoawindow.h:
34000         * sys/osxvideo/cocoawindow.m:
34001         Add osxvideosink, a cocoa-based osx video sink
34002
34003
34004 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34005         * ext/dvdnav/gst-dvd:
34006         Grab the gconf key from the right spot
34007         * gst/debug/gstnavseek.c: (gst_navseek_init),
34008         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34009         (gst_navseek_chain):
34010         * gst/debug/gstnavseek.h:
34011           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34012           and loop parameters of a segment seek.
34013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34014         (gst_videotestsrc_get_event_masks),
34015         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34016         * gst/videotestsrc/gstvideotestsrc.h:
34017           Add seeking support to videotestsrc
34018           Initialise the timestamp_offset variable.
34019
34020 2004-06-18  Wim Taymans  <wim@fluendo.com>
34021
34022         * ext/sidplay/gstsiddec.cc:
34023         Fix negotiation and set correct end offset.
34024
34025 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34026
34027         * configure.ac: branch and prerelease
34028
34029 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34030
34031         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34032         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34033         (gst_tcpclientsrc_init_receive):
34034         * gst/tcp/gsttcpclientsrc.h:
34035           read caps when connecting to server for GDP so we set them correctly
34036
34037 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34038
34039         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34040           notify drops and duplicates
34041         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34042           no good reason to limit ourselves to 100x100
34043
34044 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34045
34046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34047         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34048         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34049         (gst_v4lsrc_get_property):
34050         * sys/v4l/gstv4lsrc.h:
34051         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34052         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34053         (gst_v4l_set_audio):
34054         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34055         (gst_v4lsrc_try_capture):
34056         * sys/v4l/v4lsrc_calls.h:
34057           change try_palette to more general try_capture
34058           add autoprobe option so we can turn off autoprobing
34059           various fixes
34060
34061 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34062
34063         * configure.ac:
34064           add videorate
34065         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34066         (gst_ximagesink_class_init):
34067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34068         (gst_xvimagesink_class_init):
34069           run them as finalize, not dispose, since dispose can be invoked
34070           multiple times
34071
34072 2004-06-17  Wim Taymans  <wim@fluendo.com>
34073
34074         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34075         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34076         * ext/alsa/gstalsa.h:
34077         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34078         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34079         (gst_alsa_src_change_state):
34080         * ext/alsa/gstalsasrc.h:
34081         Make the xrun code timestamp and offset the buffers correctly.
34082         moved the clock to the base class, use alsa methods to get time.
34083         Do correct timestamping on outgoing buffers.
34084
34085 2004-06-17  Wim Taymans  <wim@fluendo.com>
34086
34087         * gst/audiorate/Makefile.am:
34088         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34089         (gst_audiorate_base_init), (gst_audiorate_class_init),
34090         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34091         (gst_audiorate_set_property), (gst_audiorate_get_property),
34092         (gst_audiorate_change_state), (plugin_init):
34093         Added an audiorate converter that fills in gaps.
34094
34095 2004-06-17  Johan Dahlin  <johan@gnome.org>
34096
34097         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34098
34099 2004-06-16  Wim Taymans  <wim@fluendo.com>
34100
34101         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34102         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34103         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34104         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34105         (gst_v4lsrc_get_property):
34106         * sys/v4l/gstv4lsrc.h:
34107         Added a copy mode to v4lsrc where it will output a copied version
34108         of its internal hardware buffer.
34109         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34110         can't | them.
34111
34112 2004-06-16  Wim Taymans  <wim@fluendo.com>
34113
34114         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34115         Timestamp fixes.
34116
34117 2004-06-16  Wim Taymans  <wim@fluendo.com>
34118
34119         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34120         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34121         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34122         (gst_v4lsrc_get_property):
34123         * sys/v4l/gstv4lsrc.h:
34124         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34125         Added a sync mode enum property to control v4lsrc timestamp method
34126         Removed the use-fixed-fps property and moved functionality in
34127         the enum.
34128         Don't error on an error value from v4l-conf, it might not always
34129         be a real error.
34130
34131 2004-06-16  Wim Taymans  <wim@fluendo.com>
34132
34133         * gst/videorate/Makefile.am:
34134         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34135         (gst_videorate_base_init), (gst_videorate_class_init),
34136         (gst_videorate_getcaps), (gst_videorate_link),
34137         (gst_videorate_init), (gst_videorate_chain),
34138         (gst_videorate_set_property), (gst_videorate_get_property),
34139         (gst_videorate_change_state), (plugin_init):
34140         Added a video timestamp corrector.
34141
34142 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34143
34144         fixed a potential leak with previous commit
34145
34146         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34147
34148 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34149
34150         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34151         Added missing refcount, fixes bug #144425
34152         Cheers Tim for finding the bug
34153
34154 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34155
34156         * sys/v4l/gstv4l.c: (plugin_init):
34157         * sys/v4l/gstv4lcolorbalance.c:
34158         * sys/v4l/gstv4lcolorbalance.h:
34159         * sys/v4l/gstv4lelement.c:
34160         * sys/v4l/gstv4lelement.h:
34161         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34162         * sys/v4l/gstv4lmjpegsink.h:
34163         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34164         * sys/v4l/gstv4lmjpegsrc.h:
34165         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34166         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34167         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34168         * sys/v4l/gstv4lsrc.h:
34169         * sys/v4l/gstv4ltuner.c:
34170         * sys/v4l/gstv4ltuner.h:
34171         * sys/v4l/gstv4lxoverlay.c:
34172         * sys/v4l/gstv4lxoverlay.h:
34173         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34174         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34175         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34176         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34177         (gst_v4l_set_audio):
34178         * sys/v4l/v4l_calls.h:
34179         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34180         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34181         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34182         (gst_v4lmjpegsink_playback_init),
34183         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34184         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34185         (gst_v4lmjpegsink_playback_stop),
34186         (gst_v4lmjpegsink_playback_deinit):
34187         * sys/v4l/v4lmjpegsink_calls.h:
34188         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34189         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34190         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34191         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34192         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34193         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34194         * sys/v4l/v4lmjpegsrc_calls.h:
34195         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34196         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34197         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34198         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34199         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34200         (gst_v4lsrc_try_palette):
34201         * sys/v4l/v4lsrc_calls.h:
34202           bunch of paranoia cleanups
34203
34204 2004-06-14  David Schleef  <ds@schleef.org>
34205
34206         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34207         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34208         Send discont events and change timestamps appropriately when
34209         we get a seek event.  (bug #144240)
34210         * ext/cdparanoia/gstcdparanoia.h:
34211
34212 2004-06-14  Benjamin Otte  <otte@gnome.org>
34213
34214         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34215           snd_pcm_hw_params_set_rate  since the latter fails for no good
34216           reason on some setups.
34217
34218 2004-06-14  David Schleef  <ds@schleef.org>
34219
34220         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34221         standard.  Thank you for playing.
34222
34223 2004-06-14  Wim Taymans  <wim@fluendo.com>
34224
34225         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34226         Patch 1.3 broke the ordering of the colorspace info and
34227         made the plugin basically work by coincidence, reordered
34228         the info.
34229
34230 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34231
34232         * ext/lame/gstlame.c:
34233         * ext/mad/gstmad.c:
34234           sync caps.  Make sure mad can only output a list of rates, not
34235           a full range.  In the future, have three caps lists for each of the
34236           mpeg versions.  Change mpegversion to a double as well.
34237
34238 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34239
34240         * gst/volume/.cvsignore:
34241         * gst/volume/Makefile.am:
34242         * gst/volume/demo.c: (value_changed_callback), (idler),
34243         (setup_gui), (main):
34244           added small demo app
34245
34246 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34247         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34248         * ext/esd/esdsink.h:
34249         Close the esd connection on pause, because esd will just wait -
34250         blocking all other esd clients indefinitely.
34251
34252 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34253
34254         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34255           previous commit with GST_DEBUG
34256
34257 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34258
34259         * configure.ac:
34260           add a header check for a dvdread header in dvdnav.  Fixes #133002
34261
34262 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34263
34264         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34265         * gst/tcp/gsttcpclientsink.h:
34266         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34267         * gst/tcp/gsttcpclientsrc.h:
34268         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34269         (gst_tcpserversink_handle_server_read),
34270         (gst_tcpserversink_init_send):
34271         * gst/tcp/gsttcpserversink.h:
34272         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34273         * gst/tcp/gsttcpserversrc.h:
34274         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34275         version of IP)
34276
34277 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34278
34279         * configure.ac:
34280         Added ogg library so that OSX detects libtheora properly
34281
34282 2004-06-11  Wim Taymans  <wim@fluendo.com>
34283
34284         * ext/theora/theoradec.c: (theora_dec_chain),
34285         (theora_dec_change_state):
34286         Don't try to decode frames before we received a keyframe.
34287
34288 2004-06-11  Wim Taymans  <wim@fluendo.com>
34289
34290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34291         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34292         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34293         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34294         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34295         Added property to set the maximum delay of a page.
34296
34297 2004-06-10  Wim Taymans  <wim@fluendo.com>
34298
34299         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34300         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34301         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34302         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34303         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34304         Added max-delay property to control the maximum amount
34305         of data to put in one page.
34306
34307 2004-06-10  Wim Taymans  <wim@fluendo.com>
34308
34309         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34310         (gst_theora_enc_init), (theora_enc_sink_link),
34311         (theora_buffer_from_packet), (theora_enc_set_property),
34312         (theora_enc_get_property):
34313         Set duration on encoded buffer, added some more properties
34314
34315 2004-06-10  Wim Taymans  <wim@fluendo.com>
34316
34317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34318         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34319         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34320         * ext/theora/theoraenc.c: (theora_enc_chain):
34321         Fix refcounting bugs
34322
34323 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34324
34325         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34326         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34327         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34328         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34329         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34330         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34331         (gst_asf_demux_change_state):
34332         * gst/asfdemux/gstasfdemux.h:
34333           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34334           feels like. I think we should set a new requirement for demuxers
34335           from now on to implement sane loop functions, data loops, query
34336           and seek functions before first commit into CVS. And this commit
34337           fixes all of the above.
34338
34339 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34340
34341         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34342           vorbis comments are properly encoded in UTF-8 before adding them
34343           to a GstTagList
34344
34345 2004-06-09  Benjamin Otte  <otte@gnome.org>
34346
34347         * ext/alsa/gstalsa.c: (add_channels):
34348           handle min <= max correctly
34349         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34350         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34351           add fixation functions so we fixate correctly. No preferring of alaw
34352           anymore because it's the first structure.
34353         * ext/alsa/gstalsa.h:
34354         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34355         (gst_alsa_hw_params_dump):
34356           add functions to ease debugging in alsalib
34357         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34358         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34359         (gst_alsa_start_audio):
34360           only specify hw params if we really setup a format (fixes #134007 -
34361           or at least works around it)
34362
34363 2004-06-09  Wim Taymans  <wim@fluendo.com>
34364
34365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34366         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34367         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34368         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34369         (gst_ogg_mux_loop):
34370         Use stream caps to setup the initial pages in the ogg stream.
34371         Correctly set the streamheader caps on the srcpad.
34372
34373 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34374
34375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34376         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34377         (gst_v4lsrc_getcaps):
34378         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34379         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34380           add querying of fps lists for webcams.  Negotiating to a framerate
34381           now works.
34382
34383 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34384
34385         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34386         (theora_push_buffer), (theora_push_packet),
34387         (theora_set_header_on_caps), (theora_enc_chain):
34388           mark buffers and put on streamheader, raw theora streaming
34389           now works too, whee
34390
34391 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34392
34393         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34394         (gst_tcp_gdp_read_caps):
34395           do a looping read for caps and GDP headers too
34396
34397 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34398
34399         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34400         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34401           return EOS instead of NULL in _get
34402
34403 2004-06-08  Wim Taymans  <wim@fluendo.com>
34404
34405         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34406         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34407         (gst_tcp_gdp_write_caps):
34408         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34409         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34410         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34411         Memory leak fixes
34412
34413 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34414
34415         * ext/vorbis/Makefile.am:
34416         * ext/vorbis/vorbis.c: (plugin_init):
34417         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34418         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34419         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34420         (vorbis_parse_change_state):
34421         * ext/vorbis/vorbisparse.h:
34422           adding a vorbisparse element that marks the buffers, streaming
34423           raw vorbis using GDP now works, whee
34424
34425 2004-06-08  Wim Taymans  <wim@fluendo.com>
34426
34427         * ext/jpeg/Makefile.am:
34428         * ext/jpeg/README:
34429         * ext/jpeg/gstjpeg.c: (plugin_init):
34430         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34431         (gst_smokedec_base_init), (gst_smokedec_class_init),
34432         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34433         * ext/jpeg/gstsmokedec.h:
34434         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34435         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34436         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34437         (gst_smokeenc_resync), (gst_smokeenc_chain),
34438         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34439         * ext/jpeg/gstsmokeenc.h:
34440         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34441         (smokecodec_flush_destination), (smokecodec_term_destination),
34442         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34443         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34444         (smokecodec_term_source), (smokecodec_encode_new),
34445         (smokecodec_decode_new), (smokecodec_info_free),
34446         (smokecodec_set_quality), (smokecodec_get_quality),
34447         (smokecodec_set_threshold), (smokecodec_get_threshold),
34448         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34449         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34450         (smokecodec_parse_header), (smokecodec_decode):
34451         * ext/jpeg/smokecodec.h:
34452         Added a new simple jpeg based codec
34453
34454 2004-06-08  Wim Taymans  <wim@fluendo.com>
34455
34456         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34457         (gst_multipart_mux_loop):
34458         Fix memory leak
34459
34460 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34461
34462         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34463         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34464         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34465         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34466         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34467         * gst/tcp/gsttcpserversink.h:
34468           take streamheader into account
34469
34470 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34471
34472         * gst/level/Makefile.am:
34473         * gst/level/gstlevel.c: (gst_level_class_init):
34474           clean up marshal generation
34475
34476 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34477
34478         * gst/tcp/Makefile.am:
34479         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34480         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34481         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34483         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34484         (gst_tcpclientsrc_get_property):
34485         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34486         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34487         (gst_tcpserversink_handle_client_read),
34488         (gst_tcpserversink_handle_client_write),
34489         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34490         * gst/tcp/gsttcpserversink.h:
34491           add signals client-added and client-removed
34492         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34493         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34494         (gst_tcpserversrc_get_property):
34495         uniformized, change default protocol to NONE
34496         * gst/tcp/gsttcp-marshal.list: added
34497 2004-06-07  Benjamin Otte  <otte@gnome.org>
34498
34499         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34500           handle discont events if they happen before caps nego
34501
34502 2004-06-07  Wim Taymans  <wim@fluendo.com>
34503
34504         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34505         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34506         (gst_multipart_demux_plugin_init):
34507         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34508         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34509         (gst_multipart_mux_change_state):
34510         Small updates, fix a memleak
34511
34512 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34513
34514         * configure.ac: OSS portability
34515         * ext/arts/gst_arts.c: idem
34516         * sys/oss/gstosselement.c: idem
34517         * sys/oss/gstossmixer.c: idem
34518         * sys/oss/gstosssink.c: idem
34519         * sys/oss/gstosssrc.c: idem
34520         * sys/oss/oss_probe.c: idem
34521           - check for soundcard.h in different places for some BSD
34522
34523 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34524
34525         * AUTHORS:
34526         Add me to the authors file
34527         * configure.ac:
34528         Increase the libdv requirement to >= version 0.100
34529         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34530         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34531         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34532         * ext/dv/gstdvdec.h:
34533         Add support for the new_media flag when sending DISCONT events
34534         Make the querying work when video pad is not linked
34535
34536 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34537
34538         reviewed by Benjamin Otte  <otte@gnome.org>
34539
34540         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34541           create a NULL-initialized array of pads, so we don't think they
34542           exist already. (fixes #143130)
34543
34544 2004-06-07  Benjamin Otte  <otte@gnome.org>
34545
34546         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34547         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34548         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34549           don't use // coments
34550
34551 2004-06-07  Benjamin Otte  <otte@gnome.org>
34552
34553         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34554           cast to GstClockTime to get higher granularity
34555         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34556           use gst_element_set_time_delay to get the exact time
34557         * ext/mad/gstmad.c: (gst_mad_chain):
34558           use the negotiated rate instead of the current frame's rate which
34559           might be wrong because of bit errors. This avoids emitting totally
34560           bogus timestamps and screwing sync.
34561         (fixes #143454)
34562
34563 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34564
34565         reviewed by Benjamin Otte  <otte@gnome.org>
34566
34567         * gst/adder/gstadder.c: (gst_adder_loop):
34568           properly error out when no negotiation has happened yet. (fixes
34569           #143032)
34570
34571 2004-06-06  Benjamin Otte  <otte@gnome.org>
34572
34573         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34574           forward correctly transformed offset in discont events. Based on
34575           patch by Arwed v. Merkatz. (fixes #142851)
34576
34577 2004-06-06  David Schleef  <ds@schleef.org>
34578
34579         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34580         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34581         problems on several systems.
34582
34583 2004-06-06  Benjamin Otte  <otte@gnome.org>
34584
34585         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34586           use explicit caps on the srcpad
34587         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34588           properly error out if caps couldn't be set (fixes #142764)
34589
34590 2004-06-06  Benjamin Otte  <otte@gnome.org>
34591
34592         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34593         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34594         (gst_alsa_start_audio):
34595           - don't call set_periods_integer anymore, it breaks the
34596           configuration randomly
34597           - call snd_pcm_hw_params_set_access directly instead of using masks
34598           - don't fail if the sw_params can't be set, just use the default
34599           params and hope it works. Alsalib has weird issues when you touch
34600           sw_params and does no proper error reporting about what failed.
34601         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34602         (gst_alsa_close_audio):
34603           make our alsa debugging go via gst debugging and not conditionally
34604           defined
34605         * ext/alsa/gstalsa.h:
34606           add ALSA_DEBUG_FLUSH macro
34607         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34608         (plugin_init):
34609           wrap alsa errors to be printed via the gst debugging system and not
34610           spammed to stderr
34611
34612 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34613
34614         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34615         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34616         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34617         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34618         (qtdemux_parse_trak):
34619         * gst/qtdemux/qtdemux.h:
34620           Bitch. Also known as seeking, querying & co.
34621         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34622         (gst_osssink_change_state):
34623         * sys/oss/gstosssink.h:
34624           Resyncing is for weenies, this hack is no longer needed and was
34625           broken anyway (since it - unintendedly - always leaves resync to
34626           TRUE).
34627
34628 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34629
34630         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34631         * gst/tcp/gsttcpclientsrc.h: idem
34632           - define MSG_NOSIGNAL if not done
34633           - include unistd.h for off_t
34634           (fixes #143749)
34635
34636 2004-06-05  Benjamin Otte  <otte@gnome.org>
34637
34638         * configure.ac:
34639         * ext/kio/Makefile.am:
34640           check for qt's moc preprocessor explicitly and use it
34641
34642 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34643
34644         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34645           don't get a signal for EPIPE on socket writes
34646           (somebody check if this works on other platforms)
34647
34648 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34649
34650         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34651         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34652           check error condition on available samples correctly
34653
34654 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34655
34656         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34657           avoid a segfault
34658         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34659         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34660         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34661         (gst_tcpserversrc_gdp_read_header):
34662          use ssize_t over size_t since the former is signed and thus the
34663          check for error codes can work
34664
34665 2004-06-02  Wim Taymans  <wim@fluendo.com>
34666
34667         reviewed by: Johan
34668
34669         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34670         (gst_multipart_mux_loop):
34671         Oops
34672
34673 2004-06-02  Wim Taymans  <wim@fluendo.com>
34674
34675         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34676         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34677         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34678         (gst_multipart_mux_change_state):
34679         Added configurable boundary specifier, added the value as a
34680         caps field as well.
34681
34682 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34683
34684         * gst/tcp/gsttcp.c:
34685         * gst/tcp/gsttcpclientsrc.c:
34686         * gst/tcp/gsttcpclientsrc.h:
34687         * gst/tcp/gsttcpserversrc.c:
34688           - portability fix, to compile on OSX
34689             (fixes #143146)
34690
34691         * sys/osxaudio/gstosxaudioelement.c:
34692         * sys/osxaudio/gstosxaudiosink.c:
34693         * sys/osxaudio/gstosxaudiosrc.c:
34694           - compilation warnings on OSX
34695             (fixes #143153)
34696
34697 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34698
34699         * ext/vorbis/vorbisdec.c : sign warning fixes
34700
34701         * gst-libs/gst/mixer/mixertrack.c :
34702           do no use defines which are glib 2.4 specific
34703
34704 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34705
34706         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34707           buffer since libflac doesn't expect it (reports a sync error when
34708           it encounters that)
34709
34710
34711 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34712
34713         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34714         * gst-libs/gst/mixer/mixertrack.c:
34715         (gst_mixer_track_get_property), (get_mixer_track_init),
34716         (get_mixer_track_get_property): Added property accessors
34717         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34718         * gst-libs/gst/mixer/mixeroptions.c:
34719         (gst_mixer_options_get_values): Added
34720         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34721         * gst-libs/gst/mixer/mixer.c: Fixed comment
34722
34723
34724 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34725
34726         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34727           improve error messages on open
34728
34729
34730 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34731
34732         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34733           check if v4l-conf is in path
34734
34735 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34736
34737         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34738           change assert to a more readable error message
34739
34740 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34741
34742         * gst-libs/gst/tuner/tunerchannel.h:
34743           - add a freq_multiplicator field to make the conversion
34744             between internal frequency unit and Hz
34745         * sys/v4l/gstv4lelement.c:
34746         * sys/v4l2/gstv4l2element.c:
34747           - change default video device to /dev/video0
34748         * sys/v4l/v4l_calls.c:
34749         * sys/v4l2/v4l2_calls.c:
34750           - we only expose frequency to the user in Hz instead of
34751             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34752
34753 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34754         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34755           Initialise b_o_s and e_o_s variables
34756         * gst-libs/gst/riff/riff-media.c:
34757         (gst_riff_create_video_caps_with_data):
34758           Add some unusual fourcc's from mplayer avi's
34759         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34760           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34761           autoplugging.
34762
34763 2004-05-28  Wim Taymans  <wim@fluendo.com>
34764
34765         * configure.ac:
34766         * gst/alpha/Makefile.am:
34767         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34768         (gst_alpha_get_type), (gst_alpha_base_init),
34769         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34770         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34771         (gst_alpha_chroma_key), (gst_alpha_chain),
34772         (gst_alpha_change_state), (plugin_init):
34773         A plugin to add an alpha channel to I420 video. Can optionally do
34774         chroma keying.
34775         * gst/multipart/Makefile.am:
34776         * gst/multipart/multipart.c: (plugin_init):
34777         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34778         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34779         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34780         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34781         (gst_multipart_demux_change_state),
34782         (gst_multipart_demux_plugin_init):
34783         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34784         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34785         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34786         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34787         (gst_multipart_mux_pad_unlink),
34788         (gst_multipart_mux_request_new_pad),
34789         (gst_multipart_mux_handle_src_event),
34790         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34791         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34792         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34793         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34794         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34795         send multipart jpeg images to a browser.
34796         * gst/videobox/Makefile.am:
34797         * gst/videobox/README:
34798         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34799         (gst_video_box_get_type), (gst_video_box_base_init),
34800         (gst_video_box_class_init), (gst_video_box_init),
34801         (gst_video_box_set_property), (gst_video_box_get_property),
34802         (gst_video_box_sink_link), (gst_video_box_i420),
34803         (gst_video_box_ayuv), (gst_video_box_chain),
34804         (gst_video_box_change_state), (plugin_init):
34805         Crops or adds borders around an image. can do alpha channel
34806         borders as well.
34807         * gst/videomixer/Makefile.am:
34808         * gst/videomixer/README:
34809         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34810         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34811         (gst_videomixer_pad_get_sink_event_masks),
34812         (gst_videomixer_pad_get_property),
34813         (gst_videomixer_pad_set_property),
34814         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34815         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34816         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34817         (gst_videomixer_base_init), (gst_videomixer_class_init),
34818         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34819         (gst_videomixer_handle_src_event),
34820         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34821         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34822         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34823         (gst_videomixer_loop), (gst_videomixer_get_property),
34824         (gst_videomixer_set_property), (gst_videomixer_change_state),
34825         (plugin_init):
34826         Generic video mixer plugin, can handle multiple inputs all with
34827         different framerates and video sizes. Is fully alpha channel
34828         aware.
34829
34830 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34831
34832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34833           Select first track as master track. Not sure how else to handle
34834           that...
34835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34836           Discard discont events. Should fix #142962.
34837
34838 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34839
34840         * ext/alsa/Makefile.am:
34841         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34842         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34843         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34844         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34845         (gst_alsa_mixer_get_option):
34846         * ext/alsa/gstalsamixer.h:
34847         * ext/alsa/gstalsamixeroptions.c:
34848         (gst_alsa_mixer_options_get_type),
34849         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34850         (gst_alsa_mixer_options_new):
34851         * ext/alsa/gstalsamixeroptions.h:
34852         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34853         * ext/alsa/gstalsamixertrack.h:
34854           Add enumerations (as GstMixerOptions). Make correct distinction
34855           between input/output tracks. Add capture/playback private flag.
34856           Use flag to decide on whether to set capture or playback volumes
34857           or switches. Use playback and record switches.
34858         * gst-libs/gst/mixer/Makefile.am:
34859         * gst-libs/gst/mixer/mixer-marshal.list:
34860         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34861         (gst_mixer_set_option), (gst_mixer_get_option),
34862         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34863         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34864         * gst-libs/gst/mixer/mixer.h:
34865         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34866         (gst_mixer_options_class_init), (gst_mixer_options_init),
34867         (gst_mixer_options_dispose):
34868         * gst-libs/gst/mixer/mixeroptions.h:
34869           Add GstMixerOptions.
34870         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34871           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34872           broken device detection on computers with multiple OSS sound
34873           cards.
34874
34875 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34876
34877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34878           fixate nicely even when the peer is not negotiating
34879
34880 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34881
34882         * gst/audioconvert/gstaudioconvert.c:
34883         (gst_audio_convert_parse_caps):
34884           make sure we don't allow depth > width
34885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34886           fixate endianness to G_BYTE_ORDER as default
34887         * gst/audioscale/gstaudioscale.c:
34888           we don't handle another endianness as host-endianness
34889
34890 2004-05-25  David Schleef  <ds@schleef.org>
34891
34892         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34893
34894 2004-05-24  Benjamin Otte  <otte@gnome.org>
34895
34896         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34897         (gst_oggvorbisenc_setup):
34898           properly fail when we can't setup the vorbis encoder due to
34899           unsupported settings
34900         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34901         (gst_vorbisenc_setup):
34902           same
34903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34904           fix case where warnings occured when one pad was unlinked while the
34905           other's link function was called
34906
34907 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34908
34909         * gst/tcp/Makefile.am:
34910           use GST_ENABLE_NEW
34911
34912 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34913
34914         * gst-libs/gst/resample/private.h:
34915           don't use optimizations that are #if 0'ed
34916
34917 2004-05-24  Wim Taymans  <wim@fluendo.com>
34918
34919         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34920         Fix potential division by zero error and hopefully get
34921         the position query right to get correct timestamps on avi
34922         audio.
34923
34924 2004-05-24  Wim Taymans  <wim@fluendo.com>
34925
34926         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34927         (gst_videoscale_scale_nearest_str2),
34928         (gst_videoscale_scale_nearest_str4),
34929         (gst_videoscale_scale_nearest_32bit),
34930         (gst_videoscale_scale_nearest_24bit),
34931         (gst_videoscale_scale_nearest_16bit):
34932         Fix the scaling algorithm and avoid a buffer overflow.
34933         removed the while loop in the scaling function as it
34934         was used for point sampling only.
34935
34936 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34937
34938         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34939         (gst_id3_tag_class_init), (gst_id3_tag_init),
34940         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34941         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34942         (gst_id3_tag_send_tag_event):
34943           lots of fixes to make id3mux work and id3demux work correctly
34944
34945 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34946
34947         * ext/Makefile.am:
34948           add rules to build shout2send (was removed by accident
34949           when this module was no more marked experimental/broken)
34950
34951 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34952
34953         * ext/shout2/gstshout2.c:
34954         * ext/shout2/gstshout2.h:
34955           adding a "connection problem" signal to shout2send
34956           (fixes #142954)
34957
34958 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34959
34960         * ext/kio/kioreceiver.cpp:
34961         * ext/kio/kioreceiver.h:
34962           fix sign comparison issues
34963
34964 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34965
34966         * gst/cdxaparse/gstcdxaparse.c:
34967         * gst/cdxaparse/gstcdxaparse.h:
34968           some renaming
34969           add some checks/sanity
34970           prepare for seek addition
34971
34972         * sys/sunaudio/gstsunaudio.c:
34973           remove exported dupe init function
34974
34975 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34976
34977         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34978         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34979           Fix format conversion and position querying.
34980         * gst/debug/progressreport.c: (gst_progressreport_report):
34981           Don't output a bogus total value that we didn't query.
34982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34983           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34984           only a blank window after xine has been used.
34985
34986 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34987
34988         * m4/as-arts.m4:
34989           sync with upstream version to fix test on FC2
34990           readd with -ko to preserve Id header
34991
34992 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34993
34994         * configure.ac:
34995           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34996         * gst/tcp/gsttcpclientsrc.c: idem
34997         * gst/tcp/gsttcpserversink.c: idem
34998         * gst/tcp/gsttcpserversrc.c: idem
34999         * m4/gst-fionread.m4: idem
35000
35001         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35002
35003         * configure.ac: enable speex plugin for speex 1.1.5+
35004         * ext/speex/gstspeexenc.c: fix cast warning
35005
35006         * ext/esd/README: fix typo
35007
35008 2004-05-20  David Schleef  <ds@schleef.org>
35009
35010         * configure.ac: Minor cosmetic change to convince the buildbot to
35011         reautogen.
35012         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35013         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35014         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35015         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35016         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35017         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35018         More hacking.  Plays audio now.
35019
35020 2004-05-20  David Schleef  <ds@schleef.org>
35021
35022         * configure.ac:
35023         * sys/Makefile.am:
35024
35025 2004-05-20  David Schleef  <ds@schleef.org>
35026
35027         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35028         * sys/osxaudio/gstosxaudio.c:
35029         * sys/osxaudio/gstosxaudioelement.c:
35030         * sys/osxaudio/gstosxaudioelement.h:
35031         * sys/osxaudio/gstosxaudiosink.c:
35032         * sys/osxaudio/gstosxaudiosink.h:
35033         * sys/osxaudio/gstosxaudiosrc.c:
35034         * sys/osxaudio/gstosxaudiosrc.h:
35035
35036 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35037
35038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35039         (gst_vorbisenc_chain):
35040           put the codec headers on the caps as streamheader as well as
35041           pushing them out
35042
35043 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35044
35045         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35046         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35047         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35048         split up push_packet into two functions
35049
35050 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35051
35052         * gst/tcp/.cvsignore:
35053           ignore enums
35054         * gst/tcp/Makefile.am:
35055         * gst/tcp/README:
35056         * gst/tcp/gsttcp.c:
35057         * gst/tcp/gsttcp.h:
35058         * gst/tcp/gsttcpclientsink.c:
35059         * gst/tcp/gsttcpclientsink.h:
35060         * gst/tcp/gsttcpclientsrc.c:
35061         * gst/tcp/gsttcpclientsrc.h:
35062         * gst/tcp/gsttcpplugin.c:
35063         * gst/tcp/gsttcpserversink.c:
35064         * gst/tcp/gsttcpserversink.h:
35065         * gst/tcp/gsttcpserversrc.c:
35066         * gst/tcp/gsttcpserversrc.h:
35067           add new tcp elements
35068
35069 2004-05-19  Wim Taymans  <wim@fluendo.com>
35070
35071         * gst/law/mulaw-conversion.c: (mulaw_encode):
35072         Fix overflow bug in ulaw encoding.
35073
35074 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35075
35076         * ext/mad/gstmad.c: (gst_mad_handle_event):
35077           don't unref the event twice
35078
35079 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35080
35081         * configure.ac:
35082           remove -Wno-sign-compare
35083
35084 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35085
35086         * configure.ac:
35087           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35088           if you want to work against glib 2.2 and 2.4
35089
35090 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35091
35092         * gst/tcp/Makefile.am:
35093         * gst/tcp/gsttcp.c:
35094         * gst/tcp/gsttcp.h:
35095         * gst/tcp/gsttcpsink.h:
35096         * gst/tcp/gsttcpsrc.h:
35097           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35098
35099 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35100
35101         * gst/debug/tests.c: (md5_get_value):
35102           fix segfault on gst-inspect
35103
35104 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35105
35106         * gst/debug/testplugin.c:
35107         * gst/debug/tests.c:
35108         * gst/debug/tests.h:
35109           add new extensible and configurable testing element. Current tests
35110           include buffer count, stream length, timestamp/duration matching and
35111           md5.
35112         * gst/debug/Makefile.am:
35113         * gst/debug/gstdebug.c: (plugin_init):
35114           add infrastructure for new element
35115
35116 2004-05-19  Johan Dahlin  <johan@gnome.org>
35117
35118         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35119         ending of the array. Fixes gst-inspect segfault on ppc.
35120
35121 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35122
35123         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35124
35125         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35126
35127 2004-05-18  David Schleef  <ds@schleef.org>
35128
35129         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35130         warnings (bugs, actually) noticed by gcc but not forte.
35131
35132 2004-05-18  David Schleef  <ds@schleef.org>
35133
35134         * sys/sunaudio/Makefile.am:
35135         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35136
35137 2004-05-18  David Schleef  <ds@schleef.org>
35138
35139         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35140         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35141         to allow qtdemux to use non-seekable streams. (bug #142272)
35142
35143 2004-05-18  David Schleef  <ds@schleef.org>
35144
35145         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35146         (gst_resample_sinc_ft_float): Remove use of static temporary
35147         buffer.  This code was obviously not supposed to last long, but
35148         it's stuck in our ABI, so it required a little hack to make it
35149         ABI-compatible.  Fixes #142585.
35150         * gst-libs/gst/resample/resample.h: same.
35151
35152 2004-05-18  David Schleef  <ds@schleef.org>
35153
35154         * configure.ac: Add sunaudio
35155         * examples/Makefile.am: make gstplay depend on gconf
35156         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35157         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35158         (convert_table_lookup), (img_convert): remove c99-isms
35159         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35160           unsigned, to fix a warning on Solaris
35161         * gst/mpeg1sys/systems.c: bcopy->memcpy
35162         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35163         * sys/Makefile.am: Add sunaudio
35164
35165 2004-05-18  Wim Taymans  <wim@fluendo.com>
35166
35167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35168         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35169         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35170         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35171         (gst_ogg_mux_loop):
35172         Fix an ugly memleak where the muxer didn't flush enough ogg
35173         pages. This also resulted in badly muxed ogg files.
35174
35175 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35176
35177         * gst/asfdemux/asfheaders.c :
35178         * gst/asfdemux/asfheaders.h :
35179         * gst/asfdemux/gstasfdemux.c :
35180           - fix ASF_OBJ_PADDING guid
35181           - add 3 new object guids (language list, metadata,
35182             extended stream properties)
35183           - add a function to parse extended header objects
35184
35185 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35186
35187         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35188           remove leftover debugging g_print
35189
35190 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35191
35192         * ext/mad/gstmad.c: (gst_mad_handle_event):
35193           Fix for when the first format in a discont event is not a
35194           byte-based one. Should fix #137710.
35195
35196 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35197
35198         * m4/a52.m4 : fix compilation with -Wall -Werror
35199         * m4/libfame.m4 : idem
35200         * m4/libmikmod.m4 : idem
35201
35202 2004-05-17  Benjamin Otte  <otte@gnome.org>
35203
35204         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35205           signal the new tags before giving up the reference
35206
35207 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35208
35209         * ext/shout2/gstshout2.c:
35210           use application/ogg instead of application/x-ogg (patch by Patrick
35211           Guimond, fixes #142432)
35212         * sys/oss/gstosselement.c: (gst_osselement_reset),
35213         (gst_osselement_sync_parms):
35214           don't set fragment size unless specified (fixes #142493)
35215
35216 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35217
35218         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35219           fixes #142664
35220
35221 2004-05-17  Benjamin Otte  <otte@gnome.org>
35222
35223         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35224           compute offsets correctly for internal buffers so timestamps are set
35225           correctly when we can't seek. Also handle cases where there are no
35226           offsets. (based on a patch by David Moore, fixes #142507)
35227
35228 2004-05-17  Benjamin Otte  <otte@gnome.org>
35229
35230         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35231           use correct variable when determining amount of data to skip so we
35232           don't skip into the void and segfault
35233
35234 2004-05-16  Benjamin Otte  <otte@gnome.org>
35235
35236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35237           Hi, I'm a memleak
35238
35239 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35240
35241         * gst/asfdemux/gstasfdemux.c:
35242           - fix a mem leak and always propagate tags
35243           - add WMV3 to known video codecs (but no decoder yet)
35244           - replace "surplus data" at end of audio header for what
35245             it is : codec specific data
35246           - fix a typo
35247
35248 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35249
35250         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35251
35252         * gst-libs/gst/audio/audioclock.c:
35253           Fix wrong return type (#142205).
35254
35255 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35256
35257         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35258           Ignore CRCs by default (fixes #142566).
35259
35260 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35261
35262         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35263         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35264         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35265         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35266         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35267         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35268           Fix for cases where we fail to attach to a mixer.
35269
35270 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35271
35272         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35273           Don't touch events after not owning them anymore.
35274         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35275         (gst_wavparse_fmt), (gst_wavparse_other),
35276         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35277         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35278         (gst_wavparse_srcpad_event):
35279         * gst/wavparse/gstwavparse.h:
35280           Add seeking, fix querying.
35281
35282 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35283
35284         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35285           - process comments even if they don't end with \0\0
35286             g_convert would ignore them if present and works well without them
35287
35288 2004-05-16  Benjamin Otte  <otte@gnome.org>
35289
35290         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35291           simplify caps
35292
35293 2004-05-16  Benjamin Otte  <otte@gnome.org>
35294
35295         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35296           don't write to memory we might not write to - g_convert does that
35297           for us anyway (fixes #142613)
35298         (gst_asf_demux_audio_caps):
35299           comment out gst_util_dump_mem
35300
35301 2004-05-16  Benjamin Otte  <otte@gnome.org>
35302
35303         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35304           compute correct expected timestamps after seek (broken since
35305           last commit)
35306         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35307           rename element and debugging category to gdkpixbufscale
35308
35309 2004-05-16  Benjamin Otte  <otte@gnome.org>
35310
35311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35312           add error checking to snd_pcm_delay and remove duplicate call to
35313           snd_pcm_delay that caused issues (see inline code comments)
35314         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35315           make more readable and fix return value when snd_pcm_delay fails
35316         (fixes #142586)
35317
35318 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35319         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35320         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35321         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35322         (gst_pixbufscale_link), (gst_pixbufscale_init),
35323         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35324         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35325         (gst_pixbufscale_get_property), (pixbufscale_init):
35326         * ext/gdk_pixbuf/pixbufscale.h:
35327         Add these files I forgot earlier
35328
35329 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35330         * ext/gdk_pixbuf/Makefile.am:
35331         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35332         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35333         Add new pixbufscale element to scale RGB video
35334         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35335         and HYPER interpolation correctly.
35336         * ext/theora/theoraenc.c: (theora_enc_chain),
35337         Discard buffer and return if explicit caps could not be set
35338         (theora_enc_get_property):
35339         Make _get return kbps for the bitrate consistent with
35340         the _set function.
35341
35342
35343 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35344
35345         * ext/libvisual/visual.c: (gst_visual_chain):
35346           add missing visual_audio_analyze
35347
35348 2004-05-14  David Schleef  <ds@schleef.org>
35349
35350         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35351         is killed while we're playing.
35352         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35353         gst_element_no_more_pads().
35354
35355 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35356
35357         * gst-libs/gst/riff/riff-read.c :
35358           - fix INFO tag extraction in RIFF/AVI files
35359             because gst_event_unref (event) also freed taglist
35360           - avoid a mem leak
35361
35362 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35363
35364         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35365         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35366
35367         * gst/auparse/gstauparse.c :
35368           - add code (commented for now) to support audio/x-adpcm on src pad
35369             (we have no decoder for those layout yet)
35370
35371         * gst/cdxaparse/gstcdxaparse.c :
35372         * gst/cdxaparse/gstcdxaparse.h :
35373           - partial rewrite using RiffRead (ripped iain's wavparse code)
35374
35375         * gst/rtp/gstrtpL16enc.c : typo
35376         * gst/rtp/gstrtpgsmenc.c : typo
35377
35378 2004-05-13  Benjamin Otte  <otte@gnome.org>
35379
35380         * configure.ac:
35381           check for exact version of libvisual, it's not supposed to be
35382           API/ABI stable yet
35383
35384 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35385
35386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35387           signal no-more-pads
35388
35389 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35390
35391         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35392         Report which format was used for GST_FORMAT_DEFAULT
35393         * gst/debug/Makefile.am:
35394         * gst/debug/gstdebug.c: (plugin_init):
35395         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35396         (gst_progressreport_class_init), (gst_progressreport_init),
35397         (gst_progressreport_report), (gst_progressreport_set_property),
35398         (gst_progressreport_get_property), (gst_progressreport_chain),
35399         (gst_progressreport_plugin_init):
35400         Add progressreport element for testing.
35401
35402 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35403
35404         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35405         * sys/v4l/gstv4lsrc.h:
35406         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35407         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35408         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35409         (gst_v4lsrc_grab_frame):
35410           add more debugging
35411           send a discont at start
35412
35413 2004-05-12  Colin Walters  <walters@redhat.com>
35414
35415         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35416         inflooping if we can't find a chunk.  Or in other words, don't blow
35417         chunks if we don't have a chunk to blow.
35418
35419 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35420         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35421         Remove old debug output
35422         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35423         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35424         (gst_dvdec_set_property), (gst_dvdec_get_property):
35425         Change the quality setting to an enum, so it works from gst-launch
35426         Don't renegotiate a non-linked pad. Allows audio only decoding.
35427         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35428         (gst_deinterlace_link), (gst_deinterlace_init):
35429         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35430         (gst_videodrop_link):
35431         Some caps negotiation fixes
35432
35433 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35434
35435         * ext/tarkin/gsttarkin.c :
35436           - Change RANK from NONE to PRIMARY
35437         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35438           - Change RANK from NONE to MARGINAL
35439         * ext/divx/gstdivxenc.c :
35440           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35441
35442 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35443
35444         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35445         (gst_vorbisenc_push_packet):
35446           copy a function that was added between 1.0 and 1.0.1 until we
35447           depend on worthwhile features of post-1.0
35448
35449 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35450
35451         * configure.ac:
35452           enable shout2 by default
35453         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35454         (gst_shout2send_base_init), (gst_shout2send_init),
35455         (gst_shout2send_connect), (gst_shout2send_change_state):
35456         * ext/shout2/gstshout2.h:
35457           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35458           #142262)
35459         * ext/theora/theora.c: (plugin_init):
35460           don't set rank on encoders
35461
35462 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35463
35464         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35465           Use codec_data property instead of flag1 and flag2 for wma
35466
35467 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35468
35469         * gst/cdxaparse/gstcdxaparse.c :
35470           - Add mpegversion to CAPS to make it link
35471           - Rank is as GST_RANK_SECONDARY instead of NONE
35472         * gst/auparse/gstauparse.c :
35473           - Document all audio encoding we can encounter from Solaris 9
35474             headers and libsndfile information.
35475           - Increase max. rate from 48000 to 192000 (to match other elements)
35476           - Don't try to play junk data between header and samples
35477
35478 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35479
35480         * ext/libvisual/visual.c: (gst_visual_getcaps):
35481           use the right caps depending on endianness (I hope)
35482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35483           use GST_RANK_NONE for all non-decoding elements or spider gets
35484           mighty confused
35485
35486 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35487
35488         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35489           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35490
35491 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35492
35493         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35494         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35495         (gst_switch_loop), (gst_switch_get_type):
35496           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35497           HEADERS. Had to be said.
35498
35499 2004-05-10  David Schleef  <ds@schleef.org>
35500
35501         * configure.ac: Add prototype Dirac support.
35502         * ext/Makefile.am:
35503         * ext/dirac/Makefile.am:
35504         * ext/dirac/gstdirac.cc:
35505         * ext/dirac/gstdiracdec.cc:
35506
35507 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35508
35509         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35510         (gst_auparse_init), (gst_auparse_chain),
35511         (gst_auparse_change_state):
35512           Hack around spider. Remove me some day please.
35513
35514 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35515
35516         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35517           Fix for some uninitialized variables in previous patch, also
35518           makes it work. Fixes #142286 while we're at it.
35519
35520 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35521
35522         * gst/auparse/gstauparse.c:
35523                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35524                 only unsupported formats are ADPCM/CCITT G.72x
35525                 reviewed by Ronald
35526         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35527
35528 2004-05-10  Wim Taymans  <wim@fluendo.com>
35529
35530         * ext/vorbis/Makefile.am:
35531         * ext/vorbis/README:
35532         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35533         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35534         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35535         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35536         (gst_oggvorbisenc_convert_sink),
35537         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35538         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35539         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35540         (get_constraints_string), (update_start_message),
35541         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35542         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35543         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35544         * ext/vorbis/oggvorbisenc.h:
35545         * ext/vorbis/vorbis.c: (plugin_init):
35546         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35547         (raw_caps_factory), (gst_vorbisenc_class_init),
35548         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35549         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35550         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35551         * ext/vorbis/vorbisenc.h:
35552         Added a raw vorbis encoder to be used with the oggmuxer.
35553         We still need the old encoder for some gnome applications,
35554         read the README to find out how that works.
35555         The raw encoder is called "rawvorbisenc" until 0.9.
35556
35557 2004-05-10  Wim Taymans  <wim@fluendo.com>
35558
35559         * ext/ogg/gstogg.c: (plugin_init):
35560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35561         (gst_ogg_print):
35562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35563         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35564         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35565         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35566         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35567         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35568         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35569         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35570         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35571         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35572         Added an ogg muxer.
35573         Small typo fixes in the demuxer.
35574
35575 2004-05-10  Wim Taymans  <wim@fluendo.com>
35576
35577         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35578         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35579         (theora_enc_change_state), (theora_enc_set_property),
35580         (theora_enc_get_property):
35581         Mark the last packet with an EOS flag which is not really needed
35582         in gstreamer.
35583         Do some better video framerate initialisation.
35584         Update the buffer timestamp.
35585
35586 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35587
35588         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35589         Return the result of the parent state change call
35590
35591 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35592
35593         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35594         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35595         * gst/law/alaw-encode.c : (idem)
35596         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35597         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35598         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35599
35600 2004-05-09  Benjamin Otte  <otte@gnome.org>
35601
35602         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35603           don't use a fixed buffer size when writing variable length data to
35604           it. Fixes memory corruption and makes alsasrc work
35605
35606 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35607
35608         * ext/gnomevfs/gstgnomevfssink.c:
35609         (_gst_boolean_allow_overwrite_accumulator),
35610         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35611           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35612           RUN_LAST, and don't use that to set the accumulator value because
35613           then it's always FALSE.
35614
35615 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35616
35617         * gst-libs/gst/riff/riff-media.c:
35618         (gst_riff_create_video_caps_with_data),
35619         (gst_riff_create_audio_caps),
35620         (gst_riff_create_audio_template_caps):
35621         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35622           Fix for unaligned RIFF files (i.e. where all the chunks together
35623           in a LIST chunk are not of the same size as the size given in
35624           the LIST chunk header). Fixes several odd WAVE files. Also fix
35625           ADPCM (block_align property) in audio, so that wavparse based
35626           on this works now as it used to stand-alone.
35627
35628 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35629
35630         reviewed by Benjamin Otte  <otte@gnome.org>
35631
35632         * ext/a52dec/gsta52dec.c:
35633         * ext/divx/gstdivxdec.c:
35634         * ext/divx/gstdivxenc.c:
35635         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35636         * ext/faac/gstfaac.c: (gst_faac_base_init):
35637         * ext/faad/gstfaad.c: (gst_faad_base_init):
35638         * ext/ivorbis/vorbisfile.c:
35639         * ext/lame/gstlame.c:
35640         * ext/libfame/gstlibfame.c:
35641         * ext/mpeg2enc/gstmpeg2enc.cc:
35642         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35643         * ext/sidplay/gstsiddec.cc:
35644         * ext/speex/gstspeexdec.c:
35645         * ext/speex/gstspeexenc.c:
35646         * ext/xvid/gstxviddec.c:
35647         * ext/xvid/gstxvidenc.c:
35648           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35649           (fixes #142193)
35650
35651 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35652
35653         * ext/alsa/gstalsa.c: (device_list),
35654         (gst_alsa_class_probe_devices):
35655         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35656           Fix alsa oddness in mixer after the combination of using mixer
35657           in source/sink elements and using hw:x,y instead of just hw:x.
35658
35659 2004-05-09  Benjamin Otte  <otte@gnome.org>
35660
35661         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35662         (gst_wavparse_create_sourcepad):
35663           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35664           sourcepads
35665
35666 2004-05-09  Benjamin Otte  <otte@gnome.org>
35667
35668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35669           allow discont events before caps nego
35670
35671 2004-05-08  Benjamin Otte  <otte@gnome.org>
35672
35673         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35674           don't leak events
35675
35676 2004-05-08  Benjamin Otte  <otte@gnome.org>
35677
35678         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35679         (gst_level_change_state), (gst_level_init):
35680         * gst/level/gstlevel.h:
35681           figure out if we're initialized directly instead of keeping a
35682           variable that's wrong in 90% of cases
35683           don't initialize pads and then leak them and use a new unitialized
35684           pad. (fixes #142084)
35685           these were bugs so n00bish I didn't find them for an hour :/
35686
35687 2004-05-08 Iain <iain@prettypeople.org>
35688
35689         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35690         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35691         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35692         return the length that was read.
35693         (gst_riff_read_strf_auds): Allow fmt tags as well.
35694
35695 2004-05-07  David Schleef  <ds@schleef.org>
35696
35697         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35698         signed char assumption in faad.h.
35699
35700 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35701
35702         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35703           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35704
35705 2004-05-07  Colin Walters  <walters@redhat.com>
35706
35707         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35708         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35709         function.
35710         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35711         Add dispose function.
35712
35713 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35714         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35715           Fix caps nego and pad templates. RGB mode caps should
35716           work now.
35717         * ext/dvdnav/gst-dvd:
35718           Move mpeg2dec inside the thread because otherwise the
35719           queue rejects cap changes mid-stream
35720         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35721         (gst_mpeg2dec_flush_decoder):
35722           For mpeg2dec > 0.4.0, call the flush function instead of
35723           manually extracting all in-flight frames.
35724         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35725         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35726           Change mime type video/dv go video/x-dv to match the
35727           rest of gst-plugins
35728
35729 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35730
35731         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35733         (gst_alsa_sink_class_init):
35734         * ext/alsa/gstalsasink.h:
35735         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35736         (gst_alsa_src_class_init):
35737         * ext/alsa/gstalsasrc.h:
35738           Make alsasink/src a subclass of alsamixer so that mixer stuff
35739           shows up in gst-rec. Needs some finetuning.
35740
35741 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35742
35743         * ext/lame/gstlame.c: (gst_lame_chain):
35744           simplify
35745         * ext/mad/gstmad.c: (gst_mad_handle_event):
35746           fix event leak
35747         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35748           be able to detect mp3 files < 4096 bytes
35749
35750 2004-05-06  Wim Taymans  <wim@fluendo.com>
35751
35752         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35753         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35754         (theora_enc_set_property), (theora_enc_get_property):
35755         Also encode the first frame, cleanup some code.
35756
35757 2004-05-06  Wim Taymans  <wim@fluendo.com>
35758
35759         * ext/mpeg2enc/gstmpeg2enc.cc:
35760         Forward events first before deciding that negotiation was
35761         not performed.
35762
35763 2004-05-06  Wim Taymans  <wim@fluendo.com>
35764
35765         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35766         First process the events before deciding that negotiation
35767         was not performed.
35768
35769 2004-05-06  Wim Taymans  <wim@fluendo.com>
35770
35771         * ext/theora/Makefile.am:
35772         * ext/theora/theora.c: (plugin_init):
35773         * ext/theora/theoradec.c: (theora_dec_change_state):
35774         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35775         (gst_theora_enc_class_init), (gst_theora_enc_init),
35776         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35777         (theora_enc_chain), (theora_enc_change_state),
35778         (theora_enc_set_property), (theora_enc_get_property):
35779         Added a theora encoder, grouped the encoder and decoder into the
35780         same plugin.
35781
35782 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35783
35784         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35785         (gst_jpegenc_chain):
35786         fix DURATION on outgoing buffers
35787         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35788         debug using time formats
35789         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35791         (gst_xvimagesink_sink_link):
35792         windows with width/height 0 generate X errors, so don't allow them
35793
35794 2004-05-05  Wim Taymans  <wim@fluendo.com>
35795
35796         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35797         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35798         (gst_mpeg2dec_negotiate_format):
35799         * ext/mpeg2dec/gstmpeg2dec.h:
35800           removed the static pad template so that we can add the
35801           more accurate framerate value to the caps.
35802
35803
35804 2004-05-04  Benjamin Otte  <otte@gnome.org>
35805
35806         * configure.ac:
35807           check for kdemacros.h, too (should fix #141821)
35808         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35809           don't crash if no header was sent, but nicely error out (fixes part
35810           of #141554)
35811
35812 2004-05-04  Wim Taymans  <wim@fluendo.com>
35813
35814         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35815         parent dispose function to avoid segfault on destroy.
35816
35817 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35818
35819         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35820         (plugin_init):
35821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35822         (gst_xvimagesink_sink_link):
35823         clean up debugging caps
35824         also recreate xvimage when format has changed
35825
35826 2004-05-04  Benjamin Otte  <otte@gnome.org>
35827
35828         * ext/libvisual/Makefile.am:
35829         * ext/libvisual/visual.c: (gst_visual_class_init),
35830         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35831         (gst_visual_srclink), (gst_visual_chain),
35832         (gst_visual_change_state), (plugin_init):
35833           use a GstAdapter to correctly adapt buffer sizes - allows using a
35834           framerate
35835
35836 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35837
35838         * sys/v4l/gstv4lelement.h:
35839         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35840         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35841         (gst_v4lsrc_buffer_free):
35842         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35843         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35844         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35845         (gst_v4lsrc_requeue_frame):
35846         move some debugging categories around
35847         query for fps index and set accordingly if found
35848
35849 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35850
35851         * ext/lame/gstlame.c:
35852         correct defaults that lame_init puts out of range
35853
35854 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35855
35856         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35857         (gst_divxenc_class_init):
35858         fix range since -1 is the default
35859         * gst/mpeg1sys/gstmpeg1systemencode.c:
35860         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35861         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35862         (gst_rtjpegdec_chain):
35863         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35864         (gst_rtjpegenc_chain):
35865         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35866         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35867         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35868         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35869         * sys/v4l/gstv4lsrc.c:
35870         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35871         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35872         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35873         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35874         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35875           remove gst_info calls
35876
35877 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35878
35879         * Makefile.am:
35880         * po/af.po:
35881         * po/az.po:
35882         * po/en_GB.po:
35883         * po/nl.po:
35884         * po/sr.po:
35885         * po/sv.po:
35886           Updated translations
35887
35888 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35889
35890         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35891           refactor/comment code
35892
35893 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35894
35895         * gst/asfdemux/Makefile.am:
35896         * gst/asfdemux/asfheaders.c:
35897         * gst/asfdemux/asfheaders.h:
35898         * gst/asfdemux/gstasf.c: (plugin_init):
35899         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35900         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35901         (gst_asf_demux_setup_pad):
35902         * gst/asfdemux/gstasfdemux.h:
35903         * gst/asfdemux/gstasfmux.c:
35904         * gst/asfdemux/gstasfmux.h:
35905           Add tagging support to demuxer, split out registration in its own
35906           file instead of in demux (hacky), and prevent having some tables
35907           in our memory multiple times (in asfheaders.h).
35908
35909 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35910
35911         * gst/matroska/matroska-demux.c:
35912         (gst_matroska_demux_parse_metadata):
35913         * gst/matroska/matroska-ids.h:
35914           Basic tag reading support.
35915
35916 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35917
35918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35919           Really detect ac-3 audio.
35920         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35921           really detect matroska files (off-by-1).
35922
35923 2004-04-30  David Schleef  <ds@schleef.org>
35924
35925         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35926         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35927         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35928         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35929         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35930         hackage -- parse a lot more atoms, extract a few tags.  One might even
35931         mistake this for tag support.  Maybe it is.
35932         * gst/qtdemux/qtdemux.h:
35933
35934 2004-04-30  Colin Walters  <walters@verbum.org>
35935
35936         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35937
35938 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35939
35940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35941         (gst_ffmpegcolorspace_getcaps):
35942           remove broken nego fix
35943
35944 2004-04-30  Benjamin Otte  <otte@gnome.org>
35945
35946         * configure.ac:
35947         * ext/Makefile.am:
35948         * ext/libvisual/Makefile.am:
35949         * ext/libvisual/visual.c:
35950           add initial support for libvisual (http://libvisual.sourceforge.net)
35951           libvisual is still quite alpha, so expect crashes in there :)
35952
35953 2004-04-29  David Schleef  <ds@schleef.org>
35954
35955         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35956         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35957         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35958         code; you will no longer respect me.
35959
35960 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35961
35962         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35963         * ext/alsa/gstalsa.h :
35964         change alsa pcm device discovery to find more than 1 device
35965         per card. code review by Ronald.
35966
35967 2004-04-29  David Schleef  <ds@schleef.org>
35968
35969         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35970         Add a check for a driver bug on FreeBSD.  (bug #140565)
35971
35972 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35973
35974         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35975         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35976         (gst_jpegenc_getcaps):
35977           move format setting to inner loop
35978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35979         (gst_ffmpegcolorspace_getcaps):
35980           use GST_PAD_CAPS if available so that we use already negotiated
35981           caps
35982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35983         (qtdemux_parse_moov), (qtdemux_parse):
35984           extra debugging
35985         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35986         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35987           move hardcoded path to DEFINE
35988
35989 2004-04-28  David Schleef  <ds@schleef.org>
35990
35991         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35992         (bug #140064)
35993
35994 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35995
35996         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35997           Don't probe for playback device if we're a source element. Fixes
35998           #139658.
35999
36000 2004-04-29  Benjamin Otte  <otte@gnome.org>
36001
36002         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36003         (gst_id3_tag_chain):
36004           rewrite buffer offset
36005
36006 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36007
36008         * configure.ac:
36009         * ext/Makefile.am:
36010         * ext/dts/Makefile.am:
36011         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36012         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36013         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36014         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36015         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36016         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36017         (plugin_init):
36018         * ext/dts/gstdtsdec.h:
36019           New DTS decoder.
36020         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36021         (gst_faad_srcconnect):
36022           Add ESDS atom handling (.m4a).
36023
36024 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36025
36026         * ext/divx/gstdivxdec.c: (plugin_init):
36027           Remove comment that makes no sense.
36028         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36029           Fix for obvious typo that resulted in warnings during gst-register.
36030         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36031         (gst_xviddec_sink_link):
36032           Fix caps negotiation a bit better.
36033         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36034           We call this 'codec_data', not 'esds'.
36035
36036 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36037
36038         * gst/monoscope/gstmonoscope.c:
36039           make sure we only provide 256x128
36040         * gst/monoscope/monoscope.c: (monoscope_init):
36041           assert size of 256x128
36042
36043 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36044
36045         * Makefile.am:
36046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36047         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36048           fixate to max width and height of device
36049
36050 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36051
36052         * Makefile.am:
36053         * sys/v4l/gstv4l.c:
36054         * sys/v4l/gstv4lsrc.c:
36055         * sys/v4l/v4l_calls.c:
36056         * sys/v4l/v4lsrc_calls.c:
36057           fix for qc-usb driver which fakes having more than one buffer
36058           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36059           buffer_free override
36060           add debugging
36061
36062 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36063
36064         * Makefile.am:
36065         * gst/videotestsrc/gstvideotestsrc.c:
36066         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36067         (gst_videotestsrc_init), (gst_videotestsrc_get),
36068         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36069         * gst/videotestsrc/gstvideotestsrc.h:
36070           add num-buffers property
36071
36072         2004-04-26  Benjamin Otte  <otte@gnome.org>
36073
36074         * ext/mad/gstid3tag.c: (plugin_init):
36075           set id3mux rank to NONE so it doesn't confuse spider
36076           require audio/mpeg,mpegversion=1 in id3mux
36077
36078 2004-04-26  Benjamin Otte  <otte@gnome.org>
36079
36080         * configure.ac:
36081           detect faad correctly as non-working if it's indeed non-working
36082
36083 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36084
36085         * Makefile.am:
36086         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36087         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36088         fix _getcaps so it only negotiates to its supported format
36089
36090 2004-04-25  Benjamin Otte  <otte@gnome.org>
36091
36092         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36093           fix memleak
36094
36095 2004-04-23  Benjamin Otte  <otte@gnome.org>
36096
36097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36098           audio/x-raw-int with height rules! not. Now it's depth.
36099
36100 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36101
36102         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36103         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36104         (gst_wavparse_loop):
36105           Missing variable initialization. Add handling of DVI ADPCM. Fix
36106           mis-parsing of LIST chunks. This works around a bug where we mis-
36107           parse non-aligning LIST chunks (so LIST chunks where the contents
36108           don't align with the actual LIST size). The correct fix is to use
36109           rifflib, I'm not going to fix wavparse - too much work. All this
36110           fixes #104878.
36111
36112 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36113
36114         reviewed by Benjamin Otte  <otte@gnome.org>
36115
36116         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36117           fix shoutcast not working (fixes #140844)
36118
36119 2004-04-22  Benjamin Otte  <otte@gnome.org>
36120
36121         * ext/hermes/gsthermescolorspace.c:
36122         (gst_hermes_colorspace_caps_remove_format_info):
36123         * gst/colorspace/gstcolorspace.c:
36124         (gst_colorspace_caps_remove_format_info):
36125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36126         (gst_ffmpegcolorspace_caps_remove_format_info):
36127           s/gst_caps_simplify/gst_caps_do_simplify/
36128
36129 2004-04-22  Benjamin Otte  <otte@gnome.org>
36130
36131         * gst-libs/gst/riff/riff-media.c:
36132         (gst_riff_create_video_caps_with_data):
36133           mpegversion is an int
36134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36135           don't try to create pad templates with NULL caps, use any caps
36136           instead.
36137
36138 2004-04-20  David Schleef  <ds@schleef.org>
36139
36140         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36141         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36142         (bug #140384)
36143
36144 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36145
36146         reviewed by David Schleef
36147
36148         * ext/mad/gstid3tag.c: Add stdlib.h
36149         * gst/rtp/gstrtpgsmenc.c: same
36150         * gst/tags/gstid3tag.c: same
36151         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36152         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36153         GST_DISABLE_LOADSAVE use.
36154         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36155         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36156         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36157         atol(3)).
36158         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36159         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36160         strtoul(3)).
36161         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36162         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36163         $(ID3_CFLAGS).
36164         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36165         $(LIBFAME_CFLAGS).
36166
36167 2004-04-20  David Schleef  <ds@schleef.org>
36168
36169         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36170         last checkin.  Same idea.
36171
36172 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36173
36174         reviewed by David Schleef
36175
36176         * configure.ac: bump required gstreamer version to 0.8.1.1
36177         because of following changes [--ds]
36178
36179         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36180         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36181         (gst_riff_read_header):  Use GST_READ_UINT*
36182         macros to access possibly unaligned memory.
36183
36184         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36185         (mp3_type_find):  Use GST_READ_UINT*
36186         macros to access possibly unaligned memory.
36187         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36188         (speex_type_find): Likewise
36189
36190         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36191
36192         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36193         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36194         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36195         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36196         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36197         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36198         macros to access possibly unaligned memory.
36199
36200         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36201         Likewise.
36202
36203         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36204         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36205
36206         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36207         Likewise.
36208
36209         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36210         (gst_mpeg2subt_chain_subtitle): Likewise.
36211
36212         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36213         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36214         Likewise.
36215
36216         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36217         Likewise.
36218
36219         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36220         Likewise.
36221
36222         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36223         Likewise.
36224
36225 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36226
36227         * configure.ac:
36228           update required version of GStreamer because of GST_TIME_FORMAT
36229
36230 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36231
36232         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36233           remove leftover g_print
36234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36235           don't try setting only a subset of the caps. We don't want to kill
36236           autoplugging on purpose
36237
36238 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36239
36240         * sys/ximage/ximagesink.c: (plugin_init):
36241         * sys/xvimage/xvimagesink.c: (plugin_init):
36242           add debugging categories
36243
36244 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36245
36246         * po/en_GB.po:
36247         * po/LINGUAS:
36248           Adding en_GB translation (Gareth Owen)
36249
36250 2004-04-20  David Schleef  <ds@schleef.org>
36251
36252         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36253         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36254         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36255         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36256         A number of new features and hacks to extract the esds atom and
36257         put it into the caps.  (bug #137724)
36258
36259 2004-04-19  David Schleef  <ds@schleef.org>
36260
36261         * gconf/Makefile.am: Fix for non-GNU make
36262         * gst-libs/gst/Makefile.am: Change directory order to handle
36263         GstPlay linking with gstinterfaces
36264         * gst-libs/gst/audio/make_filter: make use of tr portable
36265         * gst-libs/gst/play/Makefile.am: Add intended \
36266         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36267         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36268         function prototype instead of void *.
36269         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36270         macro.
36271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36272         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36273         * gst/videofilter/make_filter: make use of tr portable
36274         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36275
36276 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36277
36278         * po/LINGUAS:
36279         * po/uk.po:
36280           Added Ukrainian translation (Maxim V. Dziumanenko)
36281
36282 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36283
36284         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36285         (gst_gsmdec_link), (gst_gsmdec_chain):
36286           Fix capsnego, simplify chain function slightly.
36287         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36288           Add GSM.
36289
36290 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36291
36292         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36293         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36294         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36295           Hack to make wavparse work with spider (always -> sometimes pad).
36296           Fixes #135862 && #140411.
36297
36298 2004-04-18  Benjamin Otte  <otte@gnome.org>
36299
36300         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36301         (gst_osselement_rate_probe_check),
36302         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36303           get rid of \n in debug output
36304
36305 2004-04-17  Iain <iain@prettypeople.org>
36306
36307         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36308         not just EOS.
36309
36310 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36311
36312         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36313         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36314         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36315         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36316         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36317         (gst_id3_tag_change_state), (plugin_init):
36318           deprecate id3tag element and replace with id3demux/id3mux.
36319           great side effect: this ugly file is now even uglier, yay!
36320         * ext/mad/gstmad.h:
36321           remove non-available function
36322           update for new get_type
36323
36324 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36325
36326         * configure.ac:
36327           require mpeg2dec >= 0.4.0
36328
36329 2004-04-17  Benjamin Otte  <otte@gnome.org>
36330
36331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36332         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36333         (gst_xvimagesink_set_xwindow_id):
36334           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36335           assorted cleanup fixes.
36336
36337 2004-04-16  David Schleef  <ds@schleef.org>
36338
36339         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36340         * sys/xvimage/xvimagesink.h: same
36341
36342 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36343
36344         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36345           Fix GST_ELEMENT_ERROR with (NULL)
36346
36347 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36348
36349         * gst-libs/gst/riff/riff-media.c:
36350         (gst_riff_create_video_caps_with_data):
36351           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36352
36353 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36354
36355         * gst-libs/gst/riff/riff-media.c:
36356         (gst_riff_create_video_caps_with_data),
36357         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36358         (gst_riff_create_video_template_caps),
36359         (gst_riff_create_audio_template_caps):
36360         * gst-libs/gst/riff/riff-media.h:
36361         * gst-libs/gst/riff/riff-read.c:
36362         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36363         * gst-libs/gst/riff/riff-read.h:
36364         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36365           Add MS RLE support. I added some functions to read out strf chunks
36366           into strf chunks and the data behind it. This is usually color
36367           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36368           caps creation. Lastly, add ADPCM (similar to wavparse - which
36369           should eventually be rifflib based).
36370         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36371         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36372         * gst/matroska/matroska-demux.h:
36373           Remove placeholders for some prehistoric tagging system. Didn't add
36374           support for any tag system really anyway.
36375         * gst/qtdemux/qtdemux.c:
36376           Add support for audio/x-m4a (MPEG-4) through spider.
36377         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36378         (gst_wavparse_loop):
36379           ADPCM support (#135862). Increase max. buffer size because we
36380           cannot split buffers for ADPCM (screws references) and I've seen
36381           files with 2048 byte chunks. 4096 seems safe for now.
36382
36383 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36384
36385         * configure.ac: bump nano to 1
36386
36387 === release 0.8.1 ===
36388
36389 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36390
36391         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36392
36393 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36394
36395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36396           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36397           Fixes #140058
36398
36399 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36400
36401         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36402           lower rank of dvddemux so that it's not used for mpeg playback.
36403
36404 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36405
36406         * configure.ac:
36407           save libs correctly when checking mad
36408
36409 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36410
36411         * ext/mad/gstid3tag.c: (plugin_init):
36412           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36413
36414 2004-04-13  David Schleef  <ds@schleef.org>
36415
36416         * common/m4/gst-feature.m4: Call -config scripts with
36417         --plugin-libs if it is supported.
36418         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36419         JPEG images are image/jpeg.
36420         * gst/debug/Makefile.am:
36421         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36422         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36423         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36424         (gst_negotiation_plugin_init): Add a property that acts like
36425         filter caps.
36426         * testsuite/gst-lint:  Move license checking to be a standard
36427         test.
36428
36429 2004-04-13  David Schleef  <ds@schleef.org>
36430
36431         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36432         patch from Sebastien Cote (bug #139958)
36433
36434 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36435
36436         * examples/gstplay/Makefile.am:
36437         * examples/gstplay/player.c: (main):
36438           make the commandline player example use gconf settings
36439
36440 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36441
36442         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36443         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36444         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36445           init/end library during state transition, not object
36446           creation/disposal.  get rid of custom dispose handler.
36447
36448
36449 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36450
36451         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36452         be a symlink
36453
36454 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36455
36456         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36457           Handle JUNK chunks inside data section. Prevents warnings.
36458
36459 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36460
36461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36462         (gst_riff_create_video_template_caps):
36463           Add MS video v1.
36464         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36465         (gst_avi_demux_stream_data):
36466           Add support for "rec-list" chunks.
36467
36468 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36469
36470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36471           Fix another codecname mismatch.
36472
36473 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36474
36475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36476           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36477           so that MJPEG plays back.
36478
36479 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36480
36481         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36482         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36483         * gst/mpeg1videoparse/gstmp1videoparse.h:
36484           Fix for some slight mis-cuts in buffer parsing, and for some
36485           potential overflows or faults-causers. Adds disconts. Also fixes
36486           #139105 while we're at it.
36487
36488 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36489
36490         * configure.ac:
36491         * sys/v4l2/gstv4l2element.h:
36492           Workaround for missing struct v4l2_buffer declaration in Suse 9
36493           and Mandrake 10 linux/videodev2.h header file (#135919).
36494
36495 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36496
36497         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36498           Bail out if no filename was given.
36499
36500 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36501
36502         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36503         (gst_v4l2_fourcc_from_structure):
36504           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36505           Y41B somewhere).
36506
36507 2004-04-09  Benjamin Otte  <otte@gnome.org>
36508
36509         * ext/gnomevfs/gstgnomevfssink.c:
36510         (_gst_boolean_allow_overwrite_accumulator),
36511         (gst_gnomevfssink_class_init):
36512           fix erase signal - if any handler returns false the file will not be
36513           overwritten. If no handler is connected, the file will not be
36514           overwritten either.
36515           renamed signal to "allow-overwrite"
36516         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36517           free string when adding it to ID3 failed
36518         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36519           unref event when done
36520         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36521           free caps
36522         * gst/typefind/gsttypefindfunctions.c:
36523         (mpeg_video_stream_type_find):
36524           fix invalid read
36525
36526 2004-04-08  David Schleef  <ds@schleef.org>
36527
36528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36529         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36530
36531 2004-04-08  David Schleef  <ds@schleef.org>
36532
36533         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36534         we don't support (bug #139532)
36535
36536 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36537
36538         * ext/mad/gstmad.c: (gst_mad_handle_event),
36539         (gst_mad_check_caps_reset), (gst_mad_chain),
36540         (gst_mad_change_state):
36541           only set explicit caps if they haven't been set before for
36542           this stream.  MPEG-audio sample rate/channels aren't allowed
36543           to change in-stream.
36544           Fixes #139382
36545
36546 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36547
36548         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36549         (_gst_boolean_did_something_accumulator),
36550         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36551         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36552         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36553         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36554         (gst_gnomevfssink_change_state):
36555           Fix erase signal. Don't erase by default. Remove handoff signal.
36556           Remove erase property. Don't segfault. General cleanup.
36557
36558 2004-04-07  Benjamin Otte  <otte@gnome.org>
36559
36560         * gst-libs/gst/gconf/test-gconf.c: (main):
36561           add missing gst_init
36562
36563 2004-04-07  Benjamin Otte  <otte@gnome.org>
36564
36565         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36566           free the mutexes, too
36567
36568 2004-04-07  Benjamin Otte  <otte@gnome.org>
36569
36570         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36571           actually free the URI string
36572         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36573           compute offset correctly when passing discont events
36574         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36575           don't leak discont events
36576         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36577           add some missing breaks so caps aren't copied randomly
36578         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36579           if we realloc memory, we better use it
36580
36581 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36582
36583         * ext/mad/gstmad.c: (normal_seek):
36584           fix GST_FORMAT_TIME usage
36585
36586 2004-04-05  David Schleef  <ds@schleef.org>
36587
36588         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36589         a deprecated function (hack!)
36590
36591 2004-04-05  Benjamin Otte  <otte@gnome.org>
36592
36593         * ext/esd/esdmon.c: (gst_esdmon_get):
36594           fix nonterminated vararg and memleak
36595
36596 2004-04-05  Benjamin Otte  <otte@gnome.org>
36597
36598         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36599         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36600         (gst_ladspa_set_property), (gst_ladspa_get_property),
36601         (gst_ladspa_instantiate), (gst_ladspa_activate),
36602         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36603           clean up debugging
36604
36605 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36606
36607         reviewed by Benjamin Otte  <otte@gnome.org>
36608
36609         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36610           check for broken LADSPA parameters (fixes #138635)
36611
36612 2004-04-05  Benjamin Otte  <otte@gnome.org>
36613
36614         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36615           advertise buffer-frames correctly on sinkpads
36616
36617 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36618
36619         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36620         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36621         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36622         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36623         (gst_mad_check_caps_reset), (gst_mad_chain):
36624         add more debugging, only reset caps when we're not in error state
36625
36626 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36627
36628         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36629
36630 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36631
36632         reviewed by Benjamin Otte  <otte@gnome.org>
36633
36634         * configure.ac:
36635           fix == in test(1) operator
36636
36637 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36638
36639         reviewed by Benjamin Otte  <otte@gnome.org>
36640
36641         * configure.ac:
36642           fix --export-symblos-regex to a working regex.
36643
36644 2004-04-04  Benjamin Otte  <otte@gnome.org>
36645
36646         * sys/oss/.cvsignore:
36647           add for oss_probe
36648
36649 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36650
36651         reviewed by Benjamin Otte  <otte@gnome.org>
36652
36653         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36654           add missing 'new_media' argument (fixes #138168)
36655         * gst/matroska/matroska-demux.c:
36656         (gst_matroska_demux_handle_seek_event):
36657           add vararg terminator (fixes #138169)
36658
36659 2004-04-02  David Schleef  <ds@schleef.org>
36660
36661         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36662         disted (bug #138914)
36663
36664 2004-04-01  Benjamin Otte  <otte@gnome.org>
36665
36666         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36667         (gst_alsa_close_audio):
36668           handle case better where a soundcard can't pause
36669         * ext/ogg/gstoggdemux.c:
36670           don't crash when we get events but don't have pads yet
36671
36672 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36673
36674         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36675           throw an error if we couldn't probe any caps.
36676
36677 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36678
36679         * ext/dvdnav/gst-dvd:
36680         Add a really simple sample DVD player
36681
36682 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36683
36684         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36685         (gst_a52dec_push), (gst_a52dec_handle_event),
36686         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36687         (gst_a52dec_change_state):
36688         * ext/a52dec/gsta52dec.h:
36689           Use a debug category, Output timestamps correctly
36690           Emit tag info, Handle events, tell liba52dec about cpu
36691           capabilities so it can use MMX etc.
36692         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36693           Fix a crasher accessing invalid memory
36694         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36695         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36696         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36697         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36698         (dvdnavsrc_query):
36699           Some support for byte-format seeking.
36700           Small fixes for still frames and menu button overlays
36701         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36702         (gst_mpeg2dec_alloc_buffer):
36703           Use a debug category. Adjust the report level of several items to
36704           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36705           so it doesn't lose the GstBuffer pointer
36706         * gst/debug/Makefile.am:
36707         * gst/debug/gstdebug.c: (plugin_init):
36708         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36709         (gst_navseek_base_init), (gst_navseek_class_init),
36710         (gst_navseek_init), (gst_navseek_seek),
36711         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36712         (gst_navseek_get_property), (gst_navseek_chain),
36713         (gst_navseek_plugin_init):
36714         * gst/debug/gstnavseek.h:
36715           Add the navseek debug element for seeking back and forth in a
36716           video stream using arrow keys.
36717         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36718         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36719         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36720         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36721         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36722         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36723         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36724         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36725         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36726         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36727         * gst/mpeg2sub/gstmpeg2subt.h:
36728           Pretty much a complete rewrite. Now a loopbased element. May still
36729           require work to properly synchronise subtitle buffers.
36730         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36731         (gst_dvd_demux_send_subbuffer):
36732         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36733           Don't attempt to create subbuffers of size 0
36734           Reduce a couple of error outputs to warnings.
36735         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36736         (gst_y4mencode_chain):
36737         Output the y4m frame header correctly.
36738
36739 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36740
36741         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36742           throw errors instead of allowing SIGFPE
36743
36744 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36745
36746         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36747         (gst_gconf_render_bin_from_key):
36748           leak plugging and style fixing
36749
36750 2004-03-31  David Schleef  <ds@schleef.org>
36751
36752         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36753         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36754         (bug #138225)
36755         * gst/debug/Makefile.am:
36756         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36757         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36758         plugin.
36759         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36760         (gst_negotiation_base_init), (gst_negotiation_class_init),
36761         (gst_negotiation_init), (gst_negotiation_getcaps),
36762         (gst_negotiation_pad_link), (gst_negotiation_chain),
36763         (gst_negotiation_set_property), (gst_negotiation_get_property),
36764         (gst_negotiation_plugin_init):  New element to talk about random
36765         negotiation things happening in a pipeline.
36766
36767 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36768
36769         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36770           fix integer addition with help of Stefan Kost
36771
36772 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36773
36774         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36775
36776 2004-03-30  David Schleef  <ds@schleef.org>
36777
36778         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36779         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36780         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36781         (bug #137504)
36782         * ext/mpeg2dec/gstmpeg2dec.h:
36783
36784 2004-03-30  David Schleef  <ds@schleef.org>
36785
36786         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36787
36788 2004-03-30  David Schleef  <ds@schleef.org>
36789
36790         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36791         Michael Petullo) to handle .mov
36792
36793 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36794
36795         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36796         (gst_osselement_rate_check_rate):
36797           probe caps correctly for sound cards that only support one format
36798
36799 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36800
36801         * ext/kio/kiosrc.cpp: (process_events):
36802           update handling event processing if inside KDE - untested
36803
36804 2004-03-29  David Schleef  <ds@schleef.org>
36805
36806         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36807         by 2 to not interfere with other colorspaces.
36808         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36809         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36810         one to not interfere with ffmpeg_colorspace.
36811
36812 2004-03-29  David Schleef  <ds@schleef.org>
36813
36814         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36815         aren't in the caps.
36816         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36817         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36818
36819 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36820
36821         * gst-libs/gst/riff/riff-media.c:
36822           fail on error, don't try to set stuff on NULL caps
36823
36824 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36825
36826         * configure.ac:
36827         * ext/Makefile.am:
36828         * ext/kio/Makefile.am:
36829         * ext/kio/kioreceiver.cpp:
36830         * ext/kio/kioreceiver.h:
36831         * ext/kio/kiosrc.cpp:
36832         * ext/kio/kiosrc.h:
36833           add experimental kiosrc plugin
36834         * ext/alsa/gstalsaplugin.c: (plugin_init):
36835           initialize debugging category only when we're sure registering the
36836           plugins worked.
36837
36838 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36839
36840         * examples/gstplay/player.c: (main):
36841         * gst-libs/gst/play/play.c: (gst_play_class_init),
36842         (gst_play_set_location), (gst_play_set_data_src),
36843         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36844         (gst_play_set_visualization), (gst_play_connect_visualization):
36845           check return values of element_set_state and return FALSE where
36846           failed
36847
36848 2004-03-29  Benjamin Otte  <otte@gnome.org>
36849
36850         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36851           try harder to check if an event is really a discont
36852
36853 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36854
36855         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36856         * po/az.po:
36857
36858 2004-03-28  Benjamin Otte  <otte@gnome.org>
36859
36860         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36861         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36862         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36863           get rid of non-standard "..." ranges in case statements.
36864
36865 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36866
36867         * gst/mpegstream/gstmpegdemux.c:
36868         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36869         specific functionality split to the new dvddemux element.
36870         * gst/mpegstream/gstdvddemux.c:
36871         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36872         streams, derived from mpegdemux.
36873         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36874         up. SCR based timestamp rewriting can be turned off (will probably
36875         completely disappear soon).
36876         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36877         hacking. General cleanup. All printf statements replaced by
36878         debugging messages. Almost complete libdvdnav support.
36879         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36880         by events. New properties for audio and subpicture languages.
36881         (dvdnavsrc_update_highlight): Now uses events.
36882         (dvdnavsrc_user_op): Cleaned up.
36883         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36884         based). Lots of cleanup, and propper support for most libdvdnav
36885         events.
36886         (dvdnavsrc_make_dvd_event): New function.
36887         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36888         (dvdnavsrc_make_clut_change_event): New function.
36889
36890 2004-03-26  Benjamin Otte  <otte@gnome.org>
36891
36892         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36893           fix bug where typefinding would claim it's theora whenever less then
36894           7 bytes of data were available
36895
36896 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36897
36898         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36899         (gst_alawdec_base_init), (gst_alawdec_class_init),
36900         (gst_alawdec_init), (gst_alawdec_chain):
36901         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36902         (gst_alawenc_base_init), (gst_alawenc_class_init),
36903         (gst_alawenc_init), (gst_alawenc_chain):
36904         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36905         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36906         (gst_mulawdec_init), (gst_mulawdec_chain):
36907         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36908         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36909         (gst_mulawenc_init), (gst_mulawenc_chain):
36910           Fix capsnego in all four, remove the unused property functions and
36911           simplify the chain functions slightly. I guess we could use macros
36912           or something similar for those, since the code is so similar, but
36913           I'm currently too lazy...
36914
36915 2004-03-24  David Schleef  <ds@schleef.org>
36916
36917         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36918         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36919         (gst_osselement_get_format_structure),
36920         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36921         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36922         (gst_osselement_rate_int_compare): Add code to handle rate probing
36923         (bug #120883)
36924         * sys/oss/gstosselement.h: same
36925         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36926         Use rate probing provided by osselement.
36927         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36928
36929 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36930
36931         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36932         (gst_xvidenc_get_property):
36933           ulong/int mess-up.
36934
36935 2004-03-24  David Schleef  <ds@schleef.org>
36936
36937         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36938         (gst_speexdec_init):
36939         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36940         (gst_speexenc_init):  Create the pad template correctly (from
36941         the static pad template, not a NULL pointer.)
36942
36943 2004-03-25  Benjamin Otte  <otte@gnome.org>
36944
36945         * gst/debug/Makefile.am:
36946         * gst/debug/breakmydata.c:
36947           add element that quasi-randomly changes bytes in the stream.
36948           Intended use is robustness checking of demuxers and decoders in
36949           media tests.
36950
36951 2004-03-24  Benjamin Otte  <otte@gnome.org>
36952
36953         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36954         (gst_alsa_probe_hw_params):
36955         * ext/alsa/gstalsa.h:
36956           debugging output fixes
36957
36958 2004-03-24  Benjamin Otte  <otte@gnome.org>
36959
36960         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36961           don't g_return_if_fail if element is PLAYING, fail silently as every
36962           other element.
36963         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36964           only fix needed for cast lvalue issues in gst-plugins
36965         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36966           add proxy_getcaps
36967
36968 2004-03-24  Benjamin Otte  <otte@gnome.org>
36969
36970         * gst/level/gstlevel.c: (gst_level_init):
36971           add proxying getcaps function, so level doesn't advertise impossible
36972           caps
36973
36974 2004-03-24  David Schleef  <ds@schleef.org>
36975
36976         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36977         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36978         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36979         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36980         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36981         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36982         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36983         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36984         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36985         messages.  Divide the chunk size by the compression ratio
36986         (needed for MACE audio)
36987
36988 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36989
36990         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36991           Fix buffer overflow read error.
36992
36993 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36994
36995         * ext/alsa/gstalsa.h:
36996           Remove unused entry.
36997         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36998           Add cinepak.
36999         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37000         (gst_videodrop_link), (gst_videodrop_chain):
37001           Fix, sort of. Was horribly broken with new capsnego. Bah...
37002
37003 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37004
37005         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37006         (plugin_init):
37007         Add a monkeysaudio typefind function
37008
37009 2004-03-23  Johan Dahlin  <johan@gnome.org>
37010
37011         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37012         (gst_play_video_fixate): Check so the structure has the field
37013         before trying to fixate them, this makes it possible to have
37014         fakesinks for video and audio output without printing errors on
37015         the output console.
37016
37017 2004-03-22  David Schleef  <ds@schleef.org>
37018
37019         * sys/oss/Makefile.am:
37020         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37021         (check_rate), (add_rate):  Rate probing test app.
37022
37023 2004-03-21  Benjamin Otte  <otte@gnome.org>
37024
37025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37026         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37027           add a fixation function that pretty much does the right thing (fixes
37028           #137556)
37029
37030 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37031
37032         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37033
37034 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37035
37036         reviewed by: Benjamin Otte  <otte@gnome.org>
37037
37038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37039           terminate gst_event_new_discontinuous correctly (fixes parts of
37040           #137711)
37041
37042 2004-03-19  David Schleef  <ds@schleef.org>
37043
37044         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37045         since it doesn't depend on X, and it's part of our ABI.
37046
37047 2004-03-19  Iain <iain@prettypeople.org>
37048
37049         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37050         is_int in the structure, not the local variable.
37051
37052 2004-03-19  David Schleef  <ds@schleef.org>
37053
37054         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37055         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37056         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37057         Improvements in caps negotiation.
37058
37059 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37060
37061         * po/LINGUAS:
37062         * po/af.po:
37063           adding Afrikaans (Petri Jooste)
37064
37065 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37066
37067         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37068         (gst_ffmpegcolorspace_chain):
37069         throw error instead of g_critical (#137588)
37070
37071 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37072
37073         * Makefile.am:
37074         * configure.ac:
37075           dist common and m4 correctly
37076         * po/sv.po:
37077
37078 2004-03-17  David Schleef  <ds@schleef.org>
37079
37080         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37081         (bug #137348)
37082
37083 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37084
37085         * po/LINGUAS:
37086         * po/sv.po:
37087           adding Swedish translation (Christian Rose)
37088
37089 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37090
37091         * Makefile.am: use release.mak
37092
37093 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37094
37095         * common/ChangeLog:
37096         * common/gst-autogen.sh:
37097           add some explanation about the version detection
37098         * configure.ac:
37099           fix X check
37100
37101 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37102
37103         * configure.ac: bump nano to 1
37104
37105 === release 0.8.0 ===
37106
37107 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37108
37109         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37110
37111 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37112
37113         * configure.ac:
37114           update libtool version
37115         * gst-libs/gst/media-info/Makefile.am:
37116           actually use libtool version
37117
37118 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37119
37120         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37121
37122 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37123
37124         * configure.ac:
37125         * gst-plugins.spec.in:
37126         * pkgconfig/Makefile.am:
37127         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37128         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37129         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37130         * pkgconfig/gstreamer-libs.pc.in:
37131         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37132         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37133         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37134         * pkgconfig/gstreamer-plugins.pc.in:
37135           remove @VERSION@ from some of the pc files since core and plugins
37136           are decoupled.
37137           created gstreamer-plugins.pc as it's a better name, but keeping
37138           -libs around for now to get fixes upstream done first.
37139
37140 2004-03-15  Julien MOUTTE <julien@moutte.net>
37141
37142         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37143         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37144         * gst-libs/gst/play/play.h:
37145
37146 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37147
37148         * *.c, *.cc: don't mix tabs and spaces
37149
37150 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37151
37152         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37153           use the new ffmpegcolorspace
37154         * gst-plugins.spec.in:
37155           package new colorspace and media-info
37156         * configure.ac:
37157         * pkgconfig/Makefile.am:
37158           fix some more disting issues
37159         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37160         * pkgconfig/gstreamer-media-info.pc.in:
37161           generate media-info pc files
37162
37163 2004-03-15  Johan Dahlin  <johan@gnome.org>
37164
37165         * *.h: Revert indenting
37166
37167 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37168
37169         * configure.ac:
37170           adding ffmpegcolorspace element
37171         * gst/ffmpegcolorspace/Makefile.am:
37172         * gst/ffmpegcolorspace/avcodec.h:
37173         * gst/ffmpegcolorspace/common.h:
37174         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37175         * gst/ffmpegcolorspace/dsputil.h:
37176         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37178         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37179         (gst_ffmpeg_caps_to_pix_fmt):
37180         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37181         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37182         (gst_ffmpegcolorspace_caps_remove_format_info),
37183         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37184         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37185         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37186         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37187         (gst_ffmpegcolorspace_set_property),
37188         (gst_ffmpegcolorspace_get_property),
37189         (gst_ffmpegcolorspace_register):
37190         * gst/ffmpegcolorspace/imgconvert.c:
37191         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37192         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37193         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37194         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37195         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37196         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37197         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37198         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37199         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37200         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37201         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37202         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37203         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37204         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37205         (img_get_alpha_info), (deinterlace_line),
37206         (deinterlace_line_inplace), (deinterlace_bottom_field),
37207         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37208         * gst/ffmpegcolorspace/imgconvert_template.h:
37209         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37210         * gst/ffmpegcolorspace/mmx.h:
37211         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37212           adding ffmpegcolorspace element supplied by Ronald after cleaning
37213           up and pulling in the right bits of upstream source.
37214           I'm sure a better C/compiler wizard could do some cleaning up (for
37215           example use GLIB's malloc stuff), but as a first pass this
37216           works very well
37217
37218 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37219
37220         * ext/alsa/gstalsa.h:
37221           I assume Ronald forgot to commit the change to have cardname
37222           as a struct member.  Expect some public spanking at the next
37223           opportunity.
37224
37225 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37226
37227         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37228         (gst_alsa_open_audio), (gst_alsa_close_audio):
37229         * ext/alsa/gstalsa.c:
37230           Don't open the device if we're a mixer (= padless).
37231         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37232         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37233         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37234           Open mixer during state change rather than during object
37235           initialization. Also, get a device name. Currently in a somewhat
37236           hackish fashion, but I didn't really find something better.
37237
37238 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37239
37240         * *.c, *.h: run gst-indent
37241
37242 2004-03-14  Benjamin Otte  <otte@gnome.org>
37243
37244         * gst/modplug/gstmodplug.cc:
37245         * gst/modplug/gstmodplug.h:
37246           set correct timestamps on outgoing buffers
37247
37248 2004-03-14  Benjamin Otte  <otte@gnome.org>
37249
37250         * gst/modplug/gstmodplug.cc:
37251           handle events - don't do crap when a discont arrives that's not
37252           necessary
37253           This allows correct loading and playback of mods in Rhythmbox
37254
37255 2004-03-14  Benjamin Otte  <otte@gnome.org>
37256
37257         * configure.ac:
37258         * gst-libs/gst/gconf/Makefile.am:
37259         * pkgconfig/Makefile.am:
37260           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37261           they get rebuilt properly
37262         * configure.ac:
37263           when checking for vorbis, try pkgconfig first.
37264         * gst/modplug/gstmodplug.cc:
37265           add fixate function
37266
37267 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37268
37269         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37270           Fix for obvious mistake, where we first shift the offset and then
37271           read a samplesize element assuming the old offset. Note that this
37272           part still has something weird, i.e. my movies containing those
37273           don't actually play well, but at least there's something that looks
37274           like sound now.
37275
37276 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37277         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37278         (plugin_init):
37279         Add a typefind function for speex format
37280
37281 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37282
37283         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37284         (gst_asf_demux_setup_pad):
37285           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37286           instead of 0. Reason is simple: some elements have a fps range
37287           of 1-max instead of 0-max. So now ASF video actually works.
37288
37289 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37290
37291         * po/LINGUAS:
37292         * po/sr.po:
37293           adding serbian as a language
37294
37295 2004-03-13  Benjamin Otte  <otte@gnome.org>
37296
37297         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37298           return taglist correctly from _get function, don't gst_pad_push it.
37299           (fixes #137042)
37300
37301 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37302         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37303
37304 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37305
37306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37307         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37308         (gst_alsa_mixer_track_new):
37309         * ext/alsa/gstalsamixertrack.h:
37310           Fix ancient leftovers... MixerTrack is a GObject.
37311
37312 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37313
37314         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37315         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37316           Don't block during probing...
37317
37318 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37319
37320         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37321         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37322         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37323         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37324         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37325         (gst_alsa_open_audio), (gst_alsa_close_audio):
37326         * ext/alsa/gstalsa.h:
37327           Add propertyprobe interface implementation, add some device-name
37328           property, all this so that it looks good in gnome-volume-control.
37329
37330 2004-03-12  David Schleef  <ds@schleef.org>
37331
37332         * configure.ac: the Hermes library controls hermescolorspace, not
37333         colorspace.
37334         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37335         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37336         not /* */
37337         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37338         * ext/sdl/sdlvideosink.h: ditto.
37339         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37340
37341 2004-03-12  Benjamin Otte  <otte@gnome.org>
37342
37343         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37344         (gst_x_overlay_got_xwindow_id):
37345         * gst-libs/gst/xoverlay/xoverlay.h:
37346           replace XID with unsigned long to get rid of the xlibs dependency in
37347           XOverlay (fixes #137004)
37348
37349 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37350         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37351         (gst_agingtv_setup):
37352         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37353         (gst_dicetv_base_init), (gst_dicetv_class_init),
37354         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37355         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37356         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37357         (gst_edgetv_setup), (gst_edgetv_rgb32):
37358         * gst/effectv/gsteffectv.c:
37359         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37360         (gst_quarktv_set_property):
37361         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37362         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37363         (gst_revtv_setup), (gst_revtv_rgb32):
37364         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37365         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37366         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37367         (gst_shagadelictv_rgb32):
37368         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37369         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37370         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37371         * gst/effectv/gstwarp.c:
37372         Port everything that can be ported to videofilter and fix up the caps.
37373         Can someone with a big-endian machine please check these?
37374
37375 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37376
37377         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37378         (gst_osssink_chain), (gst_osssink_change_state):
37379           Latest fixes for A/V sync, audio playback and such. This is about
37380           all... MPEG playback issues are mostly related to the async build-
37381           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37382
37383 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37384
37385         patch from: Stephane Loeuillet
37386
37387         * configure.ac:
37388           use pkg-config for some libraries, falling back to the old .m4 way
37389           (fixes #131270)
37390         * m4/libdv.m4:
37391           removed
37392
37393 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37394
37395         * configure.ac:
37396         * tools/Makefile.am:
37397         * tools/Makefile.in:
37398         * tools/gst-launch-ext-m.m:
37399         * tools/gst-launch-ext.1.in:
37400         * tools/gst-visualise-m.m:
37401         * tools/gst-visualise.1:
37402         * tools/gst-visualise.1.in:
37403           reorganizing generation of script tools
37404
37405 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37406
37407         * ext/divx/gstdivxdec.c:
37408           Downgrade priority. We prefer ffdec_mpeg4.
37409         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37410         (gst_faad_chain), (gst_faad_change_state):
37411           Fix capsnego. Doesn't work for some sounds because we don't have
37412           a 5:1 to stereo element.
37413         * ext/xvid/gstxvid.c: (plugin_init):
37414           Add priority.
37415         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37416         (gst_osssink_change_state):
37417           Add discont handling.
37418
37419 2004-03-09  Colin Walters  <walters@verbum.org>
37420
37421         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37422         conversion.
37423
37424 2004-03-09  Benjamin Otte  <otte@gnome.org>
37425
37426         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37427           the signals take 2 arguments
37428
37429 2004-03-09  David Schleef  <ds@schleef.org>
37430
37431         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37432         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37433         * ext/alsa/gstalsa.h:
37434         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37435
37436 2004-03-09  Benjamin Otte  <otte@gnome.org>
37437
37438         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37439         (gst_mikmod_change_state):
37440         * ext/mikmod/gstmikmod.h:
37441           make mikmod's loop function not loop infinitely and call
37442           gst_element_yield anymore
37443         * gst/modplug/gstmodplug.cc:
37444           fix pad negotiation (fixes #136590)
37445
37446 2004-03-09  David Schleef  <ds@schleef.org>
37447
37448         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37449         doesn't conflict with the internal colorspace plugin.
37450         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37451         satisfy the crappy-ass shell shipped by a certain vendor.
37452         * gst/videofilter/make_filter: same (bug #135299)
37453
37454 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37455
37456         * configure.ac: bump nano to 1
37457
37458 === release 0.7.6 ===
37459
37460 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37461
37462         * configure.in: releasing 0.7.6, "There"
37463
37464 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37465
37466         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37467         * pkgconfig/gstreamer-play.pc.in:
37468           synchronize the two
37469
37470 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37471
37472         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37473         (cdparanoia_open), (cdparanoia_event):
37474           fix/add error handling
37475         * po/POTFILES.in:
37476           add cdparanoia source
37477         * tools/Makefile.am:
37478           make scripts executable
37479
37480 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37481
37482         * configure.ac:
37483         * ext/vorbis/Makefile.am:
37484         * sys/Makefile.am:
37485           remove id3types, vorbisfile and xvideosink from the build (#133783)
37486
37487 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37488
37489         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37490           Fix metadata read crash (#136537).
37491
37492 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37493
37494         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37495         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37496           adding mime types, fixing the one-stop function
37497
37498 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37499
37500         * ext/nas/nassink.c and /ext/nas/nassink.h:
37501         More NAS love from Arwed von Merkatz
37502         So lets all sing 'Can you feel the NAS tonight'
37503
37504 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37505
37506         * tools/gst-launch-ext.in:
37507         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37508
37509 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37510
37511         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37512         (gst_mpeg2dec_init):
37513         remove the user_data pad for now, because it is being used in
37514         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37515         If someone knows how to fix this properly, please do.
37516
37517 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37518
37519         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37520         (gst_osssink_get_time):
37521         add a warning, IMO this won't get triggered anymore, remove later
37522
37523 2004-03-07  David Schleef  <ds@schleef.org>
37524
37525         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37526         format (bug #136470)
37527
37528 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37529
37530         * gst-libs/Makefile.am:
37531         * gst-libs/gst/media-info/Makefile.am:
37532         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37533         (error_callback), (gst_media_info_error_create),
37534         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37535         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37536         * gst-libs/gst/media-info/media-info-priv.h:
37537         * gst-libs/gst/media-info/media-info-test.c: (main):
37538         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37539         (gst_media_info_class_init), (gst_media_info_instance_init),
37540         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37541         (gst_media_info_read_idler), (gst_media_info_read):
37542         * gst-libs/gst/media-info/media-info.h:
37543         fixed, should work now
37544
37545 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37546
37547         * ext/nas/nassink.c:
37548         A bunch of NAS fixes from Arwed von Merkatz
37549
37550 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37551
37552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37553         (qtdemux_parse_trak):
37554           Fix crash (j might be greater than n_samples, in which case we're
37555           writing outside the allocated space for the array) and memleak.
37556
37557 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37558
37559         * sys/oss/gstosssink.c: (gst_osssink_chain):
37560           And another caller that couldn't handle delay < 0 (unsigned
37561           integer overflow). Video now continues playing on an audio
37562           buffer underrun, and the clock continues working. Audio still
37563           stalls.
37564
37565 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37566
37567         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37568         (gst_osssink_get_time):
37569           get_delay() may return values lower than 0. In those cases, we
37570           should not actually cast to *unsigned* int64, that will break
37571           stuff horribly. In my case, it screwed up A/V sync in movies
37572           in totem rather badly.
37573
37574 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37575
37576         * ext/faac/gstfaac.c: (gst_faac_chain):
37577         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37578         * ext/libpng/gstpngenc.c: (user_write_data):
37579         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37580         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37581         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37582         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37583         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37584         of any buffer), should fix some leaks. I hope I didn't unref buffers
37585         that shouldn't be...
37586
37587 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37588
37589         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37590         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37591         (error_callback), (gmi_reset), (gmi_seek_to_track),
37592         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37593         (gmip_find_type_post), (gmip_find_stream_post),
37594         (gmip_find_track_streaminfo_post):
37595         * gst-libs/gst/media-info/media-info-priv.h:
37596         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37597         (info_print), (main):
37598         * gst-libs/gst/media-info/media-info.c:
37599         (gst_media_info_error_create), (gst_media_info_error_element),
37600         (gst_media_info_instance_init), (gst_media_info_get_property),
37601         (gst_media_info_new), (gst_media_info_set_source),
37602         (gst_media_info_read_idler), (gst_media_info_read):
37603         * gst-libs/gst/media-info/media-info.h:
37604           first pass at making this work again.  This seems to work on
37605           tagged ogg/vorbis and mp3 files.
37606
37607 2004-03-06  Benjamin Otte  <otte@gnome.org>
37608
37609         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37610           fix huge leak: gst_buffer_merge doesn't unref the first argument
37611           itself.
37612
37613 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37614
37615         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37616           report layer/mode/emphasis
37617
37618 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37619
37620         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37621
37622 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37623
37624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37625           signal serial
37626
37627 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37628
37629         * ext/vorbis/vorbis.c: (plugin_init):
37630         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37631         (gst_vorbis_dec_init), (vorbis_dec_event):
37632         add debug category
37633         make vorbisdec handle _BYTE and _TIME queries
37634
37635 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37636
37637         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37638           from the xing header
37639
37640 2004-03-06  Benjamin Otte  <otte@gnome.org>
37641
37642         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37643         (gst_audio_convert_link), (gst_audio_convert_change_state),
37644         (gst_audio_convert_buffer_from_default_format):
37645           do conversions from/to float correctly, fix some caps nego errors,
37646           export correct supported caps in template and getcaps, use correct
37647           caps in try_set_caps functions
37648
37649 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37650
37651         For some reason, I only committed a ChangeLog entry yesterday and
37652         not the corresponding code...
37653         * ext/mad/gstmad.c: Fix detection of Xing headers
37654         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37655
37656 2004-03-06  Benjamin Otte  <otte@gnome.org>
37657
37658         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37659         (gst_ogg_demux_src_query):
37660           make sure to handle the case where there's no current chain
37661           gracefully.
37662
37663 2004-03-05  David Schleef  <ds@schleef.org>
37664
37665         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37666         Add fixate function. (bug #131128)
37667         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37668         (gst_sdlvideosink_fixate):  Add fixate function.
37669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37670         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37671         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37672         Fix missing break that was causing ulaw to be interpreted as
37673         raw int.
37674
37675 2004-03-05  David Schleef  <ds@schleef.org>
37676
37677         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37678         Fix code that ignores return value of gst_buffer_merge().
37679         (bug #114560)
37680         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37681         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37682         * testsuite/gst-lint:  Check for above.
37683
37684 2004-03-05  David Schleef  <ds@schleef.org>
37685
37686         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37687         caps and throw an element error.  (bug #136334)
37688
37689 2004-03-05  David Schleef  <ds@schleef.org>
37690
37691         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37692         (gst_faad_chain): Fix negotiation.
37693         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37694         key and button events.
37695         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37696         dung heap of code.
37697         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37698         depends on gconf
37699         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37700         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37701         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37702         function to encourage better negotiation, particularly between
37703         audioconvert and osssink.
37704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37705         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37706         more important.
37707         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37708         typefinding.
37709         * gst/vbidec/vbiscreen.c:  Add glib header
37710         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37711
37712 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37713
37714         * ext/mad/gstmad.c: Fix detection of Xing headers
37715         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37716
37717 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37718
37719         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37720         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37721           debug updates
37722
37723 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37724
37725         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37726         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37727         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37728         files, and report the parsed length as a GST_TAG_DURATION tag.
37729         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37730
37731 2004-03-05  Benjamin Otte  <otte@gnome.org>
37732
37733         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37734           convert channels correctly. convert correctly to unsigned.
37735
37736 2004-03-05  Julien MOUTTE <julien@moutte.net>
37737
37738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37739         we have a window before clearing it.
37740
37741 2004-03-05  Julien MOUTTE <julien@moutte.net>
37742
37743         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37744         have a window before clearing it.
37745
37746 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37747
37748         * gconf/gstreamer.schemas.in:
37749         * gst-libs/gst/gconf/Makefile.am:
37750           version installation path the same way as for 0.6
37751         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37752         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37753         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37754           remove comment that was fixed
37755
37756 2004-03-05  David Schleef  <ds@schleef.org>
37757
37758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37759         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37760         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37761         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37762         Add prototype code for handling seeking and querying.
37763
37764 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37765
37766         * examples/gstplay/player.c: (main):
37767           Initialize variables to NULL. Prevents a segfault because the
37768           (uninitialized) variable is not NULL, resulting in a crash on
37769           trying to reach error->message.
37770
37771 2004-03-05  Benjamin Otte  <otte@gnome.org>
37772
37773         * gst/audioconvert/gstaudioconvert.c:
37774         (gst_audio_convert_buffer_to_default_format):
37775         make float=>int conversion work correctly even in cornercases.
37776
37777 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37778
37779         * debian/README.Debian:
37780         * debian/build-deps:
37781         * debian/changelog:
37782         * debian/control:
37783         * debian/control.in:
37784         * debian/copyright:
37785         * debian/gstreamer-a52dec.files:
37786         * debian/gstreamer-aa.files:
37787         * debian/gstreamer-alsa.files:
37788         * debian/gstreamer-alsa.manpages:
37789         * debian/gstreamer-arts.files:
37790         * debian/gstreamer-artsd.files:
37791         * debian/gstreamer-audiofile.files:
37792         * debian/gstreamer-avifile.files:
37793         * debian/gstreamer-cdparanoia.files:
37794         * debian/gstreamer-colorspace.files:
37795         * debian/gstreamer-doc.files:
37796         * debian/gstreamer-dv.files:
37797         * debian/gstreamer-dvd.files:
37798         * debian/gstreamer-esd.files:
37799         * debian/gstreamer-festival.files:
37800         * debian/gstreamer-flac.files:
37801         * debian/gstreamer-gconf.conffiles:
37802         * debian/gstreamer-gconf.files:
37803         * debian/gstreamer-gconf.postinst:
37804         * debian/gstreamer-gnomevfs.files:
37805         * debian/gstreamer-gsm.files:
37806         * debian/gstreamer-http.files:
37807         * debian/gstreamer-jack.files:
37808         * debian/gstreamer-jpeg.files:
37809         * debian/gstreamer-mad.files:
37810         * debian/gstreamer-mikmod.files:
37811         * debian/gstreamer-misc.files:
37812         * debian/gstreamer-mpeg2dec.files:
37813         * debian/gstreamer-oss.files:
37814         * debian/gstreamer-plugin-apps.files:
37815         * debian/gstreamer-plugin-apps.manpages:
37816         * debian/gstreamer-plugin-libs-dev.files:
37817         * debian/gstreamer-plugin-libs.files:
37818         * debian/gstreamer-plugin-template.postinst:
37819         * debian/gstreamer-plugin-template.postrm:
37820         * debian/gstreamer-sdl.files:
37821         * debian/gstreamer-sid.files:
37822         * debian/gstreamer-vorbis.files:
37823         * debian/gstreamer-x.files:
37824         * debian/mk.control:
37825         * debian/rules:
37826         Debian package info not maintained here.
37827
37828 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37829
37830         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37831         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37832         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37833         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37834         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37835         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37836         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37837         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37838         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37839         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37840         * gst-libs/gst/colorbalance/colorbalance.c:
37841         (gst_color_balance_class_init):
37842         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37843         (gst_color_balance_channel_class_init):
37844         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37845         * gst-libs/gst/play/play.c: (gst_play_class_init):
37846         * gst-libs/gst/propertyprobe/propertyprobe.c:
37847         (gst_property_probe_iface_init):
37848         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37849         * gst-libs/gst/tuner/tunerchannel.c:
37850         (gst_tuner_channel_class_init):
37851         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37852         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37853         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37854         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37855         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37856         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37857         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37859         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37860           fix signals to use - instead of _
37861         * ext/libcaca/gstcacasink.h:
37862         * ext/sdl/sdlvideosink.h:
37863           fix header rename
37864
37865 2004-03-04  David Schleef  <ds@schleef.org>
37866
37867         * testsuite/gst-lint:  Add a check for bad signal names.
37868
37869 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37870
37871         reviewed by David Schleef
37872
37873         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37874         modified the alpha channel and caused a warning. (bug #136192)
37875
37876 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37877
37878         * gst-plugins.spec.in:
37879         Change names of plugins to actually be correct. Try to keep things
37880         alphabetical to avoid getting beat up by Thomas
37881
37882 2004-03-03  Julien MOUTTE <julien@moutte.net>
37883
37884         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37885         Using ximagesink as a default if no gconf key found. We should
37886         probably consider using alsasink instead of osssink for the audio
37887         part.
37888
37889 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37890
37891         * configure.ac:
37892           fix --with-plugins, don't think it ever worked before
37893         * gst-plugins.spec.in:
37894           even more updates
37895
37896 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37897
37898         * ext/sdl/sdlvideosink.h:
37899         * sys/ximage/ximagesink.h:
37900         * sys/xvideo/xvideosink.h:
37901         * sys/xvimage/xvimagesink.h:
37902           Fix for move of gstvideosink.h -> videosink.h.
37903
37904 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37905
37906         * gst-libs/gst/xwindowlistener/Makefile.am:
37907           this is a plugin library, not a library
37908
37909 2004-03-01  David Schleef  <ds@schleef.org>
37910
37911         * AUTHORS:  Added some names.  Add yourself if you're still
37912         missing.
37913
37914 2004-03-01  David Schleef  <ds@schleef.org>
37915
37916         * MAINTAINERS: Add
37917
37918 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37919
37920         * gst-plugins.spec.in: clean up spec file
37921
37922 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37923
37924         * gst-libs/gst/video/Makefile.am:
37925         * gst-libs/gst/video/gstvideosink.c:
37926         * gst-libs/gst/video/gstvideosink.h:
37927           rename gstvideosink.h to videosink.h to match other headers
37928         * gst/mixmatrix/Makefile.am:
37929           fix plugin filename
37930         * gst/tags/Makefile.am: fix plugin filename
37931
37932 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37933
37934         * gst/tags/Makefile.am: fix plugin filename
37935
37936 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37937
37938         * examples/gstplay/player.c: (got_time_tick), (main):
37939           add error handler
37940           display time_tick more readably
37941         * gst/mixmatrix/Makefile.am:
37942           fix plugin file name
37943
37944 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37945
37946         * sys/oss/gstosselement.c: (gst_osselement_probe),
37947         (device_combination_append), (gst_osselement_class_probe_devices):
37948         * sys/oss/gstosselement.h:
37949           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37950           on my system using alsa oss emulation, fixes bug #135597
37951
37952 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37953
37954         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37955         (gst_videodrop_chain), (gst_videodrop_change_state):
37956         * gst/videodrop/gstvideodrop.h:
37957           Work based on timestamp of input data, not based on the expected
37958           framerate from the input. The consequence is that this element now
37959           not only scales framerates, but also functions as a framerate
37960           corrector or framerate stabilizer/constantizer.
37961
37962 2004-02-27  David Schleef  <ds@schleef.org>
37963
37964         patches from jmmv@menta.net (Julio M. Merino Vidal)
37965
37966         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37967         GST_ELEMENT_ERROR call (bug #135634)
37968         * gst/interleave/interleave.c: (interleave_buffered_loop),
37969         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37970         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37971         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37972         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37973         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37974         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37975         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37976         Fix GST_ELEMENT_ERROR call.
37977         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37978         GST_ELEMENT_ERROR call.
37979
37980 2004-02-27  Benjamin Otte  <otte@gnome.org>
37981
37982         * gst-libs/gst/audio/audio.h:
37983           add macro to make sure header isn't included twice
37984         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37985           don't use gst_buffer_free
37986         * gst/playondemand/filter.func:
37987           don't use gst_data_free. Free data only once.
37988
37989 2004-02-26  David Schleef  <ds@schleef.org>
37990
37991         * gst-libs/gst/colorbalance/Makefile.am:
37992         * gst-libs/gst/mixer/Makefile.am:
37993         * gst-libs/gst/tuner/Makefile.am:
37994         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37995         should not be disted, -marshal.h files should not be installed,
37996         and -enum.h files _should_ be installed.  Fix to make this the
37997         case.
37998
37999 === release 0.7.5 ===
38000
38001 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38002
38003         * configure.ac: release 0.7.5, "Under The Sea"
38004
38005 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38006
38007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38008         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38009         * gst/videoscale/gstvideoscale.c:
38010         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38011           assorted debug/warning fixes
38012
38013 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38014
38015         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38016         (gst_videoscale_init), (gst_videoscale_chain),
38017         (gst_videoscale_set_property), (plugin_init):
38018         * gst/videoscale/gstvideoscale.h:
38019         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38020         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38021         (gst_videoscale_planar400), (gst_videoscale_packed422),
38022         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38023         (gst_videoscale_24bit), (gst_videoscale_16bit),
38024         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38025         (gst_videoscale_scale_plane_slow),
38026         (gst_videoscale_scale_point_sample),
38027         (gst_videoscale_scale_nearest),
38028         (gst_videoscale_scale_nearest_str2),
38029         (gst_videoscale_scale_nearest_str4),
38030         (gst_videoscale_scale_nearest_32bit),
38031         (gst_videoscale_scale_nearest_24bit),
38032         (gst_videoscale_scale_nearest_16bit):
38033         add debugging category and use it properly
38034         fix use of GST_PTR_FORMAT
38035
38036 2004-02-25  Andy Wingo  <wingo@pobox.com>
38037
38038         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38039         push only when channel->buffer is NULL. Prevents segfaults doing
38040         the state change after a nonlocal exit, like a scheme exception.
38041
38042         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38043         Handle the case where the intersected caps is empty.
38044
38045 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38046
38047         * gst/law/mulaw-decode.c: (mulawdec_link):
38048         * gst/law/mulaw.c: (plugin_init):
38049           fix mulawdec so it actually works again
38050
38051 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38052
38053         reviewed by: David Schleef  <ds@schleef.org>
38054
38055         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38056         (gst_gamma_init), (gst_gamma_set_property),
38057         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38058         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38059         for RGB, with separate r g and b correction factors. (#131167)
38060
38061 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38062
38063         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38064           only signal tags for bitrate if they're > 0 (#134894)
38065
38066 2004-02-24  David Schleef  <ds@schleef.org>
38067
38068         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38069         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38070         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38071         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38072         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38073         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38074         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38075         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38076         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38077         category.  Attempt to fix timestamp calculation.
38078
38079 2004-02-24  Johan Dahlin  <johan@gnome.org>
38080
38081         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38082
38083 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38084
38085         * configure.ac:
38086         * gconf/Makefile.am:
38087         * gconf/gstreamer.schemas:
38088         * gst-libs/gst/gconf/Makefile.am:
38089         * gst-libs/gst/gconf/gconf.c:
38090           version gconf schemas and install locations
38091
38092 2004-02-23  Benjamin Otte  <otte@gnome.org>
38093
38094         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38095         (gst_xine_input_subclass_init):
38096           call parent dispose.
38097           change pad template for CD reader correctly
38098         * ext/xine/Makefile.am:
38099         * ext/xine/gstxine.h:
38100         * ext/xine/xine.c: (plugin_init):
38101         * ext/xine/xineaudiosink.c:
38102           wrap audio sinks, too
38103         * gst-libs/gst/resample/private.h:
38104         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38105         (gst_resample_reinit), (gst_resample_scale),
38106         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38107         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38108         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38109         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38110         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38111         * gst-libs/gst/resample/resample.h:
38112         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38113         (gst_audioscale_class_init), (gst_audioscale_link),
38114         (gst_audioscale_get_buffer), (gst_audioscale_init),
38115         (gst_audioscale_chain), (gst_audioscale_set_property),
38116         (gst_audioscale_get_property):
38117         * gst/audioscale/gstaudioscale.h:
38118           s/resample_*/gst_resample_*/i to not clobber namespaces
38119
38120 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38121
38122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38123         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38124         (gst_riff_create_video_template_caps),
38125         (gst_riff_create_audio_template_caps),
38126         (gst_riff_create_iavs_template_caps):
38127         * gst-libs/gst/riff/riff-media.h:
38128         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38129         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38130         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38131         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38132         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38133         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38134         (gst_matroska_demux_plugin_init): First batch implementing audio and
38135         video codec tags in demuxers.
38136
38137 2004-02-22  Benjamin Otte  <otte@gnome.org>
38138
38139         * ext/xine/Makefile.am:
38140         * ext/xine/gstxine.h:
38141         * ext/xine/xine.c: (plugin_init):
38142         * ext/xine/xineinput.c:
38143           add input plugin wrapper. Playback from files, http, mms and cdda
38144           works.
38145         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38146           remove leftover G_GNUC_UNUSED
38147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38148         (gst_asf_demux_identify_guid):
38149           improve debugging output
38150
38151 2004-02-22  Benjamin Otte  <otte@gnome.org>
38152
38153         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38154
38155         * autogen.sh:
38156           replace test -e with test -x for mkinstalldirs to be more portable.
38157           (fixes #134816)
38158
38159 2004-02-22  Benjamin Otte  <otte@gnome.org>
38160
38161         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38162
38163         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38164           set rank to PRIMARY
38165         * gst/volume/gstvolume.c: (plugin_init):
38166           set rank to NONE
38167         fixes #134960
38168
38169 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38170
38171         reviewed by Benjamin Otte  <otte@gnome.org>
38172
38173         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38174           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38175
38176 2004-02-22  Benjamin Otte  <otte@gnome.org>
38177
38178         * configure.ac:
38179           export [_]*{gst,Gst,GST}.* symbols from plugins
38180
38181 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38182
38183         reviewed by: Benjamin Otte  <otte@gnome.org>
38184
38185         * ext/lame/gstlame.c: (add_one_tag):
38186         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38187         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38188         (gst_vorbisenc_metadata_set1):
38189         * gst/tags/gstid3tag.c:
38190         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38191           apply fixes from bugs #135042 (lame can't write tags) and #133817
38192           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38193
38194 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38195
38196         * configure.ac: Export only gst_plugin_desc from plugins.
38197          Note that this change only makes any effect with Linux using libtool
38198          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38199          fine. And don't try to have several versions of libtool in different
38200          directories.
38201
38202 2004-02-20  Andy Wingo  <wingo@pobox.com>
38203
38204         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38205         interleave respectively.
38206
38207         * gst/interleave/deinterleave.c: New plugin: deinterleave
38208         (replaces on oneton).
38209         * gst/interleave/interleave.c: New plugin: interleave.
38210         * gst/interleave/plugin.h: Support file.
38211         * gst/interleave/plugin.c: Support file.
38212
38213         * configure.ac: Remove intfloat and oneton, add interleave.
38214
38215         * ext/sndfile/gstsf.c: Handle events better.
38216
38217         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38218         and float2int operation. int2float has scheduling problems as
38219         noted in in2float_chain.
38220
38221 2004-02-20  Benjamin Otte  <otte@gnome.org>
38222
38223         * ext/xine/Makefile.am:
38224         * ext/xine/gstxine.h:
38225         * ext/xine/xine.c:
38226         * ext/xine/xineaudiodec.c:
38227         * ext/xine/xinecaps.c:
38228           add first version of xine plugin wrapper. Currently only wraps the
38229           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38230         * configure.ac:
38231         * ext/Makefile.am:
38232           add xine plugin wrapper, disabled by default. Use --enable-xine to
38233           build. Note that it'll segfault on gst-register if you don't remove
38234           the goom and tvtime post plugins from xine.
38235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38236         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38237           add extradata parsing for QDM2.
38238           change around debugging prints.
38239
38240 2004-02-19  Benjamin Otte  <otte@gnome.org>
38241
38242         * ext/lame/gstlame.c: (gst_lame_chain):
38243         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38244           use gst_tag_list_insert when you want to insert tags
38245
38246 2004-02-18  David Schleef  <ds@schleef.org>
38247
38248         * configure.ac:  Move massink to gst-rotten
38249         * ext/Makefile.am:
38250         * ext/mas/Makefile.am:
38251         * ext/mas/massink.c:
38252         * ext/mas/massink.h:
38253
38254 2004-02-18  David Schleef  <ds@schleef.org>
38255
38256         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38257         typefinding, since it seems to be worse than nothing.
38258         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38259         atom to recognize .mp4 and .m4a files as video/quicktime.
38260
38261 2004-02-18  David Schleef  <ds@schleef.org>
38262
38263         * gst/sine/demo-dparams.c: (quit_live),
38264         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38265         Use double dparams, not float.
38266         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38267         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38268         sync'd elements don't really work correctly.
38269         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38270         (volume_update_volume), (volume_get_property):  Change dparam
38271         to double.
38272
38273 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38274
38275         * sys/ximage/ximagesink.c:
38276         (gst_ximagesink_xwindow_update_geometry),
38277         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38278         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38279         (gst_ximagesink_init): Rework the way software video scaling works. So
38280         now we check on each chain call if the video frames are feeling the
38281         window. If not we try to renegotiate caps. On failure we memorize that
38282         and we won't try again for that PLAYING sessions.
38283         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38284         failure.
38285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38286         synchronous flag.
38287
38288 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38289
38290         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38291           break up _link so we can give a better debug message for errors
38292
38293 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38294
38295         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38296           set up debug category
38297
38298 2004-02-18  Julien MOUTTE <julien@moutte.net>
38299
38300         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38301         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38302         the way renegotiation work. The event handling function is not taking
38303         care of external windows and renegotiate method check for pad flags
38304         NEGOTIATING. Should fix : #133209
38305
38306 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38307
38308         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38309         pad is negotiating before trying renegotiation.
38310
38311 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38312
38313         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38314           pass on all possible mime types as typefind hints
38315
38316 2004-02-17  Julien MOUTTE <julien@moutte.net>
38317
38318         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38320         possible SHM leak if we crash. All other apps using XShm are doing
38321         that.
38322
38323 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38324
38325         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38326         (gst_ximagesink_expose): Renegotiate size on expose.
38327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38328         size on expose.
38329
38330 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38331
38332         * testsuite/alsa/sinesrc.c:
38333           cosmetic fix to fix compile issue with gcc 2.95.4
38334
38335 2004-02-16  Julien MOUTTE <julien@moutte.net>
38336
38337         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38338         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38339         failed opening the audio device.
38340         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38341         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38342         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38343         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38344         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38345         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38346         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38347         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38348         Removing some useless g_return_if_fail like wingo suggested.
38349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38350         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38351         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38352         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38353         (gst_xvimagesink_update_colorbalance),
38354         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38355         (gst_xvimagesink_xcontext_clear),
38356         (gst_xvimagesink_get_fourcc_from_caps),
38357         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38358         (gst_xvimagesink_set_xwindow_id),
38359         (gst_xvimagesink_colorbalance_list_channels),
38360         (gst_xvimagesink_colorbalance_set_value),
38361         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38362         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38363
38364 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38365
38366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38367           throw error when not negotiated instead of asserting
38368
38369 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38370
38371         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38372         correct data refcounting.
38373
38374 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38375
38376         * gst/switch/gstswitch.c: (gst_switch_change_state),
38377         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38378         change, mostly the EOS flag.
38379
38380 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38381
38382         * examples/gstplay/player.c: (got_eos), (main): Adding some
38383         output for debugging.
38384         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38385         timeouts if we go to any state different from PLAYING.
38386         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38387         more EOS bugs in riff lib.
38388
38389 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38390
38391         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38392         visualization until i find a way to fix switch correctly.
38393         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38394         EOS arrives.
38395         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38396         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38397         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38398         Reworked switch to get a more correct behaviour with events and refing
38399         of data stored in sinkpads.
38400         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38401         we don't pull from a pad in EOS.
38402
38403 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38404
38405         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38406           remove v1 tag even if we can't read it (makes sure we don't detect
38407           it again)
38408
38409 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38410
38411         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38412         (gst_alsa_xrun_recovery):
38413         * ext/alsa/gstalsa.h:
38414           try xrun recovery when wait failed. Make xrun recovery function
38415           return TRUE/FALSE to indicate success. (might fix #134354)
38416
38417 2004-02-13  David Schleef  <ds@schleef.org>
38418
38419         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38420         (dynparm_value_changed), (main): Convert from float to double.
38421         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38422
38423 2004-02-13  David Schleef  <ds@schleef.org>
38424
38425         * gst/silence/gstsilence.c: (gst_silence_class_init),
38426         (gst_silence_set_clock), (gst_silence_get),
38427         (gst_silence_set_property), (gst_silence_get_property):
38428         * gst/silence/gstsilence.h: Add sync property.
38429         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38430         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38431         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38432         * gst/sine/gstsinesrc.h: Add sync property.
38433
38434 2004-02-13  David Schleef  <ds@schleef.org>
38435
38436         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38437         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38438
38439 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38440
38441         * configure.ac:
38442         * ext/Makefile.am:
38443         * gst-libs/ext/Makefile.am:
38444           move ffmpeg plugin to gst-ffmpeg module
38445
38446 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38447
38448         * configure.ac: use GST_ARCH to detect architecture
38449
38450 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38451
38452         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38453
38454 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38455
38456         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38457           classify LADSPA plugins based on number of src/sink pads
38458           (#133663, Stefan Kost)
38459         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38460           fix dparams registration
38461           (#133528, Stefan Kost)
38462         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38463           fix use of isprint and use g_ascii_isprint instead
38464           (#133316, Stefan Kost)
38465
38466 2004-02-11  David Schleef  <ds@schleef.org>
38467
38468         Convert a few inner loops to use liboil.  This is currently
38469         optional, and is only enabled if liboil is present (duh!).
38470         * configure.ac: Check for liboil-0.1
38471         * gst/intfloat/Makefile.am:
38472         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38473         (gst_int2float_chain_gint16):
38474         * gst/videofilter/Makefile.am:
38475         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38476         (tablelookup_u8), (gst_videobalance_planar411):
38477         * gst/videotestsrc/Makefile.am:
38478         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38479         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38480         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38481         (paint_hline_RGB565), (paint_hline_xRGB1555):
38482
38483 2004-02-11  David Schleef  <ds@schleef.org>
38484
38485         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38486         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38487         (gst_colorspace_getcaps), (gst_colorspace_link),
38488         (gst_colorspace_base_init), (gst_colorspace_init),
38489         (gst_colorspace_chain), (gst_colorspace_change_state),
38490         (plugin_init): Merge Ronald's patch (bug #117897) and update
38491         for new caps and negotiation.  Seems to work, although it
38492         shows off bugs in lcs.
38493
38494 2004-02-11  David Schleef  <ds@schleef.org>
38495
38496         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38497         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38498
38499 2004-02-11  David Schleef  <ds@schleef.org>
38500
38501         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38502         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38503         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38504         Add server and port properties
38505
38506 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38507
38508         * m4/a52.m4:
38509         * m4/aalib.m4:
38510         * m4/as-ffmpeg.m4:
38511         * m4/as-liblame.m4:
38512         * m4/as-slurp-ffmpeg.m4:
38513         * m4/check-libheader.m4:
38514         * m4/esd.m4:
38515         * m4/freetype2.m4:
38516         * m4/gconf-2.m4:
38517         * m4/glib.m4:
38518         * m4/gst-alsa.m4:
38519         * m4/gst-artsc.m4:
38520         * m4/gst-ivorbis.m4:
38521         * m4/gst-matroska.m4:
38522         * m4/gst-sdl.m4:
38523         * m4/gst-shout2.m4:
38524         * m4/gst-sid.m4:
38525         * m4/gtk.m4:
38526         * m4/libdv.m4:
38527         * m4/libfame.m4:
38528         * m4/libmikmod.m4:
38529         * m4/ogg.m4:
38530         * m4/vorbis.m4:
38531           fix underquotedness of macros (#133800)
38532         * m4/as-avifile.m4:
38533         * m4/xmms.m4:
38534           removed because no longer used
38535
38536 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38537
38538         * configure.ac:
38539           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38540           by autopoint (fixes #132996)
38541
38542 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38543
38544         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38545         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38546         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38547         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38548           fix memleaks
38549
38550 2004-02-11  David Schleef  <ds@schleef.org>
38551
38552         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38553         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38554         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38555         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38556         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38557         (gst_jpegenc_class_init), (gst_jpegenc_init),
38558         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38559         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38560         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38561         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38562
38563 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38564
38565         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38566         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38567         * ext/mikmod/gstmikmod.h:
38568           fix caps negotiation in mikmod
38569         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38570           output debug information
38571
38572 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38573
38574         * gst-libs/gst/colorbalance/Makefile.am:
38575         * gst-libs/gst/navigation/Makefile.am:
38576         * gst-libs/gst/xoverlay/Makefile.am:
38577           remove unused GST_OPT_CFLAGS from Makefiles
38578           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38579
38580 2004-02-07  David Schleef  <ds@schleef.org>
38581
38582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38583         push events to pads that haven't been created (#133508)
38584
38585 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38586
38587         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38588         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38589         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38590         (gst_dvdec_loop), (gst_dvdec_change_state):
38591         Second attempt at committing a working dvdec element.
38592
38593 2004-02-06  David Schleef  <ds@schleef.org>
38594
38595         Build fixes for OS X: (see #129600)
38596         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38597         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38598         (gst_riff_read_strf_iavs):
38599         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38600         (gst_avi_demux_stream_odml):
38601         * gst/playondemand/Makefile.am:
38602         * gst/rtp/rtp-packet.c:
38603
38604 2004-02-05  David Schleef  <ds@schleef.org>
38605
38606         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38607         last change, because it Just Doesn't Compile.
38608
38609 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38610
38611         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38612           skip undecodable id3v2 tag instead of keeping it
38613
38614 2004-02-05  David Schleef  <ds@schleef.org>
38615
38616         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38617         Unref leaked buffer.  (Noticed by Ronald)
38618
38619 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38620
38621         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38622         Sync requires with other checks.  >= vs =.
38623
38624 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38625
38626         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38627         (gst_dvdec_video_link), (gst_dvdec_loop):
38628         * ext/dv/gstdvdec.h:
38629           rework the caps negotiation so that dvdec works again instead
38630           of just segfaulting.
38631
38632 === release 0.7.4 ===
38633
38634 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38635
38636         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38637         * configure.ac: changed for release
38638
38639 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38640
38641         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38642         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38643         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38644         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38645           reworked patch by David Lehn to fix libdir and includedir for
38646           uninstalled libraries
38647           removed play and gconf from gstreamer-libs since they have their
38648           own pkgconfig files
38649
38650 2004-02-04  David Schleef  <ds@schleef.org>
38651
38652         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38653         memleak.
38654
38655 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38656
38657         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38658           use correct GST_TAG_ENCODER tag
38659
38660 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38661
38662         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38663           be sure to stop the clock when going to paused
38664         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38665           reset number of transmitted when going to ready.
38666         fixes #132935
38667
38668 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38669
38670         reviewed by Benjamin Otte
38671
38672         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38673           extract track count (fixes #133410)
38674
38675 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38676
38677         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38678           that should be !=, not == (fixes #132519)
38679
38680 2004-02-04  David Schleef  <ds@schleef.org>
38681
38682         Make sure set_explicit_caps() is called before adding pad.
38683         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38684         * gst/id3/gstid3types.c: (gst_id3types_loop):
38685         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38686         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38687
38688 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38689
38690         * configure.ac:
38691           bump nano to 2, first prerelease
38692           put back AM_PROG_LIBTOOL
38693
38694 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38695
38696         * testsuite/alsa/Makefile.am:
38697           these are user test apps, not automatic testsuite tests
38698
38699 2004-02-04  David Schleef  <ds@schleef.org>
38700
38701         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38702         * gst/mpeg1videoparse/gstmp1videoparse.c:
38703         (mp1videoparse_parse_seq):
38704         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38705         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38706         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38707         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38708         (gst_xvideosink_getcaps):
38709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38710         * testsuite/gst-lint: more tests
38711
38712 2004-02-04  David Schleef  <ds@schleef.org>
38713
38714         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38715         with the code that they would expand to.
38716         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38717         (gst_flacdec_get_src_query_types),
38718         (gst_flacdec_get_src_event_masks):
38719         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38720         (gst_gnomevfssrc_get_query_types),
38721         (gst_gnomevfssrc_get_event_mask):
38722
38723 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38724
38725         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38726         (gst_sinesrc_dispose):
38727           fix memleak by properly disposing sinesrc
38728
38729 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38730
38731         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38732         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38733         an overlay to redraw the image because it has been exposed.
38734         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38735         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38736         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38737         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38738         interface
38739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38740         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38741         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38742         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38743         interface
38744
38745 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38746
38747         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38748           more memleak fixage
38749
38750 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38751
38752         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38753         * gst/typefind/gsttypefindfunctions.c:
38754           fix memleaks shown by gst-typefind
38755
38756 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38757
38758         * common/glib-gen.mak:
38759           add hack rule to touch .Plo files
38760         * gst-libs/gst/colorbalance/Makefile.am:
38761         * gst-libs/gst/mixer/Makefile.am:
38762         * gst-libs/gst/play/Makefile.am:
38763         * gst-libs/gst/tuner/Makefile.am:
38764           remove glib_root variable
38765
38766 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38767
38768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38769           set explicit caps before adding the element, so the autopluggers can
38770           plug correctly.
38771         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38772         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38773         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38774         (dv_type_find):
38775           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38776           argument.
38777
38778 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38779
38780         * gst-libs/gst/colorbalance/Makefile.am:
38781         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38782         * gst-libs/gst/colorbalance/colorbalance.c:
38783         * gst-libs/gst/colorbalance/colorbalance.h:
38784         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38785         * gst-libs/gst/mixer/Makefile.am:
38786         * gst-libs/gst/mixer/mixer-marshal.list:
38787         * gst-libs/gst/mixer/mixer.c:
38788         * gst-libs/gst/mixer/mixer.h:
38789         * gst-libs/gst/mixer/mixermarshal.list:
38790         * gst-libs/gst/play/Makefile.am:
38791         * gst-libs/gst/play/play.h:
38792         * gst-libs/gst/tuner/Makefile.am:
38793         * gst-libs/gst/tuner/tuner-marshal.list:
38794         * gst-libs/gst/tuner/tuner.c:
38795         * gst-libs/gst/tuner/tuner.h:
38796         * gst-libs/gst/tuner/tunermarshal.list:
38797           use new glib-gen.mak snippet to clean up Makefile.am
38798           fix various bugs in Makefile.am's
38799
38800 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38801
38802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38803           handle chain parsing correctly in the multichain case
38804         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38805         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38806         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38807         (theora_dec_chain):
38808           handle events and queries correctly
38809
38810 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38811
38812         * .cvsignore:
38813         Ignore generated file _stdint.h.
38814
38815 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38816
38817         * gst-libs/gst/colorbalance/Makefile.am:
38818         * gst-libs/gst/colorbalance/colorbalance.h:
38819         * gst-libs/gst/mixer/Makefile.am:
38820         * gst-libs/gst/mixer/mixer.h:
38821         * gst-libs/gst/play/Makefile.am:
38822         * gst-libs/gst/play/play.h:
38823         * gst-libs/gst/tuner/Makefile.am:
38824         * gst-libs/gst/tuner/tuner.h:
38825         Generate enum type code with glib-mkenums.
38826         * gst-libs/gst/colorbalance/.cvsignore:
38827         * gst-libs/gst/mixer/.cvsignore:
38828         * gst-libs/gst/play/.cvsignore:
38829         * gst-libs/gst/tuner/.cvsignore:
38830         Ignore generated files.
38831
38832 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38833
38834         * gst-libs/gst/audio/.cvsignore:
38835         Ignore generated file.
38836         * gst-libs/gst/audio/Makefile.am:
38837         Do not install example filter.
38838
38839 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38840
38841         * examples/switch/.cvsignore:
38842         Ignore generated file.
38843
38844 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38845
38846         * common/m4/ax_create_stdint_h.m4:
38847         * configure.ac:
38848           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38849           _stdint.h.
38850         * Makefile.am:
38851           remove generated _stdint.h in DISTCLEANFILES
38852         * ext/a52dec/gsta52dec.c:
38853           include _stdint.h for a52dec. (should fix #133064)
38854
38855 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38856
38857         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38858         (gst_tag_to_vorbis_comments):
38859         Add replaygain support to vorbistag
38860
38861 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38862         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38863         (gst_ffmpeg_caps_to_extradata):
38864           Fix SVQ3 caps flag properties
38865           Use glib macro for bytes swap
38866
38867 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38868
38869         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38870         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38871         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38872         * ext/sndfile/gstsf.c: (plugin_init):
38873         * gst/avi/gstavi.c: (plugin_init):
38874         * sys/dxr3/dxr3init.c: (plugin_init):
38875         * sys/oss/gstossaudio.c: (plugin_init):
38876         * sys/v4l/gstv4l.c: (plugin_init):
38877         * sys/v4l2/gstv4l2.c: (plugin_init):
38878           remove textdomain calls
38879         * po/nl.po:
38880           update Dutch translation
38881
38882 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38883
38884         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38885         (gst_play_set_audio_sink): Moving volume in the audio thread for
38886         instantaneous volume change. Maybe i will add another volume in front
38887         of visualization later, not sure yet though.
38888
38889 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38890
38891         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38892         (gst_ximagesink_handle_xevents): Better X events handling, only take
38893         the latest events for configure and motion.
38894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38895
38896 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38897
38898         reviewed by: David Schleef  <ds@schleef.org>
38899
38900         Fix memory leaks:
38901         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38902         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38903
38904 2004-02-02  David Schleef  <ds@schleef.org>
38905
38906         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38907         of lines.
38908         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38909         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38910         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38911         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38912         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38913         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38914         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38915         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38916         (gst_float2_2_int_link):
38917         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38918         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38919         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38920         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38921         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38922         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38923         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38924         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38925         * testsuite/gst-lint: Add tests for bzero and ;;
38926
38927 2004-02-02  David Schleef  <ds@schleef.org>
38928
38929         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38930
38931 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38932
38933         * ext/aalib/gstaasink.c: (gst_aasink_open):
38934         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38935         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38936         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38937         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38938         (gst_afsink_close_file):
38939         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38940         (gst_afsrc_close_file):
38941         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38942         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38943         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38944         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38945         * ext/esd/esdmon.c: (gst_esdmon_get):
38946         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38947         * ext/faac/gstfaac.c: (gst_faac_chain):
38948         * ext/faad/gstfaad.c: (gst_faad_chain):
38949         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38950         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38951         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38952         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38953         (gst_flacdec_loop):
38954         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38955         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38956         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38957         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38958         (gst_gnomevfssink_close_file):
38959         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38960         (gst_gnomevfssrc_open_file):
38961         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38962         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38963         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38964         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38965         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38966         * ext/mad/gstmad.c: (gst_mad_chain):
38967         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38968         * ext/mpeg2dec/gstmpeg2dec.c:
38969         * ext/mpeg2enc/gstmpeg2enc.cc:
38970         * ext/mplex/gstmplex.cc:
38971         * ext/mplex/gstmplexibitstream.cc:
38972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38973         (gst_ogg_demux_push):
38974         * ext/raw1394/gstdv1394src.c:
38975         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38976         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38977         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38978         (gst_sf_loop):
38979         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38980         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38981         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38982         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38984         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38985         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38986         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38987         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38988         (gst_riff_read_element_data), (gst_riff_read_seek),
38989         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38990         * gst/adder/gstadder.c: (gst_adder_loop):
38991         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38992         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38993         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38994         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38995         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38996         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38997         * gst/goom/gstgoom.c: (gst_goom_chain):
38998         * gst/id3/gstid3types.c: (gst_id3types_loop):
38999         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39000         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39001         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39002         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39003         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39004         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39005         (gst_ebml_read_float), (gst_ebml_read_header):
39006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39007         (gst_matroska_demux_parse_blockgroup):
39008         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39009         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39010         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39011         * gst/silence/gstsilence.c: (gst_silence_get):
39012         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39013         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39014         * gst/speed/gstspeed.c: (speed_loop):
39015         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39016         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39017         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39018         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39019         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39020         (gst_wavparse_loop):
39021         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39022         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39023         (dxr3audiosink_close):
39024         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39025         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39026         (dxr3videosink_close), (dxr3videosink_write_data):
39027         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39028         * sys/oss/gstosssink.c: (gst_osssink_chain):
39029         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39030         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39031         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39032         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39033         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39034         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39035         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39036         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39037         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39038         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39039         (gst_v4l_set_audio):
39040         * sys/v4l/v4l_calls.h:
39041         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39042         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39043         (gst_v4lmjpegsink_playback_init),
39044         (gst_v4lmjpegsink_playback_start):
39045         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39046         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39047         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39048         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39049         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39050         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39051         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39052         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39053         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39054         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39055         (gst_v4l2_get_output), (gst_v4l2_set_output),
39056         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39057         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39058         (gst_v4l2_set_attribute):
39059         * sys/v4l2/v4l2_calls.h:
39060         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39061         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39062         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39063         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39064         (gst_v4l2src_capture_stop):
39065         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39066         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39067         (gst_ximagesink_chain):
39068         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39069         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39070         (gst_xvideosink_xwindow_new):
39071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39072         (gst_xvimagesink_chain):
39073
39074 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39075
39076         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39077         (gst_volume_get_volume), (volume_class_init), (volume_init),
39078         (volume_chain_int16), (volume_update_volume):
39079         * gst/volume/gstvolume.h:
39080           make code more readable by removing magic numbers
39081           make mixer interface export 0-100 range
39082           make it internally map to 0.0-1.0 range so users don't distort
39083           output by putting the sliders at full volume
39084
39085 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39086
39087         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39088         (gst_play_state_change), (gst_play_seek_to_time):
39089         block the tick callback for 0.5 secs after doing a seek
39090
39091 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39092
39093         * gst-libs/gst/play/play.c: (gst_play_new):
39094           check for GError
39095
39096 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39097
39098         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39099         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39100         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39101         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39103         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39104
39105 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39106
39107         * configure.ac:
39108         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39109           check for a function added in vorbis 1.1
39110
39111 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39112
39113         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39114         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39115           really start/stop clock only on PLAYING <=> PAUSED
39116         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39117           remove \n from debugging lines
39118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39119           make it work when seeking does not
39120         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39121           reset on DISCONT
39122
39123 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39124
39125         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39126           start clock on PAUSED=>PLAYING, not later
39127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39128           extract correct time for different discont formats
39129         (gst_alsa_sink_get_time):
39130           don't segfault when no format is negotiated yet, just return 0
39131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39132         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39133         (gst_ogg_pad_push):
39134           handle flush and discont events correctly
39135         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39136           handle discont events correctly
39137
39138 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39139
39140         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39141         (gst_play_error_create), (gst_play_error_plugin),
39142         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39143         * gst-libs/gst/play/play.h:
39144           add error handling during creation
39145         * examples/gstplay/player.c: (main):
39146           use new gst_play_new
39147
39148
39149 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39150
39151         * ext/theora/theoradec.c: (theora_dec_chain):
39152           make comments work
39153         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39154         (vorbis_dec_src_event), (vorbis_dec_chain):
39155           add encoder tag, fix tag reading to be more error tolerant, change
39156           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39157           gst_pad_event_default.
39158         * gst/tags/gstvorbistag.c:
39159         (gst_tag_list_from_vorbiscomment_buffer):
39160           undefine function specific define at end of function
39161
39162 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39163
39164         * ext/flac/gstflac.c: (plugin_init):
39165         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39166         * ext/flac/gstflacdec.h:
39167         * ext/flac/gstflacenc.h:
39168           Fix typos
39169
39170 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39171
39172         * examples/gstplay/player.c: s/gstplay.h/play.h/
39173
39174 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39175
39176         * gst-libs/gst/play/Makefile.am:
39177         * gst-libs/gst/play/gstplay.c:
39178         * gst-libs/gst/play/gstplay.h:
39179         * gst-libs/gst/play/play.c:
39180           more surgery, operation complete
39181
39182 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39183
39184         * gst-libs/gst/play/play.old.c:
39185         * gst-libs/gst/play/play.old.h:
39186           after CVS surgery by moving, remove
39187         * gst-libs/gst/play/playpipelines.c:
39188           remove
39189
39190         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39191           add negotiation error
39192
39193 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39194
39195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39196         (gst_ogg_demux_push):
39197           add some seeking debug info
39198           send a flush when seeking
39199
39200 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39201
39202         * configure.ac:
39203           use AC_C_INLINE
39204         * configure.ac:
39205         * ext/Makefile.am:
39206         * ext/theora/Makefile.am:
39207         * ext/theora/theoradec.c:
39208           add theora video decoder. Does just do simple decoding for now and
39209           has been tested against Theora cvs only. It only works when theora
39210           is compiled with --enable-static.
39211         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39212           always reset packetno on DISCONT
39213
39214 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39215
39216         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39217           Fix audio.
39218
39219 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39220
39221         * gst/mpegaudioparse/gstmpegaudioparse.c:
39222         (mp3_type_frame_length_from_header):
39223           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39224
39225 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39226
39227         * ext/esd/esdsink.c: (gst_esdsink_init):
39228           Since we have static pad template caps, we don't need to negotiate;
39229           either the core errors out or we know the format.
39230
39231 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39232
39233         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39234         (gst_riff_read_seek):
39235         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39236         (gst_ebml_read_seek):
39237           Fix event handling.
39238
39239 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39240
39241         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39242           removee video/x-theora from vp3 decoder, it doesn't handle raw
39243           theora streams
39244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39245           fix bug with finalizing element that never went to PAUSED
39246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39247           length and position queries were swapped
39248         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39249         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39250         (vorbis_dec_src_event):
39251           implement querying time and bytes
39252
39253 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39254
39255         * just about every source file:
39256           gst_element_error -> GST_ELEMENT_ERROR
39257
39258 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39259
39260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39261         emiting FLUSH and even before DISCONT.
39262         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39263         get the best instant seeking as possible yay!
39264
39265 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39266
39267         * gst/mpeg1videoparse/gstmp1videoparse.c:
39268         (gst_mp1videoparse_real_chain):
39269           Committed wrong version last week... Grr... Didn't notice until now.
39270
39271 2004-01-29  Julien MOUTTE <julien@moutte.net>
39272
39273         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39275         have_xwindow_id signal in xwindow_create.
39276
39277 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39278
39279         * ext/ogg/gstoggdemux.c:
39280           lots of changes - mainly support for chained bitstreams, seeking,
39281           querying and bugfixes of course
39282         * ext/vorbis/Makefile.am:
39283         * ext/vorbis/vorbisdec.c:
39284         * ext/vorbis/vorbisdec.h:
39285           add vorbisdec raw vorbis decoder
39286         * ext/vorbis/vorbis.c: (plugin_init):
39287           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39288         * gst/intfloat/Makefile.am:
39289         * gst/intfloat/float22int.c:
39290         * gst/intfloat/float22int.h:
39291         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39292           add float2intnew plugin. It converts multichannel interleaved float to
39293           multichannel interleaved int. The name should probably be changed.
39294         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39295         (plugin_init):
39296           add typefinding for raw theora video so oggdemux can detect it.
39297
39298 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39299
39300         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39301         sink element first.
39302         * gst/videoscale/gstvideoscale.c:
39303         (gst_videoscale_handle_src_event): Fixing src event handler.
39304
39305 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39306
39307         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39308         (gst_v4lsrc_open), (gst_v4lsrc_close),
39309         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39310         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39311         * sys/v4l/gstv4lsrc.h:
39312         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39313         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39314           Implement resizing... Hack. But that's why v4l is b0rked...
39315
39316 2004-01-28  Julien MOUTTE <julien@moutte.net>
39317
39318         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39319         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39320         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39321         (gst_ximagesink_xwindow_destroy):
39322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39323         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39324         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39325         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39326         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39327         correctly cleaning the image created to check xshm calls on succes,
39328         added a lot of XSync calls in X11 functions, and fixed a segfault when
39329         no image format was defined before negotiation happened.
39330
39331 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39332
39333         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39334           use gst_element_get_time to get correct time
39335
39336 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39337
39338         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39339         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39340         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39342         (gst_xvimagesink_check_xshm_calls),
39343         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39344         X plugins are now able to detect that XShm calls will fail even if the
39345         server claims that it has XShm support (remote displays most of the
39346         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39347         so that we use non XShm functions. This feature is almost useless for
39348         xvimagesink as Xv is not supported on remote displays anyway, but
39349         it might happen than even on the local display XShm calls fail.
39350
39351 2004-01-27  David Schleef  <ds@schleef.org>
39352
39353         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39354         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39355         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39356         changed esdsink to only use 44100,16,2, since esd sucks at rate
39357         conversion and esdsink has had difficulty negotiating.
39358
39359 2004-01-27  Julien MOUTTE <julien@moutte.net>
39360
39361         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39362         (gst_play_seek_to_time): Fixing the way to get current position.
39363
39364 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39365
39366         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39367           use gst_element_get_time to get correct time
39368
39369 2004-01-27  Julien MOUTTE <julien@moutte.net>
39370
39371         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39372         fix ever... Inverting 2 lines of code make spider autoplug correctly
39373         tagged mp3 !
39374
39375 2004-01-27  David Schleef  <ds@schleef.org>
39376
39377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39378         Use gst_pad_try_set_caps_nonfixed().
39379
39380 2004-01-27  David Schleef  <ds@schleef.org>
39381
39382         * gst/ac3parse/gstac3parse.c: update to checklist 5
39383         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39384         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39385         * gst/audioscale/gstaudioscale.c: same
39386         * gst/auparse/gstauparse.c: same
39387         * gst/avi/gstavidemux.c: same
39388
39389 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39390
39391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39392           stop processing after EOS
39393
39394 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39395
39396         * gst/asfdemux/asfheaders.h:
39397         * gst/asfdemux/gstasfdemux.c:
39398         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39399         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39400         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39401           lot's of fixes to make data extraction simpler and get the code
39402           architecture and compiler independant. Add debugging category
39403         * gst/goom/gstgoom.c: (gst_goom_change_state):
39404           reset channel count on PAUSED=>READY, not READY=>PAUSED
39405
39406 2004-01-26  Colin Walters  <walters@verbum.org>
39407
39408         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39409         code to pull a bigger buffer in iradio mode.  This as a side effect
39410         makes typefinding work.
39411
39412 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39413
39414         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39415         Fix SVQ3 decoding on PPC
39416
39417 2004-01-26  Julien MOUTTE <julien@moutte.net>
39418
39419         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39420         that one managed to stay there... Fixed.
39421
39422 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39423
39424         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39425         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39426         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39427         (qtdemux_video_caps):
39428         * gst/qtdemux/qtdemux.h:
39429         Add SVQ3 specific flags to qtdemux and ffmpeg
39430
39431 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39432
39433         * gst-libs/gst/audio/audio.h:
39434           remove buffer-frames from audio caps
39435         * gst/audioconvert/gstaudioconvert.c:
39436           fix plugin to really work.
39437
39438 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39439
39440         * gst-libs/gst/mixer/mixer.c:
39441         * gst-libs/gst/propertyprobe/propertyprobe.c:
39442         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39443         (gst_tuner_find_channel_by_name):
39444         * gst-libs/gst/tuner/tuner.h:
39445           Add gtk-doc style comments. Also fix a function name.
39446
39447 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39448
39449         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39450         (gst_divxdec_negotiate):
39451           Fix for new capsnego - also fixes gst-player with divxdec.
39452
39453 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39454
39455         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39456         (gst_play_identity_handoff), (gst_play_set_location),
39457         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39458         try in visualization implementation. Still have an issue with switch
39459         blocking when pulling from video_queue and only audio comes out of
39460         spider.
39461         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39462         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39463         release method. And check if the pad is usable before pulling.
39464
39465 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39466
39467         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39468         (gst_videobalance_init),
39469         (gst_videobalance_colorbalance_list_channels),
39470         (gst_videobalance_colorbalance_set_value),
39471         (gst_videobalance_colorbalance_get_value),
39472         (gst_videobalance_update_properties),
39473         (gst_videobalance_update_tables_planar411),
39474         (gst_videobalance_planar411):
39475         * gst/videofilter/gstvideobalance.h:
39476           Implement lookup-tables. +/- 10x faster.
39477
39478 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39479
39480         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39481         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39482           The index reading was broken. The rest worked fine, but the whole
39483           goal of my rewrite was to make avidemux readable, and this was
39484           not at all readable. Please use typed variables.
39485
39486 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39487
39488         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39489           Additional pad usability check.
39490         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39491         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39492         (gst_mp1videoparse_real_chain):
39493           Fix MPEG video stream parsing. The original plugin had several
39494           issues, including not timestamping streams where the source was
39495           not timestamped (this happens with PTS values in mpeg system
39496           streams, but MPEG video is also a valid stream on its own so
39497           that needs timestamps too). We use the display time code for that
39498           for now. Also, if one incoming buffer contains multiple valid
39499           frames, we push them all on correctly now, including proper EOS
39500           handling. Lastly, several potential segfaults were fixed, and we
39501           properly sync on new sequence/gop headers to include them in next,
39502           not previous frames (since they're header for the next frame, not
39503           the previous). Also see #119206.
39504         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39505         (bpf_from_header):
39506           Move caps setting so we only do it after finding several valid
39507           MPEG-1 fraes sequentially, not right after the first one (which
39508           might be coincidental).
39509         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39510         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39511         (plugin_init):
39512           Add unsynced MPEG video stream typefinding, and change some
39513           probability values so we detect streams rightly. The idea is as
39514           follows: I can have an unsynced system stream which contains
39515           video. In the current code, I would randomly get a type for either
39516           system or video stream type found, because the probabilities are
39517           being calculated rather randomly. I now use fixed values, so we
39518           always prefer system stream if that was found (and that is how it
39519           should be). If no system stream was found, we can still identity                the stream as video-only.
39520
39521 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39522
39523         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39524         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39525           don't write to buffer. Extract data without the need of
39526           __attribute__ ((packed))
39527
39528 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39529
39530         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39531         (mpeg1_sys_type_find):
39532           Fix MPEG-1 stream typefinding.
39533
39534 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39535
39536         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39537           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39538
39539 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39540
39541         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39542         * ext/esd/gstesd.c: (plugin_init):
39543           private debugging, better error reporting
39544
39545 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39546
39547         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39548         (gst_riff_read_init), (gst_riff_read_change_state):
39549         * gst-libs/gst/riff/riff-read.h:
39550           Remove stuff fromold metadata system.
39551
39552 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39553
39554         * ext/ogg/gstoggdemux.c:
39555           Fix wrong file comment.
39556         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39557         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39558           Add metadata reading properly.
39559
39560 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39561
39562         * ext/Makefile.am:
39563           Fix nas DIST_SUBDIRS
39564           Uraeus:
39565           Fix bug where make distcheck doesn't get run on adding stuff to
39566           the build.
39567
39568 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39569
39570         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39571         * ext/divx/gstdivxdec.h:
39572           Fix divx3 ("msmpeg4") playback using divxdec.
39573
39574 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39575
39576         * gst/typefind/gsttypefindfunctions.c:
39577         (mp3_type_frame_length_from_header): fix bug in length computation
39578         (mp3_type_find): improve debugging output
39579
39580 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39581
39582         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39583         (gst_play_set_location), (gst_play_seek_to_time),
39584         (gst_play_set_audio_sink), (gst_play_set_visualization),
39585         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39586         the pipeline from scratch. Visualization is back and switch went out as
39587         i realized it was not possible to use the way i wanted.
39588         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39589         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39590         clearing in state change from READY to NULL. So that one can clean the
39591         X ressources keeping the element.
39592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39593         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39594         (gst_xvimagesink_colorbalance_set_value),
39595         (gst_xvimagesink_colorbalance_get_value),
39596         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39597         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39598         change from READY to NULL and fixed some stupid bugs in colorbalance
39599         get/set values. Also added the following feature : when nobody tries to
39600         set some values to the colorbalance levels before the xcontext is
39601         grabbed, then when creating channels list from Xv attributes we set the
39602         internal values to the Xv defaults. This way we handle buggy Xv drivers
39603         that set default hue values far from the middle of the range (Thanks
39604         to Jon Trowbridge for pointing that issue).
39605         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39606         colorbalance levels have been set before xcontext is grabbed.
39607
39608 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39609
39610         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39611           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39612           it might block operations (which is bad for a mixer).
39613
39614 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39615
39616         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39617         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39618         (gmip_find_type_pre):
39619         * gst-libs/gst/media-info/media-info-priv.h:
39620         * gst-libs/gst/media-info/media-info.c:
39621         (gst_media_info_instance_init), (gst_media_info_read_idler):
39622         add fakesink to get caps on decoder src pad again
39623         fix callback prototype to match new have_type signal signature
39624
39625 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39626
39627         * gst/adder/gstadder.c: (gst_adder_link):
39628           fix non-compile and cut-n-paste code
39629
39630 2004-01-21  David Schleef  <ds@schleef.org>
39631
39632         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39633         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39634         (gst_swfdec_init), (gst_swfdec_change_state):
39635         * ext/swfdec/gstswfdec.h:
39636         Fix negotiation.
39637         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39638         (gst_adder_request_new_pad): Fix negotiation.
39639         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39640         Add a fixate function.
39641         * gst/intfloat/gstfloat2int.c:
39642         * gst/intfloat/gstfloat2int.h:
39643         * gst/intfloat/gstint2float.c:
39644         * gst/intfloat/gstint2float.h:
39645         Completely rewrite the negotiation.  Doesn't quite work yet,
39646         due to some buffer-frames problem.
39647
39648 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39649
39650         * ext/gnomevfs/gstgnomevfssrc.c:
39651         * sys/v4l2/v4l2_calls.h:
39652           fix includes for distcheck
39653
39654 2004-01-21  Christian Schaller <uraeus@gnome.org>
39655
39656         * ext/nas/
39657         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39658         based on earlier patch from Laurent Vivier
39659
39660 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39661
39662         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39663         Fix wma caps property
39664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39665         Fix typo (flags1 and flags2)
39666
39667 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39668
39669         * gst-libs/gst/media-info/media-info-priv.c:
39670         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39671         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39672         (gmip_find_stream), (gmip_find_track_metadata),
39673         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39674         (gmip_find_track_format):
39675         * gst-libs/gst/media-info/media-info-priv.h:
39676         * gst-libs/gst/media-info/media-info-test.c: (main):
39677         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39678         (gst_media_info_read_idler), (gst_media_info_read):
39679         * gst-libs/gst/media-info/media-info.h:
39680           register debugging category and use it for debugging
39681
39682 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39683
39684         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39685         (gst_vorbisfile_new_link):
39686           signal streaminfo through tags
39687
39688 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39689
39690         * ext/mplex/gstmplex.cc:
39691         * ext/mplex/gstmplexibitstream.cc:
39692           g++ doesn't like NULL in our i18n/error macros, should be
39693           either (NULL) or ("").
39694
39695 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39696
39697         * sys/dxr3/dxr3audiosink.c:
39698         * sys/dxr3/dxr3init.c:
39699         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39700         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39701           Fix more error error error errors (missing includes here).
39702
39703 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39704
39705         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39706           fix thomas' error errors.
39707
39708 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39709
39710         * ext/mpeg2enc/gstmpeg2enc.cc:
39711           fix error errors.
39712
39713 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39714
39715         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39716         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39717           Fix for new error system.
39718
39719 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39720
39721         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39722           fix for new error reporting
39723
39724 2004-01-20  David Schleef  <ds@schleef.org>
39725
39726         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39727         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39728         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39729         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39730         and neither is 100+, most likely.
39731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39732         (gst_xvimagesink_getcaps): same
39733
39734 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39735
39736         * configure.ac:
39737           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39738           clashes with ffmpeg.
39739
39740 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39741
39742         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39743         (gst_switch_init): Fixed switch element : proxying link and setting
39744         caps from src to sink on request.
39745
39746 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39747
39748         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39749         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39750         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39751         fix element_error
39752
39753 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39754
39755         * sys/v4l/v4l_calls.h:
39756         * sys/v4l2/v4l2_calls.h:
39757           element_error fixes
39758
39759 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39760
39761         * gst-libs/gst/gst-i18n-plugin.h:
39762           add locale.h
39763           remove config.h inclusion
39764
39765 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39766
39767         * autogen.sh:
39768           adding autopoint invocation
39769         * Makefile.am:
39770         * configure.ac:
39771         * gst-libs/gst/gettext.h:
39772           adding gettext bits
39773         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39774         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39775         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39776         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39777         (gst_gnomevfssink_close_file):
39778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39779         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39780         * gst-libs/gst/gst-i18n-plugin.h:
39781         * gst/avi/gstavi.c: (plugin_init):
39782         * sys/dxr3/dxr3init.c: (plugin_init):
39783         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39784         * sys/oss/gstossaudio.c: (plugin_init):
39785         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39786         * sys/v4l/gstv4l.c: (plugin_init):
39787         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39788         * sys/v4l2/gstv4l2.c: (plugin_init):
39789         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39790         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39791         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39792         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39793         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39794         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39795           make sure locale and translation domain are set
39796           fix translated strings
39797         * po/.cvsignore:
39798         * po/LINGUAS:
39799         * po/Makevars:
39800         * po/POTFILES.in:
39801         * po/nl.po:
39802           put translation files into place
39803         * sys/xvideo/imagetest.c: (main):
39804         * ext/dv/demo-play.c: (main):
39805           fix unnecessary translations
39806
39807 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39808
39809         * ext/sndfile/gstsf.c:
39810         * gst/avi/gstavimux.c:
39811         * ext/audiofile/gstafsink.c:
39812         * ext/audiofile/gstafsrc.c:
39813         * ext/gnomevfs/gstgnomevfssink.c:
39814         * ext/gnomevfs/gstgnomevfssrc.c:
39815         * sys/oss/gstosselement.c:
39816         * sys/v4l/v4l_calls.h:
39817           fix i18n include
39818
39819 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39820
39821         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39822         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39823         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39824         (gst_v4l2_get_output), (gst_v4l2_set_output),
39825         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39826         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39827         (gst_v4l2_set_attribute):
39828         update to new error handling
39829
39830 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39831
39832         * ext/sidplay/gstsiddec.cc:
39833         * gst/modplug/gstmodplug.cc:
39834           parenthese NULL because C++ seems angry about it
39835
39836 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39837
39838         * gst-libs/gst/gst-i18n-plugin.h:
39839           add skeleton i18n stuff, but needs to be further implemented
39840
39841 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39842
39843         * examples/gstplay/player.c: (main):
39844         * ext/aalib/gstaasink.c: (gst_aasink_open):
39845         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39846         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39847         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39848         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39849         (gst_afsink_close_file):
39850         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39851         (gst_afsrc_close_file):
39852         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39853         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39854         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39855         * ext/esd/esdmon.c: (gst_esdmon_get):
39856         * ext/esd/esdsink.c: (gst_esdsink_chain):
39857         * ext/faac/gstfaac.c: (gst_faac_chain):
39858         * ext/faad/gstfaad.c: (gst_faad_chain):
39859         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39860         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39861         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39862         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39863         (gst_flacdec_loop):
39864         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39865         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39866         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39867         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39868         (gst_gnomevfssink_close_file):
39869         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39870         (gst_gnomevfssrc_open_file):
39871         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39872         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39873         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39874         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39875         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39876         * ext/mad/gstmad.c: (gst_mad_chain):
39877         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39878         * ext/mpeg2dec/gstmpeg2dec.c:
39879         * ext/mpeg2enc/gstmpeg2enc.cc:
39880         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39881         * ext/mplex/gstmplex.cc:
39882         * ext/mplex/gstmplexibitstream.cc:
39883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39884         (gst_ogg_demux_push), (gst_ogg_pad_push):
39885         * ext/raw1394/gstdv1394src.c:
39886         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39887         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39888         * ext/sidplay/gstsiddec.cc:
39889         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39890         (gst_sf_loop):
39891         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39892         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39893         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39894         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39895         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39896         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39897         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39898         * gst-libs/gst/Makefile.am:
39899         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39900         (gst_riff_read_element_data), (gst_riff_read_seek),
39901         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39902         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39903         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39904         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39905         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39906         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39907         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39908         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39909         * gst/goom/gstgoom.c: (gst_goom_chain):
39910         * gst/id3/gstid3types.c: (gst_id3types_loop):
39911         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39912         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39913         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39914         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39915         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39916         (gst_ebml_read_float), (gst_ebml_read_header):
39917         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39918         (gst_matroska_demux_parse_blockgroup):
39919         * gst/modplug/gstmodplug.cc:
39920         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39921         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39922         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39923         * gst/silence/gstsilence.c: (gst_silence_get):
39924         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39925         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39926         * gst/speed/gstspeed.c: (speed_loop):
39927         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39928         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39929         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39930         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39931         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39932         (gst_wavparse_loop):
39933         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39934         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39935         (dxr3audiosink_close):
39936         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39937         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39938         (dxr3videosink_close), (dxr3videosink_write_data):
39939         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39940         * sys/oss/gstosselement.h:
39941         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39942         (gst_osssink_chain):
39943         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39944         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39945         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39947         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39948         (gst_v4l_enable_overlay):
39949         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39950         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39951         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39952         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39953         (gst_v4l_set_audio):
39954         * sys/v4l/v4l_calls.h:
39955         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39956         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39957         (gst_v4lmjpegsink_playback_init),
39958         (gst_v4lmjpegsink_playback_start):
39959         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39960         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39961         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39962         (gst_v4lmjpegsrc_requeue_frame):
39963         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39964         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39965         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39966         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39967         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39968         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39969         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39970         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39971         (gst_v4l2src_capture_stop):
39972         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39973         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39974         (gst_ximagesink_chain):
39975         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39976         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39977         (gst_xvideosink_xwindow_new):
39978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39979         (gst_xvimagesink_chain):
39980         use new error signal, function and categories
39981
39982 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39983
39984         * configure.ac:
39985         * ext/Makefile.am:
39986         * ext/musicbrainz/gsttrm.c:
39987         * ext/musicbrainz/gsttrm.h:
39988         * ext/musicbrainz/Makefile.am:
39989         Add a trm plugin
39990
39991 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39992
39993         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39994         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39995         synchronous property for debugging.
39996         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39998         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39999         smaller block, fixing indent.
40000
40001 2004-01-16  David Schleef  <ds@schleef.org>
40002
40003         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40004         property affects the video stream.
40005         * sys/xvimage/xvimagesink.c:
40006         * sys/xvimage/xvimagesink.h:
40007         Add synchronous property for debugging.  Should probably be
40008         disabled in non-CVS builds.  Make sure that the Xv attribute
40009         exists before we set it (crash!).  Fix a silly float bug that
40010         caused colorbalance to just not work.
40011
40012 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40013
40014         * tools/gst-launch-ext.in - update for new plugins
40015
40016 2004-01-16  David Schleef  <ds@schleef.org>
40017
40018         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40019         already-freed caps.
40020
40021 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40022
40023         * Update spec for new colorspace plugin and libcaca plugin
40024         * Fix compilation of libcaca plugin (clock -> id)
40025
40026 2004-01-16  Julien MOUTTE <julien@moutte.net>
40027
40028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40029         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40030         (gst_xvimagesink_set_xwindow_id),
40031         (gst_xvimagesink_colorbalance_set_value),
40032         (gst_xvimagesink_colorbalance_get_value),
40033         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40034         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40035         correct colorbalance properties. They can now be set when the element
40036         is still in NULL state. The values will be committed to the Xv Port
40037         when xcontext is initialized.
40038         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40039         brightness int values in the GstXvImagesink structure.
40040
40041 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40042
40043         * gst-libs/gst/Makefile.am:
40044           restructure so having local patches works easier.
40045
40046 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40047
40048         * ext/mpeg2enc/Makefile.am:
40049         * ext/mpeg2enc/gstmpeg2enc.cc:
40050         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40051           Bugfix with respect to EOS handling.
40052
40053 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40054
40055         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40056           Link with right caps (else, it segfaults).
40057         * ext/mplex/gstmplexjob.cc:
40058           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40059
40060 2004-01-15  David Schleef  <ds@schleef.org>
40061
40062         * gst-libs/gst/audio/Makefile.am:
40063         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40064         from the template.
40065         * gst-libs/gst/audio/gstaudiofilter.c:
40066         * gst-libs/gst/audio/gstaudiofilter.h:
40067         Add bytes_per_sample and size and n_samples calculation.
40068         * gst-libs/gst/audio/gstaudiofilterexample.c:
40069         Remove, now autogenerated.
40070         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40071         Moved from gstaudiofilterexample, object name changed, code added
40072         so that it actually works.
40073         * gst-libs/gst/audio/make_filter:
40074         Script to build an audiofilter subclass from the template.
40075         * gst/colorspace/Makefile.am:
40076         * gst/colorspace/yuv2yuv.c:
40077         Remove file, since it's GPL, and we don't use it.
40078
40079 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40080
40081         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40083         them use the buffer free function to test how the buffer was allocated.
40084
40085 2004-01-15  David Schleef  <ds@schleef.org>
40086
40087         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40088         that handles osssink fallback.
40089         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40090         (gst_audio_convert_getcaps):
40091         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40092         Add audio/x-qdm2 for QDM2 audio.
40093         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40094         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40095         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40096         Decrease minimum size to 16x16.
40097         * gst/wavparse/gstwavparse.c:
40098         Convert disabled pad template caps to new caps.
40099         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40101         (gst_xvimagesink_chain): Throw element error when display cannot
40102         be opened.  Increase minimum framerate to 1.0.  Check the data
40103         free function on a buffer to make sure it is the type we expect
40104         before manipulating it.
40105
40106 2004-01-15  Julien MOUTTE <julien@moutte.net>
40107
40108         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40109         (gst_videobalance_colorbalance_set_value): Implement passthru if
40110         settings are in the middle.
40111         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40112
40113 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40114
40115         * gst/videofilter/Makefile.am:
40116         * gst/volume/Makefile.am:
40117           Since we use videofilter symbols, link to it.
40118
40119 2004-01-15  Julien MOUTTE <julien@moutte.net>
40120
40121         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40122         mixer interface type to HARDWARE.
40123         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40124         type to SOFTWARE.
40125         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40126         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40127         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40128         (gst_volume_interface_init), (gst_volume_list_tracks),
40129         (gst_volume_set_volume), (gst_volume_get_volume),
40130         (gst_volume_set_mute), (gst_volume_mixer_init),
40131         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40132         (volume_init): Implementing mixer interface.
40133         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40134         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40135         (gst_osselement_change_state): Removing some trailing commas in
40136         structures.
40137         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40138         interface type to HARDWARE.
40139         * sys/v4l/gstv4lcolorbalance.c:
40140         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40141         type to HARDWARE.
40142         * sys/v4l2/gstv4l2colorbalance.c:
40143         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40144         interface type to HARDWARE.
40145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40146         same code than ximagesink for event handling.
40147
40148 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40149
40150         * ext/snapshot/Makefile.am:
40151         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40152         (gst_snapshot_chain):
40153         * ext/snapshot/gstsnapshot.h:
40154           This has to be a joke... Snapshot should be connected to a tee,
40155           colorspace element before it and EOS after that, where the other
40156           src of the tee receives normal data.
40157           The current way is *wrong*.
40158
40159 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40160
40161         * ext/hermes/gsthermescolorspace.c:
40162           Fix another compile error. Same as below.
40163
40164 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40165
40166         * gst/colorspace/gstcolorspace.c:
40167         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40168         (gst_colorspace_i420_to_yv12):
40169           Fix compiling... Didn't test if it actually works.
40170
40171 2004-01-15  David Schleef  <ds@schleef.org>
40172
40173         * configure.ac:
40174         * gst/colorspace/Makefile.am:
40175         * gst/colorspace/gstcolorspace.c:
40176         * gst/colorspace/gstcolorspace.h:
40177         * gst/colorspace/yuv2rgb.c:
40178         * gst/colorspace/yuv2rgb.h:
40179         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40180         code and GPL code.  Fix for new caps negotiation.  Rewrite
40181         much of the format handling code, and some of the conversion
40182         code.  Basically, rewrote almost everything.  This element
40183         handles I420, YV12 to RGB conversions.
40184         * ext/hermes/Makefile.am:
40185         * ext/hermes/gsthermescolorspace.c:
40186         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40187         Remove non-Hermes related code.  This element handles lots of
40188         RGB to RGB conversions, but no YUV.
40189         * ext/hermes/gstcolorspace.c:
40190         * ext/hermes/gstcolorspace.h:
40191         * ext/hermes/rgb2yuv.c:
40192         * ext/hermes/yuv2rgb.c:
40193         * ext/hermes/yuv2rgb.h:
40194         * ext/hermes/yuv2rgb_mmx16.s:
40195         * ext/hermes/yuv2yuv.c:
40196         * ext/hermes/yuv2yuv.h:
40197         Remove old code.
40198
40199 2004-01-14  Colin Walters  <walters@verbum.org>
40200
40201         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40202         they've already been.
40203
40204 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40205
40206         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40207           assume tag mode when pad is not connected
40208
40209 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40210
40211         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40212           Don't update the time of the clock
40213         (gst_alsa_sink_loop):
40214           sync to the clock given to alsasink, not the own clock
40215         * sys/oss/gstosssink.c: (gst_osssink_chain):
40216           sync to the clock
40217         (gst_osssink_change_state):
40218           activate the clock
40219         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40221           remove bogus code that made DISCONT events unhandled
40222         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40223           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40224           #131502)
40225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40226         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40227         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40228           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40229           2nd warning in bug #131502)
40230
40231 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40232
40233         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40234         (gst_videobalance_colorbalance_set_value),
40235         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40236         for colorbalance interface implementation.
40237         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40238         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40239         (gst_ximagesink_dispose), (gst_ximagesink_init),
40240         (gst_ximagesink_class_init): Adding DISPLAY property.
40241         * sys/ximage/ximagesink.h: Adding display_name to store display.
40242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40243         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40244         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40245         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40246         properties (they still need polishing though for gst-launch use : no
40247         xcontext yet, i ll do that tomorrow).
40248         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40249
40250 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40251
40252         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40253         (gst_play_set_location), (gst_play_set_visualization): Preparing
40254         switch integration, adding videobalance in the pipeline.
40255
40256 2004-01-14  Julien MOUTTE <julien@moutte.net>
40257
40258         * gst-libs/gst/colorbalance/colorbalance.c:
40259         (gst_color_balance_class_init): Adding a default type.
40260         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40261         the type.
40262         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40263         (gst_videobalance_dispose), (gst_videobalance_class_init),
40264         (gst_videobalance_init), (gst_videobalance_interface_supported),
40265         (gst_videobalance_interface_init),
40266         (gst_videobalance_colorbalance_list_channels),
40267         (gst_videobalance_colorbalance_set_value),
40268         (gst_videobalance_colorbalance_get_value),
40269         (gst_videobalance_colorbalance_init): Implementing colorbalance
40270         interface.
40271         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40272         list.
40273         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40274         bug which was triggering a BadAccess X error when setting an overlay
40275         before pad was really negotiated.
40276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40277         Using the colorbalance type macro.
40278
40279 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40280
40281         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40282         (gst_flacenc_chain):
40283           handle tags correctly
40284         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40285           extract ID3v1 tags correctly
40286
40287 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40288
40289         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40290         (plugin_init):
40291           Improve matroska typefinding for odd-typed headers...
40292
40293 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40294
40295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40296           Fix for using incremental number on padnames.
40297
40298 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40299
40300         * ext/divx/gstdivxdec.c:
40301         * ext/divx/gstdivxenc.c:
40302           Set category to divx4linux instead of divx (too generic).
40303         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40304         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40305         (gst_wavparse_loop), (gst_wavparse_change_state):
40306         * gst/wavparse/gstwavparse.h:
40307           fix parsing of WAV files with non-standard fmt-tag size and fix
40308           skipping of unrecognized chunks... Someone please fix this thing
40309           to use rifflib so all this is automated.
40310         * sys/v4l/Makefile.am:
40311         * sys/v4l2/Makefile.am:
40312           Add X_CFLAGS because we depend on X (for overlay).
40313
40314 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40315
40316         * ext/mpeg2dec/gstmpeg2dec.c:
40317           Don't issue a timestamp unless we tagged the frame
40318           with a PTS.
40319
40320 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40321
40322         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40323           Query the audio element to get the time, not the clock. We're
40324           interested in the element's time here.
40325
40326 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40327
40328         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40329         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40330         * ext/esd/esdsink.c: (gst_esdsink_chain):
40331         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40332         * ext/mas/massink.c: (gst_massink_chain):
40333         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40335         (gst_matroska_demux_parse_metadata):
40336         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40337         (gst_mpeg_parse_release_locks):
40338         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40339         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40340         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40341         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40342         (gst_osssink_change_state):
40343         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40344         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40345         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40346         (gst_xvideosink_release_locks):
40347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40348           use element time.
40349         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40350         (gst_alsa_clock_stop):
40351         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40352         (gst_audio_clock_get_internal_time):
40353           simplify for use with new clocking code.
40354         * testsuite/alsa/Makefile.am:
40355         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40356           fix testsuite for new caps system
40357
40358 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40359
40360         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40361         * ext/flac/gstflacenc.c: (add_one_tag):
40362           length is already host endian, no need to convert. Fixes playback of
40363           tagged files on PPC. (bug #128384)
40364
40365 2004-01-13  Julien MOUTTE <julien@moutte.net>
40366
40367         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40368         colorbalance interface stating if it is hardware based or software
40369         based.
40370         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40371         Removing a trailing comma.
40372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40373         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40374         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40375         the documentation seems to be wrong on the -1000 to 1000 interval.
40376
40377 2004-01-12  David Schleef  <ds@schleef.org>
40378
40379         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40380         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40381         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40382         Fix negotiation.  Add a bufferalloc function for the sink pad,
40383         and generally clean up some of the code.
40384
40385 2004-01-12  Julien MOUTTE <julien@moutte.net>
40386
40387         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40388         (gst_color_balance_channel_dispose): Adding safety check in dispose
40389         method.
40390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40391         (gst_xvimagesink_xcontext_clear),
40392         (gst_xvimagesink_interface_supported),
40393         (gst_xvimagesink_colorbalance_list_channels),
40394         (gst_xvimagesink_colorbalance_set_value),
40395         (gst_xvimagesink_colorbalance_get_value),
40396         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40397         Adding colorbalance interface support to set XV parameters such as
40398         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40399         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40400         interface.
40401
40402 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40403
40404         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40405         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40406         (gst_audio_convert_init), (gst_audio_convert_set_property),
40407         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40408         (gst_audio_convert_link),
40409         (gst_audio_convert_buffer_to_default_format),
40410         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40411           - implement _getcaps and use it
40412           - improve linking
40413           - remove float caps since no float conversion is actually done
40414           - remove properties and arguments that were to be used for rate
40415             conversion
40416
40417 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40418
40419         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40420         (gst_audio_structure_set_int):
40421         * gst-libs/gst/audio/audio.h:
40422           add helper functions for _getcaps matching the standard audio
40423           templates
40424
40425 2004-01-12  David Schleef  <ds@schleef.org>
40426
40427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40428         Test that pad is negotiated before getting its caps.
40429
40430 2004-01-12  Julien MOUTTE <julien@moutte.net>
40431
40432         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40433         analyzing the pads of an element the bin is mostly in READY state so
40434         no caps were negotiated. This helper function needs to work with
40435         _get_caps directly then. I was not freeing them though, added that to
40436         fix the mem leak.
40437
40438 2004-01-12  Julien MOUTTE <julien@moutte.net>
40439
40440         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40442         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40443         than the free_func.
40444
40445 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40446
40447         * sys/oss/gstossaudio.c: (plugin_init):
40448         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40449         * sys/oss/gstosselement.h:
40450           make an oss debugging category
40451           make failure more descriptive
40452
40453 2004-01-11  David Schleef  <ds@schleef.org>
40454
40455         * ext/ffmpeg/gstffmpeg.c:
40456         * ext/ffmpeg/gstffmpegcodecmap.c:
40457         * ext/ffmpeg/gstffmpegdec.c:
40458         * ext/ffmpeg/gstffmpegenc.c:
40459         * ext/ffmpeg/gstffmpegprotocol.c:
40460         * ext/gdk_pixbuf/gstgdkanimation.c:
40461         * ext/jpeg/gstjpeg.c:
40462         * ext/libpng/gstpng.c:
40463         * ext/mpeg2dec/perftest.c:
40464         * ext/speex/gstspeex.c:
40465         * gst-libs/gst/resample/dtos.c:
40466         * gst/intfloat/gstintfloatconvert.c:
40467         * gst/oneton/gstoneton.c:
40468         * gst/rtjpeg/RTjpeg.c:
40469         * gst/rtp/gstrtp.c:
40470         * sys/dxr3/dxr3init.c:
40471         * sys/glsink/gstgl_nvimage.c:
40472         * sys/glsink/gstgl_pdrimage.c:
40473         * sys/glsink/gstglsink.c:
40474         * testsuite/gst-lint:
40475         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40476
40477 2004-01-11  David Schleef  <ds@schleef.org>
40478
40479         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40480         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40481         * ext/gdk_pixbuf/gstgdkanimation.c:
40482         (gst_gdk_animation_iter_create_pixbuf):
40483         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40484         (gst_gdk_pixbuf_chain):
40485         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40486         * ext/jack/gstjack.c: (gst_jack_change_state):
40487         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40488         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40489         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40490         * gst/videofilter/gstvideofilter.c:
40491         (gst_videofilter_set_output_size):
40492         Remove all usage of gst_pad_get_caps(), and replace it with
40493         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40494
40495 2004-01-11  David Schleef  <ds@schleef.org>
40496
40497         * configure.ac:
40498         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40499         * ext/divx/gstdivxdec.c:
40500         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40501         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40502         handle images that span multiple buffers.  Now work with both
40503         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40504         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40505         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40506         video/video.h changes
40507         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40508         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40509         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40510         of GstData free function.
40511         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40512         same.
40513
40514 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40515
40516         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40517         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40518         (gst_v4l2element_get_property):
40519         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40520           add norm, channel and frequency properties.
40521         * sys/v4l2/gstv4l2tuner.c:
40522           fixes for tuner interface changes
40523         * sys/v4l2/gstv4l2element.h:
40524         * sys/v4l2/gstv4l2src.c:
40525         * sys/v4l2/gstv4l2src.h:
40526         * sys/v4l2/v4l2src_calls.c:
40527         * sys/v4l2/v4l2src_calls.h:
40528           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40529
40530 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40531
40532         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40533         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40534         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40535         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40536         * gst-libs/gst/tuner/tuner.h:
40537           GObjects aren't const.
40538           Add find_by_name functions.
40539           Add checks to _changed functions.
40540         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40541         (gst_v4l_tuner_get_norm):
40542           Fixes for above.
40543
40544 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40545
40546         * gst-libs/gst/video/video.h:
40547           Fix caps template names to be understandable.
40548           Prefix everything with GST_VIDEO.
40549         * ext/aalib/gstaasink.c:
40550         * ext/divx/gstdivxdec.c:
40551         * ext/divx/gstdivxenc.c:
40552         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40553         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40554         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40555         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40556         * ext/libcaca/gstcacasink.c:
40557         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40558         * ext/snapshot/gstsnapshot.c:
40559         * ext/swfdec/gstswfdec.c:
40560         * ext/xvid/gstxviddec.c:
40561         * ext/xvid/gstxvidenc.c:
40562         * gst/chart/gstchart.c:
40563         * gst/deinterlace/gstdeinterlace.c:
40564         * gst/effectv/gsteffectv.c:
40565         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40566         * gst/goom/gstgoom.c:
40567         * gst/median/gstmedian.c:
40568         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40569         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40570         * gst/overlay/gstoverlay.c:
40571         * gst/smooth/gstsmooth.c:
40572         * gst/smpte/gstsmpte.c:
40573         * gst/synaesthesia/gstsynaesthesia.c:
40574         * gst/videocrop/gstvideocrop.c:
40575         * gst/videodrop/gstvideodrop.c:
40576         * gst/y4m/gsty4mencode.c:
40577         * sys/qcam/gstqcamsrc.c:
40578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40579           Make them work with new video.h file.
40580         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40581         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40583         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40584           Make it work with new buffer allocation system.
40585
40586 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40587
40588         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40589         pad_alloc_buffer implementation to use ->srcpad
40590         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40591         pad_alloc_buffer implementation to use ->srcpad
40592         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40593         pad_alloc_buffer implementation to use ->srcpad
40594         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40595         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40596         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40597         a reference to everything we need.
40598         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40600         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40601         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40602         a reference to everything we need.
40603         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40604
40605 2004-01-11  David Schleef  <ds@schleef.org>
40606
40607         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40608         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40609         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40610         structure members.
40611         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40612         value during a resize/renegotiation.
40613         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40614         gst_pad_alloc_buffer();
40615         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40616         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40617         structure members.
40618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40619         Fix for rename of buffer private structure members.
40620         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40621         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40622         Fix for rename of buffer private structure members.
40623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40624         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40625         Fix for rename of buffer private structure members.
40626
40627 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40628
40629         reviewed by: David Schleef <ds@schleef.org>
40630
40631         * gst/videofilter/Makefile.am:
40632         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40633         from the patch by ds to fit in with recent make_filter changes.
40634
40635 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40636
40637         * configure.ac: Adding examples/switch/Makefile
40638         * examples/Makefile.am: Adding examples/switch
40639         * examples/switch/Makefile.am: Adding switcher example.
40640         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40641         (switch_timer), (main): Adding an example demonstrating switch usage
40642         with 2 videotestsrc showing different patterns.
40643         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40644         (gst_switch_init): Fixing switch with the new caps system.
40645
40646 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40647
40648         * gst-libs/gst/video/video.h:
40649           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40650           They should probably be like
40651           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40652
40653 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40654
40655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40656         (qtdemux_parse_trak):
40657           fix audio chunk size/timestamp calculation
40658
40659 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40660
40661         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40662           fix SVQ3 caps
40663
40664 2004-01-11  Steve Baker  <steve@stevebaker.org>
40665
40666         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40667         (gst_agingtv_base_init), (gst_agingtv_class_init),
40668         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40669         (gst_agingtv_set_property), (gst_agingtv_get_property):
40670         Port agingTV to videofilter
40671
40672 2004-01-09  Julien MOUTTE <julien@moutte.net>
40673
40674         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40675         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40676
40677 2004-01-09  Julien MOUTTE <julien@moutte.net>
40678
40679         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40680         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40681         * gst-libs/gst/xoverlay/xoverlay.c:
40682         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40683         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40684         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40685         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40686         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40687         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40688         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40689         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40690         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40691         interface implementation to handle xid being 0 and fix some bugs
40692         triggered by Benjamin's testcase.
40693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40694         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40695         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40696         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40697         interface implementation to handle xid being 0 and fix some bugs
40698         triggered by Benjamin's testcase.
40699
40700 2004-01-09  David Schleef  <ds@schleef.org>
40701
40702         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40703         mouse pointer events.  It works.
40704
40705 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40706
40707         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40708           Use explicit caps - fix capsnego.
40709         * ext/xvid/gstxviddec.c:
40710         * ext/xvid/gstxvidenc.c:
40711           Remove macro-inside-macro which caused compile errors.
40712         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40713           Error out if it's not a RIFF file. Else we error out without
40714           gst_element_error() which is not good...
40715
40716 2004-01-08  David Schleef  <ds@schleef.org>
40717
40718         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40719         Fix pad_link function to handle formats that ffmpeg returns
40720         as multiple caps structures.
40721         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40722         Only complain if source buffer is _smaller_ than expected.
40723         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40724         (gst_videoscale_handle_src_event): Resize navigation events
40725         when passing them upstream.
40726         * gst/videotestsrc/gstvideotestsrc.c:
40727         * gst/videotestsrc/gstvideotestsrc.h:
40728         * gst/videotestsrc/videotestsrc.c:
40729         * gst/videotestsrc/videotestsrc.h:
40730         Rewrite many of the buffer painting functions to handle odd
40731         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40732         been verified to work with my video card.
40733         * testsuite/gst-lint:  Add check for elements calling
40734         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40735
40736 2004-01-08  David Schleef  <ds@schleef.org>
40737
40738         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40739         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40740
40741 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40742
40743         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40744         configure event is not emiting the desired size signal. That fixes
40745         aspect ratio issues with gst-player.
40746
40747 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40748
40749         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40750           Fix capsnego.
40751
40752 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40753
40754         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40755         public method to fire size signal.
40756
40757 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40758
40759         * examples/gstplay/Makefile.am: Adding the interface library.
40760         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40761         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40762         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40763         GST_IS_X_OVERLAY before signal connect.
40764         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40765         Removing the have_video_size signal.
40766         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40767         and associated public method.
40768         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40769         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40770         signal.
40771         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40772         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40773         signal.
40774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40775         Using XOverlay public method to fire size signal.
40776
40777 2004-01-07  David Schleef  <ds@schleef.org>
40778
40779         * gst/videofilter/Makefile.am:
40780         * gst/videofilter/gstvideotemplate.c:
40781         * gst/videofilter/make_filter:
40782         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40783         Convert make_filter to /bin/sh script.
40784
40785 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40786
40787         * gst/modplug/gstmodplug.cc: fix element description
40788
40789 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40790
40791         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40792         (got_video_size): Adding some new lines in g_print calls.
40793         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40794         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40795         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40796         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40797         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40798         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40799         Complete code review, reverting some stuff i disagree with, adding
40800         some fixes : time synchronization on invalid timestamps, renegotiation
40801         of private window.
40802         * sys/ximage/ximagesink.h:
40803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40804         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40805         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40806         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40807         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40808         (gst_xvimagesink_buffer_new),
40809         (gst_xvimagesink_navigation_send_event),
40810         (gst_xvimagesink_set_xwindow_id),
40811         (gst_xvimagesink_get_desired_size),
40812         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40813         stuff i disagree with, adding some fixes : Renegotiation of private
40814         window, implementing get_desired_size.
40815
40816 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40817
40818         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40819         (gst_afsink_handle_event):
40820         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40821         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40822         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40823         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40824         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40825           Fix for instantiate-test (see core). Also remove dead code from
40826           jpegenc (which still needs fixing, but that's lower on my TODO
40827           list...).
40828         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40829           Never return NULL as caps.
40830
40831 2004-01-07  David Schleef  <ds@schleef.org>
40832
40833         * configure.ac:
40834         * ext/Makefile.am:
40835         * ext/librfb/Makefile.am:
40836         * ext/librfb/gstrfbsrc.c:
40837         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40838         is the protocol used by VNC.
40839
40840 2004-01-07  David Schleef  <ds@schleef.org>
40841
40842         * gst/videofilter/gstvideotemplate.c:
40843         * gst/videofilter/gstvideotemplate.h:
40844         * gst/videofilter/make_filter:
40845         Merge videotemplate header into source file.
40846         * gst/effectv/Makefile.am:
40847         * gst/effectv/gsteffectv.c: (plugin_init):
40848         * gst/effectv/gstwarp.c:
40849         Make warpTV a subclass of videofilter.
40850
40851 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40852
40853         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40854           Add guard against invalid utf-8 conversions in mad. Just in case.
40855
40856 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40857
40858         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40859           Fix for bug shown by poisoning
40860
40861 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40862
40863         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40864         (gst_v4lmjpegsrc_buffer_free):
40865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40866         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40867         (gst_v4lsrc_buffer_free):
40868           Fix for removed bufferpools.
40869
40870 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40871
40872         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40873         Fix caps negotiation.
40874
40875         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40876         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40877         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40878         (dvdnavsrc_event):
40879         * ext/mpeg2dec/gstmpeg2dec.c:
40880         * gst-libs/gst/navigation/navigation.c:
40881         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40882         * gst-libs/gst/navigation/navigation.h:
40883         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40884         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40886         Super-simple first version of mouse and keyboard events. Clicking
40887         on a DVD menu now works, although it may not take you where you
40888         expected.
40889
40890         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40891         * gst/videotestsrc/gstvideotestsrc.c:
40892         (gst_videotestsrc_src_fixate):
40893         These fixate functions were broken - they never actually
40894         fixated :)
40895
40896 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40897
40898         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40899         (gst_icecastsend_init):
40900           fix for new caps system.
40901         * gst-libs/gst/mixer/mixertrack.h:
40902         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40903           Add 'master track' flag (for tools like ACME that only want to
40904           change the main volume).
40905
40906 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40907
40908         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40909         (gst_xvid_csp_to_caps):
40910         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40911         * ext/xvid/gstxvidenc.c:
40912         ifdef out ARGB type when it isn't available
40913         in xvidcore 1.0.0beta2
40914
40915 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40916
40917         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40918           When we have received a new SCR right in the first buffer after
40919           a seek (so in the same cycle that handles the discont), we should
40920           handle the buffer instead of unreffing it, else we lose data.
40921
40922 2004-01-06  Iain <iain@prettypeople.org>
40923
40924         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40925           buffer-frames caps too.
40926
40927         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40928           caps that we need, don't destroy them all and rebuild them. And when
40929           creating src pads, use the src pad template rather than the sink...
40930
40931 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40932
40933         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40934           Add pad to element *after* setting functions such as event handler.
40935           Without this, the scheduler (opt) will link pads, set the event
40936           handler from the default event function (dispatcher in gstpad.c)
40937           and *after* that, we will set our own event function, which will
40938           thus never be used (and thus mpegdemux doesn't handle events).
40939
40940 2004-01-04  David Schleef  <ds@schleef.org>
40941
40942         Fix the fixate functions to handle new prototype:
40943         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40944         * gst/videotestsrc/gstvideotestsrc.c:
40945         (gst_videotestsrc_src_fixate):
40946         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40947         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40949
40950 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40951
40952         * sys/ximage/ximagesink.h:
40953         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40954         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40955         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40956         (gst_ximagesink_xoverlay_init):
40957           assorted fixes to make (re)embedding work
40958         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40959         (gst_ximagesink_get_desired_size):
40960           implement desired size additions to XOverlay
40961
40962 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40963
40964         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40965         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40966         (gst_x_overlay_got_desired_size):
40967         * gst-libs/gst/xoverlay/xoverlay.h:
40968           Add optional "desired size" signal and querying.
40969
40970 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40971
40972         * gst/matroska/matroska-demux.c:
40973         (gst_matroska_demux_parse_blockgroup):
40974           Fix EBML-laced block parsing. Diffs are relative to previous
40975           lace, not the first lace. Thanks to Mosu from the Matroska
40976           team for detecting this.
40977         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40978         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40979         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40980         (gst_wavparse_change_state):
40981         * gst/wavparse/gstwavparse.h:
40982           Quickfix for capsnego.
40983
40984 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40985
40986         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40987           Fix indenting, fix pad creation.
40988
40989 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40990
40991         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40992         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40993         (gst_xviddec_sink_link):
40994           Implement src_getcaps() so proper size caps is negotiated.
40995
40996 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40997
40998         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40999           Finish flac decoder on EOS. See #116178.
41000
41001 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41002
41003         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41004         (gst_matroska_demux_add_stream):
41005         * gst/matroska/matroska-ids.h:
41006           Add getcaps() function to fix capsnego...
41007
41008 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41009
41010         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41011         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41012         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41013           Fix more integer overflows. Again, see #126967.
41014
41015 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41016
41017         * ext/mpeg2dec/gstmpeg2dec.c:
41018           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41019           #130416.
41020
41021 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41022
41023         * configure.ac:
41024         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41025         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41026         * ext/xvid/gstxvid.h:
41027         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41028         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41029         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41030         (gst_xviddec_change_state):
41031         * ext/xvid/gstxviddec.h:
41032         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41033         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41034         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41035         (gst_xvidenc_link), (gst_xvidenc_set_property),
41036         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41037         * ext/xvid/gstxvidenc.h:
41038           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41039
41040 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41041
41042         * gst/rtp/rtp-packet.c:
41043           Add sys/types.h include, since OS X doesn't define in_addr_t
41044           in netinet/in.h, like it does on Linux (see #129600).
41045
41046 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41047
41048         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41049
41050         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41051           Correct logic of dispose function (see #129306).
41052
41053 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41054
41055         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41056         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41057         (gst_mpeg_parse_init):
41058         * gst/mpegstream/gstmpegparse.h:
41059           Remove clock (which was never provided, i.e. dead code), and
41060           also fix integer overflows at high PTS values (see #126967).
41061
41062 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41063
41064         * ext/flac/gstflacdec.c:
41065         * ext/libpng/gstpngenc.h:
41066         * ext/mikmod/gstmikmod.h:
41067           OS X fixes (see #126628).
41068
41069 2004-01-02  David Schleef  <ds@schleef.org>
41070
41071         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41072         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41073         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41074         (gst_mpeg_parse_class_init): Move pad template registration
41075         to class_init, since the derived class (mpegdemux) doesn't
41076         want them.
41077
41078 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41079
41080         * sys/ximage/Makefile.am:
41081         * sys/xvideo/Makefile.am:
41082         * sys/xvimage/Makefile.am:
41083           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41084           after installation (see #127664).
41085
41086 2004-01-02  David Schleef  <ds@schleef.org>
41087
41088         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41089         (gst_ffmpegenc_connect):  Negotiation fixes.
41090         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41091         Remove inappropriate gst_caps_free().
41092         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41093         Reenable Ronald's internal resize code, since the core handles
41094         it correctly now.
41095
41096 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41097
41098         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41099         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41101           Fix pad template stuff.
41102
41103 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41104
41105         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41106         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41107           fix signed integer reading/writing.
41108
41109 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41110
41111         * ext/alsa/README:
41112           Remove outdated document
41113
41114 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41115
41116         * gst/cutter/gstcutter.c: (gst_cutter_init):
41117           src pad was being created twice - oops.
41118
41119 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41120
41121         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41122           Comment out internal resize. It doesn't handle the resulting
41123           XEvent internally, does another try_set_caps() which leads to
41124           a really nice loop.
41125           Real fix will come when Julien and Dave are awake. ;).
41126
41127 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41128
41129         * ext/mpeg2enc/gstmpeg2enc.cc:
41130           fix const/nonconst compile issue.
41131
41132 2004-01-02  David Schleef  <ds@schleef.org>
41133
41134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41135         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41136         Add fixate function and a check for bad formats.
41137
41138 2004-01-01  David Schleef  <ds@schleef.org>
41139
41140         Negotiation fixes:
41141         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41142         (gst_audiofilter_init):
41143         * gst/debug/efence.c: (gst_efence_init):
41144         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41145         (gst_deinterlace_init):
41146         * gst/volume/gstvolume.c: (volume_connect):
41147
41148 2004-01-01  David Schleef  <ds@schleef.org>
41149
41150         Convert elements to use gst_pad_use_explicit_caps() where
41151         appropriate:
41152         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41153         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41154         (gst_afparse_open_file):
41155         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41156         (gst_afsrc_open_file):
41157         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41158         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41159         (gst_ffmpegdec_chain):
41160         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41161         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41162         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41163         (gst_gdk_pixbuf_chain):
41164         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41165         (gst_jpegdec_chain):
41166         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41167         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41168         (gst_mikmod_negotiate):
41169         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41170         (gst_mpeg2dec_negotiate_format):
41171         * ext/mpeg2enc/gstmpeg2enc.cc:
41172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41173         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41174         (gst_speexdec_sinkconnect):
41175         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41176         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41177         (gst_vorbisfile_new_link):
41178         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41179         (gst_ac3parse_chain):
41180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41181         (gst_asf_demux_setup_pad):
41182         * gst/auparse/gstauparse.c: (gst_auparse_init),
41183         (gst_auparse_chain):
41184         * gst/id3/gstid3types.c: (gst_id3types_loop):
41185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41186         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41187         (mp1videoparse_parse_seq):
41188         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41189         (bpf_from_header):
41190         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41191         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41192         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41193         (gst_mpeg_parse_send_data):
41194         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41195         (gst_qtdemux_add_stream):
41196         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41197         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41198         (gst_wavparse_parse_fmt):
41199
41200 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41201
41202         * configure.ac:
41203           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41204           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41205           it therefore uses the wrong include paths. Too bad... Note
41206           that 1.6.1.93 is not release yet. ;).
41207           Also add a check for mplex, which is now using the lib'ified
41208           mplex from mjpegtools, too.
41209         * ext/ffmpeg/gstffmpegcodecmap.c:
41210           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41211           issues. I don't think ffmpeg handles 3ivx correctly, so this
41212           probably won't work. But it won't hurt either.
41213         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41214         (gst_ffmpegdec_chain):
41215         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41216         (gst_ffmpegenc_chain_audio):
41217           Fix memleak in audio encoding. Close codec if open fails, this
41218           calls the cleanup routines so we can re-use the context.
41219         * ext/mpeg2enc/gstmpeg2enc.cc:
41220           Fix pad template names/types, fix memory issue with getcaps().
41221         * ext/mpeg2enc/gstmpeg2encoder.cc:
41222         * ext/mpeg2enc/gstmpeg2encoder.hh:
41223           Fix compile issue with new caps system (const thingy).
41224         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41225         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41226           We read a first frame right on initing, so that we have a caps
41227           when we init the output. This caps is cached in padprivate and
41228           read as first frame.
41229         * ext/mplex/Makefile.am:
41230         * ext/mplex/gstmplex.cc:
41231         * ext/mplex/gstmplex.h:
41232         * ext/mplex/gstmplex.hh:
41233         * ext/mplex/gstmplexibitstream.cc:
41234         * ext/mplex/gstmplexibitstream.hh:
41235         * ext/mplex/gstmplexjob.cc:
41236         * ext/mplex/gstmplexjob.hh:
41237         * ext/mplex/gstmplexoutputstream.cc:
41238         * ext/mplex/gstmplexoutputstream.hh:
41239           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41240           had issues, didn't do capsnego, supported only a subset of the
41241           mplex features and required a mplex fork in our local CVS. Plus
41242           that it worked agaist a very old mplex version. Rewriting was
41243           faster than updating it.
41244         * gst-libs/ext/Makefile.am:
41245         * gst-libs/ext/mplex/INSTRUCT:
41246         * gst-libs/ext/mplex/Makefile.am:
41247         * gst-libs/ext/mplex/README:
41248         * gst-libs/ext/mplex/TODO:
41249         * gst-libs/ext/mplex/ac3strm_in.cc:
41250         * gst-libs/ext/mplex/audiostrm.hh:
41251         * gst-libs/ext/mplex/audiostrm_out.cc:
41252         * gst-libs/ext/mplex/aunit.hh:
41253         * gst-libs/ext/mplex/bits.cc:
41254         * gst-libs/ext/mplex/bits.hh:
41255         * gst-libs/ext/mplex/buffer.cc:
41256         * gst-libs/ext/mplex/buffer.hh:
41257         * gst-libs/ext/mplex/fastintfns.h:
41258         * gst-libs/ext/mplex/format_codes.h:
41259         * gst-libs/ext/mplex/inputstrm.cc:
41260         * gst-libs/ext/mplex/inputstrm.hh:
41261         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41262         * gst-libs/ext/mplex/mjpeg_logging.cc:
41263         * gst-libs/ext/mplex/mjpeg_logging.h:
41264         * gst-libs/ext/mplex/mjpeg_types.h:
41265         * gst-libs/ext/mplex/mpastrm_in.cc:
41266         * gst-libs/ext/mplex/mpegconsts.cc:
41267         * gst-libs/ext/mplex/mpegconsts.h:
41268         * gst-libs/ext/mplex/mplexconsts.hh:
41269         * gst-libs/ext/mplex/multplex.cc:
41270         * gst-libs/ext/mplex/outputstream.hh:
41271         * gst-libs/ext/mplex/padstrm.cc:
41272         * gst-libs/ext/mplex/padstrm.hh:
41273         * gst-libs/ext/mplex/stillsstream.cc:
41274         * gst-libs/ext/mplex/stillsstream.hh:
41275         * gst-libs/ext/mplex/systems.cc:
41276         * gst-libs/ext/mplex/systems.hh:
41277         * gst-libs/ext/mplex/vector.cc:
41278         * gst-libs/ext/mplex/vector.hh:
41279         * gst-libs/ext/mplex/videostrm.hh:
41280         * gst-libs/ext/mplex/videostrm_in.cc:
41281         * gst-libs/ext/mplex/videostrm_out.cc:
41282         * gst-libs/ext/mplex/yuv4mpeg.cc:
41283         * gst-libs/ext/mplex/yuv4mpeg.h:
41284         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41285         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41286           We don't fork mjpegtools' mplex in our CVS anymore.
41287         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41288         (gst_avi_demux_add_stream):
41289         * gst/avi/gstavidemux.h:
41290           Add getcaps() function for proper caps nego. This makes some
41291           parts of AVI playback/reading work.
41292         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41293           Resize window on new capsnego. This is probably wrong, but
41294           I'm still committing it because with current capsnego, the
41295           first successfull capsnego is auto-fixated, therefore rounded
41296           down to the lowest values in the caps. this results in a 16x16
41297           XWindow that is not reized when real capsnego finishes.
41298           Dave, I see more cases of this, do you know a proper solution?
41299         * tools/gst-launch-ext.in:
41300           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41301
41302 2003-12-31  David Schleef  <ds@schleef.org>
41303
41304         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41305         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41306           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41307
41308 2003-12-30  David Schleef  <ds@schleef.org>
41309
41310         * ext/ffmpeg/gstffmpegcolorspace.c:
41311         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41312         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41313         (gst_ffmpegcsp_chain): Negotiation fixes
41314         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41315         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41316         (gst_audio_convert_link), (gst_audio_convert_channels):
41317         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41318         (gst_audioscale_link), (gst_audioscale_get_buffer),
41319         (gst_audioscale_chain): Negotiation fixes
41320         * gst/audioscale/gstaudioscale.h:
41321         * gst/videofilter/gstvideofilter.c:
41322         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41323         (gst_videofilter_link), (gst_videofilter_init),
41324         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41325         (gst_videofilter_find_format_by_structure):
41326         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41327         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41328         (gst_videoscale_link):
41329         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41330         (videoscale_find_by_structure), (gst_videoscale_setup):
41331         * gst/videoscale/videoscale.h: Negotiation fixes
41332         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41333         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41334         function, restrict resizing to a multiple of 4 (hack until
41335         everyone supports odd sizes correctly).
41336
41337 2003-12-29  Colin Walters  <walters@verbum.org>
41338
41339         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41340         signed.
41341
41342 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41343
41344         * ext/sndfile/gstsf.c: (gst_sf_loop):
41345           Fix warning about discarding const qualifier
41346
41347 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41348
41349         * gst/cutter/gstcutter.c:
41350         * gst/videoscale/gstvideoscale.c:
41351         * gst/volenv/gstvolenv.c:
41352         * gst-libs/gst/audio/audio.c:
41353         * gst-libs/gst/video/video.c:
41354           Fix warnings
41355
41356 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41357
41358         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41359           Don't send ALSA debugging to stderr.
41360         * ext/alsa/gstalsa.h:
41361           Use GST_WARNING instead of g_warning when ALSA functions fail.
41362
41363 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41364
41365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41366           Free XVAdapterInfo correctly.
41367
41368 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41369
41370         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41371         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41372           Make id3tag use correct caps nego.
41373
41374 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41375
41376         * ext/ivorbis/vorbis.c:
41377         * ext/ivorbis/vorbisenc.h:
41378         * ext/ivorbis/vorbisfile.c:
41379           Modify so that it uses the new caps things
41380
41381 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41382
41383         * testsuite/spider/spider1.c: (main):
41384         * testsuite/spider/spider2.c: (main):
41385         * testsuite/spider/spider3.c: (main):
41386           Make tests compile again. They probably don't work.
41387
41388 2003-12-24  Colin Walters  <walters@verbum.org>
41389
41390         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41391         we can't fixate the caps anymore.
41392
41393 2003-12-23  David Schleef  <ds@schleef.org>
41394
41395         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41396         * sys/oss/gstosssink.c: (gst_osssink_init),
41397         (gst_osssink_sink_fixate): Add fixate function.
41398
41399 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41400
41401         * ext/ffmpeg/gstffmpegcodecmap.c:
41402         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41403         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41404         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41405         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41406         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41407         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41408         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41409           fix typo in RGB masks, and move back to "old" colorspace
41410           capsnego code until whoever wrote this new crap has actually
41411           tested it so that it works.
41412           And yes, this works, keep it that way please.
41413
41414 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41415
41416         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41417         (gst_divxdec_init), (gst_divxdec_negotiate):
41418         * ext/divx/gstdivxdec.h:
41419         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41420         (gst_divxenc_init):
41421         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41422         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41423         * ext/mpeg2enc/gstmpeg2enc.cc:
41424         * ext/mpeg2enc/gstmpeg2encoder.cc:
41425         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41426         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41427         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41428         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41429         (dxr3spusink_init):
41430         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41431         (dxr3videosink_init):
41432           Fix caps breakage after Dave's caps branch merge.
41433
41434 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41435
41436         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41437           Fix for 24bpp display.
41438
41439 2003-12-23  Colin Walters  <walters@verbum.org>
41440
41441         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41442         a GnomeVFSHandle directly.
41443
41444 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41445
41446         * gst/volume/Makefile.am:
41447         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41448         (volume_base_init), (volume_init):
41449           Reenable volume element and fix to work with new caps stuff.
41450           Rhythmbox needs this.
41451
41452 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41453
41454         * gst/qtdemux/qtdemux.c: (plugin_init):
41455           qtdemux requires bytestream
41456
41457 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41458
41459         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41460           Fix remaining caps handling errors due to CAPS merge.
41461
41462 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41463
41464         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41465         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41466         (gst_faad_srcconnect):
41467           Port to new caps system.
41468
41469 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41470
41471         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41472         (got_video_size), (main): using g_print instead of g_message.
41473         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41474         signal which was not emitted because of "switch" element added to the
41475         bin but not connected. (Removing from the bin temporarily)
41476
41477 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41478
41479         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41480         find X development files. I don't understand the previous tests and
41481         they fail on my debian/ppc unstable. This one works.
41482         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41483         exiting.
41484         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41485         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41486         (gst_play_set_visualization): Add some safety checks in set_ methods
41487         and state_change. This was throwing some ugly CRITICAL messages when
41488         pipeline was getting disposed and casts were failing.
41489
41490 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41491
41492         * configure.ac:
41493           Improve mpeg2enc detection. This is for distributions that do
41494           ship mjpegtools, but without mpeg2enc. Also does object check
41495           for might there ever be ABI incompatibility.
41496         * ext/mpeg2enc/gstmpeg2enc.cc:
41497           Add Andrew as second maintainer (he's helping me), and also add
41498           an error if no caps was set. This happens if I pull before capsnego
41499           and that's something I should solve sometime else.
41500         * gst/matroska/matroska-demux.c:
41501         (gst_matroska_demux_parse_blockgroup):
41502           Fix time parsing.
41503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41504         (gst_matroska_mux_track_header):
41505           Add caps to templates.
41506         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41507           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41508         * gst/mpegstream/gstmpegdemux.c:
41509           Remove layer since it causes warnings about unfixed caps.
41510         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41511           Fix obvious typo (we error out if caps were set, we should of
41512           course error out if *no* caps were set).
41513         * sys/oss/gstosselement.c: (gst_osselement_convert):
41514           Fix format conversion, we confused bits/bytes.
41515         * sys/oss/gstosselement.h:
41516           Improve documentation for 'bps'.
41517         * sys/v4l/TODO:
41518           Remove stuff about plugins that need removing - this was done
41519           ages ago.
41520         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41521         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41522         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41523         (gst_v4lsrc_src_query):
41524         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41525         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41526           Add get_query_types(), get_formats() and query() functions.
41527
41528 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41529
41530         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41531           * moved CVS to freedesktop.org