gst-libs/gst/video/: Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
2
3         * gst-libs/gst/video/Makefile.am:
4         * gst-libs/gst/video/video.h:
5         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
6         This will help bindings to use it.
7
8 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
9
10         * gst-libs/gst/audio/Makefile.am:
11         * gst-libs/gst/audio/audio.c:
12         * gst-libs/gst/audio/multichannel.h:
13         * gst-libs/gst/audio/testchannels.c:
14         * win32/MANIFEST:
15         * win32/common/audio-enumtypes.c:
16         (gst_audio_channel_position_get_type),
17         (gst_ring_buffer_state_get_type),
18         (gst_ring_buffer_seg_state_get_type),
19         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
20         * win32/common/audio-enumtypes.h:
21         * win32/common/multichannel-enumtypes.c:
22         * win32/common/multichannel-enumtypes.h:
23         * win32/vs6/grammar.dsp:
24         * win32/vs6/libgstaudio.dsp:
25         * win32/vs7/libgstaudio.vcproj:
26         * win32/vs8/libgstaudio.vcproj:
27         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
28         audio- in order to wrap all enums declarations of that library.
29         This modification should not matter since that header file is not a
30         public header (it will be included by public headers).
31         Modify win32 crap^Wfiles accordingly.
32
33 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
34
35         * gst-libs/gst/audio/gstbaseaudiosrc.h:
36         * gst-libs/gst/audio/gstbaseaudiosink.h:
37         Complete Sebastien's commit from the 13th by exporting the
38         _slave_method_get_type() methods.
39
40 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
41
42         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
43         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
44         (gst_gio_base_src_query):
45         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
46         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
47         (gst_gnome_vfs_src_query):
48         Implement URI query. Fixes bug #562949.
49
50 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
53         Add some debug info.
54
55         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
56         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
57         (gst_play_sink_release_pad):
58         Add some more debug info.
59         Reconfigure the audio chain when we switch between raw and encoded audio
60         in gapless playback.
61
62 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
63
64         * gst-libs/gst/audio/gstbaseaudiosink.c:
65         (gst_base_audio_sink_setcaps):
66         Pause the write thread before deactivating and releasing the ringbuffer
67         to avoid a deadlock when we do gapless playback with different sample
68         rates in playbin2.  Fixes #564929.
69
70 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
71
72         * gst-libs/gst/audio/gstbaseaudiosrc.c:
73         Make GstAudioSrcSlaveMethod get_type() function non-static
74         as it's public now.
75
76         * win32/common/libgstaudio.def:
77         * win32/common/libgstnetbuffer.def:
78         Add some missing functions to the list of exported symbols.
79
80 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
81
82         Patch by: Andrew Feren <acferen at yahoo dot com>
83
84         * gst-libs/gst/netbuffer/gstnetbuffer.c:
85         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
86         (gst_netaddress_get_address_bytes),
87         (gst_netaddress_set_address_bytes):
88         * gst-libs/gst/netbuffer/gstnetbuffer.h:
89         Make gst_netaddress_get_ip4_address fail for v6 addresses.
90         Make gst_netaddress_get_ip6_address either fail or return the v4
91         address as a transitional v6 address.
92         Add two convenience functions:
93         API: gst_netaddress_get_address_bytes()
94         API: gst_netaddress_set_address_bytes()
95         Fixes #564896.
96
97 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
98
99         * gst/adder/Makefile.am:
100         * gst/adder/gstadder.c:
101           Cleanup variable names to make the adder-loop easier to understand.
102           Also try to use liboil to spee it up, but ifdef it out as it does not
103           make any change for me (Intel pentim M (sse,sse2) please try on other
104           systems).
105
106 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
107
108         * docs/plugins/Makefile.am:
109         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
110         * docs/plugins/gst-plugins-base-plugins-sections.txt:
111         * gst/tcp/gsttcpclientsink.c:
112         * gst/tcp/gsttcpclientsrc.c:
113         * gst/tcp/gsttcpserversrc.c:
114         Add minimal docs to make the remaining tcp elements show up.
115         Fixes #564139.
116
117 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
118
119         * win32/common/config.h:
120           Update to CVS version.
121
122         * win32/common/config.h.in:
123           Hardcode path to plugin install helper exe, just like we hardcode
124           the paths in core. Removes another source of VCS conflicts for
125           people hacking gst-plugins-base on systems with autotools.
126
127 2008-12-13  Edward Hervey  <bilboed@gmail.com>
128
129         * m4/Makefile.am:
130         And a couple more .m4 that don't exist anymore with gettext 0.17
131
132 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
133
134
135         * m4/Makefile.am:
136         inttypes.m4 hasn't been available since gettext-0.15, and since we now
137         require gettext >= 0.17 ... we can remove it from the list of files to
138         dist.
139
140 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
141
142         * gst-libs/gst/audio/gstbaseaudiosink.c:
143         (gst_base_audio_sink_slave_method_get_type),
144         (gst_base_audio_sink_class_init):
145         * gst-libs/gst/audio/gstbaseaudiosink.h:
146         * gst-libs/gst/audio/gstbaseaudiosrc.c:
147         (gst_base_audio_src_slave_method_get_type),
148         (gst_base_audio_src_class_init):
149         * gst-libs/gst/audio/gstbaseaudiosrc.h:
150         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
151         public API. This is needed for the C++ bindings to be able
152         to use this base classes. Fixes bug #564200, #564206.
153
154 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
155
156         * gst-libs/gst/cdda/gstcddabasesrc.c:
157         (gst_cdda_base_src_handle_event):
158         Remove erroneous gst_buffer_ref().
159         * tests/check/libs/rtp.c: (GST_START_TEST):
160         Don't forget to unref the buffer once you're done with it.
161
162 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
163
164         * gst/playback/gstplaybin.c:
165         * gst/playback/gstplaybin2.c:
166           XRef to GstXOverlay.
167
168 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
169
170         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
171         Free the factory array when finalizing.
172         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
173         Use a GstStaticPadTemplate since the src pad caps are fixed.
174
175 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
176
177         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
178         (gst_vorbis_enc_init):
179         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
180         pad templates.
181
182 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
183
184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
185         (gst_riff_create_video_template_caps):
186         Add mapping for VP6 in avi/riff.
187
188 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
189
190         * gst/subparse/samiparse.c: (sami_context_push_state),
191         (sami_context_pop_state), (start_sami_element), (end_sami_element):
192         Some versions of libxml seem to be very picky as to strict formatting
193         of the input and never 'close' the final </body> tag.
194         In order to fix that bad behaviour, we trigger the flushing of
195         remaining data on both </body> and </sami>.
196         Fixes #557365
197
198 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
199
200         Patch by: Guillaume Emont <guillaume at fluendo dot com>
201
202         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
203         Add typefinders for MS Word files and OS X .DS_Store files to
204         prevent them to be recognized as MPEG files. Fixes bug #564098.
205
206 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
207
208         * gst/playback/gstplaysink.c: (gen_audio_chain),
209         (gst_play_sink_reconfigure):
210         Add some more debug info.
211         Fix linking of just an encoded sink.
212         Handle failure to create a sink chain more gracefully than crashing.
213
214 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
215
216         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
217         Pushing 10 buffers is enough to run the test.
218
219 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
220
221         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
222         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
223         (main):
224         Hook up the SKIP seek flag.
225
226 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
227
228         * gst/playback/gstplaybin2.c: (pad_added_cb):
229         Error out with a missing-plugin error when the input-selector was not
230         found.
231
232         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
233         Indentation.
234
235 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
236
237         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
238         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
239         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
240         (gst_play_sink_send_event), (gst_play_sink_change_state):
241         Use G_DEFINE_TYPE.
242         Try to set the selected sink to READY before using it. This will allow
243         for detection of incompatible formats sooner.
244         Don't cause a fatal error when conversion elements are missing but post
245         a missing-element message and a warning instead because things might
246         still link and run fine.
247         Simplyfy the construction of audio and video sink chains.
248
249 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
250
251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
252         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
253         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
254         init from glib.
255
256 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
257
258         Patch by: Luis Menina <liberforce at freeside dot fr>
259
260         * gst-libs/gst/floatcast/floatcast.h:
261         * gst/typefind/gsttypefindfunctions.c:
262         Include glib.h instead of a specific GLib header. Including single
263         GLib headers is deprecated. Fixes bug #563904.
264
265 2008-12-09  Julien Moutte  <julien@fluendo.com>
266
267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
268         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
269
270 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
271
272         * gst-libs/gst/riff/riff-read.c:
273           Fix handling of odd chunks in riff metadata.
274
275 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
276
277         * gst/volume/gstvolume.c: (gst_volume_class_init),
278         (volume_before_transform), (volume_transform_ip):
279         Use new basetransform vmethod to reconfigure the dynamic properties and
280         any pending volume/mute changes. Fixes #563508.
281
282 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         * configure.ac:
285         First check for "theoraenc theoradec" and if that failed check
286         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
287         deprecate the latter. Also linking on Windows fails with just "theora"
288         and the version check would fail for the release candidates.
289         Fixes bug #563718.
290
291 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
292
293         * gst/playback/gstdecodebin.c:
294         * gst/playback/gstdecodebin2.c:
295           Add basic docs to decodebin and link to decodebin from decodebin2.
296           
297 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
298
299         Patch by: Olivier Crete  <tester at tester ca>
300
301         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
302         * gst-libs/gst/rtp/gstrtcpbuffer.h:
303         Implement gst_rtcp_packet_remove(). Fixes #563174.
304
305         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
306         Add unit test for some RTCP functions.
307
308 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
309
310         * configure.ac:
311         Apparently AC_CONFIG_MACRO_DIR breaks when using more
312         than one macro directory, reverting last change.
313
314 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
315
316         * configure.ac:
317         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
318         our M4 macros.
319
320 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
321
322         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
324         Clear all flags on buffers returned from the image pool.
325         Fixes #563143
326
327 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
328
329         Patch by: Cygwin Ports maintainer
330                   <yselkowitz at users dot sourceforge dot net>
331
332         * autogen.sh:
333         * configure.ac:
334         Require gettext 0.17 because older versions don't mix with libtool
335         2.2. At build time an older gettext version will still work.
336         Fixes bug #556091.
337
338 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
339
340         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
341
342 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
343
344         * docs/plugins/gst-plugins-base-plugins.args:
345         * docs/plugins/gst-plugins-base-plugins.hierarchy:
346         * docs/plugins/gst-plugins-base-plugins.interfaces:
347         * docs/plugins/gst-plugins-base-plugins.prerequisites:
348         * docs/plugins/inspect/plugin-videorate.xml:
349         * gst/speexresample/gstspeexresample.c:
350         Update documentation of speexresample for the new element name.
351
352 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
353
354         * gst/speexresample/README:
355         Update README with the latest diff between the Speex resampler
356         and our copy.
357
358 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
359
360         * gst/speexresample/gstspeexresample.c: (plugin_init):
361         Update the debug category from speex_resample to audioresample.
362
363 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
364
365         * gst/audioresample/Makefile.am:
366         * gst/audioresample/buffer.c:
367         * gst/audioresample/buffer.h:
368         * gst/audioresample/debug.c:
369         * gst/audioresample/debug.h:
370         * gst/audioresample/functable.c:
371         * gst/audioresample/functable.h:
372         * gst/audioresample/gstaudioresample.c:
373         * gst/audioresample/gstaudioresample.h:
374         * gst/audioresample/resample.c:
375         * gst/audioresample/resample.h:
376         * gst/audioresample/resample_chunk.c:
377         * gst/audioresample/resample_functable.c:
378         * gst/audioresample/resample_ref.c:
379         * tests/check/elements/audioresample.c:
380         Remove audioresample files.
381
382 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
383
384         * docs/plugins/inspect/plugin-audioresample.xml:
385         Regenerated for library filename change.
386
387 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
388
389         * configure.ac:
390         * docs/plugins/Makefile.am:
391         * docs/plugins/gst-plugins-base-plugins-sections.txt:
392         * docs/plugins/gst-plugins-base-plugins.args:
393         * docs/plugins/gst-plugins-base-plugins.hierarchy:
394         * docs/plugins/gst-plugins-base-plugins.interfaces:
395         * docs/plugins/gst-plugins-base-plugins.prerequisites:
396         * docs/plugins/inspect/plugin-adder.xml:
397         * docs/plugins/inspect/plugin-alsa.xml:
398         * docs/plugins/inspect/plugin-audioconvert.xml:
399         * docs/plugins/inspect/plugin-audiorate.xml:
400         * docs/plugins/inspect/plugin-audioresample.xml:
401         * docs/plugins/inspect/plugin-audiotestsrc.xml:
402         * docs/plugins/inspect/plugin-cdparanoia.xml:
403         * docs/plugins/inspect/plugin-decodebin.xml:
404         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
405         * docs/plugins/inspect/plugin-gdp.xml:
406         * docs/plugins/inspect/plugin-gio.xml:
407         * docs/plugins/inspect/plugin-gnomevfs.xml:
408         * docs/plugins/inspect/plugin-libvisual.xml:
409         * docs/plugins/inspect/plugin-ogg.xml:
410         * docs/plugins/inspect/plugin-pango.xml:
411         * docs/plugins/inspect/plugin-playback.xml:
412         * docs/plugins/inspect/plugin-queue2.xml:
413         * docs/plugins/inspect/plugin-subparse.xml:
414         * docs/plugins/inspect/plugin-tcp.xml:
415         * docs/plugins/inspect/plugin-theora.xml:
416         * docs/plugins/inspect/plugin-typefindfunctions.xml:
417         * docs/plugins/inspect/plugin-uridecodebin.xml:
418         * docs/plugins/inspect/plugin-video4linux.xml:
419         * docs/plugins/inspect/plugin-videorate.xml:
420         * docs/plugins/inspect/plugin-videoscale.xml:
421         * docs/plugins/inspect/plugin-videotestsrc.xml:
422         * docs/plugins/inspect/plugin-volume.xml:
423         * docs/plugins/inspect/plugin-vorbis.xml:
424         * docs/plugins/inspect/plugin-ximagesink.xml:
425         * docs/plugins/inspect/plugin-xvimagesink.xml:
426         * gst/speexresample/gstspeexresample.c: (plugin_init):
427         * gst/speexresample/Makefile.am:
428         * tests/check/Makefile.am:
429         * tests/check/elements/speexresample.c: (setup_speexresample),
430         (GST_START_TEST), (test_pipeline):
431         Rename the moved speexresample to audioresample, integrate into the
432         build system and remove the old audioresample from the build system.
433         Fixes bug #558124, #385061, #346218, #116051.
434
435 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
436
437         * gst-libs/gst/audio/gstbaseaudiosrc.c:
438         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
439         Avoid nasty int overflows after about 12 hours and 25 minutes when these
440         code paths are triggered. 
441         A free beer to Håvard Graff for finding this!
442
443 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
444
445         Patch by: 이문형 <iwings at gmail dot com>
446
447         * gst-libs/gst/rtsp/gstrtspconnection.c:
448         (gst_rtsp_connection_connect):
449         A successful gst_poll_wait() doesn't always mean successful connect() on
450         Windows.  We should check errors by calling gst_poll_fd_has_error().
451         See #561924.
452
453 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
454
455         * gst-libs/gst/rtp/gstrtcpbuffer.c:
456         Fix typo in the docs.
457
458 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
459
460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
461         If no stream was found before receiving EOS, post an error message.
462         Fixes #561924.
463
464 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
465
466         * ext/theora/gsttheoraenc.h:
467         * ext/theora/theoraenc.c: (gst_theora_enc_init),
468         (theora_buffer_from_packet), (theora_push_packet),
469         (theora_enc_sink_event), (theora_enc_is_discontinuous),
470         (theora_enc_chain):
471         Parse segment events.
472         Pass incomming buffer timestamps to outgoing buffers.
473         Use the running_time to construct the granulepos.
474         Fixes #562163.
475
476 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
477
478         * gst/playback/gstplaybin2.c: (activate_group):
479         Fix buffer-duration property.
480
481 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
482
483         * gst-libs/gst/audio/gstbaseaudiosink.c:
484         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
485         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
486         (gst_base_audio_sink_change_state):
487         Really fix audiosink drain handling by keeping track of the running_time
488         of the last sample.
489
490 2008-11-24  Michael Smith <msmith@songbirdnest.com>
491
492         * gst/playback/gstplaybin2.c:
493           Add notification of current stream. Add ability to configure buffer
494           sizes.
495         * gst/playback/gsturidecodebin.c:
496           Add ability to configure buffer sizes for streaming mode.
497           Bug #561734.
498
499 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
500
501         * gst-libs/gst/audio/gstbaseaudiosink.c:
502           Time is already in running_time. Remove base_time handling. Fixes
503           audiosinks not draining and thus chopping some audio in the end.
504
505 2008-11-24  David Schleef  <ds@schleef.org>
506
507         * ext/ogg/gstoggmux.c:
508         * ext/ogg/gstoggmux.h:
509           If we're muxing a dirac stream, flush the page after every picture.
510
511 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
512
513         * gst-libs/gst/audio/gstbaseaudiosink.c:
514           Add one log message to check for audio_drained. Sync one log message
515           with the condition. Send EOS after draining audio in pull mode.
516
517 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
518
519         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
520         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
521         Use gst_buffer_try_new_and_alloc() and fail properly if the
522         allocation failed. This prevents abort() if downstream elements
523         request an insane amount of memory.
524
525 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
526
527         * gst/volume/gstvolume.c: (volume_choose_func),
528         (volume_update_volume), (gst_volume_set_volume),
529         (gst_volume_get_volume), (gst_volume_set_mute),
530         (gst_volume_class_init), (gst_volume_init),
531         (volume_process_double), (volume_process_float),
532         (volume_process_int32), (volume_process_int32_clamp),
533         (volume_process_int24), (volume_process_int24_clamp),
534         (volume_process_int16), (volume_process_int16_clamp),
535         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
536         (volume_transform_ip), (volume_set_property),
537         (volume_get_property):
538         * gst/volume/gstvolume.h:
539         Cleanup volume, define and use default values.
540         Recalculate new volume and mute setup before processing. Fixes #561789.
541
542         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
543         Add controller unit test. Patch by: Jonathan Matthew
544         Fix bogus test that messed with basetransform's internal state.
545
546 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
547
548         * gst/videorate/gstvideorate.c:
549         Add jpeg and png image media types to the caps. Fixes #561436.
550
551 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
552
553         * gst/playback/gstplaysink.c: (gen_audio_chain):
554         Don't post an error when we can't configure the volume but post a
555         warning instead. Fixes #561780.
556
557 2008-11-21  David Schleef  <ds@schleef.org>
558
559         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
560
561         * gst/videotestsrc/gstvideotestsrc.c:
562         * gst/videotestsrc/gstvideotestsrc.h:
563         * gst/videotestsrc/videotestsrc.c:
564         * gst/videotestsrc/videotestsrc.h:
565           Add a zone plate pattern generator based on BBC R&D Report
566           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
567           kx2=20 ky2=20 kt=1'.
568
569 2008-11-20  Michael Smith <msmith@songbirdnest.com>
570
571         * gst/playback/gstdecodebin2.c:
572           Fix random fat-fingering making this not compile.
573
574 2008-11-20  Michael Smith <msmith@songbirdnest.com>
575
576         * gst/playback/gstdecodebin2.c:
577           If the top-level type of the stream is plain text, don't try to decode
578           it, matching behaviour of decodebin.
579         * gst/playback/gstplaysink.c:
580           If we fail to generate a text chain (e.g. due to missing optional
581           plugins), don't crash.
582
583 2008-11-20  Michael Smith <msmith@songbirdnest.com>
584
585         * gst-libs/gst/rtsp/gstrtspdefs.c:
586           Fix win32 build. Oops.
587
588 2008-11-20  Michael Smith <msmith@songbirdnest.com>
589
590         * gst-libs/gst/rtsp/gstrtspdefs.c:
591           Use WSAGetLastError() rather than errno/h_errno on win32.
592
593 2008-11-20  Michael Smith <msmith@songbirdnest.com>
594
595         * gst-libs/gst/riff/riff-media.c:
596           Support WMA Lossless properly.
597
598 2008-11-18  David Schleef  <ds@schleef.org>
599
600         * gst/videotestsrc/gstvideotestsrc.c:
601         * gst/videotestsrc/gstvideotestsrc.h:
602         * gst/videotestsrc/videotestsrc.c:
603         * gst/videotestsrc/videotestsrc.h:
604           Add "colorspec" property, specifying whether to generate BT.601
605           or BT.709 video.  This only affects YCbCr values, not RGB, since
606           if you're generating a 709 test pattern, presumably you want
607           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
608           uses 75% colors instead of 100%, since this is often more useful
609           for testing (and also follows the SMPTE EG-1 guideline).
610
611 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
612
613         * gst/playback/gstdecodebin.c:
614         Add a "sink-caps" property to decodebin like it's done for decodebin2.
615         Fixes #560380.
616
617 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
618
619         * gst/audioresample/gstaudioresample.c:
620         Guard against a NULL dereference I somehow encountered -
621         with a FLUSH_STOP arriving either before basetransform _start(),
622         or after _stop().
623
624         * gst/typefind/gsttypefindfunctions.c:
625         Make sure we never jump backwards when typefinding corrupt mov files.
626
627 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
628
629         * gst-libs/gst/interfaces/propertyprobe.c:
630         Fix random type causing a docs warning.
631
632 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
633
634         * sys/v4l/gstv4l.c:
635           Give it a minimal rank for autovideosrc.
636
637 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
638
639         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
640         (plugin_init):
641         Improve typefinding of ISO JPEG2000 mime types.
642
643 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
646         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
647         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
648         * sys/xvimage/xvimagesink.h:
649         Avoid typechecking when we do trivial casts.
650         Move error handling out of the main program flow.
651         Sneak in the display-region caps property, not completely correct yet.
652         Cache the width/height in buffer_alloc instead of parsing it from the
653         caps all the time.
654
655 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
656
657         * gst/playback/gstplaybin2.c: (deactivate_group):
658         don't try to unlink the selector sinkpad when we don't have it yet. This
659         can happen if an error occured before the group was complete.
660
661 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
662
663         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
664         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
665         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
666         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
667         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
668         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
669         (gst_rtp_buffer_get_extension_data),
670         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
671         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
672         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
673         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
674         (gst_rtp_buffer_get_payload_type),
675         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
676         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
677         (gst_rtp_buffer_set_timestamp),
678         (gst_rtp_buffer_get_payload_subbuffer),
679         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
680         Avoid expensive type checks we already did as part of the 
681         _validate() function that should be called first.
682
683 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
684
685         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
686         (gst_base_rtp_depayload_push_full),
687         (gst_base_rtp_depayload_set_gst_timestamp):
688         Fix some cases where a newsegment event was not sent.
689
690 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
691
692         * gst/playback/gstplaybin2.c: (activate_group):
693         Catch state change errors and stop from the uridecodebin elements
694         instead of trying to continue in vain.
695
696 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * gst-libs/gst/audio/gstbaseaudiosink.c:
699         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
700         (gst_base_audio_sink_callback):
701         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
702         for the latency to expire, fixes #559567.
703
704 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
705
706         * gst/adder/gstadder.c:
707           Change author string after seeing output of gst-inspector.
708
709 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
710
711         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
712         Don't try to do crazy things when we only have a text pad without a
713         video pad. Fixes #559478.
714
715 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
718         Fix case where we don't have a range for the rates or channels as is the
719         case with truespeech.
720
721 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
722
723         * gst/volume/gstvolume.c: (volume_update_real_volume),
724         (gst_volume_set_volume), (gst_volume_get_volume),
725         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
726         (volume_transform_ip), (volume_update_mute),
727         (volume_update_volume), (volume_get_property):
728         * gst/volume/gstvolume.h:
729         Keep negotiated state in a separate variable.
730         Protect the volume and mute properties with the object lock.
731         Protect modifying the transform with the transform lock.
732
733 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
734
735         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
736         (gst_ffmpeg_pixfmt_to_caps):
737         Only convert caps to string when debug is enabled.
738
739 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
740
741         * ext/theora/gsttheoradec.h:
742         * ext/theora/theoradec.c: (gst_theora_dec_init),
743         (gst_theora_dec_reset), (theora_dec_src_event),
744         (theora_dec_sink_event), (theora_handle_type_packet):
745         Copy seqnum.
746         Keep events in a pending list, like vorbisdec, instead of trying
747         to construct a segment event ourselves.
748
749         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
750         (vorbis_dec_src_event), (vorbis_dec_sink_event):
751         * ext/vorbis/vorbisdec.h:
752         Copy seqnum.
753
754 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
755
756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
757         (gst_ogg_demux_deactivate_current_chain),
758         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
759         (gst_ogg_demux_loop):
760         * ext/ogg/gstoggdemux.h:
761         Copy seqnums around to track playback segments and messages.
762
763 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
764
765         Based on patch by: Matthias Kretz <kretz at kde dot org>
766
767         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
768         (gst_alsasink_prepare), (gst_alsasink_unprepare),
769         (gst_alsasink_write):
770         Make all access non-blocking so that we can better handle unplugging
771         of usb devices. Fixes #559111
772
773 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
774
775         Patch by: Damien Lespiau  <damien.lespiau gmail com>
776
777         * gst-libs/gst/rtsp/gstrtspconnection.c:
778         (gst_rtsp_connection_write):
779         Make the next call to poll not depend on previous calls to poll with or
780         without reading from the active descriptor. Fixes #544293.
781
782 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
783
784         Patch by: Nick Haddad <nick at haddads dot net>
785
786         * gst-libs/gst/riff/riff-ids.h:
787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
788         Add support for other fourcc codes that are commonly used for
789         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
790         Fixes #558553.
791
792 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
793
794         * gst/audioresample/gstaudioresample.c:
795           Return the result of parent_class->event().
796
797 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
798
799         * gst/audioresample/gstaudioresample.c:
800         (gst_audioresample_class_init), (audioresample_fixate_caps):
801         Fixate the rate to the nearest supported rate instead of
802         the first one. Fixes bug #549510.
803
804 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         * win32/common/libgstaudio.def:
807         Add new symbols.
808
809 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
810
811         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
812         Attempt to make obfuscated code clearer.
813
814 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
815
816         * docs/libs/gst-plugins-base-libs-sections.txt:
817         * gst-libs/gst/floatcast/floatcast.h:
818         Move float endianness conversion macros to core. Second part of
819         bug ##555196.
820
821 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
822
823         * sys/ximage/ximagesink.h:
824         * sys/xvimage/xvimagesink.h:
825           Don't mark as gtk-doc docs as they aren't public.
826
827 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
828
829         * sys/xvimage/xvimagesink.c:
830         * sys/xvimage/xvimagesink.h:
831         * tests/icles/Makefile.am:
832         * tests/icles/test-colorkey.c:
833           Allow setting colorkey if possible. Implement property probe interface
834           for optional X features (autopaint-colorkey, double-buffer and
835           colorkey). Fixes #554533
836
837 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
838
839         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
840         Remove useless buffer size assignment. It already has this value.
841
842 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         * gst-libs/gst/audio/gstaudiosink.c:
845         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
846         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
847         (gst_audioringbuffer_stop):
848         Implement a separate activate functions to start monitoring the segments
849         or, in pull mode, pulling in data.
850
851         * gst-libs/gst/audio/gstbaseaudiosink.c:
852         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
853         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
854         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
855         (gst_base_audio_sink_activate_pull),
856         (gst_base_audio_sink_async_play),
857         (gst_base_audio_sink_change_state):
858         Implement pad and element convert query function.
859         Activate the ringbuffer.
860         Use the segment last_stop value as the offset to pull.
861         Use new basesink _do_preroll() method to preroll in the pulling thread.
862         Take appropriate locking in the pulling thread.
863
864         * gst-libs/gst/audio/gstringbuffer.h:
865         Update some docs.
866
867 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
868
869         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
870         Improve MXF typefinding a bit by searching for a header partition
871         pack instead of just a general partition pack and checking more
872         bytes for valid values.
873
874 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
875
876         * tests/icles/.cvsignore:
877         update ignore file.
878
879         * tests/icles/Makefile.am:
880         * tests/icles/test-box.c: (make_pipeline), (main):
881         Add another interactive command line experimentation suite for
882         dynamically boxing/cropping/saling an input video.
883
884 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
885
886         * docs/libs/gst-plugins-base-libs-sections.txt:
887         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
888         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
889         * gst-libs/gst/audio/gstringbuffer.h:
890         Add methods to more accuratly control the pulling thread of a
891         ringbuffer.
892         Add format conversion helper code to the ringbuffer.
893         API: GstRingBuffer:gst_ring_buffer_activate()
894         API: GstRingBuffer:gst_ring_buffer_is_active()
895         API: GstRingBuffer:gst_ring_buffer_convert()
896
897 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
898
899         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
900         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
901         (gst_audioringbuffer_stop):
902         Signal thread startup earlier so that we can immediatly go into pull
903         mode when we have to and block on preroll.
904
905 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
906
907         * gst-libs/gst/audio/gstringbuffer.c:
908         (gst_ring_buffer_prepare_read):
909         In pull mode we want the callback to prepull a buffer we can preroll on
910         even when we are not yet playing.
911
912 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
913
914         * ext/alsa/Makefile.am:
915         * ext/cdparanoia/Makefile.am:
916         * ext/gio/Makefile.am:
917         * ext/gnomevfs/Makefile.am:
918         * ext/libvisual/Makefile.am:
919         * ext/ogg/Makefile.am:
920         * ext/pango/Makefile.am:
921         * ext/theora/Makefile.am:
922         * ext/vorbis/Makefile.am:
923         * gst/adder/Makefile.am:
924         * gst/audioconvert/Makefile.am:
925         * gst/audiorate/Makefile.am:
926         * gst/audioresample/Makefile.am:
927         * gst/audiotestsrc/Makefile.am:
928         * gst/ffmpegcolorspace/Makefile.am:
929         * gst/gdp/Makefile.am:
930         * gst/playback/Makefile.am:
931         * gst/subparse/Makefile.am:
932         * gst/tcp/Makefile.am:
933         * gst/typefind/Makefile.am:
934         * gst/videorate/Makefile.am:
935         * gst/videoscale/Makefile.am:
936         * gst/videotestsrc/Makefile.am:
937         * gst/volume/Makefile.am:
938         * sys/v4l/Makefile.am:
939         * sys/ximage/Makefile.am:
940         * sys/xvimage/Makefile.am:
941           Don't install static libs for plugins. Fixes #550851 for base.
942
943 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
946         Set the default blocksize to -1 because we will then use the configured
947         samplesperbuffer to create our output buffer.
948
949 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
950
951         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
952         (gst_riff_create_video_template_caps):
953         Add mappping for the KMVC (Karl Morton's Video) Codec.
954
955 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
956
957         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
958         Don't forget to advance the offset of what we're matching against, else
959         we end up in a forever loop.
960
961 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
962
963         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
964         Improve typefinding a bit. If we don't have a Unicode charset
965         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
966
967 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
968
969         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
970         Fix build on macosx.
971
972 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         Based on patch by: Robin Stocker <robin at nibor dot org>
975
976         * ext/theora/gsttheoradec.h:
977         * ext/theora/theoradec.c: (gst_theora_dec_init),
978         (theora_dec_setcaps), (theora_handle_type_packet),
979         (theora_dec_decode_buffer), (theora_dec_change_state):
980         Parse input caps and make the PAR override the encoded PAR when
981         specified by a container. Fixes #555699.
982
983 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
984
985         * gst-libs/gst/rtp/gstbasertpdepayload.c:
986         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
987         (gst_base_rtp_depayload_set_gst_timestamp),
988         (gst_base_rtp_depayload_change_state):
989         * gst-libs/gst/rtp/gstbasertpdepayload.h:
990         Add some more G_LIKELY
991         Fail when the setcaps function was not called.
992
993         * gst-libs/gst/rtp/gstbasertppayload.c:
994         (gst_basertppayload_set_outcaps):
995         Propagate return value of setcaps.
996
997 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
998
999         * gst/subparse/Makefile.am:
1000         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1001         (gst_sub_parse_class_init), (gst_sub_parse_init),
1002         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1003         (get_next_line), (gst_sub_parse_data_format_autodetect),
1004         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1005         (gst_subparse_type_find):
1006         * gst/subparse/gstsubparse.h:
1007         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1008         the first buffer contain the BOM. This also adds support for other
1009         encodings that allow NUL bytes via the encoding property.
1010         Fixes bugs #552237 and #456788.
1011
1012 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1013
1014         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1015         Don't drop the last byte of image tags if they're not an URI list.
1016         Fixes bug #556066.
1017
1018 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1019
1020         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1021         For looking at the 4th byte we have to get 4 bytes of course
1022         and not 3.
1023
1024 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1025
1026         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1027         Improve FLAC-without-headers typefinding by looking at most of the
1028         frame header and checking if invalid values are used. Should prevent
1029         quite some false positives compared to the old version which only
1030         check if the first 14 bits are set.
1031
1032 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1033
1034         * sys/xvimage/xvimagesink.c:
1035           Don't assert on caps==NULL.
1036
1037 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1038
1039         * gst/subparse/gstsubparse.c:
1040         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1041         (gst_sub_parse_change_state):
1042         * gst/subparse/gstsubparse.h:
1043         * tests/check/elements/subparse.c: (GST_START_TEST):
1044         Add support for subtitle files with UTF-8 BOM at the beginning
1045         by simple stripping it from the first line before passing it
1046         to any parsing code. Fixes bug #555257 and playback of files
1047         created by Gnome Subtitles.
1048
1049 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1050
1051         * gst/audiotestsrc/gstaudiotestsrc.c:
1052         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1053         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1054         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1055         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1056         (gst_audio_test_src_create):
1057         * gst/audiotestsrc/gstaudiotestsrc.h:
1058         Define the default property values in the usual place.
1059         Implement start/stop to reset values correctly.
1060         Calculate the sample size only once when we negotiate.
1061         Rename some values to make more sense.
1062         Keep track of our byte range.
1063         Add support for pull based scheduling. Disabled for now until we have
1064         the whole stack working.
1065         Set the BUFFER_OFFSET correctly.
1066
1067 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1068
1069         Based on a patch by: xavierb at gmail dot com
1070
1071         * gst/subparse/gstsubparse.c:
1072         (gst_sub_parse_data_format_autodetect):
1073         * tests/check/elements/subparse.c: (GST_START_TEST):
1074         Make the detection of the used subtitle a bit less strict
1075         for srt subtitles. Fixes bug #555607.
1076
1077 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1078
1079         * ext/vorbis/vorbisenc.c:
1080         (gst_vorbis_enc_buffer_check_discontinuous):
1081         Fix discontinuity detection which was broken by last commit.
1082
1083 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1084
1085         * configure.ac::
1086           Require core CVS for ghostpad API additions used by decodebin2.
1087
1088 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1089
1090         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1091         (gst_base_audio_src_create):
1092         Fix debug statements (space between '%' and actual format).
1093
1094 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1095
1096         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1097         Remove bogus assert, the decodepad could have been created inside an
1098         already existing group.
1099
1100 2008-10-08  Andy Wingo  <wingo@pobox.com>
1101
1102         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1103         target instead of setting it.
1104         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1105         API for a decode pad. The bugfix is that we set the group in
1106         activate(), not when the pad was created because it might be NULL
1107         then.
1108         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1109         Update to use the API.
1110
1111 2008-10-08  Andy Wingo  <wingo@pobox.com>
1112
1113         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1114         be a subclass of GstGhostPad.
1115         (analyze_new_pad): So, when emitting the signals that determine
1116         how we do autoplugging, already create the ghost pad and use it as
1117         the pad in the signal arguments. This allows applications to make
1118         a connection between the pad passed in e.g. autoplug-continue, and
1119         the pad passed in new-decoded-pad.
1120         (connect_pad, expose_pad): Update to receive the ghosted decode
1121         pad in the args, retargetting it as necessary if we have to plug
1122         the target pad through a multiqueue.
1123         (gst_decode_group_control_source_pad): Adapt to receive an
1124         already-ghosted pad that just needs activation, blocking, and
1125         drain notification.
1126         (sort_end_pads): Adapt for decode pads actually being pads.
1127         (gst_decode_group_expose): Adapt for decode pads actually being
1128         pads. Rewrite the decode pad names so they appear in order. Adds a
1129         new error case if we couldn't set the name.
1130         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1131         logic.
1132         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1133         New API for the decode pad, needed because we shouldn't do these
1134         things inside gst_decode_pad_new(), but after.
1135         (gst_decode_pad_new): Change to actually make the real pad, and
1136         delay the blocking/drainage bits.
1137
1138 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1139
1140         Patch by: Daniel Drake <dsd at laptop dot org>
1141
1142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1143         Unref all buffers when clearing collectpads. Fixes bug #546955.
1144
1145 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1146
1147         Based on a patch by: Klaas <klaas at rivercrew dot net>
1148
1149         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1150         (gst_vorbis_enc_buffer_check_discontinuous),
1151         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1152         * ext/vorbis/vorbisenc.h:
1153         Keep track of the upstream segments and use the running time on that
1154         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1155
1156 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1157
1158         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1159         Prevent overflows with big buffer when calculating the size of
1160         the intermediate buffer by using gst_util_uint64_scale() instead of
1161         plain arithmetics. Fixes bug #552801.
1162
1163 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1164
1165         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1166
1167         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1168         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1169         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1170         (gst_clock_overlay_get_property):
1171         * ext/pango/gstclockoverlay.h:
1172         API: Add ability to specify format for date/time display by
1173         adding a "time-format" property.
1174         Fixes bug #554879.
1175
1176 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1177
1178         Patch by: Jan Gerber <j at oil21 dot org>
1179
1180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1181         (gst_riff_create_video_template_caps):
1182         Add FFV1 fourcc to support playback of FFMPEG lossless video
1183         in AVI. Fixes bug #555319.
1184
1185 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1186
1187         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1188
1189         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1190         (gst_base_audio_src_create):
1191         Implement skew clock slaving. Fixes #552559.
1192
1193 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1194
1195         * gst-libs/gst/audio/multichannel.c:
1196         * gst-libs/gst/audio/testchannels.c:
1197         Fix include of config.h
1198
1199 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1200
1201         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1202
1203         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1204         (print_media), (gst_sdp_message_dump):
1205         Fix parsing of the c= field containing multicast addresses.
1206         Fixes #552199.
1207         Add the connection info to the session or streams.
1208         Fix parsing of the bandwidth.
1209         Add debugging for the connections and bandwidths for a media.
1210         Add debugging for the bandwidth of the session. 
1211
1212 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1213
1214         * gst-libs/gst/rtp/gstbasertppayload.c:
1215         (gst_basertppayload_change_state):
1216         Configure the next seqnum and timestamp in the state change so that they
1217         can be queried soon after.
1218
1219 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1220
1221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1222         (gst_base_rtp_depayload_chain):
1223         Improve debugging of the rtptime.
1224
1225 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1226
1227         * configure.ac:
1228         Back to development -> 0.10.21.1
1229
1230 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1231
1232         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1233         (plugin_init):
1234         Add typefinding for FLAC without headers in the beginning.
1235         This is already handled by flacdec and friends.
1236
1237 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1238
1239         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1240         (plugin_init):
1241         Add typefinder for MXF.
1242
1243 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1244
1245         * tests/icles/Makefile.am:
1246         Only build test-colorkey if GTK+ is available.
1247
1248 === release 0.10.21 ===
1249
1250 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1251
1252         * configure.ac:
1253           releasing 0.10.21, "We Could Be Wrong"
1254
1255 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1256
1257         * configure.ac:
1258         0.10.20.4 pre-release
1259
1260 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1261
1262         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1263
1264         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1265         Set the BOS flag on the BOS packet. Fixes #553244.
1266
1267 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1268
1269         * gst-libs/gst/rtsp/gstrtspmessage.c:
1270         (gst_rtsp_message_parse_request),
1271         (gst_rtsp_message_parse_response):
1272         Fix the g_return_val_if_fail() statements.
1273
1274 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1275
1276         * gst-libs/gst/tag/gsttagdemux.c:
1277           Fail to activate if there's insufficient data in the file to be usable,
1278           preventing an assertion fail later. Fixes #552960
1279
1280 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1281
1282         * gst-libs/gst/pbutils/descriptions.c:
1283         * gst/typefind/gsttypefindfunctions.c:
1284           Recognise Kate subtitle streams (#550582).
1285
1286 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1287
1288         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1289           Remove trailing comma from enum list, which causes problems
1290           with -pendantic (#550729).
1291
1292 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1293
1294         * configure.ac:
1295         0.10.20.2 pre-release
1296
1297         * po/LINGUAS:
1298         * po/id.po:
1299         * po/pt_BR.po:
1300
1301         New translations.
1302
1303 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1304
1305         * gst-libs/gst/interfaces/propertyprobe.c:
1306           (gst_property_probe_get_properties),
1307           (gst_property_probe_get_property),
1308           (gst_property_probe_probe_property),
1309           (gst_property_probe_probe_property_name),
1310           (gst_property_probe_needs_probe),
1311           (gst_property_probe_needs_probe_name),
1312           (gst_property_probe_get_values),
1313           (gst_property_probe_get_values_name),
1314           (gst_property_probe_probe_and_get_values),
1315           (gst_property_probe_probe_and_get_values_name):
1316           More sanity checks for our second-favourite interface.
1317
1318 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1319
1320         * gst-libs/gst/interfaces/propertyprobe.c:
1321           Check for NULL pointer, in the hope that this fixes #532864.
1322
1323 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1324
1325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1326           No really, the next release is 0.10.21 (fix Since: tags in docs).
1327
1328 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1329
1330         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1331         Disable a code path that is now called but causes a deadlock for some
1332         reason and is unneeded.
1333
1334 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1335
1336         * sys/xvimage/xvimagesink.c:
1337         * sys/xvimage/xvimagesink.h:
1338           Add a "draw-border" property that can be set to false to disable
1339           drawing borders.
1340           
1341         * tests/icles/test-colorkey.c:
1342         * tests/icles/Makefile.am:
1343           Add new test application for the colorkey handling.
1344
1345 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1346
1347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1348         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1349         This will also be fixed for upcoming gst-ffmpeg release so that once
1350         this release of -base is out, it will work with the latest gst-ffmpeg
1351         release.
1352
1353 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1354
1355         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1356         (gst_riff_create_audio_template_caps):
1357         Add Truespeech mapping for RIFF formats (AVI/WAV).
1358         Fixes #550656
1359
1360 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1361
1362         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1363         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1364         Fixes #550638.
1365
1366 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1367
1368         * configure.ac:
1369         * gst/subparse/Makefile.am:
1370         * gst/subparse/gstsubparse.c:
1371         * gst/subparse/samiparse.c:
1372         * tests/check/elements/subparse.c:
1373           Rework last change, so that we build subparse, but just disable the
1374           sami parse functionality, if we're configured to not use xml. In the
1375           tests only the sami test is disabled now.
1376
1377 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1378
1379         * configure.ac:
1380           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1381           test runs.
1382
1383 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1384
1385         * po/POTFILES.in:
1386           Add some more files with strings for translation.
1387
1388 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1389
1390         * gst-libs/gst/tag/gstvorbistag.c:
1391         * tests/check/libs/tag.c:
1392           Use new geo location tags from core. Fixes #481169
1393
1394 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1395
1396         * tests/check/elements/audioresample.c: (setup_audioresample),
1397         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1398         (test_discont_stream_instance):
1399         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1400         Add debugging for coherence.
1401
1402 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1403
1404         Patch by: Jonathan Matthew  <notverysmart gmail com>
1405
1406         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1407           Add typefinder for PDF documents (which is nice to have, since it's a
1408           common format, but also helps prevent false positives). Fixes #549814.
1409
1410 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1411
1412         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1413         (no_more_pads_cb):
1414         Fix nasty race where multiple decodebins could start pushing data before
1415         we manage to configure the sinks, resulting in not-linked errors in
1416         typical RTSP streaming cases.
1417
1418 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1419
1420         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1421         Since we now call stop, we trigger this code path that causes a deadlock
1422         is apparently not needed.
1423
1424 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1425
1426         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1427         (gst_ring_buffer_stop):
1428         Also allow the case where the ringbuffer was paused when we try to stop
1429         it so that the basesrc stop function is still called.
1430
1431 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1432
1433         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1434
1435         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1436         Reprobe devices again instead of taking a cached list as new
1437         devices could've been plugged in. Fixes bug #549062.
1438
1439 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1440
1441         Patch by: Alessandro Dessina <alessandro nnva org>
1442
1443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1444         (gst_ogg_demux_activate_chain):
1445         Don't add pads and activate them for skeleton streams. These are already
1446         handled inside oggdemux. Fixes bug #537599.
1447
1448 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1449
1450         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1451         Reset variable so that query and convert fail after going back to
1452         READY. Fixes #548898.
1453
1454 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1455
1456         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1457         If a buffer arrives with a timestamp before the timestamp+duration
1458         of the previous buffer clip it instead of dropping it completely.
1459         Slight improvement for the unfixable bug #548913.
1460
1461 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1462
1463         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1464         Take the current timestamp instead of timestamp+duration for the offset.
1465         This offset will later be used for calculating the timestamp and
1466         otherwise vorbisdec will interpolate timestamps wrong if upstream
1467         only sends timestamps and no granulepos.
1468
1469 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1470
1471         * tests/examples/seek/seek.c:
1472           Don't crash when having no visualisations.
1473
1474 2008-08-16  David Schleef  <ds@schleef.org>
1475
1476         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1477           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1478           Fixes #548065.
1479
1480 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1481
1482         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1483         When cleaning up the caps fields also remove "depth" for the same
1484         reason we remove "width".
1485
1486 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1487
1488         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1489           Add Lead H.264 here as well.
1490
1491 2008-08-14  Julien Moutte  <julien@fluendo.com>
1492
1493         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1494         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1495
1496 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1497
1498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1499         (gst_base_audio_src_create):
1500         When not slaved to another clock also subtract the base_time from our
1501         internal clock time to get the running time.
1502
1503 2008-08-12  David Schleef  <ds@schleef.org>
1504
1505         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1506           since it has no basis in libtheora.
1507
1508 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1509
1510         * gst-libs/gst/interfaces/propertyprobe.h:
1511           Remove double "interface" from doc-string.
1512
1513         * gst-libs/gst/interfaces/xoverlay.h:
1514           Document interface.
1515
1516         * gst-libs/gst/riff/riff.c:
1517           Add basic doc blobs.
1518
1519 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1520
1521         * gst-libs/gst/audio/Makefile.am:
1522           Don't try to build that example anymore.
1523
1524 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1525
1526         * gst-libs/gst/audio/.cvsignore:
1527         * gst-libs/gst/audio/Makefile.am:
1528         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1529         * gst-libs/gst/audio/make_filter:
1530           Move audiofiltertemplate to gst-template.
1531
1532 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1533
1534         * docs/libs/gst-plugins-base-libs-sections.txt:
1535         * gst-libs/gst/audio/gstaudiosrc.h:
1536           More docs and shuffling. What can we do with the hundreds of #defines.
1537
1538 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1539
1540         * gst-libs/gst/audio/audio.h:
1541         * gst-libs/gst/audio/gstaudiofilter.h:
1542         * gst-libs/gst/audio/gstringbuffer.h:
1543         * gst-libs/gst/interfaces/propertyprobe.h:
1544         * gst-libs/gst/tag/gsttagdemux.h:
1545           Reducing number of dundocumented symbols.
1546
1547 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1548
1549         * gst-libs/gst/audio/audio.c:
1550           Fix doc comment syntax.
1551
1552         * gst-libs/gst/interfaces/propertyprobe.c:
1553           Add more doc-comments and a FIXME: for the signal.    
1554
1555 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1556
1557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1558         (gst_ogg_mux_request_new_pad):
1559         * ext/ogg/gstoggmux.h:
1560         Don't pretend to support NEWSEGMENT events, instead override the
1561         GstCollectPads event function to return FALSE on NEWSEGMENT events
1562         and do the normal work for other events.
1563
1564         This prevents elements like flacenc to seek to the start and rewrite
1565         some data which then results in a broken Ogg packet.
1566
1567 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1568
1569         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1570
1571         * ext/alsa/gstalsaplugin.c: (plugin_init):
1572         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1573         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1575         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1576         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1577         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1578         * gst/playback/gstdecodebin.c: (plugin_init):
1579         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1580         * gst/playback/gstplayback.c: (plugin_init):
1581         * gst/playback/gstqueue2.c: (plugin_init):
1582         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1583         * sys/v4l/gstv4l.c: (plugin_init):
1584         Make sure gettext returns translations in UTF-8 encoding rather
1585         than in the current locale encoding (#546822).
1586
1587 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1588
1589         * gst-libs/gst/pbutils/descriptions.c:
1590           Add audio/x-qdm for qtdemux.
1591
1592 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1593
1594         * ext/vorbis/vorbisdec.c:
1595           Do not leak old taglist.
1596
1597 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1598
1599         * tests/icles/test-scale.c:
1600           Include <stdlib.h> for atoi().
1601
1602 2008-08-04  Andy Wingo  <wingo@pobox.com>
1603
1604         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1605         documentation fix.
1606
1607 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1608
1609         * gst/adder/gstadder.c:
1610           Cleanup lots of empty lines that came from gst-indent going havoc
1611           before I added the INDENT_ON/OFF marker some time agao.
1612
1613 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1614
1615         * configure.ac:
1616         * gst-libs/gst/riff/riff-read.c:
1617           Bump requirement to latest core and use new tag for riff formats.
1618           Needed for #520694.
1619
1620 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1621
1622         * tests/examples/dynamic/Makefile.am:
1623         * tests/examples/dynamic/codec-select.c: (make_encoder),
1624         (make_pipeline), (do_switch), (my_bus_callback), (main):
1625         Add example app that dynamically switches between 3 'encoders'.
1626
1627 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1628
1629         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1630         Add some more comments.
1631
1632 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1633
1634         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1635         (gst_video_test_src_create):
1636         Discard buffers of the wrong size after renegotiation, this is perfectly
1637         possible with things like capsfilter that could suggest caps changes
1638         upstream without knowing the size of the buffer.
1639
1640 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1641
1642         * tests/icles/.cvsignore:
1643         * tests/icles/Makefile.am:
1644         * tests/icles/test-scale.c: (make_pipeline), (main):
1645         Add dynamic rescaling tests for the new basetransform.
1646
1647 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1648
1649         * gst/audioconvert/Makefile.am:
1650           Dist recently-added gstfastrandom.h.
1651
1652 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1653
1654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1655         Fix a "may be used uninitialized in this function" which weirdly only
1656         appears on macosx (?).
1657
1658 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1659
1660         * gst-libs/gst/riff/riff-ids.h:
1661           Adding acid chunk for tempo and loop information.
1662
1663 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1664
1665         * sys/xvimage/Makefile.am:
1666           floor() needs linking to $(LIBM).
1667
1668 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1669
1670         * ext/gnomevfs/gstgnomevfssrc.c:
1671           Aggregate short reads and add some comments and debug logging.
1672           Fixes #537380
1673
1674 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1675
1676         * gst/playback/gstplaybasebin.c:
1677           Fix property doc markup (its not a signal).
1678
1679         * sys/xvimage/xvimagesink.c:
1680           Add since tag for new proeprties (also add sice tags fro the last two
1681           other additions).
1682
1683 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1684
1685         * sys/xvimage/xvimagesink.c:
1686         * sys/xvimage/xvimagesink.h:
1687           Add autofill/colorkey properties. Fixes #538656.
1688
1689 2008-07-28  David Schleef  <ds@schleef.org>
1690
1691         * sys/xvimage/xvimagesink.c:
1692           Fix rounding errors when converting colorbalance values
1693           between hardware and object property ranges.  Partial
1694           fix for #537889, however, there still seems to be a small
1695           drift problem that could be totem's fault.
1696
1697 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1698
1699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1700         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1701         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1702         This fixes a critical warning.
1703
1704 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1705
1706         * ext/ogg/gstoggmux.c:
1707         Allow muxing of CELT into Ogg streams.
1708
1709 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1710
1711         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1712         (plugin_init):
1713         Add simple typefinder for the CELT codec (www.celt-codec.org).
1714
1715 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1716
1717         Patch by: Jan Gerber <j at oil21 dot org>
1718
1719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1720         Fix calculation of the start time from skeleton streams.
1721         Fixes bug #530068.
1722
1723 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1724
1725         * tests/examples/seek/seek.c:
1726           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1727
1728 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1729
1730         * gst/audioconvert/audioconvert.h:
1731         * gst/audioconvert/gstaudioquantize.c:
1732         (gst_audio_quantize_setup_dither),
1733         (gst_audio_quantize_free_dither):
1734         * gst/audioconvert/gstfastrandom.h:
1735         Implement a linear congruential generator as pseudo random number
1736         generator for the dither noise. This is about 2 times faster than
1737         using GLib's mersenne twister. Also this uses only integer math for
1738         generating integers while GLib internally uses floating point math.
1739
1740 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1741
1742         * configure.ac:
1743           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1744
1745 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1746
1747         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1748
1749         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1750           Use GST_STR_NULL to avoid crashes with libcs that don't
1751           like NULL strings in printf args (such as the win32 one).
1752           Fixes #544306.
1753
1754 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1755
1756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1757         Oops - set the size of the image used for probing back to 1x1, for
1758         consistency with ximagesink
1759
1760 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1761
1762         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1763         (gst_ximagesink_ximage_new):
1764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1765         (gst_xvimagesink_xvimage_new):
1766
1767         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1768         X server to attach to a shared memory segment after we've deleted it,
1769         with the result that MIT-SHM is disabled. Instead, remove it only after 
1770         X succeeds in attaching too.
1771
1772 2008-07-16  David Schleef  <ds@schleef.org>
1773
1774         * gst/audiotestsrc/gstaudiotestsrc.c:
1775         * gst/audiotestsrc/gstaudiotestsrc.h:
1776           Add 'ticks', a 1/30 second sine wave pulse every second.
1777
1778 2008-07-15  David Schleef  <ds@schleef.org>
1779
1780         * gst-libs/gst/video/video.c: Revert ABI change.
1781
1782 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1783
1784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1785         Make it impossible to have NULL caps at the point where we set
1786         framerate and other things. Also don't return immediately for "3ivd"
1787         video and let framerate, etc be set. Might fix bug #542508.
1788
1789 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1790
1791         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1792         Video format can also be conveniently determined from (many)
1793         non-fixed caps.
1794
1795 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1796
1797         * gst/playback/gstplaybasebin.c:
1798         * gst/playback/gstplaybasebin.h:
1799         * gst/playback/gstplaybin.c:
1800         * gst/playback/gststreamselector.c:
1801         First stab at integrating DVD subpicture overlay into
1802         playbin. Successfully plugs and plays, but the queues need
1803         shrinking - 3 seconds of video is too much buffering.
1804
1805 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1806
1807         * gst/audioconvert/gstaudioconvert.c:
1808           Remove now obsolete note in the docs.
1809
1810 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1811
1812         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1813         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1814         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1815         * docs/plugins/gst-plugins-base-plugins.args:
1816         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1817         * docs/plugins/gst-plugins-base-plugins.interfaces:
1818         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1819         * docs/plugins/gst-plugins-base-plugins.signals:
1820         * docs/plugins/inspect/plugin-adder.xml:
1821         * docs/plugins/inspect/plugin-alsa.xml:
1822         * docs/plugins/inspect/plugin-audioconvert.xml:
1823         * docs/plugins/inspect/plugin-audiorate.xml:
1824         * docs/plugins/inspect/plugin-audioresample.xml:
1825         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1826         * docs/plugins/inspect/plugin-cdparanoia.xml:
1827         * docs/plugins/inspect/plugin-decodebin.xml:
1828         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1829         * docs/plugins/inspect/plugin-gdp.xml:
1830         * docs/plugins/inspect/plugin-gnomevfs.xml:
1831         * docs/plugins/inspect/plugin-libvisual.xml:
1832         * docs/plugins/inspect/plugin-ogg.xml:
1833         * docs/plugins/inspect/plugin-pango.xml:
1834         * docs/plugins/inspect/plugin-playback.xml:
1835         * docs/plugins/inspect/plugin-queue2.xml:
1836         * docs/plugins/inspect/plugin-subparse.xml:
1837         * docs/plugins/inspect/plugin-tcp.xml:
1838         * docs/plugins/inspect/plugin-theora.xml:
1839         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1840         * docs/plugins/inspect/plugin-uridecodebin.xml:
1841         * docs/plugins/inspect/plugin-video4linux.xml:
1842         * docs/plugins/inspect/plugin-videorate.xml:
1843         * docs/plugins/inspect/plugin-videoscale.xml:
1844         * docs/plugins/inspect/plugin-videotestsrc.xml:
1845         * docs/plugins/inspect/plugin-volume.xml:
1846         * docs/plugins/inspect/plugin-vorbis.xml:
1847         * docs/plugins/inspect/plugin-ximagesink.xml:
1848         * docs/plugins/inspect/plugin-xvimagesink.xml:
1849         * ext/alsa/gstalsamixer.c:
1850         * ext/alsa/gstalsasink.c:
1851         * ext/alsa/gstalsasrc.c:
1852         * ext/gio/gstgiosink.c:
1853         * ext/gio/gstgiosrc.c:
1854         * ext/gio/gstgiostreamsink.c:
1855         * ext/gio/gstgiostreamsrc.c:
1856         * ext/gnomevfs/gstgnomevfssink.c:
1857         * ext/gnomevfs/gstgnomevfssrc.c:
1858         * ext/ogg/gstoggdemux.c:
1859         * ext/ogg/gstoggmux.c:
1860         * ext/pango/gstclockoverlay.c:
1861         * ext/pango/gsttextoverlay.c:
1862         * ext/pango/gsttextrender.c:
1863         * ext/pango/gsttimeoverlay.c:
1864         * ext/theora/theoradec.c:
1865         * ext/theora/theoraenc.c:
1866         * ext/theora/theoraparse.c:
1867         * ext/vorbis/vorbisdec.c:
1868         * ext/vorbis/vorbisenc.c:
1869         * ext/vorbis/vorbisparse.c:
1870         * ext/vorbis/vorbistag.c:
1871         * gst/adder/gstadder.c:
1872         * gst/audioconvert/gstaudioconvert.c:
1873         * gst/audioresample/gstaudioresample.c:
1874         * gst/audiotestsrc/gstaudiotestsrc.c:
1875         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1876         * gst/gdp/gstgdpdepay.c:
1877         * gst/gdp/gstgdppay.c:
1878         * gst/playback/gstdecodebin2.c:
1879         * gst/playback/gstplaybin.c:
1880         * gst/playback/gstplaybin2.c:
1881         * gst/playback/gstqueue2.c:
1882         * gst/playback/gsturidecodebin.c:
1883         * gst/tcp/gstmultifdsink.c:
1884         * gst/tcp/gsttcpserversink.c:
1885         * gst/videorate/gstvideorate.c:
1886         * gst/videoscale/gstvideoscale.c:
1887         * gst/videotestsrc/gstvideotestsrc.c:
1888         * gst/volume/gstvolume.c:
1889         * sys/ximage/ximagesink.c:
1890         * sys/xvimage/xvimagesink.c:
1891           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1892           titles. Drop mentining that all our example pipelines are "simple"
1893           pipelines.
1894
1895 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1896
1897         * tests/examples/seek/Makefile.am:
1898         Fix out of tree build by adding all required CFLAGS.
1899
1900 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1901
1902         * gst/playback/gstdecodebin.c: (add_raw_queue):
1903         And ref the pad before returning it again when linking to the queue
1904         failed. Otherwise we will unref the pad twice later and things break.
1905
1906 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1907
1908         * gst/playback/gstdecodebin.c: (add_raw_queue):
1909         If linking the raw pad with a queue fails, try it without a queue
1910         instead of failing completely. This should never happen.
1911
1912 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1913
1914         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1915
1916         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1917         Add a queue after a demuxer if the demuxer outputs raw data. This was
1918         done before only for non-raw data but is required in this case too.
1919         Fixes bug #540215.
1920
1921         decodebin2 doesn't have this issue because all streams of a group
1922         go through multiqueue.
1923
1924 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1925
1926         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1927
1928         * gst-libs/gst/sdp/gstsdpmessage.c:
1929         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1930         that getaddrinfo() can be used. Fixes #541358.
1931
1932 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1933
1934         * gst/videotestsrc/gstvideotestsrc.c:
1935         (gst_video_test_src_class_init), (gst_video_test_src_init),
1936         (gst_video_test_src_set_property),
1937         (gst_video_test_src_get_property), (gst_video_test_src_create):
1938         * gst/videotestsrc/gstvideotestsrc.h:
1939         Cleanups, use default property values as defines.
1940         Add property to enable/disable peer buffer allocation.
1941
1942 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1943
1944         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1945         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1946         Enable unit tests on PPC again as the bugs are now fixed.
1947
1948 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1949
1950         * gst-libs/gst/riff/riff-ids.h:
1951         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1952         (gst_riff_create_audio_template_caps):
1953         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1954         Fixes bug #540351.
1955
1956 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1957
1958         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1959         (gst_ffmpeg_pixfmt_to_caps):
1960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1961         (gst_ffmpegcsp_get_unit_size):
1962         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1963         it on other formats. Also adjust the unit size only for that format
1964         to not include the palette. Fixes bug #540497.
1965
1966 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1967
1968         * gst/adder/gstadder.c:
1969           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1970
1971 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1972
1973         * ChangeLog:
1974           ChangeLog surgery.
1975   
1976         * tests/examples/seek/seek.c:
1977           Move variable into ifdef too.
1978         
1979
1980 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1981
1982         * tests/examples/seek/seek.c:
1983           Include config.h and check if we have X. Remove XInitThread(), don't
1984           think its needed. Fixes: #540334.
1985
1986 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1987
1988         Patch by: Sam Morris <sam at robots dot org to uk>
1989
1990         * gst-libs/gst/interfaces/mixertrack.c:
1991         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1992         (gst_mixer_track_set_property):
1993         API: Add "index" property to GstMixerTrack to differantiate between
1994         multiple mixer tracks with the same label.
1995
1996         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1997         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1998         Set the "index" property of GstMixerTrack to the index given by ALSA.
1999         Fixes bug #528299.
2000
2001 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2002
2003         * tests/examples/seek/Makefile.am:
2004         * tests/examples/seek/seek.c:
2005           Remove libgstvideo usage. Use gtk_get_option_group instead of
2006           gtk_init().
2007
2008 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2009
2010         * tests/check/Makefile.am:
2011           Name the test registry format neutral.
2012
2013 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2014
2015         * gst/playback/gstqueue2.c:
2016           Do not double notify. Remove the unsued return value.
2017
2018 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2019
2020         * ext/alsa/gstalsamixer.c:
2021           Also consider "speaker" as a name for master volume. If that doesn't
2022           help look for the first non-mono volume control that also has a
2023           playback switch.
2024
2025 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2026
2027         * ChangeLog:
2028           Forgot to save the ChangeLog :/
2029
2030 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2031
2032         * tests/examples/seek/Makefile.am:
2033         * tests/examples/seek/seek.c:
2034           Embedd the xwindow. Allow to play multiple files.
2035
2036 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2037
2038         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2039         (gst_ximagesink_setcaps):
2040         * sys/ximage/ximagesink.h:
2041         When the caps change, make sure to re-draw borders in
2042         force-aspect-ratio=true mode.
2043         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2044         Don't clear the border_draw flag until we actually draw the border.
2045         * tests/check/Makefile.am:
2046         Ignore alsasink/src during the states test too, so it doesn't fail
2047         when running without access to the sound device.
2048
2049 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2050
2051         * tests/examples/seek/seek.c:
2052           Fix crasher when playing a parse-launch line the 2nd time.
2053
2054 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2055
2056         * tests/check/pipelines/oggmux.c:
2057           Properly ifdef tests to fix compilation.
2058
2059 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2060
2061         * gst/playback/gstplay-marshal.list:
2062         * gst/playback/gstplaybin2.c:
2063           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2064           playbin2. This allows the user to get to the selector's sinkpads, and
2065           thus inspect a range of things - caps, tags, etc. 
2066
2067 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2068
2069         * gst/playback/gstplaybin2.c:
2070           Use a different constant for the convert-frame signal id.
2071           Fixes #537009.
2072
2073 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2074
2075         * gst/playback/gstplaybin2.c:
2076         * gst/playback/gstplaysink.c:
2077           Fix a whole bunch of typos in comments and log statements. 
2078
2079 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2080
2081         * sys/xvimage/xvimagesink.c:
2082           Don't set colour balance values on the Xv port if the user hasn't
2083           changed them (via properties or the interface). Avoids accumulating
2084           rounding errors for the common case.
2085           Partial fix for bug #537889.
2086
2087 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2088
2089         * gst/playback/gstdecodebin2.c:
2090           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2091           pads are drained.
2092
2093 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2094
2095         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2096         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2097         Report the encoder latency. Fixes #538232.
2098
2099 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2100
2101         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2102         (notify_source), (activate_group):
2103         Implement the source property, emit notify when it changes in the
2104         underlying uridecodebin.
2105
2106 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2107
2108         * tests/examples/seek/seek.c: (stop_cb):
2109         Free and clear the seek element list so that we don't use invalid
2110         references when seeking after recreating a gst-launch line.
2111
2112 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2113
2114         * gst-libs/gst/audio/gstbaseaudiosink.c:
2115         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2116         (gst_base_audio_sink_render):
2117         Report latency even if we are not live instead of hiding it.
2118         Take ts-offset and render-delay of the basesink into account when
2119         scheduling samples.
2120         Rework the clipping code so that we can take the various offsets into
2121         account and still do correct clipping.
2122
2123 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2124
2125         * configure.ac:
2126         Bump verion back to devel -> 0.10.20.1
2127
2128 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2129
2130         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2131         Don't increase the size of non-string image buffers by one as this
2132         might in theory confuse decoders. Still increase it by one for string
2133         image buffers to append '\0'.
2134
2135 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2136
2137         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2138         
2139         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2140         Fix a buffer memleak and remove a confusing and wrong debug output.
2141         Fixes bug #538663.
2142
2143 === release 0.10.20 ===
2144
2145 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2146
2147         * configure.ac:
2148           releasing 0.10.20, "Here I Go Again"
2149
2150 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2151
2152         * configure.ac:
2153         0.10.19.3 pre-release
2154
2155 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2156
2157         * gst-libs/gst/rtsp/gstrtspconnection.c:
2158         Fix build on win32.
2159         Patch By: David Schleef <ds@schleef.org>
2160         Fixes: #536874
2161
2162 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2163
2164         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2165         (gst_gio_base_src_create):
2166         * ext/gio/gstgiobasesrc.h:
2167         Try to read the requested number of bytes, even if the first
2168         read returns less than requested, until nothing is read anymore
2169         or we have the requested amount of bytes. This fixes playback of
2170         files via Samba as Samba only allows to read 64k at once.
2171
2172         Implement a caching algorithm that makes sure that we read at
2173         least 4k of data every time. Some elements will try to read a few
2174         bytes, then seek, read again a few bytes and so on and this is
2175         painfully slow as every operation has to go over DBus if GVfs is
2176         used as backend.
2177
2178         Fixes bug #536849 and #536848.
2179
2180         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2181         (gst_gio_src_check_get_range):
2182         Override check_get_range() to blacklist http/https URIs
2183         and whitelist file URIs. More to be added on demand.
2184
2185 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2186
2187         * configure.ac:
2188         0.10.19.2 pre-release
2189
2190 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2191
2192         * win32/common/libgstrtsp.def:
2193         * win32/common/libgsttag.def:
2194         Add new API functions to the dll exports
2195
2196 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2197
2198         * gst/playback/gstplaybasebin.c:
2199           Disconnect signals from decodebins we created before we remove it
2200           from playbin, to avoid crashes if the decodebin is eventually
2201           disposed after the playbin itself (possible if the app takes a
2202           reference on the decodebin).
2203           Fixes #536521.
2204
2205 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2206
2207         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2208           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2209           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2210           (h264_video_type_find), (mpeg_video_stream_type_find),
2211           (dv_type_find), (mmsh_type_find):
2212           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2213           copy caps for no good reason (this may be desirable to make it easier
2214           to detect leaks, but then it should probably be done for all caps
2215           in the typefinder somewhere).
2216
2217 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2218
2219         * tests/check/Makefile.am:
2220         Do not try to run the check tests for subparse unless it has been
2221         built.
2222
2223 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2224
2225         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2226         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2227         Do not try to run a test which requires vorbisenc unless we have
2228         actually built it.
2229
2230 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2231
2232         * gst-libs/gst/rtsp/gstrtspconnection.c:
2233         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2234         (gst_rtsp_connection_clear_auth_params),
2235         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2236         * gst-libs/gst/rtsp/gstrtspconnection.h:
2237         Add a couple of missing argument guards.
2238         Add a way of setting the DSCP for an RTSP connection.
2239         Add an accessor method for the ip member of GstRTSPConnection as all
2240         members are supposed to be private.
2241
2242 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2243
2244         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2245         Fixed accidental use of IPv4 options for all IPv6 addresses.
2246
2247 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2248
2249         * gst-libs/gst/interfaces/mixertrack.h:
2250           Document mixer track flags.
2251
2252 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2253
2254         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2255
2256         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2257         Don't set caps on the buffers that contain a copy of the buffer
2258         including the caps of them resulting in an always increasing refcount
2259         of the caps and insanely large caps. Instead include a buffer without
2260         caps in the new caps. Fixes bug #536475.
2261
2262 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2263
2264         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2265         Transform a given PAR to a range on the struct with the generic
2266         height/width instead of the struct with the possibly restricted
2267         height/width.
2268
2269 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2270
2271         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2272         Prefer the given format if it contains something stricter than [1,MAX]
2273         for height or width and only put a structure that requires rescaling
2274         as second. This makes it possible to use videoscale in pipelines where
2275         the source can actually produce the wanted height/width but usually
2276         selects a different one from the requested.
2277
2278 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2279
2280         Based on patch by: John Millikin <jmillikin gmail com>
2281
2282         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2283           (gst_vorbis_tag_add_coverart):
2284           Retrieve COVERART tags from vorbis comments (#512333)
2285
2286 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2287
2288         * gst-libs/gst/tag/tag.h:
2289         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2290           Don't forget to add new enum value here too (should probably use
2291           glib-mkenums here...).
2292
2293 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2294
2295         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2296         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2297         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2298           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2299           (gst_tag_image_data_to_image_buffer):
2300           Add two utility functions to avoid code duplication (#512333):
2301           API: add gst_tag_image_data_to_image_buffer()
2302           API: add gst_tag_list_add_id3_image()
2303           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2304
2305 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2306
2307         * win32/common/libgstaudio.def:
2308         Add gst_audio_check_channel_positions() to the exported symbols.
2309
2310 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2311
2312         * docs/libs/gst-plugins-base-libs-sections.txt:
2313         * gst-libs/gst/audio/multichannel.c:
2314         (gst_audio_check_channel_positions):
2315         * gst-libs/gst/audio/multichannel.h:
2316         API: Make gst_audio_check_channel_positions() public.
2317
2318         * tests/check/libs/audio.c: (GST_START_TEST):
2319         Add some simple checks for gst_audio_check_channel_positions().
2320
2321 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2322
2323         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2324           minrange and maxrange are scaled according to the frequency
2325           multiplier.
2326
2327 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2328
2329         * ext/pango/Makefile.am:
2330         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2331           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2332           Use gstvideo functions to calculate strides and plane offsets. Fixes
2333           rendering issue ('ghost' images of the text on the chroma planes)
2334           with widths or heights that are not multiples of 8 (#506659 and
2335           probably also #485729).
2336
2337         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2338           (main):
2339           Test with odd height/width too.
2340
2341 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2342
2343         * gst/adder/gstadder.c: (gst_adder_query_duration),
2344         (gst_adder_query_latency):
2345         When using gst_element_iterate_pads() one has to unref every pad
2346         after usage.
2347
2348 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2349
2350         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2351         (gst_base_audio_src_class_init):
2352         Add a gtk-doc chunk for the new properties to have a Since: indication.
2353
2354 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2355
2356         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2357         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2358         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2359         (gst_base_audio_src_change_state):
2360         Provide readable actual-buffer-time and actual-latency-time properties
2361         that reflect the configured ringbuffer values. Fixes #524724.
2362         API: GstBaseAudioSrc:actual-buffer-time
2363         API: GstBaseAudioSrc:actual-latency-time
2364
2365 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2366
2367         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2368         (gst_basertppayload_change_state):
2369         Simply converting the running time into an RTP timestamp by scaling it
2370         based on the clock-rate is good enough for making an RTP timestamp. This
2371         has the added benefit that we can later on expose a property with the
2372         RTP timestamp of running time 0, as is needed for RTSP servers to
2373         generate the response of the PLAY request.
2374
2375 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2376
2377         * gst/audioconvert/gstaudioconvert.c:
2378         (structure_has_fixed_channel_positions),
2379         (gst_audio_convert_transform_caps):
2380         Allow up to 11 positioned channels now that audioconvert can handle
2381         this but add no default positions for > 8 channels.
2382         
2383         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2384         Add some unit tests for the above change: Test conversion of
2385         11 positioned channels to stereo and the other way around, test
2386         conversion of 15 unpositioned channels in different ways.
2387
2388 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2389
2390         * win32/common/libgstaudio.def:
2391         Add gst_audio_clock_reset to the list of exported symbols.
2392
2393 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2394
2395         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2396         Remove wrong_channels_identification_header unit test as we now
2397         support 7 (and more channels).
2398
2399 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2400
2401         * gst/audioconvert/gstchannelmix.c:
2402         (gst_channel_mix_fill_one_other):
2403         If mixing left or right to center (or the other way around) only take
2404         the complete value if we don't already have the original position in
2405         the source.
2406
2407 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2408
2409         * gst-libs/gst/audio/multichannel.c:
2410         (gst_audio_check_channel_positions),
2411         (gst_audio_set_structure_channel_positions_list),
2412         (gst_audio_fixate_channel_positions):
2413         Allow rear center together with rear left/right and other previously
2414         conflicting channel positions. The reason why they weren't allowed
2415         was the channel mixing implementation in audioconvert.
2416         Also take this into account when fixing channel layouts.
2417
2418         Allow setting channel positions for 1/2 channels when using
2419         gst_audio_set_structure_channel_position().
2420
2421         * gst/audioconvert/gstchannelmix.c:
2422         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2423         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2424         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2425         Major rewrite of the channel mixing.
2426
2427         We now allow previously conflicting channel positions to appear
2428         together (rear center and rear left/right for example).
2429         Fixes bug #533817.
2430
2431         Rework the way channels are mixed together to take more possible
2432         channel positions into account, properly mix from/to side channels
2433         and don't assume that either center, left&right or nothing of a
2434         specific position is available anymore.
2435
2436         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2437         Adjust unit tests with non-standard 1/2 channel layouts to the more
2438         correct new behaviour.
2439
2440         Add a unit test for 5.1->Stereo downmixing.
2441
2442 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2443
2444         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2445         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2446         Add sane defaults for the 7 and 8 channel layouts as those are
2447         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2448         more than 8 channels instead of erroring out. Fixes bug #535356.
2449
2450 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2451
2452         * docs/plugins/Makefile.am:
2453         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2454         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2455         * ext/theora/theoraparse.c:
2456         Add theoraparse to the docs and fix some docs.
2457
2458 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2459
2460         * gst-libs/gst/cdda/gstcddabasesrc.c:
2461         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2462         Fix EOS condition and track addition check, the track.end sector is
2463         included in the track. Fixes #533265.
2464
2465 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2466
2467         Patch by: Mark Nauwelaerts <manauw at skynet be>
2468
2469         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2470         (gst_video_rate_flush_prev), (gst_video_rate_event),
2471         (gst_video_rate_chain):
2472         * gst/videorate/gstvideorate.h:
2473         React (more) to NEWSEGMENT
2474         Small adjustment in timestamp calculation to prevent mismatches
2475         Fixes #435633.
2476
2477 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2478
2479         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2480           Initialise error to NULL as we should.
2481
2482 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2483
2484         * gst/adder/gstadder.c: (gst_adder_query_duration),
2485         (gst_adder_query_latency), (gst_adder_query):
2486         Implement latency query.
2487
2488 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2489
2490         * gst/adder/gstadder.c: (gst_adder_query_duration):
2491         Correctly resync the iterator if gst_iterator_next() returns
2492         GST_ITERATOR_RESYNC.
2493
2494 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2495
2496         * win32/vs6/libgstpbutils.dsp:
2497           Add pbutils-enumtypes.c to sources (#518037).
2498
2499 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2500
2501         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2502         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2503         * gst-libs/gst/audio/gstaudioclock.h:
2504         Add method to inform the clock that the time starts from 0 again. We use
2505         this info to calculate a clock offset so that the time we report in
2506         internal_time is monotonically increasing, as required by the clock base
2507         class. Fixes #521761.
2508         API: GstAudioClock::gst_audio_clock_reset()
2509
2510         * gst-libs/gst/audio/gstbaseaudiosink.c:
2511         (gst_base_audio_sink_skew_slaving),
2512         (gst_base_audio_sink_change_state):
2513         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2514         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2515         Reset reported time when we (re)create the ringbuffer.
2516
2517 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2518
2519         * ext/alsa/gstalsamixertrack.c:
2520           (gst_alsa_mixer_track_update_alsa_capabilities):
2521           Make sure playback volumes aren't accidentally overwritten by
2522           capture volumes if an alsa mixer track has both playback and
2523           capture capabilities: we create two GstMixerTracks in that
2524           case, so make sure we query only the alsa capabilities that
2525           refer to the type of GstMixerTrack we created from the dual
2526           capability alsa element. Should fix issues with Audigy2 sound
2527           cards (#518082).
2528
2529 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2530
2531         * tests/check/pipelines/oggmux.c: (test_pipeline):
2532           Don't use deprecated function.
2533
2534 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2535
2536         * gst/playback/gstdecodebin2.c:
2537         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2538         Check for NULL cases and log them, creating ghostpads can, for example,
2539         fail when the pad returns wrong caps.
2540
2541         * gst/playback/gstplaybin2.c: (perform_eos):
2542         When pushing out the EOS event, collect the return value and warn when
2543         something failed.
2544
2545 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2546
2547         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2548         (gst_riff_create_video_template_caps):
2549         Add support for DVCPRO.
2550
2551 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2552
2553         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2554           Change default scaling method from nearest-neighbour to bilinear.
2555
2556 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2557
2558         * tests/check/libs/video.c:
2559           More checks.
2560
2561 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2562
2563         * gst/subparse/gstsubparse.c: (parser_state_init),
2564           (gst_sub_parse_format_autodetect), (handle_buffer):
2565         * gst/subparse/gstsubparse.h:
2566         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2567           Limit duration to a maximum of five seconds for tmplayer format where
2568           we can guess the duration only from the timestamp of the next line of
2569           text. We don't want to show a text for eternities just because nothing
2570           else is being said for a while.
2571
2572 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2573
2574         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2575         (gst_base_rtp_depayload_chain),
2576         (gst_base_rtp_depayload_handle_sink_event),
2577         (gst_base_rtp_depayload_push_full),
2578         (gst_base_rtp_depayload_change_state):
2579         Check sequence numbers, mark input buffers with a discont flag for the
2580         subclass when we detected a gap, drop duplicate buffers. We do this
2581         because one can use the element without a jitterbuffer in front and we
2582         don't want to feed the subclasses invalid or reordered data.
2583         Do an error when the subclass did not provide a process function instead
2584         of crashing.
2585         Some other small cleanups.
2586
2587 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2588
2589         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2590           May just as well use the precalculated uvstride here.
2591
2592 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2593
2594         * docs/plugins/Makefile.am:
2595         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2596         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2597         * docs/plugins/gst-plugins-base-plugins.args:
2598         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2599         * docs/plugins/gst-plugins-base-plugins.interfaces:
2600         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2601         * docs/plugins/inspect/plugin-adder.xml:
2602         * docs/plugins/inspect/plugin-alsa.xml:
2603         * docs/plugins/inspect/plugin-audioconvert.xml:
2604         * docs/plugins/inspect/plugin-audiorate.xml:
2605         * docs/plugins/inspect/plugin-audioresample.xml:
2606         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2607         * docs/plugins/inspect/plugin-cdparanoia.xml:
2608         * docs/plugins/inspect/plugin-decodebin.xml:
2609         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2610         * docs/plugins/inspect/plugin-gdp.xml:
2611         * docs/plugins/inspect/plugin-gio.xml:
2612         * docs/plugins/inspect/plugin-gnomevfs.xml:
2613         * docs/plugins/inspect/plugin-libvisual.xml:
2614         * docs/plugins/inspect/plugin-ogg.xml:
2615         * docs/plugins/inspect/plugin-pango.xml:
2616         * docs/plugins/inspect/plugin-playback.xml:
2617         * docs/plugins/inspect/plugin-queue2.xml:
2618         * docs/plugins/inspect/plugin-subparse.xml:
2619         * docs/plugins/inspect/plugin-tcp.xml:
2620         * docs/plugins/inspect/plugin-theora.xml:
2621         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2622         * docs/plugins/inspect/plugin-uridecodebin.xml:
2623         * docs/plugins/inspect/plugin-video4linux.xml:
2624         * docs/plugins/inspect/plugin-videorate.xml:
2625         * docs/plugins/inspect/plugin-videoscale.xml:
2626         * docs/plugins/inspect/plugin-videotestsrc.xml:
2627         * docs/plugins/inspect/plugin-volume.xml:
2628         * docs/plugins/inspect/plugin-vorbis.xml:
2629         * docs/plugins/inspect/plugin-ximagesink.xml:
2630         * docs/plugins/inspect/plugin-xvimagesink.xml:
2631         * ext/cdparanoia/gstcdparanoiasrc.c:
2632         * ext/ogg/gstoggdemux.c:
2633         * ext/ogg/gstoggdemux.h:
2634         * ext/ogg/gstoggmux.c:
2635         * ext/ogg/gstoggmux.h:
2636         * gst/audioconvert/audioconvert.c:
2637         * gst/audioconvert/audioconvert.h:
2638         * gst/audioconvert/gstaudioconvert.h:
2639         * gst/gdp/gstgdpdepay.h:
2640         * gst/gdp/gstgdppay.h:
2641         * gst/playback/gstdecodebin.c:
2642         * gst/playback/gstdecodebin2.c:
2643         * gst/playback/gstplaybin.c:
2644         * gst/playback/gstplaybin2.c:
2645         * gst/playback/gsturidecodebin.c:
2646         * gst/tcp/gstmultifdsink.c:
2647         * gst/tcp/gstmultifdsink.h:
2648         * gst/tcp/gsttcp.h:
2649
2650         Add some documentation comments, and some new headers to be scanned.
2651         Rename some internal enum declarations (audioconvert's DitherType and
2652         NoiseShapingType, GstUnitType from the TCP elements) to match the
2653         documented GObject type names so that the docs pick them up.
2654         Name the playbin2 docs markups properly so they get picked up. They'll
2655         need renaming back when/if playbin2 becomes playbin.
2656
2657         100% symbol coverage for the plugin docs, booya.
2658
2659 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2660
2661         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2662
2663         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2664         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2665
2666 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2667
2668         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2669
2670         * gst/playback/gstdecodebin.c: (remove_fakesink):
2671         Lock the fakesink before setting the state to NULL and removing it from
2672         the bin so that a concurrent state change cannot interfere. 
2673         Fixes #534331.
2674
2675 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2676
2677         * docs/Makefile.am:
2678         Fix installing plugin documentation when gtk-doc is disabled.
2679
2680 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2681
2682         * gst-libs/gst/rtsp/Makefile.am:
2683         Distribute, don't install md5.h
2684
2685 2008-05-21  Julien Moutte  <julien@fluendo.com>
2686
2687         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2688         instead of SOL_IP, works on more platforms.
2689         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2690         arguments.
2691
2692 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2693
2694         * ext/vorbis/vorbisdec.c:
2695         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2697         Some debug and comment fixes.
2698
2699         * tests/examples/dynamic/addstream.c: (main):
2700         Fix , to ;
2701
2702 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2703
2704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2705         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2706         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2707         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2708         (cleanup_decodebin):
2709         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2710         (connect_element), (gst_decode_group_control_demuxer_pad):
2711         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2712         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2713         (mute_group_type):
2714         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2715         (gst_play_bin_set_property), (handoff), (gen_video_element),
2716         (gen_text_element), (gen_audio_element), (gen_vis_element),
2717         (remove_sinks), (add_sink), (setup_sinks):
2718         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2719         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2720         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2721         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2722         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2723         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2724         (gen_vis_chain), (gst_play_sink_reconfigure),
2725         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2726         (gst_play_sink_request_pad):
2727         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2728         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2729         (cb_newpad):
2730         * gst/playback/test6.c: (new_decoded_pad_cb):
2731         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2732         * tests/check/elements/audiorate.c: (test_injector_chain),
2733         (do_perfect_stream_test):
2734         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2735         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2736         * tests/check/elements/gnomevfssink.c:
2737         * tests/check/elements/textoverlay.c:
2738         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2739         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2740         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2741         * tests/check/pipelines/oggmux.c: (test_pipeline):
2742         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2743         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2744         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2745         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2746         * tests/examples/seek/seek.c: (make_mod_pipeline),
2747         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2748         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2749         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2750         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2751         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2752         (update_fill), (msg_buffering):
2753         Don't use bad gst_element_get_pad().
2754
2755 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2756
2757         * gst-libs/gst/riff/riff-media.c:
2758           Fix wrong method name in docs. Fix calculation of strf fields for
2759           broken mulaw/alaw.
2760   
2761         * gst-libs/gst/riff/riff-read.c:
2762           Whitespace fix and removing double ';'.
2763
2764 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2765
2766         * docs/design/part-playbin2.txt:
2767         Add some leftover doc.
2768
2769 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2770
2771         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2772         Fix copy & paste error in last commit.
2773
2774 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2775
2776         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2777         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2778         other channel positions when source has SIDE channels and dest doesn't
2779         or the other way around.
2780
2781 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2782
2783         Patch by: Henrik Eriksson <henriken at axis dot com>
2784
2785         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2786         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2787         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2788         (gst_multi_fd_sink_get_property):
2789         * gst/tcp/gstmultifdsink.h:
2790         Add support for DSCP QOS. Fixes #469933.
2791
2792 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2793
2794         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2795         Add another test that checks if conversion between standard 1 and 2
2796         channel layouts with and without positions set is working.
2797
2798 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2799
2800         * gst-libs/gst/audio/multichannel.c:
2801         (gst_audio_check_channel_positions):
2802         Allow non-standard 2 channel layouts.
2803         
2804         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2805         Add some tests for converting and remapping non-standard 1 and 2
2806         channel layouts.
2807
2808 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2809
2810         * gst/audioconvert/gstchannelmix.c:
2811         (gst_channel_mix_fill_normalize):
2812         Prevent division by zero if the channel mix matrix contains only
2813         zeroes.
2814
2815 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2816
2817         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2818
2819         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2820         Close a buffer memory leak. Fixes bug #534071.
2821
2822 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2823
2824         * gst-libs/gst/rtsp/gstrtsptransport.h:
2825         Make the GstRTSPTransport struct members public as there are no
2826         setters/getters and it's supposed to be changed directly.
2827         Fixes bug #533087.
2828
2829 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2830
2831         * gst/adder/gstadder.c:
2832         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2833         claim this on the pad template caps.
2834
2835 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2836
2837         * gst-libs/gst/audio/gstbaseaudiosink.c:
2838         (gst_base_audio_sink_sync_latency):
2839         We can only use our optimal calibration if we prerolled before the
2840         latency expired.
2841
2842 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2843
2844         * configure.ac:
2845           Require core CVS for GstBaseSrc buffer caps setting magic.
2846
2847 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2848
2849         * gst/audioconvert/gstaudioconvert.c:
2850         (gst_audio_convert_fixate_channels):
2851         Fix logic in last commit.
2852
2853 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2854
2855         * gst/audioconvert/gstaudioconvert.c:
2856         (gst_audio_convert_fixate_channels):
2857         Passthrough the channel positions if the number of output channels is
2858         the same as the number of input channels, the input had a channel
2859         layout and downstream requests no special one. We did this already for
2860         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2861
2862 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2863
2864         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2865         (gst_gnome_vfs_src_finalize),
2866         (gst_gnome_vfs_src_received_headers_callback),
2867         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2868         * ext/gnomevfs/gstgnomevfssrc.h:
2869         Set the ICY caps on the srcpad from where they get picked up by the base
2870         class now and set on the outgoing buffers.
2871
2872         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2873         (gst_base_audio_src_create):
2874         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2875         BaseSrc now sets the caps on outgoing buffers automatically.
2876
2877 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2878
2879         * gst-libs/gst/audio/gstbaseaudiosink.c:
2880         (gst_base_audio_sink_resample_slaving),
2881         (gst_base_audio_sink_skew_slaving),
2882         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2883         (gst_base_audio_sink_async_play),
2884         (gst_base_audio_sink_change_state):
2885         Change the way in which the ringbuffer is started when dealing with a
2886         slaved clock and latency. We now sync to the clock until we reach
2887         upstream latency before starting the ringbuffer. This has the effect
2888         that we can accurately align the master and slave clocks and let the
2889         rate correction code take care of the initial drift or rounding errors
2890         instead of leaving them uncorrected with the old approach.
2891
2892 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2893
2894         * gst/audioconvert/gstaudioconvert.c:
2895         (gst_audio_convert_fixate_channels):
2896         Correctly set the default channel positions when converting to 8
2897         channels.
2898
2899 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2900
2901         * configure.ac:
2902           Error out if we don't have the required version of core.
2903
2904 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2905
2906         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2907           Use data scan helper in aac typefinder and stop scanning
2908           for headers when we've found a type. Also fix potential invalid
2909           memory access when calculating the frame length.
2910
2911 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2912
2913         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2914           (mpeg_sys_is_valid_pack):
2915           Don't modify scan context when we return FALSE in ensure_data, so
2916           it's possible to continue scanning, and we don't end up with a NULL
2917           data pointer and a positive size, which might bite us the next time
2918           we're called. Small constification.
2919
2920 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2921
2922         * gst/adder/gstadder.c:
2923         Adder doesn't support 24 bit samples so don't claim it supports them
2924         in the pad template caps.
2925
2926 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2927
2928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2929         (gst_base_rtp_depayload_chain):
2930         Validate the RTP packet before further processing it. It's just too
2931         dangerous to accept random packets and people are not forced to use a
2932         jitterbuffer or session manager to filter out the bad packets.
2933
2934         * gst-libs/gst/rtp/gstrtpbuffer.c:
2935         (gst_rtp_buffer_set_extension_data),
2936         (gst_rtp_buffer_get_payload_subbuffer):
2937         Small cleanups.
2938         When setting extension data in a buffer that is too small, we fail and
2939         we should not set the extension bit.
2940         Change GST_WARNINGS into g_warning because they really are
2941         programming errors.
2942
2943         * tests/check/libs/rtp.c: (GST_START_TEST):
2944         Catch the g_warnings now in the unit tests and that fact that failing to
2945         set extension data left the extension bit untouched.
2946
2947 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2948
2949         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2950           Revert previous change which made basetransform handle buffer_alloc
2951           and which breaks things badly in the non-passthrough case since it
2952           returned buffers with a different (ie. sometimes smaller) size than
2953           the size requested.
2954
2955 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2956
2957         Patch by: Bernard B <b-gnome at largestprime dot net>
2958
2959         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2960         Fix seqnum compare function for bordercase values and fix the docs
2961         again. Fixes #533075.
2962
2963         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2964         Add a testcase for seqnum compare function.
2965
2966 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2967
2968         * gst/adder/gstadder.c: (gst_adder_setcaps),
2969         (gst_adder_class_init):
2970         Correctly declare the supported endianness on the pad templates
2971         and check for correct endianness in the set caps function. Adder
2972         only supports native endianness.
2973         Also use gst_element_class_set_details_simple().
2974
2975 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2976
2977         * sys/xvimage/xvimagesink.c:
2978           Better debug logging in port value handling. Merging separate port
2979           value loops into one.
2980
2981 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2982
2983         Patch by: Hannes Bistry <hannesb at gmx dot de>
2984
2985         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2986         * gst/tcp/gsttcpserversink.c:
2987         (gst_tcp_server_sink_handle_server_read),
2988         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2989         Fix regression in clientsrc because we did not add the fd to the poll
2990         set anymore. Fixes #532364.
2991         Do some cleanups here and there.
2992
2993 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2994
2995         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2996         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2997         * gst/playback/gstplay-marshal.list:
2998         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2999         Use correct marshallers. GstCaps are a boxed type and no GObject
3000         subclass.
3001
3002 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3003
3004         * win32/common/libgstrtsp.def:
3005         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3006         symbols.
3007
3008 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3009
3010         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3011
3012         * tests/check/elements/audioresample.c:
3013         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3014         (live_switch_push), (GST_START_TEST):
3015         Add unit test for the latest basetransform negotiation changes.
3016         See bug #526768.
3017
3018 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3019
3020         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3021         Fix nv12<->nv21 conversion if stride is larger than width.
3022
3023 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3024
3025         Patch by: Jan Gerber <j at oil21 dot org>
3026
3027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3028         (gst_ogg_pad_parse_skeleton_fisbone):
3029         * ext/ogg/gstoggdemux.h:
3030         Parse presentation time from skeleton streams and use it as offset
3031         for the timestamps. Fixes bug #530068.
3032
3033 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3034
3035         * gst-libs/gst/audio/gstbaseaudiosink.c:
3036         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3037         Revert previous patch that attempted to more accurately calculate the
3038         initial offset between master and slave clock. The best thing we can do
3039         in general is take the time of both clocks as the diff since we don't
3040         know when the actual preroll happened.
3041
3042 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3043
3044         * gst-libs/gst/pbutils/install-plugins.c:
3045           Fix docs: type and missing word.
3046
3047 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3048
3049         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3050           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3051           for this instead; don't check if we've found enough markers after
3052           each and every step, it's enough to do that only if we've actually
3053           found a new marker.
3054           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3055
3056 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3057
3058         * gst/typefind/gsttypefindfunctions.c:
3059           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3060           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3061           (mpeg_video_stream_type_find):
3062           Move scan helper thingy to the beginning of the file so we can use
3063           it in other typefind functions. Rename it to something more
3064           generic. Also improve handling of things towards the end of the
3065           typefind data: peek as much as we can if we know the size of the
3066           data, rather than just min_size.
3067
3068 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3069
3070         * docs/libs/gst-plugins-base-libs-sections.txt:
3071         * gst-libs/gst/interfaces/colorbalance.c:
3072         * gst-libs/gst/interfaces/colorbalance.h:
3073         * gst-libs/gst/interfaces/colorbalancechannel.c:
3074         * gst-libs/gst/interfaces/colorbalancechannel.h:
3075         * gst-libs/gst/interfaces/tuner.c:
3076         * gst-libs/gst/interfaces/tunerchannel.c:
3077         * gst-libs/gst/interfaces/tunerchannel.h:
3078         * gst-libs/gst/interfaces/tunernorm.c:
3079         * gst-libs/gst/interfaces/tunernorm.h:
3080         * gst-libs/gst/video/video.c:
3081         * gst-libs/gst/video/video.h:
3082         Document the GstTuner and GstColorBalance interfaces, and some
3083         other random API functions that needed it. 70% symbol coverage, woo.
3084
3085 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3086
3087         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3088         Choose to allocate one less segment but require one additional segment
3089         as latency. 
3090
3091         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3092         No need to increment the number of segments in the source.
3093
3094         * gst-libs/gst/audio/gstbaseaudiosink.c:
3095         (gst_base_audio_sink_get_time), (clock_convert_external),
3096         (gst_base_audio_sink_resample_slaving),
3097         (gst_base_audio_sink_skew_slaving),
3098         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3099         (gst_base_audio_sink_async_play):
3100         Remove adding latency when returning the internal time while subtracting
3101         it again when we use the value a little later.
3102         When calculating the end timestamp, we are making a rounding error
3103         with the current algorithm. Ensure that we don't accumulate these
3104         rounding errors when aligning samples by not resampling at all if we
3105         don't need to. Fixes #419351.
3106         Make the initial calibration of the clock slaving a little more
3107         predictable and accurate. Also handle the case where we don't do
3108         clock slaving.
3109
3110 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3111
3112         Based on a patch by:
3113           Björn Benderius <bjoern dot benderius at axis dot com>
3114
3115         * gst/ffmpegcolorspace/avcodec.h:
3116         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3117         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3118         (gst_ffmpegcsp_avpicture_fill):
3119         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3120         * gst/ffmpegcolorspace/imgconvert_template.h:
3121         Add conversions from/to NV12 and NV21 and conversions between those
3122         two formats. Fixes bug #532166.
3123
3124 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3125
3126         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3127         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3128         which happens for example with files smaller than 128kb.
3129
3130 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3131
3132         Patch by: Wouter Cloetens <zombie at e2big dot org>
3133
3134         * gst-libs/gst/rtsp/Makefile.am:
3135         * gst-libs/gst/rtsp/gstrtspconnection.c:
3136         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3137         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3138         (add_auth_header), (gst_rtsp_connection_free),
3139         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3140         (gst_rtsp_connection_set_auth_param),
3141         (gst_rtsp_connection_clear_auth_params):
3142         * gst-libs/gst/rtsp/gstrtspconnection.h:
3143         Add Digest authorization support for RTSP connections. See #532065.
3144
3145         * gst-libs/gst/rtsp/md5.c:
3146         * gst-libs/gst/rtsp/md5.h:
3147         Yeap, another md5 implementation until we can depend on a glib that has
3148         support for it.
3149
3150 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3151
3152         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3153
3154         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3155         Let audioresample use the buffer allocation of basetransform instead
3156         of it's own stuff.
3157
3158         * tests/check/elements/audioresample.c: (alloc_only_48000),
3159         (GST_START_TEST), (audioresample_suite):
3160         Add unit test for the recent basetransform bugfix, where upstream
3161         changes caps to something that can't be passed through anymore.
3162
3163 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3164
3165         * win32/common/config.h.in:
3166           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3167           use the real thing than having "???" unconditionally.
3168
3169 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3170
3171         * gst-libs/gst/audio/gstbaseaudiosink.c:
3172         (gst_base_audio_sink_query):
3173         Report the latency with the new seglatency parameter.
3174
3175         * gst-libs/gst/audio/gstringbuffer.c:
3176         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3177         (gst_ring_buffer_acquire):
3178         * gst-libs/gst/audio/gstringbuffer.h:
3179         Add new field to the ringbufferspec to specify the expected latency
3180         between the underlying device read/write pointer, this is needed
3181         when writing sinks that sit a little closer to the hardware.
3182         Add some more docs for other fields.
3183
3184 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3185
3186         * gst/volume/gstvolume.c: (volume_transform_ip):
3187         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3188         reason instead of crashing later. Might fix bug #509125.
3189
3190 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3191
3192         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3193
3194         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3195         * gst/audioconvert/audioconvert.h:
3196         * gst/audioconvert/gstaudioconvert.c:
3197         (gst_audio_convert_parse_caps),
3198         (structure_has_fixed_channel_positions),
3199         (gst_audio_convert_transform_caps):
3200         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3201         Add support for more than 8 channels and NONE channel layouts. For
3202         more than 8 channels no channel conversion is supported yet, only
3203         format conversions are supported. Fixes bug #398033.
3204
3205         * tests/check/elements/audioconvert.c: (verify_convert),
3206         (GST_START_TEST), (audioconvert_suite):
3207         Add some unit tests by Tim for checking the NONE channel layouts
3208         and more than 8 channels and add some more unit tests for channel
3209         conversions.
3210
3211 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3212
3213         * gst/playback/gstdecodebin2.c: (connect_pad):
3214         When autoplugging fails, set the element back to NULL before
3215         unreffing it.
3216
3217 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3218
3219         * win32/common/libgstaudio.def:
3220         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3221         symbols.
3222
3223 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3224
3225         * gst/subparse/samiparse.c: (handle_start_sync),
3226         (end_sami_element), (characters_sami):
3227         Remove trailing, leading and double whitespaces.
3228         Correctly timestamp buffers and output the last buffer too.
3229
3230         * tests/check/elements/subparse.c: (GST_START_TEST),
3231         (subparse_suite):
3232         Add a simple unit test for SAMI parsing.
3233
3234 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3235
3236         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3237
3238         * gst/subparse/samiparse.c: (handle_start_sync),
3239         (start_sami_element), (end_sami_element), (characters_sami),
3240         (sami_context_reset):
3241         Only output characters inside the "sync" elements. There could be
3242         other elements like "style" that have some content but should
3243         not be printed. Fixes bug #467911.
3244
3245 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3246
3247         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3248         (set_active_source):
3249         * gst/playback/gstplaybasebin.h:
3250         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3251         (playbin_set_audio_mute):
3252         Allow setting -1 as current-audio to mute the current audio stream,
3253         similar to what is done for subtitles. Fixes bug #342294.
3254
3255 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3256
3257         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3258         It's SorensOn and not SorensEn.
3259
3260 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3261
3262         * gst-libs/gst/pbutils/descriptions.c: (formats):
3263           Fix description of video/x-flash-video.
3264
3265 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3266
3267         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3268         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3269         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3270         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3271         Remove some unused code.
3272
3273         * gst/audioconvert/gstaudioquantize.c:
3274         (gst_audio_quantize_free_noise_shaping):
3275         Don't return before freeing the noise shaping history.
3276
3277 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3278
3279         * tests/check/elements/subparse.c: (do_test),
3280           (test_tmplayer_style3b), (subparse_suite):
3281           Add unit test for the tmplayer variant from bug #530962.
3282
3283 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3284
3285         * gst/subparse/gstsubparse.c: (handle_buffer),
3286           (gst_sub_parse_sink_event):
3287         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3288           (tmplayer_parse_line):
3289           Fix parsing of tmplayer subtitle variant where every single line contains
3290           text and there isn't an empty line after each line to determine the
3291           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3292           making sure that we push out the last line of text without a duration if
3293           there's still text left in the buffer at the end.
3294
3295 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3296
3297         * gst/subparse/gstsubparse.c: (feed_textbuf):
3298           Fix detection of discontinuities based on the buffer offset (doesn't work
3299           so well if no buffer offset is set) and also check for the DISCONT buffer
3300           flag. This keeps the parser state from being reset after each buffer in
3301           the unit test.
3302
3303 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3304
3305         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3306           Further fine-tuning: don't absolutely require sequence or GOP headers
3307           (as introduced in the previous commit), but adjust the typefind
3308           probabilities returned accordingly if we don't see them. Also make sure
3309           picture header and first slice are somewhat close to each other (which
3310           is not perfect but still better than requiring a fixed offset or having
3311           no limit at all).
3312
3313 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3314
3315         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3316         (gst_basertppayload_sink_setcaps),
3317         (gst_basertppayload_sink_getcaps):
3318         Rename the setcaps/getcaps function internally to make it clear that
3319         they are called for the sink pad.
3320
3321 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3322
3323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3324         (gst_base_rtp_depayload_class_init),
3325         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3326         (gst_base_rtp_depayload_packet_lost),
3327         (gst_base_rtp_depayload_set_gst_timestamp):
3328         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3329         Catch packet-lost events from the jitterbuffer and convert them into a
3330         vmethod call (lost-packet) so that depayloaders can do something smart.
3331         Also add a default packet-lost function that sends out a segment update
3332         to the decoders.
3333
3334 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3335
3336         * gst/playback/test4.c:
3337         * gst/playback/test5.c:
3338         * gst/playback/test6.c:
3339         * gst/playback/test7.c:
3340           Also include config.h when relying on defines from it. Fixes the
3341           build. Its been a please to serve :)
3342
3343 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3344
3345         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3346         (paint_setup_NV21), (paint_hline_NV12_NV21):
3347         Add support for NV12 and NV21 in videotestsrc
3348
3349 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * gst/videoscale/gstvideoscale.c:
3352         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3353         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3354         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3355         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3356         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3357         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3358         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3359         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3360         (vs_image_scale_linear_RGB555):
3361         Support 1x1 images as input and output as for example the BBC HQ new
3362         streams have 1x1 GIFs in the playlists for some reason.
3363
3364 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3365
3366         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3367           (try_to_link_1):
3368           If we can't activate one of the decoders we plugged in (such as,
3369           say, musepackdec) for some reason (it might not support push mode,
3370           for example), remove any pad probes that close_pad_link() might
3371           have set up. This makes sure we later don't try to remove a probe
3372           for a pad that doesn't exist any longer, and avoids nast warnings
3373           and probably other things too.
3374
3375 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3376
3377         * gst/typefind/gsttypefindfunctions.c:
3378           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3379           (plugin_init):
3380           Rework mpeg video stream typefinding a bit more: make sure sequence,
3381           GOP, picture and slice headers appear in the order they should and
3382           that we've in fact at least had one of each; fix picture header
3383           detection; decouple picture and slice header check - don't assume
3384           they're at a fixed offset, there may be extra data in between. Also,
3385           announce varying degrees of probability depending on what we found
3386           exactly (multiple pictures, at least one picture, just sequence and
3387           GOP headers). Finally, in _ensure_data(), take into account that we
3388           might be typefinding smaller amounts of data, such as the first
3389           buffer of a stream, so fall back to the minimum size needed as long
3390           as that's available, instead of erroring out if there's less than
3391           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3392           fuzzed file from #399342 as valid.
3393
3394 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3395
3396         * ext/theora/theoradec.c:
3397           Cool kids don't divide by zero.
3398           Treat PAR of x:0 as 1:1.
3399           Fixes #530719.
3400
3401 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3402
3403         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3404           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3405           (mpeg_video_stream_type_find):
3406           Refactor a bit: use context structure to track parsing offset and
3407           size of available data and make the code a bit clearer. Fixes bad
3408           memory access in #356937.
3409
3410 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3411
3412         * gst/playback/test4.c:
3413         * gst/playback/test5.c:
3414         * gst/playback/test6.c:
3415         * gst/tcp/gstmultifdsink.c:
3416           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3417           is defined.
3418
3419 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3420
3421         * gst-libs/gst/audio/gstbaseaudiosink.h:
3422         Clarify some docs.
3423
3424         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3425         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3426         (gst_base_audio_src_set_slave_method),
3427         (gst_base_audio_src_get_slave_method),
3428         (gst_base_audio_src_set_property),
3429         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3430         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3431         Add property and methods for selecting the clock slave method in the
3432         source, like in the sink.
3433         We only implement "none" and "re-timestamp" for now.
3434         API: gst_base_audio_src_set_slave_method()
3435         API: gst_base_audio_src_get_slave_method()
3436
3437 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3438
3439         * gst-libs/gst/rtp/gstrtpbuffer.c:
3440         Fix the docs about the seqnum compare function, it returns a difference.
3441
3442 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3443
3444         * ext/alsa/gstalsadeviceprobe.c:
3445         (gst_alsa_get_device_list): Don't return before freeing up
3446         the allocated structures.
3447
3448 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3449
3450         * gst/playback/gstplaybin.c:
3451           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3452
3453 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3454
3455         * ext/ogg/gstoggdemux.c:
3456           Revert the event part, that should not go in.
3457
3458 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3459
3460         * ext/ogg/gstoggdemux.c:
3461           Don't leak GstPluginFeatures when filtering.
3462
3463 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3464
3465         * sys/xvimage/xvimagesink.c:
3466           Add some logging for cases when grabbing the xv failed.
3467
3468 2008-04-21  David Schleef  <ds@schleef.org>
3469
3470         * ext/ogg/gstoggmux.c:
3471           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3472           packet.  Should conform to what we currently think is the
3473           final Ogg/Dirac muxing spec.
3474
3475 2008-04-21  David Schleef  <ds@schleef.org>
3476
3477         * sys/xvimage/xvimagesink.c:
3478           Fix typo that causes the overlay keying color to bright green
3479           on a 16-bit display.  Dark grey good.  Bright green bad.
3480
3481 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3482
3483         * ext/gnomevfs/gstgnomevfsuri.c:
3484           Add  FIXME comment about using uri-list for source and sink.
3485
3486 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3487
3488         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3489         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3490         vaargs functions to gint. Otherwise the fractions will get 0 set
3491         instead of the correct value on big endian systems. Fixes bug #529018.
3492
3493 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3494
3495         * ext/gnomevfs/gstgnomevfssink.c:
3496         (gst_gnome_vfs_sink_uri_get_protocols):
3497         * ext/gnomevfs/gstgnomevfssrc.c:
3498         (gst_gnome_vfs_src_uri_get_protocols):
3499         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3500         (gst_gnomevfs_get_supported_uris):
3501         Get the list of supported URI schemes in a threadsafe way and use the
3502         same list for the source and sink.
3503
3504 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3505
3506         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3507         (gst_gio_get_supported_protocols):
3508         Don't generate a new supported protocols list on each call but cache
3509         it. It's supposed to be static anyway, this way we only leak it once
3510         per process.
3511
3512         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3513         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3514         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3515         (gst_gio_sink_start):
3516         * ext/gio/gstgiosink.h:
3517         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3518         (gst_gio_src_class_init), (gst_gio_src_finalize),
3519         (gst_gio_src_set_property), (gst_gio_src_get_property),
3520         (gst_gio_src_start):
3521         * ext/gio/gstgiosrc.h:
3522         API: Add "file" properties where one can set a GFile as
3523         source/destination.
3524
3525         Add locking to the properties and use
3526         gst_element_class_set_details_simple() instead of a static
3527         GstElementDetails struct.
3528
3529 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3530
3531         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3532         (plugin_init):
3533         Add "mpp" and "mp+" as possible extensions for MusePack files.
3534
3535         Add typefinding for MusePack StreamVersion 8 files and include the
3536         stream version in the caps.
3537
3538 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3539
3540         * gst-libs/gst/rtp/gstrtppayloads.c:
3541         (gst_rtp_payload_info_for_name):
3542         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3543
3544 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3545
3546         * configure.ac:
3547           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3548           (NB: this only affects compilation of some of the examples).
3549           Remove some configure.ac cruft that's not needed any longer.
3550
3551 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3552
3553         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3554         Don't validate the payload if there isn't any.
3555         Fixes #525915
3556
3557 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3558
3559         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3560         Use g_atomic_int_set() instead of gst_atomic_int_set().
3561
3562 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3563
3564         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3565         Return NULL instead of a gchar * array with one NULL element if we
3566         don't get any supported URI schemes from GIO.
3567
3568 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3569
3570         * gst/audiotestsrc/gstaudiotestsrc.c:
3571           Remove cpp style commented old code.
3572
3573 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3574
3575         * gst/playback/gstdecodebin2.c:
3576           Fix signal docs.
3577
3578 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3579
3580         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3581           (gst_text_overlay_init):
3582           Fix textoverlay unit test again by making the supposed default
3583           value for the wait-text property the actual default value.
3584           Also fix Since: tag for new property.
3585
3586 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3587
3588         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3589           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3590           (gst_video_format_get_pixel_stride),
3591           (gst_video_format_get_component_width),
3592           (gst_video_format_get_component_height),
3593           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3594           (gst_video_format_convert):
3595           Add guards to these functions to ensure sane input values.
3596
3597         * tests/check/libs/video.c:
3598           Fix unit test not to create caps with width=0 and height=0.
3599
3600 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3601
3602         * docs/design/draft-keyframe-force.txt:
3603         Fix typo.
3604
3605         * gst/playback/gstqueue2.c: (update_buffering),
3606         (gst_queue_handle_src_query):
3607         Set buffering mode in the messages.
3608         Set buffering percent in the query.
3609
3610         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3611         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3612         Do some more fancy things based on the buffering method in use.
3613
3614 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3615
3616         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3617         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3618         (msg_buffering), (main):
3619         Add basic download reports to seek using the new buffering API.
3620
3621 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3622
3623         * gst/playback/gstqueue2.c: (update_buffering),
3624         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3625         (gst_queue_src_checkgetrange_function):
3626         Include extra buffering stats in the buffering message.
3627         Implement BUFFERING query.
3628
3629         * gst/playback/gsturidecodebin.c: (do_async_start),
3630         (do_async_done), (type_found), (setup_streaming), (setup_source),
3631         (gst_uri_decode_bin_change_state):
3632         Only add decodebin2 when the type is found in streaming mode.
3633         Make uridecodebin async to PAUSED even when we don't have decodebin2
3634         added yet.
3635
3636 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3637
3638         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3639         Filter cdda from the supported URI schemes. We can't support
3640         musicbrainz tags and everything else one expects from a cdda source
3641         with GIO. Fixes bug #526794.
3642
3643 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3644
3645         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3646         (gst_xvimagesink_buffer_alloc):
3647         Fix calculation of 'expected size' for YV12 buffers.
3648         Be a little more verbose in the debug output for buffer-alloc'ed
3649         buffers which turn out to have the wrong size.
3650
3651 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3652
3653         * NEWS:
3654         * RELEASE:
3655         * gst-plugins-base.doap:
3656           Merge other changes from 0.10.19 release branch.
3657
3658 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3659
3660         * gst-libs/gst/audio/gstbaseaudiosink.c:
3661           (gst_base_audio_sink_class_init):
3662         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3663           (gst_base_audio_src_class_init):
3664         * gst/playback/gstplayback.c: (plugin_init):
3665         * gst/volume/gstvolume.c: (plugin_init):
3666           Work around missing bits of thread-safety on older GLibs some
3667           more to avoid assertions when starting up multiple playbin
3668           objects concurrently (see #512382).
3669
3670 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3671
3672         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3673           Remove some more fields.
3674
3675 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3676
3677         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3678
3679         * configure.ac:
3680         Actually build dlls when cross-compiling with mingw32.
3681         Fixes bug #526247.
3682
3683 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3684
3685         * configure.ac:
3686           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3687
3688 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3689
3690         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3691         (msg_buffering), (connect_bus_signals), (main):
3692         Add statusbar.
3693         Add buffering support with feedback in the statusbar.
3694
3695 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3696
3697         * ext/ogg/gstoggmux.c:
3698           Fix sample pipeline description.
3699
3700 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3701
3702         * docs/plugins/Makefile.am:
3703         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3704         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3705         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3706           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3707
3708         * docs/plugins/gst-plugins-base-plugins.args:
3709         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3710         * docs/plugins/gst-plugins-base-plugins.interfaces:
3711         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3712         * docs/plugins/inspect/plugin-adder.xml:
3713         * docs/plugins/inspect/plugin-alsa.xml:
3714         * docs/plugins/inspect/plugin-audioconvert.xml:
3715         * docs/plugins/inspect/plugin-audiorate.xml:
3716         * docs/plugins/inspect/plugin-audioresample.xml:
3717         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3718         * docs/plugins/inspect/plugin-cdparanoia.xml:
3719         * docs/plugins/inspect/plugin-decodebin.xml:
3720         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3721         * docs/plugins/inspect/plugin-gdp.xml:
3722         * docs/plugins/inspect/plugin-gnomevfs.xml:
3723         * docs/plugins/inspect/plugin-libvisual.xml:
3724         * docs/plugins/inspect/plugin-ogg.xml:
3725         * docs/plugins/inspect/plugin-pango.xml:
3726         * docs/plugins/inspect/plugin-playback.xml:
3727         * docs/plugins/inspect/plugin-queue2.xml:
3728         * docs/plugins/inspect/plugin-subparse.xml:
3729         * docs/plugins/inspect/plugin-tcp.xml:
3730         * docs/plugins/inspect/plugin-theora.xml:
3731         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3732         * docs/plugins/inspect/plugin-uridecodebin.xml:
3733         * docs/plugins/inspect/plugin-video4linux.xml:
3734         * docs/plugins/inspect/plugin-videorate.xml:
3735         * docs/plugins/inspect/plugin-videoscale.xml:
3736         * docs/plugins/inspect/plugin-videotestsrc.xml:
3737         * docs/plugins/inspect/plugin-volume.xml:
3738         * docs/plugins/inspect/plugin-vorbis.xml:
3739         * docs/plugins/inspect/plugin-ximagesink.xml:
3740         * docs/plugins/inspect/plugin-xvimagesink.xml:
3741           Update introspection data.
3742
3743         * ext/ogg/gstoggmux.c:
3744           Document oggmux.
3745
3746         * gst/playback/gstdecodebin2.c:
3747           Don't use gtk-doc style comment start for private stuff, but make it
3748           formatted like this for consistency.
3749
3750 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3751
3752         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3753         (gst_decode_bin_init), (gst_decode_bin_dispose),
3754         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3755         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3756         (analyze_new_pad), (connect_pad), (expose_pad),
3757         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3758         (gst_decode_group_expose), (gst_decode_group_free),
3759         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3760         Remove fakesink hack, we can now implement this more elegantly.
3761         Added property to bypass typefinding.
3762         Removed underrun callback and demuxer pad probe, we now use the srcpad
3763         probe to expose groups.
3764         API::sink-caps property
3765
3766         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3767         Guard against multiple emissions of the no_more_pads signal, which
3768         happens when we are dealing with chained oggs.
3769
3770         * gst/playback/gsturidecodebin.c: (remove_decoders),
3771         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3772         (setup_source):
3773         For streams, use our own typefind element and plug our queue after it.
3774         We will need this to determine the type of buffering to use for the
3775         queue soon.
3776
3777 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3778
3779         * gst-libs/gst/audio/gstbaseaudiosink.c:
3780         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3781         Guard against over and underflows because of clock slaving.
3782         When we are using our own clock, still compensate for any calibrations
3783         that we might have done to our clock.
3784
3785 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3786
3787         * ext/theora/theoradec.c: (theora_handle_type_packet),
3788         (theora_dec_chain):
3789         Don't try to do anything fancy with the return code from pushing an
3790         event, it does not have enough information to turn it into a
3791         GST_FLOW_ERROR.
3792
3793 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3794
3795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3796         (gst_ogg_demux_chain_elem_pad):
3797         Add small debug line.
3798         Pass return code from the internal decoder instead of the too generic
3799         GST_FLOW_ERROR.
3800
3801 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3802
3803         * gst-libs/gst/cdda/Makefile.am:
3804         * gst-libs/gst/cdda/base64.c:
3805         * gst-libs/gst/cdda/base64.h:
3806         * gst-libs/gst/cdda/gstcddabasesrc.c:
3807         (gst_cddabasesrc_calculate_musicbrainz_discid):
3808         Use GLib's base64 implementation instead of our own.
3809
3810 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3811
3812         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3813         (gst_ogg_demux_read_chain):
3814         Refix oggdemux, we only have a problem if we failed to find a chain and
3815         we are not EOF.
3816
3817 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3818
3819         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3820
3821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3822         (gst_ogg_demux_read_chain):
3823         When we fail to find a BOS page and we and up with no chain, error out
3824         properly instead of segfaulting. Fixes #525665.
3825
3826 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3827
3828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3829         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3830         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3831         no-more-pads...
3832
3833 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3834
3835         * gst/playback/gstqueue2.c: (update_out_rates),
3836         (gst_queue_open_temp_location_file),
3837         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3838         (gst_queue_handle_src_query), (gst_queue_set_property):
3839         Update the estimated input data when we push out a buffer.
3840         Add some debug info about the temp file.
3841         Only forward src events when we are not using a temp file.
3842         Don't block the duration query, we need to find something better.
3843         Don't leak the temp filename.
3844
3845 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3846
3847         * configure.ac:
3848         Require GLib 2.12 and liboil 0.3.14.
3849
3850         * gst/volume/gstvolume.c: (volume_process_double):
3851         Unconditionally use liboil 0.3.14 function.
3852
3853 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3856         ms-gsm can have arbitrarty sample rates. See #481354.
3857
3858 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3859
3860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3861         MP4S is generic MPEG-4, not a microsoft variant.
3862
3863 2008-03-27  Michael Smith <msmith@fluendo.com>
3864
3865         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3866           Check the body CRC (if set) when depayloading.
3867           Fixes #522401.
3868
3869 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3872           Fix Since: version for new property.
3873
3874 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3875
3876         * gst-libs/gst/rtsp/gstrtspconnection.c:
3877         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3878         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3879         Don't error when poll_wait returns EAGAIN.
3880
3881 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3882
3883         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3884         The queue is never filled when there are no buffers in the queue at all.
3885         Fixes #523993.
3886
3887 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3888
3889         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3890         (init_group), (free_group), (gst_play_bin_init),
3891         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3892         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3893         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3894         (gst_play_bin_set_current_video_stream),
3895         (gst_play_bin_set_current_audio_stream),
3896         (gst_play_bin_set_current_text_stream),
3897         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3898         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3899         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3900         (activate_group), (deactivate_group), (setup_next_source),
3901         (save_current_group), (gst_play_bin_change_state):
3902         Update some docs.
3903         Add new locks and conds to protect pipeline creation and group
3904         switching.
3905         Implement the sub-uri property.
3906         Keep track of pending uridecodebin creation and configure the output
3907         pipeline after all streams are configured.
3908         Propagate subtitle encoding to the uridecodebins.
3909         Implement getting the video/audio/visualisation elements.
3910         Use input-selector for stream switching.
3911         If we are asked to do visualisation, prefer to autoplug raw sinks
3912         instead of sinks that accept encoded data.
3913
3914 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3915
3916         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3917         (gst_play_sink_init), (gst_play_sink_dispose),
3918         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3919         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3920         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3921         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3922         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3923         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3924         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3925         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3926         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3927         * gst/playback/gstplaysink.h:
3928         Add methods to get audio/video/vis elements.
3929         Add methods to set the font description for the overlay.
3930         Remove properties, we're using this element with its methods only.
3931         Add support for subtitles.
3932         Rearrange the locking a bit to not use the object lock for protecting
3933         the pipeline construction.
3934         Try to use the volume and mute property on the sink when its available.
3935         Implement the mute option with volume when the sink does not have a mute
3936         property.
3937         Only add volume element when the sink has no volume property.
3938         Only do visualisations with raw audio pads.
3939
3940 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3941
3942         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3943         (gst_text_overlay_init), (gst_text_overlay_set_property),
3944         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3945         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3946         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3947         (gst_text_overlay_change_state):
3948         * ext/pango/gsttextoverlay.h:
3949         Add property to configure waiting for text on the textpad or not, with
3950         the default behaviour being the old one (always wait for text before
3951         rendering the video). This default behaviour is usually not the best one
3952         because the text stream can very sparse and could require queueing a lot
3953         of video.
3954         Fix the flushing and EOS handing so that we don't mix up their meaning.
3955
3956 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3957
3958         * gst/playback/gsturidecodebin.c:
3959         (gst_uri_decode_bin_autoplug_factories),
3960         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3961         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3962         (gst_uri_decode_bin_set_property),
3963         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3964         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3965         (proxy_autoplug_factories_signal), (make_decoder),
3966         (source_new_pad), (setup_source):
3967         Add a readonly source property and notify.
3968         Add new lock for protecting the construction of the pipeline.
3969         Keep track of the decodebins we plugged.
3970         Correctly proxy the autoplug signal so that it actually continues.
3971         Proxy subtitle-encoding to the decodebins.
3972
3973 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3974
3975         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3976         (text_toggle_cb), (update_streams), (main):
3977         Rearrange some buttons in playbin2 and make some other boxes insensitive
3978         when needed.
3979         Add language codes to subtitle selection boxes when we gind the right
3980         tags for the streams.
3981
3982 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3983
3984         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3985         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3986         (gst_decode_bin_set_subs_encoding),
3987         (gst_decode_bin_get_subs_encoding),
3988         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3989         (deactivate_free_recursive):
3990         Protect caps property with the object lock.
3991         Protect encoding property with the object lock.
3992         Keep list of elements we added that have the subtitle-encoding property.
3993         Distribute the subtitle-encoding to all of the elements when it
3994         changes.
3995
3996 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3997
3998         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3999         Small debug improvement.
4000
4001         * gst-libs/gst/audio/gstbaseaudiosink.c:
4002         (gst_base_audio_sink_render):
4003         Fix bug in determining the sample start/stop position, we want to base
4004         this decision on the fact that we are going forwards or backwards, not
4005         slower or faster. This fixes some ugly resync warnings when playing at
4006         very slow speeds.
4007
4008 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4009
4010         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4011         Correctly set the supported URI schemes and don't leave
4012         some schemes in the middle or at the start at NULL.
4013
4014 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4015
4016         * tests/check/elements/gdpdepay.c:
4017           Make test compile without unused function/variable warnings on PPC.
4018  
4019 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4020
4021         * configure.ac:
4022         * ext/alsa/gstalsamixerelement.c:
4023         (gst_alsa_mixer_element_class_init):
4024         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4025         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4026         * ext/cdparanoia/gstcdparanoiasrc.c:
4027         (gst_cd_paranoia_src_class_init):
4028         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4029         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4030         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4031         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4032         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4035         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4036         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4037         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4038         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4039         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4040         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4041         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4042         (gst_audio_filter_template_class_init):
4043         * gst-libs/gst/audio/gstbaseaudiosink.c:
4044         (gst_base_audio_sink_class_init):
4045         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4046         (gst_base_audio_src_class_init):
4047         * gst-libs/gst/cdda/gstcddabasesrc.c:
4048         (gst_cdda_base_src_class_init):
4049         * gst-libs/gst/interfaces/mixertrack.c:
4050         (gst_mixer_track_class_init):
4051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4052         (gst_base_rtp_depayload_class_init):
4053         * gst-libs/gst/rtp/gstbasertppayload.c:
4054         (gst_basertppayload_class_init):
4055         * gst/audioconvert/gstaudioconvert.c:
4056         (gst_audio_convert_class_init):
4057         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4058         * gst/audioresample/gstaudioresample.c:
4059         (gst_audioresample_class_init):
4060         * gst/audiotestsrc/gstaudiotestsrc.c:
4061         (gst_audio_test_src_class_init):
4062         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4063         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4064         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4065         (preroll_unlinked):
4066         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4067         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4068         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4069         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4070         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4071         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4072         (gst_stream_selector_class_init):
4073         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4074         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4075         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4076         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4077         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4078         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4079         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4080         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4081         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4082         * gst/videotestsrc/gstvideotestsrc.c:
4083         (gst_video_test_src_class_init):
4084         * gst/volume/gstvolume.c: (gst_volume_class_init):
4085         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4086         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4087         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4088         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4089         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4091         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4092         static strings (i.e. all). This gives us less memory usage,
4093         fewer allocations and thus less memory defragmentation. Depend
4094         on core CVS for this. Fixes bug #523806.
4095
4096 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4097
4098         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4099         Filter http and https protocols. GIO/GVfs handles them but it's
4100         impossible to implement iradio/icecast with it. Better use
4101         souphttpsrc or something else for this.
4102
4103         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4104         If getting the file informations by a query fails try it with the
4105         seek-to-end trick too.
4106
4107 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4108
4109         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4110         (gst_volume_base_init), (gst_volume_class_init),
4111         (volume_process_double), (volume_process_float),
4112         (volume_transform_ip), (plugin_init):
4113         memset buffers to zero if we get a GAP buffer. We usually see a
4114         buffer as one unit so let's handle it as one and don't care about
4115         volume changes while processing one buffer.
4116         Also clean up some stuff a bit.
4117
4118 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4119
4120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4121         (gst_audio_convert_create_silence_buffer),
4122         (gst_audio_convert_transform):
4123         Make audioconvert GAP-aware by outputting silence buffers when the
4124         input has the GAP flag set. This is up to 8x faster.
4125         Based on a patch by Stefan Kost. Fixes bug #517813.
4126
4127 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4128
4129         * gst/volume/gstvolume.c: (volume_process_double):
4130         Use oil_scalarmultiply_f64_ns() for double processing when it's
4131         available at compile time.
4132
4133 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4134
4135         * configure.ac:
4136         Fix lrint/lrintf checks to actually work. These functions are
4137         in libm on Linux at least so try to link to it.
4138
4139 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4140
4141         * configure.ac:
4142         Back to development - 0.10.18.1
4143
4144 === release 0.10.18 ===
4145
4146 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4147
4148         * configure.ac:
4149           releasing 0.10.18, "I will follow"
4150
4151 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4152
4153         * configure.ac:
4154         * win32/common/config.h:
4155         0.10.17.4 pre-release
4156
4157 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4158
4159         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4160         Use GST_STR_NULL when trying to print strings that could be NULL because
4161         this might crash on some platforms. See #520808.
4162
4163 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4164
4165         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4166
4167         * gst-libs/gst/rtsp/gstrtspconnection.c:
4168         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4169         (read_line), (gst_rtsp_connection_read_internal):
4170         Generic Windows fixes that makes libgstrtsp work on Windows when
4171         coupled with the new GstPoll API. See #520808.
4172
4173 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4176
4177         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4178           If seeking to a new position succeeds don't simply return from
4179           create() without creating a buffer. Do this only in the case
4180           seeking to the new position fails. Fixes bug #523054.
4181
4182 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4183
4184         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4185           (gst_video_format_from_rgba32_masks):
4186           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4187           (#522635).
4188
4189         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4190           Add unit test for the RGB caps parsing and creation, checking for
4191           internal consistency of the new API and consistency of the API with
4192           the old GST_VIDEO_CAPS_* defines.
4193
4194 2008-03-14  David Schleef  <ds@schleef.org>
4195
4196         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4197           because -base is in freeze.
4198
4199 2008-03-14  David Schleef  <ds@schleef.org>
4200
4201         Patch by: William M. Brack
4202
4203         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4204
4205 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4206
4207         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4208         (gst_selector_pad_chain):
4209         * gst/playback/gststreamselector.h:
4210         Revert change that caused regression until a real fix is found.
4211         Fixes #522203.
4212
4213 2008-03-12  Michael Smith <msmith@fluendo.com>
4214
4215         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4216         * gst-libs/gst/audio/gstringbuffer.h:
4217           Rename recently added buffer types to make more sense.
4218         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4219         (gst_alsasink_write):
4220           Adapt for above API changes.
4221           Fixes bug #520523.
4222
4223 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4224
4225         * win32/common/libgstnetbuffer.def:
4226         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4227
4228 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4229
4230         * configure.ac:
4231         * win32/common/config.h:
4232         0.10.17.3 pre-release
4233
4234 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4235
4236         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4237         (gst_base_audio_src_create):
4238         Fix duration when no clock was provided. Fixes #520300.
4239
4240 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4241
4242         Patch by: Olivier Crete  <tester at tester ca>
4243
4244         * docs/libs/gst-plugins-base-libs-sections.txt:
4245         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4246         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4247         Add trivial function to compare GstNetAddress. See #520626.
4248         API: GstNetBuffer::gst_netaddress_equal
4249
4250 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4251
4252         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4253         Update mode property docs, it's deprecated now.
4254
4255 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4256
4257         * gst-libs/gst/rtsp/gstrtspconnection.c:
4258         (gst_rtsp_connection_create):
4259         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4260         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4261         * gst/tcp/gstmultifdsink.h:
4262         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4263         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4264         Remove GstPollMode from gstpoll constructor.
4265
4266 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4267
4268         * configure.ac:
4269         * win32/common/config.h:
4270         0.10.17.2 pre-release
4271
4272 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4273
4274         * gst/Makefile.am:
4275         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4276         them twice
4277
4278         * win32/common/libgstinterfaces.def:
4279         * win32/common/libgstrtp.def:
4280         Add new API to the defs
4281
4282 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4283
4284         Patch by: Mersad Jelacic  <mersad at axis dot com>
4285
4286         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4287         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4288         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4289         possible to specify the sample size in bits. (#509637)
4290
4291 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4292
4293         * tests/check/libs/mixer.c:
4294           Add a few simple checks for the new message types.
4295
4296 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * docs/libs/gst-plugins-base-libs-sections.txt:
4299         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4300           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4301           (gst_mixer_message_get_type),
4302           (gst_mixer_message_parse_option_changed),
4303           (gst_mixer_message_parse_options_list_changed):
4304         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4305           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4306           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4307           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4308           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4309           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4310
4311 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4312
4313         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4314           (gst_mixer_options_get_values):
4315         * gst-libs/gst/interfaces/mixeroptions.h:
4316           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4317           (_GstMixerOptions), (_GstMixerOptionsClass):
4318           API: add GstMixerOptions::get_values vfunc (#519906)
4319
4320 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4321
4322         * configure.ac:
4323         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4324         plug-ins are included/excluded. (#498222)
4325
4326 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4327
4328         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4329         Add typefinder for IMelody files, using audio/x-imelody.
4330         See bug #519516.
4331
4332 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4333
4334         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4335         * ext/alsa/gstalsasink.c: (set_hwparams):
4336         * ext/alsa/gstalsasrc.c: (set_hwparams):
4337         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4338         * ext/ogg/gstoggmux.h:
4339         * ext/ogg/gstogmparse.c:
4340         * gst-libs/gst/audio/audio.c:
4341         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4342         * gst-libs/gst/pbutils/missing-plugins.c:
4343         (gst_missing_uri_sink_message_new),
4344         (gst_missing_element_message_new),
4345         (gst_missing_decoder_message_new),
4346         (gst_missing_encoder_message_new):
4347         * gst-libs/gst/rtp/gstbasertppayload.c:
4348         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4349         (gst_rtcp_packet_bye_get_reason):
4350         * gst/audioconvert/gstaudioconvert.c:
4351         * gst/audioresample/gstaudioresample.c:
4352         * gst/ffmpegcolorspace/imgconvert.c:
4353         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4354         * gst/typefind/gsttypefindfunctions.c:
4355         * gst/videoscale/vs_4tap.c:
4356         * gst/videoscale/vs_4tap.h:
4357         * sys/v4l/gstv4lelement.c:
4358         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4359         * sys/v4l/v4l_calls.c:
4360         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4361         (gst_v4lsrc_try_capture):
4362         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4363         (gst_ximagesink_ximage_new):
4364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4365         (gst_xvimagesink_xvimage_new):
4366         * tests/check/elements/audioconvert.c:
4367         * tests/check/elements/audioresample.c:
4368         (fail_unless_perfect_stream):
4369         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4370         * tests/check/elements/decodebin.c:
4371         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4372         (setup_gdpdepay_streamheader):
4373         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4374         (setup_gdppay_streamheader):
4375         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4376         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4377         * tests/check/elements/textoverlay.c:
4378         * tests/check/elements/videorate.c: (setup_videorate):
4379         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4380         * tests/check/elements/volume.c: (setup_volume):
4381         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4382         * tests/check/elements/vorbistag.c:
4383         * tests/check/generic/clock-selection.c:
4384         * tests/check/generic/states.c: (setup), (teardown):
4385         * tests/check/libs/cddabasesrc.c:
4386         * tests/check/libs/video.c:
4387         * tests/check/pipelines/gio.c:
4388         * tests/check/pipelines/oggmux.c:
4389         * tests/check/pipelines/simple-launch-lines.c:
4390         (simple_launch_lines_suite):
4391         * tests/check/pipelines/streamheader.c:
4392         * tests/check/pipelines/theoraenc.c:
4393         * tests/check/pipelines/vorbisdec.c:
4394         * tests/check/pipelines/vorbisenc.c:
4395         * tests/examples/seek/scrubby.c:
4396         * tests/examples/seek/seek.c: (query_positions_elems),
4397         (query_positions_pads):
4398         * tests/icles/stress-xoverlay.c: (myclock):
4399         Correct all relevant warnings found by the sparse semantic code
4400         analyzer. This include marking several symbols static, using
4401         NULL instead of 0 for pointers and using "foo (void)" instead
4402         of "foo ()" for declarations.
4403
4404         * win32/common/libgstrtp.def:
4405         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4406
4407 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         Patch by: José Alburquerque <jaalburqu svn gnome org>
4410
4411         * gst/playback/gstplaybin2.c:
4412           Make the function signature of the _get_*_tags() functions match
4413           the signature of the vfuncs they implement, ie. return a
4414           GstTagList rather than a GstStructure, which is more correct,
4415           even if one is typedef'ed to the other (#518940).
4416
4417 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         * gst-libs/gst/rtsp/gstrtspconnection.c:
4420           Don't include unix headers unconditionally (fixes #518037).
4421
4422 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4425           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4426           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4427           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4428           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4429           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4430           (gst_video_format_is_packed), (video_format_is_packed):
4431           Add unit test that makes sure that the strides, offsets and
4432           sizes returned for the various YUV formats by the new video API
4433           match the old reference implementation in videotestsrc.
4434
4435 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4438           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4439           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4440           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4441           (gst_video_format_get_pixel_stride),
4442           (gst_video_format_get_component_width),
4443           (gst_video_format_get_component_height),
4444           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4445         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4446           (GST_VIDEO_FORMAT_Y42B):
4447           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4448
4449 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4452           YV12 is I420 with swapped components 1 and 2, so the offset of
4453           component 1 for I420 should be the offset for component 2 for YV12
4454           and vice versa.
4455
4456 2008-02-29  Rene Stadler  <mail@renestadler.de>
4457
4458         * sys/v4l/gstv4lelement.c:
4459         Add missing semicolon to fix indentation.
4460
4461 2008-02-29  Julien Moutte  <julien@fluendo.com>
4462
4463         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4464         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4465         if we can do SPDIF output.
4466         * ext/alsa/gstalsa.h:
4467         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4468         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4469         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4470         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4471         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4472         to support AC3, EC3 and IEC958 buffers.
4473
4474 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4475
4476         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4477           (gst_mixer_message_parse_mute_toggled),
4478           (gst_mixer_message_parse_record_toggled),
4479           (gst_mixer_message_parse_volume_changed),
4480           (gst_mixer_message_parse_option_changed):
4481           De-cruft and fix message type assertions (NULL is not a really
4482           valid mixer message type string).
4483
4484 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4485
4486         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4487         When negotiating, actually start from a format that we can support
4488         instead of from the too generic template.
4489
4490 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4491
4492         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4493         Enable vis setting.
4494
4495         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4496         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4497         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4498         (gen_vis_chain):
4499         Implement vis switching while playing.
4500
4501 2008-02-28  David Schleef  <ds@schleef.org>
4502
4503         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4504
4505 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4506
4507         Patch by: Peter Kjellerstedt  <pkj at axis com>
4508
4509         * gst/tcp/Makefile.am:
4510         * gst/tcp/fdsetstress.c:
4511         * gst/tcp/gstfdset.c:
4512         * gst/tcp/gstfdset.h:
4513         Removed fdset and stress test, they are now known as GstPoll in
4514         core. 
4515
4516         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4517         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4518         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4519         (gst_multi_fd_sink_handle_client_write),
4520         (gst_multi_fd_sink_queue_buffer),
4521         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4522         (gst_multi_fd_sink_stop):
4523         * gst/tcp/gstmultifdsink.h:
4524         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4525         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4526         (gst_tcp_gdp_read_caps):
4527         * gst/tcp/gsttcp.h:
4528         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4529         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4530         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4531         * gst/tcp/gsttcpclientsink.h:
4532         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4533         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4534         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4535         * gst/tcp/gsttcpclientsrc.h:
4536         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4537         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4538         * gst/tcp/gsttcpserversink.h:
4539         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4540         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4541         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4542         * gst/tcp/gsttcpserversrc.h:
4543         Port to GstPoll. See #505417.
4544
4545 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4546
4547         Patch by: Peter Kjellerstedt  <pkj at axis com>
4548
4549         * gst-libs/gst/rtsp/gstrtspconnection.c:
4550         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4551         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4552         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4553         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4554         (gst_rtsp_connection_flush):
4555         * gst-libs/gst/rtsp/gstrtspconnection.h:
4556         Use GstPoll for the rtsp connection. See #505417.
4557
4558 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4559
4560         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4561         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4562         Add combo box for visualisations, populate it with a factory list
4563         of all visualisation plugins, configure vis plugin instance in
4564         playbin2. 
4565
4566 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4567
4568         * tests/check/libs/rtp.c: (GST_START_TEST):
4569         Add check for RTP buffer defaults, padding and marker bit API.
4570
4571 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4572
4573         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4574         Use memcpy() instead of upcasting a byte array to long *. This
4575         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4576         This should be ported to GCheckSum once we can use GLib 2.16.
4577         Partially fixes bug #500833.
4578
4579 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4580
4581         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4582           Push tag event after the newsegment event. Log the pointer of
4583           the buffer we're actually going to push rather than the buffer
4584           we're feeding to _make_metadata_writable().
4585
4586 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4587
4588         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4589         Comment smoke typefinder for now. The smokedec plugin needs one
4590         frame per buffer but we have no parser yet, thus it simply crashes
4591         in most situations.
4592
4593 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4594
4595         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4596         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4597
4598 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4599
4600         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4601         (plugin_init):
4602         Add midi typefinder, copied from the timidity plugin.
4603
4604 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4607
4608         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4609         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4610           (subparse_suite):
4611           Forward slashes at the beginning and end of a line also signify
4612           italics (Fixes: #518162).
4613
4614 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4615
4616         * tests/check/gst-plugins-base.supp:
4617         Add a suppression for a cached value in GIO that wasn't moved
4618         while moving gio from -bad to -base.
4619
4620 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4621
4622         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4623
4624         * configure.ac:
4625         Don't hardcode -Wall and -Werror for configure checks, this fails
4626         with non-GCC compilers. Fixes bug #517991.
4627
4628 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4629
4630         * gst/audioconvert/gstaudioconvert.c:
4631         * gst/audioconvert/gstaudioquantize.c:
4632         * gst/audioconvert/gstaudioquantize.h:
4633           Make audioconvert gap aware. If noiseshaping is used, wait for
4634           noiseshaping to converge before marking as GAP. Fixes #517813.
4635
4636 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4637
4638         * gst/audiotestsrc/gstaudiotestsrc.c:
4639           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4640
4641 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4642
4643         * ext/gnomevfs/gstgnomevfssink.c:
4644         (gst_gnome_vfs_sink_handle_event):
4645         Return FALSE when seeking for a new segment fails instead
4646         of silently ignoring the failure and appending every buffer
4647         that comes for the new segment.
4648
4649 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4650
4651         * gst/playback/gstplaysink.c: (find_property),
4652         (gst_play_sink_find_property), (gen_video_chain),
4653         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4654         Recursively search the sink element for a last-frame property so that we
4655         can also find the property in autovideosink and friends that don't
4656         always proxy the internal sink properties.
4657
4658 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4659
4660         * gst-libs/gst/audio/multichannel.c:
4661           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4662           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4663           (gst_audio_set_structure_channel_positions_list),
4664           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4665           (gst_audio_fixate_channel_positions):
4666           Fix confusing terminology in docs and code: structure fields are
4667           'fields' and not 'properties'.
4668
4669 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4670
4671         * gst-libs/gst/audio/multichannel.c:
4672           (gst_audio_check_channel_positions), (add_list_to_struct):
4673           Give more useful warning messages if one of the channel
4674           layout enums passed to us is invalid and if the "channels"
4675           field in the caps has a GType we don't expect.
4676
4677 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4678
4679         * gst-libs/gst/audio/multichannel.c:
4680           Fix typo in docs blurb.
4681
4682 2008-02-19  Julien Moutte  <julien@fluendo.com>
4683
4684         Patch by: Josep Torra Valles <josep@fluendo.com>
4685
4686         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4687         typefind lookup to fix typefinding on HD clips.
4688
4689 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * gst/playback/gstscreenshot.c:
4692         * gst/playback/gstscreenshot.h:
4693           Fix up copyright (I rewrote the GStreamer-0.10 code for
4694           this from scratch back in the days).
4695
4696 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4697
4698         * gst/playback/Makefile.am:
4699         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4700         (create_element), (gst_play_frame_conv_convert):
4701         * gst/playback/gstscreenshot.h:
4702         Add screenshot conversion code from totem.
4703
4704         * gst/playback/gstplay-marshal.list:
4705         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4706         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4707         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4708         Implement frame property to get a color-unconverted snapshot.
4709         Implement convert-frame action signal to get a converted snapshot image.
4710         Configure connection speed in uridecodebin.
4711         Document some more properties.
4712
4713         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4714         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4715         (gst_play_sink_get_last_frame):
4716         * gst/playback/gstplaysink.h:
4717         Use last-buffer property of the video sink to get a video snapshot.
4718
4719         * tests/examples/seek/seek.c: (shot_cb), (main):
4720         Add snapshot button for playbin2 and use the frame property to save the
4721         frame as a png in the current directory.
4722
4723 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4724
4725         Patch by: Josep Torra Valles <josep at fluendo dot com>
4726
4727         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4728         (plugin_init):
4729         Add typefinding support for h264 elementary streams.
4730         Fixes bug #517420.
4731
4732 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4733
4734         * configure.ac:
4735           Require CVS of core for new API in collectpads.
4736
4737         * gst/adder/gstadder.c:
4738           Use new API to make adder sparse stream aware.
4739
4740 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4741
4742         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4743         (no_more_pads_cb):
4744         Get the object data correct so that we can remove our channels
4745         correctly.
4746
4747         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4748         (gen_vis_chain), (gst_play_sink_reconfigure),
4749         (gst_play_sink_request_pad):
4750         Add option to disable async behaviour in the sinks when possible. This
4751         makes it possible to avoid an audio queue when dealing with
4752         visualisations.
4753         Add option to add a queue for the audio path.
4754
4755         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4756         (main):
4757         Disable the vis checkbox to match the defaults of playbin2.
4758         Only get the stream info when we need to.
4759
4760 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4761
4762         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4763         (gst_gio_base_sink_set_stream):
4764         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4765         (gst_gio_base_src_set_stream):
4766         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4767         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4768         Don't use async operations as they require a running main loop.
4769         This makes us block again when closing streams and unable
4770         to mount the enclosing volume of an URI if it isn't yet.
4771
4772 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4773
4774         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4775         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4776         (gen_vis_chain), (gst_play_sink_reconfigure),
4777         (gst_play_sink_request_pad):
4778         Move tee in front of the audio and vis pipelines.
4779         Add queue for audio for now.
4780         Add visualisation support.
4781
4782         * tests/examples/seek/seek.c: (main):
4783         Visualisation is by default disabled.
4784
4785 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4786
4787         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4788         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4789         Improve debugging a bit.
4790
4791         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4792         * ext/gio/gstgiosink.h:
4793         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4794         * ext/gio/gstgiosrc.h:
4795         Try to mount the enclosing volume of a GFile if it isn't mounted
4796         yet. This requires us to wait for an async operation to finish, done
4797         with an nested GMainLoop. Authentication is not supported yet, will
4798         come later.
4799
4800 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4801
4802         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4803         (gst_play_bin_set_property), (gst_play_bin_get_property),
4804         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4805         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4806         (gst_play_sink_get_mute), (gen_audio_chain):
4807         * gst/playback/gstplaysink.h:
4808         Add mute property.
4809
4810         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4811         (gst_selector_pad_chain):
4812         * gst/playback/gststreamselector.h:
4813         Make sure we forward the event only once.
4814
4815         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4816         Add and implement the mute button for playbin2.
4817
4818 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4819
4820         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4821
4822         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4823         Add some more debug info.
4824         Make sure we never return a negative delay. Fixes #516246.
4825
4826 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4827
4828         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4829           Revert patch that makes the sink hold the object lock when
4830           calling snd_pcm_delay(), since it breaks playback for me.
4831
4832 2008-02-12  Julien Moutte  <julien@fluendo.com>
4833
4834         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4835         some seek flags when changing rate.
4836
4837 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4838
4839         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4840         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4841         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4842         Fix potential leaks.
4843
4844         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4845         Fix leak when there is no function configured.
4846
4847 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4848
4849         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4850         (gst_v4lsrc_buffer_finalize):
4851         Correctly chain up the finalize method.
4852
4853 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4854
4855         * ext/gio/gstgiostreamsink.c:
4856         * ext/gio/gstgiostreamsrc.c:
4857         Add documentation and example code for giostreamsink/giostreamsrc.
4858
4859         * tests/check/pipelines/gio.c: (GST_START_TEST):
4860         Ask the GMemoryOutputStream for the data instead of assuming that
4861         the pointer to the data stayed the same. It could've been realloc'ed.
4862
4863 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4864
4865         * ext/gio/gstgiosink.c:
4866         * ext/gio/gstgiosrc.c:
4867         Make the documentation of giosink/giosrc complete, large parts
4868         are based on the gnomevfssink/gnomevfssrc docs.
4869
4870 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4871
4872         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4873         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4874         * docs/plugins/gst-plugins-base-plugins.args:
4875         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4876         * docs/plugins/gst-plugins-base-plugins.interfaces:
4877         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4878         * docs/plugins/gst-plugins-base-plugins.signals:
4879         * docs/plugins/inspect/plugin-adder.xml:
4880         * docs/plugins/inspect/plugin-audioconvert.xml:
4881         * docs/plugins/inspect/plugin-audiorate.xml:
4882         * docs/plugins/inspect/plugin-audioresample.xml:
4883         * docs/plugins/inspect/plugin-decodebin.xml:
4884         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4885         * docs/plugins/inspect/plugin-gdp.xml:
4886         * docs/plugins/inspect/plugin-gio.xml:
4887         * docs/plugins/inspect/plugin-gnomevfs.xml:
4888         * docs/plugins/inspect/plugin-libvisual.xml:
4889         * docs/plugins/inspect/plugin-ogg.xml:
4890         * docs/plugins/inspect/plugin-pango.xml:
4891         * docs/plugins/inspect/plugin-playback.xml:
4892         * docs/plugins/inspect/plugin-queue2.xml:
4893         * docs/plugins/inspect/plugin-subparse.xml:
4894         * docs/plugins/inspect/plugin-theora.xml:
4895         * docs/plugins/inspect/plugin-uridecodebin.xml:
4896         * docs/plugins/inspect/plugin-videorate.xml:
4897         * docs/plugins/inspect/plugin-videoscale.xml:
4898         * docs/plugins/inspect/plugin-volume.xml:
4899         * docs/plugins/inspect/plugin-vorbis.xml:
4900         Add the GIO documentation again and while at that run make update.
4901
4902 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4903
4904         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4905         * ext/alsa/gstalsasink.c: (set_swparams):
4906         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4907           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4908           against libasound >= 1.0.16, since it's been deprecated in
4909           0.10.16, and alignment is always 1 then, apparently. (#512899)
4910
4911 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         * gst/playback/gstplaybin.c: (gen_audio_element):
4914         * gst/playback/gstplaysink.c: (gen_audio_chain):
4915           Handle case where we can't create the volume element a bit
4916           better (#514307).
4917
4918 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4921         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4922           Add support for https protocol. Fixes #510229.
4923
4924 2008-02-11  Julien Moutte  <julien@fluendo.com>
4925         
4926         Patch by: Alan Peevers <peeves@pacbell.net>
4927
4928         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4929         lock when calling alsa methods.
4930
4931 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * gst/typefind/gsttypefindfunctions.c:
4934           Bump rank of jpeg and png typefinders, which will return maximum
4935           probability in the most common cases (thus short-circuiting more
4936           expensive typefinders like the mp3 one for these two quite common
4937           image types).
4938
4939 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4940
4941         * ext/theora/theoraparse.c:
4942         Fix long description of the theora parser to be more verbose than just
4943         the type name.
4944
4945 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4946
4947         Patch by: Branko Čibej <brane at xbc dot nu>
4948
4949         * sys/xvimage/xvimagesink.c:
4950         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4951         Fixes bug #515654.
4952
4953 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4954
4955         * gst/playback/gstplaybasebin.c:
4956         Set is_dynamic as True if there are elements with both request
4957         and sometimes src pad templates instead of breaking out when it
4958         finds the first pad template that is a src.
4959
4960 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4961
4962         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4963         (update_streams), (video_combo_cb), (audio_combo_cb),
4964         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4965         Add some stream switching and volume gui for playbin2.
4966
4967 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4968
4969         * gst/playback/gstplay-marshal.list:
4970         Added marshal for streamselector Tags.
4971
4972         * gst/playback/gstplaybasebin.c: (set_active_source):
4973         Streamselector now selects pads based on the pad object instead of its
4974         name.
4975
4976         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4977         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4978         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4979         (gst_play_bin_get_text_tags),
4980         (gst_play_bin_set_current_video_stream),
4981         (gst_play_bin_set_current_audio_stream),
4982         (gst_play_bin_set_current_text_stream),
4983         (gst_play_bin_set_property), (gst_play_bin_get_property),
4984         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4985         Remove option to mute streams with the current-a/v/t property, we have
4986         this functionality in the flags.
4987         Add signals to notify when the number of A/V/T channels changed.
4988         Add action signals to get tags for the A/V/T streams.
4989         Implement setting the current A/V/T stream.
4990         Rearrange some things to simplify stream selection.
4991         Implement volume.
4992
4993         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4994         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4995         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4996         (activate_vis), (gst_play_sink_reconfigure):
4997         * gst/playback/gstplaysink.h:
4998         Add and implement volume setting methods.
4999
5000         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5001         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5002         (gst_selector_pad_event), (gst_stream_selector_class_init),
5003         (gst_stream_selector_init), (gst_stream_selector_finalize),
5004         (gst_stream_selector_set_property),
5005         (gst_stream_selector_get_property),
5006         (gst_stream_selector_get_linked_pad),
5007         (gst_stream_selector_request_new_pad):
5008         * gst/playback/gststreamselector.h:
5009         Add pad properties for tags and status of pads.
5010         Keep tags on pads.
5011         Make active pad selection based on pad object instead of name.
5012
5013 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5014
5015         * configure.ac:
5016           Revert last change as we now check in gtk-doc.m4 for sed.
5017
5018 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5019
5020         * configure.ac:
5021         Find and subst SED when building the docs.
5022
5023 2008-02-08  Julien Moutte  <julien@fluendo.com>
5024
5025         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5026         (main): Make sure bus signals are reconnected when pressing STOP
5027         and then PLAY again for a parse launch pipeline. Fix a ref leak
5028         on the bus.
5029         * win32/common/config.h: Updated.
5030
5031 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5032
5033         * configure.ac:
5034         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5035         pre-releases or releases.
5036
5037 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5038
5039         * configure.ac:
5040         * ext/gio/Makefile.am:
5041         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5042         reporting
5043
5044 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5045
5046         * docs/plugins/Makefile.am:
5047         Add the headers which need scanning for the GIO plugin. The rest of
5048         the docs still need migrating.
5049
5050 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5051
5052         * ext/Makefile.am:
5053         * tests/check/Makefile.am:
5054         * tests/check/pipelines/.cvsignore:
5055         Add gio in a few more places.
5056
5057 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5058
5059         * configure.ac:
5060         * ext/Makefile.am:
5061         * tests/check/Makefile.am:
5062         Move gio plugin from -bad and mark as experimental.
5063
5064 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5065
5066         * gst-libs/gst/interfaces/mixeroptions.c:
5067         * gst-libs/gst/interfaces/mixertrack.c:
5068         Comment out a couple of other things which break the build when
5069         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5070
5071 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5072
5073         * docs/libs/gst-plugins-base-libs-sections.txt:
5074           Fix pbutils header.
5075
5076 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5077
5078         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5079         Fix compiler warning.
5080
5081 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5082
5083         Patch by: Peter Kjellerstedt  <pkj at axis com>
5084
5085         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5086         Clear the addrinfo struct using memset. Fixes #514937.
5087
5088 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5089
5090         * gst/tcp/gstfdset.h:
5091         Remove unused field to same some memory.
5092
5093         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5094         Mark action signals as such.
5095
5096 2008-02-06  Michael Smith <msmith@fluendo.com>
5097
5098         * ext/theora/theoradec.c: (_theora_granule_frame),
5099         (_inc_granulepos):
5100           Increment granulepos for new-bitstream versions appropriately.
5101           Fixes #514623.
5102
5103 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5104
5105         * tests/examples/seek/seek.c: (do_seek),
5106         (rate_spinbutton_changed_cb), (update_streams), (main):
5107         Remove obsolete stream_time reset after flushing seek, core does that
5108         automatically now.
5109         Improve accuracy of speed spinbutton.
5110         Only do playbin2 stuff when we actually use it.
5111
5112 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * tests/check/Makefile.am:
5115           Revert previous change of the test environment's GST_PLUGIN_PATH.
5116           The problem is not with the plugins, but with element factories
5117           and only occurs if elements are split out from existing plugins
5118           or if plugins change name (see #512740).
5119
5120 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5121
5122         * tests/check/Makefile.am:
5123           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5124           with the core's plugins first and our local build directories last,
5125           since we might be building against an installed core, and that
5126           core's plugin directory may contain older or other versions of
5127           our own -base plugins, but we really do want to test our local
5128           ones (if there are multiple plugins or element factories with the
5129           same name, those inspected last will trump those read in earlier).
5130           Fixes #512740 for the most part.
5131
5132 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5133
5134         * configure.ac:
5135         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5136         Use gmtime_r if available as gmtime is not MT-safe.
5137         Fixes bug #511810.
5138
5139 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5140
5141         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5142         Cast glong to time_t as time_t might have a different type on
5143         other platforms, like FreeBSD, and we get a compiler warning
5144         otherwise. Fixes bug #511825.
5145
5146 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5147
5148         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5149         (get_group), (get_n_pads), (gst_play_bin_get_property),
5150         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5151         (autoplug_select_cb), (deactivate_group):
5152         Remove stream-info, we going for something easier.
5153         Refactor getting the current group.
5154         Implement getting the number of audio/video/text streams.
5155
5156         * gst/playback/gststreamselector.c:
5157         (gst_stream_selector_class_init), (gst_stream_selector_init),
5158         (gst_stream_selector_get_property),
5159         (gst_stream_selector_request_new_pad),
5160         (gst_stream_selector_release_pad):
5161         * gst/playback/gststreamselector.h:
5162         Add property for number of pads.
5163
5164         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5165         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5166         (text_toggle_cb), (update_streams), (msg_async_done),
5167         (msg_state_changed), (main):
5168         Block slider callback when updating the slider position.
5169         Add gui elements for controlling playbin2.
5170         Add callback for async_done that updates position/duration.
5171
5172 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5173
5174         * docs/plugins/Makefile.am:
5175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5177         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5178         * docs/plugins/gst-plugins-base-plugins.interfaces:
5179         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5180           First round of plugin docs cleansups.
5181
5182         * docs/plugins/inspect/plugin-adder.xml:
5183         * docs/plugins/inspect/plugin-alsa.xml:
5184         * docs/plugins/inspect/plugin-audioconvert.xml:
5185         * docs/plugins/inspect/plugin-audiorate.xml:
5186         * docs/plugins/inspect/plugin-audioresample.xml:
5187         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5188         * docs/plugins/inspect/plugin-cdparanoia.xml:
5189         * docs/plugins/inspect/plugin-decodebin.xml:
5190         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5191         * docs/plugins/inspect/plugin-gdp.xml:
5192         * docs/plugins/inspect/plugin-gnomevfs.xml:
5193         * docs/plugins/inspect/plugin-libvisual.xml:
5194         * docs/plugins/inspect/plugin-ogg.xml:
5195         * docs/plugins/inspect/plugin-pango.xml:
5196         * docs/plugins/inspect/plugin-subparse.xml:
5197         * docs/plugins/inspect/plugin-tcp.xml:
5198         * docs/plugins/inspect/plugin-theora.xml:
5199         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5200         * docs/plugins/inspect/plugin-video4linux.xml:
5201         * docs/plugins/inspect/plugin-videorate.xml:
5202         * docs/plugins/inspect/plugin-videoscale.xml:
5203         * docs/plugins/inspect/plugin-videotestsrc.xml:
5204         * docs/plugins/inspect/plugin-volume.xml:
5205         * docs/plugins/inspect/plugin-vorbis.xml:
5206         * docs/plugins/inspect/plugin-ximagesink.xml:
5207         * docs/plugins/inspect/plugin-xvimagesink.xml:
5208           Regenerate.
5209
5210         * ext/ogg/Makefile.am:
5211         * ext/ogg/gstoggmux.c:
5212         * ext/ogg/gstoggmux.h:
5213           Add header for oggmux. the c-file needs a doc blob still.
5214
5215 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5216
5217         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5218
5219         * gst-libs/gst/rtp/gstrtpbuffer.c:
5220         (gst_rtp_buffer_set_extension_data):
5221         * gst-libs/gst/rtp/gstrtpbuffer.h:
5222         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5223         Add gst_rtp_buffer_set_extension_data() 
5224         Add a unit test for this addition. Fixes #511478.
5225         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5226
5227 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5228
5229         * configure.ac:
5230         Back to CVS
5231
5232 === release 0.10.17 ===
5233
5234 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5235
5236         * configure.ac:
5237           releasing 0.10.17, "Peanut Butter and Jelly"
5238
5239 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5240
5241         * gst-libs/gst/interfaces/mixeroptions.c:
5242         * gst-libs/gst/interfaces/mixertrack.c:
5243         Also remove the conditional registration of the signals
5244         that disappeared with the ABI change in 0.10.14
5245
5246 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5247
5248         * gst-libs/gst/rtsp/gstrtspconnection.c:
5249         Revert patch to gstrtspconnection.c for brown paper bag
5250         release of -base. Re-opens: #511825
5251
5252 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5253
5254         * gst-libs/gst/interfaces/mixeroptions.h:
5255         * gst-libs/gst/interfaces/mixertrack.h:
5256         Change the way these deprecated function pointers are removed
5257         so that the compiled ABI is unconditionally smaller. This 
5258         sets in stone an ABI break that actually occurred when the
5259         things were deprecated in 0.10.14, which seems to be the best
5260         fix as the only known users are oss-mixer and sunaudio-mixer in 
5261         gst-plugins-good.
5262         Fixes: #513018
5263
5264 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * win32/common/libgstpbutils.def:
5267           Export the two new _get_type() functions which are needed
5268           by the python bindings.
5269
5270 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5271
5272         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5273         Cast glong to time_t as time_t might have a different type on
5274         other platforms, like FreeBSD, and we get a compiler warning
5275         otherwise. Fixes bug #511825.
5276
5277 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5278
5279         * gst-libs/gst/audio/gstaudiofilter.c:
5280         (gst_audio_filter_class_init):
5281         Initialize the GstRingerBuffer class to get it's debug category
5282         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5283         category and otherwise we get some g_critical(). Fixes bug #512334.
5284
5285 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5286
5287         * configure.ac:
5288         Back to CVS
5289
5290 === release 0.10.16 ===
5291
5292 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5293
5294         * configure.ac:
5295           releasing 0.10.16, "Scheduled Interruption"
5296
5297 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5298
5299         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5300
5301         * gst-libs/gst/rtp/gstrtpbuffer.c:
5302         (gst_rtp_buffer_get_extension_data):
5303         Fix typos and wrong extension check. Fixes #511274.
5304
5305 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5306
5307         * po/sk.po:
5308         Oops - add new sk.po mentioned in the LINGUAS I just committed
5309
5310 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5311
5312         * po/LINGUAS:
5313         Add ca translation to the disted list.
5314
5315         * win32/vs6/libgstsdp.dsp:
5316         Convert line endings to CRLF
5317
5318 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5319
5320         * win32/MANIFEST:
5321         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5322
5323 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5324
5325         * win32/common/libgstsdp.def:
5326         * win32/common/libgstvideo.def:
5327         Add new API declarations
5328
5329 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5330
5331         * ext/theora/gsttheoradec.h:
5332         * ext/theora/gsttheoraparse.h:
5333         * ext/theora/theoradec.c:
5334         * ext/theora/theoraparse.c:
5335         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5336         and parser by inspecting the bitstream version of the incoming data.
5337
5338 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5339
5340         * configure.ac:
5341         * pkgconfig/Makefile.am:
5342         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5343         * pkgconfig/gstreamer-audio.pc.in:
5344         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5345         * pkgconfig/gstreamer-cdda.pc.in:
5346         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5347         * pkgconfig/gstreamer-fft.pc.in:
5348         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5349         * pkgconfig/gstreamer-floatcast.pc.in:
5350         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5351         * pkgconfig/gstreamer-interfaces.pc.in:
5352         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5353         * pkgconfig/gstreamer-netbuffer.pc.in:
5354         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5355         * pkgconfig/gstreamer-pbutils.pc.in:
5356         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5357         * pkgconfig/gstreamer-riff.pc.in:
5358         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5359         * pkgconfig/gstreamer-rtp.pc.in:
5360         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5361         * pkgconfig/gstreamer-rtsp.pc.in:
5362         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5363         * pkgconfig/gstreamer-sdp.pc.in:
5364         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5365         * pkgconfig/gstreamer-tag.pc.in:
5366         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5367         * pkgconfig/gstreamer-video.pc.in:
5368         Provide one pkg-config file for every gst-plugins-base library.
5369         This makes linking to those libraries much more intuitive and
5370         provides standard pkg-config behaviour for them. Fixes bug #499697.
5371
5372 2008-01-13  David Schleef  <ds@schleef.org>
5373
5374         * gst/videoscale/vs_4tap.c:
5375           Fix valgrind error on 4tap scaling method.
5376
5377 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5378
5379         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5380         Include Winsock2.h for VS6 and use a different way initialize
5381         hints structure so it can build with VS6.
5382         * win32/MANIFEST:
5383         * win32/vs6/libgstsdp.dsp:
5384         * win32/common/libgstsdp.def:
5385         Add new files for libgstsdp.
5386         * win32/vs6/grammar.dsp:
5387         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5388         * win32/vs6/gst_plugins_base.dsw:
5389         * win32/vs6/libgstdecodebin.dsp:
5390         * win32/vs6/libgstdecodebin2.dsp:
5391         * win32/vs6/libgstplaybin.dsp:
5392         * win32/vs6/libgstvolume.dsp:
5393         Add new dependencies to the link list.
5394
5395 2008-01-13  Julien Moutte  <julien@fluendo.com>
5396
5397         * win32/common/config.h:
5398         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5399         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5400         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5401         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5402         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5403         * win32/common/interfaces-enumtypes.c:
5404         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5405         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5406         (gst_mixer_track_flags_get_type),
5407         (gst_tuner_channel_flags_get_type):
5408         * win32/common/multichannel-enumtypes.c:
5409         (gst_audio_channel_position_get_type):
5410         * win32/common/pbutils-enumtypes.c:
5411         (gst_install_plugins_return_get_type):
5412         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5413         in the win32 build directory.
5414
5415 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5416
5417         * tests/check/Makefile.am:
5418         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5419
5420         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5421         * tests/check/elements/playbin.c:
5422         * tests/check/libs/mixer.c: (test_element_interface_supported),
5423         (gst_implements_interface_init):
5424         * tests/check/libs/rtp.c: (GST_START_TEST):
5425         Fix various assignment type mismatches.
5426
5427 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5428
5429         * configure.ac:
5430         * gst-libs/gst/rtsp/Makefile.am:
5431         Add test to see if hstrerror is available or if we need libresolv
5432         (Solaris) for it, then use it in libgstrtsp.
5433
5434 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5435
5436         * gst-libs/gst/tag/Makefile.am:
5437         Fix include path order
5438
5439 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5440
5441         * gst-libs/gst/pbutils/install-plugins.c:
5442         (gst_install_plugins_context_copy),
5443         (gst_install_plugins_context_get_type):
5444         * gst-libs/gst/pbutils/install-plugins.h:
5445         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5446         for bindings.
5447
5448 2008-01-11  Michael Smith <msmith@fluendo.com>
5449
5450         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5451         (_theora_granule_frame), (_theora_granule_start_time),
5452         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5453           Adapt for post-alpha meaning of granulepos, when we
5454           have a newer version of libtheora.
5455         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5456         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5457         (theora_enc_is_discontinuous), (theora_enc_chain):
5458           Likewise.
5459         * tests/check/Makefile.am:
5460           Link libtheora into theoraenc test so we can check which version of
5461           libtheora we're testing against.
5462         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5463         (check_buffer_granulepos),
5464         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5465         (theoraenc_suite):
5466           Adapt tests to check the values that are now defined for theora; make
5467           the tests backwards-adapt the passed values if we're running against an
5468           old libtheora.
5469           Fixes #497964
5470
5471 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5472
5473         * gst-libs/gst/audio/gstbaseaudiosink.c:
5474           (gst_base_audio_sink_class_init):
5475         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5476           (gst_base_audio_src_class_init):
5477           Ref audio clock class from a thread-safe context to make sure
5478           we're not bit by GObjects lack of thread-safety here (#349410),
5479            however unlikely that may be in practice.
5480
5481 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5482
5483         * autogen.sh:
5484           Add -Wno-portability to the automake parameters to stop warnings
5485           about GNU make extensions being used. We require GNU make in almost
5486           every Makefile anyway.
5487           
5488         * configure.ac:
5489           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5490           at the same time is required for per target flags.
5491
5492 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5493
5494         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5495           Post an error message if we can't pull as many bytes as we need
5496           for the tag. This makes sure the user gets to see a proper error
5497           message if a file with a partial ID3 tag is fed to decodebin, and
5498           not a 'no ID3 tag demuxer' error, which would be confusing
5499           (see #508138).
5500
5501 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         * gst-libs/gst/pbutils/descriptions.c: (formats):
5504           Add description strings for ID3, APE, and ICY tags.
5505
5506 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5507
5508         * gst/playback/gstdecodebin.c: (try_to_link_1):
5509           Make sure we error out correctly if we can't activate one of
5510           the elements we've added.  Fixes #508138.
5511           
5512 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5513
5514         Patch by: Bastien Nocera <hadess at hadess net>
5515
5516         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5517           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5518           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5519           the volume is the same for all channels. This works around
5520           some problem in alsa that leaves us with inconsistent state
5521           for some reason (#486840).
5522
5523 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5524
5525         Patch by: Jerone Young <jerone at gmail com>
5526
5527         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5528           If there's no mixer track by the name of 'Master' or 'Front',
5529           check if there's one called 'PCM' before trying the generic
5530           fallback logic (fixes #506928, where we pick 'Mic' as master
5531           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5532
5533 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5534
5535         * gst/playback/gstplay-enum.c:
5536         (register_gst_autoplug_select_result),
5537         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5538         (gst_play_flags_get_type):
5539         * gst/playback/gstplay-enum.h:
5540         Add enums for configuration flags.
5541
5542         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5543         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5544         (gst_play_bin_get_property), (no_more_pads_cb),
5545         (autoplug_select_cb), (gst_play_bin_change_state):
5546         Merge mode with flags.
5547         Add more property getters/setters, defaults and docs.
5548         Add properties to get number of audio/video/text streams.
5549         Create sink object in _init so that we can always rely on it being
5550         there.
5551
5552         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5553         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5554         (activate_vis), (gst_play_sink_reconfigure),
5555         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5556         (gst_play_sink_change_state):
5557         * gst/playback/gstplaysink.h:
5558         Use flags to configure the sink pipelines.
5559         Add tee before audio pipeline so that we can use it for visualisations.
5560         Start working on integrating visualisations.
5561         Remove mode, we can do everything with the flags now.
5562         Add method to configue the sink pipeline.
5563
5564 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5567           (check_buffer_timestamp), (check_buffer_duration):
5568           Turn these functions into macros so we can see right away
5569           where the failure occured.
5570
5571 2008-01-05  Julien Moutte  <julien@fluendo.com>
5572
5573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5574         debugging information to understand how X calculates the stride
5575         for XvImages.
5576
5577 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5578
5579         * gst/volume/Makefile.am:
5580         * gst/volume/gstvolume.c: (volume_choose_func),
5581         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5582         (volume_setup):
5583         * gst/volume/gstvolume.h:
5584         Use GstAudioFilter as base class for the volume element instead of
5585         plain GstBaseTransform.
5586
5587 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5588
5589         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5590         Don't set element details for the abstract GstAudioFilter class.
5591
5592 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5593
5594         * gst-libs/gst/audio/gstaudiofilter.c:
5595         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5596         Implement get_unit_size() vmethod of GstBaseTransform.
5597
5598 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5599
5600         * gst-libs/gst/pbutils/Makefile.am:
5601         * gst-libs/gst/pbutils/pbutils.h:
5602         Use glib-enum generator to have a proper enum GType for
5603         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5604
5605 2007-12-31  David Schleef  <ds@schleef.org>
5606
5607         * tests/check/Makefile.am:
5608         * tests/check/pipelines/theoraenc.c:
5609           Reenable theoraenc test, which fails on the buildbot but
5610           not locally.
5611
5612 2007-12-31  David Schleef  <ds@schleef.org>
5613
5614         * docs/libs/.cvsignore:
5615         * docs/plugins/.cvsignore:
5616           Add *-undeclared.txt to fix buildbot.
5617
5618 2007-12-31  David Schleef  <ds@schleef.org>
5619
5620         * tests/check/Makefile.am:
5621           Second attempt at disabling theoraenc test long enough to
5622           get buildbot to compile -base.
5623
5624 2007-12-31  David Schleef  <ds@schleef.org>
5625
5626         * tests/check/pipelines/theoraenc.c:
5627           Disable theoraenc test long enough to get the buildbot to
5628           compile a recent -base.
5629
5630 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5631
5632         * tests/examples/seek/seek.c: (stop_cb):
5633         Make sure we reset the slider value to 0.0 without racing against a
5634         possible g_idle that sets it to something else.
5635
5636 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5637
5638         * sys/ximage/ximagesink.c:
5639         fix typo
5640
5641 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5642
5643         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5644         * gst-libs/gst/rtsp/gstrtspdefs.h:
5645         Add Location header so that we can start implementing redirects.
5646         See #506025.
5647
5648 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5649
5650         * gst/subparse/gstssaparse.c:
5651         combine if's
5652
5653 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5654
5655         * gst/subparse/gstssaparse.c:
5656         remove duplicate log message
5657
5658 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5659
5660         * ext/libvisual/visual.c: (gst_visual_chain):
5661         Fix 'xyz may be used uninitialized' compiler warnings caused
5662         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5663         abort() in any case but properly report the error.
5664
5665 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5666
5667         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5668         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5669         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5670         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5671         (autoplug_select_cb), (activate_group), (deactivate_group),
5672         (setup_next_source), (save_current_group),
5673         (gst_play_bin_change_state):
5674         Code cleanups.
5675         Remove next-uri, we can use the uri property just fine.
5676         Fix some crasher.
5677         Unref uridecodebin when switching.
5678         Fix going to READY.
5679
5680         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5681         (gst_play_sink_init), (gst_play_sink_dispose),
5682         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5683         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5684         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5685         (gst_play_sink_set_property), (gst_play_sink_get_property),
5686         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5687         (gen_vis_element), (gst_play_sink_get_mode),
5688         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5689         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5690         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5691         (gst_play_sink_change_state):
5692         * gst/playback/gstplaysink.h:
5693         Add some locking to make things threadsafe.
5694
5695         * gst/playback/test7.c: (about_to_finish_cb):
5696         Fix test.
5697
5698 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5699
5700         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5701           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5702           (gst_video_scale_transform):
5703           Don't claim to be able to handle/transform caps that can't really
5704           be handled by the currently selected scaling method (here: RGB or
5705           packed YUV with 4-tap method). Also add locking to method property.
5706
5707         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5708           (test_basetransform_based):
5709           Some test pipelines for the above (not entirely valgrind clean yet
5710           apparently).
5711
5712 2007-12-21  David Schleef  <ds@schleef.org>
5713
5714         * gst-libs/gst/video/video.c:
5715         * gst-libs/gst/video/video.h:
5716           Add additional RGBA and RGB-24 video formats.
5717
5718 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5719
5720         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5721           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5722           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5723         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5724           (cddabasesrc_suite):
5725           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5726           deprecated in the future (see #498924).
5727
5728 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5731           Don't leak event.
5732
5733 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5734
5735         * gst-libs/gst/riff/riff-read.c:
5736         Use GST_ROUND_UP_2 macro
5737
5738 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5739
5740         * gst/playback/.cvsignore:
5741           Ignore more.
5742
5743 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5744
5745         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5746         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5747           (set_active_source):
5748         * gst/playback/gstplaybasebin.h:
5749         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5750           (setup_sinks), (playbin_set_subtitles_visible):
5751           Make switching off of subtitles work. To avoid all kind of
5752           problems with unlinking of the subtitle input, we just keep
5753           the subtitle inputs linked as they are and tell textoverlay
5754           not to render them. Fixes #373011.
5755           Other subtitle switching issues (esp. when there are both
5756           external and in-stream subtitles) remain. They'll be solved
5757           in playbin2.
5758
5759 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5760
5761         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5762         Init the pad segment too.
5763
5764 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5765
5766         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5767         (gst_audioringbuffer_open_device),
5768         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5769         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5770         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5771         (gst_audio_sink_create_ringbuffer):
5772         Improve debug output.
5773
5774         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5775         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5776         Prevent some functions from doing things and failing when the
5777         ringbuffer is not yet acquired.
5778
5779 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5780
5781         * gst-libs/gst/interfaces/interfaces.h:
5782           Also remove interfaces.h from CVS as it is not needed anymore.
5783
5784 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5785
5786         * gst-libs/gst/interfaces/Makefile.am:
5787           interfaces.h is not used anymore so remove it from the build
5788           process.
5789
5790 2007-12-17  David Schleef  <ds@schleef.org>
5791
5792         * gst/videotestsrc/gstvideotestsrc.c:
5793         * gst/videotestsrc/gstvideotestsrc.h:
5794           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5795           for testing vertical refresh synchronization.
5796
5797 2007-12-17  David Schleef  <ds@schleef.org>
5798
5799         * docs/libs/gst-plugins-base-libs-sections.txt:
5800         * gst-libs/gst/video/video.c:
5801         * gst-libs/gst/video/video.h:
5802           Add new GstVideFormat enum and write a bunch of helper functions
5803           based around it.
5804
5805 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         * Makefile.am:
5808           Use new common/win32.mak.
5809
5810 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5811
5812         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5813         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5814         Add debug info.
5815         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5816         the parent state change function, just like the audiosink, because the
5817         parent waits for the element to finish its processing before completing
5818         the state change. This makes going to PAUSED a lot snappier.
5819         When going from READY to PAUSED, don't allow the ringbuffer to start
5820         yet.
5821
5822 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5823
5824         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5825         Yet another fix for broken software that produce files with an empty
5826         blockalign field. Instead of completely failing, make a second attempt
5827         at guessing the width/depth by looking at strf->size.
5828
5829 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5830
5831         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5832           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5833         * gst-libs/gst/pbutils/install-plugins.c:
5834           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5835         * gst-libs/gst/pbutils/missing-plugins.c:
5836           (gst_missing_plugin_message_get_installer_detail),
5837           (gst_missing_encoder_installer_detail_new):
5838         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5839         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5840           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5841           avoid compiler warnings (#503930).
5842
5843 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5844
5845         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5846         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5847         for jpeg video streams.
5848         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5849         for the above modification.
5850
5851 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5854           (gst_x_overlay_handle_events):
5855           More guards (we don't want klass to end up being NULL).
5856
5857 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5858
5859         * configure.ac:
5860         * gst/volume/gstvolume.c: (gst_volume_init):
5861           Use new gst_base_transform_set_gap_aware() function as volume
5862           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5863           for this.
5864
5865 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5866
5867         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5868         Don't go to READY on EOS as this avoids testing of seeking and
5869         restarting after EOS, use the stop button when you want to READY.
5870         Don't try to do a flushing seek in segment-done, it does not make
5871         sense to use this for gapless playback and is not needed.
5872
5873 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5874
5875         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5876         (reset_rate_timer), (update_in_rates), (update_out_rates),
5877         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5878         (gst_queue_chain), (gst_queue_loop):
5879         Use separate timers for input and output rates.
5880         Pause measuring the output rate when we block for more data.
5881         See #503262.
5882
5883 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5884
5885         * gst/playback/gstqueue2.c: (gst_queue_chain):
5886         Pause the timer to measure the input rate when we block because the
5887         queue is filled. See #503262.
5888
5889 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5890
5891         Patch by: Peter Kjellerstedt  <pkj at axis com>
5892
5893         * gst-libs/gst/rtsp/gstrtspconnection.c:
5894         (gst_rtsp_connection_free):
5895         Close control sockets. Fixes #503440.
5896
5897 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5898
5899         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5900         Expose the right pad in the right place with the right element.
5901
5902 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5903
5904         * gst-libs/gst/pbutils/descriptions.c: (formats):
5905           Add description for 'private' dts caps (who come up with that name?).
5906
5907 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5908
5909         * Makefile.am:
5910           Add check-exports target and run it with 'make check'.
5911
5912         * configure.ac:
5913           Be stricter about what we export in our libraries: change regexp so that
5914           we only export _gst_foo(), but not __gst_foo().
5915
5916         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5917         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5918           Change internal functions to __gst_foo so they dont' get exported.
5919
5920         * win32/common/libgstaudio.def:
5921           Add missing symbols.
5922
5923 2007-12-11  David Schleef  <ds@schleef.org>
5924
5925         * ChangeLog: remove conflict markers
5926
5927 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         * ext/gnomevfs/Makefile.am:
5930         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5931           Use gst_tag_freeform_string_to_utf8() here, which also takes
5932           into account any character sets specified by the user via
5933           environment variables.
5934
5935 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5936
5937         * gst/audioconvert/Makefile.am:
5938         Also link to libm.
5939
5940 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5941
5942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5943         No need for floating point operations here. avoids having to link
5944         against the math library too.
5945
5946 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5947
5948         * gst-libs/gst/pbutils/descriptions.c: (formats),
5949           (format_info_get_desc):
5950         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5951           (GST_START_TEST):
5952           Add one or two missing formats.  Generate ADPCM description
5953           dynamically depending on layout/format.
5954
5955 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5956
5957         * configure.ac:
5958           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5959
5960 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5961
5962         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5963
5964         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5965           Some .srt files start with chunk number 0 and not chunk number 1,
5966           recognise and accept those as well (fixes #502497).
5967
5968         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5969           (test_src):
5970           Add unit test for the above.
5971
5972 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5973
5974         * gst/playback/gstplay-enum.c:
5975         (register_gst_autoplug_select_result),
5976         (gst_autoplug_select_result_get_type):
5977         * gst/playback/gstplay-enum.h:
5978         Add missing files.
5979
5980 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5981
5982         * gst/playback/Makefile.am:
5983         Group decodebin2 and uridecodebin into the same plugin so that they
5984         can share the GEnumType.
5985
5986         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5987         (_gst_select_accumulator), (gst_decode_bin_class_init),
5988         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5989         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5990         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5991         Add signal to sort factories instead of the more awkward autoplug-select
5992         signal.
5993         Modify autoplug_select so that we can try, skip or expose the
5994         autopluggin of an element on a pad.
5995
5996         * gst/playback/gstfactorylists.c: (compare_ranks),
5997         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5998         (element_filter), (gst_factory_list_get_elements),
5999         (gst_factory_list_debug), (gst_factory_list_filter):
6000         * gst/playback/gstfactorylists.h:
6001         Simplify the API, allow getting elements based on mask.
6002
6003         * gst/playback/gstplay-marshal.list:
6004         Add some more marshallers.
6005
6006         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6007         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6008         (autoplug_select_cb), (activate_group):
6009         Add support for managing non-raw sinks by providing a custom element and
6010         sink list to decodebin2.
6011         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6012         decodebin2.
6013
6014         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6015         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6016         * gst/playback/gstplaysink.h:
6017         Add support for raw and non-raw sinks. 
6018         Add support to force sinks selected by playbin2.
6019         Don't plug raw converters for non-raw sinks.
6020
6021         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6022         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6023         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6024         (plugin_init):
6025         Use right accumulators.
6026         Proxy new signal.
6027
6028 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6029
6030         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6031         Use runnning time as the base time instead of the timestamp.
6032         Spotted by Saur on IRC.
6033
6034 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6035
6036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6037         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6038
6039 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6040
6041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6042         (gst_ogg_demux_read_chain):
6043         If we find a new serial number but it does not contain a BOS page, make
6044         sure we initialize the chain to NULL because else we will try to scan it
6045         and crash. Fixes #500763
6046
6047 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6048
6049         * gst/playback/Makefile.am:
6050         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6051         (get_feature_array), (decoders_filter), (sinks_filter),
6052         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6053         (gst_factory_list_filter):
6054         * gst/playback/gstfactorylists.h:
6055         Refactor some common code to filter factories and check caps compat.
6056
6057         * gst/playback/gstdecodebin.c:
6058         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6059         (gst_decode_bin_init), (gst_decode_bin_dispose),
6060         (gst_decode_bin_autoplug_continue),
6061         (gst_decode_bin_autoplug_factories),
6062         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6063         (find_compatibles):
6064         * gst/playback/gstplaybin.c:
6065         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6066         (gst_play_bin_init), (gst_play_bin_finalize),
6067         (autoplug_factories_cb), (activate_group):
6068         * gst/playback/gstqueue2.c:
6069         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6070         (proxy_autoplug_continue_signal),
6071         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6072         (proxy_drained_signal):
6073         Add some more debug info and use factor filtering code.
6074
6075 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6076
6077         * gst/audiotestsrc/gstaudiotestsrc.c:
6078         * gst/volume/gstvolume.c:
6079         * gst/volume/gstvolume.h:
6080           Add GAP-flag support.
6081
6082 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6083
6084         * tests/examples/seek/seek.c: (main): Increase the range of the
6085         rate selector as I would like to test QOS behavior at higher
6086         forward and reverse playback speed like say 64x.
6087
6088 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6089
6090         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6091         (audioresample_query), (audioresample_query_type),
6092         (gst_audioresample_set_property):
6093         Implement latency query.
6094
6095 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6096
6097         * gst-libs/gst/audio/gstbaseaudiosink.c:
6098         (gst_base_audio_sink_drain):
6099         Our EOS time contains the base_time, _wait_eos() expects a running_time
6100         so we have to subtract the base_time again before calling the function.
6101         This fixes an EOS regression where the base_time was added twice and EOS
6102         took longer and longer in certain situations.
6103         Fixes #498767.
6104
6105 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6106
6107         * docs/libs/gst-plugins-base-libs-sections.txt:
6108         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6109         (gst_base_audio_sink_set_provide_clock),
6110         (gst_base_audio_sink_get_provide_clock),
6111         (gst_base_audio_sink_set_slave_method),
6112         (gst_base_audio_sink_get_slave_method),
6113         (gst_base_audio_sink_set_property),
6114         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6115         (gst_base_audio_sink_none_slaving),
6116         (gst_base_audio_sink_handle_slaving):
6117         * gst-libs/gst/audio/gstbaseaudiosink.h:
6118         Expose methods for some object properties so that subclasses can more
6119         easily configure them.
6120         Added slave method none, that completely disables slaving to the
6121         internal clock.
6122         API: gst_base_audio_sink_set_provide_clock()
6123         API: gst_base_audio_sink_get_provide_clock()
6124         API: gst_base_audio_sink_set_slave_method()
6125         API: gst_base_audio_sink_get_slave_method()
6126
6127         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6128         (gst_base_audio_src_set_provide_clock),
6129         (gst_base_audio_src_get_provide_clock),
6130         (gst_base_audio_src_set_property),
6131         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6132         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6133         Expose methods for some object properties so that subclasses can more
6134         easily configure them.
6135         API: gst_base_audio_src_set_provide_clock()
6136         API: gst_base_audio_src_get_provide_clock()
6137
6138 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6139
6140         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6141
6142         * gst-libs/gst/sdp/gstsdpmessage.c:
6143         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6144
6145 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6146
6147         * tests/check/libs/fft.c: (GST_START_TEST):
6148         Fix scaling to really have dB instead of something else.
6149
6150 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6151
6152         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6153         GTK version, use it.
6154
6155 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6156
6157         * tests/examples/seek/seek.c: (main): Try to support stable version
6158         of GTK.
6159
6160 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6161
6162         * gst/playback/README:
6163         * gst/playback/test7.c:
6164           Fix the build + little README update.
6165
6166 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6167
6168         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6169         Add playbin2 seek pipeline.
6170
6171 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6172
6173         * gst/playback/Makefile.am:
6174         * gst/playback/gstplayback.c: (plugin_init):
6175         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6176         (eos_cb), (about_to_finish_cb), (main):
6177         Add playbin2.
6178         Added gapless playback example.
6179
6180         * gst/playback/gstplaybasebin.c:
6181         * gst/playback/gstplaybasebin.h:
6182         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6183         * gst/playback/gstqueue2.c:
6184         * gst/playback/test.c:
6185         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6186         (pad_removed_cb):
6187         * gst/playback/gststreaminfo.h:
6188         Change email.
6189
6190         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6191         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6192         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6193         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6194         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6195         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6196         (drained_cb), (unlink_group), (activate_group),
6197         (setup_next_source), (gst_play_bin_change_state),
6198         (gst_play_bin2_plugin_init):
6199         Added raw first version of playbin2. Does chained oggs and gapless
6200         playback fine. No support for raw sinks yet. No visualisations or
6201         subtitles yet.
6202
6203         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6204         (gst_play_sink_class_init), (gst_play_sink_init),
6205         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6206         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6207         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6208         (gst_play_sink_set_property), (gst_play_sink_get_property),
6209         (post_missing_element_message), (free_chain), (add_chain),
6210         (activate_chain), (gen_video_chain), (gen_text_element),
6211         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6212         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6213         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6214         (gst_play_sink_send_event), (gst_play_sink_change_state):
6215         * gst/playback/gstplaysink.h:
6216         Added Element that abstracts the sinks and their pipelines for playbin2.
6217
6218 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6219
6220         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6221         (gst_selector_pad_class_init), (gst_selector_pad_init),
6222         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6223         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6224         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6225         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6226         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6227         (gst_stream_selector_init), (gst_stream_selector_set_property),
6228         (gst_stream_selector_get_linked_pad),
6229         (gst_stream_selector_getcaps),
6230         (gst_stream_selector_is_active_sinkpad),
6231         (gst_stream_selector_activate_sinkpad),
6232         (gst_stream_selector_get_linked_pads),
6233         (gst_stream_selector_request_new_pad),
6234         (gst_stream_selector_release_pad):
6235         * gst/playback/gststreamselector.h:
6236         Improve streamselector, make it select and unselect the current pad more
6237         intelligently. 
6238         Subclass GstPad for the sinkpads of the selector.
6239         Handle segments more correctly.
6240         Fix caps negotiation.
6241         Implement release_pad.
6242
6243 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6244
6245         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6246         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6247         (remove_fakesink):
6248         Add drained signal fired when decodebin finishes decoding the data.
6249         Remove deprecated STATE_DIRTY message.
6250
6251         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6252         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6253         (analyse_source), (proxy_drained_signal), (make_decoder),
6254         (source_new_pad), (value_list_append_structure_list),
6255         (handle_redirect_message), (handle_message):
6256         Proxy the new drained signal.
6257         Handle pad removed from decodebin.
6258         Handle redirect messages by sorting multiple redirections based on the
6259         connection speed.
6260
6261 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6262
6263         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6264
6265         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6266         Fix leaking headers. Fixes #496761.
6267
6268 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6269
6270         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6271
6272         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6273         (gst_ximagesink_change_state):
6274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6275         Don't leak the PAR on errors. Fixes #496731.
6276
6277 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6278
6279         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6280           (gst_tag_from_id3_user_tag):
6281           Add mapping for audio cd discid tags, so we can extract
6282           them from tags as well (see #347848). Also compare identifiers
6283           in ID3v2 TXXX frames in a case-insensitive way to increase
6284           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6285
6286 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6287
6288         * gst-plugins-base.doap:
6289         Oops, fix the release name.
6290
6291 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6292
6293         * gst-plugins-base.doap:
6294         Add 0.10.15 release
6295
6296 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6297
6298         * configure.ac:
6299         Back to CVS
6300
6301 === release 0.10.15 ===
6302
6303 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6304
6305         * configure.ac:
6306           releasing 0.10.15, "No need to argue"
6307
6308 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6309
6310         * win32/vs6/libgstfft.dsp:
6311         Convert line endings to DOS.
6312
6313 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6314
6315         * win32/vs6/gst_plugins_base.dsw:
6316         * win32/vs6/libgstfft.dsp:
6317         * win32/MANIFEST:
6318         Add a project file for fft plugin and remove socket
6319         based plugin which don't build from the workspace.
6320         * win32/vs6/libgstaudio.dsp:
6321         * win32/vs6/libgstrtp.dsp:
6322         * win32/vs6/libgsttag.dsp:
6323         Convert line endings back to DOS.
6324         Fixes #496724
6325
6326 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6327
6328         * win32/vs6/libgstinterfaces.dsp:
6329         * win32/vs6/libgstrtsp.dsp:
6330         Convert line endings back to DOS
6331
6332 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6333
6334         * gst-libs/gst/fft/kiss_fft_f32.h:
6335         * gst-libs/gst/fft/kiss_fft_f64.h:
6336         * gst-libs/gst/fft/kiss_fft_s16.h:
6337         * gst-libs/gst/fft/kiss_fft_s32.h:
6338         Don't include malloc.h which doesn't exist on Mac OSX.
6339         Instead, pull in glib.h and use g_malloc/g_free for 
6340         consistency. Fixes: #496548
6341
6342 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6343
6344         * gst/playback/gstdecodebin2.c:
6345           Dont leak ghostpad. Fixes #475451.
6346
6347 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6348
6349         * docs/design/design-decodebin.txt:
6350         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6351         Update some more docs and comments.
6352
6353 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         Patch by: Sebastien Moutte  <sebastien moutte net>
6356
6357         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6358           (gst_rtcp_unix_to_ntp):
6359         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6360           Fix some C99-isms and and a missing function that some versions of
6361           MSVC don't like too much (#494346).
6362
6363         * win32/vs6/gst_plugins_base.dsw:
6364         * win32/vs6/libgstaudio.dsp:
6365         * win32/vs6/libgstrtp.dsp:
6366         * win32/vs6/libgsttag.dsp:
6367           Update vs6 projects files (#494346).
6368
6369 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6370
6371         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6372
6373         * win32/common/libgstaudio.def:
6374         * win32/common/libgstcdda.def:
6375         * win32/common/libgstinterfaces.def:
6376         * win32/common/libgstnetbuffer.def:
6377         * win32/common/libgstpbutils.def:
6378         * win32/common/libgstrtp.def:
6379         * win32/common/libgstrtsp.def:
6380         * win32/common/libgsttag.def:
6381         * win32/common/libgstvideo.def:
6382           More missing symbols to export (fixes #493986).
6383
6384 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6385
6386         * docs/libs/gst-plugins-base-libs-sections.txt:
6387         * gst-libs/gst/fft/gstfftf32.c:
6388         * gst-libs/gst/fft/gstfftf32.h:
6389         * gst-libs/gst/fft/gstfftf64.c:
6390         * gst-libs/gst/fft/gstfftf64.h:
6391         * gst-libs/gst/fft/gstffts16.c:
6392         * gst-libs/gst/fft/gstffts16.h:
6393         * gst-libs/gst/fft/gstffts32.c:
6394         * gst-libs/gst/fft/gstffts32.h:
6395         * tests/check/libs/fft.c: (GST_START_TEST):
6396         Remove the magnitude and phase calculation functions as these have
6397         very special use cases and can't even be used for the spectrum
6398         element. Also adjust the docs to mention some properties of the used
6399         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6400
6401 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6402
6403         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6404           (finish_source):
6405           Avoid crash when there are external subtitles (fixes #491722).
6406
6407 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6410         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6411           'Could not open resource for writing' is not an acceptable
6412           error message when we can't open the audio device (see #492334),
6413           even less so when we're trying to open it to record something.
6414
6415 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6416
6417         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6418
6419         * win32/common/libgstrtp.def:
6420           Add some more missing symbols (#492813).
6421
6422 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6423
6424         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6425
6426         * tests/check/elements/audioconvert.c: (verify_convert):
6427           Add check to make sure that the out caps have a channel layout
6428           set on them where they should have one.
6429
6430 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6433
6434         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6435         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6436           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6437           (#492306).
6438
6439         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6440           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6441           (it disappeared in GLib 2.14.0) (#492306).
6442
6443         * gst-libs/gst/sdp/Makefile.am:
6444         * gst-libs/gst/sdp/gstsdpmessage.c:
6445           Fix includes and LIBS for win32/Mingw (#492306).
6446
6447         * tests/examples/dynamic/addstream.c (pause_play_stream):
6448           Use more portable g_usleep() instead of sleep() (#492306).
6449
6450 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6451
6452         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6453
6454         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6455           (gst_ring_buffer_parse_caps):
6456           Return NULL instead of an enum that happens to be 0, fixes warning
6457           on MSVC (#492114).
6458
6459         * gst-libs/gst/audio/gstringbuffer.h:
6460           No trailing commas in enum list (for gcc-2.9x).
6461
6462         * gst/videotestsrc/videotestsrc.c: (random_char):
6463           Make information loss explicit instead of implicitly truncating to
6464           eight bits via the return value.  Fixes runtime error on MSVC when
6465           using the debug CRT (#492114).
6466
6467         * win32/common/config.h.in:
6468           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6469
6470         * win32/common/libgstinterfaces.def:
6471         * win32/common/libgstrtp.def:
6472           Export a few more symbols (#492114).
6473
6474 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6475
6476         * gst-libs/gst/audio/audio.c:
6477         * gst-libs/gst/audio/audio.h:
6478           Readd the deprecation guards, but preserve compilability.
6479
6480 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6481
6482         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6483           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6484           Preserve channel layout when fixating the number of channels in the
6485           output caps, or make sure there's a suitable channel position layout
6486           set on the caps if required. Fixes #430677.
6487
6488 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6489
6490         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6491           Make sure the pipeline really operates in push mode as it should
6492           in this case.
6493
6494 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6495
6496         * gst-libs/gst/audio/audio.h:
6497           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6498           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6499           (ie. normal cvs builds) will fail.
6500
6501 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6502
6503         * docs/libs/Makefile.am:
6504         * gst-libs/gst/audio/audio.c:
6505         * gst-libs/gst/audio/audio.h:
6506         * gst-libs/gst/interfaces/mixer.c:
6507           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6508
6509 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6510
6511         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6512           (test_channel_layout_value_intersect), (audio_suite):
6513           Add simple unit test to make sure GstValue intersection
6514           of channel layouts works the way I think it does.
6515
6516 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6517
6518         * docs/libs/gst-plugins-base-libs-sections.txt:
6519         * gst-libs/gst/audio/gstaudiofilter.h:
6520         * gst-libs/gst/interfaces/mixer.h:
6521         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6522         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6523         * gst-libs/gst/sdp/gstsdpmessage.c:
6524           Fix the docs according to what gtk-doc complained about.
6525
6526 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6527
6528         * tests/icles/stress-playbin.c:
6529           Fix the build.
6530
6531 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6532
6533         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6534         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6535           Post nice/more useful error message if we don't have a decoder for
6536           the primary type.
6537
6538 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6539
6540         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6541         Be a bit more useful, unblock the pads after we fired the no-more-pads
6542         signal so that we can use the signal to inspect and connect all pads
6543         without having to keep extra state outside of decodebin.
6544
6545 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6546
6547         * gst/playback/gsturidecodebin.c:
6548         (gst_uri_decode_bin_autoplug_continue),
6549         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6550         Implement default signal handler so that we return TRUE when nothing is
6551         connected.
6552
6553 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6554
6555         * gst-libs/gst/riff/riff-media.c:
6556         (gst_riff_wavext_add_channel_layout),
6557         (gst_riff_wave_add_default_channel_layout),
6558         (gst_riff_wavext_get_default_channel_mask),
6559         (gst_riff_create_audio_caps):
6560         Use the ALSA channel layout as default for wav files without channel
6561         layout information. This fixes playback of chan-id.wav on 5.1 systems
6562         for example. Also refactor the channel layout setting a bit and add
6563         more default channel orders. Fixes #489010.
6564
6565 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6568           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6569           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6570           instead.
6571
6572 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6573
6574         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6575         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6576         (gst_decode_bin_set_subs_encoding),
6577         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6578         (gst_decode_bin_get_property), (analyze_new_pad):
6579         Move subtitle encoding property to decodebin2 so that it can set the
6580         property value on all elements that it autoplugs and that require it.
6581         Make caps refcounting more consistent in get/set.
6582
6583         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6584         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6585         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6586         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6587         (proxy_autoplug_continue_signal),
6588         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6589         (make_decoder):
6590         Proxy properties and relevant signals from the internal decodebin.
6591         Make properties MT safe.
6592
6593 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6596         * gst-libs/gst/tag/tags.c:
6597           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6598           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6599
6600         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6601           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6602
6603         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6604           (gst_tag_to_vorbis_comments):
6605           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6606           just mapping everything I found in the wild) (#414539).
6607
6608 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6609
6610         Inspired by patch of: René Stadler <mail at renestadler dot de>
6611
6612         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6613         (gst_decode_bin_autoplug_continue),
6614         (gst_decode_bin_autoplug_factories),
6615         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6616         (find_compatibles):
6617         * gst/playback/gstplay-marshal.list:
6618         Remove the autoplug-sort signal and replace it with a binding friendly
6619         autoplug-select signal.
6620         Add an autoplug-factories signal that can be used to generate a list of
6621         factories to try to autoplug.
6622         Add the GstPad to the autoplugging signal args as it might be needed to
6623         make a good factory selection.
6624         Fix up the marshallers for this. Fixes #407282.
6625
6626 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6627
6628         * gst-libs/gst/tag/gsttagdemux.c:
6629           Don't abort with an assertion if we receive a seek event with
6630           a start type of NONE (see launchpad bug #155878).
6631
6632 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6633
6634         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6635         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6636         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6638         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6639         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6640         Make sure that before we clean up the X resources, we shutdown and join
6641         the event thread.
6642         Also make sure the event thread does not shut down immediatly after
6643         startup because the running variable is not yet correctly set.
6644         Fixes #378770. 
6645
6646 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6647
6648         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6649         Make the window for a race in typefind and shutting down smaller until
6650         we figure out the right locking here. Avoids #485753 usually.
6651
6652         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6653         Remove unneeded lock causing a race in typefind and shutting down.
6654         Fixes #485753.
6655
6656         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6657         Also remove sinks when going to NULL because we might not complete the
6658         state change to PAUSED, causing the PAUSED->READY state change not to
6659         happen.
6660
6661 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6662
6663         * gst-libs/gst/audio/gstbaseaudiosink.c:
6664         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6665         Also explicitly release the ringbuffer when going to NULL because it
6666         is required in the setcaps function, before the state change to PAUSED
6667         completes.
6668
6669 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * tests/icles/.cvsignore:
6672         * tests/icles/Makefile.am:
6673         * tests/icles/stress-playbin.c:
6674           Does what it says on the tin.
6675
6676 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6677
6678         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6679         Fix queue negotiation. See #486758.
6680
6681 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6682
6683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6684         (gst_xvimagesink_xwindow_new),
6685         (gst_xvimagesink_update_colorbalance),
6686         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6687
6688         Fix handling of some of the X atoms. If the last parameter is True,
6689         XInternAtom won't create the atom if it doesn't exist, and therefore
6690         might return None. This causes X errors on Xv implementations that
6691         don't provide the colour balance attributes.
6692
6693 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         * gst-libs/gst/tag/gstvorbistag.c:
6696         * tests/check/libs/tag.c:
6697           Extract vorbis comment LICENSE tags correctly.
6698
6699 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6700
6701         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6702
6703         * gst-libs/gst/tag/gstid3tag.c:
6704         * tests/check/libs/tag.c:
6705           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6706
6707 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         * gst-libs/gst/tag/gsttagdemux.c:
6710           Don't error out when a buggy downstream element doesn't
6711           handle the newsegment event we send properly (especially
6712           not without posting a meaningful error message on the
6713           bus). See bug #471370 and launchpad bug #136264.
6714
6715 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6716
6717         * gst-libs/gst/audio/gstbaseaudiosink.c:
6718         (gst_base_audio_sink_drain):
6719         Use new basesink method to make our EOS drain interruptable.
6720
6721 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6722
6723         * gst-libs/gst/rtp/gstrtppayloads.c:
6724         Fix silly search-replace oversight.
6725
6726 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6727
6728         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6729
6730         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6731         (gst_basertppayload_set_outcaps):
6732         Fix caps memleak. Fixes #484989.
6733
6734
6735 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6736
6737         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6738         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6739         Fix debug output.
6740
6741 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6742
6743         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6744         (gst_base_audio_src_create):
6745         Also handle the case where there is no clock set on the audio source,
6746         like in the unit tests.
6747
6748 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6749
6750         * gst-libs/gst/rtp/gstrtppayloads.c:
6751         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6752         to avoid compiler warnings
6753
6754 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6755
6756         * gst/playback/gstdecodebin.c: (type_found),
6757         (gst_decode_bin_change_state):
6758         * gst/playback/gstdecodebin2.c: (type_found),
6759         (gst_decode_bin_change_state):
6760         Don't disconnect the have_type signal because we never reconnect it
6761         later on. Instead keep a variable to see if we already detected a type.
6762
6763 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6764
6765         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6766         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6767         (type_found):
6768         Unlink the signal handler when we found the type, we're not going to do
6769         anything sensible with more type_found signals anyway.
6770
6771 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         * gst-libs/gst/tag/gsttagdemux.c:
6774           Don't leak caps.
6775
6776 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6777
6778         * gst-libs/gst/tag/Makefile.am:
6779         * gst-libs/gst/tag/gsttagdemux.c:
6780         * gst-libs/gst/tag/gsttagdemux.h:
6781           API: add GstTagDemux base class for simple tag demuxers.
6782
6783         * docs/libs/gst-plugins-base-libs-docs.sgml:
6784         * docs/libs/gst-plugins-base-libs-sections.txt:
6785           Add GstTagDemux to docs.
6786
6787 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6788
6789         * gst-libs/gst/rtp/gstrtpbuffer.c:
6790         (gst_rtp_buffer_get_payload_subbuffer):
6791         Fix bug introduced with last commit which inverted the logic and
6792         caused all buffers to be dropped. Fixes #483620.
6793         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6794
6795 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6796
6797         * gst-libs/gst/rtp/gstrtpbuffer.c:
6798           Replace g_return_if_val (as it could be disabled), with regular return
6799           and warning.
6800
6801 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6802
6803         * tests/check/pipelines/simple-launch-lines.c:
6804           Print message name and not just number.
6805
6806 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6807
6808         * gst-libs/gst/audio/gstbaseaudiosink.c:
6809         (gst_base_audio_sink_async_play):
6810         When slaved to the clock, don't try to align a sample with the previous
6811         one when going to PLAYING again.
6812
6813 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6814
6815         * tests/examples/snapshot/snapshot.c:
6816           Fix the build.
6817
6818 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6819
6820         * gst-libs/gst/sdp/gstsdpmessage.h:
6821         Add RFC 3556 bandwidth modifiers.
6822
6823 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6824
6825         * docs/libs/gst-plugins-base-libs-docs.sgml:
6826         * docs/libs/gst-plugins-base-libs-sections.txt:
6827         * gst-libs/gst/rtp/gstrtppayloads.c:
6828         Update documentation.
6829
6830 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6831
6832         * gst-libs/gst/rtp/Makefile.am:
6833         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6834         (gst_rtp_payload_info_for_name):
6835         * gst-libs/gst/rtp/gstrtppayloads.h:
6836         Added new file and header to deal with payload info.
6837
6838         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6839         (gst_rtp_buffer_default_clock_rate):
6840         * gst-libs/gst/rtp/gstrtpbuffer.h:
6841         Payload specific stuff is move to new headers.
6842         Implement _default_clock rate using the new payload function.
6843
6844         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6845         (gst_sdp_parse_line):
6846         * gst-libs/gst/sdp/gstsdpmessage.h:
6847         Add some more comments.
6848
6849 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6850
6851         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6852         (sdp_check_header), (sdp_type_find), (plugin_init):
6853         Add typefind function for application/sdp.
6854         Remove some old dirac typefind code that was ifdeffed out.
6855
6856 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6857
6858         * win32/common/libgstaudio.def:
6859         Add new exported functions.
6860         * win32/vs6/grammar.dsp:
6861         Add autogeneration and copy of some autegenerated files from win32/common
6862         for rtsp library.
6863         * win32/vs6/libgstaudioconvert.dsp:
6864         Add gstaudioquantize.c to the build.
6865         * win32/vs6/libgstinterfaces.dsp:
6866         Add videoorientation.c to the build.
6867         * win32/vs6/libgstriff.dsp:
6868         Add libgsttag to the link libraries list.
6869         * win32/vs6/libgstvolume.dsp:
6870         Add liboil to the link.
6871         * win32/vs6/gst_plugins_base.dsw:
6872         * win32/vs6/libgstrtsp.dsp:
6873         * win32/common/libgstrtsp.def:
6874         Add files to build libgstrtsp library.
6875         
6876 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6877
6878         * tests/examples/snapshot/snapshot.c: (main):
6879         Print error when pipeline failed to construct.
6880
6881 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         * configure.ac:
6884         * gst-libs/gst/tag/gstid3tag.c:
6885         * gst-libs/gst/tag/gstvorbistag.c:
6886           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6887           and ID3v2 tags.
6888
6889 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6890
6891         * gst-libs/gst/floatcast/floatcast.h:
6892           Don't include config.h in an installed public header, this
6893           might break compilation of applications that don't have such
6894           a header and doesn't necessarily do what it's supposed to do
6895           anyway (ie. check for the lrint/lrintf defines) (#442065).
6896           Add docs for the various macros and document how this header
6897           has to be used (link against libm, etc.); add a few FIXMEs;
6898           include math.h for non-c99 code path.  Based on patch by
6899           Jan Schmidt.
6900           
6901 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6902
6903         * configure.ac:
6904         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6905         of duplicating these macros in configure.ac.
6906
6907 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6908
6909         * po/hu.po:
6910         * po/sv.po:
6911         * po/uk.po:
6912           Updated translations to 0.10.14
6913
6914 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6915
6916         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6917
6918         * po/pl.po:
6919           Added Polish translation.
6920
6921 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6922
6923         translated by: Ilkka Tuohela <hile@iki.fi>
6924
6925         * po/fi.po:
6926           Added Finnish translation.
6927
6928 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6929
6930         translated by: Jorge González González <aloriel@gmail.com>
6931
6932         * po/es.po:
6933           Added Spanish translation.
6934
6935 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6936
6937         translated by: Mogens Jaeger <mogens@jaeger.tf>
6938
6939         * po/da.po:
6940           Added Danish translation.
6941
6942 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6943
6944         translated by: Funda Wang <fundawang@linux.net.cn>
6945
6946         * po/zh_CN.po:
6947           Added Chinese (simplified) translation.
6948
6949 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6950
6951         translated by: Alexander Shopov <ash@contact.bg>
6952
6953         * po/bg.po:
6954           Added Bulgarian translation.
6955
6956 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6957
6958         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6959         Fix compilation wrt printf arguments.
6960
6961 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6962
6963         * configure.ac:
6964         * tests/examples/Makefile.am:
6965         * tests/examples/snapshot/.cvsignore:
6966         * tests/examples/snapshot/Makefile.am:
6967         * tests/examples/snapshot/snapshot.c: (main):
6968         Add simple snapshot example program using appsink.
6969
6970 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6971
6972         * tests/check/generic/states.c:
6973           Improved state change unit test.
6974
6975 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6976
6977         * docs/plugins/.cvsignore:
6978         * tests/check/.cvsignore:
6979           Ignore registries in any format.
6980
6981 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6982
6983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6984         (gst_base_rtp_depayload_chain),
6985         (gst_base_rtp_depayload_set_gst_timestamp):
6986         Only copy timestamp on outgoing packets if the depayloader did not set
6987         one.
6988         Also copy duration on outgoing packets.
6989
6990 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6991
6992         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6993         (gst_basertppayload_set_outcaps):
6994         Fix compilation because of missing %d in printf.
6995         When fixating caps, fixate what we can and throw away all remaining
6996         unfixed caps, subclasses should do something smart if they need to.
6997
6998 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6999
7000         * ext/gnomevfs/gstgnomevfssrc.c:
7001           Improve debug logs a bit and be more verbose if things go wrong.
7002
7003 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7004
7005         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7006         (gst_text_overlay_set_property):
7007         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7008         * gst-libs/gst/audio/gstbaseaudiosink.c:
7009         (gst_base_audio_sink_render):
7010         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7011         (gst_rtcp_unix_to_ntp):
7012         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7013         * gst/playback/gstqueue2.c:
7014         * tests/examples/seek/seek.c: (set_scale):
7015         Fix a bunch of compile warnings shown with Forte.
7016
7017         * gst/audiorate/gstaudiorate.c:
7018         Always pull in config.h before including any system headers.
7019
7020 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7021
7022         * gst/playback/gstqueue2.c: (update_buffering),
7023         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7024         (gst_queue_handle_sink_event), (gst_queue_chain),
7025         (gst_queue_push_one), (gst_queue_sink_activate_push),
7026         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7027         Also fix #476514 for queue2.
7028
7029 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7030
7031         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7032         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7033         (gst_base_rtp_depayload_chain),
7034         (gst_base_rtp_depayload_handle_sink_event),
7035         (gst_base_rtp_depayload_push_full),
7036         (gst_base_rtp_depayload_set_gst_timestamp),
7037         (gst_base_rtp_depayload_change_state):
7038         Remove code to deal with RTP to GST time conversion, we now just copy
7039         the GST timestamp we receive to the outgoing buffers.
7040         Handle segment and flushes correctly.
7041
7042         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7043         When we have no valid input timestamp, use the previous rtp timestamp on
7044         the outgoing RTP packet instead of the RTP base time.
7045
7046 2007-09-15  David Schleef  <ds@schleef.org>
7047
7048         * ext/alsa/gstalsa.c:
7049         * ext/alsa/gstalsadeviceprobe.c:
7050         * ext/alsa/gstalsamixer.c:
7051         * ext/alsa/gstalsasink.c:
7052         * ext/alsa/gstalsasrc.c:
7053           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7054
7055 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7056
7057         * gst-libs/gst/rtp/gstbasertppayload.c:
7058         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7059         Add some debug info when negotiating caps.
7060
7061 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7062
7063         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7064         A buffer with an empty payload is also a valid buffer.
7065
7066 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7067
7068         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7069         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7070         (gst_basertppayload_change_state):
7071         Make sure we start our RTP timestamp from the random base RTP
7072         timestamp even if the buffer timestamp starts from some random value.
7073
7074 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7075
7076         * configure.ac:
7077         * tests/examples/Makefile.am:
7078         * tests/examples/dynamic/.cvsignore:
7079         * tests/examples/dynamic/Makefile.am:
7080         * tests/examples/dynamic/addstream.c: (create_stream),
7081         (pause_play_stream), (message_received), (eos_message_received),
7082         (perform_step), (main):
7083         Add simple exmple app to demonstrate starting and pausing live and
7084         non-live bins in a PLAYING pipeline.
7085
7086 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7087
7088         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7089         typefind for QCP files (RFC #3625)
7090
7091 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7092
7093         * gst-libs/gst/audio/gstbaseaudiosink.c:
7094         (gst_base_audio_sink_init):
7095         Disable pull mode scheduling, we're not ready for it yet and it subtly
7096         breaks a lot of things.
7097
7098 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7099
7100         * tests/check/elements/libvisual.c:
7101           Test all libvisual plugins, not just the first one; this reproduces
7102           bug #450336 quite easily.  Looks like a problem with the 'jess'
7103           visualisation.
7104
7105 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7106
7107         * tests/check/Makefile.am:
7108         * tests/check/elements/.cvsignore:
7109         * tests/check/elements/libvisual.c:
7110           Add basic libvisual test case in an attempt to reproduce bug #450336.
7111           Doesn't reproduce that bug, but some other crasher instead (invalid
7112           free), at least with make elements/libvisual.forever and the bumscope
7113           plugin on x86-64/gutsy. Leaving test disabled for now.
7114
7115 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7116
7117         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7118
7119         * gst-libs/gst/rtsp/gstrtspconnection.c:
7120         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7121         (read_body), (gst_rtsp_connection_receive):
7122         Make sure we can not cancel in the middle of receiving a message.
7123         Fixes #475731.
7124
7125 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7126
7127         Patch by: Josep Torra Valles <josep@fluendo.com>
7128
7129         * gst/playback/gstplaybasebin.c:
7130           Increase upper limit for audio queue a bit; fixes preroll problem
7131           with playbin and decodebin2 when playing a quicktime trailer with
7132           multichannel audio via http (#464666).
7133
7134 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7135
7136         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7137         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7138         (gst_base_audio_src_provide_clock),
7139         (gst_base_audio_src_set_property),
7140         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7141         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7142         Allow othe clocks than the internal clock to be used for the pipeline.
7143         Add property to disable clock provide.
7144         API: GstBaseAudioSrc::provide-clock
7145
7146 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7147
7148         * gst/playback/gstdecodebin2.c:
7149           Don't leak request pads. Fixes #475395.
7150
7151 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7152
7153         Patch by: René Stadler <mail at renestadler dot de>
7154
7155         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7156         (gst_ximage_buffer_class_init):
7157         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7158         (gst_xvimage_buffer_class_init):
7159         Correctly chain up finalize with the parent class to prevent
7160         memory leaks. Fixes #474880.
7161
7162 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7163
7164         * gst/volume/gstvolume.c: (volume_choose_func):
7165         * tests/check/elements/volume.c: (GST_START_TEST):
7166         Revert the latest change: floating point samples are allowed to
7167         have any value, not only values in the range [-1,1]. Thanks to Andy
7168         Wingo for noticing.
7169         Also fix processing of int32 samples with volumes > 4 by making the
7170         unity value smaller which prevents overflows.
7171
7172 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7173
7174         * gst-libs/gst/rtp/gstrtpbuffer.c:
7175         * tests/check/libs/rtp.c:
7176           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7177
7178 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7179
7180         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7181
7182         * gst-libs/gst/rtp/gstrtpbuffer.c:
7183           Fix up GstRTPHeader helper struct so that compilers will not under
7184           any circumstances add padding in between our fields, as currently
7185           happens with MSVC on win32, because that would lead to us sending
7186           out RTP payloads with broken RTP headers (#471194).
7187           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7188           
7189         * tests/check/Makefile.am:
7190         * tests/check/libs/.cvsignore:
7191         * tests/check/libs/rtp.c:
7192           Add some simple unit tests for GstRTPBuffer. Some are disabled
7193           because the code tested still needs fixing (set_csrc() does not work).
7194
7195 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * win32/MANIFEST:
7198         * win32/common/gstrtsp-enumtypes.c:
7199         * win32/common/gstrtsp-enumtypes.h:
7200         * win32/common/interfaces-enumtypes.c:
7201         * win32/common/interfaces-enumtypes.h:
7202         * win32/common/multichannel-enumtypes.c:
7203           Add rtsp enumtypes (#474384) and update others.
7204
7205 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7206
7207         * configure.ac:
7208           Fix configure check for HAVE_LIBXML_HTML.
7209
7210 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * tests/check/libs/.cvsignore:
7213           Ignore more, in case the build bots work again one day.
7214
7215 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7216
7217         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7218
7219         * configure.ac:
7220         * gst-libs/gst/Makefile.am:
7221         * gst-libs/gst/fft/Makefile.am:
7222         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7223         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7224         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7225         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7226         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7227         * gst-libs/gst/fft/gstfft.h:
7228         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7229         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7230         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7231         * gst-libs/gst/fft/gstfftf32.h:
7232         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7233         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7234         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7235         * gst-libs/gst/fft/gstfftf64.h:
7236         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7237         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7238         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7239         * gst-libs/gst/fft/gstffts16.h:
7240         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7241         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7242         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7243         * gst-libs/gst/fft/gstffts32.h:
7244         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7245         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7246         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7247         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7248         * gst-libs/gst/fft/kiss_fft_f32.h:
7249         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7250         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7251         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7252         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7253         * gst-libs/gst/fft/kiss_fft_f64.h:
7254         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7255         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7256         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7257         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7258         * gst-libs/gst/fft/kiss_fft_s16.h:
7259         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7260         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7261         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7262         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7263         * gst-libs/gst/fft/kiss_fft_s32.h:
7264         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7265         (kiss_fftr_f32), (kiss_fftri_f32):
7266         * gst-libs/gst/fft/kiss_fftr_f32.h:
7267         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7268         (kiss_fftr_f64), (kiss_fftri_f64):
7269         * gst-libs/gst/fft/kiss_fftr_f64.h:
7270         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7271         (kiss_fftr_s16), (kiss_fftri_s16):
7272         * gst-libs/gst/fft/kiss_fftr_s16.h:
7273         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7274         (kiss_fftr_s32), (kiss_fftri_s32):
7275         * gst-libs/gst/fft/kiss_fftr_s32.h:
7276         * gst-libs/gst/fft/kiss_version:
7277         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7278         * pkgconfig/gstreamer-plugins-base.pc.in:
7279         Add libgstfft, a FFT library based on Kiss FFT which is
7280         BSD licensed. Supported sample formats are int16, int32,
7281         float and double. For those formats a real FFT and IFFT
7282         can be done, different windowing functions can be applied
7283         and functions for extracting the magnitude and phase exist.
7284         Fixes #468619.
7285
7286         * docs/libs/Makefile.am:
7287         * docs/libs/gst-plugins-base-libs-docs.sgml:
7288         * docs/libs/gst-plugins-base-libs-sections.txt:
7289         Integrate libgstfft into the docs.
7290
7291         * tests/check/Makefile.am:
7292         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7293         Add unit tests for libgstfft, currently only testing the FFT.
7294         Unit tests for IFFT will follow soon.
7295
7296 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7297
7298         Patch by: Peter Kjellerstedt  <pkj at axis com>
7299
7300         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7301         (gst_sdp_message_init), (gst_sdp_message_uninit),
7302         (is_multicast_address), (gst_sdp_message_as_text),
7303         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7304         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7305         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7306         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7307         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7308         (gst_sdp_media_init), (gst_sdp_media_uninit),
7309         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7310         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7311         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7312         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7313         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7314         * gst-libs/gst/sdp/gstsdpmessage.h:
7315         Separate INIT_ARRAY() and related macros into two versions, one for
7316         structures and one for pointers (e.g., INIT_ARRAY() and
7317         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7318         lists of emails and phone numbers.
7319         Add missing const as appropriate.
7320         Change all gint to guint since they all actually represent unsigned
7321         values.
7322         Do not use time as a variable name as it shadows the global time().
7323         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7324         Actually implement gst_sdp_message_add_time().
7325         Make gst_sdp_message_add_time() take repeat times as an argument.
7326         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7327         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7328         misspelled as badwidth).
7329         gst-indented and a little clean up. Fixes #471067.
7330
7331 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7332
7333         * gst/volume/gstvolume.c: (volume_choose_func),
7334         (volume_process_double), (volume_process_double_clamp),
7335         (volume_process_float_clamp):
7336         Correctly clamp float/double samples in the [-1.0,1.0] range to
7337         prevent weird effects.
7338         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7339         Add unit tests for all samples types that had none before.
7340
7341 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7342
7343         * gst-libs/gst/rtp/gstrtpbuffer.c:
7344           Need to include stdlib.h for abs() here too.
7345
7346 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7347
7348         * gst/playback/gststreaminfo.c:
7349           Fix build.
7350
7351 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7352
7353         * gst/playback/gststreaminfo.c:
7354           Clean up some half-disabled code and comment.
7355
7356 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7357
7358         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7359
7360         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7361         (gst_base_rtp_payload_audio_handle_event):
7362         Return FALSE from the event handler to let the parent class handle the
7363         event. Fixes #446766.
7364
7365         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7366         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7367         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7368
7369         * gst-libs/gst/rtp/gstbasertppayload.c:
7370         Bump the MTU to 1400.
7371
7372 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7373
7374         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7375         Add an audio/x-nsf typefind function for the nsfdec element.
7376
7377 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7378         * gst/playback/gstplaybasebin.c:
7379         Included "myth://" on stream_uris list for enable buffering to mythtv files
7380
7381 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7382
7383         * docs/libs/gst-plugins-base-libs-sections.txt:
7384         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7385         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7386         (gst_rtcp_unix_to_ntp):
7387         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7388         Fix parsing of RB blocks.
7389         Fix docs.
7390         Added helper functions to convert to/from UNIX and NTP time.
7391         API: gst_rtcp_ntp_to_unix()
7392         API: gst_rtcp_unix_to_ntp()
7393
7394         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7395         (gst_rtp_buffer_get_header_len),
7396         (gst_rtp_buffer_get_extension_data),
7397         (gst_rtp_buffer_get_payload_subbuffer),
7398         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7399         (gst_rtp_buffer_ext_timestamp):
7400         * gst-libs/gst/rtp/gstrtpbuffer.h:
7401         Fix some more docs.
7402         Implement handling of packets with extensions.
7403         Fix padding check in _validate().
7404         Added function to get extension data.
7405         API: gst_rtp_buffer_get_header_len()
7406         API: gst_rtp_buffer_get_extension_data()
7407
7408 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7409
7410         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7411         (gst_base_rtp_depayload_class_init),
7412         (gst_base_rtp_depayload_set_gst_timestamp):
7413         Add some more docs for the queue-delay property and fix a typo in a
7414         comment.
7415
7416         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7417         Fix typo.
7418
7419 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7420
7421         * gst-libs/gst/audio/gstbaseaudiosink.c:
7422         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7423         (gst_base_audio_sink_change_state):
7424         When skew slaving, try to hover around the middle of a segment so that
7425         we at most drift by half a segment.
7426         If we are aligning in the oposite direction of the clock skew, we don't
7427         have to resync.
7428
7429 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7430
7431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7432         (gst_base_rtp_depayload_setcaps),
7433         (gst_base_rtp_depayload_set_gst_timestamp):
7434         Be less silly with the segment start, just apply the clock-base to the
7435         timestamp.
7436
7437 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7438
7439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7440         (gst_base_rtp_depayload_class_init),
7441         (gst_base_rtp_depayload_finalize),
7442         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7443         (gst_base_rtp_depayload_handle_sink_event),
7444         (gst_base_rtp_depayload_set_gst_timestamp),
7445         (gst_base_rtp_depayload_change_state):
7446         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7447         Deprecate the queue handling thread thing and remove the code.
7448         Use new method to calculate the extended timestamp.
7449
7450 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7451
7452         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7453         (gst_rtcp_packet_sdes_copy_entry):
7454         Use g_strndup which does exactly what we want.
7455
7456         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7457         (gst_rtp_buffer_ext_timestamp):
7458         * gst-libs/gst/rtp/gstrtpbuffer.h:
7459         Add helper function to compare seqnums.
7460         Add helper function to calculate extended timestamps.
7461         API: gst_rtp_buffer_compare_seqnum()
7462         API: gst_rtp_buffer_ext_timestamp()
7463
7464 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7465
7466         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7467         (gst_rtcp_packet_sdes_get_entry),
7468         (gst_rtcp_packet_sdes_copy_entry):
7469         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7470         Fix and document SDES item data function.
7471         Add new function that makes a proper copy of SDES item data.
7472         API: gst_rtcp_packet_sdes_copy_entry()
7473
7474 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7475
7476         * configure.ac:
7477         * gst/Makefile.am:
7478           The tcp and subparse plugins are under gst, but not totaly free of
7479           dependencies. Handle selection inconfigure.ac, so that they show up
7480           on the final list of what is build and what is not. Maybe they should
7481           better be moved to ext.
7482
7483 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7484
7485         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7486
7487         * configure.ac:
7488         * gst/Makefile.am:
7489           Check if libxml provides HTML parser which subparse needs.
7490           Fixes #451970.
7491
7492 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7493
7494         * ext/alsa/gstalsa.c:
7495           Fix typo and compilation on big endian systems.
7496
7497 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7498
7499         * gst/subparse/gstssaparse.c:
7500           Convert SSA newline codes into actual newline characters (#470766).
7501
7502 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         * docs/libs/gst-plugins-base-libs-sections.txt:
7505         * gst-libs/gst/pbutils/install-plugins.c:
7506         * gst-libs/gst/pbutils/install-plugins.h:
7507         * tests/check/libs/pbutils.c:
7508           API: also add gst_install_plugins_supported() while we're at it
7509           (see #470456).
7510
7511 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7512
7513         * docs/libs/gst-plugins-base-libs-sections.txt:
7514         * gst-libs/gst/pbutils/missing-plugins.c:
7515         * gst-libs/gst/pbutils/missing-plugins.h:
7516         * tests/check/libs/pbutils.c:
7517           API: add gst_missing_*_installer_detail_new() convenience API so
7518           that applications that know exactly what they're missing can request
7519           installer detail strings for those items directly instead of having
7520           to first create a dummy missing-plugin message and then get the
7521           installer detail string from that.  Fixes #470456.
7522
7523 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7524
7525         * gst/playback/gstdecodebin.c: (close_pad_link):
7526         We need to set up delayed-linking whenever the caps are non-fixed,
7527         not just when there are multiple types - use gst_pad_is_fixed()
7528         to test.
7529
7530 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7531
7532         * gst-libs/gst/pbutils/missing-plugins.c:
7533           (gst_missing_plugin_message_get_installer_detail):
7534           Add missing separator in PID fallback case.
7535
7536 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7537
7538         * ext/alsa/Makefile.am:
7539         There is no GST_PLUGINS_BASE_LIBS defined.
7540         
7541         * ext/alsa/gstalsa.c:
7542         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7543         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7544         Add support for ALSA 24-bit formats.
7545         snd_pcm_delay can return an error code, especially
7546         during XRUNS. In that case, the best we can do is assume
7547         delay = 0.
7548
7549         * gst/audioconvert/Makefile.am:
7550         Add flags from -base before any more-remote dependencies.
7551
7552 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7553
7554         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7555
7556         * gst/volume/gstvolume.c: (volume_choose_func),
7557         (volume_update_real_volume), (gst_volume_set_volume),
7558         (gst_volume_init), (volume_process_int32),
7559         (volume_process_int32_clamp), (volume_process_int24),
7560         (volume_process_int24_clamp), (volume_process_int16),
7561         (volume_process_int16_clamp), (volume_process_int8),
7562         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7563         * gst/volume/gstvolume.h:
7564         Add support for int32, int24 and int8 to the volume element.
7565         Fixes #445529.
7566
7567 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * tests/examples/Makefile.am:
7570           Fix even more.
7571
7572 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7573
7574         * configure.ac:
7575         * docs/libs/Makefile.am:
7576         * docs/libs/gst-plugins-base-libs-docs.sgml:
7577         * docs/libs/gst-plugins-base-libs-sections.txt:
7578         * ext/gnomevfs/gstgnomevfssrc.c:
7579         * ext/gnomevfs/gstgnomevfssrc.h:
7580         * gst-libs/gst/Makefile.am:
7581         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7582         * pkgconfig/gstreamer-plugins-base.pc.in:
7583         * sys/v4l/v4lsrc_calls.c:
7584         * tests/examples/Makefile.am:
7585         * win32/common/config.h:
7586           Revert unwanted commit. many thanks to moap. I want a fix for 
7587           https://thomas.apestaart.org/moap/trac/ticket/239
7588
7589 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7590
7591         * gst/volume/gstvolume.c:
7592           Move passthrough below gst_object_sync_values(). Fixes #442654.
7593
7594 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7595
7596         * gst-libs/gst/audio/audio.c:
7597         Clarify the docs a little.
7598
7599 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7600
7601         * gst/volume/gstvolume.c:
7602           Enable liboil for float and add more details about problems with
7603           int16.
7604
7605 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7606
7607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7608         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7609
7610 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7611
7612         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7613         When calculating the first timestamp of the buffers, don't go below 0
7614         and clip the samples because the offset was on the eos page.
7615         Fixes #466717.
7616
7617 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7618
7619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7620         (gst_ogg_demux_collect_chain_info):
7621         Also submit the eos page when trying to find the first timestamp.
7622         See #466717.
7623
7624 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7625
7626         * gst-libs/gst/audio/audio.h:
7627         Use gst_util_uint64_scale() instead of doing the math
7628         with double for GST_FRAMES_TO_CLOCK_TIME() and
7629         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7630         prevents rounding errors. Fixes #467667.
7631
7632 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7633
7634         * gst-libs/gst/rtsp/gstrtspconnection.c:
7635         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7636         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7637         * gst-libs/gst/rtsp/gstrtspconnection.h:
7638         Small cleanups.
7639         On shutdown, don't read the control socket yet.
7640         Set timeout value correctly in all cases.
7641         Add function to check if the server accepts reads or writes.
7642         API: gst_rtsp_connection_poll()
7643
7644         * gst-libs/gst/rtsp/gstrtspdefs.h:
7645         Fix compilation with -pedantic.
7646         Add enum for _poll.
7647
7648 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7649
7650         Patch by: Olivier Crete  <tester at tester ca>
7651
7652         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7653         (gst_basertppayload_getcaps):
7654         * gst-libs/gst/rtp/gstbasertppayload.h:
7655         Add getcaps vfunc to basertppayload. See #465146.
7656
7657 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7658
7659         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7660         Only post buffering messages when we are a stream.
7661
7662 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7663
7664         * gst-libs/gst/pbutils/install-plugins.c:
7665         * gst-libs/gst/pbutils/missing-plugins.c:
7666           Small docs fix and addition.
7667
7668 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7669
7670         * tests/icles/.cvsignore:
7671         * tests/icles/Makefile.am:
7672         * tests/icles/test-textoverlay.c:
7673           Add a dumb little test for textoverlay alignments.
7674
7675 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7676
7677         Patch by: Dan Williams  <dcbw redhat com>
7678
7679         * ext/pango/gsttextoverlay.c:
7680         * ext/pango/gsttextoverlay.h:
7681           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7682           "silent" property so there's a Since tag in the API reference.
7683
7684 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7685
7686         * gst-libs/gst/rtp/gstbasertppayload.c:
7687         (gst_basertppayload_set_outcaps):
7688         * gst-libs/gst/rtp/gstbasertppayload.h:
7689         Improve caps negotiation so that downstream elements can confiure
7690         certain RTP properties by fixing them on the caps. See #465146.
7691         Add docs.
7692
7693 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7694
7695         * docs/libs/gst-plugins-base-libs-sections.txt:
7696         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7697         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7698           Mark as deprecated some macros which were presumably meant to be
7699           private API and accidentally exposed in the public header file.
7700           Also actually _init() lock (only works at the moment because the
7701           struct is zeroed out when created and the initial values in the
7702           mutex struct are zeroes too). (#459585)
7703
7704 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7705
7706         * docs/libs/Makefile.am:
7707           Remove cruft and do some cleanups.
7708
7709         * docs/libs/gst-plugins-base-libs-docs.sgml:
7710           Prepare for comming gtkdoc features (rebase against online docs).
7711
7712 2007-08-10  Michael Smith <msmith@fluendo.com>
7713
7714         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7715           Debug output fixes.
7716         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7717         (GST_START_TEST):
7718           Change the number of buffers used; 500 is too many and leads to
7719           timeouts.
7720
7721 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * gst/playback/gstqueue2.c:
7724         * gst/videorate/gstvideorate.c:
7725           Printf format fixes (#465028).
7726
7727 2007-08-09  Michael Smith <msmith@fluendo.com>
7728
7729         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7730           If we have a large (> 1 second) discontinuity, push a series of
7731           smaller buffers rather than a single very large buffer. Avoids
7732           unreasonably large single buffer allocations when encountering a
7733           large gap.
7734         * tests/check/elements/audiorate.c: (GST_START_TEST),
7735         (audiorate_suite):
7736           Add a test for this.
7737
7738 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7739
7740         * gst/playback/gstplaybasebin.c: (group_commit),
7741         (queue_remove_probe), (queue_threshold_reached):
7742
7743         Patch by: Josep Torra Valles <josep@fluendo.com>
7744         Fixes: #465015
7745         Make sure we remove the check_queues buffer probe from the 
7746         correct queue to avoid racily going back to "buffering 99%" when
7747         buffering is actually complete.
7748
7749         Also, fix the spelling of Josep's surname in the ChangeLog.
7750
7751 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7752
7753         * ext/ogg/gstoggmux.c:
7754           Do not leak oggmux instance.
7755         
7756         * ext/vorbis/vorbisenc.c:
7757           Also log values.
7758
7759 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7760
7761         * po/hu.po:
7762         * po/it.po:
7763         * po/nl.po:
7764         * po/uk.po:
7765         * po/vi.po:
7766           Updated translations.
7767
7768 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7769
7770         patch by: Yang Hong <hongyang@redflag-linux.com>
7771
7772         * ext/pango/gsttextoverlay.c:
7773         * ext/pango/gsttextoverlay.h:
7774           Add 'silent' property to GstTimeOverlay. Fixes #462979
7775
7776 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7777
7778         Patch by: Josep Torra Valles <josep@fluendo.com>
7779
7780         * docs/plugins/gst-plugins-base-plugins.args:
7781         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7782         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7783         (gst_uri_decode_bin_get_property), (gen_source_element):
7784         Add connection-speed property. Fixes #464690.
7785
7786 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7787
7788         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7789
7790         * configure.ac:
7791         * gst-libs/gst/rtsp/Makefile.am:
7792         * gst-libs/gst/rtsp/gstrtspconnection.c:
7793         (gst_rtsp_connection_connect):
7794         Fix compilation on windows. Fixes #464320.
7795
7796 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7797
7798         Patch by: Josep Torra Valles <josep@fluendo.com>
7799
7800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7801         (gst_play_base_bin_init), (queue_threshold_reached),
7802         (gen_source_element), (setup_substreams),
7803         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7804         (gst_play_base_bin_get_streaminfo_value_array):
7805         * gst/playback/gstplaybasebin.h:
7806         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7807         (gst_play_bin_set_property), (gst_play_bin_get_property),
7808         (gst_play_bin_handle_redirect_message):
7809         Move connection-speed property from playbin to playbasebin so that we
7810         can also configure it in source elements that have the connection-speed
7811         property. Fixes #464028.
7812         Add some debug info here and there.
7813
7814 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7815
7816         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7817         Properly respond to conversion queries. Fixes #464079.
7818
7819 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7820
7821         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7822         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7823         (gst_audio_test_src_init_sine_table),
7824         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7825         * gst/audiotestsrc/gstaudiotestsrc.h:
7826         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7827         Also set the default volume to the default value specified in the
7828         GParamSpec.
7829
7830 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7831
7832         Patch by: Jens Granseuer <jensgr at gmx dot net>
7833
7834         * gst/audioconvert/gstaudioquantize.c:
7835         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7836
7837 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7838
7839         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7840         Add rdt manager for rdt transport.
7841         Fix parsing of RDT transport.
7842
7843 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7844
7845         * configure.ac:
7846         Back to CVS
7847
7848 === release 0.10.14 ===
7849
7850 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7851
7852         * configure.ac:
7853           releasing 0.10.14, "Light Years Ahead"
7854
7855 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7856
7857         * tests/check/libs/audio.c: (GST_START_TEST):
7858         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7859
7860 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7861
7862         * gst-libs/gst/audio/audio.c:
7863         When clipping a buffer with no timestamp, assume it is
7864         within the segment without warnings.
7865
7866         Fixes: #460978
7867
7868 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7869
7870         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7871         Fire the signal on the object, not the interface.
7872
7873 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7874
7875         * gst-libs/gst/rtsp/.cvsignore:
7876         Ber. Don't include the full path, idiot.
7877
7878 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7879
7880         * gst-libs/gst/rtsp/.cvsignore:
7881         Ignore generated files.
7882
7883 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7884
7885         * gst-libs/gst/interfaces/Makefile.am:
7886         * gst-libs/gst/interfaces/interfaces-marshal.list:
7887         * gst-libs/gst/interfaces/rtspextension.c:
7888         * gst-libs/gst/interfaces/rtspextension.h:
7889         * gst-libs/gst/rtsp/Makefile.am:
7890         * gst-libs/gst/rtsp/gstrtsp.h:
7891         * gst-libs/gst/rtsp/gstrtspextension.c:
7892         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7893         (gst_rtsp_extension_detect_server),
7894         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7895         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7896         (gst_rtsp_extension_configure_stream),
7897         (gst_rtsp_extension_get_transports),
7898         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7899         * gst-libs/gst/rtsp/gstrtspextension.h:
7900         * gst-libs/gst/rtsp/rtsp-marshal.list:
7901         Move the rtspextension.h interface into gstrtspextension.h
7902         as part of libgstrtsp instead of libgstinterfaces, because it's
7903         only for use within plugins, not applications. 
7904         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7905         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7906         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7907         is abstract.
7908
7909 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7910
7911         * gst-libs/gst/interfaces/Makefile.am:
7912         * gst-libs/gst/interfaces/interfaces-marshal.list:
7913         * gst-libs/gst/interfaces/rtspextension.c:
7914         (gst_rtsp_extension_iface_init),
7915         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7916         * gst-libs/gst/interfaces/rtspextension.h:
7917         Fix marshaller for the send signal.
7918         Add URL to stream selection interface method.
7919
7920 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7921
7922         * gst-libs/gst/riff/Makefile.am:
7923         Pull in our dependencies from -base before those from outside.
7924
7925 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7926
7927         * docs/libs/gst-plugins-base-libs-sections.txt:
7928         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7929         * gst-libs/gst/rtsp/gstrtspbase64.h:
7930         API: gst_rtsp_base64_decode_ip()
7931         Added function to decode Base64 in-place.
7932
7933 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7934
7935         * tests/check/libs/.cvsignore:
7936         Ignore the mixer test binary.
7937
7938 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7939
7940         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7941         Gratuitous comment change to trigger a rebuild on the buildbots.
7942
7943 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7944
7945         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7946         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7947         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7948         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7949         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7950         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7951         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7952         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7953         (gst_sdp_media_get_attribute_val):
7954         * gst-libs/gst/sdp/gstsdpmessage.h:
7955         Constify args where we can.
7956
7957 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7958
7959         * gst-libs/gst/interfaces/Makefile.am:
7960         * gst-libs/gst/interfaces/rtspextension.c:
7961         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7962         (gst_rtsp_extension_detect_server),
7963         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7964         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7965         (gst_rtsp_extension_configure_stream),
7966         (gst_rtsp_extension_get_transports),
7967         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7968         * gst-libs/gst/interfaces/rtspextension.h:
7969         Move interface for RTSP extensions from -good to here.
7970         Added helper methods to invoke interface methods.
7971
7972 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7973
7974         * docs/libs/gst-plugins-base-libs-sections.txt:
7975         * gst-libs/gst/rtsp/gstrtspdefs.h:
7976         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7977         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7978         (gst_rtsp_message_init_response),
7979         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7980         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7981         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7982         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7983         (gst_rtsp_message_get_body), (dump_key_value):
7984         * gst-libs/gst/rtsp/gstrtspmessage.h:
7985         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7986         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7987         (gst_rtsp_range_parse):
7988         * gst-libs/gst/rtsp/gstrtsprange.h:
7989         * gst-libs/gst/rtsp/gstrtsptransport.c:
7990         * gst-libs/gst/rtsp/gstrtspurl.c:
7991         Fix some more RTSP docs.
7992         Add some missing methods for dealing with messages.
7993
7994 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7995
7996         * docs/libs/gst-plugins-base-libs-docs.sgml:
7997         * docs/libs/gst-plugins-base-libs-sections.txt:
7998         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7999         * gst-libs/gst/rtsp/gstrtspbase64.h:
8000         * gst-libs/gst/rtsp/gstrtspconnection.c:
8001         (gst_rtsp_connection_connect), (add_auth_header),
8002         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8003         (read_body), (gst_rtsp_connection_receive),
8004         (gst_rtsp_connection_next_timeout),
8005         (gst_rtsp_connection_reset_timeout),
8006         (gst_rtsp_connection_set_auth):
8007         * gst-libs/gst/rtsp/gstrtspconnection.h:
8008         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8009         * gst-libs/gst/rtsp/gstrtspdefs.h:
8010         * gst-libs/gst/rtsp/gstrtspmessage.h:
8011         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8012         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8013         (gst_rtsp_range_parse):
8014         * gst-libs/gst/rtsp/gstrtspurl.h:
8015         Added beginnings of RTSP documentation.
8016
8017 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8018
8019         * docs/libs/Makefile.am:
8020         * docs/libs/gst-plugins-base-libs-docs.sgml:
8021         * docs/libs/gst-plugins-base-libs-sections.txt:
8022         * gst-libs/gst/sdp/gstsdp.h:
8023         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8024         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8025         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8026         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8027         (gst_sdp_message_get_attribute_val),
8028         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8029         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8030         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8031         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8032         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8033         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8034         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8035         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8036         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8037         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8038         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8039         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8040         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8041         (gst_sdp_media_get_attribute_val_n),
8042         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8043         (print_media), (gst_sdp_message_dump):
8044         * gst-libs/gst/sdp/gstsdpmessage.h:
8045         Document the SDP library.
8046         Add some of the missing SDPMedia methods.
8047
8048 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8049
8050         * configure.ac:
8051         * gst-libs/gst/Makefile.am:
8052         * gst-libs/gst/rtsp/Makefile.am:
8053         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8054         * gst-libs/gst/rtsp/gstrtspbase64.h:
8055         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8056         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8057         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8058         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8059         (parse_response_status), (parse_request_line), (parse_line),
8060         (gst_rtsp_connection_read), (read_body),
8061         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8062         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8063         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8064         (gst_rtsp_connection_set_auth):
8065         * gst-libs/gst/rtsp/gstrtspconnection.h:
8066         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8067         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8068         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8069         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8070         (gst_rtsp_find_method):
8071         * gst-libs/gst/rtsp/gstrtspdefs.h:
8072         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8073         (gst_rtsp_message_new), (gst_rtsp_message_init),
8074         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8075         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8076         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8077         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8078         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8079         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8080         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8081         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8082         (gst_rtsp_message_dump):
8083         * gst-libs/gst/rtsp/gstrtspmessage.h:
8084         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8085         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8086         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8087         * gst-libs/gst/rtsp/gstrtsprange.h:
8088         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8089         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8090         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8091         (range_as_text), (rtsp_transport_mode_as_text),
8092         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8093         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8094         (gst_rtsp_transport_free):
8095         * gst-libs/gst/rtsp/gstrtsptransport.h:
8096         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8097         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8098         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8099         * gst-libs/gst/rtsp/gstrtspurl.h:
8100         * gst-libs/gst/sdp/Makefile.am:
8101         * gst-libs/gst/sdp/gstsdp.h:
8102         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8103         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8104         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8105         (gst_sdp_attribute_init), (gst_sdp_message_new),
8106         (gst_sdp_message_init), (gst_sdp_message_uninit),
8107         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8108         (gst_sdp_media_uninit), (gst_sdp_media_free),
8109         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8110         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8111         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8112         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8113         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8114         (gst_sdp_message_get_attribute_val),
8115         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8116         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8117         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8118         (gst_sdp_media_get_attribute_val_n),
8119         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8120         (read_string), (read_string_del), (gst_sdp_parse_line),
8121         (gst_sdp_message_parse_buffer), (print_media),
8122         (gst_sdp_message_dump):
8123         * gst-libs/gst/sdp/gstsdpmessage.h:
8124         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8125         Move SDP and RTSP from helper objects in -good to a reusable library.
8126         Use a proper gst_ namespace.
8127
8128 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8129
8130         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8131         (vorbis_dec_flush_decode):
8132         Use the new buffer clipping function from gstaudio here.
8133
8134 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8135
8136         * docs/libs/gst-plugins-base-libs-sections.txt:
8137         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8138         * gst-libs/gst/audio/audio.h:
8139         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8140         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8141         Also add deprecation guards for gst_audio_structure_set_int() to the
8142         header.
8143
8144 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8145
8146         * docs/libs/gst-plugins-base-libs-sections.txt:
8147           Cleanup the docs.
8148
8149 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8150
8151         Patch by: Dan Williams <dcbw at redhat dot com>
8152
8153         * gst/playback/gstplaybasebin.c:
8154         (gst_play_base_bin_get_streaminfo_value_array):
8155         Don't return NULL when querying the stream info value array but instead
8156         return an empty array. Fixes #459204.
8157
8158 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8159
8160         * gst/playback/gsturidecodebin.c:
8161           Init debug category before using it.
8162
8163 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8164
8165         * gst-libs/gst/interfaces/mixer.h:
8166         Add padding vars in place of the signal pointers
8167         when building with DISABLE_DEPRECATED so that the
8168         interface structure doesn't change size.
8169
8170 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8171
8172         * docs/libs/gst-plugins-base-libs-sections.txt:
8173         * ext/alsa/gstalsamixer.c:
8174         * ext/alsa/gstalsamixer.h:
8175         * ext/alsa/gstalsamixerelement.c:
8176         * ext/alsa/gstalsamixertrack.c:
8177         * gst-libs/gst/interfaces/mixer.c:
8178         * gst-libs/gst/interfaces/mixer.h:
8179         * gst-libs/gst/interfaces/mixeroptions.c:
8180         * gst-libs/gst/interfaces/mixeroptions.h:
8181         * gst-libs/gst/interfaces/mixertrack.c:
8182         * gst-libs/gst/interfaces/mixertrack.h:
8183         * tests/check/Makefile.am:
8184         * tests/check/libs/mixer.c:
8185
8186         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8187         Fixes: #152864 
8188
8189         Add support for notifying mixer changes on the message bus, and
8190         implement it in alsamixer.
8191
8192         API: gst_mixer_get_mixer_flags
8193         API: gst_mixer_message_parse_mute_toggled
8194         API: gst_mixer_message_parse_record_toggled
8195         API: gst_mixer_message_parse_volume_changed
8196         API: gst_mixer_message_parse_option_changed
8197         API: GstMixerMessageType
8198         API: GstMixerFlags
8199
8200 2007-07-20  Michael Smith <msmith@fluendo.com>
8201
8202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8203         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8204           xcontext->im_format is only for testing XShm support (as the header
8205           file comments document). Use xvimage->im_format for everything else.
8206           Avoids spurious warnings on buffer allocation before setcaps.
8207
8208 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8209
8210         * tests/examples/volume/Makefile.am:
8211         * tests/icles/Makefile.am:
8212           We should use $(LIBM).
8213
8214 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8215
8216         * tests/icles/Makefile.am:
8217           This needs -lm.
8218
8219 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8220
8221         * gst-libs/gst/rtp/gstbasertppayload.c:
8222         (gst_basertppayload_class_init), (gst_basertppayload_init),
8223         (gst_basertppayload_set_property),
8224         (gst_basertppayload_get_property):
8225         Don't break ABI, restore previous ranges. Keep the default random
8226         selection of timestamp and seqnum offset but as soon as the app sets a
8227         specific value, use that one.
8228
8229 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8230
8231         Patch by: Bastien Nocera <hadess at hadess dot net>
8232
8233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8234         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8235         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8236         * sys/xvimage/xvimagesink.h:
8237         Add option to turn off double-buffering for debugging purposes.
8238         Fixes #437169.
8239
8240 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8241
8242         Patch by: Jorn Baayen <jorn at openedhand dot com>
8243
8244         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8245         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8246         (gst_ximagesink_init), (gst_ximagesink_class_init):
8247         * sys/ximage/ximagesink.h:
8248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8249         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8250         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8251         * sys/xvimage/xvimagesink.h:
8252         add 'handle-expose' property. Useful for video widgets which may want to
8253         be in control of Expose behaviour. Fixes #380625
8254
8255 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8256
8257         * gst-libs/gst/rtp/gstbasertppayload.c:
8258         (gst_basertppayload_class_init), (gst_basertppayload_init),
8259         (gst_basertppayload_event), (gst_basertppayload_push),
8260         (gst_basertppayload_set_property),
8261         (gst_basertppayload_get_property),
8262         (gst_basertppayload_change_state):
8263         * gst-libs/gst/rtp/gstbasertppayload.h:
8264         Fix ranges of rtp payloader properties so that the full range can be
8265         used in addition to -1 (random).
8266         Fix wrong seqnum reporting in caps.
8267         Fixes #420326.
8268
8269 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8270
8271         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8272         (gst_video_rate_query):
8273         Use boilerplate.
8274         Add latency query, might not be perfect yet but already works a lot
8275         better. Fixes #442557.
8276
8277 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8278
8279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8280         (gst_xvimagesink_setcaps):
8281         * sys/xvimage/xvimagesink.h:
8282         After a caps change, redraw our borders to avoid garbage left there
8283         when the image format changes to a smaller size, like 16:9 -> 4:3
8284         Also, hold the flow_lock a bit longer in the set_caps while we're
8285         fiddling with the xcontext.
8286
8287 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8288
8289         * Makefile.am:
8290         * configure.ac:
8291         * tests/Makefile.am:
8292         Remove bogus check for libcheck, since we check for
8293         gstreamer-check and it pulls in the required info from there, and we
8294         weren't actually _using_ the information for libcheck ourselves
8295         anyway.
8296
8297 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8298
8299         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8300         (gst_ffmpeg_caps_to_pixfmt):
8301         Fix the r_mask test for RGBA32 on little-endian.
8302         Fix a stupid typo that would have obviously broken 
8303         compilation on big-endian, if anyone was testing.
8304
8305 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8306
8307         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8308         (paint_hline_str4):
8309         * gst/videotestsrc/videotestsrc.h:
8310         Add alpha to the color struct.
8311         Use a default alpha value of 255 instead of 128.
8312
8313 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8314
8315         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8316         (setup_source):
8317         Clear the dynamic pads counter when starting a new uri. This makes
8318         reusing playbin work again.
8319         Fixes #454264.
8320
8321 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8322
8323         * configure.ac:
8324           Use pkg-config to locate check.
8325
8326 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8327
8328         * configure.ac:
8329         * tests/check/elements/volume.c: (GST_START_TEST):
8330           Fix 'make check' build against core CVS.
8331
8332 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8333
8334         * gst-libs/gst/interfaces/propertyprobe.c:
8335         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8336         * gst-libs/gst/tag/gstvorbistag.c:
8337           Make gtk-doc happy.
8338
8339 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * gst-libs/gst/audio/gstbaseaudiosink.c:
8342         (gst_base_audio_sink_callback):
8343           Quick hack to make audiosinks stop at EOS when operating in
8344           pull-mode; needs to be fixed properly some day.
8345
8346 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8347
8348         * docs/libs/gst-plugins-base-libs-sections.txt:
8349           Fix location of includes in the docs.
8350
8351 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8352
8353         * gst/ffmpegcolorspace/avcodec.h:
8354         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8355         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8356         (gst_ffmpegcsp_avpicture_fill):
8357         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8358         (img_get_alpha_info):
8359         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8360         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8361         end of the word. Partially fixes #451908
8362
8363 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8364
8365         * docs/libs/Makefile.am:
8366         * docs/plugins/Makefile.am:
8367           Simplify --extra-dir as gtkdoc scans recursively.
8368
8369 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8370
8371         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8372         (gst_adder_request_new_pad):
8373         Make getcaps more robust by not using the proxycaps function. This makes
8374         sure that we don't end up recursively calling getcaps upstream.
8375         See #316248.
8376
8377 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8378
8379         * gst/audioconvert/audioconvert.c:
8380         Include math.h to fix compilation.
8381
8382 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8383
8384         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8385         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8386         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8387         format, as produced by some dc1394 cameras like the iSight.
8388         See http://www.fourcc.org/yuv.php#IYU1
8389
8390 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8391
8392         * gst/audioconvert/Makefile.am:
8393         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8394         (check_default), (audio_convert_prepare_context),
8395         (audio_convert_clean_context), (audio_convert_convert):
8396         * gst/audioconvert/audioconvert.h:
8397         * gst/audioconvert/gstaudioconvert.c:
8398         (gst_audio_convert_dithering_get_type),
8399         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8400         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8401         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8402         * gst/audioconvert/gstaudioconvert.h:
8403         * gst/audioconvert/gstaudioquantize.c:
8404         (gst_audio_quantize_setup_noise_shaping),
8405         (gst_audio_quantize_free_noise_shaping),
8406         (gst_audio_quantize_setup_dither),
8407         (gst_audio_quantize_free_dither),
8408         (gst_audio_quantize_setup_quantize_func),
8409         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8410         * gst/audioconvert/gstaudioquantize.h:
8411         Implement dithering and noise shaping in audioconvert. By default now
8412         TPDF dithering (and no noise shaping) will be used when converting
8413         from a higher bit depth to 20 bit depth or smaller, otherwise
8414         everything will be as it is now.
8415         For the last audioconvert in a pipeline it would make sense to
8416         use some kind of noise shaping, enabling it by default for all
8417         conversions would give undesired results though. Fixes #360246.
8418         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8419         (GST_START_TEST):
8420         Adjust unit test for the new audioconvert.
8421
8422 2007-06-28  Wim Taymans  <wim@fluendo.com>
8423
8424         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8425         Use other metrics as well when estimating the buffer level.
8426
8427 2007-06-28  Wim Taymans  <wim@fluendo.com>
8428
8429         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8430         Small debug improvement.
8431
8432         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8433         (plugin_init):
8434         Tweak the rate estimation period.
8435         When calculating the buffer filledness in rate estimation mode, don't
8436         mix it with other metrics.
8437
8438 2007-06-28  Wim Taymans  <wim@fluendo.com>
8439
8440         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8441         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8442         When creating the groups, allow for a 5 second, unlimited buffers
8443         preroll phase after which we expose the group.
8444         When the group is exposed, use a small number of buffers up to a 2
8445         second limit. Also disconnect the overrun signal from multiqueue when we
8446         exposed the group because it is not needed anymore.
8447
8448 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8449
8450         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8451           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8452           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8453           (#451707); also, output some debugging info when dealing with
8454           freeform strings.
8455
8456         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8457           Add unit test for the above.
8458
8459 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8460
8461         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8462           Add description for Windows Media RTP caps.
8463
8464         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8465           Remove RTP fields that don't define the format from caps.
8466
8467 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8468
8469         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8470           Skip empty buffers, but not empty header buffers. That way the original
8471           vorbisdec unit test still passes (#451145); also, take into account
8472           that those empty packets might carry a granulepos.
8473
8474         * tests/check/Makefile.am:
8475         * tests/check/elements/vorbisdec.c:
8476         (_create_codebook_header_buffer), (_create_audio_buffer),
8477         (GST_START_TEST), (vorbisdec_suite):
8478           Add unit test that sends an empty packet.
8479
8480 2007-06-27  Wim Taymans  <wim@fluendo.com>
8481
8482         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8483         Don't error out on 0-sized packets, just emit a warning because this is
8484         not a fatal error. Fixes #451145.
8485
8486 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8487
8488         * docs/plugins/gst-plugins-base-plugins.args:
8489         * docs/plugins/gst-plugins-base-plugins.signals:
8490         * docs/plugins/inspect/plugin-adder.xml:
8491         * docs/plugins/inspect/plugin-alsa.xml:
8492         * docs/plugins/inspect/plugin-audioconvert.xml:
8493         * docs/plugins/inspect/plugin-audiorate.xml:
8494         * docs/plugins/inspect/plugin-audioresample.xml:
8495         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8496         * docs/plugins/inspect/plugin-cdparanoia.xml:
8497         * docs/plugins/inspect/plugin-decodebin.xml:
8498         * docs/plugins/inspect/plugin-decodebin2.xml:
8499         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8500         * docs/plugins/inspect/plugin-gdp.xml:
8501         * docs/plugins/inspect/plugin-gnomevfs.xml:
8502         * docs/plugins/inspect/plugin-libvisual.xml:
8503         * docs/plugins/inspect/plugin-ogg.xml:
8504         * docs/plugins/inspect/plugin-pango.xml:
8505         * docs/plugins/inspect/plugin-playbin.xml:
8506         * docs/plugins/inspect/plugin-subparse.xml:
8507         * docs/plugins/inspect/plugin-tcp.xml:
8508         * docs/plugins/inspect/plugin-theora.xml:
8509         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8510         * docs/plugins/inspect/plugin-video4linux.xml:
8511         * docs/plugins/inspect/plugin-videorate.xml:
8512         * docs/plugins/inspect/plugin-videoscale.xml:
8513         * docs/plugins/inspect/plugin-videotestsrc.xml:
8514         * docs/plugins/inspect/plugin-volume.xml:
8515         * docs/plugins/inspect/plugin-vorbis.xml:
8516         * docs/plugins/inspect/plugin-ximagesink.xml:
8517         * docs/plugins/inspect/plugin-xvimagesink.xml:
8518           Update docs with caps info.
8519
8520 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8521
8522         * po/POTFILES.in:
8523           Add more files with translatable strings (#450875).
8524
8525 2007-06-23  Edward Hervey  <edward@fluendo.com>
8526
8527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8528         The chain should be freed if we error out here, else it will leak.
8529         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8530         (cleanup_decodebin):
8531         Don't forget to *properly* remove the signals, else it will leak.
8532
8533 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8534
8535         * MAINTAINERS:
8536         Updating all the maintainers files
8537
8538 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8539
8540         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8541         (main):
8542           Destroy and recreate parse-launch based pipeline after stop to be able
8543           to play again. Reorder some code and add more comments.
8544
8545 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8546
8547         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8548         When handling a delayed-caps notification case, mark
8549         the group as dynamic so that the nbdynamic count is
8550         incremented and decremented correctly. Fixes: #449156
8551         Patch by: Wim Taymans <wim@fluendo.com>
8552
8553 2007-06-19  Andy Wingo  <wingo@pobox.com>
8554
8555         * gst-libs/gst/audio/gstbaseaudiosink.c
8556         (gst_base_audio_sink_init): Enable pull-mode operation.
8557
8558 2007-06-19  Michael Smith <msmith@fluendo.com>
8559
8560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8561           Change minimum rate back to 1000 to allow low-sample-rate wav files
8562           to play back.
8563
8564 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8565
8566         * po/vi.po:
8567           Update translations.
8568
8569 2007-06-15  David Schleef  <ds@schleef.org>
8570
8571         * gst/playback/gstqueue2.c:
8572           Fix compile error from ignored return value.
8573
8574 2007-06-15  Michael Smith <msmith@fluendo.com>
8575
8576         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8577           Update tmpbuf for all neccesary rows, not just one, as is required
8578           when downscaling.
8579           Fixes #402076.
8580
8581 2007-06-15  Michael Smith <msmith@fluendo.com>
8582
8583         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8584         (eos_buffer_probe):
8585           Add a test that ensures we set DELTA_UNIT on all non-header,
8586           non-video buffers, if we have a video stream.
8587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8588         (gst_ogg_mux_process_best_pad):
8589           Move setting delta_pad to earlier, where we inspect all pads, so
8590           that leading audio pages don't get DELTA_UNIT unset if they come
8591           before the first DELTA_UNIT from video pages. Fixes the newly-added
8592           test. Fixes #385527.
8593
8594 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8595
8596         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8597           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8598           fails on the p5-ppc64 build bot and the failure looks like it is due
8599           to the same issue as #348114, ie. a compiler bug.
8600
8601 2007-06-13  Edward Hervey  <edward@fluendo.com>
8602
8603         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8604         Fix build on MacOSX.
8605
8606 2007-06-13  Wim Taymans  <wim@fluendo.com>
8607
8608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8609         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8610         Fix compilation on mingw. Fixes #446972.
8611
8612 2007-06-12  Wim Taymans  <wim@fluendo.com>
8613
8614         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8615
8616         * gst/playback/gstqueue2.c: (update_buffering),
8617         (gst_queue_locked_enqueue):
8618         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8619         also update the buffering status when receiving events. Fixes #446551.
8620
8621 2007-06-11  Wim Taymans  <wim@fluendo.com>
8622
8623         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8624
8625         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8626         (gst_queue_handle_src_query):
8627         Wait for preroll before attempting to forward a duration query upstream.
8628         Fixes #445505.
8629
8630 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8631
8632         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8633         (gst_base_rtp_depayload_set_gst_timestamp):
8634         Use G_GINT64_CONSTANT macro for int64 constant.
8635         * win32/common/libgstinterfaces.def:
8636         * win32/common/libgsttag.def:
8637         Add new exported functions.
8638
8639 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8640
8641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8642           The BOS page of the first Dirac video stream needs to come before
8643           the BOS page of any Vorbis streams or other audio streams, just like
8644           it is with Theora.
8645
8646 2007-06-07  Wim Taymans  <wim@fluendo.com>
8647
8648         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8649         Fix compilation.
8650
8651 2007-06-06  Wim Taymans  <wim@fluendo.com>
8652
8653         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8654
8655         * gst/playback/gstqueue2.c: (gst_queue_init),
8656         (gst_queue_handle_sink_event), (gst_queue_chain),
8657         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8658         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8659         (gst_queue_src_activate_pull):
8660         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8661         Does not yet completely work because duration queries upstream won't
8662         block yet.
8663
8664 2007-06-06  Wim Taymans  <wim@fluendo.com>
8665
8666         * configure.ac:
8667         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8668         Some more fseeko checks.
8669
8670 2007-06-06  Wim Taymans  <wim@fluendo.com>
8671
8672         * configure.ac:
8673         check for large file support.
8674
8675 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8676
8677         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8678
8679         * gst/subparse/gstsubparse.c: (parse_subrip),
8680         (subviewer_unescape_newlines), (parse_subviewer),
8681         (gst_sub_parse_data_format_autodetect),
8682         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8683         * gst/subparse/gstsubparse.h:
8684         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8685         * tests/check/elements/subparse.c: (GST_START_TEST),
8686         (subparse_suite):
8687         Add a unit test for both SubViewer formats.
8688
8689 2007-06-01  Michael Smith <msmith@fluendo.com>
8690
8691         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8692           Don't overflow intermediate values when seeking to large time values
8693           in audiotestsrc.
8694
8695 2007-06-05  Wim Taymans  <wim@fluendo.com>
8696
8697         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8698         (gst_queue_create_read), (gst_queue_read_item_from_file),
8699         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8700         Include stdio to define fseeko.
8701
8702 2007-06-05  Wim Taymans  <wim@fluendo.com>
8703
8704         Patch by: Edward Hervey  <edward@fluendo.com>
8705
8706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8707         (gst_v4lsrc_query):
8708         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8709
8710 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8711
8712         * gst-libs/gst/riff/Makefile.am:
8713         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8714           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8715           our own implementation.
8716
8717 2007-06-05  Wim Taymans  <wim@fluendo.com>
8718
8719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8720         (gst_base_rtp_depayload_setcaps),
8721         (gst_base_rtp_depayload_set_gst_timestamp),
8722         (gst_base_rtp_depayload_change_state):
8723         Handle timestamp wraparound.
8724
8725 2007-06-05  Wim Taymans  <wim@fluendo.com>
8726
8727         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8728         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8729         (gst_uri_decode_bin_change_state):
8730         Make sure we name srcpads uniquely even when using different internal
8731         decodebins.
8732         Signal no-more-pads when no more dynamic elements exist.
8733         Remove pads on cleanup.
8734
8735 2007-06-05  Wim Taymans  <wim@fluendo.com>
8736
8737         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8738
8739         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8740         (gst_queue_init), (gst_queue_finalize),
8741         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8742         (gst_queue_create_read), (gst_queue_read_item_from_file),
8743         (gst_queue_open_temp_location_file),
8744         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8745         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8746         (gst_queue_is_empty), (gst_queue_is_filled),
8747         (gst_queue_change_state), (gst_queue_set_temp_location),
8748         (gst_queue_set_property):
8749         Add support for filebased buffering. Fixes #441264.
8750
8751 2007-06-05  Wim Taymans  <wim@fluendo.com>
8752
8753         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8754         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8755         (caps_notify_group_cb), (gst_decode_group_new),
8756         (gst_decode_group_free):
8757         Add support for delayed caps fixation when autoplugging.
8758         Optimize cases where a multiqueue is not needed/wanted, like right after
8759         anything that is not a demuxer.
8760
8761 2007-06-05  Wim Taymans  <wim@fluendo.com>
8762
8763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8764         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8765         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8766         consideratly speedup ogg chain detection by not trying to find a base
8767         timestamp for skeleton streams. 
8768
8769 2007-06-05  Wim Taymans  <wim@fluendo.com>
8770
8771         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8772         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8773         (gst_multi_fd_sink_remove_flush),
8774         (gst_multi_fd_sink_remove_client_link),
8775         (gst_multi_fd_sink_handle_client_write),
8776         (gst_multi_fd_sink_handle_clients):
8777         * gst/tcp/gstmultifdsink.h:
8778         Add support for remove_flush.
8779
8780 2007-06-05  Wim Taymans  <wim@fluendo.com>
8781
8782         * docs/design/draft-keyframe-force.txt:
8783         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8784         (theora_enc_chain):
8785         Add draft design for forcing keyframes in encoders and implement in
8786         theoraenc.
8787
8788 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8789
8790         * configure.ac:
8791           Back to CVS
8792
8793 === release 0.10.13 ===
8794
8795 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8796
8797         * configure.ac:
8798           releasing 0.10.13, "What's Going on?"
8799
8800 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8801
8802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8803         In riff, the depth is stored in the size field but it just means that
8804         the least significant bits are cleared. We can therefore just play
8805         the sample as if it had a depth == width. Fixes: #440997
8806
8807         Patch by: Wim Taymans <wim@fluendo.com> 
8808         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8809
8810 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8811
8812         * gst-libs/gst/floatcast/floatcast.h:
8813         Define inline when needed on win32 builds. Fixes: #441295
8814         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8815
8816 2007-05-29  Wim Taymans  <wim@fluendo.com>
8817
8818         * gst/playback/gstplaybasebin.c: (queue_overrun),
8819         (no_more_pads_full):
8820         Stop buffering when the group is commited because the queues filled up.
8821         Fixes #442024.
8822
8823 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8824
8825         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8826         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8827         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8828         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8829         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8830         * ext/alsa/gstalsamixer.h:
8831         * ext/alsa/gstalsamixerelement.c:
8832         (gst_alsa_mixer_element_interface_supported),
8833         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8834         (gst_alsa_mixer_element_set_property),
8835         (gst_alsa_mixer_element_get_property),
8836         (gst_alsa_mixer_element_change_state):
8837         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8838         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8839         (gst_mixer_option_changed):
8840         * gst-libs/gst/interfaces/mixer.h:
8841         Revert commits towards #152864 made so far. We'll pick it up again
8842         after the 0.10.13 release.
8843
8844 2007-05-24  Wim Taymans  <wim@fluendo.com>
8845
8846         * gst-libs/gst/audio/gstbaseaudiosink.c:
8847         (gst_base_audio_sink_render):
8848         After an interrupt (PAUSED/flush) assume that the next sample should not
8849         be aligned to the previous sample. Fixes #417992.
8850
8851 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8852
8853         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8854           Don't add channels and rate fields to the template caps for
8855           audio/x-dts, as wavparse might not always be able to set them,
8856           which would then lead to 'caps are not a real subset of the
8857           template caps' warnings.
8858
8859 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8860
8861         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8862         Handle unknown or invalid pads without crashing, as might occur if
8863         a media file like an mp3 is specified as a subtitle file.
8864         Fixes: #410039
8865
8866 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8867
8868         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8869         (setup_sinks):
8870         Block the subtitle bin output queue before ghosting it and linking,
8871         then unblock after. This avoids spurious not-linked errors caused 
8872         by the queue starting up (because it gets linked when it is ghosted). 
8873         Fixes: #350299
8874
8875 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8876
8877         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8878         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8879         file. Avoids flukes where the input gets typefound to some valid but
8880         useless type.
8881
8882 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8883
8884         * tests/check/Makefile.am:
8885         * tests/check/elements/.cvsignore:
8886         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8887         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8888           Add unit test for gnomevfssink seeking and position reporting for
8889           file:// URIs.
8890
8891 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         Patch by: Mark Nauwelaerts <manauw at skynet be>
8894
8895         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8896         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8897         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8898         * ext/gnomevfs/gstgnomevfssink.h:
8899           Fix position reporting, especially after a seek (from upstream),
8900           see #412648.
8901
8902 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * ext/cdparanoia/gstcdparanoiasrc.c:
8905           Repair umlaut.
8906
8907 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8908
8909         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8910         Specify the full valid range for MP3 samplerates. Fixes a regression
8911         caused by extra header checks since the last release.
8912
8913 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8914
8915         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8917         Fix a locking-order bug I introduced with my changes the other day.
8918         Patch by Mike Smith.
8919
8920 2007-05-21  Michael Smith <msmith@fluendo.com>
8921
8922         * ext/theora/theoradec.c: (theora_handle_data_packet):
8923           Don't look inside 0-length packets (which indicate duplicated
8924           frames)
8925
8926 2007-05-21  Wim Taymans  <wim@fluendo.com>
8927
8928         * ext/cdparanoia/gstcdparanoiasrc.c:
8929         (gst_cd_paranoia_src_read_sector):
8930         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8931         (gst_base_audio_src_create):
8932         Small cleanups.
8933
8934         * ext/theora/theoradec.c: (theora_dec_sink_event):
8935         Fix typo.
8936
8937         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8938         (gst_base_rtp_depayload_set_gst_timestamp):
8939         Add some FIXME
8940
8941         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8942         And some debug info when a FIXME path is hit.
8943
8944 2007-05-21  Wim Taymans  <wim@fluendo.com>
8945
8946         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8947         (gst_base_rtp_audio_payload_class_init),
8948         (gst_base_rtp_audio_payload_init),
8949         (gst_base_rtp_audio_payload_finalize),
8950         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8951         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8952         (gst_base_rtp_payload_audio_handle_event):
8953         Some cleanups, remove minptime property as it is now in the parent
8954         class.
8955         Override parent class event function.
8956
8957         * gst-libs/gst/rtp/gstbasertppayload.c:
8958         (gst_basertppayload_class_init), (gst_basertppayload_init),
8959         (gst_basertppayload_event), (gst_basertppayload_set_property),
8960         (gst_basertppayload_get_property):
8961         * gst-libs/gst/rtp/gstbasertppayload.h:
8962         Add min-ptime property.
8963         Add handle-event vmethod. Fixes #415001.
8964
8965 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8966
8967         * gst-libs/gst/audio/gstbaseaudiosink.c
8968           (gst_base_audio_sink_change_state):
8969           Fix typo in comment.
8970
8971         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8972           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8973           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8974           close_link):
8975         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8976           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8977           Remove trailing whitespaces in comments.
8978
8979         * gst/volume/Makefile.am:
8980           Fix tabs.
8981
8982 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8983
8984         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8985
8986         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8987           set_option, get_option, _gst_reserved):
8988           Revert reordering functions (keep ABI).
8989
8990 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8991
8992         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8993         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8994         (gst_ximagesink_show_frame):
8995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8996         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8997         (gst_xvimagesink_show_frame):
8998         When we create our own window, indicate that we handle the 
8999         WM_DELETE client message from the window manager, so that it won't 
9000         kill our window (and our app) along with it. Handle ClientMessage,
9001         post an error on the bus, and close the window. Further buffers
9002         arriving will result in a FlowError because the window has been
9003         destroyed.
9004
9005         Fixes: #393975
9006
9007         Clean up the X event handling loop and make them the same for
9008         both xvimagesink and ximagesink while I'm at it.
9009
9010 2007-05-17  Wim Taymans  <wim@fluendo.com>
9011
9012         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9013         Make decodebin2 autoplug depayloaders too.
9014
9015         * gst/playback/gsturidecodebin.c: (source_new_pad):
9016         Set the newly created decoder in a usable state when autoplugging a
9017         dynamic source such as RTSP.
9018
9019 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9020
9021         * gst/playback/gststreaminfo.c: (cb_probe):
9022           Ignore video-codec tag for audio streams and ignore audio-codec tags
9023           for video streams. Should make codec name collection a bit more
9024           robust against sloppy demuxers that send tag events containing both
9025           tags down each pad.
9026
9027 2007-05-17  Wim Taymans  <wim@fluendo.com>
9028
9029         * gst/playback/gstqueue2.c: (update_rates):
9030         Tweak the buffering thresholds a little.
9031         Update the buffer size with the previously calculate rate instead of
9032         only when we calculate a new rate so that we get smoother buffering
9033         updates.
9034
9035         * gst/playback/Makefile.am:
9036         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9037         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9038         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9039         (gst_uri_decode_bin_get_property), (unknown_type),
9040         (add_element_stream), (no_more_pads_full), (no_more_pads),
9041         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9042         (gen_source_element), (has_all_raw_caps), (analyse_source),
9043         (remove_decoders), (make_decoder), (remove_source),
9044         (source_new_pad), (setup_source), (decoder_query_init),
9045         (decoder_query_duration_fold), (decoder_query_duration_done),
9046         (decoder_query_position_fold), (decoder_query_position_done),
9047         (decoder_query_latency_fold), (decoder_query_latency_done),
9048         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9049         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9050         (gst_uri_decode_bin_change_state), (plugin_init):
9051         New element that intergrates a source, optional buffering element and
9052         decodebin.
9053
9054 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * configure.ac:
9057           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9058           (also has a .pc file, so we don't need the fallback check any
9059           longer). Fixes #438840.
9060
9061 2007-05-17  Wim Taymans  <wim@fluendo.com>
9062
9063         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9064         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9065         (apply_segment), (apply_buffer), (update_buffering),
9066         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9067         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9068         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9069         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9070         (plugin_init):
9071         fix build.
9072
9073 2007-05-17  Wim Taymans  <wim@fluendo.com>
9074
9075         * gst/playback/Makefile.am:
9076         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9077         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9078         (gst_queue_getcaps), (gst_queue_bufferalloc),
9079         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9080         (apply_buffer), (update_buffering), (reset_rate_timer),
9081         (update_rates), (gst_queue_locked_flush),
9082         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9083         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9084         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9085         (gst_queue_loop), (gst_queue_handle_src_event),
9086         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9087         (gst_queue_src_activate_push), (gst_queue_change_state),
9088         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9089         On our way to playbin2 this is the new network queue that does buffering
9090         all by itself using high and low watermarks. It can also measure up and
9091         downstream bandwidth to optimally size the queue.
9092
9093 2007-05-17  Michael Smith <msmith@fluendo.com>
9094
9095         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9096         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9097           Use the segment->last_stop value to calculate the next timestamp to
9098           generate after a seek; not the segment->start value.
9099
9100 2007-05-15  David Schleef  <ds@schleef.org>
9101
9102         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9103           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9104
9105 2007-05-15  Wim Taymans  <wim@fluendo.com>
9106
9107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9108         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9109         Some more chained streaming ogg timestamp fixes.
9110
9111 2007-05-15  Wim Taymans  <wim@fluendo.com>
9112
9113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9114         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9115         (gst_ogg_demux_handle_page):
9116         Add some FIXMEs.
9117         Fix chain start/stop segment handling based on patch by
9118         <ahalda at cs dot mcgill dot ca> see #320984.
9119
9120 2007-05-15  Michael Smith <msmith@fluendo.com>
9121
9122         * configure.ac:
9123           We don't require a C++ compiler. So don't require one.
9124
9125 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9126
9127         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9128           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9129           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9130           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9131           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9132           gst_alsa_mixer_update_track):
9133           Apply some of the cleanup Tim suggested in #152864 afterwards.
9134
9135 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9136
9137         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9138
9139         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9140           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9141           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9142           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9143           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9144           gst_alsa_mixer_handle_source_callback,
9145           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9146           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9147           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9148           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9149           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9150           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9151         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9152         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9153           gst_alsa_mixer_element_interface_supported,
9154           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9155           gst_alsa_mixer_element_set_property,
9156           gst_alsa_mixer_element_get_property,
9157           gst_alsa_mixer_element_change_state):
9158         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9159         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9160           gst_mixer_option_changed):
9161         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9162           volume_changed, option_changed, _gst_reserved):
9163           Implement notification for alsamixer. Fixes #152864
9164
9165 2007-05-14  David Schleef  <ds@schleef.org>
9166
9167         * gst/videotestsrc/videotestsrc.c:
9168         * gst/videotestsrc/videotestsrc.h:
9169           Add support for video/x-raw-bayer.
9170
9171 2007-05-12  David Schleef  <ds@schleef.org>
9172
9173         * sys/xvimage/xvimagesink.c:
9174           Add some sanity checking for the XVImage size returned by X.
9175           Related to #377400.
9176
9177 2007-05-12  Wim Taymans  <wim@fluendo.com>
9178
9179         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9180         (gst_base_rtp_depayload_setcaps),
9181         (gst_base_rtp_depayload_set_gst_timestamp):
9182         Parse and use additional caps fields as described in updated
9183         application/x-rtp caps spec.
9184
9185 2007-05-12  Wim Taymans  <wim@fluendo.com>
9186
9187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9188         (gst_ogg_demux_collect_chain_info):
9189         If there is a stream in a chain without any data packets, ignore the
9190         stream in the total length calculations. Might be related to #436820.
9191
9192 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9193
9194         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9195         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9196         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9197         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9198         (plugin_init):
9199
9200         Consolidate and re-work our mpeg system stream detection to probe
9201         more packets and produce a higher confidence result. Fixes a
9202         regression caused by lowering the typefind probability last year
9203         - related to bug #397810. Remove the redundant MPEG-1 specific 
9204         typefind function, as the new one detects both MPEG-1 & MPEG-2
9205         happily.
9206
9207         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9208         little. 
9209
9210         Tested against my media test directory, with some improvements and
9211         no regressions.
9212
9213 2007-05-10  Wim Taymans  <wim@fluendo.com>
9214
9215         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9216         (queue_out_of_data):
9217         Connect to the new queue "pushing" signal instead of the broken
9218         "running" one.
9219
9220 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9221
9222         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9223         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9224         Move variable declaration before the first instruction.
9225         * gst/videotestsrc/videotestsrc.c:
9226         Define M_PI if it's not defined yet.
9227         * win32/common/libgstrtp.def:
9228         Add new exported functions.
9229
9230 2007-05-09  Michael Smith <msmith@fluendo.com>
9231
9232         * ext/theora/theoradec.c: (theora_handle_type_packet):
9233           gst_pad_push_event() does not return a GstFlowReturn!
9234
9235 2007-05-09  Wim Taymans  <wim@fluendo.com>
9236
9237         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9238         * tests/examples/seek/seek.c: (do_seek):
9239         Some small cosmetic changes.
9240
9241 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9242
9243         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9244           gst_adder_change_state):
9245         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9246           segment_pending, segment_position, segment_rate):
9247           Handle playback-rate on adder.
9248
9249 2007-05-07  Michael Smith <msmith@fluendo.com>
9250
9251         * ext/theora/gsttheoradec.h:
9252         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9253         (theora_dec_sink_event), (theora_handle_comment_packet),
9254         (theora_handle_type_packet), (theora_dec_change_state):
9255           Don't push events (newsegment, tags) before initialising the
9256           decoder.
9257           This is neccesary for seeking to work correctly in gnonlin.
9258
9259 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9260
9261         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9262         * gst/adder/gstadder.c:
9263         * gst/audiotestsrc/gstaudiotestsrc.c
9264           (gst_audio_test_src_create_white_noise):
9265         * gst/videotestsrc/gstvideotestsrc.c:
9266         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9267           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9268           volume_sink_template, volume_src_template, gst_volume_init,
9269           volume_process_double, volume_process_int16,
9270           volume_process_int16_clamp):
9271           Doc fixes and formatting.
9272
9273 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9274
9275         * tests/check/Makefile.am:
9276         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9277           Minimal check for volume's GstController usability; also another
9278           test for #422295.
9279
9280 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9281
9282         * gst-libs/gst/cdda/gstcddabasesrc.c:
9283         (gst_cdda_base_src_add_track):
9284           Fix it so that it (a) makes sense and (b) doesn't break
9285           everything cdda-related including the unit test.
9286
9287 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9288
9289         * gst-libs/gst/cdda/gstcddabasesrc.c:
9290         (gst_cdda_base_src_add_track):
9291           Fix build when disabling asserts.
9292
9293 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9296           When XShm is not available, we might get row strides that are not
9297           rounded up to multiples of four; this is bad, because virtually
9298           every RGB-processing element in GStreamer assumes rowstrides are
9299           rounded up to multiples of four, so let's allocate at least enough
9300           memory to avoid crashes in this case. The image will still be
9301           displayed distorted though if this happens, so that still needs
9302           fixing (maybe by allocating a bigger image with an 'even' width
9303           and then clipping it appropriately when rendering - something for
9304           Xlib aficionados in any case).
9305
9306 2007-05-03  Michael Smith <msmith@fluendo.com>
9307
9308         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9309           If a buffer doesn't have a timestamp, assume it's contiguous with
9310           the previous buffer, and synthesise timestamps appropriately.
9311
9312 2007-05-03  Edward Hervey  <edward@fluendo.com>
9313
9314         * tests/check/elements/videorate.c: (GST_START_TEST):
9315         Set buffer timestamp to a valid value in order to test the buffer
9316         really does stay in videorate.
9317
9318 2007-05-03  Edward Hervey  <edward@fluendo.com>
9319
9320         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9321         There is no sensible way to handle incoming buffers which don't have a
9322         valid timestamp. We therefore discard them and wait for the next one.
9323
9324 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9325
9326         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9327         * gst/playback/gstdecodebin2.c: (plugin_init):
9328           Better error message for text files.
9329
9330 2007-04-29  Wim Taymans  <wim@fluendo.com>
9331
9332         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9333         Fix offset bug in generation RR packets.
9334
9335 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9336
9337         * ext/theora/theoradec.c: (_theora_granule_time),
9338         (theora_dec_push_forward), (theora_handle_data_packet),
9339         (theora_dec_decode_buffer): Calculate buffer duration correctly
9340         to generate a perfect stream (#433888).
9341         * gst/audioresample/gstaudioresample.c:
9342         (audioresample_check_discont): Glib provides ABS.
9343
9344 2007-04-27  Wim Taymans  <wim@fluendo.com>
9345
9346         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9347         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9348         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9349         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9350         (gst_rtcp_packet_bye_set_reason):
9351         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9352         Fix RB block parsing and writing.
9353         Add support for constructing BYE packets.
9354
9355 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9356
9357         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9358         (gst_base_audio_src_create):
9359         * po/POTFILES.in:
9360           When posting a warning message because samples were dropped, post
9361           something more intelligible than he default error message for clock
9362           errors which is just confusing in this context (#432984).
9363
9364 2007-04-25  Wim Taymans  <wim@fluendo.com>
9365
9366         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9367         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9368         (read_packet_header), (gst_rtcp_packet_move_to_next),
9369         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9370         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9371         (gst_rtcp_packet_sdes_get_item_count),
9372         (gst_rtcp_packet_sdes_first_item),
9373         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9374         (gst_rtcp_packet_sdes_first_entry),
9375         (gst_rtcp_packet_sdes_next_entry),
9376         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9377         (gst_rtcp_packet_sdes_add_entry):
9378         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9379         Implement code to write SR, RR and SDES packets.
9380
9381 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9382
9383         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9384
9385         * sys/ximage/ximagesink.c:
9386           Fix build if XShm is not available (#432362).
9387
9388 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9389
9390         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9391         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9392         pointers to random memory which are passed to g_free() when
9393         audio_convert_prepare_context() is called the first time.
9394
9395 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9396
9397         Patch by: Dan Williams <dcbw redhat com>
9398
9399         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9400           Don't leak incoming buffer if gst_pad_push() returns a
9401           non-OK flow. Fixes #432755.
9402          
9403         * tests/check/elements/videorate.c: (GST_START_TEST),
9404         (videorate_suite):
9405           Unit test for the above by Yours Truly.
9406
9407 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9408
9409         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9410         (gst_adder_sink_event), (gst_adder_collected):
9411           Fix non-flushing segmented seeks, Fixes #340060 for me
9412
9413 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         Patch by: Olivier Crete  <tester at tester ca>
9416
9417         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9418         (gst_base_rtp_audio_payload_class_init),
9419         (gst_base_rtp_audio_payload_init),
9420         (gst_base_rtp_audio_payload_dispose):
9421           Chain up to parent class in dispose function; get rid of
9422           unnecessary 'diposed' flag in private structure (#415001).
9423
9424 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * docs/libs/gst-plugins-base-libs.types:
9427         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9428         (gst_base_rtp_audio_payload_class_init):
9429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9430         * gst-libs/gst/rtp/gstbasertppayload.c:
9431           Some minor docs fixes and additions; also add missing 'Since' bits.
9432
9433 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9434
9435         Patch by: Zeeshan Ali  <zeenix gmail com>
9436
9437         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9438         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9439         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9440         (gst_base_rtp_audio_payload_push):
9441         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9442           The recently-added gst_base_rtp_audio_payload_push() should take an
9443           object of type GstBaseRTPAudioPayload as first argument (#431672).
9444
9445 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9446
9447         * gst/audioresample/gstaudioresample.c:
9448           Make more functions static, just because we can.
9449
9450 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         * tests/check/elements/audioresample.c:
9453           Add unit test for audioresample shutdown crasher (#420106).
9454
9455 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9456
9457         * gst/subparse/gstsubparse.c:
9458         * gst/subparse/samiparse.c:
9459           Use GST_DISABLE_XML here
9460
9461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9462         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9463         (gst_xvimagesink_buffer_alloc),
9464         (gst_xvimagesink_navigation_send_event):
9465         * sys/xvimage/xvimagesink.h:
9466           Include stdlib.h when using atoi.
9467           
9468         * tests/check/elements/playbin.c: (playbin_suite):
9469           Use GST_DISABLE_REGISTRY here
9470
9471 2007-04-19  Michael Smith  <msmith@fluendo.com>
9472
9473         * ext/theora/gsttheoraenc.h:
9474         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9475         (theora_enc_sink_event), (theora_enc_change_state):
9476           Track initialisation state; don't try to use encoder state if we're
9477           not initialised (it'll segfault).
9478
9479 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9480
9481         * tests/check/pipelines/.cvsignore:
9482         Fix build.
9483
9484 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9485
9486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9487         Allow random depths between 1 and 32 instead of only multiplies of 8.
9488
9489 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9490
9491         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9492         Set the maximum number of channels for PCM and float in the correct
9493         place to have it also used when creating the template caps.
9494
9495 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9496
9497         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9498         Correctly support 4, 6 and 8 channels with normal PCM and float
9499         wav files.
9500
9501         Fix the depth and signedness calculation in extensible wav files and
9502         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9503         mask is found.
9504
9505         Add support for float, alaw and mulaw in extensible wav files.
9506
9507         This allows correct playback of all but 5 files from
9508         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9509         
9510         (gst_riff_create_audio_template_caps):
9511         Add voxware and float formats to the template caps.     
9512
9513 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9514
9515         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9516
9517         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9518         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9519
9520         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9521         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9522         Use the correct format strings for integer formats.
9523
9524 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9525
9526         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9527           Don't use pad_alloc_buffer_and_set_caps to create a small header
9528           packet, or, worse, to create a big temporary video buffer using the
9529           src pad.
9530
9531 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9532
9533         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9534         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9535           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9536           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9537
9538 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9539
9540         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9541           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9542           streamheader_suite):
9543           Add another test set up for failure
9544
9545 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9546
9547         * tests/check/Makefile.am:
9548         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9549           GST_START_TEST, streamheader_suite, main):
9550           Add a test for the streamheader bug Wim fixed.
9551
9552 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9553
9554         * ext/theora/theoradec.c: (theora_dec_sink_event):
9555         Fix misleading comment.
9556
9557 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9558
9559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9560           More sanity checks for the header fields.
9561
9562 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9563
9564         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9565           Try encodings from all environment variables, not just those in the
9566           first environment variable that is set.
9567
9568 2007-04-12  Wim Taymans  <wim@fluendo.com>
9569
9570         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9571         (gst_video_rate_chain):
9572         Add some debug.
9573
9574         * tests/check/elements/videorate.c: (GST_START_TEST),
9575         (videorate_suite):
9576         Added check for videorate changing caps handling. Closes #421834.
9577
9578 2007-04-12  Michael Smith  <msmith@fluendo.com>
9579
9580         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9581           Use scale functions to avoid overflow when calculating duration of 
9582           vorbis buffers.
9583
9584 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         * docs/libs/gst-plugins-base-libs-sections.txt:
9587         * gst-libs/gst/tag/tag.h:
9588         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9589           API: add gst_tag_freeform_string_to_utf8() (#405072).
9590
9591         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9592           Use gst_tag_freeform_string_to_utf8() here.
9593
9594 2007-04-12  Wim Taymans  <wim@fluendo.com>
9595
9596         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9597         (gst_gdp_pay_sink_event):
9598         Make sure we set the IN_CAPS flag correctly.
9599
9600         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9601         Get the IN_CAPS flag before we call functions that mess with the flags.
9602
9603 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9604
9605         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9606           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9607           Only stamp buffers with offset/offset_end right before they get
9608           pushed.  This ensures offset continuity, which was not the case
9609           before as shown by
9610           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9611
9612 2007-04-06  Wim Taymans  <wim@fluendo.com>
9613
9614         * gst/playback/gstplaybin.c: (add_sink),
9615         (gst_play_bin_change_state):
9616         Activate sync in playbin, we are ready to handle it for live streams.
9617
9618 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         * tests/check/elements/playbin.c:
9621         (test_sink_usage_video_only_stream), (playbin_suite):
9622           Add small test for stream-info-value-array code paths.
9623
9624 2007-04-05  Wim Taymans  <wim@fluendo.com>
9625
9626         * gst-libs/gst/audio/gstbaseaudiosink.c:
9627         (gst_base_audio_sink_skew_slaving):
9628         Don't try to create invalid calibration parameters by making the
9629         internal time go backwards, instead make external time go forward.
9630
9631 2007-04-05  Wim Taymans  <wim@fluendo.com>
9632
9633         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9634
9635         * gst/playback/gstplaybasebin.c: (add_stream):
9636         Fix leak in add_stream(), when g_value_set_object() increases the
9637         refcount of streaminfo object. Fixes #426250.
9638
9639 2007-04-03  David Schleef  <ds@schleef.org>
9640
9641         * gst/videotestsrc/gstvideotestsrc.c:
9642         * gst/videotestsrc/gstvideotestsrc.h:
9643         * gst/videotestsrc/videotestsrc.c:
9644         * gst/videotestsrc/videotestsrc.h:
9645           Add a test pattern called "circular", which has concentric
9646           rings with varying radial frequency.  The main purpose of this
9647           pattern is to test fidelity loss in a filter or scaler element.
9648           Notably, this pattern is scale invariant, and is optimally viewed
9649           with a width (and height) of 400.
9650
9651 2007-04-03  Wim Taymans  <wim@fluendo.com>
9652
9653         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9654
9655         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9656         (deactivate_free_recursive):
9657         Decodebin2 doesn't unref pads it obtains in some occasions:
9658         - multiqueue src pads, when either connecting further or exposing
9659         - sink pads of new autoplugged elements
9660         - peer pads when recursively freeing elements
9661         Fixes #425455.
9662
9663 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9664
9665         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9666         Add audio/x-raw-float support, now that audioconvert support
9667         non-native endianness floats.
9668
9669 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         * docs/libs/gst-plugins-base-libs-docs.sgml:
9672           gstreamer-plugins-base.pc doesn't exist, it's
9673           gstreamer-plugins-base-0.10.pc.
9674
9675 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9676
9677         Patch by: René Stadler <mail at renestadler dot de>
9678         with some minor changes
9679
9680         * gst-libs/gst/floatcast/floatcast.h:
9681         Use more efficient float endianness conversion functions that don't
9682         involve 2 function calls per value.
9683         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9684         (check_default), (audio_convert_prepare_context):
9685         * gst/audioconvert/gstaudioconvert.c:
9686         (gst_audio_convert_parse_caps), (make_lossless_changes):
9687         Support non-native endianness floats as input and output.
9688         Fixes #339838.
9689         * tests/check/elements/audioconvert.c: (verify_convert),
9690         (GST_START_TEST):
9691         Add unit tests for the non-native endianness float conversions.
9692
9693 2007-03-29  Wim Taymans  <wim@fluendo.com>
9694
9695         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9696         (gst_base_rtp_depayload_base_init),
9697         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9698         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9699         (gst_base_rtp_depayload_set_gst_timestamp),
9700         (gst_base_rtp_depayload_change_state),
9701         (gst_base_rtp_depayload_set_property),
9702         (gst_base_rtp_depayload_get_property):
9703         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9704         Add Private structure.
9705         Bring element code to 2007.
9706         Parse clock-base caps param and use it when generating the
9707         newsegment.
9708         Reset variables before going to PAUSED.
9709         Fix some docs.
9710
9711 2007-03-29  Wim Taymans  <wim@fluendo.com>
9712
9713         * docs/libs/gst-plugins-base-libs-docs.sgml:
9714         * docs/libs/gst-plugins-base-libs-sections.txt:
9715         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9716         (gst_base_rtp_audio_payload_get_adapter):
9717         Add RTCP docs.
9718         Fix some more docs.
9719
9720         * gst-libs/gst/rtp/Makefile.am:
9721         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9722         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9723         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9724         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9725         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9726         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9727         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9728         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9729         (gst_rtcp_packet_sr_get_sender_info),
9730         (gst_rtcp_packet_sr_set_sender_info),
9731         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9732         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9733         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9734         (gst_rtcp_packet_sdes_get_chunk_count),
9735         (gst_rtcp_packet_sdes_first_chunk),
9736         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9737         (gst_rtcp_packet_sdes_first_item),
9738         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9739         (gst_rtcp_packet_bye_get_ssrc_count),
9740         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9741         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9742         (gst_rtcp_packet_bye_get_reason_len),
9743         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9744         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9745         Add new helper object for parsing and creating RTCP messages.
9746
9747 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9748
9749         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9750         PCM samples with width=8 must be always unsigned, no matter what
9751         depth they have.
9752
9753 2007-03-29  Andy Wingo  <wingo@pobox.com>
9754
9755         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9756         perfect offsets also, not just timestamps.
9757
9758         * tests/check/elements/videorate.c (test_more): Test that given
9759         any incoming offsets, that videorate produces perfect offsets.
9760
9761 2007-03-29  Wim Taymans  <wim@fluendo.com>
9762
9763         * gst-libs/gst/riff/riff-ids.h:
9764         Add some more RIFF formats.
9765
9766 2007-03-29  Wim Taymans  <wim@fluendo.com>
9767
9768         * gst-libs/gst/rtp/gstrtpbuffer.c:
9769         (gst_rtp_buffer_default_clock_rate):
9770         * gst-libs/gst/rtp/gstrtpbuffer.h:
9771         Fix fixed payload names and docs.
9772         Added method to get the default clock rates of fixed payload types.
9773         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9774
9775 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9776
9777         * tests/check/pipelines/.cvsignore:
9778         Add new vorbisdec test to cvsignore.
9779
9780 2007-03-28  Wim Taymans  <wim@fluendo.com>
9781
9782         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9783         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9784         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9785         (gst_base_audio_sink_set_property),
9786         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9787         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9788         (gst_base_audio_sink_skew_slaving),
9789         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9790         (gst_base_audio_sink_async_play):
9791         * gst-libs/gst/audio/gstbaseaudiosink.h:
9792         Store private stuff in GstBaseAudioSinkPrivate.
9793         Add configurable clock slaving modes property.
9794         API:: GstBaseAudioSink::slave-method property
9795         Some more latency reporting tweaks.
9796         Added skew based clock slaving correction and make it the default until
9797         the resampling method is more robust.
9798
9799 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9800
9801         * gst/audioconvert/audioconvert.c:
9802         Add docs to the integer pack functions and implement proper
9803         rounding. Before we had rounding towards negative infinity, i.e.
9804         always the smaller number was taken. Now we use natural rounding,
9805         i.e. rounding to the nearest integer and to the one with the largest
9806         absolute value for X.5. The old rounding introduced some minor
9807         distortions. Fixes #420079
9808         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9809         Fix one unit test that assumed the old rounding and added unit tests
9810         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9811         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9812         rounding from signed int32 to signed/unsigned int16.
9813
9814 2007-03-27  Michael Smith  <msmith@fluendo.com>
9815
9816         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9817         (gst_audio_convert_transform_caps):
9818           Fix typo in debug line introduced recently, as pointed out on irc.
9819
9820 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9821
9822         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9823         * tests/check/libs/tag.c: (GST_START_TEST):
9824           Make sure we parse floating-point numbers in vorbis comments
9825           correctly with either '.' or ',' as separator, no matter what
9826           the current locale is. Add unit test for this too.
9827
9828 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9829
9830         Patch by: René Stadler  <mail at renestadler de>
9831
9832         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9833           When writing out floating-point numbers to vorbis comment tags, always
9834           use the same character as separator no matter what the current locale is
9835           (fixes #423051).
9836
9837         * tests/check/libs/tag.c: (GST_START_TEST):
9838           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9839
9840 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9841
9842         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9843           vorbis_handle_data_packet):
9844           Correctly set DURATION to generate a timestamp-continuous stream.
9845           One bug left at the end; see
9846           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9847         * tests/check/Makefile.am:
9848         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9849           Add a test to check this.  Without the above patch this test fails.
9850
9851 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9852
9853         * gst-libs/gst/rtp/Makefile.am:
9854         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9855
9856 2007-03-23  Michael Smith  <msmith@fluendo.com>
9857
9858         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9859         (gst_video_rate_reset), (gst_video_rate_chain):
9860           If videorate changes caps, we can no longer use the old buffer
9861           (which may have a different size, incompatible with our caps).
9862           So don't do that; just duplicate the new frame more times.
9863
9864 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9865
9866         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9867         Remove playbin's override of the set_clock vmethod. It's irrelevant
9868         after Wim's commit on the 19th.
9869
9870 2007-03-22  Wim Taymans  <wim@fluendo.com>
9871
9872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9873         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9874         * ext/gnomevfs/gstgnomevfssrc.h:
9875         Don't cache file sizes. Fixes #341078.
9876
9877 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9878
9879         * gst/playback/gstplaybin.c: (add_sink):
9880           Use GST_PTR_FORMAT to log caps. 
9881
9882 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9883
9884         Patch by: Young-Ho Cha <ganadist at chollian net>
9885
9886         * gst/subparse/samiparse.c: (handle_start_font):
9887           Special-case some more colour names that pango doesn't handle by
9888           default. Fixes #420578.
9889
9890 2007-03-20  Michael Smith  <msmith@fluendo.com>
9891
9892         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9893           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9894           that marks EOS internally. After that, libvorbis will buffer all
9895           input data, and encode none of it, eventually leading to memory
9896           exhaustion.
9897
9898 2007-03-19  Wim Taymans  <wim@fluendo.com>
9899
9900         * gst/playback/gstdecodebin.c: (remove_fakesink):
9901         Don't post STATE_DIRTY anymore.
9902
9903         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9904         (gst_play_bin_change_state):
9905         Remove stream_time reset in seek handling, core does that now.
9906         Disable clocking for live pipelines by forcing a NULL clock to the
9907         complete pipeline, core is too smart now for our previous hack.
9908         We can always autoplug in PAUSED now.
9909
9910 2007-03-17  David Schleef  <ds@schleef.org>
9911
9912         * REQUIREMENTS:  Update this file, change the formatting to make
9913         it more consistent, plus more machine readable.
9914
9915 2007-03-16  Michael Smith  <msmith@fluendo.com>
9916
9917         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9918         (strip_width_64), (append_with_other_format):
9919           Previous fix was too simplistic, and broke the tests. Use a better
9920           approach; only strip 64 from widths for integer audio.
9921
9922 2007-03-16  Michael Smith  <msmith@fluendo.com>
9923
9924         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9925         (gst_audio_convert_transform_caps):
9926           We don't support 64 bit integer audio, so don't try to claim we can.
9927           Stops us producing caps don't match our template caps.
9928           Update comments.
9929
9930 2007-03-15  Michael Smith  <msmith@fluendo.com>
9931
9932         * gst/audioresample/gstaudioresample.c:
9933         (audioresample_check_discont), (audioresample_transform):
9934           Don't trigger discontinuities for very small imperfections; a filter
9935           flush will sound bad, and many plugins have rounding errors leading
9936           to these.
9937
9938 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9939
9940         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9941
9942         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9943         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9944         API: add "min-ptime" property to RTP base audio payloader.
9945         API: add gst_base_rtp_audio_payload_push().
9946         API: add gst_base_rtp_audio_payload_get_adapter().
9947         Fixes #415001
9948         Indentation/whitespace/documentation fixes.
9949
9950 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9951
9952         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9953         (audioresample_transform_size), (audioresample_do_output),
9954         (audioresample_transform), (audioresample_pushthrough): Handle
9955         discontinuous streams.
9956         * gst/audioresample/gstaudioresample.h:
9957         * tests/check/elements/audioresample.c:
9958         (test_discont_stream_instance), (GST_START_TEST),
9959         (audioresample_suite): Add a test for discontinuous streams.
9960         * win32/common/config.h: Updated.
9961
9962 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9963
9964         * po/af.po:
9965         * po/az.po:
9966         * po/cs.po:
9967         * po/en_GB.po:
9968         * po/it.po:
9969         * po/nb.po:
9970         * po/nl.po:
9971         * po/or.po:
9972         * po/sq.po:
9973         * po/sr.po:
9974         * po/sv.po:
9975         * po/uk.po:
9976         * po/vi.po:
9977           Update translations from translation project.
9978
9979 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9980
9981         * gst/audioresample/debug.h:
9982         * gst/audioresample/resample.c: (resample_init):
9983           Since I really am not interested in a debug line for each sample
9984           being processed, move the library's debugging to its own category,
9985           libaudioresample
9986
9987 2007-03-13  Michael Smith  <msmith@fluendo.com>
9988
9989         * ext/theora/theoradec.c: (theora_handle_type_packet):
9990           Since the plugin doesn't support anything other than 4:2:0 right
9991           now, post an error and fail if we get something else. Won't matter
9992           until libtheora supports the other pixel formats, but hopefully
9993           that'll be soon...
9994
9995 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9996
9997         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9998         Use gst_guint64_to_gdouble for conversion.
9999         * win32/MANIFEST:
10000         Add new files to the win32 MANIFEST.
10001         * win32/common/libgstaudio.def:
10002         * win32/common/libgstpbutils.def:
10003         Add new exported functions.
10004         * win32/vs6/gst_plugins_base.dsw:
10005         * win32/vs6/libgstdecodebin.dsp:
10006         * win32/vs6/libgstplaybin.dsp:
10007         Change the link to libgstpbutils.lib.
10008         * win32/vs6/libgstdecodebin2.dsp:
10009         Add a new project for decodebin2.
10010         * win32/vs6/libgstpbutils.dsp:
10011         Add a new project for pbutils.
10012
10013 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10014
10015         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10016           Also accept partial dates with only year and month,
10017           like 1999-12-00 (fixes #410396 even more).
10018
10019         * tests/check/libs/tag.c: (GST_START_TEST):
10020           Add unit test for the above.
10021
10022 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10023
10024         * tests/check/elements/subparse.c: (GST_START_TEST),
10025         (subparse_suite):
10026           Add unit test for MPL2 subtitle format (#413799).
10027
10028 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10029
10030         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10031
10032         * gst/subparse/Makefile.am:
10033         * gst/subparse/gstsubparse.c:
10034         (gst_sub_parse_data_format_autodetect),
10035         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10036         (gst_subparse_type_find):
10037         * gst/subparse/gstsubparse.h:
10038         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10039         * gst/subparse/mpl2parse.h:
10040           Add support for MPL2 subtitle format (#413799).
10041
10042 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10043
10044         * configure.ac:
10045           We require core CVS for the new buffer metadata copy functions.
10046
10047 2007-03-09  Wim Taymans  <wim@fluendo.com>
10048
10049         * gst-libs/gst/tag/gstid3tag.c:
10050         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10051         Fixes #414496.
10052
10053         Patch by: Alex Lancaster <alexl at users sourceforge net>
10054
10055 2007-03-09  Wim Taymans  <wim@fluendo.com>
10056
10057         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10058         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10059         Improve adapter usage and comments.
10060
10061 2007-03-09  Wim Taymans  <wim@fluendo.com>
10062
10063         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10064         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10065         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10066         Use new metadata copy function.
10067
10068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10069         (gst_ffmpegcsp_transform):
10070         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10071         Basetransform copied the metadata for us.
10072
10073 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10076         (gst_text_overlay_video_event):
10077           Some more logging. Only accept newsegment events in TIME format and
10078           send a WARNING message if they are not in TIME format.
10079
10080         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10081         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10082         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10083         * gst/subparse/gstsubparse.h:
10084           No need to allocate GstSegment structure dynamically, just put it
10085           into the instance structure; ignore newsegment events in BYTE
10086           format and in particular don't let it overwrite our saved TIME
10087           segment from the last seek.
10088
10089 2007-03-09  Michael Smith  <msmith@fluendo.com>
10090
10091         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10092           Replace AC3 typefinder with one that isn't terrible, and actually
10093           works usefully.
10094
10095 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10096
10097         * gst/audioconvert/gstaudioconvert.c:
10098         (gst_audio_convert_transform):
10099           fix error category and translatable string
10100           
10101
10102 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10103
10104         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10105         * pkgconfig/gstreamer-plugins-base.pc.in:
10106           Fix up utils => pbutils here too.
10107
10108 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10109
10110         * gst/subparse/gstsubparse.c: (handle_buffer):
10111           Break out of loop in chain function as soon as possible if we get
10112           a non-OK flow return.
10113
10114 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10115
10116         * tests/check/elements/alsa.c: (GST_START_TEST):
10117         Unref the mixer if the state change fails too (if the
10118         alsa devices are inaccessible, for example)
10119
10120 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10121
10122         * tests/check/Makefile.am:
10123         Don't test libvisual elements in the states check, because libvisual
10124         seems to leak internally.
10125
10126         Re-enable the alsa and states tests now that there's new suppressions
10127         in gst.supp.
10128
10129         * tests/check/elements/alsa.c: (GST_START_TEST):
10130         Don't leak the alsamixer we instantiated.
10131
10132 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10133
10134         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10135         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10136         (gst_ximagesink_finalize):
10137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10138         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10139         Move some cleanup stuff from the state change handler into a _reset()
10140         function that can be called from _finalize(). This ensures that things
10141         get freed even if (for some reason) the NULL->READY state transition
10142         fails in the parent class.
10143         Even if a parent state change fails, process our downward state change
10144         logic instead of bailing out early.
10145         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10146
10147 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10148
10149         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10150         Extra log line.
10151
10152         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10153         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10154         Use pango_font_description_set_family_static instead of 
10155         pango_font_description_set_family to save a string copy (it was
10156         leaking due to the strdup anyway)
10157
10158         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10159         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10160         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10161         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10162         Chain up in finalize.
10163
10164 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10165
10166         * gst-libs/gst/interfaces/mixertrack.c:
10167         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10168         (gst_mixer_track_set_property):
10169           API: add "untranslated-label" property which should be set by
10170           implementations at construct time (#414645).
10171
10172         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10173         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10174           Set "untranslated-label" when constructing mixer track objects.
10175
10176         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10177           Unit test to check the above.
10178
10179 2007-03-07  Wim Taymans  <wim@fluendo.com>
10180
10181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10182         Fix confusing debug message.
10183
10184 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10185
10186         * gst-plugins-base.doap:
10187         update doap file with new version
10188
10189 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10190
10191         * configure.ac:
10192         Back to CVS
10193
10194 === release 0.10.12 ===
10195
10196 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10197
10198         * configure.ac:
10199           releasing 0.10.12, "Zombie Horde"
10200
10201 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10202
10203         * configure.ac:
10204         Bump version to 0.10.11.4 pre-release
10205
10206 2007-03-06  Wim Taymans  <wim@fluendo.com>
10207
10208         * gst-libs/gst/audio/gstbaseaudiosink.c:
10209         (gst_base_audio_sink_async_play):
10210         Fix regression that made GStreamer skip the first samples of audio.
10211         Fixes #414684.
10212
10213 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10214
10215         * configure.ac:
10216         Bump version to 0.10.11.3 pre-release
10217
10218 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10219
10220         * po/POTFILES.in:
10221           Update paths for the rename from utils to pbutils to fix the build.
10222
10223 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10224
10225         * gst-libs/gst/pbutils/Makefile.am:
10226           Change directory to install headers in from gst/utils to gst/pbutils
10227           as well.
10228
10229 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10230
10231         * configure.ac:
10232         * docs/libs/gst-plugins-base-libs-docs.sgml:
10233         * docs/libs/gst-plugins-base-libs-sections.txt:
10234         * gst-libs/gst/Makefile.am:
10235         * gst-libs/gst/interfaces/mixer.c:
10236         * gst-libs/gst/pbutils/Makefile.am:
10237         * gst-libs/gst/pbutils/descriptions.c:
10238         (gst_pb_utils_get_source_description),
10239         (gst_pb_utils_get_sink_description),
10240         (gst_pb_utils_get_decoder_description),
10241         (gst_pb_utils_get_encoder_description),
10242         (gst_pb_utils_get_element_description),
10243         (gst_pb_utils_add_codec_description_to_tag_list),
10244         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10245         * gst-libs/gst/pbutils/descriptions.h:
10246         * gst-libs/gst/pbutils/install-plugins.c:
10247         * gst-libs/gst/pbutils/install-plugins.h:
10248         * gst-libs/gst/pbutils/missing-plugins.c:
10249         (gst_missing_uri_source_message_new),
10250         (gst_missing_uri_sink_message_new),
10251         (gst_missing_element_message_new),
10252         (gst_missing_decoder_message_new),
10253         (gst_missing_encoder_message_new),
10254         (gst_missing_plugin_message_get_description):
10255         * gst-libs/gst/pbutils/missing-plugins.h:
10256         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10257         * gst-libs/gst/pbutils/pbutils.h:
10258         * gst-libs/gst/utils/Makefile.am:
10259         * gst-libs/gst/utils/base-utils.c:
10260         * gst-libs/gst/utils/base-utils.h:
10261         * gst-libs/gst/utils/descriptions.c:
10262         * gst-libs/gst/utils/descriptions.h:
10263         * gst-libs/gst/utils/install-plugins.c:
10264         * gst-libs/gst/utils/install-plugins.h:
10265         * gst-libs/gst/utils/missing-plugins.c:
10266         * gst-libs/gst/utils/missing-plugins.h:
10267         * gst-plugins-base.spec.in:
10268         * gst/playback/Makefile.am:
10269         * gst/playback/gstdecodebin.c:
10270         * gst/playback/gstdecodebin2.c:
10271         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10272         (gen_source_element):
10273         * gst/playback/gstplaybin.c: (plugin_init):
10274         * tests/check/Makefile.am:
10275         * tests/check/libs/pbutils.c: (GST_START_TEST),
10276         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10277         * tests/check/libs/utils.c:
10278           rename utils to pbutils
10279
10280 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10281
10282         * docs/plugins/Makefile.am:
10283         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10284         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10285         * docs/plugins/inspect/plugin-decodebin2.xml:
10286         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10287         Add documentation for decodebin2 that indicates that the API
10288         is still unstable.
10289
10290 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10291
10292         * configure.ac:
10293         Update to 0.10.11.2 (0.10.12 pre-release)
10294
10295 2007-03-01  Wim Taymans  <wim@fluendo.com>
10296
10297         * gst-libs/gst/audio/gstbaseaudiosink.c:
10298         (gst_base_audio_sink_async_play):
10299         base time is irrelevant here.
10300
10301 2007-03-01  Wim Taymans  <wim@fluendo.com>
10302
10303         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10304         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10305         Improve debugging.
10306
10307         * gst-libs/gst/audio/gstbaseaudiosink.c:
10308         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10309         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10310         Improve latency and clock slaving calculations.
10311         Improve slave clock calibration.
10312
10313         * gst-libs/gst/audio/gstringbuffer.c:
10314         (gst_ring_buffer_commit_full):
10315         When we are asked to render N sample to 0 bytes, return N.
10316
10317 2007-03-01  Wim Taymans  <wim@fluendo.com>
10318
10319         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10320         (gst_alsasink_write), (gst_alsasink_reset):
10321         * ext/alsa/gstalsasink.h:
10322         Remove unused dispose function.
10323         Rename lock to not interfere with alsasrc lock.
10324
10325         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10326         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10327         (gst_alsasrc_read), (gst_alsasrc_reset):
10328         * ext/alsa/gstalsasrc.h:
10329         Implement finalize function.
10330         Use lock to protect alsa access.
10331         Implement _reset.
10332         Fine tune sw params.
10333
10334 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10335
10336         * configure.ac:
10337           Convert to new AG_GST style.
10338
10339 2007-02-28  Wim Taymans  <wim@fluendo.com>
10340
10341         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10342
10343         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10344         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10345         Fix race condition when rapidly switching visualisations in playbin.
10346         Fixes #401029.
10347
10348 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10349
10350         * tests/check/Makefile.am:
10351         Include local stuff before system installed things in LDFLAGS and
10352         CFLAGS.
10353
10354 2007-02-28  Wim Taymans  <wim@fluendo.com>
10355
10356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10357         Improve debugging.
10358
10359 2007-02-28  Wim Taymans  <wim@fluendo.com>
10360
10361         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10362         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10363         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10364         Fix duration and timestamping, taking latency into account.
10365         Implement latency query.
10366
10367 2007-02-28  Wim Taymans  <wim@fluendo.com>
10368
10369         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10370         (gst_audio_clock_new):
10371         Fix clock name.
10372
10373         * gst-libs/gst/audio/gstbaseaudiosink.c:
10374         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10375         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10376         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10377         (gst_base_audio_src_create):
10378         Improve latency query code.
10379         Use proper clock names.
10380
10381 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10382
10383         * tests/check/generic/states.c: (GST_START_TEST):
10384           Copy the states.c test from core again
10385         * tests/check/Makefile.am:
10386           ignore cdio and cdparanoiasrc
10387
10388 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10389
10390         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10391         (double_hq), (audio_convert_get_func_index), (check_default),
10392         (audio_convert_prepare_context), (audio_convert_convert):
10393           Also make valgrind happy and avoid copying data in some cases.
10394
10395 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10396
10397         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10398         (double_hq), (audio_convert_get_func_index),
10399         (audio_convert_prepare_context), (audio_convert_convert):
10400         * gst/audioconvert/gstaudioconvert.c:
10401         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10402         (gst_audio_convert_transform_caps):
10403         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10404         (audioconvert_suite):
10405           Don't run inplace if that overwrites source data as we go. Add more
10406           tests. Fixes #339837 even more.
10407
10408 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10409
10410         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10411         (msg_segment_done): Fix various seeking bugs (Slider was not
10412         updating when doing a non flushing seek, Reverse playback 
10413         on segment seek was wrong).
10414
10415 2007-02-26  Wim Taymans  <wim@fluendo.com>
10416
10417         * tests/examples/seek/seek.c: (stop_seek):
10418         When we stop scrubbing, don't leave the pipeline PLAYING when we
10419         requested a PAUSED state.
10420
10421 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         Patch by: René Stadler <mail at renestadler de>
10424
10425         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10426           Parse date strings in vorbis comments that have an invalid (zero)
10427           month or day (#410396).
10428
10429         * tests/check/libs/tag.c: (GST_START_TEST):
10430           Test case for the above.
10431
10432 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10433
10434         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10435
10436         * configure.ac:
10437         * ext/alsa/Makefile.am:
10438         * gst/audiotestsrc/Makefile.am:
10439           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10440
10441 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10442
10443         * gst/playback/gstplaybin.c:
10444           Improve docs: point out that the application needs to assist playbin
10445           with buffering.
10446
10447 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * gst-libs/gst/utils/install-plugins.c:
10450         * gst-libs/gst/utils/missing-plugins.c:
10451         * tests/check/libs/utils.c: (missing_msg_check_getters):
10452           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10453           to just 'gstreamer'. Document the caps string component of the
10454           decoder/encoder detail a bit better, since not everyone will be
10455           familiar with the GStreamer media type/caps system (but they better
10456           enjoy nested itemized lists).
10457
10458 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10459
10460         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10461         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10462           Fix copying of GstNetBuffer (would crash before, or at least lead to
10463           invalid memory access, #410772), for now by copying the GstBuffer copy
10464           code from the core over here so we can copy the GstBuffer fields on a
10465           provided buffer instance (of type GstNetBuffer in this case). Would be
10466           better to fix this with some support by the core though (and in the long
10467           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10468
10469         * tests/check/Makefile.am:
10470           Enable unit test for GstNetBuffer.
10471
10472 2007-02-22  Andy Wingo  <wingo@pobox.com>
10473
10474         * gst-libs/gst/audio/gstbaseaudiosink.c
10475         (gst_base_audio_sink_init): Disable pull-mode activation until we
10476         figure out how to make audio sinks go to PLAYING.
10477
10478 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10479
10480         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10481         (double_hq), (audio_convert_get_func_index),
10482         (audio_convert_prepare_context), (audio_convert_convert):
10483         * gst/audioconvert/audioconvert.h:
10484         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10485         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10486         * gst/audioconvert/gstchannelmix.h:
10487         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10488           Add float as an intermediate format, as well as float mixing. Enable
10489           test that was failing before. Fixes #339837
10490
10491 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * tests/examples/seek/seek.c: (do_seek):
10494         Undo the previous commit: -1 as a stop time implies that the stop
10495         time is the end of file, clearing any previously configured segment.
10496
10497 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10498
10499         * tests/examples/seek/seek.c: (do_seek):
10500         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10501
10502 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10503
10504         * gst/volume/gstvolume.c: (volume_process_int16),
10505         (volume_process_int16_clamp), (volume_set_caps):
10506           Unbreak volume, value remains gint.
10507
10508 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10509
10510         * gst/volume/gstvolume.c: (volume_choose_func),
10511         (volume_update_real_volume), (gst_volume_set_volume),
10512         (gst_volume_init), (volume_process_double), (volume_process_float),
10513         (volume_process_int16), (volume_process_int16_clamp),
10514         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10515         * gst/volume/gstvolume.h:
10516           Extend float audio support (double) and some int->uint cleanups.
10517
10518 2007-02-20  Edward Hervey  <edward@fluendo.com>
10519
10520         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10521         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10522         (sort_end_pads), (gst_decode_group_expose),
10523         (gst_decode_group_hide):
10524         Don't free groups from the streaming threads. Just put them aside and
10525         free them in dispose.
10526
10527 2007-02-20  Edward Hervey  <edward@fluendo.com>
10528
10529         * gst/playback/gstdecodebin2.c: (connect_element),
10530         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10531         (sort_end_pads), (gst_decode_group_expose):
10532         Handle dynamic pads within groups.
10533         Sort pads before exposing them in order to make playbin happy.
10534         There still is a race with the multiqueue filling up. This should be
10535         solved separately.
10536         Fixes #398721
10537
10538 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10539
10540         * gst-libs/gst/utils/base-utils.c:
10541         * gst-libs/gst/utils/descriptions.c:
10542         * gst-libs/gst/utils/install-plugins.c:
10543         * gst-libs/gst/utils/missing-plugins.c:
10544           Some more docs (and descriptions for two subtitle formats).
10545
10546 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * gst-libs/gst/audio/audio.c:
10549           Fix documentation.
10550
10551 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10552
10553         Patch by: Yves Lefebvre  <ivanohe abacom com>
10554
10555         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10556           Don't leak caps. Fixes #408278.
10557
10558 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10559
10560         * ext/cdparanoia/gstcdparanoiasrc.h:
10561         * ext/ogg/gstoggdemux.h:
10562         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10563         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10564         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10565         * gst-libs/gst/audio/audio.h:
10566         * gst-libs/gst/audio/gstaudiofilter.h:
10567         * gst-libs/gst/interfaces/videoorientation.h:
10568         * gst/adder/gstadder.h:
10569           More docs coverage and some ChangeLog surgery (add missing names)
10570
10571 2007-02-15  Wim Taymans  <wim@fluendo.com>
10572
10573         * sys/ximage/ximagesink.c:
10574         (gst_ximagesink_calculate_pixel_aspect_ratio):
10575         * sys/xvimage/xvimagesink.c:
10576         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10577         Small constifications.
10578
10579 2007-02-15  Wim Taymans  <wim@fluendo.com>
10580
10581         * gst-libs/gst/audio/gstbaseaudiosink.c:
10582         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10583         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10584         (gst_base_audio_sink_async_play),
10585         (gst_base_audio_sink_change_state):
10586         Answer latency query.
10587         Use configured latency when syncing.
10588         Fix clock slaving.
10589
10590         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10591         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10592         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10593         Fix possible memleak.
10594         Implement latency query.
10595         Small cleanups.
10596
10597 2007-02-15  Wim Taymans  <wim@fluendo.com>
10598
10599         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10600         Ignore errors in reset, these are not fatal. They also grab the element
10601         lock which is already taking when this function is called. Fixes
10602         #405451.
10603
10604 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10605
10606         * configure.ac:
10607           Remove 'tests/examples/xerror/Makefile' from output files again.
10608
10609 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10610
10611         * configure.ac:
10612         * docs/plugins/Makefile.am:
10613           Also crossref against gst-plugins-base-libs.
10614
10615 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10616
10617         * configure.ac:
10618         * docs/libs/Makefile.am:
10619         * docs/plugins/Makefile.am:
10620           Add crossreferences to glib/gobject/gstream docs.
10621
10622         * gst-libs/gst/audio/audio.h:
10623           Source formatting.
10624
10625         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10626           Add own debug category.
10627
10628 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10629
10630         Patch by: René Stadler <mail at renestadler de>
10631
10632         * gst-libs/gst/tag/gstvorbistag.c:
10633           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10634           (#403597).
10635
10636 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10637
10638         * gst/playback/gstplaybasebin.c: (setup_source):
10639           When we have external subtitles and wait for the subtitle decodebin
10640           to get up and running, we set up a (sync) bus handler for the
10641           subtitle decodebin, so we can stop waiting when it posts an error
10642           message. However, we should do that before we set the subtitle
10643           decodebin's state to playing, otherwise things are racy and we might
10644           miss error messages posted before we had a chance to set up the bus.
10645           This should finally fix totem hanging on .txt pseudo-subtitle files.
10646           
10647 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10648
10649         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10650           Use gst_gdouble_to_guint64 for conversions.
10651         * win32/common/config.h.in:
10652           Add a define for GST_INSTALL_PLUGINS_HELPER
10653         * win32/common/libgstaudio.def:
10654         * win32/common/libgstcdda.def:
10655         * win32/common/libgstnetbuffer.def:
10656         * win32/common/libgstrtp.def:
10657         * win32/common/libgutils.def:
10658           Add new exported functions.
10659         * win32/vs6/gst_plugins_base.dsw:
10660         * win32/vs6/libgstdecodebin.dsp:
10661         * win32/vs6/libgstnetbuffer.dsp:
10662         * win32/vs6/libgstplaybin.dsp:
10663         * win32/vs6/libgstrtp.dsp:
10664         * win32/vs6/libgstvorbis.dsp:
10665         * win32/vs6/libgstcdda.dsp:
10666         * win32/vs6/libgstgdp.dsp:
10667         * win32/vs6/libgstutils.dsp:
10668           Update and add new project files.
10669
10670 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10673         (subrip_remove_unhandled_tags), (parse_subrip):
10674           For SubRip (.srt) subtitles, ignore all markup tags we don't
10675           handle (like font tags, for example).
10676
10677         * tests/check/elements/subparse.c:
10678           Add test for this.
10679
10680 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         * gst/playback/gstdecodebin.c: (add_fakesink),
10683         (gst_decode_bin_change_state):
10684         * gst/playback/gstdecodebin2.c: (add_fakesink),
10685         (gst_decode_bin_change_state):
10686           Don't error out if there is no fakesink in the NULL to READY state
10687           change, since when decodebin is re-used, we're only adding the
10688           fakesink element in READY to PAUSED.
10689
10690         * tests/check/elements/decodebin.c:
10691         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10692         (decodebin_suite):
10693           Minimal unit test to make sure we can use the same decodebin
10694           instance twice (at least with audiotestsrc input).
10695
10696 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10699           Try to get devic-name from device string first, and from handle only
10700           as fallback (seems to yield better results and is more robust
10701           against buggy probing code on the application side).
10702
10703 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10706
10707         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10708         (gst_alsa_find_device_name):
10709         * ext/alsa/gstalsa.h:
10710         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10711         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10712           Improve device-name detection a bit, especially in the case where
10713           the device is not actually open (#405020, #405024). Move common code
10714           into gstalsa.c instead of duplicating it.
10715
10716 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10717
10718         * gst/audioconvert/gstaudioconvert.c:
10719           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10720
10721 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10722
10723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10724         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10725         (gst_xvimagesink_interface_supported),
10726         (gst_xvimagesink_probe_get_properties),
10727         (gst_xvimagesink_probe_probe_property),
10728         (gst_xvimagesink_probe_needs_probe),
10729         (gst_xvimagesink_probe_get_values),
10730         (gst_xvimagesink_property_probe_interface_init),
10731         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10732         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10733         (gst_xvimagesink_get_type):
10734         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10735         for XVAdaptors so that one can choose the adaptor to use with 
10736         gstreamer-properties.
10737
10738 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10739
10740         * gst/audioconvert/gstaudioconvert.c:
10741           Also mention that a conversion from double to float is suboptimal still.
10742
10743 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10744
10745         * gst-libs/gst/audio/gstaudiofilter.c:
10746         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10747           Clear our formats structure and free the caps contained in it when
10748           shutting down.
10749
10750 2007-02-05  Andy Wingo  <wingo@pobox.com>
10751
10752         * gst-libs/gst/audio/gstbaseaudiosink.c
10753         (gst_base_audio_sink_callback): Update basesink->offset so that we
10754         pull monotonically increasing offsets instead of, um, seeking back
10755         to 0 each time. Fixes alsasrc ! alsasink!
10756
10757 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10758
10759         * gst/videoscale/gstvideoscale.c:
10760           A width and height of 1 makes us crash, so increase minimum size to
10761           2x2 pixels until someone feels like fixing this (#404512).
10762
10763 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10764
10765         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10766           Add small test to make sure request pads are cleaned up properly
10767           even if oggmux never changes state out of NULL.
10768
10769 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10770
10771         * tests/check/libs/utils.c: (GST_START_TEST):
10772           Fix unit test. Turns out things work much better when you
10773           NULL-terminate string arrays. Should make p5 build bot happy again.
10774
10775 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         * gst-libs/gst/audio/Makefile.am:
10778         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10779         (gst_audio_filter_template_base_init),
10780         (gst_audio_filter_template_class_init),
10781         (gst_audio_filter_template_init),
10782         (gst_audio_filter_template_set_property),
10783         (gst_audio_filter_template_get_property),
10784         (gst_audio_filter_template_setup),
10785         (gst_audio_filter_template_filter),
10786         (gst_audio_filter_template_filter_inplace), (plugin_init):
10787           Oops, forgot to commit fixed-up example.
10788
10789 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * docs/libs/gst-plugins-base-libs-sections.txt:
10792         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10793         (gst_audio_filter_class_init), (gst_audio_filter_init),
10794         (gst_audio_filter_set_caps),
10795         (gst_audio_filter_class_add_pad_templates):
10796         * gst-libs/gst/audio/gstaudiofilter.h:
10797           Port GstAudioFilter to 0.10. This change technically breaks
10798           API and ABI (and thus also every library developer's heart),
10799           but seems justifiable on the grounds that the base class was
10800           completely unusable before (ie. would crash immediately when
10801           actually used). Fixes #403963 (and eventually also #403572).
10802           Also document all of this a bit.
10803
10804 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10805
10806         * gst-libs/gst/utils/install-plugins.c:
10807         (gst_install_plugins_spawn_child):
10808         * tests/check/libs/utils.c:
10809         (test_base_utils_install_plugins_do_callout):
10810           Lowering log level to see why things fail on the p5 build bot;
10811           fix some typos in unit test messages.
10812
10813 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         * tests/check/libs/utils.c:
10816         (test_base_utils_install_plugins_do_callout):
10817           Don't hard-code temp directory for test helper; use GLib functions
10818           to write out file and do error checking etc.
10819
10820 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10821
10822         * gst-libs/gst/utils/Makefile.am:
10823         * gst-libs/gst/utils/base-utils.h:
10824         * gst-libs/gst/utils/install-plugins.c:
10825         (gst_install_plugins_context_set_xid),
10826         (gst_install_plugins_context_new),
10827         (gst_install_plugins_context_free),
10828         (gst_install_plugins_get_helper),
10829         (gst_install_plugins_spawn_child),
10830         (gst_install_plugins_return_from_status),
10831         (gst_install_plugins_installer_exited),
10832         (gst_install_plugins_async), (gst_install_plugins_sync),
10833         (gst_install_plugins_return_get_name),
10834         (gst_install_plugins_installation_in_progress):
10835         * gst-libs/gst/utils/install-plugins.h:
10836           API: add API for applications to initiate installation of missing
10837           plugins, ie. gst_install_plugins_async() primarily.
10838           Based on libgimme-codec by Ryan Lortie.
10839
10840         * configure.ac:
10841           Add --with-install-plugins-helper configure option so distros can specify
10842           the path of the helper script or program to call when plugin installation
10843           is requested (distros: please do any argument munging in this helper
10844           script instead of patching GStreamer to pass arguments differently
10845           to another program directly).
10846
10847         * docs/libs/gst-plugins-base-libs-docs.sgml:
10848         * docs/libs/gst-plugins-base-libs-sections.txt:
10849           Build and document new API.
10850
10851         * tests/check/libs/utils.c: (result_cb),
10852         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10853         (libgstbaseutils_suite):
10854           Some simple checks for the new API.
10855
10856 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10857
10858         * tests/check/elements/audioconvert.c: (test_float_conversion):
10859           Add small test for 32bit float <=> 64bit float conversion (works
10860           only one way so far, 32=>64 produces structured noise).
10861
10862 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * gst/audioconvert/gstaudioconvert.c:
10865         (set_structure_widths_32_and_64), (make_lossless_changes):
10866           We don't support floats with a width of 40, 48 or 56 bits.
10867
10868 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10869
10870         * gst/audioconvert/audioconvert.c: (float), (double),
10871         (audio_convert_get_func_index):
10872         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10873         (make_lossless_changes):
10874           Support for 64-bit float audio in audioconvert (#339837)
10875
10876 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         Patch by: Holger Wansing  <linux wansing-online de>
10879
10880         * po/LINGUAS:
10881         * po/de.po:
10882           Add German translation (#352069).
10883
10884 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10885
10886         reviewed by: Wim Taymans <wim@fluendo.com>
10887
10888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10889         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10890         Use newly added GstCollectPads API to free the allocated resources in
10891         the GstOggPad structures (#402393).
10892
10893 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10894
10895         * gst/playback/gstplaybin.c: (gen_vis_element):
10896           Add audioresample+audioconvert in front of the visualisation
10897           element, so that elements like libvisual 0.4 that don't support all
10898           samplerates can work.
10899
10900           Fixes: #402505
10901
10902 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10905         (gst_play_base_bin_get_streaminfo_value_array):
10906           Take some locks and make a copy of the streaminfo value array we
10907           maintain while holding the lock, so that the application can
10908           retrieve the stream-info as a value array in a thread-safe way.
10909
10910 2007-01-30  Wim Taymans  <wim@fluendo.com>
10911
10912         * gst/audioconvert/gstaudioconvert.c:
10913         Don't fail on 0 sized buffers. Fixes #396835.
10914
10915 2007-01-29  David Schleef  <ds@schleef.org>
10916
10917         * gst/typefind/gsttypefindfunctions.c:
10918           Detect BBCD as video/x-dirac, so we can play raw dirac
10919           streams.
10920
10921 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10922
10923         * ext/theora/theoraenc.c: (theora_enc_chain):
10924           Check return value of theora_encode_header(), or we might try to
10925           allocate a random number of bytes. theora_encode_header() can fail
10926           if libtheora has been compiled with encoding support disabled.
10927           Fixes #398110.
10928
10929 2007-01-29  Wim Taymans  <wim@fluendo.com>
10930
10931         * tests/check/gst/.cvsignore:
10932         Do as buildbot says.
10933
10934 2007-01-29  Wim Taymans  <wim@fluendo.com>
10935
10936         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10937         Fix strides in libvisual. Gst uses X strides.
10938         Inspired by: <ed at catmur dot co dot uk> and 
10939         <tim at centricular dot net>
10940         Fixes #401118.
10941
10942 2007-01-27  Wim Taymans  <wim@fluendo.com>
10943
10944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10945         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10946         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10947         (gst_ogg_demux_perform_seek),
10948         (gst_ogg_demux_bisect_forward_serialno),
10949         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10950         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10951         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10952         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10953         * ext/ogg/gstoggdemux.h:
10954         Properly propagate streaming errors when we are scanning the file for
10955         chains so that we don't crash when shut down. Might fix some crashers
10956         when quickly switching oggs in RB such as #332503 and #378436.
10957
10958 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10961           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10962           error code as well.
10963
10964 2007-01-25  Wim Taymans  <wim@fluendo.com>
10965
10966         * gst/playback/gstplaybasebin.c: (remove_source):
10967         Don't try to disconnect a signal from a finalized object.
10968
10969 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10970
10971         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10972           Cast lock macro parameters to make sure we're actually accessing the
10973           lock member at the right class level. Free list itself in _dispose()
10974           as well and NULL it in case dispose gets called multiple times.
10975
10976 2007-01-25  Edward Hervey  <edward@fluendo.com>
10977
10978         * gst/playback/gstdecodebin2.c:
10979         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10980         Free GstDecodeGroups no longer used.
10981         (gst_decode_group_expose):
10982         Don't unlock too many times !
10983         (deactivate_free_recursive):
10984         Free iterator once we're done with it.
10985         Fix for recursively deactivating elements (stop at ghostpads).
10986
10987 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/playback/gstplaybin.c: (handoff):
10990           Fix up caps on the frame buffer before we save it and potentially
10991           make it accessible to other threads via g_object_get; also use
10992           gst_buffer_replace() instead of gst_mini_object_replace().
10993
10994 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10997           Make getting the current frame thread-safe.
10998
10999 2007-01-25  Edward Hervey  <edward@fluendo.com>
11000
11001         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11002         (gst_decode_group_new), (gst_decode_group_free):
11003         Set queues to bigger sizes to cope with HD contents.
11004         Fix some mutex freeing and add comment about MT safe methods.
11005
11006 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11007
11008         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11009         (gst_text_overlay_text_event):
11010           Don't unnecessarily ref (and then leak) upstream events if the text
11011           pad is not linked. Fixes #399948.
11012
11013         * tests/check/gst-plugins-base.supp:
11014           Add suppression for pango on edgy/x86 for textoverlay test.
11015
11016 2007-01-24  Wim Taymans  <wim@fluendo.com>
11017
11018         * gst-libs/gst/rtp/gstrtpbuffer.h:
11019         Add some more fixed payloads.
11020
11021 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11024           Error out properly if we get an error from libogg while reading the
11025           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11026
11027 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11030           Don't leak mutex.
11031
11032         * tests/check/elements/playbin.c:
11033         (test_sink_usage_video_only_stream),
11034         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11035         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11036         (test_missing_suburisource_handler),
11037         (test_missing_primary_decoder), (playbin_suite):
11038           Run all tests once with decodebin and once with decodebin2.
11039           One test does not pass yet with decodebin2.
11040
11041 2007-01-23  Edward Hervey  <edward@fluendo.com>
11042
11043         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11044         Fix the cases where oggmux doesn't properly figure out that all
11045         sinkpads have gone EOS, and therefore doesn't push out the remaining
11046         buffers and the final EOS event.
11047         Fixes #363379
11048
11049 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11050
11051         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11053         Don't lock on navigation event push, just on keysym to string.
11054         Fixes #397673 again.
11055
11056 2007-01-22  Edward Hervey  <edward@fluendo.com>
11057
11058         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11059         (get_current_group), (group_demuxer_event_probe),
11060         (gst_decode_group_expose), (deactivate_free_recursive),
11061         (gst_decode_group_free):
11062         Cleanups.
11063         Don't forget to emit 'no-more-pads' once a group is exposed.
11064         Cleanup elements from a DecodeGroup once we remove it.
11065         Protect call to gst_decode_group_expose() with the decodebin lock.
11066
11067 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11068
11069         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11071         Looking at Xorg code i can't figure out if that XKeysymToString
11072         function is thread sensible or not. Lock it just in case as
11073         recommended by Radek Doulik <rodo at ximian dot com>.
11074
11075 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11076
11077         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11079         Lock that X Call as well. Fixes #397673.
11080
11081 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11082
11083         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11084           Don't go into an endless loop if the file starts with 00 00 01 2X,
11085           like quicktime redirect files might. Fixes #396042.
11086
11087         * tests/check/Makefile.am:
11088         * tests/check/gst/.cvsignore:
11089         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11090         (typefindfunctions_suite):
11091           Add unit test for the above.
11092
11093 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11094
11095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11096           On second thought, use "depth" field rather than "bpp" field.
11097
11098 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11101           Camtasia caps apparently need a bpp field (#398875).
11102
11103 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11104
11105         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11106         (gen_source_element), (gst_play_base_bin_change_state):
11107           Attempt at a better error message in case we don't have the required
11108           URI handler installed; post missing-plugin message also when we're
11109           missing an URI handler for the subtitle URI; clean up properly also
11110           when an error occurs and we never made it to PAUSED state.
11111
11112         * tests/check/elements/playbin.c: (GST_START_TEST),
11113         (playbin_suite):
11114           Check that we're also getting a missing-plugin messsage for a
11115           missing subtitle URI handler (and clean up properly).
11116
11117 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11118
11119         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11120           Plug a few reference leaks.
11121
11122 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11123
11124         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11125           Lower probability a bit if the marker isn't right at the start,
11126           to decrease the chance of false positives.
11127
11128 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11131           Small mpeg2 system stream typefinding improvement: make typefinder
11132           probe a bit into the stream instead of just looking for a marker
11133           at the beginning. Fixes #397810.
11134
11135 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * gst/audioconvert/gstchannelmix.c:
11138           Remove compatibility cruft for prehistoric GLib versions.
11139
11140 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst/playback/Makefile.am:
11143         * gst/playback/gstdecodebin.c: (close_pad_link):
11144         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11145         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11146         (gst_play_base_bin_handle_message_func), (unknown_type):
11147           Let decodebin be the element to post missing-plugin messages for
11148           missing decoders (rather than playbin); make playbin implement
11149           GstBin::handle_message so we can suppress missing-plugin messages
11150           for types we're not handling on purpose (don't want to bring up an
11151           installer in those cases).
11152
11153 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11156         * gst-libs/gst/tag/gstvorbistag.c:
11157         (gst_tag_list_to_vorbiscomment_buffer):
11158         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11159           Fix potentially unaligned access (#397207).
11160
11161 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11162
11163         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11164         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11165         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11166         (main):
11167           Allow to toggle looping while it plays. Fix callback prototype. Clean
11168           up code a bit more. Add copyright header.
11169
11170 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11171
11172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11173           Red and blue mask was swapped (spotted by Dan Williams).
11174
11175 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11176
11177         * gst-libs/gst/tag/gstid3tag.c:
11178         * gst-libs/gst/tag/gstvorbistag.c:
11179           Use new beats-per-minute tag from core.
11180
11181 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         * po/POTFILES.in:
11184           Add new files with translatable strings, so they actually make it
11185           into the template file one day.
11186
11187 2007-01-12  Andy Wingo  <wingo@pobox.com>
11188
11189         * gst-libs/gst/audio/gstbaseaudiosink.c
11190         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11191         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11192         stuff, as the base class handles this now. Actually tell the ring
11193         buffer to start.
11194         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11195         How did this work before? Maybe I'm not as awesome a programmer as
11196         I think.
11197
11198         * gst-libs/gst/audio/gstbaseaudiosrc.c
11199         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11200         of a pad function.
11201
11202 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11205           Remove more fields so that the application can better blacklist
11206           formats that have been tried before.
11207
11208 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         * gst-libs/gst/audio/mixerutils.h:
11211           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11212           used when compiling with c++ compilers as well.
11213
11214 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11215
11216         * gst/typefind/gsttypefindfunctions.c:
11217           Fix comment.
11218
11219 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11220
11221         * gst/playback/gstplaybin.c: (post_missing_element_message),
11222         (gen_video_element), (gen_text_element), (gen_audio_element),
11223         (gen_vis_element):
11224           Post missing-plugin messages also when we error out because
11225           converters, textoverlay or auto*sinks are missing (#161922).
11226
11227 2007-01-10  Wim Taymans  <wim@fluendo.com>
11228
11229         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11230         (is_demuxer_element), (new_caps):
11231         * gst/playback/gstplaybasebin.c: (source_new_pad):
11232         Fix the case where we try to ref a NULL element when we delay a link
11233         because of unfixed caps.
11234         Set the state of autoplugged decodebins to PAUSED.
11235         RTSP now works in playbin, we can remove it from the blacklist.
11236
11237 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11238
11239         * gst/playback/Makefile.am:
11240         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11241         (unknown_type), (setup_subtitle), (gen_source_element):
11242         * gst/playback/gstplaybin.c: (plugin_init):
11243           Post missing-plugin messages on the bus for missing sources and
11244           missing decoders/demuxers/depayloaders; fix error code used when
11245           we're missing an URI handler source; for media types that we are not
11246           handling on purpose at the moment, don't print "don't know how to
11247           handle xyz" messages to the terminal or post missing-plugin
11248           messages on the bus.
11249
11250         * tests/check/elements/playbin.c: (create_playbin),
11251         (GST_START_TEST), (gst_codec_src_uri_get_type),
11252         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11253         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11254         (gst_codec_src_init_type), (gst_codec_src_base_init),
11255         (gst_codec_src_create), (gst_codec_src_class_init),
11256         (gst_codec_src_init), (plugin_init), (playbin_suite):
11257           Add some tests for the missing-plugin stuff.
11258
11259 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * configure.ac:
11262         * gst-libs/gst/Makefile.am:
11263         * gst-libs/gst/utils/Makefile.am:
11264         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11265         * gst-libs/gst/utils/base-utils.h:
11266         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11267         (find_format_info), (caps_are_rtp_caps),
11268         (gst_base_utils_get_source_description),
11269         (gst_base_utils_get_sink_description),
11270         (gst_base_utils_get_decoder_description),
11271         (gst_base_utils_get_encoder_description),
11272         (gst_base_utils_get_element_description),
11273         (gst_base_utils_add_codec_description_to_tag_list),
11274         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11275         * gst-libs/gst/utils/descriptions.h:
11276         * gst-libs/gst/utils/missing-plugins.c:
11277         (missing_structure_get_type), (copy_and_clean_caps),
11278         (gst_missing_uri_source_message_new),
11279         (gst_missing_uri_sink_message_new),
11280         (gst_missing_element_message_new),
11281         (gst_missing_decoder_message_new),
11282         (gst_missing_encoder_message_new),
11283         (missing_structure_get_string_detail),
11284         (missing_structure_get_caps_detail),
11285         (gst_missing_plugin_message_get_installer_detail),
11286         (gst_missing_plugin_message_get_description),
11287         (gst_is_missing_plugin_message):
11288         * gst-libs/gst/utils/missing-plugins.h:
11289           API: add new libgstbaseutils library with functions
11290           - to create and parse missing-plugins messages
11291           - that provide (translated) descriptions for caps/decoders/sources/etc.
11292           Closes #392393.
11293
11294         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11295         * pkgconfig/gstreamer-plugins-base.pc.in:
11296           Add new lib.
11297
11298         * docs/libs/gst-plugins-base-libs-docs.sgml:
11299         * docs/libs/gst-plugins-base-libs-sections.txt:
11300           Generate docs for new lib and API.
11301
11302         * tests/check/Makefile.am:
11303         * tests/check/libs/.cvsignore:
11304         * tests/check/libs/utils.c: (missing_msg_check_getters),
11305         (GST_START_TEST), (libgstbaseutils_suite):
11306           Add some basic unit tests.
11307
11308 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * ext/ogg/Makefile.am:
11311           Dist gstoggdemux.h to fix 'make distcheck'.
11312
11313         * sys/v4l/Makefile.am:
11314           Fix 'make distcheck' even more.
11315
11316 2007-01-09  Wim Taymans  <wim@fluendo.com>
11317
11318         * docs/plugins/Makefile.am:
11319         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11320         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11321         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11322         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11323         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11324         (gst_ogg_demux_perform_seek):
11325         * ext/ogg/gstoggdemux.h:
11326         Added docs.
11327         Add some more comments.
11328         Small cleanups.
11329
11330 2007-01-09  Wim Taymans  <wim@fluendo.com>
11331
11332         * ext/theora/theoradec.c:
11333         * ext/vorbis/vorbisdec.c:
11334         * gst-libs/gst/audio/gstringbuffer.c:
11335         (gst_ring_buffer_commit_full):
11336         * gst-libs/gst/audio/gstringbuffer.h:
11337         * gst-libs/gst/rtp/gstrtpbuffer.c:
11338         * gst-libs/gst/tag/gstvorbistag.c:
11339         Small documentation updates/fixes
11340
11341 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * configure.ac:
11344           Require core CVS HEAD for Andy's basesrc/sink API additions.
11345
11346 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11347
11348         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11349
11350         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11351         (plugin_init):
11352           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11353           on flac.sf.net (there appear to be other versions of the first
11354           ogg page in the wild) (#391365).
11355
11356 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         * configure.ac:
11359           Check if localtime_r() is available.
11360
11361         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11362           If localtime_r() is not available, fall back to localtime(). Should
11363           fix build on MingW (#393310).
11364
11365 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11368         * gst/subparse/gstsubparse.h:
11369           Remove spurious 1000 subtrahend when calculating the timestamp from
11370           the frame number and the frame rate . Also, use the frames/second
11371           value specified in the first line of the file, if one is specified
11372           there. Should fix #357503.
11373
11374         * tests/check/elements/subparse.c: (do_test),
11375         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11376         (subparse_suite):
11377           Add some basic unit tests for the microdvd subtitle format.
11378
11379 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11380
11381         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11382
11383         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11384         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11385         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11386         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11387         (gst_xvimagesink_set_xwindow_id),
11388         (gst_xvimagesink_set_event_handling),
11389         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11390         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11391         Fixes: #390076.
11392         Add an adaptor property to select a specific XV adaptor.
11393         * sys/xvimage/xvimagesink.h:
11394
11395 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11396
11397         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11398         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11399         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11400         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11401         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11402         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11403         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11404         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11405         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11406         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11407         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11408         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11409         Use flow_lock much more to protect every access to xwindow.
11410         Try to catch erros while creating images in case some drivers are
11411         just generating an XError when the requested image is too big.
11412         Should fix : #354698, #384008, #384060.
11413         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11414         Implement some stress testing of setting window xid.
11415
11416 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11417
11418         * win32/common/libgsaudio.def:
11419           Add new exported function.
11420         * win32/common/libgstogg.dsp:
11421           Add gstoggaviparse.c to the build.
11422         * win32/common/libgstvideoscale.dsp:
11423           Add vs_4tap.c to the build.
11424         * win32/common/libgstvorbis.dsp:
11425           Add vorbistag.c to the build.
11426         
11427 2007-01-06  Andy Wingo  <wingo@pobox.com>
11428
11429         * gst-libs/gst/audio/gstbaseaudiosink.c
11430         (gst_base_audio_sink_class_init)
11431         (gst_base_audio_sink_init): 
11432         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11433         to baseaudiosink, and tell basesink that we can work in pull mode.
11434         This way the ring buffer thread drives the pipeline directly, if
11435         pull mode is possible. There is some lingering nastiness regarding
11436         capsnego, however.
11437         (gst_base_audio_sink_callback): Implement the callback to pull
11438         data. This interface is a bit light, though -- it should get a
11439         GstFlowReturn return value at least.
11440
11441 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11444         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11445         * gst/playback/gstdecodebin2.c:
11446         (gst_decode_group_check_if_blocked):
11447           Printf format and missing argument fixes.
11448
11449 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11450
11451         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11452         (gst_ogm_parse_change_state):
11453         Activate pads before adding them to the element.
11454
11455 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * tests/examples/seek/scrubby.c: (main):
11458         * tests/examples/seek/seek.c: (main):
11459           Call g_thread_init() first thing in main() (see #391278).
11460
11461 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * tests/check/Makefile.am:
11464         * tests/check/libs/.cvsignore:
11465         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11466         (netbuffer_suite):
11467           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11468           for the time being, since it's broken, see #393099.
11469
11470 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11471
11472         * tests/check/Makefile.am:
11473           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11474
11475 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11476
11477         * configure.ac:
11478           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11479           so that GST_BASE_CFLAGS can go inbetween them, making sure
11480           we use uninstalled gst-libs headers
11481         * docs/libs/Makefile.am:
11482         * ext/alsa/Makefile.am:
11483         * ext/cdparanoia/Makefile.am:
11484         * ext/gnomevfs/Makefile.am:
11485         * ext/libvisual/Makefile.am:
11486         * ext/ogg/Makefile.am:
11487         * ext/theora/Makefile.am:
11488         * ext/vorbis/Makefile.am:
11489         * gst-libs/gst/audio/Makefile.am:
11490         * gst-libs/gst/cdda/Makefile.am:
11491         * gst-libs/gst/interfaces/Makefile.am:
11492         * gst-libs/gst/riff/Makefile.am:
11493         * gst-libs/gst/rtp/Makefile.am:
11494         * gst-libs/gst/tag/Makefile.am:
11495         * gst/adder/Makefile.am:
11496         * gst/audioconvert/Makefile.am:
11497         * gst/audiorate/Makefile.am:
11498         * gst/audioresample/Makefile.am:
11499         * gst/playback/Makefile.am:
11500         * gst/tcp/Makefile.am:
11501         * gst/videoscale/Makefile.am:
11502         * gst/volume/Makefile.am:
11503         * sys/ximage/Makefile.am:
11504         * sys/xvimage/Makefile.am:
11505         * tests/icles/Makefile.am:
11506           adapt
11507
11508 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11509
11510         * gst-libs/gst/interfaces/xoverlay.c:
11511         (gst_x_overlay_handle_events):
11512         * gst-libs/gst/interfaces/xoverlay.h:
11513         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11514         (gst_ximagesink_set_xwindow_id),
11515         (gst_ximagesink_set_event_handling),
11516         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11517         (gst_ximagesink_get_property), (gst_ximagesink_init),
11518         (gst_ximagesink_class_init):
11519         * sys/ximage/ximagesink.h:
11520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11521         (gst_xvimagesink_set_xwindow_id),
11522         (gst_xvimagesink_set_event_handling),
11523         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11524         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11525         (gst_xvimagesink_class_init):
11526         * sys/xvimage/xvimagesink.h:
11527         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11528         Add a method to the XOverlay interface to allow disabling of 
11529         event handling in x[v]imagesink elements. This will let X events
11530         propagate to parent windows which can be usefull in some cases.
11531         Be carefull that the application is then responsible of pushing
11532         navigation events and expose events to the video sink.
11533         Fixes: #387138.
11534
11535 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         * gst-libs/gst/tag/gstvorbistag.c:
11538         * tests/check/libs/tag.c: (GST_START_TEST):
11539           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11540           (fixes #392070).
11541
11542 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11543
11544         * configure.ac:
11545         * docs/Makefile.am:
11546         * docs/design/Makefile.am:
11547           Dist design docs.
11548
11549 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11550
11551         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11552         typo. Fixes: #390063.
11553
11554 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11555
11556         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11558         caps leak.
11559         * win32/common/config.h: Updated.
11560
11561 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11562
11563         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11564         (setup_gdpdepay_streamheader):
11565         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11566         (setup_gdppay_streamheader):
11567           Fix the dp tests, but activating the pads for the streamheader tests
11568           too and cleaning up conditionaly
11569
11570 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11571
11572         * gst/ffmpegcolorspace/avcodec.h:
11573         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11574         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11575         (gst_ffmpegcsp_avpicture_fill):
11576         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11577         (img_get_alpha_info):
11578         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11579         other end of the word. Fixes: #387073.
11580
11581         Add some inconsequential branch hints in a couple of places.
11582
11583 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11584
11585         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11586         (gst_ffmpeg_caps_to_smpfmt):
11587           The "signed" field in raw audio caps is of boolean type, trying to
11588           extract the value with _get_int() will fail (fix to keep in sync with
11589           the copy in gst-ffmpeg)
11590
11591 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11592
11593         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11594         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11595         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11596         (cleanup_gdpdepay):
11597         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11598         * tests/check/elements/subparse.c: (teardown_subparse):
11599         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11600         * tests/check/elements/videorate.c: (cleanup_videorate):
11601         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11602         * tests/check/elements/volume.c: (cleanup_volume):
11603         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11604         (cleanup_vorbisdec):
11605         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11606         (cleanup_vorbistag):
11607           consistent pad (de)activation
11608
11609 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11610
11611         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11612           Forgot to register the extensions.
11613
11614 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11617         (plugin_init):
11618           Add typefinder for VIVO files (my christmas present to the 90s).
11619
11620 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11621
11622         * gst/playback/gstdecodebin.c: (type_found):
11623           Special-case the text/plain media type: we only want to recognise it
11624           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11625           parser, but not if the entire stream is of text/plain type. If the
11626           entire stream is text/plain, we should just error out.
11627
11628           This fixes playback of audio files with lyrics in totem. Totem can't
11629           distinguish between text files and subtitle files and passes any
11630           .txt file with the same basename as the main file to playbin as
11631           suburi, and playbin will then throw a 'subtitle found, but no video
11632           stream' error, which isn't entirely helpful. See #380342.
11633
11634           Also, with this change we'll show a slightly more correct error
11635           message in case totem passes a playlist file to us (although a
11636           custom error message wording instead of the default text would
11637           probably not be a bad idea either).
11638
11639           Same problem also needs to be fixed for playbin+decodebin2.
11640
11641         * tests/check/Makefile.am:
11642         * tests/check/elements/decodebin.c: (src_handoff_cb),
11643         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11644         (decodebin_suite):
11645           Add simple unit test for decodebin for the above.
11646
11647 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11648
11649         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11650         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11651           Refuse to change state to READY when we failed to create any of the
11652           required elements in our instance init function.
11653
11654 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * docs/libs/gst-plugins-base-libs-sections.txt:
11657           Small docs fixes/updates.
11658
11659         * gst-libs/gst/video/gstvideosink.h:
11660           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11661           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11662           removed from the base sink API between 0.9.6 and 0.9.7).
11663           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11664           accessor macros, so we don't do a runtime GObject type check every
11665           time we use them.
11666
11667 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11668
11669         * Makefile.am:
11670         * gst-plugins-base.doap:
11671         * gst-plugins-base.spec.in:
11672           add doap file
11673
11674 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11675
11676         Patch by: Jens Granseuer <jensgr at gmx net>
11677
11678         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11679         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11680         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11681         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11682         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11683           Declare variables at the beginning of a block. Fixes #383195.
11684
11685 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11686
11687         * configure.ac:
11688         Bump version nano - back to CVS.
11689
11690
11691 === release 0.10.11 ===
11692
11693 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11694
11695         * configure.ac:
11696           releasing 0.10.11, "Dumb things"
11697
11698 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11699
11700         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11701         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11702         Handle the case where an element has multiple pads with 
11703         unfixed caps as well as still possibly producing more dynamic 
11704         pads by storing each case as a distinct entry in the dynamic list.
11705         Fixes #38223 again.
11706
11707 2006-12-04  Wim Taymans  <wim@fluendo.com>
11708
11709         * gst/playback/gstdecodebin.c: (close_pad_link):
11710         Fix #382223, add more dynamic caps handling.
11711
11712 2006-12-04  Wim Taymans  <wim@fluendo.com>
11713
11714         * gst-libs/gst/audio/gstringbuffer.h:
11715         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11716         (gst_netaddress_set_ip4_interface),
11717         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11718         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11719         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11720         (gst_netaddress_get_ttl):
11721         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11722         * gst/playback/gstdecodebin.c: (close_pad_link):
11723         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11724         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11725         * win32/common/config.h:
11726
11727 2006-12-01  Michael Smith  <msmith@fluendo.com>
11728
11729         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11730           Delete bad debug code.
11731           Fixes #381219
11732
11733 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11734
11735         * gst/videoscale/vs_4tap.c:
11736         * win32/MANIFEST:
11737         * win32/common/config.h:
11738         * win32/vs8/libgstvideoscale.vcproj:
11739         Fix compilation on win32 under VS8
11740         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11741         Partially fixes #381175
11742
11743 2006-11-30  Michael Smith  <msmith@fluendo.com>
11744
11745         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11746         (GST_START_TEST):
11747           It would be very bad if, after a discont buffer, we thought every
11748           single following buffer was also discont. So, add to the test to
11749           ensure that this isn't the case.
11750           
11751         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11752           ... it was the case. So fix it.
11753
11754 2006-11-28  Wim Taymans  <wim@fluendo.com>
11755
11756         * gst/playback/gstplaybasebin.c: (check_queue_event):
11757         Improve debug.
11758
11759         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11760         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11761         padtemplate caps. Refixes #357577.
11762
11763 2006-11-28  Wim Taymans  <wim@fluendo.com>
11764
11765         * gst/playback/gstplaybasebin.c: (check_queue_event),
11766         (queue_threshold_reached), (queue_out_of_data),
11767         (gen_preroll_element):
11768         Add event probe to see when EOS is in a queue and we can disable the
11769         underrun signals. Fixes #357577.
11770
11771 2006-11-28  Edward Hervey  <edward@fluendo.com>
11772
11773         * gst/playback/Makefile.am:
11774         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11775         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11776         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11777         (gst_decode_bin_init), (gst_decode_bin_dispose),
11778         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11779         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11780         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11781         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11782         (connect_element), (expose_pad), (type_found),
11783         (pad_added_group_cb), (pad_removed_group_cb),
11784         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11785         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11786         (are_raw_caps), (multi_queue_overrun_cb),
11787         (multi_queue_underrun_cb), (gst_decode_group_new),
11788         (get_current_group), (group_demuxer_event_probe),
11789         (gst_decode_group_control_demuxer_pad),
11790         (gst_decode_group_control_source_pad),
11791         (gst_decode_group_check_if_blocked),
11792         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11793         (gst_decode_group_hide), (gst_decode_group_free),
11794         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11795         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11796         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11797         (plugin_init):
11798         New decodebin2 element.
11799         Closes #370092
11800         * gst/playback/gstplay-marshal.list:
11801         Added marshallers for new signals in decodebin2
11802         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11803         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11804         is set.
11805
11806 2006-11-28  Wim Taymans  <wim@fluendo.com>
11807
11808         * gst/playback/gstplaybasebin.c: (setup_source),
11809         (gst_play_base_bin_change_state):
11810         Disable rtsp:// uris for the release, it's not good enough yet.
11811         Remove unused var.
11812
11813 2006-11-26  Wim Taymans  <wim@fluendo.com>
11814
11815         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11816         (theora_dec_push_forward), (theora_dec_push_reverse),
11817         (theora_handle_data_packet), (theora_dec_decode_buffer),
11818         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11819         (theora_dec_chain_forward), (theora_dec_chain):
11820         Implement reverse playback.
11821
11822         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11823         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11824         (vorbis_dec_chain_forward):
11825         Clear buffers used for reverse playback in _reset.
11826         No need to set the eos flag, we clip samples using the segment.
11827
11828 2006-11-24  Wim Taymans  <wim@fluendo.com>
11829
11830         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11831         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11832         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11833         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11834         Some cleanups.
11835         Handle continued pages in reverse mode.
11836
11837 2006-11-24  Wim Taymans  <wim@fluendo.com>
11838
11839         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11840         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11841         (vorbis_dec_flush_decode):
11842         Small cleanups.
11843         Don't try to add invalid timestamps.
11844         Clipping will unref the buffer.
11845
11846 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11847
11848         * gst/adder/gstadder.h:
11849         * gst/audiotestsrc/gstaudiotestsrc.h:
11850           remove obsolete _factory_init protos
11851
11852 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11853
11854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11855           Fix spacing in debug message.
11856
11857 2006-11-23  Wim Taymans  <wim@fluendo.com>
11858
11859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11860         (gst_ogg_demux_chain):
11861         Don't just ignore return values from _pad_push().
11862         Small debug improvements.
11863
11864 2006-11-23  Michael Smith  <msmith@fluendo.com>
11865
11866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11867           If our incoming buffer is marked as DISCONT, then increment the page
11868           number (so that the discontinuity is marked in the final ogg
11869           bitstream) and flush the previous page.
11870
11871 2006-11-22  Michael Smith  <msmith@fluendo.com>
11872
11873         * ext/theora/gsttheoraenc.h:
11874         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11875         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11876         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11877         (theora_enc_chain), (theora_enc_change_state):
11878           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11879
11880         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11881         (GST_START_TEST), (theoraenc_suite):
11882           Enable discontinuity test, fix it.
11883
11884 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11885
11886         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11887         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11888         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11889         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11890         (gst_text_overlay_change_state):
11891         * ext/pango/gsttextoverlay.h:
11892           Some textoverlay fixes: for one, in the video chain function,
11893           actually wait for a text buffer to come in if there is none at the
11894           moment and there should be one; also, deal more gracefully with
11895           incoming buffers that do not have a timestamp or duration; discard
11896           text buffer when not needed any longer. Fixes #341681.
11897
11898         * tests/check/Makefile.am:
11899         * tests/check/elements/.cvsignore:
11900         * tests/check/elements/textoverlay.c:
11901         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11902         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11903         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11904         (test_video_waits_for_text_send_text_newsegment_thread),
11905         (test_video_waits_for_text_shutdown_element),
11906         (test_render_continuity_push_video_buffers_thread),
11907         (textoverlay_suite):
11908           Add some unit tests for textoverlay.
11909
11910 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11911
11912         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11913           Avoid integer underflow when the found probability for mp3 is
11914           smaller than the 'penalty' we subtract if there's not a clean
11915           mp3 header sync at offset 0.
11916
11917 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11918
11919         * docs/libs/gst-plugins-base-libs-sections.txt:
11920           Add some new symbols to the docs
11921
11922 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11923
11924         * tests/check/Makefile.am:
11925         * tests/check/elements/ffmpegcolorspace.c:
11926         (ffmpegcolorspace_suite):
11927           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11928           (for now not for valgrinding though, since it takes too long).
11929
11930 2006-11-20  Wim Taymans  <wim@fluendo.com>
11931
11932         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11933         (gst_ffmpeg_pixfmt_to_caps):
11934         Fix RGBA32 caps. Fixes #357038.
11935
11936 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * gst-libs/gst/interfaces/mixertrack.h:
11939           Add FIXME so we can add some padding here in 0.11
11940
11941 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11944           Fix GstBaseRTPAudioPayload structure so the whole GObject
11945           inheritance business actually works (parent class instance structure
11946           must always come first in the derived class instance structure).
11947
11948 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * gst/videotestsrc/Makefile.am:
11951         * tests/check/Makefile.am:
11952           Make sure our checks and the videotestsrc plugin link against the
11953           local uninstalled gst libs and not any installed gst libs that
11954           might happen to exist as well.
11955
11956         * tests/check/elements/adder.c: (message_received),
11957         (test_event_message_received), (test_play_twice_message_received):
11958         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11959           Fix compiler warnings when compiling against core with disabled
11960           debugging system.
11961
11962 2006-11-16  Michael Smith  <msmith@fluendo.com>
11963
11964         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11965         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11966           Fix audiorate, so that it accurately sets offsets and timestamps.
11967           Doesn't change the fundamental algorithmic decisions; so should be
11968           safe.
11969
11970         * tests/check/Makefile.am:
11971           Enable audiorate test now that it passes.
11972
11973 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11974
11975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11976           clear xv when going to NULL, remove // commented non-existant proto
11977
11978         * tests/examples/seek/seek.c: (main):
11979           add missing tooltip description for scrub and play_scrub
11980
11981 2006-11-14  David Schleef  <ds@schleef.org>
11982
11983         * configure.ac:
11984           Bump liboil requirement to 0.3.8.
11985         * gst-libs/gst/riff/riff-media.c:
11986           Add Dirac fourcc.
11987         * gst/videoscale/vs_image.h:
11988         * gst/videoscale/vs_scanline.h:
11989           Use liboil's stdint.h.
11990         * gst/videotestsrc/videotestsrc.c:
11991           Remove liboil related ifdef's, since they aren't needed now, and
11992           won't work with future versions.
11993
11994 2006-11-14  David Schleef  <ds@schleef.org>
11995
11996         * gst/videoscale/Makefile.am:
11997         * gst/videoscale/gstvideoscale.c:
11998         * gst/videoscale/gstvideoscale.h:
11999         * gst/videoscale/vs_4tap.c:
12000         * gst/videoscale/vs_4tap.h:
12001         * gst/videoscale/vs_image.c:
12002         * gst/videoscale/vs_image.h:
12003         * gst/videoscale/vs_scanline.c:
12004         * gst/videoscale/vs_scanline.h:
12005           Add a 4-tap image scaler.  Theoretically looks much prettier.
12006           The tap calculation could use some improvement.
12007
12008 2006-11-14  Wim Taymans  <wim@fluendo.com>
12009
12010         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12011
12012         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12013         (gst_riff_parse_strf_iavs):
12014         * gst/subparse/gstsubparse.c: (convert_encoding):
12015         * gst/tcp/gstmultifdsink.c:
12016         (gst_multi_fd_sink_handle_client_write):
12017         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12018         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12019         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12020         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12021         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12022         (gst_ximagesink_ximage_new):
12023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12024         Various gsize and gssize printf fixes. Fixes #372507.
12025
12026 2006-11-13  Wim Taymans  <wim@fluendo.com>
12027
12028         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12029         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12030         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12031         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12032         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12033         * ext/vorbis/vorbisdec.h:
12034         First stab at vorbis reverse playback.
12035
12036 2006-11-13  Wim Taymans  <wim@fluendo.com>
12037
12038         * gst-libs/gst/audio/gstbaseaudiosink.c:
12039         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12040         * gst-libs/gst/audio/gstbaseaudiosink.h:
12041         Make the clock sync code more accurate wrt resampling and playback
12042         at different rates.
12043         
12044         * gst-libs/gst/audio/gstringbuffer.c:
12045         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12046         * gst-libs/gst/audio/gstringbuffer.h:
12047         Use better algorithm to interpolate sample rates. 
12048
12049 2006-11-13  Michael Smith  <msmith@fluendo.com>
12050
12051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12052           Improve a debug line slightly.
12053
12054         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12055           Call gst_riff_init() in plugin_init, to avoid getting errors from
12056           the debug system (unrelated changes to another plugin made this turn
12057           up; not sure why).
12058
12059 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12062
12063         * win32/common/libgsttag.def:
12064           Add missing symbol (#366492).
12065
12066 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12067
12068         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12069           Don't unref a NULL pad.
12070
12071 2006-11-09  Wim Taymans  <wim@fluendo.com>
12072
12073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12074         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12075         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12076         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12077         (gst_ogg_demux_loop):
12078         Implement first stab at reverse playback.
12079
12080 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12081
12082         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12083         (gst_riff_create_video_template_caps):
12084           add h263/h264 variants to the caps, Fixes #363118
12085
12086 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12087
12088         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12089         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12090           Use g_strerror instead of strerror so we get UTF-8.
12091
12092 2006-11-03  David Schleef  <ds@schleef.org>
12093
12094         * ext/ogg/gstoggdemux.c:
12095         * ext/ogg/gstoggmux.c:
12096           Add/remove KW-DIRAC header here, since it is ogg-specific.
12097
12098 2006-11-03  Michael Smith  <msmith@fluendo.com>
12099
12100         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12101           Recognise more mpeg4 elementary video streams.
12102
12103 2006-11-02  Edward Hervey  <edward@fluendo.com>
12104
12105         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12106         Lower the probability of mp3 typefinding functions if we don't find a
12107         valid mp3 header at the start of the file.
12108         Closes #369482
12109
12110 2006-11-02  Wim Taymans  <wim@fluendo.com>
12111
12112         * ext/theora/gsttheoradec.h:
12113         * ext/theora/theoradec.c: (gst_theora_dec_init),
12114         (theora_dec_sink_event), (theora_dec_chain_forward),
12115         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12116         (theora_dec_chain):
12117         Document and partially implement an algorithm for doing reverse playback
12118         of theora video.
12119
12120 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12121
12122         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12123
12124         * win32/common/config.h:
12125         * win32/common/interfaces-enumtypes.c:
12126         * win32/common/libgsttag.def:
12127         * win32/vs8/gst-plugins-base.sln:
12128         * win32/vs8/libgstaudioresample.vcproj:
12129         * win32/vs8/libgstinterfaces.vcproj:
12130         * win32/vs8/libgstogg.vcproj:
12131         * win32/vs8/libgstriff.vcproj:
12132         * win32/vs8/libgsttag.vcproj:
12133         * win32/vs8/libgsttheora.vcproj:
12134         * win32/vs8/libgstvideoscale.vcproj:
12135         * win32/vs8/libgstvorbis.vcproj:
12136           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12137           to libgsttag.def; add missing dependencies for some vs8 projects;
12138           re-arrange placement of .def files in vs8 projects (#366334).
12139
12140 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12141
12142         * ext/ogg/gstogg.c:
12143           Remove unused variable.
12144
12145         * ext/ogg/gstoggdemux.c:
12146           Fix Wim's surname in plugin description.
12147
12148 2006-10-31  Wim Taymans  <wim@fluendo.com>
12149
12150         * gst-plugins-base.spec.in:
12151         spec new .h file. Fixes #368310.
12152
12153 2006-10-31  Michael Smith  <msmith@fluendo.com>
12154
12155         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12156         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12157         (gst_multi_fd_sink_get_stats),
12158         (gst_multi_fd_sink_remove_client_link),
12159         (gst_multi_fd_sink_queue_buffer),
12160         (gst_multi_fd_sink_handle_clients):
12161         * gst/tcp/gstmultifdsink.h:
12162           Make using the remove or clear signals threadsafe.
12163           Make calling get-stats with an invalid fd not segfault.
12164           Fixes 368273.
12165
12166 2006-10-31  Wim Taymans  <wim@fluendo.com>
12167
12168         * gst-libs/gst/rtp/Makefile.am:
12169         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12170         (gst_base_rtp_audio_payload_init):
12171         Fix and activate base audio payloader.
12172
12173 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12174
12175         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12176         (plugin_init):
12177           Add typefinder for QuickTime Image Files (see #366156).
12178
12179 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12182           Another typo fix (#366212).
12183
12184 2006-10-27  Wim Taymans  <wim@fluendo.com>
12185
12186         * gst/volume/gstvolume.c: (volume_transform_ip):
12187         Use stream time to synchronize volume property instead of rather random
12188         timestamps. This is needed when gnonlin does its time shifting.
12189
12190 2006-10-27  Wim Taymans  <wim@fluendo.com>
12191
12192         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12193
12194         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12195         Remove the pad from the element in release_pad. Fixes #364812.
12196
12197 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12198
12199         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12201           Explicitly create our custom buffer classes at a thread-safe
12202           location as well, since g_type_class_ref() doesn't seem to be
12203           entirely thread-safe either (#365501; also see #349410).
12204
12205 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12206
12207         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12208         (gst_riff_parse_info):
12209           If strings in INFO chunk are not UTF-8, do something similar to
12210           what we do for ID3v1 tags: check a number of environment variables
12211           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12212           character sets to try, otherwise try the current locale and/or fall
12213           back on ISO-8859-1. Fixes #360552.
12214
12215 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * gst/videotestsrc/gstvideotestsrc.c:
12218         (gst_video_test_src_pattern_get_type),
12219         (gst_video_test_src_set_pattern):
12220         * gst/videotestsrc/gstvideotestsrc.h:
12221         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12222         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12223         (gst_video_test_src_checkers8):
12224         * gst/videotestsrc/videotestsrc.h:
12225           Add a bunch of exciting new checkers patterns.
12226
12227 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12228
12229         * gst/subparse/Makefile.am:
12230         * gst/subparse/gstsubparse.c:
12231         (gst_sub_parse_data_format_autodetect),
12232         (gst_sub_parse_format_autodetect), (handle_buffer),
12233         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12234         * gst/subparse/gstsubparse.h:
12235         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12236         (parse_tmplayer):
12237         * gst/subparse/tmplayerparse.h:
12238           Add support for TMPlayer-type subtitles (#362845).
12239
12240         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12241         (GST_START_TEST), (subparse_suite):
12242           Add some basic unit tests for the above.
12243
12244 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         * tests/check/elements/audiorate.c: (test_injector_base_init),
12247         (test_injector_class_init), (test_injector_chain),
12248         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12249         (GST_START_TEST), (audiorate_suite):
12250           More tests for audiorate: inject buffers to check behaviour when
12251           buffers overlap.
12252
12253 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12254
12255         * tests/check/Makefile.am:
12256         * tests/check/elements/.cvsignore:
12257         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12258         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12259           Add some basic unit tests for audiorate. Disabled at the moment
12260           since it doesn't pass yet (see bug #363119).
12261
12262 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12263
12264         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12265         (parse_subrip), (handle_buffer):
12266           Add missing closing tags for markup and fix broken markup,
12267           otherwise pango won't render anything (fixes #357531). Also,
12268           make sure the text we send out is always NUL-terminated
12269           (better safe than sorry etc.).
12270
12271         * tests/check/elements/subparse.c: (test_srt_do_test),
12272         (test_srt):
12273           Some more tests for .srt incl. tests for the above stuff.
12274
12275 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12276
12277         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12279         Patch by: Stefan Kost  <ensonic@users.sf.net>
12280         Try to redraw borders only when needed. Apparently this consumes
12281         resources on small devices... :-O (#363607)
12282
12283 2006-10-20  Michael Smith  <msmith@fluendo.com>
12284
12285         * gst/tcp/gstmultifdsink.c:
12286         (gst_multi_fd_sink_client_queue_buffer):
12287           If caps change, then update the client's idea of the caps so that we
12288           don't end up re-sending streamheaders for every single buffer after
12289           the caps change.
12290
12291 2006-10-20  Michael Smith  <msmith@fluendo.com>
12292
12293         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12294         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12295           Set caps on pushed buffers; fix up refcounting of caps objects.
12296
12297 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12298
12299         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12300         (plugin_init):
12301           Typefind mmsh header data packet to application/x-mmsh (#362625).
12302
12303 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12304
12305         * tests/check/Makefile.am:
12306         * tests/check/elements/.cvsignore:
12307         * tests/check/elements/subparse.c: (buffer_from_static_string),
12308         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12309         (GST_START_TEST), (subparse_suite):
12310           Add very simple unit test for subparse.
12311
12312 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12313
12314         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12315         (parse_subrip):
12316           Strip trailing newlines from subtitle text output.
12317
12318 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12321         (gst_sub_parse_change_state):
12322           Fix memleak; clear subparse->textbuf n state change function.
12323
12324 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12325
12326         * gst/subparse/gstsubparse.c:
12327         (gst_sub_parse_data_format_autodetect):
12328           Don't require subrip (.srt) files to start with a chunk number of 1.
12329
12330 2006-10-18  Wim Taymans  <wim@fluendo.com>
12331
12332         * gst-libs/gst/audio/gstbaseaudiosink.c:
12333         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12334         * gst-libs/gst/audio/gstbaseaudiosink.h:
12335         Extract rate from the NEWSEGMENT event.
12336         Use commit_full to also take rate adjustment into account when writing
12337         samples to the ringbuffer.
12338         
12339         * gst-libs/gst/audio/gstringbuffer.c:
12340         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12341         (gst_ring_buffer_read):
12342         * gst-libs/gst/audio/gstringbuffer.h:
12343         Added _commit_full() to also take rate into account.
12344         Use simple interpolation algorithm to resample audio.
12345         API: gst_ring_buffer_commit_full()
12346
12347         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12348         * tests/examples/seek/seek.c: (segment_done):
12349         Don't try to seek with 0.0 rate, just pause instead.
12350         Remove bogus debug line.
12351
12352 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12353
12354         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12355         (setup_source):
12356           Catch async errors when starting up the subtitle bin, so we can
12357           stop waiting and continue with the main film instead of hanging
12358           forever. Fixes #339366.
12359
12360         * tests/check/elements/playbin.c: (playbin_suite):
12361           Enable unit test for the above.
12362
12363 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12364
12365         * tests/check/Makefile.am:
12366         * tests/check/elements/.cvsignore:
12367         * tests/check/elements/playbin.c: (GST_START_TEST),
12368         (gst_red_video_src_uri_get_type),
12369         (gst_red_video_src_uri_get_protocols),
12370         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12371         (gst_red_video_src_uri_handler_init),
12372         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12373         (gst_red_video_src_create), (gst_red_video_src_class_init),
12374         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12375           Some small and basic unit tests for playbin; not very useful yet,
12376           but at least a start.
12377
12378 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12379
12380         * gst/playback/gstplaybin.c: (setup_sinks):
12381           The old pad activation spiel.
12382
12383 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12384
12385         * gst/playback/gstplaybasebin.c: (setup_source):
12386           Don't hang forever if the subbin already fails to start up in 
12387           the state change to PAUSED (#339366).
12388
12389 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12392         (gst_tuner_set_channel), (gst_tuner_get_channel),
12393         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12394         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12395         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12396         (gst_tuner_find_channel_by_name):
12397           Fix some function guards, add some more function guards.
12398
12399 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12400
12401         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12402         (remove_element_chain):
12403         Don't return a pad from get_our_ghost_pad unless it is actually the
12404         one we want.
12405         Change a cast in remove_element_chain slightly.
12406
12407 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12408
12409         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12410         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12411         Segment seeking needs to use the rate and set stop to -1.
12412
12413 2006-10-13  Wim Taymans  <wim@fluendo.com>
12414
12415         * gst-libs/gst/audio/gstbaseaudiosink.c:
12416         (gst_base_audio_sink_setcaps):
12417         Don't crash when ringbuffer is not yet created.
12418         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12419         Fixes #361634.
12420
12421         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12422         * gst/playback/gststreamselector.c:
12423         (gst_stream_selector_request_new_pad):
12424         Activate pads befre adding them to running elements.
12425
12426 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12427
12428         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12429         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12430         updater when we start grabing the slider. Don't wait for the
12431         pipeline to be PAUSED.
12432
12433 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12436         (gst_mixer_set_volume), (gst_mixer_get_volume),
12437         (gst_mixer_set_mute), (gst_mixer_set_option),
12438         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12439         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12440         (gst_mixer_option_changed):
12441           Guard mixer interface functions against bogus arguments.
12442
12443 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12444
12445         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12446         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12447         (msg_state_changed), (main): Use state-changed messages to trigger
12448         start/stop of scale update timer. Indeed the scale slider was
12449         jumping here and there because the update timer was activated 
12450         before seek completed. This fixes instant applying of rate changes
12451         by pressing the spinbutton like a crazy man !
12452
12453 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12456
12457         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12458         (gst_basertppayload_finalize):
12459           Fix two small memory leaks (#361456).
12460
12461 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12462
12463         * tests/examples/seek/seek.c: (do_seek),
12464         (rate_spinbutton_changed_cb): When changing spinbutton we try
12465         to change the rate on the fly.
12466
12467 2006-10-10  Wim Taymans  <wim@fluendo.com>
12468
12469         * gst-libs/gst/riff/riff-ids.h:
12470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12471         (gst_riff_create_audio_template_caps):
12472         Add WMS caps.
12473
12474 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12475
12476         Patch by: Josep Torra Valles <josep@fluendo.com>
12477
12478         * ext/gnomevfs/gstgnomevfssink.c:
12479         * ext/gnomevfs/gstgnomevfssrc.c:
12480         Fix URI interface implementation return type.
12481         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12482         Fix what looks like a copy/paste issue when assigning values.
12483         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12484         (gst_audio_filter_template_get_type):
12485         Cast to prevent Forte warnings.
12486         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12487         Fix URI interface implementation return type.
12488         gst_pad_query_position requires a signed integer pointer as
12489         3rd parameter, GstClockTime is unsigned.
12490         * gst/audioconvert/audioconvert.c:
12491         Fix integer overflow when treated as signed.
12492         * gst/audioresample/resample.c: (resample_add_input_data):
12493         Cast to prevent warnings on Forte.
12494         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12495         Fix integer overflow when treated as signed.
12496         * gst/ffmpegcolorspace/imgconvert_template.h:
12497         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12498         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12499         (cleanup_decodebin):
12500         Who initialises a guint to -1!
12501         Cast function pointers to prevent warnings on Forte.
12502         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12503         (queue_threshold_reached):
12504         Cast function pointers correctly to prevent warnings on Forte.
12505         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12506         Cast function pointers correctly to prevent warnings on Forte.
12507         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12508         Obvious change to unsigned, 0xEF > max signed char.
12509         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12510         GstClockTime is unsigned, initialise correctly.
12511         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12512         Cast so pointer arithemetic doesn't cause warnings on Forte.
12513         * gst/videorate/gstvideorate.c:
12514         Use correct return value.
12515         * tests/examples/seek/scrubby.c:
12516         GstClockTime is unsigned, initialise correctly.
12517
12518 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12519
12520         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12521
12522         * gst/typefind/gsttypefindfunctions.c:
12523           Recognise XML files and XML-like files shorter than 256 bytes as
12524           well (fixes #359237).
12525
12526 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12527
12528         Patch by: Renato Filho <renato.filho@indt.org.br>
12529         
12530         * gst/typefind/gsttypefindfunctions.c:
12531         Added typefind functions to video/x-nuv media.
12532         
12533 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         * gst-libs/gst/interfaces/xoverlay.c:
12536         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12537           Some more guards against invalid input.
12538
12539 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12540
12541         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12542         Useless goto.
12543         * tests/examples/seek/seek.c: (do_seek),
12544         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12545         seek example to experiment with rates != 1.0 (reverse playback !)
12546
12547 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12548
12549         * gst-libs/gst/interfaces/xoverlay.c:
12550           Unref message in doc-example (spotted by Robert McQueen)
12551
12552 2006-10-06  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12555         (mpeg1_parse_header), (mpeg1_sys_type_find):
12556         printf fix.
12557
12558 2006-10-06  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12561         (close_pad_link):
12562         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12563         Activate dynamic pads before adding them to the element.
12564
12565 2006-10-06  Michael Smith  <msmith@fluendo.com>
12566
12567         * gst-libs/gst/floatcast/floatcast.h:
12568           Fix obviously-bogus macros; use the correct types.
12569
12570 2006-10-06  Wim Taymans  <wim@fluendo.com>
12571
12572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12573         (gst_base_rtp_depayload_change_state):
12574         Also call parent state change function to activate pads.
12575
12576         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12577         (mpeg1_parse_header), (mpeg1_sys_type_find):
12578         Add some more debug info in mpeg typefinding.
12579
12580 2006-10-06  Michael Smith  <msmith@fluendo.com>
12581
12582         * ext/theora/theoradec.c: (theora_dec_chain):
12583           Zero byte theora packets are valid and well-defined; don't warn on
12584           them.
12585
12586 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12589         (gst_multi_fd_sink_get_stats), (find_limits),
12590         (gst_multi_fd_sink_queue_buffer):
12591           API: add dropped_buffers to the get-stats GValueArray
12592
12593 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12594
12595         * ext/alsa/gstalsadeviceprobe.c:
12596         (gst_alsa_device_property_probe_get_values):
12597         * ext/alsa/gstalsasink.c: (set_hwparams):
12598         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12599         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12600         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12601         (gst_ogg_mux_process_best_pad):
12602         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12603         (gst_ogg_parse_chain):
12604         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12605         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12606         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12607         (gst_vorbis_enc_buffer_check_discontinuous):
12608         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12609         * gst-libs/gst/audio/gstbaseaudiosink.c:
12610         (gst_base_audio_sink_render):
12611         * gst-libs/gst/cdda/gstcddabasesrc.c:
12612         (gst_cdda_base_src_handle_track_seek):
12613         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12614         (gst_base_rtp_depayload_push_full):
12615         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12616         * gst/audioresample/resample.c: (resample_input_pushthrough):
12617         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12618         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12619         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12620         (wavpack_type_find):
12621         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12622         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12623         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12624         * tests/check/elements/volume.c: (GST_START_TEST):
12625           Printf format fixes.
12626
12627 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12628
12629         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12630           Fix a simple mistake (see the docs)
12631           Fixes #359580
12632
12633 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12634
12635         * docs/plugins/Makefile.am:
12636         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12637         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12638         * docs/plugins/gst-plugins-base-plugins.args:
12639         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12640         * docs/plugins/inspect/plugin-adder.xml:
12641         * docs/plugins/inspect/plugin-alsa.xml:
12642         * docs/plugins/inspect/plugin-audioconvert.xml:
12643         * docs/plugins/inspect/plugin-audiorate.xml:
12644         * docs/plugins/inspect/plugin-audioresample.xml:
12645         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12646         * docs/plugins/inspect/plugin-cdparanoia.xml:
12647         * docs/plugins/inspect/plugin-decodebin.xml:
12648         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12649         * docs/plugins/inspect/plugin-gdp.xml:
12650         * docs/plugins/inspect/plugin-gnomevfs.xml:
12651         * docs/plugins/inspect/plugin-libvisual.xml:
12652         * docs/plugins/inspect/plugin-ogg.xml:
12653         * docs/plugins/inspect/plugin-pango.xml:
12654         * docs/plugins/inspect/plugin-playbin.xml:
12655         * docs/plugins/inspect/plugin-subparse.xml:
12656         * docs/plugins/inspect/plugin-tcp.xml:
12657         * docs/plugins/inspect/plugin-theora.xml:
12658         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12659         * docs/plugins/inspect/plugin-video4linux.xml:
12660         * docs/plugins/inspect/plugin-videorate.xml:
12661         * docs/plugins/inspect/plugin-videoscale.xml:
12662         * docs/plugins/inspect/plugin-videotestsrc.xml:
12663         * docs/plugins/inspect/plugin-volume.xml:
12664         * docs/plugins/inspect/plugin-vorbis.xml:
12665         * docs/plugins/inspect/plugin-ximagesink.xml:
12666         * docs/plugins/inspect/plugin-xvimagesink.xml:
12667           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12668
12669 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12670
12671         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12672
12673         * ext/vorbis/Makefile.am:
12674         * ext/vorbis/vorbis.c: (plugin_init):
12675         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12676         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12677         * ext/vorbis/vorbisparse.h:
12678         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12679         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12680         (gst_vorbis_tag_parse_packet):
12681         * ext/vorbis/vorbistag.h:
12682           Add new vorbistag element which derives from vorbisparse
12683           and is essentially the same as well, only that it implements
12684           the GstTagSetter interface and can modify the stream's
12685           vorbiscomment on the fly (#335635).
12686
12687         * tests/check/Makefile.am:
12688         * tests/check/elements/.cvsignore:
12689         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12690         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12691         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12692         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12693           Add unit test for new vorbistag element.
12694
12695 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12696
12697         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12698         (vorbis_parse_push_headers), (vorbis_parse_chain):
12699           Set BOS flag in packet structure to fix 'jump depends
12700           on unitialized value' errors in valgrind; various minor
12701           clean-ups.
12702
12703 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12704
12705         * gst/playback/gstdecodebin.c: (close_pad_link):
12706         Fix typo in a debug statement.
12707
12708         * gst/playback/gstplaybasebin.c: (probe_triggered),
12709         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12710         (gen_source_element), (source_new_pad), (analyse_source),
12711         (setup_source):
12712         When handling no_more_pads in new_decoded_pad, make sure to treat
12713         subtitle pads correctly. Fixes playback with subtitle files.
12714
12715         Move a recurring message to LOG level.
12716
12717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12718         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12719         which ends up as -1 when cast to an int. Make the logic handle the
12720         max value as an unsigned mask and only change the colorkey when it's
12721         a value we recognise.
12722
12723 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12724
12725         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12726         Removed empty * between paragraphs
12727
12728 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12729
12730         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12731         * gst-libs/gst/rtp/README:
12732         Moved some documentation into .c file
12733
12734 2006-09-29  Wim Taymans  <wim@fluendo.com>
12735
12736         * gst/playback/gstdecodebin.c: (no_more_pads):
12737         Fix compilation.
12738
12739 2006-09-29  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst/playback/gstdecodebin.c: (new_caps):
12742         Remove g_print
12743
12744         * gst/playback/gstplaybin.c:
12745         Add some docs.
12746
12747 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12748
12749         * tests/check/Makefile.am:
12750           Re-enable cddabasesrc test to see if it works again
12751           now.
12752
12753 2006-09-29  Wim Taymans  <wim@fluendo.com>
12754
12755         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12756         (gen_source_element):
12757         Handle invalid URIs a bit more gracefully.
12758
12759 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12760
12761         * tests/check/pipelines/oggmux.c:
12762           Remove obsolete comment.
12763
12764 2006-09-29  Michael Smith  <msmith@fluendo.com>
12765
12766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12767         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12768         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12769         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12770         (gst_ogg_mux_collected):
12771           Commit patch from James "Doc" Livingston, adds proper EOS handling
12772           in oggmux. GStreamer can, for the first time ever, create a valid
12773           Ogg file! Yay!
12774
12775         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12776         (oggmux_suite):
12777           Reenable tests now that they pass.
12778
12779 2006-09-29  Wim Taymans  <wim@fluendo.com>
12780
12781         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12782         Stop reading commands when EOF (we read 0) as well.
12783
12784 2006-09-28  Wim Taymans  <wim@fluendo.com>
12785
12786         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12787         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12788         (find_dynamic), (unlinked), (close_link):
12789         Implement delayed caps linking needed for element with a lot of
12790         different caps on the src pads that get fixed at runtime.
12791         Improve management of dynamic elements.
12792
12793         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12794         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12795         (gen_preroll_element), (remove_groups), (unknown_type),
12796         (add_element_stream), (no_more_pads_full), (no_more_pads),
12797         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12798         (new_decoded_pad), (setup_subtitle), (array_has_value),
12799         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12800         (analyse_source), (remove_decoders), (make_decoder),
12801         (remove_source), (setup_source), (finish_source), (prepare_output),
12802         (gst_play_base_bin_change_state):
12803         * gst/playback/gstplaybasebin.h:
12804         Use more _CAST instead of full type checking casts.
12805         Small cleanups, plug some leaks.
12806         Handle dynamic sources.
12807         Add some helper functions to create lists of strings used for
12808         blacklisting and other stuff.
12809         Refactor some code dealing with analysing the source.
12810         Re-enable sources without pads (like cd:// or other selfcontained
12811         elements).
12812
12813 2006-09-28  Wim Taymans  <wim@fluendo.com>
12814
12815         * gst-libs/gst/audio/gstbaseaudiosink.c:
12816         (gst_base_audio_sink_render):
12817         When we have a timestamp, we can still perform clipping.
12818         When we have no clock, we must play the sample ASAP.
12819
12820 2006-09-28  Wim Taymans  <wim@fluendo.com>
12821
12822         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12823         Set caps on outgoing buffers.
12824
12825         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12826         (gst_video_rate_event), (gst_video_rate_chain):
12827         * gst/videorate/gstvideorate.h:
12828         Fix videorate some more. Fixes #357977
12829
12830 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12831
12832         * tests/check/elements/adder.c: (adder_suite):
12833           Don't set timeout to 6 seconds when we're running
12834           in valgrind ... (and how is 6 seconds longer than
12835           the default anyway?)
12836
12837 2006-09-28  Wim Taymans  <wim@fluendo.com>
12838
12839         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12840         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12841         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12842         Keep sink and src segment to keep track of time and support more
12843         input formats.
12844         Fix bogus next_offset and run_time calculation, don't understand how
12845         this could have worked before. Fixes #357976.
12846         Remove some unneeded vars.
12847
12848 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12849
12850         * gst/playback/gstplaybin.c: (remove_sinks):
12851           Only remove visualisation from visbin if there is a visbin (or:
12852           don't throw warnings when closing totem without playing a file).
12853
12854 2006-09-27  Wim Taymans  <wim@fluendo.com>
12855
12856         * gst-libs/gst/audio/gstbaseaudiosink.c:
12857         (gst_base_audio_sink_render):
12858         Add some more info in a WARNING.
12859
12860         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12861         (gst_base_audio_src_create):
12862         Handle PAUSE in create function, use new -core addition to
12863         wait for playing. Fixes pausing and resuming capture from an
12864         audiosrc.
12865
12866         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12867         (gst_ring_buffer_read):
12868         Constify some more.
12869         Caller supports interrupted reads now.
12870
12871 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12872
12873         * tests/check/Makefile.am:
12874           Another attempt to make the gen64 buildbot happy.
12875
12876 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12877
12878         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12879
12880         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12881         (gst_visual_chain), (gst_visual_change_state):
12882           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12883           correctly. Fixes #357800
12884
12885 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12886
12887         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12888           Add timeout to _get_state() so we see which pipeline it is
12889           that causes trouble on the gen64 build bot.
12890
12891 2006-09-27  Wim Taymans  <wim@fluendo.com>
12892
12893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12894         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12895         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12896         (gst_base_rtp_depayload_set_gst_timestamp):
12897         the source pad always uses fixed caps.
12898
12899 2006-09-27  Wim Taymans  <wim@fluendo.com>
12900
12901         * docs/libs/gst-plugins-base-libs-docs.sgml:
12902         * docs/libs/gst-plugins-base-libs-sections.txt:
12903         * gst-libs/gst/audio/gstaudioclock.c:
12904         * gst-libs/gst/audio/gstaudioclock.h:
12905         * gst-libs/gst/audio/gstaudiosink.c:
12906         * gst-libs/gst/audio/gstaudiosink.h:
12907         * gst-libs/gst/audio/gstaudiosrc.c:
12908         * gst-libs/gst/audio/gstbaseaudiosink.c:
12909         (gst_base_audio_sink_render):
12910         * gst-libs/gst/audio/gstbaseaudiosink.h:
12911         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12912         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12913         * gst-libs/gst/audio/gstringbuffer.h:
12914         Added docs for the audio libs.
12915
12916 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12917
12918         * tests/check/Makefile.am:
12919           Temporarily disable test that fails on the bots for unknown reasons.
12920
12921 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12922
12923         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12924         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12925         Moved AudioCodecType into priv
12926         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12927
12928 2006-09-25  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12931         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12932         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12933         (new_pad):
12934         Cleanups and small leak fixes.
12935         Added Depayloaders to valid list of autopluggable elements.
12936
12937 2006-09-25  Wim Taymans  <wim@fluendo.com>
12938
12939         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12940         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12941         (gen_video_element), (gen_text_element), (gen_audio_element),
12942         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12943         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12944         Detect NO_PREROLL state change returns and disable clock distribution to
12945         the sinks so that sync is disabled.
12946         Avoid some type checking and do simple casts instead.
12947         Small cleanups, fix some FIXMEs.
12948         Be more robust when linking user specified elements, catch an report
12949         errors. Fixes #357404.
12950         Fix some leaks in the error paths.
12951
12952 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12953
12954         * ChangeLog:
12955           ChangeLog surgery for missing bug-number
12956
12957 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12958
12959         Patch by: Peter Kjellerstedt  <pkj at axis com>
12960
12961         * gst/playback/test.c:
12962           Fix compilation with uClibc and -Werror (#357591).
12963
12964 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12965
12966         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12967           Parse dates that are followed by a time as well (#357532).
12968
12969         * tests/check/libs/tag.c: (test_vorbis_tags):
12970           Add unit test for this.
12971
12972 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12973
12974         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12975         (gst_audio_convert_transform_caps):
12976         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12977         * gst/videotestsrc/videotestsrc.h:
12978           A few array const-ifications.
12979
12980 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * tests/check/Makefile.am:
12983           See if this makes the build bots happy.
12984
12985         * tests/check/libs/cddabasesrc.c:
12986           UTF8-ise my name.
12987
12988 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12989
12990         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12991
12992         * gst/subparse/samiparse.c: (handle_start_font),
12993         (fix_invalid_entities):
12994           More case-insensitivity for certain tags; recognise entities with
12995           decimal codes as special entities as well (#357330).
12996
12997 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * gst-libs/gst/Makefile.am:
13000           Need to build tag directory before cdda.
13001
13002 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13003
13004         * docs/libs/gst-plugins-base-libs-sections.txt:
13005         * gst-libs/gst/cdda/Makefile.am:
13006         * gst-libs/gst/cdda/gstcddabasesrc.c:
13007         (gst_cdda_base_src_base_init):
13008         * gst-libs/gst/cdda/gstcddabasesrc.h:
13009         * gst-libs/gst/tag/tag.h:
13010         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13011         (gst_tag_register_musicbrainz_tags):
13012           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13013           depend on libgsttag. This is required so we can extract/read tags like
13014           DISCID without depending on libgstcddabasesrc (which used to register
13015           them).
13016
13017         * gst-libs/gst/tag/gstvorbistag.c:
13018           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13019           tags (also see #347848).
13020
13021         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13022           Log vorbis comments we are actually writing. Const-ify array.
13023
13024 2006-09-23  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13027         Improve buffering a bit by avoiding a deadlock because we cannot assume
13028         the underrun is always called.
13029
13030 2006-09-23  Wim Taymans  <wim@fluendo.com>
13031
13032         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13033
13034         * gst-libs/gst/riff/riff-ids.h:
13035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13036         (gst_riff_create_audio_template_caps):
13037         Added MPEG-4 AAC and id and caps. Fixes #357289
13038         Added WMA9 Lossless id.
13039
13040 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13041
13042         * ext/gnomevfs/gstgnomevfssrc.c:
13043           Fix misleading docs addition.
13044
13045         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13046           Get rid of compiler warning the right way.
13047
13048 2006-09-22  Wim Taymans  <wim@fluendo.com>
13049
13050         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13051         (gst_base_rtp_depayload_finalize),
13052         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13053         (gst_base_rtp_depayload_push_full),
13054         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13055         (gst_base_rtp_depayload_process),
13056         (gst_base_rtp_depayload_set_gst_timestamp),
13057         (gst_base_rtp_depayload_queue_release):
13058         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13059         Small cleanups.
13060         Fix some leaks.
13061         Refactored the process method and added methods to push from the process
13062         vmethod.
13063         Use _scale functions.
13064         API: gst_base_rtp_depayload_push_ts
13065         API: gst_base_rtp_depayload_push
13066
13067         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13068         timestamps are uint.
13069
13070 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13071
13072         * gst-libs/gst/interfaces/xoverlay.c:
13073           Remove unused statement from doc example.
13074
13075 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13076
13077         * gst-libs/gst/interfaces/videoorientation.c:
13078         (gst_video_orientation_iface_init),
13079         (gst_video_orientation_get_hflip),
13080         (gst_video_orientation_get_vflip),
13081         (gst_video_orientation_get_hcenter),
13082         (gst_video_orientation_get_vcenter),
13083         (gst_video_orientation_set_hflip),
13084         (gst_video_orientation_set_vflip),
13085         (gst_video_orientation_set_hcenter),
13086         (gst_video_orientation_set_vcenter):
13087           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13088           in ChangeLog)
13089
13090 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13091
13092         * tests/check/Makefile.am:
13093         * tests/check/elements/.cvsignore:
13094         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13095         (create_rgb_conversions), (rgb_conversion_free),
13096         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13097         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13098           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13099           but disable for now since it doesn't pass (something wrong with
13100           RGBA somewhere).
13101
13102 2006-09-21  Wim Taymans  <wim@fluendo.com>
13103
13104         * gst/playback/gstplaybasebin.c: (group_commit),
13105         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13106         (queue_out_of_data), (gen_preroll_element),
13107         (preroll_remove_overrun), (probe_triggered):
13108         Refactor handling of overrun detection.
13109         Separate handling of group completion and deadlock detection when doing
13110         network buffering. This should fix some deadlocks that were not detected
13111         because the group was completed.
13112         Add more comments, improve debugging.
13113
13114 2006-09-21  Wim Taymans  <wim@fluendo.com>
13115
13116         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13117         * tests/check/libs/audio.c:
13118         Some more compilation fixes.
13119
13120 2006-09-21  Wim Taymans  <wim@fluendo.com>
13121
13122         * gst-libs/gst/audio/gstringbuffer.c:
13123         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13124         (gst_ring_buffer_read):
13125         Early morning compilation fix.
13126
13127 2006-09-20  Wim Taymans  <wim@fluendo.com>
13128
13129         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13130         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13131         * tests/check/elements/videorate.c: (GST_START_TEST):
13132         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13133         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13134         Fix some warnings.
13135
13136 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13137
13138         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13139         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13140         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13141           Handcrafted merge to help CVS understanding what I changed and what
13142           not.
13143
13144 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13145
13146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13147         (gst_xvimagesink_get_times):
13148           change colorkey behaviour back according to #354773 comment 6/7
13149
13150 2006-09-19  Michael Smith  <msmith@fluendo.com>
13151
13152         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13153         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13154         (gst_multi_fd_sink_recover_client),
13155         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13156         (gst_multi_fd_sink_get_property):
13157         * gst/tcp/gstmultifdsink.h:
13158           Implement stubbed out properties unit-type, units-soft-max,
13159           units-max, to allow specifying maximum sizes in units other than
13160           buffers.
13161           Fixes #355935
13162
13163 2006-09-19  Wim Taymans  <wim@fluendo.com>
13164
13165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13166         (gst_riff_create_audio_template_caps):
13167         Reorder the audio formats a bit for clarity.
13168         Detect and create caps for MSGSM and MSN (WAV49).
13169         Fixes #356596.
13170
13171         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13172         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13173         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13174         Small cleanups, move error handling out of normal flow for clarity.
13175
13176 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13177
13178         * docs/libs/gst-plugins-base-libs-docs.sgml:
13179         * docs/libs/gst-plugins-base-libs.types:
13180         * gst-libs/gst/interfaces/Makefile.am:
13181         * gst-libs/gst/interfaces/videoorientation.c:
13182         (gst_video_orientation_get_type),
13183         (gst_video_orientation_iface_init),
13184         (gst_video_orientation_get_hflip),
13185         (gst_video_orientation_get_vflip),
13186         (gst_video_orientation_get_hcenter),
13187         (gst_video_orientation_get_vcenter),
13188         (gst_video_orientation_set_hflip),
13189         (gst_video_orientation_set_vflip),
13190         (gst_video_orientation_set_hcenter),
13191         (gst_video_orientation_set_vcenter):
13192         * gst-libs/gst/interfaces/videoorientation.h:
13193           API: Add new interface to control video orientation (fixes #354908)
13194
13195 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13196
13197         * gst/videotestsrc/gstvideotestsrc.c:
13198           Use G_UNLIKELY in _create and log one more detail.
13199           
13200         (gst_video_test_src_get_times), (gst_video_test_src_create):
13201         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13202           Use gst_util_uint64_scale_int in _get_times().
13203
13204 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13205
13206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13207           Give better warning message (add object and detail).
13208
13209 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13210
13211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13212         (gst_xvimagesink_get_times):
13213           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13214           #354773), use gst_util_uint64_scale_int in _get_times()
13215
13216 2006-09-18  Michael Smith  <msmith@fluendo.com>
13217
13218         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13219           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13220           always true, leading to dropping all timestamps.
13221
13222 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13223
13224         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13225         (gst_visual_chain), (gst_visual_change_state):
13226           update to work also with libvisual 0.4 API, fix double unref (#355914)
13227           
13228         * tools/gst-launch-ext.1.in:
13229         * tools/gst-visualise.1.in:
13230           remove references to old man-pages
13231
13232         * tests/examples/seek/seek.c: (main):
13233           add real meadi-buttons, add tool-tips for the seek-options, arrange
13234           seek options in a table
13235
13236 2006-09-18  Michael Smith  <msmith@fluendo.com>
13237
13238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13239         (gst_ogg_mux_push_buffer):
13240           Don't generate out-of-order timestamps from oggmux, instead clamp
13241           output timestamps to be >= the previously output ts.
13242           Fixes #355595
13243
13244 2006-09-18  Michael Smith  <msmith@fluendo.com>
13245
13246         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13247         (gst_multi_fd_sink_class_init):
13248           Updates, fixes, and typo corrections for multifdsink. No functional
13249           changes.
13250
13251 2006-09-17  Michael Smith  <msmith@fluendo.com>
13252
13253         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13254           Don't crash on truncated files - check that we got an 8 byte buffer
13255           before trying to memcmp it.
13256
13257 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13258
13259         * gst/playback/gstplaybasebin.c: (get_active_source):
13260           Make stream-switching appear instant to the application
13261           (ie. make sure that a g_object_get on 'current-foo' returns
13262           the stream previously set with g_object_set(). Totem needs
13263           this to update stream-related meta-info (like audio-codec)
13264           correctly when switching streams.
13265
13266 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13267
13268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13269         (gst_alsa_mixer_ensure_track_list):
13270           Try harder to guess which mixer track is the master mixer
13271           track (instead of just taking the first one that has a pvolume).
13272           Fixes #342228.
13273
13274 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13275
13276         reviewed by: <delete if not using a buddy>
13277
13278         * gst-libs/gst/audio/audio.h:
13279         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13280
13281 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13282
13283         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13284         (gst_audio_convert_transform_caps):
13285           Get structure-name just once.
13286
13287 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13288
13289         * tests/check/elements/audioresample.c: (GST_START_TEST):
13290         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13291         * tests/check/elements/volume.c: (GST_START_TEST):
13292         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13293         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13294         (test_pipeline), (GST_START_TEST):
13295         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13296         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13297           Fix big batch of compiler warnings.
13298
13299 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13300
13301         * ext/gnomevfs/gstgnomevfssrc.c:
13302           Add docs about icydemux usage in connection with gnomevfssrc
13303
13304         * ext/libvisual/visual.c:
13305         * ext/ogg/gstoggaviparse.c:
13306         * ext/ogg/gstoggdemux.c:
13307         * ext/ogg/gstoggmux.c:
13308         * ext/ogg/gstoggparse.c:
13309         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13310         * gst-libs/gst/audio/gstaudiosink.c:
13311         * gst-libs/gst/audio/gstaudiosrc.c:
13312         * gst/audiorate/gstaudiorate.c:
13313           More G_OBJECT macro fixing.
13314
13315         * gst/audiotestsrc/gstaudiotestsrc.h:
13316           Fix wrong info in header due to copy & paste
13317
13318 2006-09-15  Wim Taymans  <wim@fluendo.com>
13319
13320         * gst-libs/gst/audio/gstbaseaudiosink.c:
13321         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13322         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13323         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13324         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13325         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13326         Do the delay calculation in the source/sink base classes as this is
13327         specific for the capture/playback mode.
13328         Try to fixate a bit better, like round depth up to a multiple of 8
13329         bigger than width.
13330         Handle underruns correctly by marking DISCONT on buffers and adjusting
13331         timestamps to handle the gap.
13332         Set offset/offset_end correctly on buffers.
13333
13334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13335         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13336         (gst_ring_buffer_read):
13337         Remove resync and underrun recovery from the ringbuffer.
13338         Fix ringbuffer read code on under/overrun.
13339
13340 2006-09-15  Wim Taymans  <wim@fluendo.com>
13341
13342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13343         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13344         (queue_threshold_reached), (gst_play_base_bin_set_property),
13345         (gst_play_base_bin_get_property):
13346         * gst/playback/gstplaybasebin.h:
13347         Don't use a 0 low watermark when buffering, it is catching starvation
13348         way too late. Instead, use a 3 second queue with 30 and 95
13349         percent low/high watermarks. 
13350         Added queue-min-threshold property to configure low watermark.
13351         Use new _buffering message API.
13352         Make queue_threshold variable big enough to store a uint64 time value.
13353         API: playbin::queue-min-threshold property.
13354
13355 2006-09-15  Wim Taymans  <wim@fluendo.com>
13356
13357         * configure.ac:
13358         We require 0.10.10.1 now because of _wait_preroll().
13359
13360         * gst-libs/gst/audio/gstbaseaudiosink.c:
13361         (gst_base_audio_sink_render):
13362         Use gst_base_sink_wait_preroll().
13363
13364 2006-09-15  Wim Taymans  <wim@fluendo.com>
13365
13366         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13367         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13368         Use DEBUG_OBJECT more.
13369
13370 === release 0.10.10 ===
13371
13372 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13373
13374         patch by: Michael Smith <msmith at fluendo dot com>
13375
13376         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13377         (gst_multi_fd_sink_client_queue_buffer),
13378         (gst_multi_fd_sink_new_client):
13379         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13380         (multifdsink_suite):
13381           Fix implementation of sync-method 'next-keyframe'
13382           Closes #354594
13383
13384 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13385
13386         patch by: Wim Taymans <wim at fluendo dot com>
13387
13388         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13389         This patch removes the RANDOM flag that was incorrectly introduced with
13390         revision 1.91.  Fixes #354590
13391
13392 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * tests/check/Makefile.am:
13395           Random variation in Makefile line to see if it makes the
13396           gen64-base-full bot any happier.
13397
13398 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13399
13400         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13401           Disable test that fails at the moment (killed after timeout).
13402
13403 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13404
13405         Patch by: James Livingston  <doclivingston at gmail.com>
13406
13407         * tests/check/Makefile.am:
13408         * tests/check/pipelines/.cvsignore:
13409         * tests/check/pipelines/oggmux.c: (get_page_codec),
13410         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13411         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13412         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13413         (test_theora_vorbis), (oggmux_suite):
13414           Add simple unit test for oggmux from #337026 with checking for the
13415           EOS flags disabled for the time being.
13416
13417 2006-09-04  Wim Taymans  <wim@fluendo.com>
13418
13419         patch by: Alessandro Dessina <alessandro nnva org>
13420
13421         * ext/ogg/gstoggmux.c:
13422         Add cmml caps to oggmux. Fixes #353912
13423
13424 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13425
13426         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13427           Returning a return value often helps. In this case, we
13428           don't need the return value anyway, so just get rid of it.
13429           Should make build bots much happier.
13430
13431 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13432
13433         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13434         (paint_get_structure), (gst_video_test_src_get_size),
13435         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13436         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13437         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13438         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13439         * gst/videotestsrc/videotestsrc.h:
13440           Add support for AYUV and the various RGBA formats. Initialise
13441           fields of paintinfo structs allocated on the stack.
13442
13443         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13444         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13445         (check_rgb_buf), (videotestsrc_suite):
13446           Add unit tests for videotestsrc's RGB output.
13447
13448 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13449
13450         * gst/videotestsrc/gstvideotestsrc.c:
13451         (gst_video_test_src_pattern_get_type),
13452         (gst_video_test_src_set_pattern):
13453         * gst/videotestsrc/gstvideotestsrc.h:
13454         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13455         (gst_video_test_src_black), (gst_video_test_src_white),
13456         (gst_video_test_src_red), (gst_video_test_src_green),
13457         (gst_video_test_src_blue):
13458         * gst/videotestsrc/videotestsrc.h:
13459           Add more uni-colour patterns ("white", "red", "green", and "blue").
13460
13461 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13462
13463         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13464           Fix stride for YVYU, should be word-aligned (#353658).
13465
13466 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13467
13468         * gst/adder/gstadder.c: (gst_adder_src_event):
13469           Fix build.
13470
13471 2006-08-31  Edward Hervey  <edward@fluendo.com>
13472
13473         * gst/adder/gstadder.c: (forward_event_func),
13474         (gst_adder_src_event), (gst_adder_collected),
13475         (gst_adder_change_state):
13476         * gst/adder/gstadder.h:
13477         Remember the start position asked in the incoming seeks, so we can
13478         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13479         of assuming it will always be 0).
13480
13481 2006-08-31  Edward Hervey  <edward@fluendo.com>
13482
13483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13484         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13485         (gst_ogg_demux_loop):
13486         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13487
13488 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13489
13490         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13491         (gst_ffmpegcsp_get_unit_size):
13492           Return FALSE instead of returning a random false unit
13493           size when the format isn't known/supported (even if
13494           this shouldn't happen under normal circumstances).
13495
13496 2006-08-29  Wim Taymans  <wim@fluendo.com>
13497
13498         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13499
13500         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13501         (gst_gnome_vfs_src_start):
13502         Try harder to get the size from a uri by using _info_uri() when
13503         _info_from_handle() does not give us enough info. 
13504         Also follow symlinks when getting the size.
13505         Partially Fixes #332864.
13506
13507 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13510
13511         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13512         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13513         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13514         (gst_alsa_mixer_set_record):
13515         * ext/alsa/gstalsamixertrack.c:
13516         (gst_alsa_mixer_track_update_alsa_capabilities),
13517         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13518         (gst_alsa_mixer_track_update):
13519         * ext/alsa/gstalsamixertrack.h:
13520           Improve and fix mixer track handling, in particular better handling
13521           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13522           separate track objects for tracks that have both capture and playback
13523           volume (and label them differently as well so they're not mistakenly
13524           assumed to be duplicates); classify mixer tracks that only affect
13525           the audible volume of something (rather than the capture volume)
13526           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13527           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13528           (following the meaning documented in the mixer interface header
13529           file); add support for alsa's exclusive cswitch groups; update/sync
13530           state/flags better if mixer settings are changed by another
13531           application. Fixes #336075.
13532
13533 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13534
13535         * gst/playback/gstplaybin.c:
13536           Improve docs: add section about BUFFERING messages sent by playbin.
13537
13538 2006-08-29  Michael Smith  <msmith@fluendo.com>
13539
13540         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13541         (gst_vorbis_enc_buffer_check_discontinuous),
13542         (gst_vorbis_enc_chain):
13543           Ignore explicit DISCONT marked on buffers (which is often spurious,
13544           particularly when using multiple segments), in favour of solely
13545           using the timestamps/durations.
13546
13547 2006-08-29  Edward Hervey  <edward@fluendo.com>
13548
13549         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13550         Don't rely on incoming buffers offset anymore, since it is completely
13551         broken when using multiple segments.
13552         Instead convert the incoming buffers timestamp to running time, and
13553         then convert that value to the offsets.
13554         Also inform GstSegment of the last outputted stop position, which is
13555         needed if we received several segments with an unknown stop value.
13556
13557 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13558
13559         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13560           fix buffer unreffing on a header push failure
13561
13562 2006-08-28  Wim Taymans  <wim@fluendo.com>
13563
13564         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13565         (gst_audio_rate_chain):
13566         Make the metadata of the buffer writable before changing its
13567         flags.
13568
13569 2006-08-28  Wim Taymans  <wim@fluendo.com>
13570
13571         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13572         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13573         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13574         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13575         Fix audiorate some more.
13576         Reset and resync counters on flush and READY.
13577         Handle the DISCONT flag correctly.
13578         Use GstSegment to track position.
13579         Fail when not negotiated.
13580         Fixes #353234.
13581
13582 2006-08-25  Michael Smith  <msmith@fluendo.com>
13583
13584         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13585           Fix spelling.
13586           Remove accidently included debug line.
13587
13588 2006-08-25  Wim Taymans  <wim@fluendo.com>
13589
13590         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13591         Small cleanups.
13592         If a buffer is received with no caps, make the buffer metadata
13593         writable and set the caps, making sure that we don't screw up the
13594         refcounts.
13595
13596 2006-08-25  Michael Smith  <msmith@fluendo.com>
13597
13598         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13599         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13600           Fix memory leaks and misleading debug messages, add a couple of
13601           comments.
13602
13603         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13604         (gst_multi_fd_sink_render):
13605           Do not use gst_buffer_make_writable() in a basesink render method,
13606           as it may incorrectly unref the buffer. Instead, use convoluted
13607           dance to avoid copying the buffer except when we need to.
13608
13609 2006-08-25  Michael Smith  <msmith@fluendo.com>
13610
13611         * ext/vorbis/vorbisenc.c:
13612         (gst_vorbis_enc_buffer_check_discontinuous):
13613           Allow very small discontinuities in the timestamps. These we can't
13614           do anything useful with anyway (because vorbis's timestamps have
13615           only sample granularity), and are commonly produced by elements with
13616           minor bugs. Allow up to 1/2 a sample out.
13617           Fixes #351742.
13618
13619 2006-08-24  Wim Taymans  <wim@fluendo.com>
13620
13621         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13622         (play_scrub_toggle_cb), (main):
13623         Add a checkbox to enable play scrubbing. Makes it possible to disable
13624         normal scrubbing.
13625
13626 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13627
13628         * tests/check/elements/.cvsignore:
13629           make buildbot happy
13630
13631 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13632
13633         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13634         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13635         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13636         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13637         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13638         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13639         (gst_ogm_text_parse_strip_trailing_zeroes),
13640         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13641         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13642           Refactor ogm parse, do better input checking, misc. clean-ups.
13643           Cache incoming events and push them once the source pad has
13644           been created. Don't pass unterminated strings to sscanf().
13645           Strip trailing zeroes from subtitle text output, since they
13646           are not valid UTF-8. Don't push vorbiscomment packets on
13647           the subtitle text pad. Output perfect streams if possible.
13648
13649 2006-08-23  Wim Taymans  <wim@fluendo.com>
13650
13651         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13652         Waits for tasks to settle down so that we clean up correctly for 
13653         valgrind.
13654
13655 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13656
13657         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13658           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13659           actually return return value in taglists_are_equal.
13660
13661 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13662
13663         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13664           Fix crash due to broken bitstream parsing on x86-64: can't make
13665           any assumptions about sizeof(struct) due to alignment/packing
13666           differences on different architectures. Fixes #351790.
13667
13668 2006-08-22  Wim Taymans  <wim@fluendo.com>
13669
13670         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13671         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13672         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13673         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13674         (gst_riff_parse_info):
13675         Protect public functions against bad input.
13676         Do some cleanups.
13677         Fix documentation.
13678
13679 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * gst-libs/gst/riff/riff-ids.h:
13682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13683           Add voxware audio IDs (even if we can't play it) (#351795).
13684
13685 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13686
13687         * gst-libs/gst/riff/riff-media.c:
13688         (gst_riff_create_video_template_caps),
13689         (gst_riff_create_audio_template_caps),
13690         (gst_riff_create_iavs_template_caps):
13691           Const-ify some arrays and use G_N_ELEMENTS instead
13692           of wasting oodles of RAM on terminator bits.
13693
13694 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13695
13696         * gst-libs/gst/tag/gstvorbistag.c:
13697         (gst_tag_list_to_vorbiscomment_buffer):
13698         * tests/check/libs/tag.c: (GST_START_TEST):
13699           And the same for _to_vorbiscomment_buffer(): allow
13700           id_data_len == 0 for speex.
13701
13702 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13703
13704         * configure.ac:
13705         * docs/plugins/Makefile.am:
13706         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13707         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13708         * docs/plugins/inspect/plugin-gdp.xml:
13709         * gst/gdp/Makefile.am:
13710         * tests/check/Makefile.am:
13711           Move GDP plugin to -base from -bad.  Closes #347783.
13712
13713 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * gst-libs/gst/tag/gstvorbistag.c:
13716         (gst_tag_list_from_vorbiscomment_buffer):
13717           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13718           Also add some checks to make sure we don't memcmp() beyond the end of
13719           vorbiscomment buffer if the ID to check for is larger than the buffer.
13720
13721         * tests/check/libs/tag.c: (GST_START_TEST):
13722           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13723
13724 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13725
13726         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13727         (gst_vorbis_enc_set_metadata):
13728           Use vorbis comment utility functions from libgsttag
13729           instead of re-inventing the wheel (partially fixes #347091).
13730
13731 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13732
13733         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13734         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13735         as some that won't.
13736
13737 2006-08-21  Wim Taymans  <wim@fluendo.com>
13738
13739         * docs/libs/Makefile.am:
13740         * docs/libs/gst-plugins-base-libs-sections.txt:
13741         * docs/libs/gst-plugins-base-libs.types:
13742         Don't try to GObject scan the netbuffer as it's not a GObject.
13743         Fixes #351308.
13744
13745         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13746         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13747         Document GstNetBuffer.
13748
13749 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13750
13751         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13752         (audioconvert_suite):
13753           Add testcase for caps-size-explosion
13754
13755 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13756
13757         * gst/audioconvert/gstaudioconvert.c:
13758         (gst_audio_convert_get_unit_size), (set_structure_widths):
13759           Lower debug, use g_assert in _get_unit_size
13760
13761         * gst/audioresample/gstaudioresample.c:
13762         (audioresample_get_unit_size):
13763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13764         (gst_ffmpegcsp_get_unit_size):
13765         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13766           use g_assert in _get_unit_size
13767
13768 2006-08-18  Wim Taymans  <wim@fluendo.com>
13769
13770         * docs/libs/gst-plugins-base-libs-sections.txt:
13771         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13772         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13773         (gst_rtp_buffer_get_payload_buffer):
13774         * gst-libs/gst/rtp/gstrtpbuffer.h:
13775         Document GstRTPBuffer.
13776         Added function to efficiently strip payload headers.
13777         API: gst_rtp_buffer_get_payload_subbuffer()
13778
13779 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13780
13781         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13782         (gst_tag_to_vorbis_comments):
13783           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13784           tags and deserialise them properly as well (#347091).
13785           Add some more gtk-doc blurbs and also some g_return_if_fail().
13786
13787         * tests/check/libs/tag.c: (GST_START_TEST),
13788         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13789           More tests.
13790
13791 2006-08-17  Wim Taymans  <wim@fluendo.com>
13792
13793         * ext/ogg/Makefile.am:
13794         * ext/ogg/gstogg.c: (plugin_init):
13795         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13796         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13797         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13798         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13799         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13800         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13801         Added ogg-in-avi parser element. Fixes #140139.
13802
13803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13804         Fixed a bug in oggdemux debug code.
13805
13806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13807         (gst_riff_create_audio_template_caps):
13808         Recognise Ogg in the AVI extensible wave format.
13809
13810 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13811
13812         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13813           Make buffer durations add up (duration should be next_ts-ts for
13814           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13815           from CVS.
13816
13817         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13818         (test_buffer_timestamps), (cddabasesrc_suite):
13819           Add unit test for the above.
13820
13821         * tests/check/Makefile.am:
13822           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13823           to see what happens.
13824
13825 2006-08-16  Wim Taymans  <wim@fluendo.com>
13826
13827         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13828         (gst_alsasink_open):
13829         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13830         (gst_alsasrc_open):
13831         Avoid setting and using a NULL device name.
13832         Print more info when we fail to open a device.
13833
13834 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13835
13836         * docs/libs/gst-plugins-base-libs-sections.txt:
13837         * gst-libs/gst/tag/tag.h:
13838         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13839           API: add gst_tag_parse_extended_comment() (#351426).
13840
13841         * tests/check/Makefile.am:
13842         * tests/check/libs/.cvsignore:
13843         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13844           Add unit test for gst_tag_parse_extended_comment().
13845
13846 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13850           Fix leak (#351502).
13851
13852 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13855         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13856         * docs/plugins/gst-plugins-base-plugins.args:
13857         * gst/playback/gstplaybin.c:
13858           Document playbin.
13859           
13860         * docs/plugins/inspect/plugin-adder.xml:
13861         * docs/plugins/inspect/plugin-alsa.xml:
13862         * docs/plugins/inspect/plugin-audioconvert.xml:
13863         * docs/plugins/inspect/plugin-audiorate.xml:
13864         * docs/plugins/inspect/plugin-audioresample.xml:
13865         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13866         * docs/plugins/inspect/plugin-cdparanoia.xml:
13867         * docs/plugins/inspect/plugin-decodebin.xml:
13868         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13869         * docs/plugins/inspect/plugin-gnomevfs.xml:
13870         * docs/plugins/inspect/plugin-ogg.xml:
13871         * docs/plugins/inspect/plugin-pango.xml:
13872         * docs/plugins/inspect/plugin-playbin.xml:
13873         * docs/plugins/inspect/plugin-subparse.xml:
13874         * docs/plugins/inspect/plugin-tcp.xml:
13875         * docs/plugins/inspect/plugin-theora.xml:
13876         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13877         * docs/plugins/inspect/plugin-video4linux.xml:
13878         * docs/plugins/inspect/plugin-videorate.xml:
13879         * docs/plugins/inspect/plugin-videoscale.xml:
13880         * docs/plugins/inspect/plugin-videotestsrc.xml:
13881         * docs/plugins/inspect/plugin-volume.xml:
13882         * docs/plugins/inspect/plugin-vorbis.xml:
13883         * docs/plugins/inspect/plugin-ximagesink.xml:
13884         * docs/plugins/inspect/plugin-xvimagesink.xml:
13885           Update to CVS version.
13886
13887 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13888
13889         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13890         (gst_play_bin_set_property), (gst_play_bin_get_property),
13891         (value_list_append_structure_list),
13892         (gst_play_bin_handle_redirect_message),
13893         (gst_play_bin_handle_message):
13894           API: GstPlayBin::connection-speed
13895           Add "connection-speed" property; re-order redirect messages with
13896           multiple redirect locations depending on the minimum bitrate if
13897           that information is available and a connection speed is set
13898           (#350399).
13899
13900 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13901
13902         * gst/playback/gstplaybin.c:
13903           Update max volume to the same value that the volume element uses.
13904
13905 2006-08-14  Wim Taymans  <wim@fluendo.com>
13906
13907         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13908         Less uglyness..
13909
13910 2006-08-14  Wim Taymans  <wim@fluendo.com>
13911
13912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13913         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13914         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13915         Add some more debug info.
13916         Don't crash when a seek failed.
13917         Actually return the result of the seek instead of TRUE.
13918         Ignore multiple BOS pages with the same serial so that we don't create
13919         the same stream multiple times.
13920         Post an error when we fail to do the initial seek.
13921
13922 2006-08-13  Wim Taymans  <wim@fluendo.com>
13923
13924         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13925         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13926         Small code cleanup.
13927
13928         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13929         (gst_alsa_mixer_new):
13930         Remove hack that always set the device to hw:0*.
13931         Properly find the card name for whatever device was configured.
13932         Do some better debugging.
13933         Fixes #350784.
13934
13935         * ext/alsa/gstalsamixerelement.c:
13936         (gst_alsa_mixer_element_set_property),
13937         (gst_alsa_mixer_element_change_state):
13938         Cleanups.
13939         Handle setting of a NULL device name better.
13940
13941 2006-08-11  Wim Taymans  <wim@fluendo.com>
13942
13943         * gst/adder/gstadder.c:
13944         Don't clip float values. Fixes #350900.
13945
13946 2006-08-11  Andy Wingo  <wingo@pobox.com>
13947
13948         * gst/tcp/gsttcp.c: Really fix the build?
13949
13950         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13951         fixes the build.
13952
13953 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13954
13955         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13956           Float caps shouldn't have a "signed" field.
13957
13958 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13959
13960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13961           Implement SEEKING query in its most basic form, so that we can
13962           at least check if we're seekable or not (#350655).
13963
13964 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13965
13966         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13967           The checks here are not even close to anything that would
13968           justify MAXIMUM probability, lowering to POSSIBLE until someone
13969           fixes the checks (case at hand: quicktime redirection files
13970           might start with 00 00 01 XX and pass the checks here just
13971           fine, see #350399).
13972
13973 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13974
13975         Patch by: Sjoerd Simons  <sjoerd at luon net>
13976
13977         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13978           Better detection for multipart/x-mixed-replace: accept leading
13979           whitespaces before the boundary marker as well (as our very own
13980           multipartmux used to produce) (#349068).
13981
13982 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         Patch by: Young-Ho Cha  <ganadist at chollian net>
13985
13986         * gst-libs/gst/riff/riff-ids.h:
13987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13988         (gst_riff_create_audio_template_caps):
13989           Detect DTS audio streams (#350157).
13990
13991 2006-08-05  Andy Wingo  <wingo@pobox.com>
13992
13993         * ext/theora/gsttheoraparse.h:
13994         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13995         (theora_parse_dispose, theora_parse_set_property)
13996         (theora_parse_get_property, theora_parse_munge_granulepos)
13997         (theora_parse_push_buffer, theora_parse_change_state):
13998         API: GstTheoraParse::synchronization-points
13999         Add a property 'synchronization-points' to fix badly synchronized oggs.
14000
14001 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14002
14003         * tests/check/Makefile.am:
14004         * tests/check/libs/.cvsignore:
14005         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14006         (fixed_caps_have_channel_positions), (GST_START_TEST),
14007         (audio_suite), (main):
14008           Add a few tests for the channel position stuff in libgstaudio.
14009
14010 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14013         (gst_alsa_detect_channels):
14014         * ext/alsa/gstalsasink.c:
14015           Add support for cards that (only) do more than 8 channels,
14016           like the Delta 44 (#345188).
14017
14018         * gst-libs/gst/audio/multichannel.c:
14019         (gst_audio_check_channel_positions):
14020         * gst-libs/gst/audio/multichannel.h:
14021           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14022           unspecified channel position and cannot be combined with any
14023           of the other audio channel positions; adjust position layout
14024           checks accordingly (#345188).
14025
14026 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14027
14028         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14029           Recognise ancient RealAudio files (see #349779).
14030
14031 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14032
14033         Patch by: Jens Granseuer  <jensgr at gmx net>
14034
14035         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14036           Add typefinder for Interplay's MVE format (#348973).
14037
14038 2006-08-02  Wim Taymans  <wim@fluendo.com>
14039
14040         Patch by: Marcel Moreaux <marcelm at luon dot net>
14041
14042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14043         (gst_base_rtp_depayload_add_to_queue):
14044         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14045         Handle RTP sequence number rollover.
14046         Disable jitterbuffer by default.
14047
14048 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14049
14050         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14051         (audioresample_set_caps):
14052         Don't leak references to the incoming caps. Clean them up when
14053         stopping.
14054
14055         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14056         (gst_video_scale_finalize):
14057         Don't leak our temporary pixel buffer.
14058
14059         * tests/check/Makefile.am:
14060         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14061         (GST_START_TEST), (simple_launch_lines_suite):
14062
14063         Fix leaks and re-enable the test for valgrind checking.
14064
14065 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14066
14067         Patch by: Sjoerd Simons  <sjoerd at luon net>
14068
14069         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14070         (plugin_init):
14071           Add typefind function for multipart/x-mixed-replace (#348916).
14072
14073 2006-07-28  Wim Taymans  <wim@fluendo.com>
14074
14075         * gst/adder/gstadder.c: (gst_adder_setcaps),
14076         (gst_adder_query_duration):
14077         Fix leak in duration query.
14078         Reflow some docs and notes.
14079
14080 2006-07-28  Michael Smith  <msmith@fluendo.com>
14081
14082         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14083         (vorbisenc_suite):
14084           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14085           aspect of it.
14086
14087 2006-07-28  Michael Smith  <msmith@fluendo.com>
14088
14089         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14090         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14091         (gst_vorbis_enc_push_buffer),
14092         (gst_vorbis_enc_buffer_check_discontinuous),
14093         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14094         * ext/vorbis/vorbisenc.h:
14095           Handle discontinuities in the input vorbis stream correctly,
14096           so that the output is properly timestamped (and has good granulepos
14097           values). Needs some oggmux fixes too.
14098
14099 2006-07-27  Wim Taymans  <wim@fluendo.com>
14100
14101         patch by: Kai Vehmanen <kv2004 eca cx>
14102
14103         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14104         (gst_base_rtp_depayload_chain),
14105         (gst_base_rtp_depayload_handle_sink_event),
14106         (gst_base_rtp_depayload_change_state):
14107         Don't send multiple newsegments with different formats.
14108         Fixes #348677.
14109
14110 2006-07-26  Wim Taymans  <wim@fluendo.com>
14111
14112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14113         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14114         Make seeking in ogg more accurate again by doing the more correct
14115         granuletime to stream time conversion.
14116
14117 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14118
14119         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14120         (gst_multi_fd_sink_new_client):
14121           debug a little more understandably
14122           do not use goto as a substitute for break, especially if
14123           break is also being used
14124
14125 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14126
14127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14128         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14129           Remove GLib-2.6 compatibility cruft.
14130
14131 2006-07-24  Wim Taymans  <wim@fluendo.com>
14132
14133         * gst-libs/gst/audio/gstbaseaudiosink.c:
14134         (gst_base_audio_sink_render):
14135         Don't try to align a sample to an unknown value.
14136
14137 2006-07-24  Wim Taymans  <wim@fluendo.com>
14138
14139         * gst-libs/gst/audio/gstbaseaudiosink.c:
14140         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14141         When the audio clock is slaved to another clock, never try to align
14142         samples but trust the rate interpolation algorithm.
14143
14144 2006-07-24  Wim Taymans  <wim@fluendo.com>
14145
14146         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14147         Don't try to calculate silence samples, base class does this much
14148         better now.
14149
14150         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14151         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14152         (gst_ring_buffer_acquire):
14153         Calculate silence samples correctly.
14154
14155         * gst-libs/gst/audio/gstringbuffer.h:
14156         Add _CAST macro.
14157
14158 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14161           Limit search for the first markup tag to the first few kB of
14162           the file. If we don't find one there, it's highly unlikely that
14163           this is an XML(-ish) file.
14164
14165 2006-07-21  Andy Wingo  <wingo@pobox.com>
14166
14167         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14168         test to the one in vorbisenc. Also commented out.
14169
14170         * tests/check/pipelines/vorbisenc.c: 
14171         (test_discontinuity): New test, commented out until Mike lands
14172         some elite vorbisenc patches.
14173
14174         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14175         Bufferstraw was actually factored out of these tests. Now we share
14176         code yay.
14177
14178         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14179         for bufferstraw addition to gstcheck.
14180
14181 2006-07-21  Wim Taymans  <wim@fluendo.com>
14182
14183         * ext/theora/theoradec.c: (clip_buffer):
14184         Better clipping.
14185
14186 2006-07-21  Wim Taymans  <wim@fluendo.com>
14187
14188         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14189         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14190         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14191         Fix leak.
14192         Avoid type casting when we can.
14193
14194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14195         Fix mem leak.
14196
14197 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14198
14199         * ext/alsa/gstalsamixerelement.c:
14200         (gst_alsa_mixer_element_change_state):
14201           Make state change fail if the specified device can't be opened
14202           for some reason.
14203
14204 2006-07-20  Wim Taymans  <wim@fluendo.com>
14205
14206         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14207         (cb_newpad), (main):
14208         Example of a small audio/video player using decodebin.
14209
14210 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14211
14212         * gst-libs/gst/riff/riff-ids.h:
14213           Add 'fact' chunk id
14214
14215 2006-07-19  Wim Taymans  <wim@fluendo.com>
14216
14217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14218         (gst_base_rtp_depayload_chain),
14219         (gst_base_rtp_depayload_change_state):
14220         Don't assert when not negotiated but post a meaningfull 
14221         error message. Fixes #347918.
14222
14223         * gst-libs/gst/rtp/gstbasertppayload.c:
14224         Add comment about better default MTU size.
14225
14226         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14227         Small cleanups, start docs.
14228
14229 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14230
14231         Patch by: Martin Szulecki
14232
14233         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14234           If "device-name" is requested and the device is not
14235           open, try to temporarily open it to obtain this
14236           information (#342494).
14237
14238 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14239
14240         * gst-libs/gst/tag/gstid3tag.c:
14241           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14242
14243         * gst-libs/gst/tag/gsttageditingprivate.h:
14244         * gst-libs/gst/tag/gstvorbistag.c:
14245           Some more random const-ifications.
14246
14247 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14248
14249         * gst-libs/gst/riff/riff-ids.h:
14250         * gst-libs/gst/riff/riff-media.c:
14251         (gst_riff_create_video_template_caps):
14252           Add more FOURCCs (sort list to make stuff easier to find),
14253           add comment what those 16 bytes in struct _gst_riff_strh according to
14254           one avi-dumper are
14255
14256 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * gst-libs/gst/audio/multichannel.c:
14259         (gst_audio_check_channel_positions),
14260         (gst_audio_fixate_channel_positions):
14261           Const-ify two arrays.
14262
14263 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14264
14265         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14266           Fix typo, so that alsasink also advertises 8 channels
14267           if that's supported (tags: can, worms, open, alsa, ph34r).
14268
14269 2006-07-17  Wim Taymans  <wim@fluendo.com>
14270
14271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14272         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14273         *sigh*, when is the compiler going to warn when the comments
14274         are out-of-sync with the code.. Refix case of busted theora
14275         headers with 0 granule pos.
14276
14277 2006-07-14  Wim Taymans  <wim@fluendo.com>
14278
14279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14280         (gst_base_rtp_depayload_wait),
14281         (gst_base_rtp_depayload_change_state),
14282         (gst_base_rtp_depayload_set_property),
14283         (gst_base_rtp_depayload_get_property):
14284         Fix 99% cpu load by waiting for absolute times on the
14285         clock. Fixes #347300.
14286
14287 2006-07-14  Andy Wingo  <wingo@pobox.com>
14288
14289         * ext/theora/gsttheoraparse.h: 
14290         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14291         (theora_parse_push_headers, theora_parse_clear_queue)
14292         (theora_parse_drain_queue_prematurely, )
14293         (theora_parse_sink_event, theora_parse_change_state): Queue events
14294         until we initialized our state, like in vorbisparse.
14295
14296         * ext/vorbis/vorbisparse.h: 
14297         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14298         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14299         (vorbis_parse_drain_queue_prematurely, )
14300         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14301         until we have initialized our state. Fixes seeking after an
14302         initial pad block.
14303
14304 2006-07-14  Andy Wingo  <wingo@pobox.com>
14305
14306         Patch by: Iain Holmes <iaingnome@gmail.com>
14307         
14308         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14309
14310 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14311
14312         * configure.ac:
14313         Bump nano back to CVS
14314
14315 === release 0.10.9 ===
14316
14317 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14318
14319         * configure.ac:
14320           releasing 0.10.9, "I walk the line"
14321
14322 2006-07-14  Michael Smith  <msmith@fluendo.com>
14323
14324         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14325           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14326           (commonly happens when running this test under valgrind) when trying
14327           to remove the buffer probe.
14328
14329 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14330
14331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14332         Fix missing g_unlock from the previous commit
14333
14334 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14335
14336         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14337         (gst_ximagesink_change_state):
14338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14339         (gst_xvimagesink_change_state):
14340         Implement a locking order to ensure we always take the object lock
14341         before the x_lock and never vice-versa.
14342
14343 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14344
14345         * gst/playback/gstdecodebin.c: (find_compatibles):
14346         Fix a caps leak when linking (#347304)
14347
14348         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14349         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14350         (gst_ximagesink_change_state):
14351         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14352         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14353         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14354         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14355         Don't leak shared memory resources. Use the object lock to protect
14356         against the xcontext disappearing while returning a buffer from the
14357         pipeline. (#347304)
14358
14359 2006-07-12  Edward Hervey  <edward@fluendo.com>
14360
14361         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14362         (vorbis_handle_comment_packet):
14363         gst_tag_list_merge() returns a new object. Take that into account when
14364         using it. This avoids memleak.
14365         Revert previous commit which is not needed.
14366
14367 2006-07-12  Edward Hervey  <edward@fluendo.com>
14368
14369         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14370         Reset the decoder in finalize so that all fields get cleared.
14371
14372 2006-07-12  Wim Taymans  <wim@fluendo.com>
14373
14374         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14375         (gst_base_audio_src_set_clock),
14376         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14377         Don't try to post an error message when setting the clock fails
14378         as this can happen when adding an element to a bin which will then
14379         deadlock. Fixes #347296.
14380
14381 2006-07-12  Edward Hervey  <edward@fluendo.com>
14382
14383         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14384         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14385         (vorbis_handle_type_packet):
14386         Post tag messages on the bus even if we're not initialized.
14387         If we're not initialized, we still postpone the event pushing of tags.
14388
14389 2006-07-12  Wim Taymans  <wim@fluendo.com>
14390
14391         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14392         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14393         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14394         Revert last two changes that broke the freeze.
14395
14396 2006-07-12  Wim Taymans  <wim@fluendo.com>
14397
14398         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14399         basesink calculates silence sample correctly for us.
14400
14401 2006-07-12  Wim Taymans  <wim@fluendo.com>
14402
14403         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14404         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14405         Calculate correct silence samples so we don't fill our ringbuffer
14406         with noise.
14407
14408 2006-07-12  Edward Hervey  <edward@fluendo.com>
14409
14410         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14411         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14412         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14413         * ext/vorbis/vorbisdec.h:
14414         Delay sending events (newsegment, tags) until the decoder is properly
14415         initialized.
14416         Fixes #347295
14417
14418 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14419
14420         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14421         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14422           Patch from #347221 adding a test for audioconvert
14423           channel remappings.
14424
14425 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14426
14427         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14428         (gst_ssa_parse_parse_line):
14429           Don't include the terminating NUL in the buffer size,
14430           it's only there for extra paranoia (would add random
14431           '*' characters at the end of each subtitle since the
14432           terminator itself is not valid UTF-8 technically).
14433           Also fix indenting after boilerplate macro.
14434
14435 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14436
14437         * gst/playback/gstdecodebin.c: (close_pad_link):
14438           Also emit 'unknown-type' signal (which should really be
14439           called unhandled-type) if we found potential decoders/demuxers
14440           in the registry but none of them worked in the end (as in the
14441           case where the plugins don't exist any longer but are still
14442           listed in the registry). Fixes #329798.
14443
14444 2006-07-08  Andy Wingo  <wingo@pobox.com>
14445
14446         * theoraparse.c (theora_parse_push_buffer)
14447         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14448         Add some more debugging. Fix granulepos reconstruction in the face
14449         of discontinuities.
14450
14451 2006-07-06  Wim Taymans  <wim@fluendo.com>
14452
14453         * gst-libs/gst/audio/gstbaseaudiosink.c:
14454         (gst_base_audio_sink_class_init),
14455         (gst_base_audio_sink_provide_clock):
14456         Use gobject_class instead of G_OBJECT_CLASS (klass)
14457
14458         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14459         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14460         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14461         (gst_base_audio_src_get_time),
14462         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14463         (gst_base_audio_src_create_ringbuffer):
14464         Fix latency and buffer-time constants and properties ala basesink.
14465         Implement pull based scheduling. Fixes #346527.
14466         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14467         one segment.
14468         Refuse slaving to another clock instead of silently not working.
14469         Only provide a clock when we are actually able to do so.
14470         Various small cleanups and compiler hints.
14471
14472 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14473
14474         Patch by: Lutz Mueller <lutz at topfrose de>
14475
14476         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14477         (plugin_init):
14478           Add typefinding for text/html (#346581).
14479
14480 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14481
14482         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14483         (xml_check_first_element), (xml_type_find), (smil_type_find):
14484           Fix SMIL typefinding, make xml_check_first_element() more
14485           useful.
14486
14487 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14488
14489         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14490         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14491         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14492         * gst/playback/gstplaybasebin.h:
14493           Protect list of elements with a subtitle-encoding property and
14494           the subtitle encoding member itself with a lock of their own
14495           instead of using the object lock. This prevents a dead-lock in
14496           the element-remove callback in some circumstances when shutting
14497           down playbin.
14498
14499 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14500
14501         * win32/common/libgsttag.def:
14502         Export some new functions.
14503         * win32/vs6/libgstogg.dsp:
14504         Add a link to libgsttag-0.10.lib.
14505
14506 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14509           Some const-ification.
14510
14511 2006-07-04  Wim Taymans  <wim@fluendo.com>
14512
14513         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14514         Improve checking if we are dealing with a stream. Added some
14515         more uris that need buffering.
14516
14517 2006-07-03  Edward Hervey  <edward@fluendo.com>
14518
14519         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14520         Remove unused variable.
14521
14522 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14523
14524         * Makefile.am:
14525           include lcov.mak
14526         * configure.ac:
14527           add GCOV_LIBS to GST_LIBS
14528
14529 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14530
14531         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14532
14533         * ext/alsa/gstalsasrc.c:
14534           Add 32 bps to template caps and increase channels range
14535           from [1,2] to [1,MAX]. See #346326.
14536
14537 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14538
14539         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14540           Recognise 'WMVA' video codec fourcc (#345879).
14541           
14542 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14543          
14544         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14545           Fixed nasty memory leak
14546
14547 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14548
14549         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14550         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14551           fix logging
14552
14553 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14554
14555         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14556         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14557         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14558         Protect remove_fakesink using a mutex, so that we don't try and
14559         remove the fakesink simultaneously from multiple threads.
14560
14561         When going from READY to PAUSED, restore the fakesink, so that
14562         it is there when decodebin gets reused.
14563
14564 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14567         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14568         * gst-libs/gst/rtp/gstbasertppayload.c:
14569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14570         * gst/tcp/gstmultifdsink.c:
14571         * gst/tcp/gsttcpclientsink.c:
14572         * gst/tcp/gsttcpclientsrc.c:
14573         * gst/tcp/gsttcpserversink.c:
14574         * gst/tcp/gsttcpserversrc.c:
14575         * gst/videorate/gstvideorate.c:
14576         * gst/videotestsrc/gstvideotestsrc.c:
14577         * sys/v4l/gstv4ljpegsrc.c:
14578         * sys/v4l/gstv4lmjpegsink.c:
14579         * sys/v4l/gstv4lsrc.c:
14580         * tests/examples/seek/scrubby.c:
14581         * tests/examples/seek/seek.c:
14582           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14583
14584 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14585
14586         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14587           Second field in GEnumValue shouldn't be a description,
14588           but a stringified version of the enum value.
14589
14590 2006-06-22  Wim Taymans  <wim@fluendo.com>
14591
14592         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14593         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14594         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14595         Avoid type checking in buffer casts.
14596         Avoid caps copy in buffer_alloc when we can.
14597         Use pad_peer_accept.
14598
14599 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14600
14601         * gst-libs/gst/tag/tag.h:
14602           Oops, make that 'Since: 0.10.9'.
14603
14604 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14605
14606         * docs/libs/gst-plugins-base-libs-sections.txt:
14607         * gst-libs/gst/tag/tag.h:
14608         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14609         (gst_tag_image_type_get_type):
14610           API: add GstTagImageType enum to describe images contained
14611           in image tags (#345641).
14612
14613 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14616           Fix warnings with gst-inspect: "buffers-min" property
14617           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14618           typo in property description.
14619
14620 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14621
14622         Patch by: Cody Russell <bratsche at gnome org>
14623
14624         * gst/audioresample/gstaudioresample.c:
14625         (gst_audioresample_class_init):
14626         * gst/playback/gststreamselector.c:
14627         (gst_stream_selector_class_init):
14628         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14629         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14630         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14631         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14632         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14633         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14634         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14635         * gst/videotestsrc/gstvideotestsrc.c:
14636         (gst_video_test_src_class_init):
14637         * gst/volume/gstvolume.c: (gst_volume_class_init):
14638           Avoid unnecessary class cast check in class_init
14639           functions (#337747).
14640
14641 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14644         (gst_text_overlay_video_chain):
14645           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14646           and doesn't validate its input either (and neither did
14647           textoverlay it seems). Let's do that then and fix #345206.
14648
14649 2006-06-19  Wim Taymans  <wim@fluendo.com>
14650
14651         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14652         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14653         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14654         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14655         (find_syncframe), (find_limits), (assign_value),
14656         (count_burst_unit), (gst_multi_fd_sink_new_client),
14657         (gst_multi_fd_sink_handle_client_write),
14658         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14659         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14660         (gst_multi_fd_sink_change_state):
14661         * gst/tcp/gstmultifdsink.h:
14662         Added shiny new burst-on-connect methods.
14663         Add properties to control the minimal amount of data queued.
14664         Small cleanups.
14665         API: bytes-min property
14666         API: time-min property
14667         API: buffers-min property
14668         API: burst-unit property
14669         API: burst-value property
14670         API: add-full signal
14671
14672         * gst/tcp/gsttcp-marshal.list:
14673         Added new marshaller code for the new signal.
14674
14675         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14676         (multifdsink_suite):
14677         Added testcases for new burst methods.
14678
14679 2006-06-19  Edward Hervey  <edward@fluendo.com>
14680
14681         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14682         Implement clipping for accurate seeking.
14683         Closes #345225
14684
14685 2006-06-19  Wim Taymans  <wim@fluendo.com>
14686
14687         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14688
14689         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14690         (gst_video_scale_transform):
14691         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14692
14693 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14694
14695         * configure.ac:
14696           Fix --disable-external (can't set conditionals conditionally,
14697           #343602).
14698
14699 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         * tests/check/elements/audioresample.c: (test_reuse),
14702         (audioresample_suite):
14703           Add test case for bug #342789 fixed below.
14704
14705 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14706
14707         * gst/audioresample/gstaudioresample.c:
14708         (gst_audioresample_class_init), (gst_audioresample_init),
14709         (audioresample_start), (audioresample_stop),
14710         (gst_audioresample_set_property), (gst_audioresample_get_property):
14711           Implement GstBaseTransform::start and ::stop so that audioresample
14712           can clear its internal state properly and be reused instead of
14713           causing non-negotiated errors with playbin under some circumstances
14714           (#342789).
14715
14716         * tests/check/elements/audioresample.c: (setup_audioresample),
14717         (cleanup_audioresample):
14718           Need to set element state here so that ::start and ::stop are
14719           called.
14720
14721 2006-06-16  Wim Taymans  <wim@fluendo.com>
14722
14723         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14724
14725         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14726         Parse extra data better, apparently it's right behind
14727         the normal strf header size. Fixes #343500.
14728
14729 2006-06-16  Wim Taymans  <wim@fluendo.com>
14730
14731         * ext/alsa/gstalsasink.c: (set_hwparams):
14732         If we fail to set the buffer_time and period_time alsa
14733         parameters, post a warning and leave alsa select a 
14734         default instead of failing. Fixes #342085
14735
14736 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14737
14738         * docs/libs/gst-plugins-base-libs-sections.txt:
14739         * gst-libs/gst/cdda/gstcddabasesrc.h:
14740           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14741           out in the header file and shouldn't be listed in the docs.
14742
14743         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14744           Must dereference pointer to fourcc in the debug statement.
14745
14746 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14747
14748         * docs/libs/Makefile.am:
14749         * docs/libs/gst-plugins-base-libs-docs.sgml:
14750         * docs/libs/gst-plugins-base-libs-sections.txt:
14751         * docs/libs/gst-plugins-base-libs.types:
14752         add remaining symbols into correct setions
14753         
14754         * gst-libs/gst/audio/gstringbuffer.c:
14755         fix incomplete docs
14756         
14757         * gst-libs/gst/audio/gstringbuffer.h:
14758         comment out not yet implemented function
14759         
14760         
14761         * gst-libs/gst/floatcast/floatcast.h:
14762         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14763         add short descriptions
14764         
14765         
14766         * gst-libs/gst/interfaces/propertyprobe.c:
14767         fix return value docs   
14768         
14769         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14770         simplify debug logging
14771         
14772         * gst-libs/gst/riff/riff-read.h:
14773         sync function prototype and docs
14774         
14775         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14776         remove left over symbol
14777
14778 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14779
14780         * autogen.sh:
14781         * configure.ac:
14782         * docs/Makefile.am:
14783           Use GST_PLUGIN_DOCS macro in configure.ac, add
14784           --enable-plugin-docs default to autogen.sh and use
14785           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14786
14787 2006-06-15  Wim Taymans  <wim@fluendo.com>
14788
14789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14790         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14791         (gst_ogg_demux_loop):
14792         Combine GstFlowReturn from the source pads to give a
14793         meaningfull result to the upstream peer or to stop the
14794         processing task in case of errors.
14795
14796 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * gst/playback/gststreaminfo.c: (cb_probe):
14799           Try GST_TAG_CODEC as fallback when extracting the
14800           codec name; more debug info.
14801
14802 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14803
14804         * ext/ogg/Makefile.am:
14805         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14806           Extract language tags from ogm subtitle streams, so that
14807           the subtitle menu choices are labelled correctly in
14808           Totem (fixes #344708).
14809
14810 2006-06-14  Wim Taymans  <wim@fluendo.com>
14811
14812         Patch by: Alessandro Decina <alessandro at nnva dot org>
14813
14814         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14815         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14816         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14817         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14818         Fix various leaks. Fixes #343699.
14819         Add x-smoke mime type.
14820
14821 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14822
14823         * gst-libs/gst/riff/riff-ids.h:
14824           Add IDs for 'bext' chunks (see #343837).
14825
14826 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14827
14828         Patch by: Young-Ho Cha  <ganadist at chollian net>
14829
14830         * gst/subparse/samiparse.c: (sami_context_pop_state),
14831         (handle_start_font), (end_sami_element):
14832           Honour font face tags in SAMI subtitles (#344503).
14833
14834 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14835
14836         * po/POTFILES.in:
14837           add missing files containing translatable strings
14838
14839 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14840
14841         * docs/libs/tmpl/.cvsignore:
14842           we don't want those *.sgml files in CVS either
14843
14844 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14845
14846         * docs/libs/.cvsignore:
14847         * tests/check/elements/.cvsignore:
14848         * tests/check/libs/.cvsignore:
14849           ignore more
14850
14851 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14852
14853         * docs/libs/Makefile.am:
14854           also commiting the changed Makefile.am (added more libs to the
14855           doc-build)
14856
14857 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14858
14859         * docs/libs/gst-plugins-base-libs-docs.sgml:
14860         * docs/libs/gst-plugins-base-libs-sections.txt:
14861         * docs/libs/gst-plugins-base-libs.types:
14862           first batch of reordering things, add index & hierarchy
14863
14864 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14865
14866         * configure.ac:
14867           use GST_PKG_CHECK_MODULES, cleans up output
14868
14869 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14870
14871         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14872           Add support for burn:// URIs (#343385); const-ify things a bit,
14873           use G_N_ELEMENTS instead of hard-coded array size.
14874
14875 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14876
14877         Patch by: Young-Ho Cha  <ganadist at chollian net>
14878
14879         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14880           Fix up broken entities before passing them to libxml *sigh*.
14881           (#343303).
14882           
14883 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14884
14885         * configure.ac:
14886           back to TRUNK
14887
14888 === release 0.10.8 ===
14889
14890 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14891
14892         * configure.ac:
14893           releasing 0.10.8, "Moar gij ziet mij nie"
14894
14895 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14896
14897         * configure.ac:
14898         * po/af.po:
14899         * po/az.po:
14900         * po/cs.po:
14901         * po/en_GB.po:
14902         * po/hu.po:
14903         * po/it.po:
14904         * po/nb.po:
14905         * po/nl.po:
14906         * po/or.po:
14907         * po/sq.po:
14908         * po/sr.po:
14909         * po/sv.po:
14910         * po/uk.po:
14911         * po/vi.po:
14912         * win32/common/config.h:
14913           0.10.7.2 prerelease
14914
14915 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14916
14917         * docs/libs/tmpl/gstaudio.sgml:
14918         * docs/libs/tmpl/gstcolorbalance.sgml:
14919         * docs/libs/tmpl/gstmixer.sgml:
14920         * docs/libs/tmpl/gstringbuffer.sgml:
14921         * docs/libs/tmpl/gsttuner.sgml:
14922         * docs/libs/tmpl/gstxoverlay.sgml:
14923         * gst-libs/gst/audio/audio.c:
14924         * gst-libs/gst/audio/gstringbuffer.c:
14925         * gst-libs/gst/interfaces/colorbalance.c:
14926         * gst-libs/gst/interfaces/mixer.c:
14927         * gst-libs/gst/interfaces/tuner.c:
14928         * gst-libs/gst/interfaces/xoverlay.c:
14929           move last template doc snippets to source code and delete them
14930
14931 2006-06-06  Michael Smith  <msmith@fluendo.com>
14932
14933         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14934         (theora_parse_drain_queue):
14935           Mark DELTA_UNIT on non-keyframes.
14936
14937 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14938
14939         * gst-libs/gst/audio/gstbaseaudiosink.c:
14940         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14941         * gst-libs/gst/audio/gstbaseaudiosink.h:
14942         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14943         (gst_ring_buffer_samples_done):
14944         * gst-libs/gst/audio/gstringbuffer.h:
14945         Document better the fact that latency_time and buffer_time are values
14946         stored in microseconds, and not the usual GStreamer nanoseconds.
14947         Change the variables (compatibly) that store them from GstClockTime 
14948         to guint64 to make it more clear that they're not storing clock times.
14949         Also, remove the bogus property description that says the user can
14950         specify -1 to get the default value, since that's never been the case.
14951
14952         When computing the default segment size for the ring buffer, make it
14953         an integer number of samples.
14954
14955         When the sub-class indicates a delay greater than the number of
14956         samples we've written return 0 from the audio sink get_time method.
14957
14958 2006-06-02  Michael Smith  <msmith@fluendo.com>
14959
14960         * tests/check/elements/audioconvert.c: (set_channel_positions),
14961         (get_float_mc_caps), (get_int_mc_caps):
14962         * tests/check/elements/audioresample.c:
14963         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14964         * tests/check/elements/videorate.c:
14965         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14966         * tests/check/elements/volume.c:
14967         * tests/check/elements/vorbisdec.c:
14968         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14969           Don't busy-wait in tests; this was causing test timeouts very
14970           frequently when running under valgrind.
14971
14972 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14973
14974         * gst/tcp/README:
14975         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14976         (gst_multi_fd_sink_remove_client_link),
14977         (gst_multi_fd_sink_client_queue_caps),
14978         (gst_multi_fd_sink_client_queue_buffer),
14979         (gst_multi_fd_sink_handle_client_write),
14980         (gst_multi_fd_sink_render):
14981         * gst/tcp/gstmultifdsink.h:
14982           make multifdsink properly deal with streamheader:
14983           - streamheader is taken from caps
14984           - buffers marked with IN_CAPS are not sent
14985           - streamheaders are sent, on connection, from the caps of the
14986             buffer where the client gets positioned to
14987           - further streamheader changes are done every time the client
14988             will receive a buffer with different caps
14989         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14990         (gst_multifdsink_create_streamheader):
14991           add tests for this
14992
14993 2006-06-02  Michael Smith  <msmith@fluendo.com>
14994
14995         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14996           Reinstate limit on channel count. Vorbis does not define the meaning
14997           of > 6 channels, so they're just independent channels. Gstreamer
14998           currently has no mechanism to represent N independent channels.
14999
15000 2006-06-02  Michael Smith  <msmith@fluendo.com>
15001
15002         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15003           Don't arbitrarily restrict channel counts and rate in vorbis.
15004           In terms of effects likely on real-world files, this fixes 96kHz
15005           playback of vorbis.
15006
15007 2006-06-02  Michael Smith  <msmith@fluendo.com>
15008
15009         * gst/audioconvert/audioconvert.c: (float):
15010           More correct float->int conversion.
15011
15012 2006-06-02  Michael Smith  <msmith@fluendo.com>
15013
15014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15015           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15016           value. Fixes g-critical on trying to play back ogg containing
15017           unknown codec.
15018
15019 2006-06-02  Wim Taymans  <wim@fluendo.com>
15020
15021         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15022         (setup_source):
15023         * gst/playback/gstplaybasebin.h:
15024         Make the subtitle detection work from any thread so we don't
15025         deadlock. Fixes #343397.
15026
15027 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15028
15029         * gst/volume/Makefile.am:
15030           Seriously, it's not *that* hard to get compilation right.  Even
15031           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15032
15033 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15034
15035         * gst/volume/gstvolume.c: (volume_choose_func),
15036         (volume_update_real_volume), (gst_volume_class_init),
15037         (gst_volume_init), (volume_process_float), (volume_process_int16),
15038         (volume_process_int16_clamp), (volume_set_caps),
15039         (volume_transform_ip), (plugin_init):
15040         * gst/volume/gstvolume.h:
15041         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15042         another property desc., remove unused param from process function
15043         
15044         * tests/check/elements/volume.c: (volume_suite):
15045         reactivate the passthrough test
15046
15047 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15048
15049         * ext/alsa/gstalsamixerelement.h:
15050         * ext/alsa/gstalsamixeroptions.h:
15051         * ext/alsa/gstalsamixertrack.h:
15052         * ext/gnomevfs/gstgnomevfssink.h:
15053         * ext/gnomevfs/gstgnomevfssrc.h:
15054         * ext/theora/gsttheoradec.h:
15055         * ext/theora/gsttheoraenc.h:
15056         * ext/theora/gsttheoraparse.h:
15057         * ext/vorbis/vorbisparse.h:
15058         * gst-libs/gst/audio/gstaudioclock.h:
15059         * gst-libs/gst/audio/gstaudiofilter.h:
15060         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15061         * gst/audioconvert/gstaudioconvert.h:
15062         * gst/audioresample/gstaudioresample.h:
15063         * gst/audiotestsrc/gstaudiotestsrc.h:
15064         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15065         * gst/playback/gststreamselector.h:
15066         * gst/tcp/gstmultifdsink.h:
15067         * gst/tcp/gsttcpclientsink.h:
15068         * gst/tcp/gsttcpclientsrc.h:
15069         * gst/tcp/gsttcpserversink.h:
15070         * gst/tcp/gsttcpserversrc.h:
15071         * gst/videorate/gstvideorate.h:
15072         * gst/videoscale/gstvideoscale.h:
15073         * gst/videotestsrc/gstvideotestsrc.h:
15074         * gst/volume/gstvolume.h:
15075         * sys/v4l/gstv4ljpegsrc.h:
15076         * sys/v4l/gstv4lmjpegsink.h:
15077         * sys/v4l/gstv4lmjpegsrc.h:
15078         * sys/v4l/gstv4lsrc.h:
15079         * sys/ximage/ximagesink.h:
15080         * sys/xvimage/xvimagesink.h:
15081         * tests/old/testsuite/alsa/sinesrc.h:
15082         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15083
15084 2006-05-31  Wim Taymans  <wim@fluendo.com>
15085
15086         * ext/libvisual/visual.c: (gst_visual_reset),
15087         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15088         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15089         Handle DISCONT.
15090         Use running time before doing QoS.
15091         Handle mono too.
15092
15093 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15094
15095         * docs/libs/Makefile.am:
15096           set a magic variable to indicate we know the docs are incomplete
15097
15098 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15099
15100         * win32/common/libgstvideo.def:
15101           export gst_video_calculate_display_ratio
15102         * win32/vs6/libgstvideoscale.dsp:
15103           add link to libgstvideo-0.10.lib
15104
15105 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         * gst/playback/gstplaybasebin.c: (gen_source_element):
15108           Throw a more comprehensible error for rtsp:// URIs (rather
15109           than erroring out with a negotiation error later on) until
15110           we fix playbin to handle rtspsrc etc.
15111
15112 2006-05-30  Wim Taymans  <wim@fluendo.com>
15113
15114         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15115         (gst_text_overlay_text_event):
15116         Added some FIXMEs.
15117
15118 2006-05-30  Wim Taymans  <wim@fluendo.com>
15119
15120         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15121         (gst_adder_request_new_pad), (gst_adder_release_pad):
15122         * gst/adder/gstadder.h:
15123         Implement release_request_pad.
15124         Make padcounter atomic.
15125
15126         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15127         Added check for release_pad in adder.
15128
15129 2006-05-30  Wim Taymans  <wim@fluendo.com>
15130
15131         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15132         Fix build again.
15133
15134 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15135
15136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15137         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15138         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15139         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15140         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15141         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15142         (gst_ogg_demux_bisect_forward_serialno),
15143         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15144         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15145           add more debugging
15146           clean up printf formats for granulepos and serialno
15147
15148 2006-05-30  Michael Smith  <msmith@fluendo.com>
15149
15150         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15151         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15152         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15153         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15154         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15155         * ext/vorbis/vorbisenc.h:
15156           Multi-channel caps negotiation, so we can do proper multichannel
15157           vorbis encoding, negotiated through audioconvert.
15158
15159 2006-05-30  Wim Taymans  <wim@fluendo.com>
15160
15161         * tests/check/elements/adder.c: (test_event_message_received),
15162         (test_play_twice_message_received), (GST_START_TEST),
15163         (adder_suite):
15164         Added check to show that #339935 is fixed with ongoing
15165         adder and collectpads fixes.
15166
15167 2006-05-29  Wim Taymans  <wim@fluendo.com>
15168
15169         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15170         Don't leak pad name.
15171
15172 2006-05-29  Wim Taymans  <wim@fluendo.com>
15173
15174         * gst/adder/gstadder.c: (gst_adder_query_duration),
15175         (forward_event_func), (forward_event), (gst_adder_src_event):
15176         Fix adder seeking.
15177         Make query/seeking code threadsafe.
15178
15179         * tests/check/Makefile.am:
15180         * tests/check/elements/adder.c: (test_event_message_received),
15181         (GST_START_TEST), (test_play_twice_message_received):
15182         Fix adder test case.
15183
15184 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15185
15186         Patch by: Young-Ho Cha  <ganadist at chollian net>
15187
15188         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15189         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15190         (set_encoding_element), (decodebin_element_added_cb),
15191         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15192         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15193         * gst/playback/gstplaybasebin.h:
15194           Add 'subtitle-encoding' property to playbin, so applications can
15195           force a subtitle encoding for non-UTF8 subtitles (#342268).
15196
15197         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15198         (gst_sub_parse_set_property):
15199           Rename recently-added 'encoding' property to 'subtitle-encoding'
15200           (so it can be proxied by playbin/decodebin in a generic way
15201           with less danger of false positives).
15202
15203 2006-05-29  Michael Smith  <msmith@fluendo.com>
15204
15205         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15206         (append_with_other_format), (set_structure_widths),
15207         (gst_audio_convert_transform_caps):
15208           Patch from #341562: give more specific audio caps in get_caps, so
15209           that basetransform  can make better decisions on what caps to
15210           negotiate.
15211
15212 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15213
15214         * tests/check/elements/volume.c:
15215         make it compile again
15216
15217 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15218
15219         * tests/check/elements/volume.c: (volume_suite):
15220         disable test until #343196 gets resolved
15221
15222 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15223
15224         * gst/adder/gstadder.c: (gst_adder_get_type):
15225         Make it easier to copy&paste
15226         
15227         * gst/volume/Makefile.am:
15228         * gst/volume/gstvolume.c: (volume_update_real_volume),
15229         (gst_volume_set_volume), (gst_volume_set_mute),
15230         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15231         (volume_transform_ip), (volume_update_mute),
15232         (volume_update_volume):
15233         * gst/volume/gstvolume.h:
15234         Add own debug category, move duplicate code to helper function, fix
15235         property texts, add more comments and prepare ffor liboil-goodness
15236         
15237         * tests/check/Makefile.am:
15238         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15239         add test for mute and passtrough case, be a bit more verbose to track
15240         failure
15241         
15242         * tests/check/generic/states.c: (GST_START_TEST):
15243         catch elements that fail to instantiate
15244
15245 2006-05-28  Edward Hervey  <edward@fluendo.com>
15246
15247         * tests/check/pipelines/simple-launch-lines.c:
15248         * tests/check/pipelines/theoraenc.c:
15249         * tests/check/pipelines/vorbisenc.c:
15250         Comment out tests using parse_launch() if core was built without
15251         parsing capabilities.
15252
15253 2006-05-27  Edward Hervey  <edward@fluendo.com>
15254
15255         * tests/check/Makefile.am:
15256         Extra bonus points for whoever explains to ensonic that you are meant
15257         to test unit tests thoroughly before commiting them, especially if
15258         you know it's going to break.
15259         De-activated element/adder tests.
15260
15261 2006-05-27  Edward Hervey  <edward@fluendo.com>
15262
15263         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15264         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15265         Marking caps conversion issues as GST_WARNING is way too verbose,
15266         Moving them to GST_LOG.
15267
15268 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         * README:
15271           Replace current README (containing the release notes from
15272           some 0.9.x version) with a proper README taken from the core.
15273
15274 2006-05-26  Wim Taymans  <wim@fluendo.com>
15275
15276         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15277         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15278         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15279         (vorbis_dec_change_state):
15280         Small cleanups.
15281         Add some FIXMEs
15282         Clip output samples to segment boundaries.
15283
15284 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15285
15286         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15287         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15288         Improve the errors produced on bad output, including some human
15289         readable description strings.
15290         Handle the (theoretical for ximagesink) case where the XServer 
15291         has a different idea about the size required for a particular 
15292         frame and gives us too small a memory allocation.
15293
15294 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15295
15296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15297         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15298         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15299         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15300         Improve the errors produced on bad output, including some human 
15301         readable description strings.
15302         Handle RGB Xv formats properly by transforming them into our 
15303         big-endian caps description.
15304         Use gst_caps_truncate to ensure that we never try and choose a
15305         non-fixed caps in buffer_alloc.
15306         Handle the case where the XServer has a different idea about the size
15307         required for a particular frame and gives us too small a memory
15308         allocation.
15309         Use -1 to indicate 'no image format', because 0 is a valid XServer
15310         image format number.
15311         Put RGB Xv formats at the end of the caps, so that we always prefer
15312         YUV format frames.
15313         Iterate the available Xv Encodings to determine the maximum width and
15314         height, and then return that in our caps.
15315         (Closes #315312, #337544)
15316
15317 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15318
15319         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15320         When there is only one unfinished pad and it receives an event that
15321         doesn't match our requirements, we need to set alldone=FALSE so that
15322         the fakesink is not removed yet.
15323
15324 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15325
15326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15327           Use gst_type_find_helper_for_buffer() to find the type
15328           of stream from the first packet.
15329
15330         * configure.ac:
15331           Bump requirements to core CVS (needed for vorbis
15332           typefinding to work).
15333
15334 2006-05-24  Edward Hervey  <edward@fluendo.com>
15335
15336         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15337         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15338         contain.  Else they play perfectly fine with qtdemux.
15339
15340 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15341
15342         * ext/theora/theoradec.c:
15343         * ext/theora/theoraenc.c:
15344         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15345         * gst/audiorate/gstaudiorate.c:
15346           make more debug catagories static
15347         
15348         * tests/check/Makefile.am:
15349         * tests/check/elements/adder.c: (message_received),
15350         (test_event_message_received), (GST_START_TEST),
15351         (test_play_twice_message_received), (adder_suite):
15352           added test case for using element twice, extra bonus points for anyone
15353           who can make these test run reliably
15354
15355 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15356
15357         * ext/theora/theoradec.c: (theora_dec_chain):
15358           Make work with time-stamped input buffers that do not
15359           have a granulepos in BUFFER_OFFSET_END (like theora
15360           buffers coming from matroskademux). Fixes #342448.
15361
15362 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         Patch by: Peter Kjellerstedt  <pkj at axis com>
15365
15366         * gst/tcp/Makefile.am:
15367           fdstresstest doesn't need Gtk+, fix compilation if 
15368           gtk is not available (#342566).
15369
15370 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15371          
15372         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15373           80 line columns
15374           Removed redundant floor()
15375
15376 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15377
15378         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15379           On second thought, just skip JUNK chunks automatically, so
15380           the caller doesn't have to handle this. Fixes #342345.
15381           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15382           not GST_FLOW_ERROR.
15383
15384 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15385
15386         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15387           Don't bail out on JUNK chunks with a size of 0 (would try to
15388           pull_range 0 bytes before, which sources don't like too much).
15389           See #342345.
15390
15391 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15392
15393         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15395         Use the gstutil scaling function to preserve 64 bits while calculating
15396         output width and height from the display-aspect-ratio. (A continuation
15397         of #341542)
15398
15399 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15400
15401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15402         (gst_xvimagesink_buffer_alloc):
15403         * sys/xvimage/xvimagesink.h:
15404         When performing buffer allocations, remember the caps and image format
15405         we return so that if the same caps are asked for next time we can
15406         return them immediately without doing any caps intersections.
15407
15408 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15409          
15410         * gst-libs/gst/rtp/README:
15411           Some new documentation
15412         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15413           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15414         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15415         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15416           New RTP audio base payloader class. Supports frame or sample based
15417           codecs.  Not enabled in Makefile.am until approved.
15418
15419 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15420
15421         * tests/check/elements/alsa.c: (test_device_property_probe):
15422           Fix test case: don't try to free NULL GValueArray when there
15423           are no devices.
15424
15425 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15426
15427         * tests/check/Makefile.am:
15428         * tests/check/elements/alsa.c: (test_device_property_probe),
15429         (alsa_suite), (main):
15430           Add simple test that runs a device property probe on alsasrc,
15431           alsasink and alsamixer. Disable valgrind check for now (too
15432           many leaks in libasound, and valgrind ignored my suppressions
15433           additions).
15434
15435 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15436
15437         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15438         (gst_alsa_device_property_probe_probe_property),
15439         (gst_alsa_device_property_probe_needs_probe),
15440         (gst_alsa_device_property_probe_get_values),
15441         (gst_alsa_type_add_device_property_probe_interface):
15442         * ext/alsa/gstalsadeviceprobe.h:
15443         * ext/alsa/gstalsamixerelement.c:
15444         (gst_alsa_mixer_element_init_interfaces):
15445         * ext/alsa/gstalsamixerelement.h:
15446           Clean up and simplify alsa device probing. Make it actually work
15447           for multiple classes. Don't cache results any longer.
15448
15449         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15450         (gst_alsasink_init):
15451         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15452         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15453         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15454           Make alsasink and alsasrc implement the GstPropertyProbe interface
15455           for device probing (#342181).
15456           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15457
15458 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15459
15460         * gst/subparse/samiparse.c: (handle_start_font):
15461           Don't ignore return value of strtol (++compiler_happiness).
15462
15463 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15464
15465         Patch by: Young-Ho Cha  <ganadist chollian net>
15466
15467         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15468         (gst_sub_parse_class_init), (gst_sub_parse_init),
15469         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15470         (convert_encoding):
15471         * gst/subparse/gstsubparse.h:
15472           Add 'encoding' property (#341681).
15473
15474         * gst/subparse/samiparse.c: (characters_sami):
15475           Output is pango markup, so we need to escape text
15476           between tags (#342143).
15477
15478 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         * gst-libs/gst/audio/multichannel.c:
15481         (gst_audio_check_channel_positions):
15482           It's okay to have caps with channels=1 and a channel position
15483           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15484           (deinterleavers might want to keep the position in the caps,
15485           so that they can be re-interleaved again properly later).
15486           Leave check for unexpected 2-channel layouts intact for now.
15487
15488 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15489
15490         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15491         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15492         basesrc can do its job correctly.
15493
15494 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15495
15496         * ext/alsa/Makefile.am:
15497         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15498         (gst_alsa_detect_formats), (get_channel_free_structure),
15499         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15500         (gst_alsa_probe_supported_formats):
15501         * ext/alsa/gstalsa.h:
15502         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15503           Refactor and improve caps probing code: probe signedness
15504           when we probe the supported formats/widths; set endianness
15505           to the one we actually probed for (ie. cpu endianness).
15506           
15507         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15508         (gst_alsasrc_close):
15509         * ext/alsa/gstalsasrc.h:
15510           Implement caps probing for alsasrc.
15511
15512 2006-05-15  Wim Taymans  <wim@fluendo.com>
15513
15514         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15515         (theora_dec_src_query), (theora_dec_src_event),
15516         (theora_dec_sink_event), (theora_handle_comment_packet),
15517         (theora_handle_data_packet), (theora_dec_change_state):
15518         Cleanups, add some G_LIKELY.
15519         Use segment helpers instead of our own wrong code.
15520         Clear queued buffers on seek and READY.
15521
15522         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15523         (vorbis_dec_convert), (vorbis_dec_src_query),
15524         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15525         (vorbis_handle_comment_packet), (vorbis_dec_push),
15526         (vorbis_handle_data_packet), (vorbis_dec_chain),
15527         (vorbis_dec_change_state):
15528         * ext/vorbis/vorbisdec.h:
15529         Remove old useless packetno variable.
15530         Do position query properly.
15531         Add some G_LIKELY.
15532         Do cleanup of queued buffers in new helper function
15533         and use it.
15534
15535 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15536
15537         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15538           Query supported sample rates. Fixes #341732.
15539
15540 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15541
15542         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15543         (gst_decode_bin_change_state): Make decodebin reusable
15544         when going from PAUSE_TO_READY and then back to PAUSED.
15545         Fixes #331678.
15546
15547 2006-05-15  Wim Taymans  <wim@fluendo.com>
15548
15549         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15550         (vorbis_dec_convert), (vorbis_dec_src_query),
15551         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15552         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15553         (vorbis_dec_clean_queued), (vorbis_dec_push),
15554         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15555         Cleanups. Use refcounting and DEBUG_OBJECT.
15556         Reset segment on flush, use code methods instead of our
15557         own wrong version.
15558         Fix potential memleak.
15559
15560 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15563         (gst_alsasink_init):
15564         * ext/alsa/gstalsasink.h:
15565           Don't leak allocated snd_output_t structure if there's
15566           more than one alsasink instance at a time (#341873).
15567           Also fix GObject macros in header file.
15568           
15569 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * gst/subparse/gstsubparse.c:
15572         (gst_sub_parse_data_format_autodetect):
15573           Don't use libxml functions in the typefinding code.
15574
15575 2006-05-15  Wim Taymans  <wim@fluendo.com>
15576
15577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15578         Fix seeking performance in the case where a non-header 
15579         packet has a 0 granulepos (busted theora case). 
15580         Fixes #341719
15581         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15582          the first place, you limelight stealer you)
15583
15584 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * gst/subparse/gstsubparse.c:
15587         (gst_sub_parse_data_format_autodetect):
15588           Improve SAMI typefinding: handle case where there are
15589           whitespaces or newlines in front of the first <SAMI>
15590           tag (#169936).
15591
15592 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15593
15594         * configure.ac:
15595           Build video4linux plugin even if there's no XVIDEO, just
15596           without implementing the GstXOverlay interface (#334002).
15597          
15598 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15599
15600         * configure.ac:
15601         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15602         (plugin_init):
15603           Add tentative support for libvisual-0.4 (#336881).
15604
15605 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         Patch by: Young-Ho Cha <ganadist at chollian net>
15608
15609         * gst/subparse/samiparse.c: (handle_start_font):
15610           Need to map "silver" colour explicitly (#169936).
15611
15612 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15613
15614         Patch by: Young-Ho Cha  <ganadist at chollian net>
15615
15616         * gst/subparse/Makefile.am:
15617         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15618         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15619         (gst_sub_parse_format_autodetect), (feed_textbuf),
15620         (gst_subparse_type_find), (plugin_init):
15621         * gst/subparse/gstsubparse.h:
15622         * gst/subparse/samiparse.c:
15623         * gst/subparse/samiparse.h:
15624           Add support for SAMI subtitles (#169936).
15625
15626 2006-05-14  Michael Smith  <msmith@fluendo.com>
15627
15628         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15629           Fix #341696: crash when mixing L+R+C to mono or stereo.
15630         * tests/check/Makefile.am:
15631         * tests/check/elements/audioconvert.c: (set_channel_positions),
15632         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15633         (audioconvert_suite):
15634           Add test for the above, including some generic framework bits for
15635           testing multichannel things.
15636
15637 === release 0.10.7 ===
15638
15639 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15640
15641         * configure.ac:
15642           releasing 0.10.7, "Leave the gun"
15643
15644 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15645
15646         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15648         Fix the build.
15649
15650 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15651
15652         * docs/libs/gst-plugins-base-libs-docs.sgml:
15653         * docs/libs/gst-plugins-base-libs-sections.txt:
15654         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15655         * gst-libs/gst/video/video.h:
15656         * gst/videoscale/Makefile.am:
15657         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15659         * tests/check/Makefile.am:
15660         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15661         (main):
15662           Fix integer overflow problem with pixel-aspect-ratio calculations
15663           in videoscale and xvimagesink (#341542)
15664
15665 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15666
15667         * gst-libs/gst/tag/gstid3tag.c:
15668           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15669
15670 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15671
15672         * win32/MANIFEST:
15673           update win32 files listing
15674
15675 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15676
15677         patch by: Sjoerd Simons (sjoerd@luon.net)
15678
15679         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15680         (group_create), (group_destroy), (add_stream),
15681         (gst_play_base_bin_get_property),
15682         (gst_play_base_bin_get_streaminfo_value_array):
15683         * gst/playback/gstplaybasebin.h:
15684           API: GstPlayBaseBin::stream-info-value-array property
15685           use a more bindings-friendly way of exposing streaminfo
15686           using a GValueArray.  Tested in ipython.
15687           Closes #341114
15688
15689 2006-05-11  Wim Taymans  <wim@fluendo.com>
15690
15691         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15692         (queue_underrun_cb), (queue_filled_cb):
15693         Also catch queue underruns but don't do anything yet.
15694         Refactor and comment queue enlarging code a bit.
15695
15696         * gst/playback/gstplaybasebin.c: (queue_overrun),
15697         (queue_threshold_reached), (queue_out_of_data),
15698         (gen_preroll_element):
15699         If a queue over/underruns check that we don't create nasty
15700         deadlocks when the min-threshold is not reached but the
15701         max-bytes is. In those cases disable max-bytes when we
15702         know that the queue is fed timed data.
15703         Add more comments.
15704
15705 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15706
15707         * gst/playback/gstplaybin.c: (gen_audio_element):
15708           Make playbin automatically plug an 'audioresample'
15709           element before the audio sink as well. This solves
15710           problems with sinks that only accept a very specific
15711           sample rate, like esdsink (e.g. #340379).
15712
15713 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15714
15715         * gst/playback/gstplaybasebin.c: (gen_source_element):
15716           Make http sources send special headers so that we receive
15717           icecast metadata if the http stream is an icecast stream
15718           (otherwise the server will just ignore them). This also
15719           means that from now on users will need the 'icydemux'
15720           element from gst-plugins-good installed if they want to
15721           listen to icecast radio streams. (#341432, #333657).
15722
15723 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15724
15725         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15726         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15727           remove stupid example from docs - it should come with a simple
15728           C program instead.
15729           Clean up/fix docs
15730         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15731         (fail_if_can_read), (GST_START_TEST),
15732         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15733           add a test for changing streamheader which exposes a bug in
15734           multifdsink
15735
15736 2006-05-11  Michael Smith  <msmith@fluendo.com>
15737
15738         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15739         (gst_gnome_vfs_src_received_headers_callback):
15740         * ext/gnomevfs/gstgnomevfssrc.h:
15741           Don't set icy-caps unless we have a sane interval value. Move
15742           interval to a local variable; we never use it outside this function.
15743
15744 2006-05-11  Wim Taymans  <wim@fluendo.com>
15745
15746         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15748         Register special buffer types along with the objects so
15749         that they are not registered at runtime from N different
15750         streaming threads since they are not threadsafe.
15751
15752 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15753
15754         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15755         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15756           add two more tests, one doing streamheader
15757
15758 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15759
15760         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15761           clean up the bufqueue when shutting down
15762         * tests/check/Makefile.am:
15763         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15764         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15765         (main):
15766           add a test for the leak that was just fixed
15767
15768 2006-05-10  Wim Taymans  <wim@fluendo.com>
15769
15770         * gst/adder/gstadder.c: (gst_adder_setcaps),
15771         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15772         (gst_adder_src_event), (gst_adder_sink_event),
15773         (gst_adder_class_init), (gst_adder_finalize),
15774         (gst_adder_request_new_pad), (gst_adder_collected):
15775         * gst/adder/gstadder.h:
15776         Updated some docs. Added comments and FIXMEs all over the place.
15777         Improve debugging info.
15778         Fix leak on finalize by not calling the parent.
15779         Implement duration query.
15780         Make event forwarding threadsafe.
15781         Correctly send NEWSEGMENT at start and after flush.
15782         Handle EOS correctly.
15783         Post error when not negotiated.
15784
15785         * tests/check/elements/adder.c: (GST_START_TEST):
15786         Added FIXME in the test.
15787
15788 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15789
15790         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15791         (gst_text_overlay_halign_get_type),
15792         (gst_text_overlay_wrap_mode_get_type):
15793         * ext/theora/theoradec.c: (theora_handle_type_packet),
15794         (theora_handle_data_packet):
15795         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15796         (theora_enc_sink_setcaps), (theora_enc_chain):
15797         * gst-libs/gst/cdda/gstcddabasesrc.c:
15798         (gst_cdda_base_src_mode_get_type):
15799         * gst/audiotestsrc/gstaudiotestsrc.c:
15800         (gst_audiostestsrc_wave_get_type):
15801         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15802         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15803         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15804         (gst_sync_method_get_type), (gst_unit_type_get_type),
15805         (gst_client_status_get_type):
15806         * gst/videoscale/gstvideoscale.c:
15807         (gst_video_scale_method_get_type):
15808         * gst/videotestsrc/gstvideotestsrc.c:
15809         (gst_video_test_src_pattern_get_type):
15810         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15811         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15812         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15813         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15814         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15815         (paint_setup_RGB565), (paint_setup_xRGB1555):
15816           Const-ify GEnumValue and GFlagsValue arrays. Use
15817           GST_ROUND_UP_* macros instead of home-made ones.
15818
15819 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15820
15821         * configure.ac:
15822           Require core CVS for the new newsegment stuff.
15823
15824 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15825
15826         Patch by: Sjoerd Simons  <sjoerd at luon net>
15827
15828         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15829           Register nick for enum value (#341160).
15830
15831 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15832
15833         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15834         (plugin_init):
15835          backout typefind patch #340375
15836          
15837         * tests/check/elements/adder.c: (message_received),
15838         (GST_START_TEST), (adder_suite):
15839           redo, signal-handling of test
15840
15841 2006-05-09  Wim Taymans  <wim@fluendo.com>
15842
15843         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15844         (gst_adder_collected):
15845         * gst/adder/gstadder.h:
15846         Remove bogus segment merging and forwarding, we don't
15847         care about timestamps anyway and we just produce a
15848         continuous stream. 
15849         Also create a nice NEWSEGMENT event when we start.
15850         Use _scale_int some more.
15851
15852 2006-05-09  Edward Hervey  <edward@fluendo.com>
15853
15854         * tests/icles/stress-xoverlay.c:
15855         Fix if core was built without parsing support.
15856
15857 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15858
15859         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15860           Add SEDG (Samsung MPEG-4) fourcc.
15861
15862 2006-05-09  Edward Hervey  <edward@fluendo.com>
15863
15864         * tests/icles/stress-xoverlay.c:
15865         * tests/examples/volume/volume.c:
15866         Fix if core was built without parsing support.
15867
15868         * tests/examples/seek/seek.c:
15869         Disable the parse_launch example if core was built without parsing
15870         support.
15871
15872 2006-05-08  Edward Hervey  <edward@fluendo.com>
15873
15874         * autogen.sh: (CONFIGURE_DEF_OPT): 
15875         libtoolize on Darwin/MacOSX is called glibtoolize
15876
15877 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15878
15879         * tests/check/Makefile.am:
15880         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15881           Disable the adder test, until the build-slaves posses the kindness to 
15882           either like it or to give valid reason for not doing so 
15883
15884 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15885
15886         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15887         (adder_suite):
15888           Shuffle NULL state change around and raise timeout more
15889
15890 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15891
15892         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15893         (mp4_type_find), (plugin_init):
15894           Add typefind to distinguish between "audio/x-m4a" and new type
15895           "video/mp4". Fixes #340375
15896
15897         * tests/check/elements/adder.c: (adder_suite):
15898           Raise timeout to make buildbot happy
15899
15900 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15901
15902         * gst/adder/gstadder.c: (gst_adder_sink_event),
15903         (gst_adder_request_new_pad), (gst_adder_change_state):
15904         * gst/adder/gstadder.h:
15905         * tests/check/Makefile.am:
15906         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15907         (adder_suite), (main):
15908           Add sink-event handling to adder. It tries to merge incomming
15909           newsegment-events. Added test to check if segment_done is comming
15910           through. Fixes #340060
15911
15912 2006-05-05  Andy Wingo  <wingo@pobox.com>
15913
15914         * ext/theora/theoraparse.c (gst_theora_parse_init)
15915         (theora_parse_src_convert, theora_parse_src_query):
15916         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15917         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15918         query functions on the source pads of the theora and vorbis parse
15919         elements. Fixes position querying when doing a remux.
15920
15921 2006-05-05  Michael Smith  <msmith@fluendo.com>
15922
15923         * ext/theora/theoraparse.c: (parse_granulepos),
15924         (theora_parse_drain_queue_prematurely),
15925         (theora_parse_queue_buffer), (theora_parse_sink_event):
15926           Fix flushing.
15927           Fix invalid granulepos outputs when starting with a non-keyframe.
15928
15929 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15930
15931         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15932         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15933         Rearrange MPEG system stream detection, fixing some memleaks in the
15934         process.
15935         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15936         they clean up their data correctly.
15937         Remove unused ogganx caps and move the 'is_annodex' check to inside
15938         the 'is_ogg' if statement.
15939
15940 2006-05-05  Wim Taymans  <wim@fluendo.com>
15941
15942         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15943         Properly remove ghostpads. Fixes #340392
15944
15945 2006-05-04  David Schleef  <ds@schleef.org>
15946
15947         * gst/typefind/gsttypefindfunctions.c:
15948
15949 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15950
15951         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15952         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15953
15954         When typefinding an MP3 in push-based mode, don't penalise the
15955         probability down to 74% when we found 5 valid frames just because we
15956         can't peek the end of the file.
15957
15958         Make the probability for detecting MPEG Transport Streams based on the
15959         number of sequential headers we successfully detected.
15960
15961 2006-05-03  Wim Taymans  <wim@fluendo.com>
15962
15963         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15964         (vorbis_dec_push), (vorbis_dec_chain):
15965         Still produce an error when we receive an empty packet.
15966
15967 2006-05-03  Wim Taymans  <wim@fluendo.com>
15968
15969         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15970         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15971         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15972         Mark buffers with DISCONT after seek and after activating new
15973         chains.
15974
15975         * ext/theora/gsttheoradec.h:
15976         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15977         (theora_get_query_types), (theora_dec_sink_event),
15978         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15979         (theora_dec_change_state):
15980         Fix frame counter.
15981         Detect and mark DISCONT buffers.
15982
15983         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15984         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15985         (vorbis_dec_change_state):
15986         * ext/vorbis/vorbisdec.h:
15987         Use GstSegment.
15988         Detect and mark DISCONT buffers.
15989         Don't crash on 0 sized buffers.
15990
15991 2006-05-03  Wim Taymans  <wim@fluendo.com>
15992
15993         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15994         (volume_transform_ip):
15995         Increase "volume" property to 10.0. Fixes #340369.
15996         Set the process function to NULL when capsnego fails so that
15997         we properly error out.
15998
15999 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16000
16001         * gst/playback/gstplaybin.c: (add_sink):
16002         * gst/playback/test.c: (main):
16003         * gst/playback/test5.c: (dump_element_stats):
16004         * gst/playback/test6.c: (main):
16005           free caps using gst_caps_unref, don't leak caps-strings
16006
16007 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16008
16009         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16010         (plugin_init):
16011           Refine musepack typefinding a bit. Return MAXIMUM
16012           probability when we detect stream version 7 to make
16013           sure the mpeg audio typefinder doesn't trump us.
16014
16015 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16016
16017         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16018           Protect against unexpected NULL strf_data buffer.
16019
16020 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16021
16022         * tests/check/elements/audioconvert.c: (verify_convert),
16023         (GST_START_TEST):
16024           interpret the out[] buffer in the order the bytes are actually
16025           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16026           Other tests should use BYTE_ORDER since the array is filled in
16027           with actual values
16028
16029 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16030
16031         * tests/check/elements/audioconvert.c: (verify_convert),
16032         (GST_START_TEST):
16033           when a test fails, give an indication of which it is
16034
16035 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16036
16037         * gst-libs/gst/cdda/gstcddabasesrc.c:
16038           compile fix; strtol() needs <stdlib.h>
16039
16040 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16041
16042         * ext/alsa/gstalsamixerelement.c:
16043         * ext/alsa/gstalsasrc.c:
16044         * ext/cdparanoia/gstcdparanoiasrc.c:
16045         * ext/gnomevfs/gstgnomevfssink.c:
16046         * ext/gnomevfs/gstgnomevfssrc.c:
16047         * ext/ogg/gstoggdemux.c:
16048         * ext/ogg/gstoggmux.c:
16049         * ext/ogg/gstoggparse.c:
16050         * ext/ogg/gstogmparse.c:
16051         * ext/pango/gstclockoverlay.c:
16052         * ext/pango/gsttextoverlay.c:
16053         * ext/pango/gsttextrender.c:
16054         * ext/pango/gsttimeoverlay.c:
16055         * ext/theora/theoradec.c:
16056         * ext/theora/theoraenc.c:
16057         * ext/vorbis/vorbisdec.c:
16058         * ext/vorbis/vorbisenc.c:
16059         * gst-libs/gst/audio/gstaudiofilter.c:
16060         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16061         * gst/audioconvert/gstaudioconvert.c:
16062         * gst/audiorate/gstaudiorate.c:
16063         * gst/audioresample/gstaudioresample.c:
16064         * gst/audiotestsrc/gstaudiotestsrc.c:
16065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16066         * gst/playback/gstdecodebin.c:
16067         * gst/playback/gstplaybin.c:
16068         * gst/playback/gststreamselector.c:
16069         * gst/subparse/gstsubparse.c:
16070         * gst/tcp/gstmultifdsink.c:
16071         * gst/tcp/gsttcpclientsink.c:
16072         * gst/tcp/gsttcpclientsrc.c:
16073         * gst/tcp/gsttcpserversink.c:
16074         * gst/tcp/gsttcpserversrc.c:
16075         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16076         * gst/videorate/gstvideorate.c:
16077         * gst/videoscale/gstvideoscale.c:
16078         * gst/videotestsrc/gstvideotestsrc.c:
16079         * gst/volume/gstvolume.c:
16080         * sys/v4l/gstv4ljpegsrc.c:
16081         * sys/v4l/gstv4lmjpegsink.c:
16082         * sys/v4l/gstv4lmjpegsrc.c:
16083         * sys/v4l/gstv4lsrc.c:
16084         * sys/ximage/ximagesink.c:
16085         * sys/xvimage/xvimagesink.c:
16086         * tests/check/libs/cddabasesrc.c:
16087           make GstElementDetails const
16088
16089 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16090
16091         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16092         (gst_adder_init):
16093           send events from src-pad to all sink-pads fixes #338657
16094
16095 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16096
16097         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16098         (alsasink_parse_spec):
16099           query width capabilities from alsa, fixes #338919
16100
16101 2006-04-28  Wim Taymans  <wim@fluendo.com>
16102
16103         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16104         (gst_multi_fd_sink_remove_client_link):
16105         * gst/tcp/gstmultifdsink.h:
16106         Fix race condition in multifdsink that can lead to spurious 
16107         duplicate clients. this patch adds a new signal that is fired when
16108         multifdsink has removed all references to the fd.
16109         Fixes #339574.
16110         Updated documentation.
16111         API: client-fd-removed signal added
16112
16113 2006-04-28  Michael Smith  <msmith@fluendo.com>
16114
16115         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16116           When asking g_value_array_new to prealloc elements, we may as well
16117           ask for the right number of elements.
16118
16119 2006-04-28  Wim Taymans  <wim@fluendo.com>
16120
16121         * gst-libs/gst/audio/gstbaseaudiosink.c:
16122         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16123         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16124         patch to make timestamp checking more tollerant to rounding 
16125         errors given that real discontinuities are to be marked on
16126         buffers. Fixes some asf files and #338778.
16127         Also avoid some crashers when we receive an event in the 
16128         NULL state.
16129
16130 2006-04-28  Michael Smith  <msmith@fluendo.com>
16131
16132         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16133         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16134         (gst_gnome_vfs_src_get_property),
16135         (gst_gnome_vfs_src_send_additional_headers_callback),
16136         (gst_gnome_vfs_src_received_headers_callback),
16137         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16138         (gst_gnome_vfs_src_stop):
16139         * ext/gnomevfs/gstgnomevfssrc.h:
16140           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16141           proper shared support within icydemux.
16142
16143 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16144
16145         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16146         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16147           fix up docs
16148           fix a leak when no caps negotiated
16149           fix counting of input frames
16150         * tests/check/elements/.cvsignore:
16151         * tests/check/elements/videorate.c: (assert_videorate_stats),
16152         (GST_START_TEST), (videorate_suite):
16153           add tests for these
16154
16155 2006-04-28  Wim Taymans  <wim@fluendo.com>
16156
16157         * gst-libs/gst/audio/gstringbuffer.c:
16158         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16159         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16160         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16161         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16162         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16163         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16164         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16165         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16166         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16167         Check arguments passed to public functions instead of
16168         crashing.
16169
16170 2006-04-28  Wim Taymans  <wim@fluendo.com>
16171
16172         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16173         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16174         GstBaseAudioSrc must be live or it does not work.
16175
16176         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16177         Don't set live to TRUE as this is the default in the parentclass.
16178
16179 2006-04-28  Wim Taymans  <wim@fluendo.com>
16180
16181         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16182         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16183         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16184         fixation cases better. Fixes #338991
16185
16186 2006-04-28  Wim Taymans  <wim@fluendo.com>
16187
16188         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16189         Handle 0/1 framerate correctly Fixes #331901.
16190
16191 2006-04-28  Wim Taymans  <wim@fluendo.com>
16192
16193         * tests/check/elements/audioconvert.c: (get_float_caps),
16194         (GST_START_TEST), (audioconvert_suite):
16195         Added check for correct clipping when doing float samples
16196         in audioconvert.
16197
16198 2006-04-28  Wim Taymans  <wim@fluendo.com>
16199
16200         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16201         (gst_video_rate_chain):
16202         Print more debugging info.
16203
16204 2006-04-28  Wim Taymans  <wim@fluendo.com>
16205
16206         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16207         (resample_set_state_from_caps):
16208         Add support for other formats audioresample can handle such as
16209         32 bits in and float and 64 bits float. Fixes #301759
16210
16211 2006-04-28  Wim Taymans  <wim@fluendo.com>
16212
16213         * gst/audioconvert/audioconvert.c: (float):
16214         correctly clip float samples > 1.0. Fixes #338718
16215
16216 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16217
16218         Patch by: Young-Ho Cha  <ganadist at chollian net>
16219
16220         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16221         (gst_text_overlay_render_text):
16222           Don't strip newlines from the text. Also, center lines
16223           within multi-line paragraphs (#339405).
16224
16225 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16228           Fix wavpack typefinding to work in more cases (don't peek
16229           for chunks of multiple hundred kBs at once, but process
16230           things step-by-step in smaller units). Fixes #339786.
16231
16232 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16233
16234         * configure.ac:
16235           back to HEAD
16236
16237 === release 0.10.6 ===
16238
16239 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16240
16241         * configure.ac:
16242           releasing 0.10.6, "Chao"
16243
16244 2006-04-26  David Schleef  <ds@schleef.org>
16245
16246         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16247           Fixes #338897.
16248
16249 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16250
16251         * configure.ac:
16252         * win32/common/config.h:
16253           new prerelease
16254
16255 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16256
16257         patch by: Wim Taymans
16258
16259         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16260         (gst_ogg_demux_perform_seek):
16261           make sure correct newsegments are sent, so that the decoder
16262           and the demuxer agree on timestamps.  Fixes playback of a lot
16263           of Ogg files that do not start from 0.  Fixes #339833.
16264
16265 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16266
16267         Patch by: Edward Hervey  <edward@fluendo.com>
16268
16269         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16270         * tests/check/Makefile.am:
16271         * tests/check/elements/videorate.c: (assert_videorate_stats),
16272         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16273         (videorate_suite), (main):
16274           Fix an infinite loop if frames are passed in with wrongly ordered
16275           timestamps.  Fixes #339013.
16276
16277 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16278
16279         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16280
16281         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16282           fix typefinding on some ISO files.  Fixes #339212.
16283
16284 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16285
16286         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16287
16288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16289           add another H264 fourcc.  Fixes #339047.
16290
16291 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16292
16293         Patch by: Jan Schmidt
16294
16295         * gst/playback/gststreamselector.c:
16296         (gst_stream_selector_bufferalloc):
16297           Restore old StreamSelector behaviour.
16298           Fixes #338419.
16299
16300 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16301
16302         * configure.ac:
16303         * win32/common/config.h:
16304           prerelease
16305
16306 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16307
16308         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16309
16310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16311         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16312           Fix some memory leaks: on finalize, free buffers left in the queue
16313           before destroying the queue; in _push(), unref rtp_buf even if
16314           the process vfunc returned a NULL buffer as output buffer (#337548);
16315           demote some recuring debug messages to LOG level.
16316
16317 2006-04-11  Wim Taymans  <wim@fluendo.com>
16318
16319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16320         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16321         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16322         (gst_ogg_demux_loop):
16323         More cleanups.
16324         Respect segment stop when emiting EOS or SEGMENT_DONE.
16325         Fixes (#337945).
16326
16327 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16328
16329         * gst/playback/gststreamselector.c:
16330         (gst_stream_selector_get_property):
16331           Don't leak pad name.
16332
16333 2006-04-10  Michael Smith  <msmith@fluendo.com>
16334
16335         * tests/check/Makefile.am:
16336         * tests/check/gst-plugins-base.supp:
16337           Suppress an old libtheora bug (fixed in more recent versions), so 
16338           that FC4 buildslaves can pass.
16339
16340 2006-04-10  Wim Taymans  <wim@fluendo.com>
16341
16342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16343         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16344         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16345         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16346         (gst_ogg_demux_loop):
16347         Don't leak events.
16348         Remember what error we got when finding chains, if we
16349         were shutdown, that would not be an error.
16350
16351 2006-04-10  Wim Taymans  <wim@fluendo.com>
16352
16353         * gst-libs/gst/audio/gstbaseaudiosink.c:
16354         (gst_base_audio_sink_event):
16355         Starting the ringbuffer when we did not acquire it can cause
16356         a deadlock, is pointless and causes nasty things for
16357         subclasses. 
16358         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16359
16360 2006-04-10  Wim Taymans  <wim@fluendo.com>
16361
16362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16363         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16364         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16365         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16366         (gst_ogg_demux_deactivate_current_chain),
16367         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16368         (gst_ogg_demux_bisect_forward_serialno),
16369         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16370         Add some more debugging.
16371
16372 2006-04-10  Wim Taymans  <wim@fluendo.com>
16373
16374         * ext/theora/theoradec.c: (theora_dec_src_event),
16375         (theora_handle_data_packet):
16376         Some more debug info.
16377
16378         * tests/examples/seek/seek.c: (start_seek), (main):
16379         Print element messages too.
16380
16381 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16382
16383         * gst/audioresample/debug.h:
16384           replace debug macros with variable number of parameters
16385           by a simple alias to gstreamer standard debug macros 
16386          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16387           supported by MSVC 6.0 and 7.1)
16388         * gst/audioresample/resample.h:
16389           define M_PI and rint for WIN32
16390         * win32/common/libgstaudio.def:
16391         * win32/common/libgstriff.def:
16392         * win32/common/libgsttag.def:
16393         * win32/common/libgstvideo.def:
16394           add new exported functions
16395         * win32/vs6:
16396           update project files
16397
16398 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16399
16400         * ext/alsa/gstalsamixeroptions.c:
16401         (gst_alsa_mixer_options_class_init):
16402         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16405         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16406         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16407         * gst-libs/gst/audio/gstaudiofilter.c:
16408         (gst_audio_filter_class_init):
16409         * gst-libs/gst/audio/gstaudiosink.c:
16410         (gst_audioringbuffer_class_init):
16411         * gst-libs/gst/audio/gstaudiosrc.c:
16412         (gst_audioringbuffer_class_init):
16413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16414         * gst-libs/gst/interfaces/colorbalancechannel.c:
16415         (gst_color_balance_channel_class_init):
16416         * gst-libs/gst/interfaces/mixeroptions.c:
16417         (gst_mixer_options_class_init):
16418         * gst-libs/gst/interfaces/mixertrack.c:
16419         (gst_mixer_track_class_init):
16420         * gst-libs/gst/interfaces/tunerchannel.c:
16421         (gst_tuner_channel_class_init):
16422         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16423         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16424         (gst_netbuffer_class_init):
16425         * gst-libs/gst/rtp/gstbasertppayload.c:
16426         (gst_basertppayload_class_init):
16427         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16429         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16430         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16431         * gst/playback/gststreamselector.c:
16432         (gst_stream_selector_class_init):
16433         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16434         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16435         * sys/v4l/gstv4lcolorbalance.c:
16436         (gst_v4l_color_balance_channel_class_init):
16437         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16438         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16439         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16440         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16441         (gst_v4l_tuner_norm_class_init):
16442         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16444         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16445         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16446
16447 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16448
16449         * ext/pango/gsttextrender.h:
16450         * gst-libs/gst/audio/gstaudiosink.h:
16451         * gst-libs/gst/audio/gstaudiosrc.h:
16452         * gst-libs/gst/audio/gstbaseaudiosink.h:
16453         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16454         * gst-libs/gst/audio/gstringbuffer.h:
16455         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16456         * gst-libs/gst/rtp/gstbasertppayload.h:
16457         * gst-libs/gst/video/gstvideofilter.h:
16458         * gst-libs/gst/video/gstvideosink.h:
16459         * gst/playback/gstplaybasebin.h:
16460         * gst/tcp/gstmultifdsink.h:
16461         * sys/v4l/gstv4lelement.h:
16462         Fix broken GObject macros
16463
16464 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16465
16466         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16467         More debug to trace why my USB headset is not working with gst
16468
16469 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16470
16471         * gst/playback/gstplaybasebin.c: (group_destroy):
16472         Clean up our group elements properly in the case where it never 
16473         got committed - it still got added unconditionally to the bin.
16474
16475 2006-04-07  Wim Taymans  <wim@fluendo.com>
16476
16477         * ext/theora/theoradec.c: (theora_dec_sink_event),
16478         (theora_handle_data_packet), (theora_dec_chain):
16479         Unref unhandled events.
16480         Protect against empty buffers.
16481         Perform QoS on running time.
16482
16483 2006-04-07  Michael Smith  <msmith@fluendo.com>
16484
16485         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16486         (gst_vorbis_enc_chain):
16487           Remove leaks from vorbisenc.
16488           Mostly minor changes, the only significant one is that now the
16489           buffers we set as 'streamheader' on the caps are copies of the
16490           original buffers, to avoid circular refcounting problems.
16491
16492 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16493
16494         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16495           Don't remove our mute-probe if someone else already did so.
16496           Don't set a 2nd one if there is already one pending on the pad.
16497
16498         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16499         (do_playbin_seek):
16500           When a seek fails, ensure that playbin is still set back to playing.
16501           
16502         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16503         (mpeg_ts_type_find), (plugin_init):
16504           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16505
16506 2006-04-06  Andy Wingo  <wingo@pobox.com>
16507
16508         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16509         (gst_video_rate_init): Caps-related parameters should not be reset
16510         by a flush -- move their inits to the instance init function.
16511         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16512         is not OK, just return the result.
16513
16514         * gst/audiotestsrc/gstaudiotestsrc.c
16515         (gst_audio_test_src_class_init)
16516         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16517         broken by Stefan's commit on 24 March.
16518
16519         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16520         buffers being pushed out. Fixes oggmux ! multifdsink.
16521
16522 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16523
16524         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16525         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16526         * ext/vorbis/vorbisdec.h:
16527         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16528         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16529         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16530         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16531         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16532         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16533         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16534         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16535         (gst_vorbis_enc_buffer_from_packet),
16536         (gst_vorbis_enc_buffer_from_header_packet),
16537         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16538         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16539         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16540         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16541         (gst_vorbis_enc_change_state):
16542         * ext/vorbis/vorbisenc.h:
16543           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16544           vorbisenc adhere to the official nomenclature; use boilerplate
16545           macro.
16546
16547 2006-04-04  Andy Wingo  <wingo@pobox.com>
16548
16549         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16550         Whoops, fix bug introduced. Bad hacker!
16551         
16552         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16553         Properly handle the case where you get EOS before any buffers are
16554         received. Use gst_buffer_make_metadata_writable where appropriate.
16555
16556         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16557         is often negative -- make it signed so as not to wrap around.
16558         Fixes segfaults introduced on 9 March.
16559
16560 2006-04-03  Wim Taymans  <wim@fluendo.com>
16561
16562         * ext/theora/gsttheoradec.h:
16563         * ext/theora/theoradec.c: (theora_dec_src_event):
16564         Don't try to store a gdouble in a gboolean.
16565         Small cleanups.
16566
16567 2006-04-03  Michael Smith  <msmith@fluendo.com>
16568
16569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16570           Oggmux sucks.
16571           Make it suck slightly less by writing out the final page.
16572           Still can't encode a vorbis-in-ogg file correctly, though.
16573
16574 2006-04-03  Andy Wingo  <wingo@pobox.com>
16575
16576         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16577         a g_print.
16578
16579         * ext/theora/theora.c (plugin_init): Register theoraparse.
16580
16581         * ext/theora/gsttheoraparse.h: 
16582         * ext/theora/theoraparse.c: New files implementing a theora
16583         parser. Now we can properly remux ogg/theora+vorbis, yay.
16584
16585         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16586
16587 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16588
16589         * gst/audiotestsrc/gstaudiotestsrc.c:
16590           Fixed the sample pipeline (see #323798)
16591
16592 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16593
16594         * configure.ac:
16595         * win32/common/config.h:
16596         * win32/common/config.h.in:
16597           use AS_VERSION and AS_NANO
16598           more cleanups
16599
16600 2006-03-31  Andy Wingo  <wingo@pobox.com>
16601
16602         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16603         uninitialized variable return that would happen.
16604         
16605         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16606         uninitialized variable return that would never happen.
16607
16608         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16609         (vorbis_parse_sink_event): Add an event function to flush our
16610         state on a seek, and to drain buffers on a premature EOS.
16611         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16612         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16613         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16614         (vorbis_parse_drain_queue): Queue up buffers until we can set
16615         their timestamps and granulepos values.
16616
16617         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16618         and keep track of data needed for deriving granulepos and
16619         timestamps for buffers.
16620
16621 2006-03-29  Wim Taymans  <wim@fluendo.com>
16622
16623         Patch by: j^ <j at bootlab dot org>
16624
16625         * ext/alsa/gstalsamixerelement.c:
16626         (gst_alsa_mixer_element_class_init):
16627         * ext/alsa/gstalsasink.c:
16628         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16629         * ext/ogg/gstoggdemux.c:
16630         * ext/ogg/gstoggmux.c:
16631         * ext/ogg/gstoggparse.c:
16632         * ext/pango/gstclockoverlay.c:
16633         * ext/pango/gsttextoverlay.c:
16634         * ext/pango/gsttextrender.c:
16635         * ext/pango/gsttimeoverlay.c:
16636         * ext/theora/theoradec.c:
16637         * ext/theora/theoraenc.c:
16638         * ext/vorbis/vorbisdec.c:
16639         * ext/vorbis/vorbisenc.c:
16640         * gst/audioconvert/gstaudioconvert.c:
16641         * gst/subparse/gstsubparse.c:
16642         * gst/tcp/gstmultifdsink.c:
16643         * gst/tcp/gsttcpclientsink.c:
16644         * gst/tcp/gsttcpclientsrc.c:
16645         * gst/tcp/gsttcpserversink.c:
16646         * gst/tcp/gsttcpserversrc.c:
16647           better/unified long descriptions
16648           Fixes #336477
16649
16650 2006-03-29  Wim Taymans  <wim@fluendo.com>
16651
16652         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16653         (stop_seek):
16654         Don't let double and triple clicks mess up our state.
16655
16656 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16657
16658         * gst/playback/gstplaybin.c: (gen_video_element),
16659         (gen_text_element), (gen_audio_element), (gen_vis_element):
16660           Error out gracefully when we can't create any of the usual
16661           conversion elements for some reason. Also, don't try to
16662           create an audioscale (sic) element that's not used anyway.
16663
16664 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * gst/playback/gstplaybasebin.c: (setup_source):
16667           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16668           element for a particular protocol, that's confusing for users.
16669           Instead, post a RESOURCE_FAILED error, so that our own error
16670           message is actually shown in totem etc. (#336303).
16671
16672 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16673
16674         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16675
16676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16677         (gst_gnome_vfs_src_get_icy_metadata):
16678           Fix some minor memory leaks (#336194).
16679
16680 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16681
16682         * ext/gnomevfs/gstgnomevfs.c:
16683         (gst_gnome_vfs_location_to_uri_string):
16684         * ext/gnomevfs/gstgnomevfs.h:
16685         * ext/gnomevfs/gstgnomevfssink.c:
16686         (gst_gnome_vfs_sink_set_property):
16687         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16688           Make gnomevfssink accept filenames as well as URIs for the
16689           "location" property, just like gnomevfssrc does (and
16690           filesrc/filesink do) (#336190).
16691
16692 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16693
16694         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16695           set to NULL before unreffing, fixes a valgrind leak.
16696           Why was this not triggering the error that an object needs to
16697           be NULL before unreffing ?
16698         * win32/common/config.h:
16699           update
16700
16701 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16702
16703         * gst/subparse/gstsubparse.c: (convert_encoding),
16704         (gst_sub_parse_change_state):
16705         * gst/subparse/gstsubparse.h:
16706           Text subtitle files may or may not be UTF-8. If it's not, we
16707           don't really want to see '?' characters in place of non-ASCII
16708           characters like accented characters. So let's assume the input
16709           is UTF-8 until we come across text that is clearly not. If it's
16710           not UTF-8, we don't really know what it is, so try the following:
16711           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16712           is set; if not, check (b) if the current locale encoding is
16713           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16714           the current locale encoding is UTF-8 and the environment variable
16715           was not set to any particular encoding. Not perfect, but better
16716           than nothing (and better than before, I think) (fixes #172848).
16717
16718 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16719
16720         * configure.ac:
16721           update core requirement to 0.10.4.1 because of async_playback
16722           vmethod on GstBaseSink
16723
16724 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16725
16726         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16727         * gst/adder/gstadder.c: (gst_adder_init):
16728         use DEBUG_FUNCPTR for collectpads
16729
16730 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16731
16732         * docs/plugins/Makefile.am:
16733         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16734         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16735         * ext/cdparanoia/gstcdparanoiasrc.c:
16736         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16737         (gst_gnome_vfs_sink_class_init):
16738         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16740         * ext/ogg/gstoggmux.c:
16741         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16742         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16743         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16744         * ext/pango/gsttextoverlay.c:
16745         * ext/pango/gsttextrender.c:
16746         * ext/theora/theoradec.c:
16747         * ext/theora/theoraenc.c:
16748         * ext/vorbis/vorbisdec.c:
16749         * ext/vorbis/vorbisenc.c:
16750         * gst-libs/gst/audio/gstaudiofilter.c:
16751         (gst_audio_filter_base_init):
16752         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16753         (gst_audio_filter_template_base_init):
16754         * gst/adder/gstadder.c: (gst_adder_get_type):
16755         * gst/adder/gstadder.h:
16756         * gst/audioconvert/gstaudioconvert.c:
16757         * gst/audiotestsrc/gstaudiotestsrc.c:
16758         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16759         (gst_audio_test_src_create):
16760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16761         * gst/playback/gstdecodebin.c:
16762         * gst/playback/gstplaybin.c:
16763         * gst/playback/gststreamselector.c:
16764         (gst_stream_selector_base_init):
16765         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16766         * gst/volume/gstvolume.c:
16767         * sys/v4l/gstv4lmjpegsink.c:
16768         * sys/v4l/gstv4lmjpegsrc.c:
16769         * tests/check/libs/cddabasesrc.c:
16770         * tests/old/examples/gob/gst-identity2.gob:
16771           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16772           define GstElementDetails at the top
16773
16774 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16775
16776         * win32/common/libgstinterfaces.def:
16777         Add a lot of export functions for gst-python
16778         * win32/vs6/libgstinterfaces.dsp:
16779         Add a missing include folder in the project configuration
16780         
16781 2006-03-23  Wim Taymans  <wim@fluendo.com>
16782
16783         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16784         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16785         (gst_base_audio_src_change_state):
16786         Fix audio sources, forgot to make the ringbuffer
16787         startable...
16788
16789 2006-03-23  Wim Taymans  <wim@fluendo.com>
16790
16791         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16792         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16793         (gst_base_audio_src_change_state):
16794         unparent instead of unref the ringbuffer.
16795
16796 2006-03-23  Wim Taymans  <wim@fluendo.com>
16797
16798         * gst-libs/gst/audio/gstbaseaudiosink.c:
16799         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16800         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16801         Implement new async_play vmethod to start slaving and allow
16802         playback start in case of async PLAY state changes. 
16803
16804         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16805         Enable QoS with new method in base class.
16806
16807 2006-03-23  Wim Taymans  <wim@fluendo.com>
16808
16809         Patch by: Julien MOUTTE <julien at moutte dot net>
16810
16811         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16812         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16813         Partially handle 0 framerate, only EOS after the first frame
16814         is missing.
16815
16816 2006-03-23  Wim Taymans  <wim@fluendo.com>
16817
16818         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16819
16820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16821         (gst_riff_create_video_template_caps):
16822         * gst/ffmpegcolorspace/avcodec.h:
16823         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16824         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16825         (gst_ffmpegcsp_avpicture_fill):
16826         * gst/ffmpegcolorspace/imgconvert.c:
16827         Patch for support of YVU9 AVI files (#334822)
16828
16829 2006-03-22  Edward Hervey  <edward@fluendo.com>
16830
16831         * docs/design/design-decodebin.txt:
16832         Added design document for new decodebin
16833         (Target Caps): text/x-pango-markup is also a default target caps.
16834
16835 2006-03-22  Wim Taymans  <wim@fluendo.com>
16836
16837         * gst-libs/gst/audio/gstbaseaudiosink.c:
16838         (gst_base_audio_sink_dispose):
16839         Since we _parent the ringbuffer, we also need to
16840         _unparent instead of a plain _unref.
16841
16842 2006-03-22  Wim Taymans  <wim@fluendo.com>
16843
16844         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16845         (stop_seek), (scrub_toggle_cb), (main):
16846         Add scrub checkbox.
16847
16848 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16849
16850         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16851         (gst_ogg_parse_chain):
16852           Fix very inefficient usage of linked lists (#335365).
16853
16854 2006-03-21  Edward Hervey  <edward@fluendo.com>
16855
16856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16857         * gst/playback/gstplaybin.c: (handoff):
16858         * gst/playback/gststreamselector.c:
16859         (gst_stream_selector_set_property):
16860         gcc 4.1 unreferenced pointer fixes.
16861         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16863         gst_buffer_ref() now takes a GstBuffer*.
16864
16865 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16866
16867         * sys/xvimage/xvimagesink.c:
16868         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16869         by Jan Schmidt.
16870
16871 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16872
16873         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16874         (id3v1_type_find), (apetag_type_find), (plugin_init):
16875           Can't do tag preferences via probability, as tags would then
16876           lose against types that are recognised with MAXIMUM probability
16877           (like .wav); so let all tag typefinders return MAXIMUM themselves
16878           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16879           that we can prefer APE to ID3v1 (fixes #335028).
16880           
16881 2006-03-17  Wim Taymans  <wim@fluendo.com>
16882
16883         * gst-libs/gst/audio/gstbaseaudiosink.c:
16884         (gst_base_audio_sink_change_state):
16885         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16886         (gst_ring_buffer_may_start):
16887         * gst-libs/gst/audio/gstringbuffer.h:
16888         Only start playback if we are playing.
16889         should fix #330748.
16890
16891 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16892
16893         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16894         * win32/common/config.h:
16895           Revert accidental commits to these files.
16896
16897 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16898
16899         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16900
16901         * tests/Makefile.am:
16902           Don't try to build tests in tests/icles if we
16903           don't have X (#323852)
16904
16905 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16906
16907         * gst-libs/gst/tag/gstid3tag.c:
16908           Add TXXX frame identifiers for replaygain stuff as used
16909           by some taggers (see #323721).
16910
16911 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16912
16913         * gst/playback/gststreamselector.c:
16914         (gst_stream_selector_set_property),
16915         (gst_stream_selector_bufferalloc):
16916           Preserve the existing buggy streamselector behaviour by performing
16917           a fallback buffer allocation when downstream isn't linked yet.
16918           This should really be fixed in playbin by blocking pads until it's
16919           linked them.
16920           Also, use gst_pad_alloc_buffer instead of
16921           gst_pad_alloc_buffer_and_set.
16922
16923 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16924
16925         * gst-libs/gst/tag/gstid3tag.c:
16926           Don't crash on unknown ID3v2 TXXX frames.
16927           
16928 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16929
16930         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16931           Chain up to the parent finalize method.
16932           Add 32-bit sample size to the template caps.
16933
16934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16935         (gst_riff_create_video_template_caps):
16936           Add the fourcc that the VMWare codec uses.
16937           
16938         * gst/playback/gststreamselector.c:
16939         (gst_stream_selector_set_property),
16940         (gst_stream_selector_bufferalloc),
16941         (gst_stream_selector_request_new_pad):
16942           For the active pad, forward buffer-alloc requests, otherwise
16943           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16944           having to memcpy every frame when used by playbin.
16945
16946         * gst/tcp/gstmultifdsink.c:
16947         (gst_multi_fd_sink_handle_client_write):
16948           Get negotiated caps from the sink pad, rather than the sink
16949           pad's peer.
16950
16951 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16952
16953         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16954         
16955         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16956           Don't forget to set src->callbacks_pushed to FALSE again when
16957           popping them, otherwise re-activation in a different mode won't
16958           work (#334620).
16959
16960 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16961
16962         Patch by: Sebastien Moutte  <sebastien moutte net>
16963
16964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16965         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16966         (gst_ffmpeg_smpfmt_to_caps):
16967           Replace __VA_ARGS__ caps creation macros with varargs functions.
16968           Makes things compile on MSVC (#320765), looks nicer, and we can
16969           tell the compiler to check for the NULL terminator.
16970
16971 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16972
16973         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16974
16975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16976           Make sure the buffer we copy into is really always big
16977           enough, this time for real (#333488).
16978           
16979 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16980
16981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16982           Add support for 24bpp DIB (#305279).
16983
16984 2006-03-14  Wim Taymans  <wim@fluendo.com>
16985
16986         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16987         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16989         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16990         (gst_video_scale_init), (gst_video_scale_src_event):
16991         Re-enable QoS after the release.
16992         Rework videoscale to use the base class src_event handler.
16993
16994 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16995
16996         * configure.ac:
16997           back to CVS.
16998
16999 === release 0.10.5 ===
17000
17001 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17002
17003         * configure.ac:
17004           releasing 0.10.5, "Net"
17005
17006 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17007
17008         * docs/plugins/Makefile.am:
17009           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17010           
17011 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17012
17013         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17014         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17015         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17016           Add cdparanoiasrc to docs.
17017
17018         * gst-libs/gst/cdda/gstcddabasesrc.c:
17019           More GstCddaBaseSrc docs.
17020
17021 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * docs/libs/gst-plugins-base-libs-sections.txt:
17024         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17025         * gst-libs/gst/tag/tag.h:
17026           API: libgsttag: new method gst_tag_from_id3_user_tag().
17027
17028 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17031           NULL-terminate array of mpeg4 video file extensions.
17032           Fixes crash on PPC (#334226).
17033
17034 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * ext/gnomevfs/gstgnomevfssrc.c:
17037         (gst_gnome_vfs_src_check_get_range):
17038           gnome_vfs_uri_is_local() alone is not a good indicator
17039           whether we can operate in pull-mode with a specific URI,
17040           as it returns FALSE for file:// URIs that point to an
17041           NFS-mounted path. Be more conservative here: whitelist
17042           local files, blacklist http URIs and use the old
17043           mechanism for anything else (fixes #334216).
17044
17045 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17046
17047         * configure.ac:
17048           back to trunk
17049
17050 === release 0.10.4 ===
17051
17052 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17053
17054         * configure.ac:
17055           releasing 0.10.4, "Power"
17056
17057 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17058
17059         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17060         Disable max-lateness by setting it to -1 for now, so that 
17061         we can bed QoS stuff in thoroughly between now and the next
17062         release.
17063
17064 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17065
17066         Patch by: Fabrizio Gennari
17067
17068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17069           Make sure we don't read beyond the palette buffer in case of
17070           broken or manipulated files (#333488)
17071
17072 2006-03-10  Edward Hervey  <edward@fluendo.com>
17073
17074         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17075         Fix for variable not initialized.
17076
17077 2006-03-09  Wim Taymans  <wim@fluendo.com>
17078
17079         * ext/libvisual/visual.c: (gst_visual_get_type),
17080         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17081         (gst_visual_chain):
17082         Small cleanups.
17083
17084         * ext/theora/gsttheoradec.h:
17085         * ext/theora/theoradec.c: (gst_theora_dec_init),
17086         (gst_theora_dec_reset), (_theora_granule_time),
17087         (theora_dec_src_convert), (theora_dec_sink_convert),
17088         (theora_dec_src_query), (theora_dec_src_event),
17089         (theora_dec_sink_event), (theora_handle_comment_packet),
17090         (theora_handle_header_packet), (theora_dec_push),
17091         (theora_handle_data_packet), (theora_dec_chain),
17092         (theora_dec_change_state):
17093         Add simple QoS.
17094
17095 2006-03-09  Wim Taymans  <wim@fluendo.com>
17096
17097         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17098         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17099         Some cleanups.
17100
17101 2006-03-09  Wim Taymans  <wim@fluendo.com>
17102
17103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17104         Don't try to activate NULL chains.
17105
17106 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17107
17108         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17109           Fix invalid memory access to region before peek'd data (#332964).
17110
17111 2006-03-09  Wim Taymans  <wim@fluendo.com>
17112
17113         Patch by: Christophe Fergeau
17114
17115         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17116         * ext/pango/gsttextrender.c: (gst_text_render_init):
17117         * gst/adder/gstadder.c: (gst_adder_init):
17118         Don't leak padtemplates, closes #333510.
17119
17120 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17121
17122         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17123           Fix invalid memory access: make sure string passed to
17124           regexec() is NUL-termianted.
17125
17126 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17127
17128         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17129         (mp3_type_find):
17130           Refactor mpeg/audio typefinding to make it more maintainable
17131           and easier to fine-tune. Make probing into middle of the file
17132           work properly (fixes #333900, also see #152688).
17133
17134 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17135
17136         * gst/typefind/gsttypefindfunctions.c:
17137         (utf8_type_find_have_valid_utf8_at_offset):
17138           Remove part from previous commit that was bogus:
17139           g_utf8_validate() does in fact not accept embedded
17140           zeroes, so we don't need to check for those (thanks
17141           to Mike for the hint).
17142
17143 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17144
17145         * gst/typefind/gsttypefindfunctions.c:
17146         (utf8_type_find_count_embedded_zeroes),
17147         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17148           Make plain/text typefinder more conservative: firstly, check
17149           for embedded zeroes, which are perfectly valid UTF-8 characters,
17150           but also a fairly good sign that something is not a plain text
17151           file; secondly, probe into the middle of the file if possible.
17152           If we can't probe into the middle, limit the probability value
17153           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17154
17155 2006-03-08  Michael Smith  <msmith@fluendo.com>
17156
17157         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17158           Make typefind function name for mpeg4 video unique.
17159
17160 2006-03-08  Wim Taymans  <wim@fluendo.com>
17161
17162         * ext/libvisual/visual.c: (gst_visual_init),
17163         (gst_visual_clear_actors), (gst_visual_dispose),
17164         (gst_visual_reset), (gst_visual_src_setcaps),
17165         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17166         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17167         (gst_visual_chain), (gst_visual_change_state):
17168         Cleanups, post nice errors.
17169         Handle sink and src events.
17170         Implement simple QoS.
17171
17172         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17173         Use new basesink methods to configure max-lateness.
17174         Small doc update.
17175
17176         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17177         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17178         Debug statement cleanups.
17179
17180         * gst/volume/gstvolume.c: (gst_volume_class_init):
17181         Simple cleanup.
17182
17183 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17186         (gst_text_overlay_init), (gst_text_overlay_set_property),
17187         (gst_text_overlay_get_property):
17188           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17189           as string type properties, but mark them deprecated. Add
17190           'halignment' and 'valignment' properties that use enums
17191           instead of strings.
17192
17193 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17194
17195         Patch by: Fabrizio Gennari
17196
17197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17198           Allow palettes with less than 256 colours in AVI files
17199           (#333488)
17200
17201 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17202
17203         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17204         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17205         pad. We were releasing the queued text buffer when we should keep
17206         it until video pad gets EOS or discard the text buffer because it's
17207         too old. That was eating the last subtitle buffer. Add some more
17208         debug.
17209
17210 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17211
17212         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17213         (gst_text_overlay_video_chain):
17214           Fix invalid memory access (we can't access a buffer after it's been
17215           pushed downstream without taking a reference); fix memory leak (if
17216           there's no text to render, bail out before allocating stuff).
17217
17218 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17219
17220         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17221         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17222         * ext/pango/gsttextoverlay.h:
17223           If input is plain text, escape it before passing it to
17224           pango_layout_set_markup().
17225
17226 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17227
17228         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17229           Don't ignore flow return from gst_pad_push().
17230
17231 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17232
17233         Patch by: Fabrizio Gennari
17234
17235         * ext/libvisual/visual.c: (gst_visual_getcaps),
17236         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17239         (gst_vorbisenc_convert_sink):
17240         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17241         (gst_audio_duration_from_pad_buffer):
17242         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17243         (gst_audio_filter_chain):
17244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17245         (gst_base_rtp_depayload_setcaps):
17246         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17247         (gst_video_get_size):
17248         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17249           Don't leak references returned by gst_pad_get_parent()
17250           (#333663)
17251
17252 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17253
17254         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17255           change location param details
17256         * gst/volume/gstvolume.c: (plugin_init):
17257           correct plugin description
17258
17259 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17260
17261         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17262         (gst_gnome_vfs_src_check_get_range):
17263           Override GstBaseSrc::check_get_range() in order to avoid opening
17264           the resource just to check whether we can operate in pull-mode or
17265           not - we can predict that pretty well from the URI alone. Should
17266           fix problems with last.fm (#331690). (Requires latest core CVS).
17267
17268 2006-03-06  Wim Taymans  <wim@fluendo.com>
17269
17270         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17271         (gst_video_sink_class_init):
17272         Throw away frames that are later than 20 ms.
17273
17274 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17275
17276         Patch by: Fabrizio Gennari
17277
17278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17279           Set depth on WMA caps (#333545)
17280
17281 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17282
17283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17284         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17285           put Theora BOS pages before others.  This hardcodes
17286           the Ogg/Theora I profile, but hey.
17287
17288 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17289
17290         * ext/ogg/README:
17291           updated with some examples
17292         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17293         (granulepos_add), (theora_buffer_from_packet):
17294         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17295         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17296         (gst_vorbisenc_chain):
17297           implement strategy from ext/ogg/README
17298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17299         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17300         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17301         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17302           Fix muxer so that oggz-validate is happy with all streams;
17303           except for no eos mark, and the BOS page ordering
17304         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17305         (check_buffer_granulepos):
17306         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17307           update tests to check for OFFSET being set as requested
17308           fixed type of granulepos, it's not a ClockTime
17309
17310 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17311
17312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17313         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17314         Check that the xvimage we are creating has a correct size
17315         before returning it. (#314897)
17316
17317 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17318
17319         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17320           Give id3 and ape tag typefinders a rank slightly higher
17321           than PRIMARY to ensure they're always run before any of
17322           the other typefinders (in particular wav and mp3) (#324186).
17323
17324 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17325
17326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17327           Add support for '3IVD' fourcc (#333403).
17328
17329 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17330
17331         * configure.ac:
17332           Bump requirements to GStreamer CVS for the new error enum.
17333
17334         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17335           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17336           space left on the device (fixes #333352).
17337
17338 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17339
17340         * win32/vs6:
17341           add a project file for libgstvolume
17342           update the workspace
17343
17344 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17345
17346         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17347         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17348         (GST_START_TEST):
17349           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17350           Set IN_CAPS on header buffers
17351
17352 2006-03-02  Wim Taymans  <wim@fluendo.com>
17353
17354         * docs/plugins/Makefile.am:
17355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17357         Add audioresample to docs.
17358
17359         * gst/audioconvert/gstaudioconvert.c:
17360         Add revision date.
17361
17362         * gst/audioresample/gstaudioresample.c:
17363         (gst_audioresample_base_init), (gst_audioresample_class_init),
17364         (gst_audioresample_init), (gst_audioresample_dispose),
17365         (audioresample_get_unit_size), (audioresample_transform_caps),
17366         (resample_set_state_from_caps), (audioresample_transform_size),
17367         (audioresample_set_caps), (audioresample_event),
17368         (audioresample_do_output), (audioresample_transform),
17369         (audioresample_pushthrough), (gst_audioresample_set_property),
17370         (gst_audioresample_get_property), (plugin_init):
17371         * gst/audioresample/gstaudioresample.h:
17372         Added docs.
17373         Small code cleanups.
17374
17375 2006-03-02  Wim Taymans  <wim@fluendo.com>
17376
17377         * docs/plugins/Makefile.am:
17378         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17379         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17380         Added videoscale to docs.
17381
17382         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17383         (gst_video_rate_swap_prev), (gst_video_rate_event),
17384         (gst_video_rate_chain):
17385         Fix typo in docs.
17386
17387         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17388         (gst_video_scale_init), (gst_video_scale_prepare_size),
17389         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17390         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17391         * gst/videoscale/gstvideoscale.h:
17392         Added docs, examples.
17393         Some code cleanups.
17394         Post errors instead of g_warning.
17395
17396 2006-03-02  Wim Taymans  <wim@fluendo.com>
17397
17398         * docs/libs/gst-plugins-base-libs-docs.sgml:
17399         * docs/libs/gst-plugins-base-libs-sections.txt:
17400         * docs/libs/gst-plugins-base-libs.types:
17401         * docs/plugins/Makefile.am:
17402         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17403         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17404         Added some more docs to libs and plugins.
17405
17406         * gst-libs/gst/audio/gstringbuffer.c:
17407         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17408         * gst-libs/gst/audio/gstringbuffer.h:
17409         Document ringbuffer some more.
17410
17411         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17412         (gst_video_rate_setcaps), (gst_video_rate_reset),
17413         (gst_video_rate_init), (gst_video_rate_flush_prev),
17414         (gst_video_rate_swap_prev), (gst_video_rate_event),
17415         (gst_video_rate_chain), (gst_video_rate_change_state):
17416         * gst/videorate/gstvideorate.h:
17417         Fix videorate to use segments.
17418         Make it work with 0/1 framerates (closes #331903)
17419         Handle EOS correctly.
17420         Added docs.
17421
17422 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17423
17424         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17425         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17426         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17427           In state change function, first chain up to parent class,
17428           then handle downwards state change stuff. Remove some
17429           commented out cruft from 0.8 code.
17430
17431 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17432
17433         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17434         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17435         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17436         (gst_ogm_parse_chain):
17437           Don't remove/re-add source pad if the new caps are the same as
17438           the old caps anyway (#333042). When removing source pad, don't
17439           unref it afterwards - we didn't ref it when adding. Sprinkle some
17440           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17441           after using gst_pad_get_parent(). Return downstream flow return
17442           value in chain function.
17443
17444 2006-03-02  Wim Taymans  <wim@fluendo.com>
17445
17446         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17447         * docs/plugins/gst-plugins-base-plugins.args:
17448         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17449         * docs/plugins/gst-plugins-base-plugins.interfaces:
17450         * docs/plugins/gst-plugins-base-plugins.signals:
17451         Fix hierarchy, added some more elements to the docs.
17452
17453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17454         (gst_ffmpegcsp_get_type):
17455         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17456         Fix docs for ffmpegcolorspace.
17457
17458 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17459
17460         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17461         (apetag_type_find), (ape_type_find), (plugin_init):
17462           Some typefinding fine-tuning:
17463           - rank ID3/APE tags in order of preference via probabilities, so that
17464             ID3v2 > APEv2 > APEv1 > ID3v1.
17465           - three or four bytes don't really justify MAXIMUM probability,
17466             change those to 'very likely' (musepack and monkeysaudio).
17467
17468 2006-03-01  Wim Taymans  <wim@fluendo.com>
17469
17470         * docs/plugins/Makefile.am:
17471         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17472         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17473         * ext/alsa/gstalsamixer.c:
17474         * ext/alsa/gstalsamixer.h:
17475         * ext/alsa/gstalsamixerelement.c:
17476         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17477         * ext/alsa/gstalsamixerelement.h:
17478         * ext/alsa/gstalsasink.c:
17479         * ext/alsa/gstalsasink.h:
17480         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17481         (gst_alsasrc_init):
17482         * ext/alsa/gstalsasrc.h:
17483         Added alsa docs.
17484         Small code cleanups.
17485
17486 2006-03-01  Wim Taymans  <wim@fluendo.com>
17487
17488         * ext/theora/Makefile.am:
17489         Dist new header too,
17490
17491 2006-03-01  Wim Taymans  <wim@fluendo.com>
17492
17493         * docs/plugins/Makefile.am:
17494         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17495         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17496         * ext/gnomevfs/gstgnomevfssink.h:
17497         * ext/gnomevfs/gstgnomevfssrc.h:
17498         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17499         * ext/vorbis/vorbisdec.h:
17500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17501         * ext/vorbis/vorbisenc.h:
17502         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17503         (vorbis_parse_chain), (vorbis_parse_change_state):
17504         * ext/vorbis/vorbisparse.h:
17505         * gst/audioconvert/gstaudioconvert.h:
17506         * gst/tcp/gsttcpserversink.h:
17507         * gst/videotestsrc/gstvideotestsrc.c:
17508         * gst/videotestsrc/gstvideotestsrc.h:
17509         * gst/volume/gstvolume.c:
17510         * gst/volume/gstvolume.h:
17511         Fix some more docs.
17512         Added docs for vorbisdec and vorbisparse.
17513         Fix vorbisparse.
17514
17515 2006-03-01  Wim Taymans  <wim@fluendo.com>
17516
17517         * docs/plugins/Makefile.am:
17518         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17519         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17520         * ext/pango/gstclockoverlay.h:
17521         * ext/pango/gsttextoverlay.h:
17522         * ext/pango/gsttextrender.h:
17523         * ext/pango/gsttimeoverlay.h:
17524         * ext/theora/gsttheoradec.h:
17525         * ext/theora/gsttheoraenc.h:
17526         * ext/theora/theoradec.c:
17527         * ext/theora/theoraenc.c:
17528         * gst/audioconvert/gstaudioconvert.h:
17529         * gst/audiotestsrc/gstaudiotestsrc.h:
17530         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17531         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17532         * gst/tcp/gstmultifdsink.h:
17533         Updated/added documentation.
17534
17535         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17536         (gst_text_overlay_halign_get_type),
17537         (gst_text_overlay_wrap_mode_get_type),
17538         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17539         (gst_text_overlay_init), (gst_text_overlay_set_property),
17540         (gst_text_overlay_get_property):
17541         Fix up properties to be enums instead of string to make bindings,
17542         introspection and automatic GUI creation possible.
17543         Add getters for the properties.
17544
17545 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17546
17547         * gst/audiotestsrc/gstaudiotestsrc.c:
17548           added defines of M_PI and M_PI_2
17549         * gst/ffmpegcolorspace/avcodec.h:
17550           removed #include "stdint.h" for win32 as _stdint.h is 
17551           autogenerated to win32/common
17552         * win32/common/libgstaudio.def:
17553         * win32/common/libgsttag.def:
17554           added some exports
17555         * win32/vs6:
17556           some project files bugs corrected
17557         * win32/vs7:
17558           project files are reset to the default vs7 configuration 
17559           (they link to msvcr71.dll using default optimizations)
17560           
17561 2006-02-28  Wim Taymans  <wim@fluendo.com>
17562
17563         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17564         Fix some docs.
17565
17566 2006-02-28  Edward Hervey  <edward@fluendo.com>
17567
17568         * ext/alsa/gstalsasrc.c:
17569         Set proper class on the ElementDetails:
17570         Source/Audio instead of Src/Audio/
17571
17572 2006-02-28  Edward Hervey  <edward@fluendo.com>
17573
17574         * gst/videoscale/vs_scanline.c:
17575         (vs_scanline_resample_nearest_RGBA):
17576         Revert optimization in videoscale. It should go in liboil and have
17577         an appropriate liboil function.
17578
17579 2006-02-28  Wim Taymans  <wim@fluendo.com>
17580
17581         * gst-libs/gst/audio/gstbaseaudiosink.c:
17582         (gst_base_audio_sink_provide_clock):
17583         Don't try to provide a clock in the NULL state.
17584
17585 2006-02-28  Wim Taymans  <wim@fluendo.com>
17586
17587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17588         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17589         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17590         (gst_ogg_demux_deactivate_current_chain),
17591         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17592         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17593         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17594         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17595         Use GstSegment infrastructure to remove duplicated code
17596         and handle more seek cases correctly.
17597
17598 2006-02-28  Wim Taymans  <wim@fluendo.com>
17599
17600         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17601         (gst_ffmpegcsp_transform):
17602         Don't ignore return code from ffmpeg convert function.
17603
17604         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17605         Split out some long statements to ease debugging.
17606
17607 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17608
17609         * ext/libvisual/visual.c: (gst_visual_init),
17610         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17611         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17612         being able to renegotiate the size. Instead, use the negotiation
17613         algorithm from the goom plugin to pick an initial output caps. 
17614
17615         Also, allow theoretical libvisual plugins that might support non-GL 
17616         output even if they also do GL.
17617
17618 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17619
17620         * ext/libvisual/visual.c: (gst_visual_init),
17621         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17622         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17623         possible negotiation issues.
17624
17625 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17626
17627         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17628
17629 2006-02-24  Michael Smith  <msmith@fluendo.com>
17630
17631         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17632         (cmml_type_find), (plugin_init):
17633           Fix CMML type find function to not require a specific minor version
17634           of the CMML header.
17635
17636           Add an MPEG4 video elementary stream typefind function.
17637
17638 2006-02-04  Michael Smith  <msmith@fluendo.com>
17639
17640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17641         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17642         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17643         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17644         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17645         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17646           Annodex support in ogg demuxer. Doesn't do very much without the
17647           other annodex patches (to come).
17648
17649 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17650
17651         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17652
17653         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17654           Pick up palette for MS video v1 (#327028)
17655
17656 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17657
17658         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17659         (gst_ffmpegcsp_caps_remove_format_info),
17660         (gst_ffmpegcsp_get_unit_size):
17661           The 'palette_data' field from incoming RGB caps shouldn't be
17662           proxied on outgoing YUV caps; also, restrict unit size
17663           adjustment in case of paletted data only to the unit that
17664           actually has a palette. Fixes #330711.
17665
17666 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17667
17668         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17669         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17670         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17671         (gst_ffmpegcsp_get_unit_size):
17672           Plug some memory leaks.
17673
17674 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17675
17676         * sys/ximage/Makefile.am:
17677         * sys/xvimage/Makefile.am:
17678           Add some _CFLAGS and _LIBS that seem to be missing
17679           and/or required for Cygwin (see #317048).
17680
17681 2006-02-22  Wim Taymans  <wim@fluendo.com>
17682
17683         * ext/alsa/gstalsasrc.c:
17684         Fix description as pointed out by caugier.
17685
17686 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17687
17688         Reviewed by : Edward Hervey  <edward@fluendo.com>
17689
17690         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17691         (qt_type_find):
17692         Better 3gp typefinding (#331526).
17693
17694 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17695
17696         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17697           Don't send EOS event here, the base class will send one for us.
17698
17699         * gst/playback/gstplaybasebin.c: (prepare_output):
17700           Subpictures without video stream aren't allowed either.
17701         
17702         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17703           Fix debug statement copy'n'paste-o.
17704
17705 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17706
17707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17708           Fix issues with mixer keeping state when muting/unmuting
17709           and when changing the volume whilst muted (see #331763
17710           and #331765).
17711
17712 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17713
17714         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17715         (parse_subrip), (gst_sub_parse_format_autodetect):
17716           Set right caps given that we send escaped text. Also,
17717           honour <i></i>, <b></b> and <u></u> markers that can be found
17718           in .srt files (fixes #310202).
17719
17720 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17721
17722         * gst-libs/gst/audio/mixerutils.c:
17723         (element_factory_rank_compare_func):
17724           Make order in which elements are tried more determinable.
17725
17726 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17727
17728         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17729         (remove_element_chain), (cleanup_decodebin),
17730         (gst_decode_bin_change_state): Make decodebin reusable by
17731         fixing remove_element_chain first and then introduce a
17732         cleaner in state change to ->NULL. (Closes #331678)
17733
17734 2006-02-19  Wim Taymans  <wim@fluendo.com>
17735
17736         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17737         use 0666 mask when creating files so umask gets applied
17738         correctly. Fixes #331295.
17739
17740 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17741
17742         * gst/subparse/Makefile.am:
17743         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17744         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17745         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17746         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17747         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17748         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17749         * gst/subparse/gstssaparse.h:
17750         * gst/subparse/gstsubparse.c: (plugin_init):
17751           Add very basic parser for SSA subtitle streams (as often
17752           found in matroska files).
17753
17754 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17755
17756         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17757           That should be text/x-pango-markup, not text/x-pango-layout.
17758
17759 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17760
17761         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17762         Polishing.
17763
17764 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17765
17766         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17767         (gst_text_overlay_finalize), (gst_text_overlay_init),
17768         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17769         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17770         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17771         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17772         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17773         Fix state change deadlock.
17774
17775 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17776
17777         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17778         (gst_text_overlay_finalize), (gst_text_overlay_init),
17779         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17780         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17781         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17782         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17783         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17784         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17785         and subtitles files.
17786
17787 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17788
17789         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17790         should be considered as raw.
17791
17792 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17793
17794         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17795         (cb_probe):
17796         * gst/playback/gststreaminfo.h: Introduce language informations.
17797
17798 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17799
17800         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17801         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17802         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17803         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17804         Set shared memory segments to be deleted as soon as we have attached,
17805         that way they get cleaned up automatically if we crash.
17806
17807 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17808
17809         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17810         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17811         functions are called with lock held.
17812
17813 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17814
17815         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17816         (gst_text_overlay_finalize), (gst_text_overlay_init),
17817         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17818         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17819         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17820         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17821         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17822         (gst_text_overlay_change_state): Refactoring of textoverlay
17823         without collectpads. This now supports sparse subtitles coming
17824         from a demuxer instead of a sub file. Seeking is still broken 
17825         though. Need to discuss with wtay some more on how to handle
17826         seeking correctly.
17827         * ext/pango/gsttextoverlay.h:
17828         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17829         subtitles coming from the demuxer.
17830
17831 2006-02-17  Wim Taymans  <wim@fluendo.com>
17832
17833         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17834         (gst_vorbisenc_convert_sink):
17835         Use some more scaling functions.
17836
17837 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17838
17839         * ext/cdparanoia/gstcdparanoiasrc.c:
17840         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17841         (gst_cd_paranoia_paranoia_callback),
17842         (gst_cd_paranoia_src_signal_is_being_watched),
17843         (gst_cd_paranoia_src_read_sector):
17844         * ext/cdparanoia/gstcdparanoiasrc.h:
17845           Add back 'transport-error' and 'uncorrected-error' signals and
17846           make them actually be fired when bad stuff happens (#319340).
17847
17848 2006-02-17  Wim Taymans  <wim@fluendo.com>
17849
17850         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17851         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17852         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17853         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17854         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17855         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17856         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17857         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17858         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17859         (gst_ring_buffer_clear):
17860         Small cleanups.
17861         Added some G_LIKELY.
17862
17863 2006-02-17  Wim Taymans  <wim@fluendo.com>
17864
17865         * gst-libs/gst/audio/TODO:
17866         Update TODO
17867
17868         * gst-libs/gst/audio/gstbaseaudiosink.c:
17869         (gst_base_audio_sink_get_offset):
17870         When trying to play samples ASAP and we don't have a
17871         previous sample, try to play at position 0 instead of
17872         an invalid position.
17873
17874 2006-02-17  Wim Taymans  <wim@fluendo.com>
17875
17876         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17877         (gst_alsasink_reset):
17878         Also release lock when we get an error in _reset();
17879         fix an error message.
17880
17881 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17882
17883         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17884         (gst_alsasink_init), (get_channel_free_structure),
17885         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17886         (gst_alsasink_close):
17887         * ext/alsa/gstalsasink.h:
17888           Add support for more than 2 channels (#326720).
17889
17890 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17891
17892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17893           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17894           with 4 or 6 channels, assume a default channel layout to make things
17895           work (not sure there's anything else we can do in those cases).
17896
17897 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17898
17899         * gst-libs/gst/audio/multichannel.c:
17900           Minor docs fix.
17901
17902         * gst-libs/gst/riff/Makefile.am:
17903         * gst-libs/gst/riff/riff-ids.h:
17904         * gst-libs/gst/riff/riff-media.c:
17905         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17906           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17907           channels and a channel layout map.
17908           
17909 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17910
17911         Reviewed by Edward Hervey  <edward@fluendo.com>
17912
17913         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17914         C-level optimization of the RGBA nearest neighbour function.
17915         Eventually this might end up in liboil with vectorized versions.
17916
17917 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17918
17919         * gst-libs/gst/audio/multichannel.c:
17920         (gst_audio_get_channel_positions):
17921           When we have more than 2 channels, but no channel layout is
17922           specified in the caps, return some default channel layout
17923           to the caller and warn about about a possibly buggy element
17924           (could be buggy filtercaps as well of course) (#317038).
17925
17926 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17927
17928         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17929           Add gst-libs/gst/cdda to list of lib search paths.
17930
17931 2006-02-15  Andy Wingo  <wingo@pobox.com>
17932
17933         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17934         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17935         to the Lord Jesus that I do not have to touch the ogg muxer ever
17936         again.
17937
17938 2006-02-15  Edward Hervey  <edward@fluendo.com>
17939
17940         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17941         quicktime movie files can also contain 'uuid' atoms.
17942
17943 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17944
17945         * gst/audioconvert/plugin.c: (plugin_init):
17946           Register the GstAudioChannelPosition enum type with the type
17947           system in the plugin_init function, so that it is known before
17948           any element actually makes use of multi-channel stuff. This is
17949           required for example if one wants to be able to deserialise/use
17950           a caps string with channel positions before any pipeline has
17951           been setup and started, like with gst-launch.
17952
17953 2006-02-14  Wim Taymans  <wim@fluendo.com>
17954
17955         * gst-libs/gst/audio/gstringbuffer.c:
17956         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17957         (gst_ring_buffer_samples_done), (wait_segment),
17958         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17959         Add some compiler G_(UN_)LIKELY help.
17960         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17961         make sure they can exit their functions. Should fix #330748
17962
17963 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17964
17965         * Makefile.am:
17966         * configure.ac:
17967         * win32/MANIFEST:
17968         * win32/common/_stdint.h:
17969           Windows does not have long long; copy the generated _stdint.h
17970         * win32/common/interfaces-enumtypes.c:
17971         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17972         (gst_mixer_track_flags_get_type),
17973         (gst_tuner_channel_flags_get_type):
17974         * win32/common/multichannel-enumtypes.c:
17975         (gst_audio_channel_position_get_type):
17976           update
17977
17978 2006-02-13  Wim Taymans  <wim@fluendo.com>
17979
17980         * gst-libs/gst/audio/gstbaseaudiosink.c:
17981         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17982         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17983         Always sync on first sample we receive when starting.
17984
17985 2006-02-13  Wim Taymans  <wim@fluendo.com>
17986
17987         * gst/playback/gstplaybin.c: (gen_vis_element):
17988         Update vis bin docs.
17989         Move queue after tee so we don't queue video buffers but
17990         audio samples instead. Fixes problems where the video queue
17991         is filled and the audio queue empty.
17992
17993 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17994
17995         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17996           No need to push an EOS event here, GstBaseSrc will do that for us
17997           when we return FLOW_UNEXPECTED.
17998           
17999 2006-02-12  Wim Taymans  <wim@fluendo.com>
18000
18001         * gst-libs/gst/audio/gstbaseaudiosink.c:
18002         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18003         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18004         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18005         Use scale functions when possible.
18006         Fix error messages.
18007         Free clockid when after waiting for EOS.
18008         Use G_(UN_)LIKLY when it makes sense.
18009         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18010
18011 2006-02-12  Edward Hervey  <edward@fluendo.com>
18012
18013         * gst/playback/gstplaybasebin.c: (prepare_output): 
18014         Remove stray semi-colon (fixes #330888).
18015
18016 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18017
18018         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18020         Fix up the XShm call testing so that we catch errors, and don't
18021         cause new ones by attempting to detach from a segment we failed
18022         to attach to. Fixes #312439.
18023
18024 2006-02-10  Edward Hervey  <edward@fluendo.com>
18025
18026         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18027         Added flv file typefind (video/x-flv).
18028
18029 2006-02-10  Edward Hervey  <edward@fluendo.com>
18030
18031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18032         (gst_riff_create_video_template_caps):
18033         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18034         Also added the caps to the default set of riff video caps.
18035
18036 2006-02-09  Andy Wingo  <wingo@pobox.com>
18037
18038         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18039         time and the end time of the last packet in the page.
18040         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18041         on the pages in our queue, set the duration as well. Reflow a
18042         debug statement.
18043         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18044         Fixes bad muxing order.
18045
18046 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18047
18048         * gst-libs/gst/rtp/gstbasertppayload.c:
18049         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18050           update seqnum before setting it on the packet; this makes sure
18051           that the timestamp and seqnum properties match after pushing
18052           a buffer
18053
18054 2006-02-09  Andy Wingo  <wingo@pobox.com>
18055
18056         * gst-libs/gst/audio/gstringbuffer.c
18057         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18058         overflow after 13.5 hours of recording. Kapow!
18059
18060         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18061         the buffer size -- we don't care about underrun/overrun reporting
18062         right now, just need to return a useful value.
18063
18064 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18065
18066         * configure.ac:
18067           Back to CVS
18068
18069 === release 0.10.3 ===
18070
18071 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18072
18073         * configure.ac:
18074           releasing 0.10.3, "Under Pressure"
18075
18076 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18077
18078         * configure.ac:
18079         Drat. Bump libtool version number for new API.
18080         Prelease 0.10.2.3 (of 0.10.3)
18081
18082 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18083
18084         * configure.ac:
18085         * win32/common/config.h:
18086         0.10.2.2 prerelease (of 0.10.3).
18087
18088 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18089
18090         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18091           Revert Andy's newsegment change pending a more correct
18092           fix.
18093
18094 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18095
18096         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18097         (qt_type_find), (plugin_init):
18098           detect more files as 3gp
18099           group and reorder the iso file formats
18100
18101 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18102
18103         * ext/vorbis/vorbis.c: (plugin_init):
18104           Register musicbrainz tags, so apps don't have to.
18105
18106 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18107
18108         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18109         (gst_tag_to_vorbis_tag):
18110           Make sure we called gst_tag_register_musicbrainz_tags()
18111           before possibly mapping a vorbiscomment string from/to a
18112           musicbrainz tag.
18113
18114 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18115
18116         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18117           In case we can't find the required number of consecutive
18118           mpeg audio frames to positively identify an MPEG audio
18119           stream, check if there's at least a valid mpeg audio
18120           frame right at offset 0 and if so suggest mpeg/audio
18121           caps with a very low probability (#153004).
18122
18123 2006-02-07  Andy Wingo  <wingo@pobox.com>
18124
18125         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18126         a TIME segment if we get timestamped buffers. Requires recent
18127         fixes in core to work properly.
18128
18129 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18130
18131         * gst/playback/gstplaybasebin.c: (prepare_output):
18132           Don't print the URI as part of the error message, it
18133           makes error dialogs look rather ugly, especially if
18134           the URI is very long or has characters in it that
18135           need escaping.
18136
18137 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18138
18139         * gst/playback/gstplaybasebin.c: (prepare_output):
18140           Error out if we have only text or subtitles, but nothing
18141           else. Also error out if we have subtitles but no video
18142           stream.
18143
18144 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18145
18146         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18147           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18148           Post an error message on the bus when we encounter an
18149           error, which will hopefully be more meaningful than the
18150           'Internal Flow Error' message users get to see if we
18151           just return GST_FLOW_ERROR.
18152
18153 2006-02-07  Andy Wingo  <wingo@pobox.com>
18154
18155         * configure.ac (GST_MAJORMINOR): Update core version req to
18156         0.10.2.2, for the collectpads API addition (#330244).
18157
18158 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18159
18160         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18161           Return FALSE from plugin_init() when GnomeVFS can't
18162           be initialised for some reason (#328423).
18163
18164 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18165
18166         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18167         Stick to seeking theory until i find the bug.
18168         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18169
18170 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18171
18172         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18173         (theora_enc_finalize), (theora_enc_sink_setcaps),
18174         (theora_set_header_on_caps), (theora_enc_chain),
18175         (theora_enc_change_state):
18176         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18177           Make theoraenc and the tests leak free. Like, really.
18178
18179 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18180
18181         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18182         (theora_enc_finalize), (theora_enc_sink_setcaps):
18183           Add a finalize method to ensure we clean up state even if
18184           someone omitted the state change back to NULL.
18185
18186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18187         (gst_vorbisenc_chain):
18188           Free some more leaked bits.
18189
18190         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18191         (stop_pipeline):
18192           Wait for state changes to happen if they're ASYNC.
18193
18194           This ought to teach those fancy pants buildbots a lesson.
18195
18196 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18197
18198         * gst-libs/gst/tag/gstid3tag.c:
18199           Add mapping for ID3 International Standard Recording Code
18200           tag "TSRC"
18201
18202 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18203
18204         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18205           Don't leak tag names.
18206
18207 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18208
18209         * docs/libs/gst-plugins-base-libs-docs.sgml:
18210         * docs/libs/gst-plugins-base-libs-sections.txt:
18211         * gst-libs/gst/tag/gstid3tag.c:
18212         * gst-libs/gst/tag/gstvorbistag.c:
18213         * gst-libs/gst/tag/tags.c:
18214           Split libgsttag docs into multiple sections.
18215
18216 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18217
18218         * docs/libs/Makefile.am:
18219         * docs/libs/gst-plugins-base-libs-docs.sgml:
18220         * docs/libs/gst-plugins-base-libs-sections.txt:
18221         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18222         * gst-libs/gst/tag/gstvorbistag.c:
18223         * gst-libs/gst/tag/tag.h:
18224         * gst-libs/gst/tag/tags.c:
18225           Add libgsttag to the docs.
18226
18227 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18228
18229         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18230         (gst_text_overlay_init), (gst_text_overlay_src_event),
18231         (gst_text_overlay_collected): Fix clockoverlay.
18232
18233 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18234
18235         * docs/libs/compiling.sgml:
18236           Fix typo: it's pkg-config, not pkg-gconfig
18237
18238         * docs/libs/gst-plugins-base-libs-docs.sgml:
18239         * docs/libs/gst-plugins-base-libs-sections.txt:
18240         * docs/libs/tmpl/gstgconf.sgml:
18241           There is no libgstgconf in 0.10, remove it
18242           from the docs.
18243
18244 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18245
18246         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18247         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18248         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18249         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18250         (gst_sub_parse_class_init), (gst_sub_parse_init),
18251         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18252         (parse_mpsub), (parser_state_init), (handle_buffer),
18253         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18254         * gst/subparse/gstsubparse.h: Introduce seeking code.
18255
18256 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18257
18258         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18259           Add comment about LANGUAGE tag inconsistency (we want
18260           ISO-639-1, but extract three-letter identifiers?)
18261
18262         * po/POTFILES.in:
18263           Add two translatable files.
18264
18265 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18266
18267         * gst-libs/gst/tag/Makefile.am:
18268         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18269         * gst-libs/gst/tag/tag.h:
18270         * gst-libs/gst/tag/tags.c:
18271         (gst_tag_register_musicbrainz_tags_internal),
18272         (gst_tag_register_musicbrainz_tags):
18273           Forward-port some tags stuff from the 0.8 branch. This is
18274           mostly the addition of musicbrainz tags and their mapping
18275           to vorbistags, and a vorbistag mapping of the language tag.
18276
18277 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18278
18279         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18280         refactoring.
18281
18282 2006-02-04  David Schleef  <ds@schleef.org>
18283
18284         * ext/ogg/gstoggmux.c:
18285         * gst/typefind/gsttypefindfunctions.c:
18286           Add Dirac typefinding and add dirac format to oggmux.
18287
18288 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18289
18290         * gst/playback/gstdecodebin.c: (try_to_link_1):
18291           Don't put essential function call into
18292           g_return_*() macro, otherwise it'll all be
18293           replaced by NOOPs when compiling with
18294           G_DISABLE_CHECKS defined.
18295
18296 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18297
18298         * ext/ogg/gstoggdemux.c:
18299         * ext/ogg/gstoggparse.c:
18300         * gst/tcp/gsttcpserversink.c:
18301         * sys/v4l/v4lsrc_calls.c:
18302         * sys/v4l/v4lsrc_calls.h:
18303         Just make it compile with --disable-gst-debug.
18304
18305 2006-02-03  Wim Taymans  <wim@fluendo.com>
18306
18307         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18308         (gst_alsasink_class_init), (gst_alsasink_init),
18309         (gst_alsasink_write), (gst_alsasink_reset):
18310         * ext/alsa/gstalsasink.h:
18311         Add lock to protect alsa calls.
18312         Implement reset to flush samples ASAP, does not work
18313         with dmix though.
18314
18315 2006-02-02  Wim Taymans  <wim@fluendo.com>
18316
18317         * gst-libs/gst/audio/gstbaseaudiosink.c:
18318         (gst_base_audio_sink_provide_clock):
18319         Ugh.. getting late I guess...
18320
18321 2006-02-02  Wim Taymans  <wim@fluendo.com>
18322
18323         * gst-libs/gst/audio/gstbaseaudiosink.c:
18324         (gst_base_audio_sink_provide_clock),
18325         (gst_base_audio_sink_set_property),
18326         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18327         Don't try to provide a clock when we are not negotiated since
18328         we might not be able to make it run.
18329
18330 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18331
18332         * gst/playback/gstdecodebin.c: (try_to_link_1):
18333           Unlinking two source pads is ... hard.
18334
18335 2006-02-02  Wim Taymans  <wim@fluendo.com>
18336
18337         * gst-libs/gst/audio/TODO:
18338         Updated.
18339
18340         * gst-libs/gst/audio/gstbaseaudiosink.c:
18341         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18342         On EOS, wait till the last sample is played before posting EOS.
18343
18344 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18345
18346         Patch by: Kai Vehmanen
18347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18348           Adds ability to enable newsegment bypass by setting queue_delay to
18349           zero. Also avoid thread being started if queue_delay is zero.
18350
18351 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18352
18353         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18354           Make test work again by connecting fakesinks to each decoded pad,
18355           which makes the pipeline wait until each fakesink has a buffer
18356           queued before going to PAUSED state. At that point we know the
18357           decodebin pads are negotiated.
18358
18359 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18360
18361         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18362         (gst_cdda_base_src_handle_event):
18363         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18364           Pass unhandled queries to the parent class's query function.
18365
18366 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18367
18368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18369         (gst_ogg_pad_src_query):
18370         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18371         * ext/theora/theoradec.c: (theora_dec_src_query),
18372         (theora_dec_sink_query):
18373         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18374         (vorbis_dec_sink_query):
18375         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18376         (gst_vorbisenc_sink_query):
18377         * gst/adder/gstadder.c: (gst_adder_query):
18378           Pass unhandled queries upstream instead of just
18379           dropping them (#326447). Also, fix supported
18380           query types list for some elements.
18381
18382 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18383
18384         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18385         (paris_type_find), (ilbc_type_find), (plugin_init):
18386           Fix typefinding for audio/x-au, audio/x-paris and
18387           audio/iLBC-sh. We cannot use the START_WITH macros
18388           here, because there can only be one typefind factory
18389           with the same name (caps), so the second one would
18390           replace the first one and the first one would never
18391           be called when doing typefinding (see #161712).
18392           
18393
18394 2006-01-31  Wim Taymans  <wim@fluendo.com>
18395
18396         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18397         (vorbis_handle_header_packet), (vorbis_dec_push),
18398         (vorbis_handle_data_packet):
18399         Use scale_int when we can, add some more scaling.
18400         Check packettype before parsing it.
18401
18402 2006-01-31  Wim Taymans  <wim@fluendo.com>
18403
18404         * ext/theora/theoradec.c: (_theora_granule_time),
18405         (theora_dec_src_convert), (theora_dec_sink_convert):
18406         Call right _scale functions.
18407         Use parameter instead of some other random value.
18408
18409 2006-01-31  Wim Taymans  <wim@fluendo.com>
18410
18411         * ext/theora/theoradec.c: (_theora_granule_frame),
18412         (_theora_granule_time), (_inc_granulepos),
18413         (theora_dec_src_convert), (theora_dec_sink_convert),
18414         (theora_handle_type_packet), (theora_handle_data_packet),
18415         (theora_dec_chain):
18416         Use higher precision timestamps calculation.
18417         Convert some other conversions to _scale.
18418
18419 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18420
18421         * gst/audiotestsrc/gstaudiotestsrc.c:
18422         (gst_audio_test_src_create_sine_table), (plugin_init):
18423         * gst/volume/gstvolume.c: (plugin_init):
18424           initialize gst_controller before using
18425
18426 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18427
18428         * tests/check/pipelines/theoraenc.c:
18429         * tests/check/pipelines/vorbisenc.c:
18430         Define constant using G_GINT64_CONSTANT to avoid errors when
18431         passing it around - otherwise it gets truncated to 32 bits.
18432
18433         Fixes failing tests.
18434
18435 2006-01-31  Andy Wingo  <wingo@pobox.com>
18436
18437         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18438         caps being set doesn't have a framerate value. Basically a stopgap
18439         measure.
18440
18441         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18442         technically correct enough to put into core though.
18443         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18444         DURATION. Fixes theoraenc ! oggmux.
18445
18446         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18447         fraction, not double.
18448
18449 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18450
18451         * win32/vs7:
18452         add vs7 project files created by Sergey Scobich
18453
18454 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18455
18456         * win32/vs8:
18457         add vs8 project files created by Sergey Scobich
18458         
18459 2006-01-30  Andy Wingo  <wingo@pobox.com>
18460
18461         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18462         timestamp + duration, not just timestamp -- ogg pages should be
18463         ordered by stop time. Necessary fix given the change in vorbis
18464         timestamps.
18465
18466         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18467         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18468         (granulepos_add): New function, handles the messiness of adjusting
18469         granulepos values.
18470         (theora_buffer_from_packet):
18471         (theora_enc_chain):
18472         (theora_enc_sink_event): Use granulepos_add, not +.
18473
18474         * tests/check/pipelines/theoraenc.c
18475         (check_buffer_granulepos_from_starttime): Just check the frame
18476         count, not the actual granulepos -- we can't dictate to the
18477         encoder when it should be placing keyframes.
18478
18479 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18480
18481         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18482           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18483           play an http:// stream from a server that's not serving
18484
18485 2006-01-30  Andy Wingo  <wingo@pobox.com>
18486
18487         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18488         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18489         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18490         available.
18491
18492         * ext/theora/gsttheoraenc.h:
18493         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18494         although theoraenc was timestamping correctly. Added handling of
18495         streams that start with nonzero timestamps.
18496
18497         * tests/check/Makefile.am:
18498         * tests/check/pipelines/theoraenc.c: New file, basically does same
18499         tests as vorbisenc.
18500
18501         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18502
18503 2006-01-30  Wim Taymans  <wim@fluendo.com>
18504
18505         * gst-libs/gst/audio/gstaudiosink.c:
18506         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18507         (gst_audioringbuffer_pause):
18508         Implement pause that does not wait for completion.
18509
18510         * gst-libs/gst/audio/gstbaseaudiosink.c:
18511         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18512         Don't drop buffers when going to PAUSED but perform preroll on
18513         remaining samples now that core base class supports this.
18514
18515         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18516         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18517         (gst_ring_buffer_commit):
18518         Pause should not signal waiters.
18519         Implement return value of _commit correctly.
18520
18521 2006-01-30  Andy Wingo  <wingo@pobox.com>
18522
18523         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18524
18525         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18526         updated to timestamp from the first sample, not the last.
18527         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18528         special care of granulepos and timestamp for header packets.
18529         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18530         when the first buffer has a nonzero timestamp.
18531
18532         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18533         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18534         case when the first audio buffer we get has a nonzero timestamp.
18535         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18536         properly timestamp vorbis buffers with the time of the first
18537         sample, not the last.
18538         
18539         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18540         vorbis_granule_time_copy -- now it takes the granule/subgranule
18541         offset into account.
18542
18543         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18544         timestamps, durations, and granulepos on buffers produced by
18545         vorbisenc.
18546
18547 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18548
18549         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18550         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18551           Patch from Eric Jonas to support conversions to/from UYVY 
18552           (Fixes: #324626)
18553
18554 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18555
18556         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18557         (setup_subtitle), (setup_source), (set_active_source):
18558         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18559         (gen_text_element), (gen_audio_element), (gen_vis_element),
18560         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18561
18562 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18563
18564         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18565         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18566                 use gst_guint64_to_gdouble to be compliant with vs6
18567         * gst/playback/gstdecodebin.c: (try_to_link_1)
18568         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18569                 use G_GINT64_CONSTANT for int64 constants
18570         * win32/common/libgstinterfaces.def:
18571                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18572         * win32/vs6:
18573                 update and add new project files
18574                 
18575 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18576
18577         * Makefile.am:
18578         * win32/MANIFEST:
18579         * win32/common/interfaces-enumtypes.c:
18580         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18581         (gst_mixer_track_flags_get_type),
18582         (gst_tuner_channel_flags_get_type):
18583         * win32/common/interfaces-enumtypes.h:
18584         * win32/common/multichannel-enumtypes.c:
18585         (gst_audio_channel_position_get_type):
18586         * win32/common/multichannel-enumtypes.h:
18587           add a win32-update rule like in core, and copy over enumtypes files
18588
18589 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18590
18591         * win32/MANIFEST:
18592         * win32/common/config.h:
18593         * win32/common/config.h.in:
18594           add config files just like in core
18595
18596 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18597
18598         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18599           Make gcc-4.1 happy (part of #327357).
18600
18601 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18602
18603         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18604         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18605         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18606         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18607         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18608         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18609           Update all error messages.  All of them should either use
18610           the default translated message, or actually provide a
18611           translatable string.
18612           Make the string for channel count problems meaningful.
18613
18614 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18615
18616         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18617           check for and throw RESOURCE_BUSY
18618
18619 2006-01-27  David Schleef  <ds@schleef.org>
18620
18621         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18622           checked in this change -- it requires liboil features not
18623           in 0.3.6.  Revert parts.
18624
18625 2006-01-27  David Schleef  <ds@schleef.org>
18626
18627         * REQUIREMENTS:
18628         * configure.ac: update liboil requirement to 0.3.6
18629         * gst/videoscale/Makefile.am:
18630         * gst/videoscale/vs_scanline.c: liboilify
18631
18632 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18633
18634         * ext/libvisual/visual.c: (get_buffer):
18635           When pad_alloc returns a GstFlowReturn other
18636           than GST_FLOW_OK, make sure it is passed upstream.
18637
18638 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18639
18640         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18641         (gst_alsasink_class_init):
18642           Free the device name string.
18643
18644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18645         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18646         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18647           Don't remove a pad from the collectpads structure until it
18648           is released - it's a request pad, and may receive data again
18649           if the element gets moved back to PLAYING state.
18650
18651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18652           Ensure we turn on double buffering on the Xv port, and
18653           set the colour key to something dark and mysterious that
18654           isn't black.
18655
18656 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18657
18658         * ext/alsa/gstalsaplugin.c: (plugin_init):
18659         * ext/cdparanoia/gstcdparanoiasrc.c:
18660         (gst_cd_paranoia_src_base_init), (plugin_init):
18661         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18663           - a library should not call setlocale. see "Libraries" node in
18664             gettext manual
18665           - make sure all plugins that use translation do bindtextdomain
18666             to point to the localedir
18667         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18668         (setup_sinks), (plugin_init):
18669           all this, and check for NULL when creating sinks
18670
18671 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18672
18673         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18674         (plugin_init): Make typefinding of subtitles work again.
18675
18676 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18677
18678         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18679         (mp3_type_frame_length_from_header), (mp3_type_find),
18680         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18681         (plugin_init):
18682           Backport a bunch of typefinding fixes from the 0.8 branch.
18683           Also, improve wavpack typefinding: if we can't peek the
18684           entire wavpack block, try to parse the bits we can get and
18685           see if we find what we're looking for in those.
18686
18687 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18688
18689         * sys/ximage/ximagesink.c:
18690         (gst_ximagesink_calculate_pixel_aspect_ratio):
18691         * sys/xvimage/xvimagesink.c:
18692         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18693         more cases of pixel aspect ratio.
18694
18695 2006-01-26  Edward Hervey  <edward@fluendo.com>
18696
18697         * gst/playback/gstdecodebin.c: (pad_probe):
18698         Also consider the flush-start and tag events as unblockers
18699         for the pad probes.
18700
18701 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18702
18703         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18704         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18705         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18706         On the fly visualisation switch, works disabling, enabling as
18707         well but it won't be able to enable vis in a playbin that was
18708         created with no visualisation.
18709
18710 2006-01-25  Wim Taymans  <wim@fluendo.com>
18711
18712         * gst-libs/gst/audio/gstbaseaudiosink.c:
18713         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18714         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18715         resume after pause.
18716
18717 2006-01-25  Wim Taymans  <wim@fluendo.com>
18718
18719         * gst-libs/gst/audio/gstbaseaudiosink.c:
18720         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18721         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18722         Improve debugging.
18723         Post error when caps cannot be parsed.
18724         Resync on discontinuity in the stream.
18725         Clip samples to segment boundaries.
18726         return WRONG_STATE sooner when we are flushing.
18727
18728         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18729         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18730         Make audiosrc operate in TIME.
18731         Set TIMESTAMP and DURATION on buffers.
18732
18733 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18734
18735         * tests/examples/seek/seek.c: (main):
18736           Output tag messages as well.
18737
18738 2006-01-23  Edward Hervey  <edward@fluendo.com>
18739
18740         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18741         (free_pad_probes), (remove_fakesink), (pad_probe),
18742         (close_pad_link), (gst_decode_bin_change_state):
18743         Replace GstPadBlockCallback with pad probes that detect
18744         first buffer AND eos before removing fakesink.
18745         Fixes hang with demuxers doing EOS while pre-rolling.
18746         Solves #328279
18747
18748 2006-01-23  Andy Wingo  <wingo@pobox.com>
18749
18750         * ext/alsa/gstalsasink.c:
18751         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18752         (gst_base_rtp_depayload_setcaps),
18753         (gst_base_rtp_depayload_add_to_queue),
18754         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18755         
18756         Patch by: Jens Granseuer <jensgr at gmx dot net>
18757
18758 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18759
18760         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18761         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18762         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18763         frames. We might get a frame destroyed after changing state to
18764         NULL, adding a safety check on xcontext.
18765
18766 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18767
18768         * gst-libs/gst/interfaces/xoverlay.c:
18769           Fix prepare-xwindow-id code example in the docs - we need to
18770           ignore all messages that aren't element messages as well.
18771           
18772 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18773
18774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18775           I think one day i'll completely undestand how caps negotiation
18776           is supposed to work. This refactoring handles buffer_alloc
18777           called with caps we can't handle. We definitely don't want a
18778           set_caps with those caps, so we define and allocate a buffer
18779           we would like to receive.
18780
18781 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * gst/playback/gstplaybasebin.c: (setup_source):
18784           Free iterator when done.
18785
18786 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18787
18788         * gst-libs/gst/audio/gstbaseaudiosink.c:
18789         (gst_base_audio_sink_render):
18790           Fix playback of non-synchronised streams by assuming a rate
18791           of 1.0 instead of a random one.
18792
18793           Makes this work again:
18794
18795           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18796           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18797           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18798           audioresample ! alsasink
18799
18800 === release 0.10.2 ===
18801
18802 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18803
18804         * configure.ac:
18805           releasing 0.10.2, "Then the devil is six"
18806
18807 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18808
18809         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18810         * gst/playback/gststreamselector.c:
18811         (gst_stream_selector_set_property):
18812           Comment out broken code that connects to the state-changed signal.
18813           At this point, changing current stream selection is broken, but 
18814           stuff like gst-launch playbin current-audio=1 works and filters
18815           to the chosen stream.
18816
18817 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18818
18819         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18820           Fix #327216 (null dereference in vorbisdec)
18821
18822 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18823
18824         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18825           Post taglist actually on bus instead of just freeing it
18826           (fixes #327114 and totem bug #327080).
18827
18828         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18829           Use gst_element_found_tags_for_pad(), so that the tags
18830           are sent downstream as an event as well.
18831
18832 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18833
18834         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18835         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18836         (gst_ximagesink_buffer_alloc):
18837         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18838         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18839         (gst_xvimagesink_buffer_alloc):
18840           move all regularly occurring messages to GST_LOG level
18841           add some more object logs
18842
18843 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18844
18845         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18846           fix a silly segfault
18847
18848 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18849
18850         * docs/libs/gst-plugins-base-libs-docs.sgml:
18851         * docs/libs/gst-plugins-base-libs-sections.txt:
18852         * gst-libs/gst/audio/mixerutils.c:
18853         * gst-libs/gst/audio/mixerutils.h:
18854           Add docs for mixerutils stuff.
18855
18856 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18857
18858         * gst/playback/gstplaybasebin.c: (setup_source):
18859           Fix playback for sources that emit raw audio or
18860           raw video streams (e.g.: cd audio sources) (#325984).
18861
18862 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18863
18864         * gst-libs/gst/audio/mixerutils.c:
18865         (gst_audio_mixer_filter_do_filter):
18866           actually save the element we create
18867
18868 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18869
18870         * gst-libs/gst/cdda/gstcddabasesrc.c:
18871         (gst_cdda_base_src_handle_track_seek):
18872           No need to post a tag message on the bus when seeking
18873           within the same track, only post it when the current
18874           track changes.
18875
18876 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18877
18878         * gst/playback/gstplaybasebin.c: (group_destroy),
18879         (probe_triggered), (new_decoded_pad), (mute_group_type),
18880         (set_active_source):
18881         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18882         * gst/playback/gststreamselector.c:
18883         (gst_stream_selector_base_init),
18884         (gst_stream_selector_set_property),
18885         (gst_stream_selector_request_new_pad):
18886           Reenable stream selection. These mechanisms need a complete overhaul
18887           in the face of 0.8->0.10 changes though.
18888
18889 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18890
18891         * ext/ogg/gstoggdemux.c:
18892           Change the pad template to src_%d to match the pads that 
18893           are created from it. decodebin needs this information in order
18894           to decide that oggdemux is capable of producing multiple pads
18895           (and hence needs queues inserted).
18896
18897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18898         (gst_ogg_mux_collected):
18899           Make debug output more useful by using GST_PTR_FORMAT.
18900
18901 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18902
18903         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18904
18905         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18906           Set depth and width for alaw/mulaw (fixes #326601).
18907
18908 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * tests/icles/Makefile.am:
18911           don't build the tests if we don't have the libs
18912
18913 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18914
18915         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18916         (gst_cd_paranoia_paranoia_callback):
18917           Don't try to free NULL pointers.
18918
18919 2006-01-10  Edward Hervey  <edward@fluendo.com>
18920
18921         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18922         (gst_audio_rate_change_state), (plugin_init):
18923         Add debugging category.
18924         Fix type issues.
18925         Add case for incoming buffers without valid offset/offset_end.
18926
18927 2006-01-10  Michael Smith  <msmith@fluendo.com>
18928
18929         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18930           Don't leak GCond in audio sources.
18931
18932 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18933
18934         * gst/playback/gstplaybin.c: (gen_audio_element):
18935           Don't leak an autoaudiosink/alsasink when we generate
18936           a new audio element. (old code, I guess)
18937
18938 2006-01-10  Michael Smith  <msmith@fluendo.com>
18939
18940         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18941           Support float audio in audiorate.
18942           Use width rather than depth for selecting sample width.
18943
18944 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18945
18946         * gst/videotestsrc/videotestsrc.h:
18947           Use GLib types here (that way we don't have to include the
18948           generated _stdint.h header, which makes life easier for win32
18949           folks that don't use autotools for the build) (#325990, patch
18950           by: Sergey Scobich).
18951
18952 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18953
18954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18955         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18956         (gst_ring_buffer_pause), (wait_segment):
18957         * gst-libs/gst/audio/gstringbuffer.h:
18958           Name (private) union, makes Forte compiler happy (this time
18959           for real) (#324900).
18960
18961 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18962
18963         * gst-libs/gst/audio/Makefile.am:
18964           Link against libgstinterfaces, needed for mixer
18965           and property probe stuff.
18966
18967 2006-01-09  Edward Hervey  <edward@fluendo.com>
18968
18969         * gst-libs/gst/Makefile.am:
18970
18971 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18972
18973         * gst-libs/gst/audio/Makefile.am:
18974         * gst-libs/gst/audio/mixerutils.c:
18975         (gst_audio_mixer_filter_do_filter),
18976         (gst_audio_mixer_filter_check_element),
18977         (gst_audio_mixer_filter_probe_feature),
18978         (element_factory_rank_compare_func),
18979         (gst_audio_default_registry_mixer_filter):
18980         * gst-libs/gst/audio/mixerutils.h:
18981           Add gst_audio_default_registry_mixer_filter() utility
18982           function.
18983
18984 2006-01-03  Michael Smith  <msmith@fluendo.com>
18985
18986         * gst/audioresample/resample.h:
18987           As before, but for o_buf
18988
18989 2006-01-03  Michael Smith  <msmith@fluendo.com>
18990
18991         * gst/audioresample/resample.h:
18992           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18993           since we do arithmetic on it.
18994
18995 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18996
18997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18998         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18999         (gst_ring_buffer_pause), (wait_segment):
19000         * gst-libs/gst/audio/gstringbuffer.h:
19001           Sun's Forte compiler doesn't seem to like anonymous structs,
19002           so use same setup as in GstBaseSrc (fixes #324900).
19003
19004 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19005
19006         * configure.ac:
19007         * gst/volume/Makefile.am:
19008         * gst/volume/demo.c:
19009           move old example to tests/examples/volume/volune.c
19010         * tests/examples/Makefile.am:
19011         * tests/examples/seek/seek.c: (main):
19012           change window-close event from "delete-event" to "destroy"
19013         * tests/examples/volume/Makefile.am:
19014         * tests/examples/volume/volume.c: (value_changed_callback),
19015         (setup_gui), (message_received), (eos_message_received), (main):
19016           fix event handling and bus usage
19017
19018 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19019
19020         * gst/audiotestsrc/gstaudiotestsrc.c:
19021         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19022         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19023         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19024         (gst_audio_test_src_create_square),
19025         (gst_audio_test_src_create_saw),
19026         (gst_audio_test_src_create_triangle),
19027         (gst_audio_test_src_create_silence),
19028         (gst_audio_test_src_create_white_noise),
19029         (gst_audio_test_src_create_pink_noise),
19030         (gst_audio_test_src_init_sine_table),
19031         (gst_audio_test_src_create_sine_table),
19032         (gst_audio_test_src_change_wave),
19033         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19034         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19035         * gst/audiotestsrc/gstaudiotestsrc.h:
19036           update to basesrc changes, implement segmented seeking and eos
19037           handling, add a 'sine-tab' waveform for performance critical playback
19038
19039 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19040
19041         * po/POTFILES.in:
19042           ... and this time the other modified file that I missed last time.
19043
19044 2005-12-29  Michael Smith  <msmith@fluendo.com>
19045
19046         * gst/playback/gstdecodebin.c: (new_pad):
19047           Fix non-C89 variable declaration not at the start of a block. Should
19048           help some compilers.
19049
19050 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19051
19052         * tests/check/Makefile.am:
19053           And now fix 'make distcheck' (builddir != srcdir)
19054
19055 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19056
19057         * configure.ac:
19058         * ext/cdparanoia/Makefile.am:
19059         * ext/cdparanoia/gstcdparanoia.c:
19060         * ext/cdparanoia/gstcdparanoia.h:
19061         * ext/cdparanoia/gstcdparanoiasrc.c:
19062         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19063         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19064         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19065         (gst_cd_paranoia_paranoia_callback),
19066         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19067         (gst_cd_paranoia_src_set_property),
19068         (gst_cd_paranoia_src_get_property), (plugin_init):
19069         * ext/cdparanoia/gstcdparanoiasrc.h:
19070           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19071           plugin again (there are still fixes required to playbin to make
19072           cdda:// uris work there).
19073
19074 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19075
19076         * tests/check/Makefile.am:
19077           Fix test case compilation.
19078
19079 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19080
19081         * gst-libs/gst/cdda/gstcddabasesrc.c:
19082         (gst_cdda_base_src_update_duration),
19083         (gst_cdda_base_src_calculate_cddb_id):
19084           An integer is not a string. Fix access to uninitialised variable.
19085
19086         * tests/check/Makefile.am:
19087           Add cddabasesrc unit test; also actually enable the vorbis test.
19088
19089         * tests/check/generic/states.c:
19090           Blacklist new cd audio elements as well.
19091
19092         * tests/check/libs/cddabasesrc.c:
19093           Unit test for GstCddaBaseSrc (discid calculation mostly).
19094
19095 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19096
19097         * docs/libs/Makefile.am:
19098         * docs/libs/gst-plugins-base-libs-docs.sgml:
19099         * docs/libs/gst-plugins-base-libs-sections.txt:
19100         * docs/libs/gst-plugins-base-libs.types:
19101           Add docs for libgstcdda/GstCddaBaseSrc.
19102
19103         * gst-libs/gst/interfaces/mixertrack.h:
19104           Do one struct member per line with a semicolon at the end, that way
19105           even gtk-doc might parse it without complaining.
19106
19107 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19108
19109         * configure.ac:
19110         * gst-libs/gst/Makefile.am:
19111         * gst-libs/gst/cdda/Makefile.am:
19112         * gst-libs/gst/cdda/base64.c:
19113         * gst-libs/gst/cdda/base64.h:
19114         * gst-libs/gst/cdda/gstcddabasesrc.c:
19115         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19116         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19117         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19118         (gst_cdda_base_src_get_property),
19119         (gst_cdda_base_src_get_track_from_sector),
19120         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19121         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19122         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19123         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19124         (gst_cdda_base_src_uri_get_protocols),
19125         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19126         (gst_cdda_base_src_uri_handler_init),
19127         (gst_cdda_base_src_setup_interfaces),
19128         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19129         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19130         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19131         (gst_cdda_base_src_add_tags),
19132         (gst_cdda_base_src_add_index_associations),
19133         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19134         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19135         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19136         (gst_cdda_base_src_create):
19137         * gst-libs/gst/cdda/gstcddabasesrc.h:
19138         * gst-libs/gst/cdda/sha1.c:
19139         * gst-libs/gst/cdda/sha1.h:
19140           Add new libgstcdda with GstCddaBaseSrc class.
19141
19142 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19143
19144         * ext/gnomevfs/gstgnomevfssink.h:
19145           Use GstBaseSinkClass as parent_class member for class struct, not
19146           GstBaseSink.
19147
19148 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19149
19150         Patch by: Michael Benes
19151
19152         * gst/videotestsrc/gstvideotestsrc.c:
19153         (gst_video_test_src_class_init), (gst_video_test_src_start):
19154           Add start method to reset running time and number of frames sent
19155           when starting up (fixes #324696)
19156
19157 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19158
19159         * docs/plugins/Makefile.am:
19160         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19161         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19162         * docs/plugins/gst-plugins-base-plugins.args:
19163         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19164         * docs/plugins/gst-plugins-base-plugins.signals:
19165           Add docs stuff for gnomevfssrc and gnomevfssink.
19166
19167         * ext/gnomevfs/gstgnomevfssrc.c:
19168           Fix example pipeline in gtk-doc blurb.
19169
19170 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19171
19172         * ext/gnomevfs/Makefile.am:
19173         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19174         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19175         (gst_gnome_vfs_handle_get_type), (plugin_init):
19176         * ext/gnomevfs/gstgnomevfs.h:
19177         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19178         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19179         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19180         (gst_gnome_vfs_sink_set_property),
19181         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19182         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19183         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19184         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19185         (gst_gnome_vfs_sink_uri_get_type),
19186         (gst_gnome_vfs_sink_uri_get_protocols),
19187         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19188         (gst_gnome_vfs_sink_uri_handler_init):
19189         * ext/gnomevfs/gstgnomevfssink.h:
19190           Port gnomevfssink; add gtk-doc blurb.
19191
19192         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19193         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19194         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19195         (gst_gnome_vfs_src_uri_get_type),
19196         (gst_gnome_vfs_src_uri_get_protocols),
19197         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19198         (gst_gnome_vfs_src_uri_handler_init),
19199         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19200         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19201         (gst_gnome_vfs_src_send_additional_headers_callback),
19202         (gst_gnome_vfs_src_received_headers_callback),
19203         (gst_gnome_vfs_src_push_callbacks),
19204         (gst_gnome_vfs_src_pop_callbacks),
19205         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19206         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19207         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19208         * ext/gnomevfs/gstgnomevfssrc.h:
19209           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19210           file; add gtk-doc blurb with example pipelines.
19211
19212 === release 0.10.1 ===
19213
19214 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19215
19216         * configure.ac:
19217           releasing 0.10.1, "Dobro Dedek"
19218
19219 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19220
19221         * gst/typefind/gsttypefindfunctions.c:
19222         iLBC30 and iLBC20 added to typefind.
19223
19224 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19225
19226         * gst-libs/gst/audio/gstbaseaudiosink.c:
19227         (gst_base_audio_sink_class_init):
19228         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19229         (gst_base_audio_src_class_init):
19230           update strings, values are in microseconds
19231           change the default sink buffer time to something that is smaller
19232           (to help software volume mixing have a slightly lower delay) but
19233           still be acceptable on Wim's laptop
19234
19235 2005-12-20  Edward Hervey  <edward@fluendo.com>
19236
19237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19238         Made a quack, forgot to add DUCK to the riff video template.
19239
19240 2005-12-19  Edward Hervey  <edward@fluendo.com>
19241
19242         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19243         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19244         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19245         (gst_ogm_parse_chain):
19246         Make sure pads are initialized correctly.
19247         * gst-libs/gst/riff/riff-ids.h:
19248         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19249         (gst_riff_create_video_template_caps):
19250         Add a whole bunch of FOURCC <=> MimeType.
19251         Extend the riff video pad template to support the newly added fourcc.
19252
19253 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19254
19255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19256         (gst_ogg_demux_activate_chain):
19257           Extra debug output when activating/deactivating chains.
19258
19259         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19260         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19261         (unlinked):
19262           Remove a queue from our list when it becomes unlinked.
19263           Don't add queues to elements in class 'Demux' if they
19264           can only produce one pad 
19265
19266 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19267
19268         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19269         (gst_video_sink_get_type): Add a debug category.
19270
19271 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19272
19273         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19274         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19275           Handle downstream newsegment by sending our own newsegment before the
19276           next buffer to be released. (#323900)
19277
19278 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19279
19280         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19281         (gst_base_rtp_depayload_set_gst_timestamp):
19282           add queue delay to new segment as well (as opposed to just the first
19283           buffer). (bug #322347)
19284
19285 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19286
19287         * ext/libvisual/visual.c: (make_valid_name):
19288           change some char* into char[]
19289         * gst/audiotestsrc/gstaudiotestsrc.c:
19290         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19291         (gst_audio_test_src_create):
19292         * gst/audiotestsrc/gstaudiotestsrc.h:
19293           prepare to handle EOS and SEGMENT_DONE
19294
19295 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19296
19297         * tests/check/generic/states.c: (GST_START_TEST):
19298           Blacklist cdparanoia element in state test.
19299
19300 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19301
19302           Patch by: Benjamin Pineau
19303
19304         * gst/tcp/gsttcp.c:
19305         * gst/tcp/gsttcpclientsink.c:
19306         * gst/tcp/gsttcpserversink.c:
19307         * gst/tcp/gsttcpserversrc.c:
19308           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19309
19310 2005-12-15  Michael Smith  <msmith@fluendo.com>
19311
19312         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19313         (gst_video_rate_chain):
19314           Fix timestamping for videorate when the first buffer it sees has a
19315           non-zero timestamp. Fix some misleading debug output.
19316
19317 2005-12-15  Michael Smith  <msmith@fluendo.com>
19318
19319         * gst/audioresample/gstaudioresample.c:
19320           Don't leak all input buffers to audioresample.
19321
19322 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19323
19324         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19325           Don't operate on empty text buffers. Strip newlines and
19326           tabs only from the end of the text, but leave them intact
19327           in the middle. Fix typo in gtk-doc description.
19328
19329 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19330
19331         * gst/playback/gstplaybasebin.c:
19332         * gst/playback/gstplaybin.c: (handoff):
19333           Make sure the video frame buffer we return to apps via the
19334           "frame" property always has caps set on it. Modify
19335           _gst_gvalue_set_object() macro to handle NULL objects
19336           gracefully too.
19337
19338 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19339
19340         * gst/audiotestsrc/gstaudiotestsrc.c:
19341         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19342         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19343         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19344         (gst_audio_test_src_create):
19345         * gst/audiotestsrc/gstaudiotestsrc.h:
19346         Adjust to some recent api changes and add wtays new cool seeking
19347         capabillities
19348
19349 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19350
19351         * ext/alsa/Makefile.am:
19352         * ext/alsa/gstalsadeviceprobe.c:
19353         * ext/alsa/gstalsadeviceprobe.h:
19354           Helper functions to add device probing via the GstPropertyProbe
19355           interface to a class.
19356
19357         * ext/alsa/gstalsamixer.h:
19358           Comment out GST_ALSA_MIXER, it returns a struct that's not
19359           used.
19360
19361         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19362           Add some debug info. 
19363
19364         * ext/alsa/gstalsamixerelement.c:
19365         (gst_alsa_mixer_element_interface_supported),
19366         (gst_implements_interface_init),
19367         (gst_alsa_mixer_element_init_interfaces),
19368         (gst_alsa_mixer_element_class_init),
19369         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19370         (gst_alsa_mixer_element_set_property),
19371         (gst_alsa_mixer_element_get_property),
19372         (gst_alsa_mixer_element_change_state):
19373         * ext/alsa/gstalsamixerelement.h:
19374           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19375           for device handling (gnome-volume-control will need that).
19376
19377 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19378
19379         * ext/Makefile.am: fix cdparanoia entry
19380         * gst-plugins-base.spec.in: add cdparanoia
19381
19382 2005-12-12  Michael Smith  <msmith@fluendo.com>
19383
19384         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19385           Use the correct function to free list of typefind factories.
19386
19387 2005-12-12  Wim Taymans  <wim@fluendo.com>
19388
19389         * gst/videotestsrc/gstvideotestsrc.c:
19390         (gst_video_test_src_class_init), (gst_video_test_src_init),
19391         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19392         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19393         (gst_video_test_src_create):
19394         * gst/videotestsrc/gstvideotestsrc.h:
19395         Implement seeking in videotestsrc.
19396         Small cleanups.
19397
19398 2005-12-12  Wim Taymans  <wim@fluendo.com>
19399
19400         * ext/cdparanoia/Makefile.am:
19401         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19402         (gst_paranoia_endian_get_type), (_do_init),
19403         (cdparanoia_class_init), (cdparanoia_init),
19404         (cdparanoia_set_property), (cdparanoia_get_property),
19405         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19406         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19407         (cdparanoia_convert), (cdparanoia_get_query_types),
19408         (cdparanoia_query), (cdparanoia_set_index),
19409         (cdparanoia_uri_set_uri):
19410         * ext/cdparanoia/gstcdparanoia.h:
19411         Partially ported cdparanoia now that basesrc can support a
19412         plugin like this..
19413
19414 2005-12-12  Wim Taymans  <wim@fluendo.com>
19415
19416         * tests/examples/seek/scrubby.c: (main):
19417         Set higher priority for bus events so they don't get reordered with
19418         gtk gui events.
19419
19420         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19421         (flush_toggle_cb), (main):
19422         Added checkbox to disable flushing seeks. 
19423         Disable scrubbing when doing non flushing seeks.
19424
19425 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19426
19427         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19428         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19429         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19430         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19431           Implement some sort of event handling that doesn't rely on
19432           g_return_if_fail; make sure we always push the last chunk of an 
19433           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19434           state change function; remove some old cruft. Seeking is still
19435           rather unlikely to work though.
19436
19437         * tools/.cvsignore:
19438           Ignore more.
19439
19440 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19441
19442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19443         Fixed a leak of the current image reference when cleaning up.
19444         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19445
19446 2005-12-09  Michael Smith  <msmith@fluendo.com>
19447
19448         * tools/Makefile.am:
19449         * tools/gst-launch-ext-m.m:
19450           Remove gst-launch-ext. It doesn't work, and is no longer
19451           particularly useful.
19452
19453 2005-12-08  Luca Ognibene  <luogni@tin.it>
19454
19455         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19456           don't pass random values to ogmparse convert function.
19457           Make seeking possible in the exile1.ogm file.
19458
19459 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19460
19461         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19462         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19463           Work around refcount problem with g_value_set_object() that occur
19464           if the core has been compiled against GLib-2.6 (g_value_set_object()
19465           will only g_object_ref() the element, but the caller will
19466           gst_object_unref() it and bad things will happen due to the way
19467           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19468           totem for people on FC4 using Thomas's 0.10 RPMs.
19469           
19470 2005-12-07  Edward Hervey  <edward@fluendo.com>
19471
19472         Time to welcome ogm to 0.10 :)
19473         
19474         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19475         (gst_ogg_pad_typefind):
19476         Oggdemux can now properly typefind elements with dynamic pads.
19477         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19478         Properly set caps on src pad, and set caps on outgoing buffers.
19479
19480 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19481
19482         * ext/alsa/gstalsamixer.h:
19483         * ext/alsa/gstalsamixerelement.h:
19484         * ext/alsa/gstalsamixeroptions.h:
19485         * ext/alsa/gstalsamixertrack.h:
19486         * ext/alsa/gstalsasink.c:
19487         * ext/alsa/gstalsasink.h:
19488         * ext/alsa/gstalsasrc.c:
19489         * ext/alsa/gstalsasrc.h:
19490         * ext/cdparanoia/gstcdparanoia.h:
19491         * ext/gnomevfs/gstgnomevfsuri.h:
19492         * ext/ogg/gstoggdemux.c:
19493         * ext/ogg/gstoggmux.c:
19494         * ext/pango/gsttextoverlay.h:
19495         * ext/theora/theoradec.c:
19496         * ext/theora/theoraenc.c:
19497         * ext/vorbis/vorbisdec.h:
19498         * ext/vorbis/vorbisenc.c:
19499         * ext/vorbis/vorbisenc.h:
19500         * ext/vorbis/vorbisparse.h:
19501         * gst-libs/gst/audio/gstaudioclock.h:
19502         * gst-libs/gst/audio/gstaudiosink.c:
19503         * gst-libs/gst/audio/gstaudiosink.h:
19504         * gst-libs/gst/audio/gstaudiosrc.c:
19505         * gst-libs/gst/audio/gstaudiosrc.h:
19506         * gst-libs/gst/audio/gstbaseaudiosink.c:
19507         * gst-libs/gst/audio/gstbaseaudiosink.h:
19508         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19509         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19510         * gst-libs/gst/audio/gstringbuffer.h:
19511         * gst-libs/gst/audio/multichannel.h:
19512         * gst-libs/gst/floatcast/floatcast.h:
19513         * gst-libs/gst/interfaces/colorbalance.c:
19514         * gst-libs/gst/interfaces/colorbalance.h:
19515         * gst-libs/gst/interfaces/colorbalancechannel.h:
19516         * gst-libs/gst/interfaces/mixer.h:
19517         * gst-libs/gst/interfaces/mixeroptions.h:
19518         * gst-libs/gst/interfaces/mixertrack.h:
19519         * gst-libs/gst/interfaces/navigation.h:
19520         * gst-libs/gst/interfaces/propertyprobe.h:
19521         * gst-libs/gst/interfaces/tuner.h:
19522         * gst-libs/gst/interfaces/tunerchannel.h:
19523         * gst-libs/gst/interfaces/tunernorm.h:
19524         * gst-libs/gst/interfaces/xoverlay.h:
19525         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19526         * gst-libs/gst/riff/riff-ids.h:
19527         * gst-libs/gst/riff/riff-media.h:
19528         * gst-libs/gst/riff/riff-read.h:
19529         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19530         * gst-libs/gst/rtp/gstbasertppayload.c:
19531         * gst-libs/gst/rtp/gstbasertppayload.h:
19532         * gst-libs/gst/rtp/gstrtpbuffer.c:
19533         * gst-libs/gst/rtp/gstrtpbuffer.h:
19534         * gst-libs/gst/tag/gsttageditingprivate.h:
19535         * gst-libs/gst/tag/gstvorbistag.c:
19536         (gst_tag_list_from_vorbiscomment_buffer):
19537         * gst-libs/gst/tag/tag.h:
19538         * gst-libs/gst/video/video.h:
19539         * gst/adder/gstadder.c:
19540         * gst/adder/gstadder.h:
19541         * gst/audioconvert/audioconvert.c:
19542         * gst/audioconvert/audioconvert.h:
19543         * gst/audioconvert/gstaudioconvert.c:
19544         * gst/audioconvert/gstchannelmix.c:
19545         * gst/audioconvert/gstchannelmix.h:
19546         * gst/audiorate/gstaudiorate.c:
19547         * gst/audioresample/buffer.h:
19548         * gst/audioresample/functable.h:
19549         * gst/audioresample/gstaudioresample.c:
19550         * gst/audioresample/resample.h:
19551         * gst/ffmpegcolorspace/avcodec.h:
19552         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19553         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19554         * gst/ffmpegcolorspace/imgconvert.c:
19555         * gst/ffmpegcolorspace/imgconvert_template.h:
19556         * gst/playback/gstdecodebin.c:
19557         * gst/playback/gstplaybasebin.h:
19558         * gst/playback/gstplaybin.c:
19559         * gst/playback/gststreaminfo.h:
19560         * gst/tcp/gstfdset.c:
19561         * gst/tcp/gstfdset.h:
19562         * gst/tcp/gstmultifdsink.c:
19563         * gst/tcp/gstmultifdsink.h:
19564         * gst/tcp/gsttcp.h:
19565         * gst/tcp/gsttcpclientsrc.c:
19566         * gst/tcp/gsttcpclientsrc.h:
19567         * gst/tcp/gsttcpplugin.h:
19568         * gst/tcp/gsttcpserversink.c:
19569         * gst/tcp/gsttcpserversrc.c:
19570         * gst/typefind/gsttypefindfunctions.c:
19571         * gst/videorate/gstvideorate.c:
19572         * gst/videotestsrc/gstvideotestsrc.h:
19573         * gst/videotestsrc/videotestsrc.h:
19574         * sys/v4l/gstv4lcolorbalance.h:
19575         * sys/v4l/gstv4ltuner.h:
19576         * sys/v4l/gstv4lxoverlay.h:
19577         * sys/v4l/v4l_calls.h:
19578         * sys/v4l/videodev_mjpeg.h:
19579         * tests/check/elements/audioconvert.c:
19580         * tests/check/elements/audioresample.c:
19581         * tests/check/elements/audiotestsrc.c:
19582         * tests/check/elements/videotestsrc.c:
19583         * tests/check/elements/volume.c:
19584         * tests/examples/seek/scrubby.c:
19585         * tests/examples/seek/seek.c:
19586           expand tabs
19587
19588 === release 0.10.0 ===
19589
19590 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19591
19592         * configure.ac:
19593           releasing 0.10.0, "Mont-d'or"
19594
19595 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19596
19597         * tests/examples/seek/Makefile.am:
19598         Build fix for when gtk is not available.
19599
19600 2005-12-05  Andy Wingo  <wingo@pobox.com>
19601
19602         * ext/libvisual/visual.c: (get_buffer):
19603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19604         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19605         * ext/theora/theoradec.c: (theora_handle_data_packet):
19606         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19607         (theora_enc_chain):
19608         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19609         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19610         Update for alloc_buffer changes.
19611
19612 2005-12-05  Andy Wingo  <wingo@pobox.com>
19613
19614         patch by: Kai Vehmanen <kv2004 eca cx>
19615         
19616         * gst-libs/gst/rtp/gstbasertpdepayload.c
19617         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19618
19619 2005-12-04  Andy Wingo  <wingo@pobox.com>
19620
19621         patch by: Sebastien Cote <sebas642 yahoo ca>
19622         
19623         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19624         Fixes #319172.
19625
19626 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19627
19628         * docs/plugins/Makefile.am:
19629         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19630         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19631         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19632         * ext/pango/gstclockoverlay.c:
19633         * ext/pango/gsttextoverlay.c: 
19634         * ext/pango/gsttextrender.c:
19635         * ext/pango/gsttimeoverlay.c:
19636           Add gtk-doc blurbs to pango elements.
19637
19638 2005-12-02  Wim Taymans  <wim@fluendo.com>
19639
19640         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19641         * gst/audioresample/buffer.h:
19642         * gst/audioresample/gstaudioresample.c:
19643         * gst/audioresample/gstaudioresample.h:
19644         * gst/audioresample/resample.c: (resample_input_flush),
19645         (resample_input_pushthrough), (resample_input_eos),
19646         (resample_get_output_size_for_input),
19647         (resample_get_input_size_for_output), (resample_get_output_size),
19648         (resample_get_output_data):
19649         * gst/audioresample/resample.h:
19650         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19651         Fix audioresample, seek torture, new segments, reverse negotiation
19652         etc.. work fine.
19653
19654 2005-12-02  Wim Taymans  <wim@fluendo.com>
19655
19656         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19657         Small cleanups.
19658
19659 2005-12-02  Wim Taymans  <wim@fluendo.com>
19660
19661         * gst/audioconvert/gstaudioconvert.c:
19662         (gst_audio_convert_transform):
19663         Post errors.
19664
19665 === release 0.9.7 ===
19666
19667 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19668
19669         * configure.ac:
19670           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19671
19672 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19673
19674         * Makefile.am:
19675         * po/hu.po:
19676         * win32/MANIFEST:
19677         * win32/gst.sln:
19678           add win32 MANIFEST file
19679           do something to the hungarian translation
19680
19681 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19682
19683         * ext/Makefile.am:
19684           Add $(PANGO_DIR) to SUBDIRS
19685
19686         * ext/pango/gstclockoverlay.c:
19687         * ext/pango/gsttimeoverlay.c:
19688           Fix and improve element descriptions.
19689
19690 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19691
19692         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19693         * docs/plugins/inspect/plugin-libvisual.xml:
19694         * docs/plugins/inspect/plugin-pango.xml:
19695           add pango plugin to docs
19696
19697 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19698
19699         * configure.ac:
19700         * ext/Makefile.am:
19701           moved pango to base
19702
19703 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19704
19705         * configure.ac:
19706         * tests/Makefile.am:
19707         * tests/icles/.cvsignore:
19708         * tests/icles/Makefile.am:
19709         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19710         (close_display), (resize_window), (move_window), (create_window),
19711         (terminate_playback), (pause_playback), (start_playback), (main):
19712           add stress test for xoverlay from Julien
19713
19714 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19715
19716         * docs/libs/tmpl/gstcolorbalance.sgml:
19717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19718         * gst-libs/gst/rtp/gstbasertppayload.c:
19719         * gst-libs/gst/rtp/gstrtpbuffer.c:
19720         * gst-libs/gst/rtp/gstrtpbuffer.h:
19721           Do burger's rename for rtp payloaders and depayloaders
19722
19723 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19724
19725         * win32/:
19726           add Visual Studio 6 build files
19727
19728 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * docs/libs/gst-plugins-base-libs-docs.sgml:
19731         * docs/libs/gst-plugins-base-libs-sections.txt:
19732         * docs/libs/tmpl/gstaudio.sgml:
19733         * docs/libs/tmpl/gstringbuffer.sgml:
19734         * gst-libs/gst/interfaces/xoverlay.c:
19735         * gst-libs/gst/video/gstvideofilter.c:
19736         * gst-libs/gst/video/gstvideosink.c:
19737           update documentation
19738
19739 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19740
19741         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19742         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19743         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19744         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19745         (gst_multi_fd_sink_get_stats),
19746         (gst_multi_fd_sink_remove_client_link),
19747         (gst_multi_fd_sink_handle_client_read),
19748         (gst_multi_fd_sink_client_queue_data),
19749         (gst_multi_fd_sink_client_queue_caps),
19750         (gst_multi_fd_sink_client_queue_buffer),
19751         (gst_multi_fd_sink_new_client),
19752         (gst_multi_fd_sink_handle_client_write),
19753         (gst_multi_fd_sink_recover_client),
19754         (gst_multi_fd_sink_queue_buffer),
19755         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19756         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19757         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19758         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19759         * gst/tcp/gstmultifdsink.h:
19760         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19761         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19762         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19763         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19764         (gst_tcp_client_sink_set_property),
19765         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19766         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19767         * gst/tcp/gsttcpclientsink.h:
19768         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19769         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19770         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19771         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19772         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19773         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19774         * gst/tcp/gsttcpclientsrc.h:
19775         * gst/tcp/gsttcpplugin.c: (plugin_init):
19776         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19777         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19778         (gst_tcp_server_sink_finalize),
19779         (gst_tcp_server_sink_handle_server_read),
19780         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19781         (gst_tcp_server_sink_set_property),
19782         (gst_tcp_server_sink_get_property),
19783         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19784         * gst/tcp/gsttcpserversink.h:
19785         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19786         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19787         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19788         (gst_tcp_server_src_set_property),
19789         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19790         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19791         * gst/tcp/gsttcpserversrc.h:
19792           more borgifying
19793
19794 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19795
19796         * docs/plugins/Makefile.am:
19797         * docs/plugins/gst-plugins-base-plugins.args:
19798         * docs/plugins/inspect/plugin-libvisual.xml:
19799         * gst/audioconvert/plugin.h:
19800         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19801         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19802         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19803         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19804         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19805         (plugin_init):
19806         * gst/audiotestsrc/gstaudiotestsrc.c:
19807         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19808         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19809         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19810         (gst_audio_test_src_get_query_types),
19811         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19812         (gst_audio_test_src_create_square),
19813         (gst_audio_test_src_create_saw),
19814         (gst_audio_test_src_create_triangle),
19815         (gst_audio_test_src_create_silence),
19816         (gst_audio_test_src_create_white_noise),
19817         (gst_audio_test_src_init_pink_noise),
19818         (gst_audio_test_src_generate_pink_noise_value),
19819         (gst_audio_test_src_create_pink_noise),
19820         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19821         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19822         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19823         (plugin_init):
19824         * gst/audiotestsrc/gstaudiotestsrc.h:
19825         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19826         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19827         (gst_sub_parse_init), (gst_sub_parse_formats),
19828         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19829         (convert_encoding), (get_next_line),
19830         (gst_sub_parse_data_format_autodetect),
19831         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19832         (gst_sub_parse_loop), (gst_sub_parse_chain),
19833         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19834         (plugin_init):
19835         * gst/subparse/gstsubparse.h:
19836         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19837         (gst_video_rate_base_init), (gst_video_rate_class_init),
19838         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19839         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19840         (gst_video_rate_init), (gst_video_rate_event),
19841         (gst_video_rate_chain), (gst_video_rate_set_property),
19842         (gst_video_rate_get_property), (gst_video_rate_change_state),
19843         (plugin_init):
19844         * gst/videoscale/gstvideoscale.c:
19845         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19846         (gst_video_scale_src_template_factory),
19847         (gst_video_scale_sink_template_factory),
19848         (gst_video_scale_get_type), (gst_video_scale_base_init),
19849         (gst_video_scale_class_init), (gst_video_scale_init),
19850         (gst_video_scale_set_property), (gst_video_scale_get_property),
19851         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19852         (gst_video_scale_prepare_size), (parse_caps),
19853         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19854         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19855         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19856         (plugin_init):
19857         * gst/videoscale/gstvideoscale.h:
19858         * gst/videotestsrc/gstvideotestsrc.c:
19859         (gst_video_test_src_pattern_get_type),
19860         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19861         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19862         (gst_video_test_src_set_pattern),
19863         (gst_video_test_src_set_property),
19864         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19865         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19866         (gst_video_test_src_event), (gst_video_test_src_get_times),
19867         (gst_video_test_src_create), (plugin_init):
19868         * gst/videotestsrc/gstvideotestsrc.h:
19869         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19870         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19871         (gst_video_test_src_black):
19872         * gst/videotestsrc/videotestsrc.h:
19873           borgify further
19874           clean up docs a little
19875
19876 2005-11-30  Wim Taymans  <wim@fluendo.com>
19877
19878         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19879         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19880         (gst_basertppayload_event), (gst_basertppayload_push),
19881         (gst_basertppayload_change_state):
19882         * gst-libs/gst/rtp/gstbasertppayload.h:
19883         closed #320644.
19884
19885 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19886
19887         * docs/libs/gst-plugins-base-libs-docs.sgml:
19888         * docs/libs/gst-plugins-base-libs-sections.txt:
19889         * gst-libs/gst/video/gstvideofilter.c:
19890         * gst-libs/gst/video/gstvideosink.c:
19891         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19892
19893 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19894
19895         * LICENSE:
19896           move
19897         * po/af.po:
19898         * po/az.po:
19899         * po/cs.po:
19900         * po/en_GB.po:
19901         * po/hu.po:
19902         * po/it.po:
19903         * po/nb.po:
19904         * po/nl.po:
19905         * po/or.po:
19906         * po/sq.po:
19907         * po/sr.po:
19908         * po/sv.po:
19909         * po/uk.po:
19910         * po/vi.po:
19911         * Makefile.am:
19912           update
19913         * scripts/autoplugins.sh:
19914           remove
19915
19916 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19917
19918         * Makefile.am:
19919         * configure.ac:
19920         * examples/Makefile.am:
19921         * examples/capsfilter/Makefile.am:
19922         * examples/capsfilter/capsfilter1.c:
19923         * examples/gob/Makefile.am:
19924         * examples/gob/gst-identity2.gob:
19925         * examples/indexing/.cvsignore:
19926         * examples/indexing/Makefile.am:
19927         * examples/indexing/indexmpeg.c:
19928         * examples/seeking/.cvsignore:
19929         * examples/seeking/Makefile.am:
19930         * examples/seeking/cdparanoia.c:
19931         * examples/seeking/cdplayer.c:
19932         * examples/seeking/chained.c:
19933         * examples/seeking/scrubby.c:
19934         * examples/seeking/seek.c:
19935         * examples/stats/Makefile.am:
19936         * examples/stats/mp2ogg.c:
19937         * examples/switch/.cvsignore:
19938         * examples/switch/Makefile.am:
19939         * examples/switch/switcher.c:
19940         * tests/Makefile.am:
19941         * tests/check/generic/.cvsignore:
19942         * tests/check/pipelines/.cvsignore:
19943         * tests/examples/Makefile.am:
19944         * tests/examples/seek/Makefile.am:
19945           reorganize stuff under tests/
19946
19947 2005-11-30  Edward Hervey  <edward@fluendo.com>
19948
19949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19950         Go away you stupid GstStaticPadTemplate memleak.
19951
19952 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19953
19954         * gst-libs/gst/net/Makefile.am:
19955         * gst-libs/gst/net/README:
19956         * gst-libs/gst/net/gstnetbuffer.c:
19957         * gst-libs/gst/net/gstnetbuffer.h:
19958           this was moved to "netbuffer"
19959
19960 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19961
19962         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19963         (gst_video_filter_class_init), (gst_video_filter_init):
19964         * gst-libs/gst/video/gstvideofilter.h:
19965           borgify name to bring in line with other classes
19966
19967 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19968
19969         * gst/audioscale/.cvsignore:
19970         * gst/audioscale/Makefile.am:
19971         * gst/audioscale/README:
19972         * gst/audioscale/audioscale.vcproj:
19973         * gst/audioscale/dtof.c:
19974         * gst/audioscale/dtos.c:
19975         * gst/audioscale/functable.c:
19976         * gst/audioscale/gstaudioscale.c:
19977         * gst/audioscale/gstaudioscale.h:
19978         * gst/audioscale/private.h:
19979         * gst/audioscale/resample.c:
19980         * gst/audioscale/resample.h:
19981         * gst/audioscale/test.c:
19982           remove
19983
19984 2005-11-30  Edward Hervey  <edward@fluendo.com>
19985
19986         * gst-libs/gst/netbuffer/Makefile.am:
19987         really, really tired
19988
19989 2005-11-30  Edward Hervey  <edward@fluendo.com>
19990
19991         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19992         Update for new GstTypeFindFactory _register()
19993
19994 2005-11-30  Edward Hervey  <edward@fluendo.com>
19995
19996         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19997         Let's not override libgstnet from core for no reason...
19998         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19999         Ok, maybe not so quick next time.
20000
20001 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20002
20003         * configure.ac:
20004         * gst-libs/gst/Makefile.am:
20005           moved gst-libs/gst/net to netbuffer through CVS surgery
20006           remove old directory
20007           updating build to accomodate
20008           (#322257)
20009
20010 2005-11-29  Andy Wingo  <wingo@pobox.com>
20011
20012         * pkgconfig/gstreamer-plugins-base.pc.in:
20013         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20014         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20015         (#322257).
20016
20017 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20018
20019         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20020         3rd time's the charm. Correct ref-counting for discarded buffers.
20021
20022 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20023
20024         * gst/playback/gststreamselector.c:
20025         (gst_stream_selector_class_init),
20026         (gst_stream_selector_set_property),
20027         (gst_stream_selector_get_property),
20028         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20029         Fix ref-counting
20030
20031 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20032
20033         * gst/subparse/gstsubparse.c: (feed_textbuf):
20034           Don't access already unref'ed buffer.
20035
20036 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20037
20038         * gst/playback/gststreamselector.c:
20039         (gst_stream_selector_class_init), (gst_stream_selector_init),
20040         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20041         (gst_stream_selector_get_property),
20042         (gst_stream_selector_get_linked_pad),
20043         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20044         * gst/playback/gststreamselector.h:
20045         Add the active-pad property for playbin to use shortly. Ignore buffers
20046         from any other pad, returning GST_FLOW_NOT_LINKED
20047
20048 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20049
20050         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20051         patch from bug #322704 (Alessandro Decina).
20052
20053 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20054
20055         * gst-libs/gst/audio/Makefile.am:
20056           folded audiofilter into the audio library
20057
20058 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20059
20060         * gst/videoscale/gstvideoscale.h:
20061         * gst/videoscale/gstvideoscale.c:
20062           remove unimplemented scale methods
20063
20064 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20065
20066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20067           Don't leak caps.
20068
20069 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20070
20071         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20072         (gst_ximagesink_setcaps):
20073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20074         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20075         happens (only visible on ximagesink but bug is in xv too) set_caps was
20076         destroying the internal x[v]image used to memcpy non locally alloced
20077         buffers so that it got renewed on next _chain. The issue is that 
20078         _expose will try to put that image as it reffed it in _put.
20079         Using gst_buffer_unref instead of destroy fixes it !
20080
20081 2005-11-28  Edward Hervey  <edward@fluendo.com>
20082
20083         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20084         (try_to_link_1), (queue_filled_cb):
20085         Better use of the queues. Start with a small size queue and only increase
20086         the size of the queues when the other queues are empty.
20087
20088 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20089
20090         * gst-libs/gst/video/Makefile.am:
20091           compile in copied-over videofilter into the video library
20092         * gst-libs/gst/video/videosink.h:
20093           rename the header to gstvideosink.h since it's a base GstObject class
20094         * sys/ximage/ximagesink.h:
20095         * sys/xvimage/xvimagesink.h:
20096           use the new header
20097
20098 2005-11-28  Wim Taymans  <wim@fluendo.com>
20099
20100         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20101         * gst/playback/gstplaybasebin.h:
20102         Prepare to handle errors betters.
20103
20104         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20105         Set sinks to PAUSED first before adding and linking them so that
20106         we don't interrupt dataflow.
20107
20108 2005-11-28  Wim Taymans  <wim@fluendo.com>
20109
20110         * gst-libs/gst/audio/TODO:
20111         Updated TODO
20112
20113         * gst-libs/gst/audio/gstaudiosink.c:
20114         (gst_audioringbuffer_open_device),
20115         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20116         (gst_audioringbuffer_release):
20117         Small cleanups.
20118
20119         * gst-libs/gst/audio/gstbaseaudiosink.c:
20120         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20121         (gst_base_audio_sink_change_state):
20122         Slave to the master clock when going to PLAYING and unslave when
20123         going to PAUSED.
20124
20125         * gst-libs/gst/audio/gstringbuffer.c:
20126         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20127         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20128         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20129         (gst_ring_buffer_clear_all), (wait_segment),
20130         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20131         (gst_ring_buffer_advance):
20132         * gst-libs/gst/audio/gstringbuffer.h:
20133         Add some docs and cleanups.
20134
20135 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20136
20137         * sys/xvimage/xvimagesink.c:
20138         (gst_xvimagesink_navigation_send_event): Fix navigation events
20139         coordinates translation with pixel aspect ratios.
20140
20141 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20142
20143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20144         Use calculated video geometry from _setcaps instead of buffer
20145         caps to respect pixel aspect ratio. (fixes #322388)
20146
20147 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20148
20149         * docs/libs/tmpl/gstcolorbalance.sgml:
20150         * docs/libs/tmpl/gstmixer.sgml:
20151         * docs/libs/tmpl/gstxoverlay.sgml:
20152         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20153         interface.
20154
20155 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20156
20157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20158         Refuse to create an XvImage if we can't find the format.
20159
20160 2005-11-28  Edward Hervey  <edward@fluendo.com>
20161
20162         * gst-libs/gst/riff/riff-media.c:
20163         (gst_riff_create_audio_template_caps):
20164         Add ATRAC3 to the list of riff-possible audio caps.
20165         I know we still don't have a plugin for atrac3, but it's saner to output
20166         that than a cryptic mimetype.
20167
20168 2005-11-27  Edward Hervey  <edward@fluendo.com>
20169
20170         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20171         Don't try to create a zero-sized subbuffer.
20172
20173 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20174
20175         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20176         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20177         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20178         (gst_ximagesink_expose): Fixed a tricky race.
20179         * sys/ximage/ximagesink.h:
20180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20181         (gst_xvimagesink_expose): Fixed a tricky race.
20182         * sys/xvimage/xvimagesink.h:
20183
20184 2005-11-27  Edward Hervey  <edward@fluendo.com>
20185
20186         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20187         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20188         Remove unused properties, and add queues between demuxers and decoders
20189         so that a lot more files can preroll properly.
20190
20191 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20192
20193         * gst-libs/gst/net/Makefile.am:
20194         * gst-libs/gst/rtp/Makefile.am:
20195         * gst-libs/gst/tag/Makefile.am:
20196           remove silly include
20197         * gst/tags/Makefile.am:
20198         * gst/tags/gsttagediting.c:
20199         * gst/tags/gsttageditingprivate.h:
20200         * gst/tags/tagedit.vcproj:
20201           remove directory, is as good as empty
20202
20203 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20204
20205         * configure.ac:
20206           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20207         * gst-libs/Makefile.am:
20208         * gst-libs/gst/audio/Makefile.am:
20209         * gst-libs/gst/interfaces/Makefile.am:
20210         * gst-libs/gst/net/Makefile.am:
20211         * gst-libs/gst/riff/Makefile.am:
20212         * gst-libs/gst/rtp/Makefile.am:
20213         * gst-libs/gst/tag/Makefile.am:
20214         * gst-libs/gst/video/Makefile.am:
20215           and use them
20216
20217 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20218
20219         * docs/libs/tmpl/gstcolorbalance.sgml:
20220         * docs/libs/tmpl/gstmixer.sgml:
20221         * docs/libs/tmpl/gstxoverlay.sgml:
20222         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20223         * sys/ximage/ximagesink.h:
20224         * sys/xvimage/xvimagesink.h: More and more documentation.
20225
20226 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20227
20228         * docs/libs/gst-plugins-base-libs-docs.sgml:
20229         * docs/libs/gst-plugins-base-libs-sections.txt:
20230         * docs/libs/tmpl/gstcolorbalance.sgml:
20231         * docs/libs/tmpl/gstmixer.sgml:
20232         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20233         to documentation.
20234
20235 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20236
20237         * docs/plugins/Makefile.am:
20238         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20239         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20240         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20241
20242 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20243
20244         * docs/plugins/Makefile.am:
20245         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20246         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20247         * docs/plugins/inspect/plugin-adder.xml:
20248         * docs/plugins/inspect/plugin-alsa.xml:
20249         * docs/plugins/inspect/plugin-audioconvert.xml:
20250         * docs/plugins/inspect/plugin-audiorate.xml:
20251         * docs/plugins/inspect/plugin-audioresample.xml:
20252         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20253         * docs/plugins/inspect/plugin-decodebin.xml:
20254         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20255         * docs/plugins/inspect/plugin-gnomevfs.xml:
20256         * docs/plugins/inspect/plugin-ogg.xml:
20257         * docs/plugins/inspect/plugin-playbin.xml:
20258         * docs/plugins/inspect/plugin-subparse.xml:
20259         * docs/plugins/inspect/plugin-tcp.xml:
20260         * docs/plugins/inspect/plugin-theora.xml:
20261         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20262         * docs/plugins/inspect/plugin-video4linux.xml:
20263         * docs/plugins/inspect/plugin-videorate.xml:
20264         * docs/plugins/inspect/plugin-videoscale.xml:
20265         * docs/plugins/inspect/plugin-videotestsrc.xml:
20266         * docs/plugins/inspect/plugin-volume.xml:
20267         * docs/plugins/inspect/plugin-vorbis.xml:
20268         * docs/plugins/inspect/plugin-ximagesink.xml:
20269         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20270         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20271
20272 2005-11-26  Edward Hervey  <edward@fluendo.com>
20273
20274         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20275         Properly return GstFlowReturn from gst_pad_push in chain functions.
20276
20277 2005-11-25  Michael Smith  <msmith@fluendo.com>
20278
20279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20280         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20281         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20282         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20283           Handle various conditions better when we don't understand a stream.
20284           Removes a heap of CRITICALs on ogg streams containing unknown data.
20285
20286 2005-11-24  Andy Wingo  <wingo@pobox.com>
20287
20288         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20289         Be threadsafe.
20290
20291 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20292
20293         * configure.ac: back to HEAD
20294
20295 === release 0.9.6 ===
20296
20297 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20298
20299         * configure.ac:
20300           releasing 0.9.6, "White Eight"
20301
20302 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20303
20304         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20305         * docs/plugins/inspect/plugin-sine.xml:
20306           remove sinesrc some more
20307
20308 2005-11-23  Wim Taymans  <wim@fluendo.com>
20309
20310         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20311         If we are reading too slowly, jump forward in the ringbuffer
20312         instead of blocking.
20313
20314 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20315
20316         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20317         (gst_visual_chain):
20318         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20319         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20320         (gst_videorate_chain):
20321         * gst/videotestsrc/gstvideotestsrc.c:
20322         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20323         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20324         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20325         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20327         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20328           Updates for API changes
20329
20330 2005-11-23  Wim Taymans  <wim@fluendo.com>
20331
20332         * gst-libs/gst/audio/gstbaseaudiosink.c:
20333         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20334         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20335         Fix for calibration API change.
20336
20337 2005-11-23  Michael Smith <msmith@fluendo.com>
20338
20339         * gst-libs/gst/audio/multichannel.c:
20340         (gst_audio_get_channel_positions),
20341         (gst_audio_set_channel_positions),
20342         (gst_audio_set_structure_channel_positions_list),
20343         (gst_audio_fixate_channel_positions):
20344           Use gst_value_array_*() functions on value arrays, not
20345           gst_value_list_*().
20346
20347 2005-11-23  Edward Hervey  <edward@fluendo.com>
20348
20349         * autogen.sh:
20350         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20351         Fixes autogen
20352
20353 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20354
20355         * check/Makefile.am:
20356         * check/elements/videotestsrc.c: (setup_videotestsrc),
20357         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20358         (main):
20359           add a test for videotestsrc
20360
20361 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20362
20363         * gst/sine/.cvsignore:
20364         * gst/sine/Makefile.am:
20365         * gst/sine/gstsinesrc.c:
20366         * gst/sine/gstsinesrc.h:
20367         * gst/sine/sinesrc.vcproj:
20368           and remove sinesrc from the repository.  Closes #321446
20369
20370 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20371
20372         * configure.ac:
20373         * gst-plugins-base.spec.in:
20374           remove sinesrc from the build
20375
20376 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20377
20378         * check/Makefile.am:
20379         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20380         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20381         (main):
20382           add a test for audiotestsrc, testing all waves.  Even seems
20383           leak-free at first glance, nice job Stefan
20384
20385 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20386
20387         * po/af.po:
20388         * po/az.po:
20389         * po/cs.po:
20390         * po/en_GB.po:
20391         * po/hu.po:
20392         * po/it.po:
20393         * po/nb.po:
20394         * po/nl.po:
20395         * po/or.po:
20396         * po/sq.po:
20397         * po/sr.po:
20398         * po/sv.po:
20399         * po/uk.po:
20400         * po/vi.po:
20401           Translation string updates
20402
20403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20404         (gst_v4lsrc_set_caps):
20405         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20406         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20407         * sys/v4l/v4lsrc_calls.h:
20408           Improve v4lsrc, by making it work again.
20409
20410 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20411
20412         * ext/libvisual/visual.c: (gst_visual_chain):
20413           Fix the fps calculations.
20414
20415         * gst/ffmpegcolorspace/avcodec.h:
20416           Move structure element for clarity
20417
20418         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20419         * gst-libs/gst/interfaces/tunernorm.h:
20420         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20421         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20422         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20423         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20424         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20425         (gst_v4lmjpegsrc_getcaps):
20426         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20427         (gst_v4lsrc_set_caps):
20428         * sys/v4l/gstv4lsrc.h:
20429         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20430         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20431         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20432         * sys/v4l/v4lsrc_calls.h:
20433           Fractional framerates...
20434
20435 2005-11-22  Wim Taymans  <wim@fluendo.com>
20436
20437         * gst-libs/gst/audio/gstbaseaudiosink.c:
20438         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20439         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20440         And we provide a clock by default, of course...
20441
20442 2005-11-22  Wim Taymans  <wim@fluendo.com>
20443
20444         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20445         This clock can be slaved to a master clock now.
20446
20447         * gst-libs/gst/audio/gstbaseaudiosink.c:
20448         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20449         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20450         (gst_base_audio_sink_set_clock),
20451         (gst_base_audio_sink_set_property),
20452         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20453         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20454         * gst-libs/gst/audio/gstbaseaudiosink.h:
20455         Handle slaving the internal clock to the clock selected in the
20456         pipeline.
20457         Add property to make the basesink not provide a clock.
20458
20459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20460         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20461         (gst_base_rtp_depayload_wait):
20462         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20463         We can use the clock in GstElement, no need to store it ourselves.
20464
20465 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20466
20467         * docs/libs/tmpl/gstaudio.sgml:
20468           update
20469         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20470         (gst_paranoia_endian_get_type):
20471         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20472         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20473         * gst/audiotestsrc/gstaudiotestsrc.c:
20474         (gst_audiostestsrc_wave_get_type):
20475         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20476         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20477         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20478         (gst_sync_method_get_type), (gst_unit_type_get_type),
20479         (gst_client_status_get_type), (gst_multifdsink_class_init),
20480         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20481         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20482         (gst_multifdsink_get_property):
20483         * gst/tcp/gstmultifdsink.h:
20484         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20485         * gst/videotestsrc/gstvideotestsrc.c:
20486         (gst_videotestsrc_pattern_get_type):
20487           remove deprecated properties
20488           fix up enums to correctly have short lowercase dashed nicks
20489
20490 2005-11-22  Michael Smith <msmith@fluendo.com>
20491
20492         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20493         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20494           Add underscore.
20495
20496 2005-11-22  Michael Smith <msmith@fluendo.com>
20497
20498         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20499         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20500           Use utility method for scaling clocktime for fractional framerates.
20501
20502 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20503
20504         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20505         (gst_visual_chain):
20506         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20507         * ext/theora/theoradec.c: (theora_handle_type_packet):
20508         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20509         (theora_enc_chain):
20510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20511         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20512         * gst-libs/gst/video/video.h:
20513         * gst/ffmpegcolorspace/avcodec.h:
20514         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20515         (gst_ffmpeg_caps_to_pixfmt):
20516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20517         (gst_ffmpegcsp_set_caps):
20518         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20519         (gst_videorate_setcaps), (gst_videorate_blank_data),
20520         (gst_videorate_chain):
20521         * gst/videotestsrc/gstvideotestsrc.c:
20522         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20523         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20524         (gst_videotestsrc_event), (gst_videotestsrc_create):
20525         * gst/videotestsrc/gstvideotestsrc.h:
20526         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20527         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20528         (gst_ximagesink_get_times), (gst_ximagesink_init):
20529         * sys/ximage/ximagesink.h:
20530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20531         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20532         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20533         * sys/xvimage/xvimagesink.h:
20534           Convert elements to use fractions for their framerate.
20535           V4L elements to come later tonight.
20536
20537 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20538
20539         * gst-libs/gst/audio/audio.c:
20540         * gst-libs/gst/audio/audio.h:
20541           remove some deprecated functions
20542
20543 2005-11-22  Andy Wingo  <wingo@pobox.com>
20544
20545         * Update for gst_tag_setter API changes.
20546
20547 2005-11-22  Andy Wingo  <wingo@pobox.com>
20548
20549         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20550         (gst_ogg_demux_perform_seek):
20551         * ext/theora/theoradec.c (theora_dec_sink_event):
20552         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20553         update-funcnames.
20554
20555 2005-11-22  Wim Taymans  <wim@fluendo.com>
20556
20557         * examples/seeking/seek.c: (main):
20558         Give higher priority to bus signals than the gtk events
20559         to fix a race condition in the segment looping.
20560
20561 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20562
20563         * ext/theora/Makefile.am:
20564         * ext/vorbis/Makefile.am:
20565         * gst-libs/gst/tag/Makefile.am:
20566         * gst-plugins-base.spec.in:
20567           Rename libgsttagedit to libgsttag (#322117).
20568
20569 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20570
20571         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20573           Call gst_x_overlay_prepare_xwindow_id() to give applications
20574           a final chance to set their own xwindow id before the video
20575           sink creates its own window.
20576
20577 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20578
20579         * sys/xvimage/xvimagesink.c:
20580         (gst_xvimagesink_navigation_send_event): Handle navigation
20581         events correcly with borders if applicable.
20582
20583 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20584
20585         Patch by: Luca Ognibene
20586
20587         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20588         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20590         (gst_ffmpegcsp_caps_remove_format_info):
20591         * gst/ffmpegcolorspace/imgconvert.c:
20592         * gst/ffmpegcolorspace/imgconvert_template.h:
20593           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20594           #318353); use gst_structure_has_name().
20595
20596 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20597
20598         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20599         (gst_ximagesink_class_init): Add debug macros on functions.
20600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20601         (gst_xvimagesink_xwindow_draw_borders),
20602         (gst_xvimagesink_xvimage_put),
20603         (gst_xvimagesink_xwindow_update_geometry),
20604         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20605         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20606         (gst_xvimagesink_xcontext_clear),
20607         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20608         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20609         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20610         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20611         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20612         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20613         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20614         expose while being PAUSED, out of data flow navigation events, etc..
20615
20616 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20617
20618         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20619         * gst-libs/gst/audio/audio.h:
20620           fix prototype - wondering why the test worked regardless
20621
20622 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20623
20624         * check/Makefile.am:
20625         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20626         * gst-libs/gst/audio/audio.h:
20627           add a method that returns a proper GstClockTime
20628
20629 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20630
20631         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20632         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20633         * gst-libs/gst/interfaces/xoverlay.h:
20634           Remove everything having to do with the desired size; add 
20635           gst_x_overlay_prepare_xwindow_id() function; remove the
20636           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20637           post a message on the bus instead (#321816).
20638
20639         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20641         (gst_xvimagesink_xoverlay_init):
20642           Remove desired size stuff (#321816).
20643
20644 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20645
20646         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20647         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20648         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20649           Terminate vararg functions with NULL instead of 0 to 
20650           make gcc4 happy.
20651
20652 2005-11-21  Andy Wingo  <wingo@pobox.com>
20653
20654         patch by: Sebastien Cote <sebas642@yahoo.ca>
20655         
20656         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20657         * gst-libs/gst/rtp/gstrtpbuffer.c
20658         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20659
20660 2005-11-21  Andy Wingo  <wingo@pobox.com>
20661
20662         * gst/playback/gstplaybin.c (gen_audio_element) 
20663         (gen_video_element): Use the new MISSING_PLUGIN core error
20664         category. Closes #320060.
20665
20666         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20667         * gst/videorate/gstvideorate.c (gst_videorate_event):
20668         * ext/theora/theoradec.c (theora_dec_sink_event): 
20669         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20670         stream lock.
20671
20672         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20673         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20674         stream lock changes.
20675
20676 2005-11-21  Wim Taymans  <wim@fluendo.com>
20677
20678         * gst-libs/gst/audio/gstbaseaudiosink.c:
20679         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20680         (gst_base_audio_sink_provide_clock),
20681         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20682         (gst_base_audio_sink_change_state):
20683         * gst/audioresample/gstaudioresample.c:
20684         Segment update fix.
20685
20686 2005-11-21  Andy Wingo  <wingo@pobox.com>
20687
20688         * *.h:
20689         * *.c: Ran scripts/update-macros. Oh yes.
20690
20691 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20692
20693         * sys/ximage/Makefile.am:
20694         * sys/ximage/ximage.c:
20695           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20696           remove your old libgstximage.* manually if necessary).
20697
20698 2005-11-21  Michael Smith <msmith@fluendo.com>
20699
20700         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20701           Minimal fix for bug #320200: set the min/max bitrate in the correct
20702           units. A better fix would be to upgrade to the RATEMANAGE2
20703           interface, rather than using the deprecated interface used here, but
20704           that would require an update in our libvorbis dependency (to 1.1),
20705           which is probably undesirable.
20706
20707 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20708
20709         * ext/libvisual/visual.c: (get_buffer):
20710         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20711         (gst_base_audio_src_fixate):
20712         * gst/audioconvert/gstaudioconvert.c:
20713         (gst_audio_convert_fixate_caps):
20714         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20715         * gst/audiotestsrc/gstaudiotestsrc.c:
20716         (gst_audiotestsrc_src_fixate):
20717         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20718         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20719         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20720         * gst/videotestsrc/gstvideotestsrc.c:
20721         (gst_videotestsrc_src_fixate):
20722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20724           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20725           (#322027)
20726
20727
20728 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20729
20730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20731         (gst_riff_create_iavs_caps):
20732         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20733         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20734         (gst_riff_parse_info):
20735         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20736         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20738           Fixes for GST_FOURCC_FORMAT API change.
20739
20740 2005-11-21  Andy Wingo  <wingo@pobox.com>
20741
20742         patch by: Alessandro Dessina <alessandro nnva org>
20743
20744         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20745         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20746         (gst_ogg_parse_chain):
20747         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20748         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20749         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20750         gst_value_list calls on arrays. Fixes #321962.
20751
20752 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20753
20754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20755         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20756         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20757         * gst/adder/gstadder.c: (gst_adder_init),
20758         (gst_adder_request_new_pad), (gst_adder_collected),
20759         (gst_adder_change_state):
20760           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20761           API change.
20762
20763 2005-11-21  Michael Smith <msmith@fluendo.com>
20764
20765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20766         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20767           Properly handle pad_push return values.
20768
20769 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20770
20771         * gst-libs/gst/tag/Makefile.am:
20772         * gst-libs/gst/tag/gstvorbistag.c:
20773         (gst_tag_list_to_vorbiscomment_buffer):
20774           Remove obsolete vorbistag element and debug category.
20775
20776         * gst/playback/gstplaybasebin.c: (check_queue):
20777           Don't divide by 0 when queue-threshold is 0.
20778
20779         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20780           Don't modify an existing pixel-aspect-ratio if we fail to read
20781           a new one.
20782
20783 2005-11-20  Wim Taymans  <wim@fluendo.com>
20784
20785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20786         (gst_vorbisenc_push_packet):
20787         GST_PAD_IS_USABLE is gone, use the return value of
20788         the push or pad_alloc_buffer instead.
20789
20790 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20791
20792         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20793         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20794         (gst_ximagesink_ximage_destroy),
20795         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20796         (gst_ximagesink_xwindow_new),
20797         (gst_ximagesink_xwindow_update_geometry),
20798         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20799         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20800         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20801         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20802         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20803         (gst_ximagesink_navigation_send_event),
20804         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20805         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20806         (gst_ximagesink_finalize), (gst_ximagesink_init),
20807         (gst_ximagesink_class_init):
20808         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20809         This new version brings correct software scaling, non flickering
20810         window while resizing, pixel aspect ratio handling, usage of
20811         hardware buffer pools, out of data flow event thread for 
20812         navigation and handling of expose events even when being PAUSED,
20813         a new property to keep video aspect ratio when resizing, etc...
20814
20815 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20816
20817         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20818         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20819         handling of PAR.
20820
20821 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20822
20823         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20824         Unsetting IS_SINK flag from the fakesink, so decodebin
20825         never behaves as a sink.
20826
20827 2005-11-17  Wim Taymans  <wim@fluendo.com>
20828
20829         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20830         (gst_base_audio_src_change_state):
20831         Fix the audiosrc base class again, we did not unflush.
20832
20833 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20834
20835         * examples/seeking/seek.c: (make_dv_pipeline),
20836         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20837         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20838         to ogg/vorbis/theora pipeline.
20839
20840 2005-11-17  Wim Taymans  <wim@fluendo.com>
20841
20842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20843         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20844         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20845         Fix EOS on multiple streams.
20846         More debugging.
20847
20848 2005-11-16  Wim Taymans  <wim@fluendo.com>
20849
20850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20851         (gst_ogg_demux_perform_seek):
20852         Segment done must include stream time.
20853
20854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20855         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20856         (gst_ogg_mux_change_state):
20857         Fix ogg muxer again.
20858
20859 2005-11-16  Wim Taymans  <wim@fluendo.com>
20860
20861         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20862         Fix compile again.
20863
20864 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20865
20866         * ext/libvisual/visual.c: (gst_visual_init):
20867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20868         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20869         (gst_ogg_parse_chain):
20870         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20871         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20872         * ext/theora/theoradec.c: (gst_theora_dec_init):
20873         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20874         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20875         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20876         * gst/adder/gstadder.c: (gst_adder_class_init),
20877         (gst_adder_dispose):
20878         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20879         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20880         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20881           Fix a whole set of pad template leaks
20882
20883 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20884
20885         * check/generic/states.c: (GST_START_TEST):
20886           fix the test so that it only checks for elements that are part of
20887           this source module
20888
20889 2005-11-16  Michael Smith <msmith@fluendo.com>
20890
20891         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20892         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20893         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20894         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20895         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20896         (gst_ogg_mux_change_state):
20897           Fix leaking collectpads.
20898
20899 2005-11-16  Edward Hervey  <edward@fluendo.com>
20900
20901         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20902         (gst_videorate_event), (gst_videorate_chain):
20903         Handle segment seeks
20904
20905 2005-11-16  Wim Taymans  <wim@fluendo.com>
20906
20907         * gst-libs/gst/audio/gstbaseaudiosink.c:
20908         (gst_base_audio_sink_provide_clock),
20909         (gst_base_audio_sink_change_state):
20910         Set ringbuffer to non-flushing when going to PAUSED, set to
20911         flushing again when going to READY.
20912
20913         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20914         (gst_ring_buffer_stop):
20915         Start in flushing mode by default.
20916         Don't set flushing in the _stop method, let the app call
20917         this explicitly.
20918
20919 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20920
20921         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20922         * gst-libs/gst/video/videosink.h: Add helper function needed
20923         for video sinks.
20924
20925 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20926
20927         * gst/videoscale/gstvideoscale.c:
20928         (gst_videoscale_handle_src_event):
20929           Don't leak reference to pad parent.
20930
20931 2005-11-16  Wim Taymans  <wim@fluendo.com>
20932
20933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20934         Set ringbuffer to flushing when stopping so that we don't
20935         block on wait_segment anymore and livelock.
20936
20937 2005-11-16  Wim Taymans  <wim@fluendo.com>
20938
20939         * examples/seeking/seek.c: (send_event), (do_seek),
20940         (loop_toggle_cb), (segment_done), (main):
20941         Added looping checkbox.
20942
20943 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20944
20945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20946         (gst_ogg_demux_init):
20947         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20948         (gst_vorbis_dec_init):
20949           revert unrefs, they don't pass make check
20950
20951 2005-11-15  Johan Dahlin  <johan@gnome.org>
20952
20953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20954         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20955         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20956         (gst_vorbis_dec_init):
20957         Fix pad template leaks. 
20958
20959 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20960
20961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20962           Make state change function thread safe.
20963
20964 2005-11-15  Edward Hervey  <edward@fluendo.com>
20965
20966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20967         (gst_ogg_demux_class_init):
20968         Implement GstElement::send_event, so we can send seek events
20969         in GST_STATE_READY
20970
20971 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20972
20973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20974         Discovered how to take away flickering while resizing the
20975         window. Please don't put that in ximagesink, refactoring in
20976         progress.
20977
20978 2005-11-14  Michael Smith <msmith@fluendo.com>
20979
20980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20981         (gst_multifdsink_render):
20982           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20983
20984 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20985
20986         * gst/playback/gstplaybin.c: (gen_audio_element):
20987           Use autoaudiosink, it tends to be more widely available than
20988           autoaudiiosink.
20989           
20990 2005-11-14  Andy Wingo  <wingo@pobox.com>
20991
20992         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20993         as well if it is available. Fixes #316442.
20994
20995 2005-11-14  Michael Smith <msmith@fluendo.com>
20996
20997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20998         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20999         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21000         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21001         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21002         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21004         (gst_vorbisenc_change_state):
21005           Fix a small memory leak in vorbisenc.
21006           Fix large memory leaks in oggmux, also fix lots of state change
21007           bugs in oggmux.
21008
21009 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21010
21011         * gst/videotestsrc/gstvideotestsrc.c:
21012         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21013         (gst_videotestsrc_src_fixate):
21014           move fixation to a fixate function
21015           remove negotiate function, basesrc's is good enough
21016           fixes a bug for check when using the element alone
21017
21018 2005-11-13  Edward Hervey  <edward@fluendo.com>
21019
21020         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21021         (key_toggle_cb), (main):
21022         Added checkboxes for adding/removing the accurate and key_unit seek
21023         flags.
21024
21025 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21026
21027         * configure.ac: back to HEAD
21028
21029 === release 0.9.5 ===
21030
21031 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21032
21033         * configure.ac:
21034           releasing 0.9.5, "No No Kia"
21035
21036 2005-11-11  Edward Hervey  <edward@fluendo.com>
21037
21038         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21039         Added parse-launch syntax seeking mode for the seeking example.
21040         This should help stress-test even more cases.
21041         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21042
21043 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21044
21045         * sys/xvimage/xvimagesink.c:
21046         (gst_xvimagesink_navigation_send_event):
21047           Check whether peer pad exists before sending navigation events
21048           to it.
21049
21050 2005-11-11  Michael Smith <msmith@fluendo.com>
21051
21052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21053         (gst_vorbisenc_buffer_from_packet):
21054         * ext/vorbis/vorbisenc.h:
21055           Set duration on encoded buffers. This allows oggmux's
21056           max_page_delay parameter to actually work.
21057
21058 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21059
21060         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21061         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21062         (gst_ffmpegcsp_avpicture_fill):
21063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21064         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21065           Make palettes work again (see #132341). Use our own macros
21066           for rounding up.
21067
21068 2005-11-10  Andy Wingo  <wingo@pobox.com>
21069
21070         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21071         string doober.
21072
21073 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21074
21075         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21076         (gst_ffmpegcsp_transform_caps):
21077           Prefer passthrough in transform_caps
21078
21079 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21080
21081         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21082           check for ALSA errors properly, instead of relying on ALSA's
21083           error strings to serve to the user.
21084
21085 2005-11-10  Wim Taymans  <wim@fluendo.com>
21086
21087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21088         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21089         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21090         Modernise the seek code.
21091
21092 2005-11-10  Michael Smith <msmith@fluendo.com>
21093         
21094         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21095         (setup_substreams), (set_active_source):
21096           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21097           trying to go to NULL if we failed to read a file.
21098
21099 2005-11-10  Wim Taymans  <wim@fluendo.com>
21100
21101         * gst/audiotestsrc/gstaudiotestsrc.c:
21102         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21103         (gst_audiotestsrc_create):
21104         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21105         (gst_sinesrc_get_times), (gst_sinesrc_create):
21106         * gst/videotestsrc/gstvideotestsrc.c:
21107         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21108         (gst_videotestsrc_create):
21109         The base class can now sync for us.
21110
21111 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21112
21113         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21114           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21115           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21116           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21117           format=(fourcc)I420" ! xvimagesink
21118
21119 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21120
21121         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21122         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21123         (gst_sinesrc_newsegment):
21124           Send newsegment event in TIME format, set duration if
21125           num-buffers is set, fix duration querying.
21126
21127 2005-11-10  Michael Smith <msmith@fluendo.com>
21128
21129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21130         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21131         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21132         (gst_ogg_mux_collected):
21133          Fix EOS handling, partially. Now forwarding an EOS event once we have
21134          EOS on all pads works correctly. However, we still don't properly set
21135          EOS on the actual ogg stream pages.
21136
21137 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21138
21139         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21140           Set elements to NULL state before disposing of them.
21141
21142 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21143
21144         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21145
21146         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21147         (gst_base_rtp_depayload_init),
21148         (gst_base_rtp_depayload_set_gst_timestamp):
21149         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21150           We need to send a newsegment event for each instance, not
21151           just for the first instance of this class (get rid of
21152           static variable in function). (#321011).
21153           
21154 2005-11-08  Michael Smith <msmith@fluendo.com>
21155
21156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21157         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21158         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21159         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21160           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21161           This makes us mux things correctly according to the ogg muxing
21162           rules. Still not handling EOS correctly right now, though.
21163
21164 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21165
21166         * gst/audioconvert/gstaudioconvert.c:
21167           Fix typo in docs. 
21168
21169 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21170
21171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21172         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21173           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21174           creating a new chain; should fix live streaming. Also
21175           add more debug output and fix a typo.
21176
21177 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21178
21179         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21180
21181         * gst/volume/gstvolume.c: (volume_set_caps):
21182           Fix compilation on Solaris with Forte. (#320923)
21183
21184 2005-11-08  Wim Taymans  <wim@fluendo.com>
21185
21186         * gst-libs/gst/audio/gstbaseaudiosink.c:
21187         (gst_base_audio_sink_render):
21188         No need to do a typecheck.
21189
21190 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21191
21192         * ext/alsa/gstalsa.h:
21193           We register a debug category, so let's use it.
21194
21195 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21196
21197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21198         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21199         Fixed a small problem.
21200
21201 2005-11-04  Wim Taymans  <wim@fluendo.com>
21202
21203         * examples/seeking/Makefile.am:
21204         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21205         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21206         (make_playerbin_pipeline), (format_value), (update_scale),
21207         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21208         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21209         (print_usage), (main):
21210         Added app for playback speed testing.
21211
21212         * examples/seeking/seek.c: (dynamic_link),
21213         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21214         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21215         (message_received), (main):
21216         Updated seek example.
21217
21218 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21219
21220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21221         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21222         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21223         (gst_base_rtp_depayload_set_clock):
21224         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21225         Don't sleep on the bench (system clock) when you have a nice 
21226         comfortable bed (Gstreamer clock) to sleep on.
21227
21228 2005-11-03  Wim Taymans  <wim@fluendo.com>
21229
21230         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21231         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21232         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21233         Handle the case where a pad_block failed.
21234
21235 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21236
21237         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21238
21239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21240         (gst_base_rtp_depayload_add_to_queue),
21241         (gst_base_rtp_depayload_push),
21242         (gst_base_rtp_depayload_set_gst_timestamp),
21243         (gst_base_rtp_depayload_queue_release):
21244           Fixes some bugs in the depayloader's queuing/de-queueing code.
21245
21246 2005-10-31  Michael Smith <msmith@fluendo.com>
21247
21248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21249         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21250         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21251           Patch from Alessandro Decina <alessandro@nnva.org>.
21252           Make oggdemux only find the final time in a chain, not per-pad,
21253           since the per-pad information can be very expensive to locate, and
21254           it isn't used anywhere. This makes reading a file containing
21255           OggSkeleton reasonably fast.
21256           Also, make chain finding work when there are logical bitstreams that
21257           can't be decoded. Fixes #319110.
21258
21259 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21260
21261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21262         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21263         (gst_base_rtp_depayload_chain),
21264         (gst_base_rtp_depayload_add_to_queue),
21265         (gst_base_rtp_depayload_push),
21266         (gst_base_rtp_depayload_set_gst_timestamp),
21267         (gst_base_rtp_depayload_queue_release),
21268         (gst_base_rtp_depayload_start_thread),
21269         (gst_base_rtp_depayload_set_property),
21270         (gst_base_rtp_depayload_get_property):
21271         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21272         Some random fixes, to fullfill the desires of thomas.
21273
21274 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21275
21276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21277         (gst_base_rtp_depayload_add_to_queue),
21278         (gst_base_rtp_depayload_push):
21279         Fixed the queueing algorithm.
21280
21281 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21282
21283         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21284         (gst_base_rtp_depayload_push):
21285         A small fix
21286
21287 2005-10-31  Wim Taymans  <wim@fluendo.com>
21288
21289         * gst-libs/gst/audio/gstringbuffer.h:
21290         Don't break ABI.
21291
21292         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21293         (gst_ffmpeg_caps_to_pixfmt):
21294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21295         (gst_ffmpegcsp_set_caps):
21296         Some more comments.
21297         Handle missing required caps fields better.
21298
21299 2005-10-31  Wim Taymans  <wim@fluendo.com>
21300
21301         * gst-libs/gst/audio/gstbaseaudiosink.c:
21302         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21303         (gst_base_audio_sink_render):
21304         * gst-libs/gst/audio/gstringbuffer.c:
21305         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21306         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21307         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21308         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21309         (gst_ring_buffer_read):
21310         * gst-libs/gst/audio/gstringbuffer.h:
21311         Add flushing mode to the ringbuffer so that it in all cases does
21312         not try to handle more audio. This makes sure it does not try to
21313         block anymore when flushing and fixes a livelock.
21314
21315 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21316
21317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21318         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21319         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21320           Explicitly check for -1 values before doing a conversion
21321           and always map them to -1. (#315545)
21322
21323 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21324
21325         * gst/playback/gstplaybin.c: (gen_video_element):
21326           first try autovideosink, then xvimagesink, then error out
21327         * po/POTFILES.in:
21328           add translatable file
21329         * po/af.po:
21330         * po/az.po:
21331         * po/cs.po:
21332         * po/en_GB.po:
21333         * po/hu.po:
21334         * po/it.po:
21335         * po/nb.po:
21336         * po/nl.po:
21337         * po/or.po:
21338         * po/sq.po:
21339         * po/sr.po:
21340         * po/sv.po:
21341         * po/uk.po:
21342         * po/vi.po:
21343           update translations
21344
21345 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21346
21347         * gst-libs/gst/rtp/gstbasedepayload.c:
21348         * gst-libs/gst/rtp/gstbasedepayload.h:
21349           Minor cleanups
21350
21351 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21352
21353         * gst/playback/.cvsignore:
21354         * gst/playback/decodetest.c:
21355         * gst/playback/test3.c:
21356           Port these two tests as well.
21357
21358 2005-10-27  Wim Taymans  <wim@fluendo.com>
21359
21360         * ext/theora/theoradec.c: (theora_dec_src_query),
21361         (theora_dec_sink_event):
21362         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21363         (theora_enc_change_state):
21364         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21365         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21366         Take proper locks when handling events.
21367
21368 2005-10-27  Wim Taymans  <wim@fluendo.com>
21369
21370         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21371         (gst_adder_change_state):
21372         Fix timestamps and fix deadlock when stopping the collectpads.
21373
21374 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21375
21376         * gst-libs/gst/rtp/gstrtpbuffer.h:
21377         Declaring the payload types as strings too so that they can be used
21378         in the padtemplate inialization.
21379
21380 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21381
21382         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21383
21384         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21385         (gst_base_rtp_depayload_class_init):
21386         Fixes a small but nasty bug. The derived elements no longer segfaults
21387         on finalization.
21388
21389 2005-10-26  Michael Smith <msmith@fluendo.com>
21390
21391         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21392           When clearing an audioconvert context, set tmpbufsize to zero, so
21393           we'll allocate it again later if required.
21394           This fixes audioconvert re-negotiating formats, which previously
21395           segfaulted with a NULL destination buffer.
21396
21397 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21398
21399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21400         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21401         (gst_base_rtp_depayload_set_gst_timestamp),
21402         (gst_base_rtp_depayload_queue_release):
21403         Fixed a smalll memleak.
21404
21405 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21407         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21408         (gst_base_rtp_depayload_finalize),
21409         (gst_base_rtp_depayload_setcaps),
21410         (gst_base_rtp_depayload_add_to_queue),
21411         (gst_base_rtp_depayload_push),
21412         (gst_base_rtp_depayload_set_gst_timestamp),
21413         (gst_base_rtp_depayload_queue_release),
21414         (gst_base_rtp_depayload_thread),
21415         (gst_base_rtp_depayload_change_state):
21416         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21417         Changed the C++ comments to C comments
21418
21419 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21420
21421         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21422         * gst/tcp/gsttcpclientsrc.h:
21423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21424         * gst/tcp/gsttcpserversrc.h:
21425           Remove unused 'curoffset' structure member.
21426
21427 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21428
21429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21430         (gst_base_rtp_depayload_base_init),
21431         (gst_base_rtp_depayload_finalize):
21432         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21433         * gst-libs/gst/rtp/gstbasertppayload.h:
21434           The pad-template on the sinkpad should be set by the derived classes.
21435           Also added some useful macros.
21436
21437 2005-10-24  Wim Taymans  <wim@fluendo.com>
21438
21439         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21440         Correctly flush decoder samples even if we could not
21441         copy them to an output buffer. Fixes #319618.
21442
21443 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21444
21445         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21447         the caps against our xcontext caps.
21448
21449 2005-10-24  Wim Taymans  <wim@fluendo.com>
21450
21451         * gst-libs/gst/audio/gstbaseaudiosink.c:
21452         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21453         Remove g_print
21454         Use sync property from baseclass to disable sync.
21455
21456 2005-10-24  Wim Taymans  <wim@fluendo.com>
21457
21458         * gst-libs/gst/audio/gstbaseaudiosink.c:
21459         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21460         Buffers with no timestamps get aligned with previous buffers or
21461         on underrun, played ASAP.
21462
21463 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21464
21465         * gst-libs/gst/video/video.h:
21466         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21467         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21469         here comes my change on caps for framerate and geometry range.
21470         We are now accepting 1 to MAXINT for width and height, and from
21471         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21472         to be blended correctly in videomixer.
21473
21474 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21475
21476         * configure.ac:
21477           back to HEAD
21478
21479 === release 0.9.4 ===
21480
21481 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21482
21483         * NEWS:
21484         * RELEASE:
21485         * configure.ac:
21486           releasing 0.9.4, "Velociraptor"
21487
21488 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21489
21490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21491         * po/POTFILES.in:
21492           STOPPED -> FAILED
21493
21494 2005-10-21  Wim Taymans  <wim@fluendo.com>
21495
21496         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21497         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21498         (pad_blocked), (close_pad_link), (new_pad):
21499         Don't try to remove elements twice.
21500
21501 2005-10-21  Wim Taymans  <wim@fluendo.com>
21502
21503         * ext/theora/theoradec.c: (theora_dec_src_query),
21504         (theora_dec_sink_event):
21505         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21506         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21507         (vorbis_handle_data_packet):
21508         * ext/vorbis/vorbisdec.h:
21509         Fix old naming.
21510
21511         * gst-libs/gst/audio/gstbaseaudiosink.c:
21512         (gst_base_audio_sink_render):
21513         Don't try to sync on buffers without a timestamp.
21514
21515 2005-10-21  Wim Taymans  <wim@fluendo.com>
21516
21517         * ext/theora/theoradec.c: (theora_dec_src_query),
21518         (theora_dec_sink_event):
21519         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21520         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21521         (vorbis_handle_data_packet):
21522         * ext/vorbis/vorbisdec.h:
21523         Fix old naming.
21524
21525 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21526
21527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21528         (gst_vorbisenc_src_query):
21529           Implement position and duration queries.
21530
21531         * gst/playback/test3.c: (update_scale), (main):
21532           Fix for async state changes and print nicer output.
21533
21534 2005-10-20  Wim Taymans  <wim@fluendo.com>
21535
21536         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21537         (dump_element_stats), (main):
21538         * gst/playback/test6.c: (main):
21539         Fix tests again
21540
21541 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21542
21543         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21544         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21545           Don't use functions for position queries when handling
21546           duration queries.
21547
21548 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21549
21550         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21551         (vorbis_handle_data_packet), (vorbis_dec_chain),
21552         (vorbis_dec_change_state):
21553         * ext/vorbis/vorbisdec.h:
21554           Vorbis streams can be embedded in other container formats
21555           than ogg, container formats where the demuxer might set 
21556           timestamps on encoded vorbis buffers instead of those silly 
21557           granulepos thingies. In short: make vorbisdec handle 
21558           timestamps on incoming buffers as well.
21559
21560 2005-10-20  Wim Taymans  <wim@fluendo.com>
21561
21562         * gst/playback/gstplaybasebin.c: (group_destroy),
21563         (gst_play_base_bin_change_state):
21564         Fix leak.
21565         Handle case where playbasebin is now ASYNC because
21566         decodebin is.
21567
21568 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21569
21570         * gst/audioconvert/Makefile.am:
21571         * gst/audioconvert/bufferframesconvert.c:
21572         * gst/audioconvert/plugin.c: (plugin_init):
21573         * gst/audioconvert/plugin.h:
21574           And bye bye buffer-frames-convert
21575
21576 2005-10-19  Wim Taymans  <wim@fluendo.com>
21577
21578         * check/elements/audioconvert.c:
21579         * docs/libs/tmpl/gstaudio.sgml:
21580         * docs/libs/tmpl/gstcolorbalance.sgml:
21581         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21582         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21583         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21584         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21585         * gst-libs/gst/audio/audio.h:
21586         * gst/audioconvert/audioconvert.h:
21587         * gst/audioconvert/gstaudioconvert.c:
21588         (gst_audio_convert_parse_caps):
21589         * gst/volume/gstvolume.c:
21590         Bye bye buffer-frames.
21591
21592 2005-10-19  Wim Taymans  <wim@fluendo.com>
21593
21594         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21595         (query_positions_elems), (query_positions_pads), (update_scale),
21596         (do_seek), (set_update_scale), (message_received), (main):
21597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21598         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21599         (gst_ogg_demux_loop):
21600         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21601         * ext/theora/theoradec.c: (theora_dec_src_query),
21602         (theora_dec_sink_event):
21603         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21604         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21605         * gst/adder/gstadder.c: (gst_adder_query):
21606         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21607         * gst/playback/test3.c: (update_scale):
21608         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21609         (dump_element_stats), (main):
21610         * gst/playback/test6.c: (main):
21611         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21612         Query API update.
21613
21614 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21615
21616         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21617         (xml_check_first_element), (xml_type_find), (smil_type_find),
21618         (plugin_init):
21619           Add typefinding for SMIL and for generic XML. Based on patch by
21620           Akos Maroy (#308663).
21621
21622 2005-10-18  Wim Taymans  <wim@fluendo.com>
21623
21624         * gst/playback/Makefile.am:
21625         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21626         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21627         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21628         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21629         (gst_decode_bin_change_state):
21630         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21631         (gst_play_bin_send_event_to_sink):
21632         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21633         (dump_element_stats), (main):
21634         * gst/playback/test6.c: (main):
21635         Make playbin async, it'll commit state to paused when all streams
21636         are detected.
21637         Remove ugly hack.
21638         Added test6.c to show async behaviour.
21639
21640 2005-10-18  Wim Taymans  <wim@fluendo.com>
21641
21642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21643         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21644         Fix for segment-start/stop API change.
21645
21646 2005-10-18  Wim Taymans  <wim@fluendo.com>
21647
21648         * check/Makefile.am:
21649         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21650         (main):
21651         Add future test for clock selection.
21652
21653 2005-10-18  Wim Taymans  <wim@fluendo.com>
21654
21655         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21656         (gst_alsasink_close):
21657         Set handle to NULL.
21658
21659         * gst-libs/gst/audio/gstringbuffer.c:
21660         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21661         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21662         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21663         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21664         (gst_ring_buffer_read):
21665         More debug info.
21666
21667 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21668
21669         * gst/audiotestsrc/Makefile.am:
21670         * gst/sine/Makefile.am:
21671         * gst/volume/Makefile.am:
21672           fix broken build of controllerized plugins
21673
21674 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21675
21676         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21677
21678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21679         (gst_riff_create_video_template_caps):
21680           Add support for Indeo-3 (IV32).
21681
21682 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21683
21684         * configure.ac:
21685           rewrite
21686
21687 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21688
21689         * gst-libs/gst/video/video.c: (gst_video_get_size):
21690         * gst/audiotestsrc/gstaudiotestsrc.c:
21691           doc updates
21692
21693 2005-10-17  Andy Wingo  <wingo@pobox.com>
21694
21695         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21696         with the collectpads change.
21697         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21698
21699         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21700
21701         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21702
21703         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21704         alloc_buffer flow return to callers.
21705         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21706         change. Fix some memleaks in theoraenc.
21707
21708         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21709         in strange circumstance.
21710
21711 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21712
21713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21714         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21715         from caps, let's use the caps...
21716
21717 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21718
21719         * configure.ac:
21720           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21721
21722 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21723
21724         * gst-libs/gst/interfaces/Makefile.am:
21725           fix silly typo
21726
21727 2005-10-16  Andy Wingo  <wingo@pobox.com>
21728
21729         * gst/playback/gstdecodebin.c
21730         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21731         function!
21732         (try_to_link_1): Increase kraziness level.
21733
21734 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21735
21736         * configure.ac:
21737           restructure like the core one
21738         * gst-libs/gst/audio/Makefile.am:
21739         * gst-libs/gst/interfaces/Makefile.am:
21740         * gst-libs/gst/net/Makefile.am:
21741         * gst-libs/gst/riff/Makefile.am:
21742         * gst-libs/gst/rtp/Makefile.am:
21743         * gst-libs/gst/tag/Makefile.am:
21744         * gst-libs/gst/video/Makefile.am:
21745           use correct linker flags, now the libs are properly versioned
21746         * check/elements/audioconvert.c: (verify_convert):
21747         * ext/alsa/gstalsaplugin.c:
21748         * ext/cdparanoia/gstcdparanoia.c:
21749         * ext/gnomevfs/gstgnomevfs.c:
21750         * ext/libvisual/visual.c:
21751         * ext/ogg/gstogg.c:
21752         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21753         * ext/theora/theora.c:
21754         * ext/vorbis/vorbis.c:
21755         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21756         * gst-libs/gst/tag/gsttagediting.c:
21757         * gst-libs/gst/video/video.c:
21758         * gst/adder/gstadder.c:
21759         * gst/audioconvert/plugin.c:
21760         * gst/audiorate/gstaudiorate.c:
21761         * gst/audioresample/gstaudioresample.c:
21762         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21763         * gst/audioscale/gstaudioscale.c:
21764         * gst/audioscale/resample.c:
21765         * gst/audiotestsrc/gstaudiotestsrc.c:
21766         * gst/ffmpegcolorspace/gstffmpeg.c:
21767         * gst/playback/gstdecodebin.c: (close_pad_link):
21768         * gst/playback/gstplaybin.c: (gen_video_element),
21769         (gen_audio_element):
21770         * gst/sine/gstsinesrc.c:
21771         * gst/subparse/gstsubparse.c:
21772         * gst/tags/gsttagediting.c:
21773         * gst/tcp/gsttcpplugin.c:
21774         * gst/typefind/gsttypefindfunctions.c:
21775         * gst/videorate/gstvideorate.c:
21776         * gst/videoscale/gstvideoscale.c:
21777         * gst/videotestsrc/gstvideotestsrc.c:
21778         * gst/volume/gstvolume.c:
21779         * sys/v4l/gstv4l.c:
21780         * sys/ximage/ximage.c:
21781         * sys/xvimage/xvimagesink.c:
21782           fix up defines
21783
21784 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21785
21786         * ext/vorbis/vorbisenc.c:
21787         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21788         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21789         (gst_tag_to_vorbis_comments):
21790           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21791
21792 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21793
21794         * examples/stats/mp2ogg.c:
21795         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21796           typo fixes
21797
21798 2005-10-13  Michael Smith <msmith@fluendo.com>
21799
21800         * ext/ogg/gstoggmux.c:
21801           Use magic glib macros to define constants as 64 bit, to ensure
21802           appropriate vararg passing.
21803
21804 2005-10-13  Michael Smith <msmith@fluendo.com>
21805
21806         * ext/ogg/gstoggmux.c:
21807         * gst/audioconvert/audioconvert.c: (float):
21808           Don't use LL suffix, as it's not portable, and neither of these
21809           uses required it anyway.
21810
21811 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21812
21813         * examples/indexing/indexmpeg.c: (main):
21814         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21815         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21816         (cdparanoia_convert), (cdparanoia_query):
21817         * ext/cdparanoia/gstcdparanoia.h:
21818         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21819         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21820         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21821         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21822         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21823         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21824         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21825         (gst_multifdsink_render), (gst_multifdsink_start),
21826         (gst_multifdsink_stop):
21827         * gst/tcp/gstmultifdsink.h:
21828         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21829         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21830         (gst_tcpclientsink_stop):
21831         * gst/tcp/gsttcpclientsink.h:
21832         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21833         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21834         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21835         * gst/tcp/gsttcpclientsrc.h:
21836         * gst/tcp/gsttcpserversink.h:
21837         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21838         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21839         (gst_tcpserversrc_stop):
21840         * gst/tcp/gsttcpserversrc.h:
21841         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21842         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21843         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21844           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21845           moved bitshift from macro to enum definition
21846
21847 2005-10-12  Wim Taymans  <wim@fluendo.com>
21848
21849         * examples/seeking/Makefile.am:
21850         Oops.
21851
21852 2005-10-12  Wim Taymans  <wim@fluendo.com>
21853
21854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21855         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21856         Don't assert on normal stuff.
21857
21858         * gst/playback/gstplaybin.c: (do_playbin_seek):
21859         API fix.
21860
21861 2005-10-12  Wim Taymans  <wim@fluendo.com>
21862
21863         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21864         * examples/seeking/Makefile.am:
21865         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21866         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21867         (do_seek), (set_update_scale), (message_received), (main):
21868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21869         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21870         Update for _get_state() API change.
21871
21872 2005-10-11  Wim Taymans  <wim@fluendo.com>
21873
21874         * gst-libs/gst/audio/gstbaseaudiosink.c:
21875         (gst_base_audio_sink_render):
21876         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21877         (gst_base_audio_src_create):
21878         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21879         (gst_ring_buffer_read):
21880         Cleanups.
21881         Commit and read from ringbuffer in samples rather than bytes.
21882
21883 2005-10-11  Wim Taymans  <wim@fluendo.com>
21884
21885         * gst-libs/gst/audio/gstbaseaudiosink.c:
21886         (gst_base_audio_sink_render):
21887         Respect segment rate and accum when scheduling samples.
21888
21889 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21890
21891         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21892         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21893         EOS correctly, that needs more work.
21894
21895 2005-10-11  Wim Taymans  <wim@fluendo.com>
21896
21897         * check/generic/states.c: (GST_START_TEST):
21898         remove old property.
21899
21900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21901         (gst_ogg_demux_perform_seek):
21902         * ext/theora/theoradec.c: (theora_dec_sink_event):
21903         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21904         (vorbis_handle_data_packet):
21905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21906         (gst_base_rtp_depayload_set_gst_timestamp):
21907         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21908         Update for newsegment API change.
21909
21910 2005-10-11  Michael Smith <msmith@fluendo.com>
21911
21912         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21913         (do_playbin_seek), (gst_play_bin_send_event):
21914           Override send_event differently, so that we can takes bits of
21915           functionality from GstPipeline (special handling for seeks,
21916           including pausing/resuming, and resetting stream time) and still get
21917           the appropriate behaviour of only forwarding event to a single sink,
21918           rather than all of them.
21919           Unfortunately requires a lot of code duplication, but the
21920           alternatives are equally ugly in the end.
21921
21922 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21923
21924         * check/elements/audioconvert.c: (setup_audioconvert),
21925         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21926         (GST_START_TEST), (audioconvert_suite):
21927           clean up tests a little, fix some leaks.
21928
21929 2005-10-10  Wim Taymans  <wim@fluendo.com>
21930
21931         * ext/alsa/gstalsasink.c:
21932         Also allow unsigned int.
21933
21934         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21935         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21936         Small cleanup
21937
21938 2005-10-10  Wim Taymans  <wim@fluendo.com>
21939
21940         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21941         Small update, use API as stated in design docs.
21942
21943         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21944         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21945         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21946         (message_received), (main):
21947         Updated seek example for GOption. Some usability improvements.
21948
21949 2005-10-10  Wim Taymans  <wim@fluendo.com>
21950
21951         * gst/audioconvert/audioconvert.h:
21952         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21953         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21954         Alloc temp storage somewhere else where we can do it more
21955         portable.
21956
21957 2005-10-10  Wim Taymans  <wim@fluendo.com>
21958
21959         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21960         (gst_tcpserversrc_start):
21961         Don't block in accept while doing the state change, move
21962         to poll and make cancellable.
21963
21964 2005-10-09  Philippe Khalaf <burger@speedy.org>
21965
21966         * gst-libs/gst/rtp/rtpbasedepayload.c:
21967         Set timestamp and add queue delay to timestamp
21968         * gst-libs/gst/rtp/rtpbuffer.h:
21969         Set correct payload type for h263
21970
21971 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21972
21973         * gst/audiotestsrc/gstaudiotestsrc.c:
21974         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21975         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21976         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21977         (gst_audiotestsrc_create_triangle),
21978         (gst_audiotestsrc_create_silence),
21979         (gst_audiotestsrc_create_white_noise),
21980         (gst_audiotestsrc_init_pink_noise),
21981         (gst_audiotestsrc_generate_pink_noise_value),
21982         (gst_audiotestsrc_create_pink_noise),
21983         (gst_audiotestsrc_change_wave):
21984         * gst/audiotestsrc/gstaudiotestsrc.h:
21985           fixed typo, added pink noise
21986
21987 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21988
21989         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21990         (plugin_init):
21991           Add wavpack and spc typefind functions from 0.8 branch.
21992
21993 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21994
21995         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21996         (ar_type_find), (msdos_type_find), (plugin_init):
21997           Add typefind functions for tar archives, ar archives,
21998           RAR archives, and msdos-executables (dlls, exe, etc.).
21999           Some of those would be wrongly identified as mpeg
22000           streams of some sort before (#315550).
22001
22002 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22003
22004         * configure.ac:
22005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22007         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22008         * gst/audiotestsrc/Makefile.am:
22009         * gst/audiotestsrc/gstaudiotestsrc.c:
22010         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22011         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22012         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22013         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22014         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22015         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22016         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22017         (gst_audiotestsrc_create_silence),
22018         (gst_audiotestsrc_create_white_noise),
22019         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22020         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22021         (gst_audiotestsrc_start), (plugin_init):
22022         * gst/audiotestsrc/gstaudiotestsrc.h:
22023           add new plugin and element
22024         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22025           use gobject_class
22026
22027 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22028
22029         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22030         (gst_adder_init), (gst_adder_request_new_pad),
22031         (gst_adder_change_state):
22032           Add query function to source pad, so adder reports the correct
22033           time/sample position when queried (#315457); fix state change
22034           function; use GST_DEBUG_FUNCPTR() for pad functions.
22035
22036 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22037
22038         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22039           Fix leaks in typefind registration
22040           Clean up the gratuitous commenting and whitespacing a little
22041
22042 2005-10-08  Wim Taymans  <wim@fluendo.com>
22043
22044         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22045         Only actually wait for the thread to be stopped if it's 
22046         running.
22047
22048 2005-10-08  Wim Taymans  <wim@fluendo.com>
22049
22050         * gst-libs/gst/audio/gstbaseaudiosink.c:
22051         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22052         If we receive EOS we can start playback of what we had.
22053
22054 2005-10-08  Wim Taymans  <wim@fluendo.com>
22055
22056         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22057         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22058         (gst_multifdsink_stop):
22059         Fix crasher when going to NULL multiple times.
22060
22061 2005-10-06  Wim Taymans  <wim@fluendo.com>
22062
22063         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22064         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22065         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22066         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22067         patch from Edgard Lima <edgard.lima@indt.org.br>
22068         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22069
22070 2005-10-06  Wim Taymans  <wim@fluendo.com>
22071
22072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22073         Report the FLOW_RETURN as string in the error message.
22074
22075         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22076         Don't assert when clearing an unnegotiated buffer.
22077
22078 2005-10-04  Michael Smith <msmith@fluendo.com>
22079
22080         * gst/playback/gstplaybasebin.c: (group_destroy),
22081         (gen_preroll_element), (remove_groups), (setup_source):
22082         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22083         (setup_sinks), (gst_play_bin_send_event),
22084         (gst_play_bin_change_state):
22085           Set state to NULL before removing from bin. Fix refcounting.
22086
22087 2005-10-04  Michael Smith <msmith@fluendo.com>
22088
22089         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22090           Correct refcounting in send_event() function. Previously was wrong
22091           if the first sink was unable to handle the event.
22092
22093 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22094
22095         * configure.ac:
22096           back to development
22097
22098 === release 0.9.3 ===
22099
22100 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22101
22102         * configure.ac:
22103           Releasing 0.9.3, "De Facto"
22104
22105 2005-10-03  Andy Wingo  <wingo@pobox.com>
22106
22107         * gst/playback/gstdecodebin.c (try_to_link_1)
22108         (remove_element_chain): set element to NULL before removing it.
22109
22110 2005-10-02  Johan Dahlin  <johan@gnome.org>
22111
22112         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22113         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22114         MT safe.
22115
22116 2005-10-02  Andy Wingo  <wingo@pobox.com>
22117
22118         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22119         (gst_ring_buffer_prepare_read): 
22120         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22121         Demote to LOG.
22122
22123 2005-09-29  Wim Taymans  <wim@fluendo.com>
22124
22125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22126         * ext/theora/theoradec.c: (theora_handle_data_packet):
22127         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22128         Propagate error codes from alloc_buffer too.
22129
22130 2005-09-29  Wim Taymans  <wim@fluendo.com>
22131
22132         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22133         We use fixed caps.
22134
22135         * gst/playback/Makefile.am:
22136         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22137         (dump_element_stats), (main):
22138         Added example stream introspection code.
22139
22140 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22141
22142         * gst/adder/gstadder.c: (gst_adder_collected):
22143           fix adder for float elements
22144
22145 2005-09-28  Wim Taymans  <wim@fluendo.com>
22146
22147         * gst-libs/gst/audio/gstbaseaudiosink.c:
22148         (gst_base_audio_sink_class_init),
22149         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22150         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22151         (gst_base_audio_src_class_init),
22152         (gst_base_audio_src_provide_clock):
22153         get_clock -> provide_clock
22154
22155 2005-09-28  Andy Wingo  <wingo@pobox.com>
22156
22157         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22158         and unlocking.
22159
22160         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22161         unlocking.
22162
22163         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22164         Actually add the pad template.
22165         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22166
22167         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22168         I'm at it...
22169
22170         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22171         from fdsrc. Get caps in create() instead of start() so it can be
22172         interrupted. Interruption somewhat untested.
22173
22174         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22175         Proper EOS handling.
22176
22177 2005-09-27  Andy Wingo  <wingo@pobox.com>
22178
22179         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22180
22181         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22182
22183         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22184
22185         * gst/tcp/gsttcp.h: 
22186         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22187         out of tcpclientsrc.c. Cancellable.
22188         (gst_tcp_socket_read): Made private, cancellable, with better
22189         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22190         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22191         whole buffer, and better diagnostics.
22192         (gst_tcp_gdp_read_caps): Same.
22193
22194         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22195
22196 2005-09-26  Andy Wingo  <wingo@pobox.com>
22197
22198         * gst/sine/gstsinesrc.h:
22199         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22200         change the 'sync' property to 'is-live' and implement it halfway,
22201         update for controller api change.
22202
22203         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22204         controller api change.
22205
22206 2005-09-24  Wim Taymans  <wim@fluendo.com>
22207
22208         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22209         * gst-libs/gst/audio/gstaudiosink.c:
22210         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22211         (gst_audioringbuffer_stop):
22212         * gst-libs/gst/audio/gstbaseaudiosink.c:
22213         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22214         (gst_base_audio_sink_change_state):
22215         * gst-libs/gst/audio/gstbaseaudiosink.h:
22216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22217         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22218         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22219         * gst-libs/gst/audio/gstringbuffer.h:
22220         Fix sync again. Moved sample alignment to basesink.
22221
22222 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22223
22224         * docs/plugins/Makefile.am:
22225         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22226         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22227         * gst/volume/gstvolume.c:
22228           add/fix docs
22229         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22230         * gst-libs/gst/audio/audio.h:
22231           add conversion macros for frames <-> clocktime
22232
22233 2005-09-23  David Schleef  <ds@schleef.org>
22234
22235         * gst/audioresample/Makefile.am:
22236         * gst/audioresample/debug.h:
22237         * gst/audioresample/gstaudioresample.c:
22238         * gst/audioresample/resample.c: Convert to using gst debugging
22239
22240 2005-09-22  Wim Taymans  <wim@fluendo.com>
22241
22242         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22243         (gst_play_bin_send_event):
22244         Only seek on one sink, the first one that succeeds.
22245
22246 2005-09-22  Michael Smith <msmith@fluendo.com>
22247
22248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22249         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22250         Don't flush encoder state unless we have an initialised encoder.
22251         Clear out encoder state on PAUSED_TO_READY.
22252
22253 2005-09-22  Wim Taymans  <wim@fluendo.com>
22254
22255         * gst-libs/gst/rtp/gstbasertppayload.c:
22256         (gst_basertppayload_class_init), (gst_basertppayload_init),
22257         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22258         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22259         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22260         (gst_basertppayload_set_property),
22261         (gst_basertppayload_get_property),
22262         (gst_basertppayload_change_state):
22263         * gst-libs/gst/rtp/gstbasertppayload.h:
22264         Added max-ptime to control amount of data in the rtp packets.
22265
22266 2005-09-21  Andy Wingo  <wingo@pobox.com>
22267
22268         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22269         thingies.
22270
22271         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22272         can be called multiple times, dogs.
22273
22274 2005-09-21  Wim Taymans  <wim@fluendo.com>
22275
22276         * gst-libs/gst/rtp/gstbasertppayload.c:
22277         (gst_basertppayload_class_init), (gst_basertppayload_init),
22278         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22279         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22280         (gst_basertppayload_push), (gst_basertppayload_get_property),
22281         (gst_basertppayload_change_state):
22282         Allow 0 ssrc too.
22283
22284 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22285
22286         * docs/libs/compiling.sgml:
22287           fixing typos
22288
22289 2005-09-20  Wim Taymans  <wim@fluendo.com>
22290
22291         * gst-libs/gst/rtp/gstbasertppayload.c:
22292         (gst_basertppayload_class_init), (gst_basertppayload_init),
22293         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22294         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22295         (gst_basertppayload_push), (gst_basertppayload_set_property),
22296         (gst_basertppayload_get_property),
22297         (gst_basertppayload_change_state):
22298         * gst-libs/gst/rtp/gstbasertppayload.h:
22299         Added property to configure sequence number offsets.
22300
22301 2005-09-20  Wim Taymans  <wim@fluendo.com>
22302
22303         * gst-libs/gst/rtp/gstbasertppayload.c:
22304         (gst_basertppayload_class_init), (gst_basertppayload_init),
22305         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22306         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22307         (gst_basertppayload_push), (gst_basertppayload_set_property),
22308         (gst_basertppayload_get_property),
22309         (gst_basertppayload_change_state):
22310         * gst-libs/gst/rtp/gstbasertppayload.h:
22311         Make timestamp offset configurable.
22312
22313 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22314
22315         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22316           fix wrong pop/unref
22317
22318 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22319
22320         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22321
22322         * gst-libs/gst/interfaces/propertyprobe.c:
22323         (gst_property_probe_probe_property_name),
22324         (gst_property_probe_needs_probe_name),
22325         (gst_property_probe_get_values_name),
22326         (gst_property_probe_probe_and_get_values_name):
22327           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22328           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22329
22330 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22331
22332         * check/Makefile.am:
22333           have some tests be disabled for valgrinding
22334         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22335         (GST_START_TEST):
22336         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22337           Fix A Leak.  Chain To Parent Finalize.
22338
22339 2005-09-19  Wim Taymans  <wim@fluendo.com>
22340
22341         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22342         Fixed wav pipeline.
22343
22344 2005-09-19  Wim Taymans  <wim@fluendo.com>
22345
22346         * gst-libs/gst/rtp/gstbasertppayload.c:
22347         (gst_basertppayload_class_init), (gst_basertppayload_init),
22348         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22349         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22350         (gst_basertppayload_push), (gst_basertppayload_get_property),
22351         (gst_basertppayload_change_state):
22352         Posting ERROR and WARNING messages is good.
22353
22354 2005-09-19  Wim Taymans  <wim@fluendo.com>
22355
22356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22357         (gst_base_rtp_depayload_add_to_queue),
22358         (gst_base_rtp_depayload_push),
22359         (gst_base_rtp_depayload_set_gst_timestamp),
22360         (gst_base_rtp_depayload_queue_release):
22361         This one was not supposed to go in.
22362
22363 2005-09-19  Wim Taymans  <wim@fluendo.com>
22364
22365         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22366         Fix for bus API.
22367
22368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22369         (gst_base_rtp_depayload_chain),
22370         (gst_base_rtp_depayload_add_to_queue),
22371         (gst_base_rtp_depayload_push),
22372         (gst_base_rtp_depayload_set_gst_timestamp),
22373         (gst_base_rtp_depayload_queue_release):
22374         Some cleanups.
22375
22376         * gst-libs/gst/rtp/gstbasertppayload.c:
22377         (gst_basertppayload_class_init), (gst_basertppayload_init),
22378         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22379         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22380         (gst_basertppayload_get_property),
22381         (gst_basertppayload_change_state):
22382         Added debugging category.
22383
22384 2005-09-18  David Schleef  <ds@schleef.org>
22385
22386         * gst/playback/gstdecodebin.c: free plugin list correctly
22387         * gst/playback/gstplaybin.c: emit warning if autovideosink
22388           and autoaudiosink can't be found (instead of segfaulting)
22389
22390 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22391
22392         * check/elements/audioconvert.c: (GST_START_TEST):
22393           try out 24 bit conversion
22394
22395 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22396
22397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22398         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22399         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22400         * ext/vorbis/vorbisenc.h:
22401           Fix EOS handling.  Still needs a fix in the ogg muxer to
22402           mark the last page as eos.
22403
22404 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22405
22406         * common/gtk-doc-plugins.mak:
22407         * docs/plugins/Makefile.am:
22408         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22409         * gst/ffmpegcolorspace/Makefile.am:
22410         * gst/ffmpegcolorspace/avcodec.h:
22411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22412         * gst/tcp/gstmultifdsink.c:
22413           fix up ffmpegcolorspace docs; extract header
22414
22415 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22416
22417         * common/gtk-doc-plugins.mak:
22418         * docs/plugins/Makefile.am:
22419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22420         * ext/theora/Makefile.am:
22421         * ext/theora/gsttheoraenc.h:
22422         * ext/theora/theoraenc.c:
22423         * ext/vorbis/vorbisenc.c:
22424           pick up signals and args for vorbis; add some docs for vorbis
22425
22426 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22427
22428         * common/gstdoc-scangobj:
22429         * common/gtk-doc-plugins.mak:
22430         * docs/libs/Makefile.am:
22431         * docs/plugins/gst-plugins-base-plugins.args:
22432         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22433         * docs/plugins/gst-plugins-base-plugins.interfaces:
22434         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22435         * docs/plugins/gst-plugins-base-plugins.signals:
22436           only scanobj stuff from our source module.  Not sure yet
22437           if that's correct, given the hierarchy stuff :)
22438
22439 2005-09-15  Wim Taymans  <wim@fluendo.com>
22440
22441         * gst/audioconvert/gstaudioconvert.c:
22442         And enable 24 bits mode as well..
22443
22444 2005-09-15  Wim Taymans  <wim@fluendo.com>
22445
22446         * gst-libs/gst/rtp/Makefile.am:
22447         * gst-libs/gst/rtp/gstbasertppayload.c:
22448         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22449         (gst_basertppayload_class_init), (gst_basertppayload_init),
22450         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22451         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22452         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22453         (gst_basertppayload_set_property),
22454         (gst_basertppayload_get_property),
22455         (gst_basertppayload_change_state):
22456         * gst-libs/gst/rtp/gstbasertppayload.h:
22457         Added rtp payloader base class.
22458
22459 2005-09-15  Andy Wingo  <wingo@pobox.com>
22460
22461         * configure.ac (plugindir): Remove the EOL matcher from the
22462         regexp, as it causes me problems. Libtool? Make? Who knows?
22463
22464 2005-09-14  David Schleef  <ds@schleef.org>
22465
22466         * check/generic/states.c: 
22467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22468         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22469           Fixes for changes in registry API.
22470
22471         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22472           to GST_PLUGIN_LDFLAGS.
22473         * ext/libvisual/visual.c: Make the library shut up.
22474         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22475         * gst-libs/gst/audio/gstaudiofilter.c: same
22476
22477 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22478
22479         * docs/plugins/Makefile.am:
22480         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22481         * docs/plugins/inspect/plugin-libvisual.xml:
22482         * docs/plugins/tmpl/element-tcpserversink.sgml:
22483         * ext/theora/theoraenc.c:
22484           add libvisual plugin and theoraenc element to docs
22485
22486 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22487
22488         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22489         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22490         * ext/theora/theoraenc.c:
22491           add theoraenc
22492
22493 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22494
22495         * gst/audioconvert/Makefile.am:
22496           Audioconvert derives from GstBaseTransform and should
22497           link to the library with our base elements to avoid
22498           unresolved symbols. Makes things work with MinGW (#316160)
22499
22500         * gst/playback/test4.c: (main):
22501           Fix MinGW build problem and use g_usleep() instead of 
22502           sleep() (#316162)
22503
22504 2005-09-12  Wim Taymans  <wim@fluendo.com>
22505
22506         * gst/audioconvert/audioconvert.c: (float),
22507         (audio_convert_prepare_context), (audio_convert_convert):
22508         * gst/audioconvert/audioconvert.h:
22509         Cleanups, speedups, simplifications, added back support
22510         for 24 bits.
22511
22512 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22515         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22516         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22517         * docs/plugins/tmpl/element-tcpserversink.sgml:
22518         * gst/ffmpegcolorspace/gstffmpeg.c:
22519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22520         * gst/videotestsrc/gstvideotestsrc.c:
22521         * gst/volume/gstvolume.c:
22522           add more elements to the docs
22523
22524 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22525
22526         * check/Makefile.am:
22527         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22528         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22529           Add extra tests for basetransform based components. 
22530           Comment out the test_element_negotiation test until we decide
22531           if it's testing correct behaviour.
22532         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22533         (gst_visual_chain), (gst_visual_change_state):
22534           Slightly more correct but still bogus timestamping.
22535           Fix state change function.
22536         * gst/audioconvert/gstaudioconvert.c:
22537         (gst_audio_convert_class_init):
22538         * gst/audioresample/gstaudioresample.c:
22539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22540         (gst_ffmpegcsp_class_init):
22541         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22542         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22543         (gst_videoscale_prepare_image):
22544         * gst/volume/gstvolume.c: (gst_volume_class_init),
22545         (volume_transform_ip):
22546           Basetransform updates. Enable passthrough modes.
22547         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22548         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22549         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22550           Negotiation fix that allows the window to return to the original
22551           size and renegotiate passthrough upstream. Extra debug output.
22552
22553 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22554
22555         * gst/sine/gstsinesrc.c:
22556         * gst/volume/gstvolume.c:
22557           fix up header include
22558
22559 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22560
22561         * gst-libs/gst/audio/gstbaseaudiosink.c:
22562         (gst_base_audio_sink_render):
22563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22564         * gst/volume/gstvolume.c: (gst_volume_class_init),
22565         (volume_transform):
22566           fixing lost sync, some more debugging
22567
22568 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22569
22570         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22571         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22572         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22573         (gst_xvimagesink_check_xshm_calls):
22574           Fix compilation when XShm is not available.
22575
22576 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22577
22578         * ext/libvisual/visual.c: (gst_visual_dispose),
22579         (gst_visual_getcaps), (gst_visual_src_setcaps),
22580         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22581         (gst_visual_change_state):
22582           Finish fixing up libvisual plugin so that it runs. 
22583
22584 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22585
22586         * ext/vorbis/vorbisenc.c:
22587         * gst-libs/gst/tag/gstvorbistag.c:
22588           gsttaginterface.h -> gsttagsetter.h
22589
22590 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22591
22592         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22593           added another test that failes for me (test is not active by default)
22594
22595 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22596
22597         * configure.ac:
22598           v4l2 is no longer in gst-plugins-base
22599
22600 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22601
22602         * configure.ac:
22603           In the output at the end, don't show the first plugin on the same
22604           line as "Core plug-ins, always built:".
22605           Indent the output as for other plugin categories
22606         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22607           #define that can be used to not use peer buffer_alloc functions for
22608           test purposes.
22609         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22610         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22611         (gst_ximagesink_show_frame):
22612         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22613         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22614         (gst_xvimagesink_show_frame):
22615           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22616           fails gracefully instead of XError aborting or deadlocking.
22617
22618 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22619
22620         * ext/libvisual/Makefile.am:
22621           link against gst-base-libs
22622
22623 2005-09-06  David Schleef  <ds@schleef.org>
22624
22625         * configure.ac: Enable libvisual plugin.
22626         * ext/libvisual/Makefile.am:
22627         * ext/libvisual/visual.c: Fixes to make it compile.
22628
22629 === release 0.9.2 ===
22630
22631 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22632
22633         * NEWS:
22634         * RELEASE:
22635         * configure.ac:
22636         * docs/random/ChangeLog-0.8:
22637           releasing 0.9.2, "Spoon"
22638
22639 2005-09-05  Michael Smith <msmith@fluendo.com>
22640
22641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22642           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22643           that in the vorbisenc element.
22644
22645 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * common/gtk-doc-plugins.mak:
22648         * docs/plugins/Makefile.am:
22649           fix distcheck
22650         * gst/audioresample/resample.c:
22651           fix wrong docstring
22652
22653 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22654
22655         * common/gst-xmlinspect.py:
22656         * common/gtk-doc-plugins.mak:
22657           only inspect plugins for this given package
22658           require gst-python 0.9
22659
22660 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22661
22662         * Makefile.am:
22663         * autogen.sh:
22664         * common/gst-xmlinspect.py:
22665         * configure.ac:
22666         * docs/Makefile.am:
22667         * docs/plugins/inspect/plugin-alsa.xml:
22668         * docs/plugins/inspect/plugin-audioresample.xml:
22669         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22670         * docs/plugins/inspect/plugin-ogg.xml:
22671         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22672         * docs/plugins/tmpl/element-multifdsink.sgml:
22673         * docs/plugins/tmpl/element-tcpserversink.sgml:
22674         * docs/plugins/tmpl/element-vorbisenc.sgml:
22675         * gst-plugins-base.spec.in:
22676           various doc-related updates
22677
22678 2005-08-31  Wim Taymans  <wim@fluendo.com>
22679
22680         * gst-libs/gst/audio/gstbaseaudiosink.c:
22681         (gst_base_audio_sink_render):
22682         Resync if the buffer timestamps drift more than a 10th 
22683         of a second.
22684
22685 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22686
22687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22688         (gst_v4lsrc_get_property):
22689           The 'timestamp-offset' property is registered as an int64, so
22690           let's use g_value_{set|get}_int64() in our setter and getter
22691           functions (makes it work and fixes warnings with gst-inspect).
22692
22693 2005-08-30  Wim Taymans  <wim@fluendo.com>
22694
22695         * check/elements/audioconvert.c: (setup_audioconvert):
22696         * check/elements/audioresample.c: (setup_audioresample):
22697         * check/elements/volume.c: (setup_volume):
22698         Fix checks.
22699
22700 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22701
22702         * common/gtk-doc-plugins.mak:
22703         * common/plugins.xsl:
22704         * docs/plugins/Makefile.am:
22705           make module a param
22706
22707 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22708
22709         * examples/seeking/seek.c: (make_mp3_pipeline),
22710         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22711         (play_cb), (pause_cb), (stop_cb):
22712           update the example
22713
22714 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22715
22716         * gst/volume/gstvolume.c: (gst_volume_class_init),
22717         (volume_transform):
22718           do not update controlled params, if buffer has no timestamp
22719
22720 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22721
22722         * configure.ac:
22723         * gst/sine/Makefile.am:
22724         * gst/volume/Makefile.am:
22725           controllerized elements also need to link against controller-libs ;)
22726
22727 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22728
22729         * docs/libs/tmpl/gstcolorbalance.sgml:
22730         * docs/libs/tmpl/gstgconf.sgml:
22731         * docs/libs/tmpl/gstmixer.sgml:
22732         * docs/libs/tmpl/gstringbuffer.sgml:
22733         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22734         (gst_sinesrc_create):
22735         * gst/volume/gstvolume.c: (gst_volume_class_init),
22736         (volume_transform):
22737           controllerized two audio plugins
22738
22739 2005-08-29  Andy Wingo  <wingo@pobox.com>
22740
22741         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22742         (vorbis_handle_data_packet): Fix some int overflow errors.
22743
22744         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22745         -1.
22746         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22747         valid.
22748         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22749         if it's valid. Fixed streaming-mode playback.
22750
22751         * check/elements/volume.c (cleanup_volume): Fix for running
22752         CK_FORK=no.
22753
22754         * check/elements/audioconvert.c: Convert from native endian, not
22755         little endian.
22756
22757 2005-08-29  Michael Smith <msmith@fluendo.com>
22758
22759         * ext/ogg/Makefile.am:
22760         * ext/ogg/gstogg.c: (plugin_init):
22761         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22762         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22763         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22764         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22765         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22766         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22767         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22768         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22769         Add an ogg parser element.
22770
22771 2005-08-28  Andy Wingo  <wingo@pobox.com>
22772
22773         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22774
22775 2005-08-26  Wim Taymans  <wim@fluendo.com>
22776
22777         * gst/audioconvert/audioconvert.c: (if), (float),
22778         (audio_convert_get_func_index), (check_default),
22779         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22780         (audio_convert_clean_context), (audio_convert_get_sizes),
22781         (audio_convert_convert):
22782         Cleanups.
22783
22784 2005-08-26  Wim Taymans  <wim@fluendo.com>
22785
22786         * gst/audioconvert/audioconvert.c: (if), (float),
22787         (audio_convert_get_func_index), (check_default),
22788         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22789         (audio_convert_clean_context), (audio_convert_get_sizes),
22790         (audio_convert_convert):
22791         More elegant and working temp buffer selection algo.
22792
22793 2005-08-26  Wim Taymans  <wim@fluendo.com>
22794
22795         * gst/audioconvert/audioconvert.c: (if), (float),
22796         (audio_convert_get_func_index), (check_default),
22797         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22798         (audio_convert_clean_context), (audio_convert_get_sizes),
22799         (get_temp_buffer), (audio_convert_convert):
22800         Use realloc else we lose our original data.
22801
22802 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22803
22804         * gst/audioresample/gstaudioresample.c:
22805           use base class' newsegment to properly timestamp
22806
22807 2005-08-26  Wim Taymans  <wim@fluendo.com>
22808
22809         * gst/audioconvert/audioconvert.c: (if), (float),
22810         (audio_convert_get_func_index), (check_default),
22811         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22812         (audio_convert_clean_context), (audio_convert_get_sizes),
22813         (get_temp_buffer), (audio_convert_convert):
22814         * gst/audioconvert/gstaudioconvert.c:
22815         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22816         (gst_audio_convert_transform_caps),
22817         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22818         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22819         Oops, allocate enough space to perform the channel mix.
22820
22821 2005-08-26  Wim Taymans  <wim@fluendo.com>
22822
22823         * gst/audioconvert/Makefile.am:
22824         * gst/audioconvert/audioconvert.c: (if), (float),
22825         (audio_convert_get_func_index), (check_default),
22826         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22827         (audio_convert_clean_context), (audio_convert_get_sizes),
22828         (get_temp_buffer), (audio_convert_convert):
22829         * gst/audioconvert/audioconvert.h:
22830         * gst/audioconvert/gstaudioconvert.c:
22831         (gst_audio_convert_class_init), (gst_audio_convert_init),
22832         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22833         (gst_audio_convert_get_unit_size),
22834         (gst_audio_convert_transform_caps),
22835         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22836         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22837         * gst/audioconvert/gstaudioconvert.h:
22838         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22839         (gst_channel_mix_fill_identical),
22840         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22841         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22842         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22843         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22844         (gst_channel_mix_mix):
22845         * gst/audioconvert/gstchannelmix.h:
22846         Cleanups, librarify a bit, optimize, better negotiation and more.
22847
22848 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22849
22850         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22851         Another from MikeS:
22852         During typefinding, don't support negative offsets
22853         (offsets from the end of the stream) in our typefind->peek() function
22854         - nothing embedded in ogg ever needs them. However, we need to recognise
22855         those requests and reject them, otherwise we return invalid pointers.
22856
22857 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22858
22859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22860         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22861         (vorbisdec_finalize), (vorbis_handle_type_packet):
22862           Big shout-out to MikeS for fixing this giant memory leak.
22863           Huzzah!
22864
22865 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22866
22867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22868         (audio_convert_get_unit_size):
22869           plug some leaks
22870
22871 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22872
22873         * check/Makefile.am:
22874         * check/elements/audioconvert.c: (setup_audioconvert),
22875         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22876         (GST_START_TEST), (audioconvert_suite), (main):
22877           add a test for audioconvert
22878         * gst/audioresample/gstaudioresample.c:
22879         * gst/audioresample/gstaudioresample.h:
22880           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22881           note that for buffers of 1/3 sec this means DURATION(c) is 
22882           one nanosecond more than for a and b
22883
22884 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22885
22886         * check/Makefile.am:
22887         * check/elements/audioresample.c: (setup_audioresample),
22888         (cleanup_audioresample), (fail_unless_perfect_stream),
22889         (test_perfect_stream_instance), (GST_START_TEST),
22890           add a check for audioresample
22891         (audioresample_suite), (main):
22892         * check/elements/volume.c: (GST_START_TEST):
22893           remove unused method
22894         * gst/audioresample/gstaudioresample.c:
22895           set correct buffer parameters since we're changing them
22896         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22897           add some debug
22898
22899 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22900
22901         * gst/audioresample/debug.c:
22902         * gst/audioresample/gstaudioresample.c:
22903           add room for extra overlap samples when asked to transform size
22904           protect against possible mem corruption and check for discrepancies
22905           between written size and outbuffer's size so we can warn for
22906           potential problems
22907         * gst/audioresample/resample.c: (resample_init),
22908         (resample_get_output_size_for_input), (resample_get_output_size),
22909         (resample_set_n_channels), (resample_set_format):
22910           set debug level based on RESAMPLE_DEBUG env var
22911           make sure that get_output_size* returns a whole number of
22912           sample_size
22913           set sample_size each time either channel or format is set
22914         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22915         * gst/audioresample/resample_functable.c:
22916         (resample_scale_functable):
22917         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22918           remove r->sample_size, it's done in resample.c now
22919           add some debugging to the ref implementation
22920           make sure we only give back bytes that are wholes of the sample
22921           size
22922
22923 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22924         * gst/playback/gstplaybasebin.c: (fill_buffer):
22925         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22926
22927 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22928
22929         * gst/volume/gstvolume.c:
22930           made set_caps function static
22931
22932 2005-08-24  Wim Taymans  <wim@fluendo.com>
22933
22934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22935         (gst_vorbisenc_change_state):
22936         Stop leaking taglists.
22937
22938 2005-08-24  Wim Taymans  <wim@fluendo.com>
22939
22940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22941         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22942         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22943         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22944         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22945         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22946         Parse seeking events better.
22947         Unref static caps.
22948         Generate correct newsegment events, fixes seeking in live oggs.
22949
22950         * ext/theora/theoradec.c: (theora_dec_src_query),
22951         (theora_dec_src_event), (theora_dec_src_getcaps),
22952         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22953         Use newsegment values to report correct play time.
22954
22955         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22956         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22957         * ext/vorbis/vorbisdec.h:
22958         Parse and use newsegment values to report correct play time.
22959
22960         * gst-libs/gst/audio/gstbaseaudiosink.c:
22961         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22962         Clear ringbuffer on flush.
22963         Use newsegment values to calculate playback time.
22964
22965         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22967         Basesink does newsegment calculations for us now.
22968
22969 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22970
22971         * check/Makefile.am:
22972         * configure.ac:
22973           add core's plugins to the mix so that playbin works
22974         * check/generic/states.c: (GST_START_TEST):
22975           set a 0 timeout on pipelines, so they don't force the next
22976           state change
22977         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22978         (gst_play_base_bin_change_state):
22979           remove the crappy error handling and do GST error handling
22980
22981 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22982
22983         * check/Makefile.am:
22984         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22985           add same test as to core, it bitches out on playbin atm.
22986
22987 2005-08-24  Wim Taymans  <wim@fluendo.com>
22988
22989         * configure.ac:
22990         Remove audioscale.
22991
22992 2005-08-24  Wim Taymans  <wim@fluendo.com>
22993
22994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22995         (gst_videoscale_prepare_size), (parse_caps),
22996         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22997         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22998         (gst_videoscale_transform):
22999         * gst/videoscale/gstvideoscale.h:
23000         Refactor, make use of BaseTranform really well.
23001
23002 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23003
23004         * configure.ac:
23005           compile audioresample
23006         * gst/audioresample/Makefile.am:
23007         * gst/audioresample/buffer.c:
23008         * gst/audioresample/functable.c:
23009         * gst/audioresample/gstaudioresample.c:
23010         * gst/audioresample/gstaudioresample.h:
23011         * gst/audioresample/resample.c:
23012         (resample_get_output_size_for_input):
23013         * gst/audioresample/resample.h:
23014         * gst/audioresample/resample_chunk.c:
23015         * gst/audioresample/resample_functable.c:
23016         * gst/audioresample/resample_ref.c:
23017           port to use basetransform; doesn't work in all cases yet
23018
23019 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23020
23021         * gst/audioconvert/gstaudioconvert.c:
23022         (gst_audio_convert_class_init), (gst_audio_convert_init),
23023         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23024         (audio_convert_fixate_caps), (audio_convert_set_caps),
23025         (audio_convert_transform),
23026         (gst_audio_convert_buffer_to_default_format),
23027         (gst_audio_convert_buffer_from_default_format),
23028         (gst_audio_convert_channels):
23029         * gst/audioconvert/gstchannelmix.c:
23030         * gst/audioconvert/gstchannelmix.h:
23031           port to basetransform
23032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23033         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23034         (gst_ffmpegcsp_get_unit_size):
23035         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23036         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23037           fix for basetransform changes
23038
23039 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23040
23041         * check/Makefile.am:
23042           Add CHECK_CFLAGS and LDFLAGS
23043
23044         * gst/playback/gstplaybasebin.c: (fill_buffer):
23045           GST_MESSAGE_SRC became a GObject
23046
23047 2005-08-24  Wim Taymans  <wim@fluendo.com>
23048
23049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23050         (gst_ring_buffer_clear_all):
23051         * gst-libs/gst/audio/gstringbuffer.h:
23052         Added function to clear the ringbuffer.
23053
23054 2005-08-24  Andy Wingo  <wingo@pobox.com>
23055
23056         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23057         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23058         of _open and _close.
23059
23060         * sys/v4l/gstv4lxoverlay.h:
23061         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23062         an Xv connection here, instead of all the time. Make Xv only be
23063         loaded if you axe for it. Kindof a workaround for buggy behaviour
23064         of Xv when using remote xservers (XvQueryExtension would block).
23065         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23066         replace the _open and _close public API. Only start the xv
23067         connection if necessary.
23068         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23069
23070 2005-08-23  David Schleef  <ds@schleef.org>
23071
23072         * gst/audioresample/Makefile.am: Leet audioresampling code
23073         * gst/audioresample/buffer.c:
23074         * gst/audioresample/buffer.h:
23075         * gst/audioresample/debug.c:
23076         * gst/audioresample/debug.h:
23077         * gst/audioresample/functable.c:
23078         * gst/audioresample/functable.h:
23079         * gst/audioresample/gstaudioresample.c:
23080         * gst/audioresample/gstaudioresample.h:
23081         * gst/audioresample/resample.c:
23082         * gst/audioresample/resample.h:
23083         * gst/audioresample/resample_chunk.c:
23084         * gst/audioresample/resample_functable.c:
23085         * gst/audioresample/resample_ref.c:
23086
23087 2005-08-23  Wim Taymans  <wim@fluendo.com>
23088
23089         * examples/seeking/seek.c: (make_vorbis_pipeline),
23090         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23091         Small seek updates.
23092
23093 2005-08-23  Andy Wingo  <wingo@pobox.com>
23094
23095         * gst-libs/gst/audio/gstbaseaudiosrc.c
23096         (gst_base_audio_src_fixate): Only fixate endianness if it is
23097         present in the caps.
23098
23099 2005-08-22  Andy Wingo  <wingo@pobox.com>
23100
23101         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23102         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23103         device-name property.
23104
23105         * gst-libs/gst/audio/gstaudiosrc.h:
23106         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23107         close_device in the ring buffer, like gstaudiosink.
23108
23109         * ext/alsa/gstalsamixer.h:
23110         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23111         macro to implement the interface without much code. Cleanups. 
23112
23113         * ext/alsa/gstalsasrc.h:
23114         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23115         READY.
23116
23117         * ext/alsa/Makefile.am: Add new files.
23118         * ext/alsa/gstalsamixerelement.c: 
23119         * ext/alsa/gstalsamixerelement.c: Split element code out from
23120         mixer code so that alsasrc can be a mixer too.
23121
23122 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23123
23124         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23125         (GST_START_TEST):
23126         * check/elements/vorbisdec.c: (setup_vorbisdec),
23127         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23128         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23129         (vorbis_handle_identification_packet),
23130         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23131         (vorbis_handle_header_packet), (vorbis_dec_push),
23132         (vorbis_dec_chain):
23133           use the setup/teardown methods to save code.  save code is good.
23134
23135 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23136
23137         * check/Makefile.am:
23138           add ext dir for plugins
23139           add vorbisdec test conditionally
23140         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23141         (GST_START_TEST), (volume_suite):
23142           add a test with wrong caps
23143         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23144         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23145           add a vorbisdec test
23146         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23147         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23148           clean up debug output
23149         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23150           yay, fix a segfault/security issue in vorbisdec
23151           gst-launch fakesrc ! vorbisdec wasn't happy
23152         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23153         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23154         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23155         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23156         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23157         (gst_vorbisenc_set_metadata), (get_constraints_string),
23158         (update_start_message), (gst_vorbisenc_setup),
23159         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23160         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23161         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23162         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23163         * ext/vorbis/vorbisenc.h:
23164           march in line
23165         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23166         (gst_ffmpegcsp_transform):
23167           have the kow come home
23168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23169           debug my func ptr
23170         * gst/volume/gstvolume.c: (volume_set_caps):
23171           add a debug
23172
23173 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23174
23175         * Makefile.am:
23176         * check/.cvsignore:
23177         * check/Makefile.am:
23178         * check/elements/.cvsignore:
23179         * check/elements/volume.c: (chain_func), (event_func),
23180         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23181         (main):
23182         * configure.ac:
23183           add unit test structure for gst-plugins-base
23184           add a test for volume
23185         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23186         (gst_volume_set_volume), (gst_volume_get_volume),
23187         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23188         (volume_funcfind), (volume_process_float), (volume_process_int16),
23189         (volume_set_caps), (volume_transform), (volume_update_mute),
23190         (volume_update_volume), (volume_set_property),
23191         (volume_get_property):
23192           document a little; use basetransform vmethod _set_caps
23193
23194 2005-08-19  Andy Wingo  <wingo@pobox.com>
23195
23196         * ext/alsa/gstalsamixertrack.h:
23197         * ext/alsa/gstalsamixertrack.c:
23198         * ext/alsa/gstalsamixeroptions.h:
23199         * ext/alsa/gstalsamixeroptions.c:
23200         * ext/alsa/gstalsamixer.h:
23201         * ext/alsa/gstalsamixer.c: Port to 0.9.
23202
23203         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23204         Remove gstalsa.c and alsaclock. No more cruft here.
23205         
23206 2005-08-18  Wim Taymans  <wim@fluendo.com>
23207
23208         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23209         (gst_base_rtp_depayload_chain),
23210         (gst_base_rtp_depayload_add_to_queue),
23211         (gst_base_rtp_depayload_push),
23212         (gst_base_rtp_depayload_queue_release):
23213         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23214         Fix for RTPBuffer changes.
23215
23216         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23217         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23218         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23219         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23220         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23221         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23222         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23223         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23224         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23225         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23226         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23227         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23228         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23229         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23230         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23231         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23232         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23233         (gst_rtpbuffer_get_payload):
23234         * gst-libs/gst/rtp/gstrtpbuffer.h:
23235         Don't subclass GstBuffer but add methods and helper functions
23236         to construct and manipulate RTP packets in regular GstBuffers.
23237
23238 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23239
23240         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23241           moved statement below switch
23242         * gst/volume/gstvolume.c: (gst_volume_class_init):
23243           added debug ptr
23244
23245 2005-08-16  Wim Taymans  <wim@fluendo.com>
23246
23247         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23248         (gst_base_audio_src_change_state):
23249         Open and close device in READY<->NULL state change.
23250
23251 2005-08-16  Andy Wingo  <wingo@pobox.com>
23252
23253         * examples/seeking/Makefile.am: Don't compile non-compiling
23254         compiled objects with the compiler.
23255
23256         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23257         elements.
23258
23259 2005-08-12  Philippe Khalaf <burger@speedy.org>
23260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23261         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23262           Made a thread to release the queue.
23263           Removed timestamp conversion for now.
23264
23265 2005-08-10  Philippe Khalaf <burger@speedy.org>
23266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23267         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23268           Added rtp timestamp -> gst timestamp conversion.
23269           Fixed several problems with queue.
23270
23271 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23272
23273         * gst-libs/gst/audio/gstaudioclock.h:
23274         * gst-libs/gst/audio/gstaudiofilter.h:
23275         * gst-libs/gst/audio/gstaudiosink.h:
23276         * gst-libs/gst/audio/gstaudiosrc.h:
23277         * gst-libs/gst/audio/gstbaseaudiosink.h:
23278         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23279         * gst-libs/gst/audio/gstringbuffer.h:
23280         * gst-libs/gst/net/gstnetbuffer.h:
23281         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23282         * gst-libs/gst/rtp/gstrtpbuffer.h:
23283           Add padding (you will need to rebuild gst-plugins-base,
23284           gst-plugins and all applications afterwards!)
23285
23286 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23287
23288         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23289         (gst_riff_parse_chunk):
23290           Fix bug in debug message and add some more debug messages.
23291
23292 2005-08-08  Edward Hervey  <edward@fluendo.com>
23293
23294         * gst-libs/gst/riff/riff-media.c:
23295         backported updates since branch
23296
23297 2005-08-08  Andy Wingo  <wingo@pobox.com>
23298
23299         * gst-libs/gst/audio/gstbaseaudiosink.c
23300         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23301         like good elements should. Close on READY->NULL too.
23302
23303         * gst-libs/gst/audio/gstaudiosink.c
23304         (gst_audioringbuffer_open_device,
23305         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23306         (gst_audioringbuffer_release): Updates for new ring buffer API,
23307         hook into the new audio sink api.
23308
23309         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23310         (GstAudioSinkClass.close): Just open and close the device -- no
23311         resource allocation or configuration.
23312         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23313         vmethods, handle device setup and resource allocation.
23314
23315         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23316         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23317         base class API.
23318
23319         * gst-libs/gst/audio/gstringbuffer.h
23320         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23321         New vmethods.
23322
23323         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23324         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23325         New API functions. The device should be opened before acquiring
23326         and closed after releasing.
23327
23328 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23329
23330         * gst-libs/gst/interfaces/mixer.h:
23331           Reset padding to GST_PADDING.
23332
23333 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23334
23335         * gst/playback/gstplaybin.c: (remove_sinks):
23336           Remove visualization from parent explicitely; works around some
23337           apparent refcount issue that I haven't tracked down yet.
23338
23339 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23340
23341         * ext/alsa/gstalsasink.c: (set_hwparams):
23342           Assign debug category, add negotiation debug msgs.
23343
23344 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23345
23346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23347           Fix error code for file-not-found to NOT_FOUND.
23348
23349 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23350
23351         * common/gtk-doc-plugins.mak:
23352         * docs/plugins/Makefile.am:
23353         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23354         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23355           renamed to actual element names, so much nicer to look at
23356         * docs/plugins/tmpl/gstmultifdsink.sgml:
23357           remove
23358         * docs/plugins/tmpl/multifdsink.sgml:
23359         * docs/plugins/tmpl/tcpserversink.sgml:
23360           add
23361         * ext/alsa/gstalsa.c:
23362         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23363         * ext/ogg/gstoggmux.c:
23364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23365         * gst/playback/gstdecodebin.c:
23366         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23367         * gst/tcp/gsttcpserversink.c:
23368           various fixes and documentation additions
23369
23370 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23371
23372         * common/Makefile.am:
23373         * common/gstdoc-scangobj:
23374         * common/gtk-doc-plugins.mak:
23375         * common/gtk-doc.mak:
23376           add a custom scangobj that uses the registry
23377           add a custom gtk-doc-plugins.mak that uses it
23378           some doc build fixes
23379         * configure.ac:
23380         * docs/Makefile.am:
23381         * docs/plugins/Makefile.am:
23382         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23383         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23384         * docs/plugins/gst-plugins-base-plugins.types:
23385         * docs/plugins/tmpl/gstmultifdsink.sgml:
23386           add docs for one element, multifdsink
23387         * gst/adder/gstadder.h:
23388         * gst/volume/gstvolume.h:
23389           don't privatize enum
23390         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23391         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23392         (gst_sync_method_get_type), (gst_client_status_get_type),
23393         (gst_multifdsink_class_init),
23394         (gst_multifdsink_client_queue_buffer),
23395         (gst_multifdsink_handle_client_write):
23396         * gst/tcp/gstmultifdsink.h:
23397         * gst/tcp/gsttcp.h:
23398         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23399         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23400         (gst_tcpclientsink_render):
23401         * gst/tcp/gsttcpclientsink.h:
23402         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23403         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23404         (gst_tcpclientsrc_start):
23405         * gst/tcp/gsttcpclientsrc.h:
23406         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23407         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23408         * gst/tcp/gsttcpserversrc.h:
23409         * gst/typefind/gsttypefindfunctions.c:
23410           remove superfluous Type stuff
23411
23412 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23413
23414         * gst/playback/gstplaybin.c: (gen_video_element):
23415           Enable videoscale.
23416
23417 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23418
23419         * gst-libs/gst/gconf/gconf.c:
23420         * gst-libs/gst/gconf/gconf.h:
23421           Fix some Andy Problem [tm].
23422
23423 2005-08-04  Andy Wingo  <wingo@pobox.com>
23424
23425         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23426         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23427         (gst_ffmpegcsp_get_size): Adapt to API changes.
23428
23429         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23430         Implement an in-place do-nothing transform.
23431
23432 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23433
23434         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23435         (gst_ximagesink_renegotiate_size):
23436           Do not set new window sizes yet if we prepare a new buffer size
23437           for upstream renegotiation (software scaling) at some point in the
23438           future, because this new size waqs not actually accepted yet. Once
23439           accepted, renegotiation later on will set the new sizes just fine.
23440           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23441           embedding testcase.
23442
23443 2005-08-03  Andy Wingo  <wingo@pobox.com>
23444
23445         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23446         (gst_ximagesink_buffer_alloc): 
23447         Protect the height, width, and desired_caps with the pool_lock.
23448         Fixes videotestsrc ! queue ! ximagesink.
23449
23450 2005-08-02  Edward Hervey  <edward@fluendo.com>
23451
23452         * gst/volume/gstvolume.c:
23453         include left from controller cleanup
23454
23455 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23457           Stop collectpads before calling the parent state
23458           change function on PAUSED->READY.
23459
23460 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23461         * configure.ac:
23462           When testing for X libs, use the X CFlags 
23463         * gst/adder/gstadder.c: (gst_adder_change_state):
23464           Stop the collectpads before calling parent state change function
23465           on PAUSED->READY, otherwise we deadlock deactivating pads.
23466
23467 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23468
23469         * configure.ac:
23470         * docs/libs/tmpl/gstcolorbalance.sgml:
23471         * docs/libs/tmpl/gstmixer.sgml:
23472         * examples/Makefile.am:
23473         * gst/sine/Makefile.am:
23474         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23475         (gst_sinesrc_set_property), (plugin_init):
23476         * gst/sine/gstsinesrc.h:
23477         * gst/volume/Makefile.am:
23478         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23479         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23480         (volume_process_float), (volume_process_int16),
23481         (volume_set_property), (plugin_init):
23482         * gst/volume/gstvolume.h:
23483           deactivate and remove dparams (libgstcontrol)
23484
23485 2005-07-29  Wim Taymans  <wim@fluendo.com>
23486
23487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23488         Convert me to BaseTransform!! help..
23489
23490 2005-07-29  Andy Wingo  <wingo@pobox.com>
23491
23492         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23493         sinks.
23494
23495         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23496         support of both endiannesses.
23497
23498 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23499
23500         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23501           Fix confusing debug message (s/event/query/)
23502
23503 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23504
23505         * gst/videotestsrc/videotestsrc.h:
23506           Use "_stdint.h" instead of <stdint.h>
23507
23508 2005-07-27  Wim Taymans  <wim@fluendo.com>
23509
23510         * ext/vorbis/Makefile.am:
23511         Revert wrong commit.
23512
23513 2005-07-27  Wim Taymans  <wim@fluendo.com>
23514
23515         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23516         More compilation fixen.
23517
23518 2005-07-27  Wim Taymans  <wim@fluendo.com>
23519
23520         * gst-libs/gst/audio/gstbaseaudiosink.c:
23521         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23522         (gst_base_audio_sink_create_ringbuffer),
23523         (gst_base_audio_sink_change_state):
23524         Fix compilation.
23525
23526 2005-07-27  Wim Taymans  <wim@fluendo.com>
23527
23528         * examples/seeking/seek.c: (setup_dynamic_link),
23529         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23530         (query_positions_elems), (query_positions_pads), (do_seek):
23531         Update seek example.
23532
23533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23534         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23535         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23536         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23537         (gst_ogg_demux_handle_event),
23538         (gst_ogg_demux_deactivate_current_chain),
23539         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23540         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23541         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23542         (gst_ogg_demux_loop):
23543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23544         * ext/theora/theoradec.c: (theora_dec_src_event),
23545         (theora_dec_src_getcaps), (theora_dec_sink_event),
23546         (theora_dec_push), (theora_dec_chain):
23547         * ext/vorbis/Makefile.am:
23548         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23549         (vorbis_dec_sink_event), (vorbis_dec_push),
23550         (vorbis_handle_data_packet):
23551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23552         (gst_vorbisenc_chain):
23553         * gst/playback/gststreaminfo.c: (cb_probe):
23554         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23555         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23556         * gst/videoscale/gstvideoscale.c:
23557         (gst_videoscale_handle_src_event):
23558         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23559         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23560         (gst_ximagesink_navigation_send_event):
23561         * sys/xvimage/xvimagesink.c:
23562         (gst_xvimagesink_navigation_send_event):
23563         Various event updates and cleanups
23564
23565 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23566
23567         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23568           Fix segfault for I420/YV12.
23569
23570 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23571
23572         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23573           Report bitrate.
23574
23575 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23576
23577         * gst/playback/gstplaybin.c: (gen_video_element),
23578         (gen_audio_element):
23579           Switch to auto*sink elements as default sinks; add volume element
23580           so that volume control in totem works.
23581
23582 2005-07-21  Wim Taymans  <wim@fluendo.com>
23583
23584         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23585         * gst/playback/gstplaybin.c: (setup_sinks),
23586         (gst_play_bin_change_state):
23587         Refcount fix and more comments.
23588
23589 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23590
23591         * sys/ximage/Makefile.am:
23592         * sys/ximage/ximage.c: (plugin_init):
23593         * sys/ximage/ximagesink.c:
23594         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23595         
23596
23597 2005-07-21  Wim Taymans  <wim@fluendo.com>
23598
23599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23600         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23601         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23602         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23603         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23604         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23605         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23606         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23607         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23608         Generate correct disconts for live chained oggs.
23609
23610         * gst-libs/gst/audio/gstbaseaudiosink.c:
23611         (gst_base_audio_sink_render),
23612         (gst_base_audio_sink_create_ringbuffer),
23613         (gst_base_audio_sink_change_state):
23614         Handle discont math correctly.
23615
23616         * gst/playback/gstplaybin.c: (add_sink):
23617         Some small debug cleanup.
23618
23619 2005-07-21  Wim Taymans  <wim@fluendo.com>
23620
23621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23622         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23623         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23624         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23625         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23626         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23627         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23628         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23629         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23630         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23631         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23632         (gst_ogg_demux_change_state), (gst_ogg_print):
23633         Reorganize code to send the right disconts when in streaming
23634         mode.
23635
23636 2005-07-20  Andy Wingo  <wingo@pobox.com>
23637
23638         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23639         fix (?), fixes a seggie mcfalterson (#310894).
23640
23641 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23642
23643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23644         (gst_ogg_mux_set_header_on_caps):
23645         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23647         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23648         * gst-libs/gst/audio/multichannel.c:
23649         (gst_audio_set_channel_positions),
23650         (gst_audio_set_structure_channel_positions_list):
23651         * gst/playback/gstdecodebin.c: (dynamic_create):
23652         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23653         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23654           Fixes for API changes in core.
23655
23656 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23657
23658         * gst/playback/gstplaybasebin.c: (fill_buffer):
23659           Use _new_custom() so we can set custom message types for buffering
23660           messages.
23661
23662 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23663
23664         * configure.ac:
23665         * gst-libs/gst/Makefile.am:
23666         * gst-libs/gst/gconf/.cvsignore:
23667         * gst-libs/gst/gconf/Makefile.am:
23668         * gst-libs/gst/gconf/test-gconf.c:
23669         * pkgconfig/Makefile.am:
23670         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23671         * pkgconfig/gstreamer-gconf.pc.in:
23672           Remove gconf stuff, use gconf elements instead from now on.
23673
23674 2005-07-20  Wim Taymans  <wim@fluendo.com>
23675
23676         * gst-libs/gst/audio/TODO:
23677         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23678         (gst_audio_clock_get_internal_time):
23679         * gst-libs/gst/audio/gstaudioclock.h:
23680         * gst-libs/gst/audio/gstbaseaudiosink.c:
23681         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23682         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23683         (gst_base_audio_sink_render),
23684         (gst_base_audio_sink_create_ringbuffer),
23685         (gst_base_audio_sink_change_state):
23686         Make sure the audio clock always returns an increasing value.
23687
23688 2005-07-19  Andy Wingo  <wingo@pobox.com>
23689
23690         * gst/videotestsrc/: Cleanups.
23691
23692 2005-07-19  Wim Taymans  <wim@fluendo.com>
23693
23694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23695         Better debugging.
23696
23697 2005-07-19  Wim Taymans  <wim@fluendo.com>
23698
23699         * examples/seeking/seek.c: (make_dv_pipeline),
23700         (make_vorbis_theora_pipeline), (query_rates),
23701         (query_positions_elems), (query_positions_pads), (do_seek):
23702         Make correct DV pipeline.
23703
23704 2005-07-18  Andy Wingo  <wingo@pobox.com>
23705
23706         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23707         default. Also because it's the only thing that really works. (This
23708         is used in the GConf elements).
23709         Use AS_LIBTOOL_TAGS.
23710
23711 2005-07-18  Wim Taymans  <wim@fluendo.com>
23712
23713         * gst/playback/gstdecodebin.c: (remove_element_chain):
23714         * gst/playback/gstplaybin.c: (add_sink):
23715         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23716         (gst_stream_info_set_mute):
23717         * gst/playback/gststreamselector.c:
23718         (gst_stream_selector_get_linked_pad),
23719         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23720         More leak and compile fixes.
23721
23722 2005-07-18  Wim Taymans  <wim@fluendo.com>
23723
23724         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23725         (query_rates), (query_positions_elems), (query_positions_pads),
23726         (do_seek), (seek_cb), (stop_seek):
23727         Updated seek example. 
23728
23729         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23730         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23731         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23732         * gst/playback/gstplaybin.c: (add_sink):
23733         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23734         (gst_stream_info_set_mute):
23735         Some refcount leak fixes.
23736
23737 2005-07-16  Wim Taymans  <wim@fluendo.com>
23738
23739         * gst-libs/gst/audio/gstbaseaudiosink.c:
23740         (gst_base_audio_sink_render):
23741         Align samples even if we have roundoff errors in the 
23742         timestamp conversion.
23743
23744 2005-07-16  Wim Taymans  <wim@fluendo.com>
23745
23746         * docs/libs/tmpl/gstringbuffer.sgml:
23747         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23748         (query_rates), (query_positions_elems), (query_positions_pads),
23749         (update_scale), (do_seek):
23750         Updated seek example.
23751
23752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23753         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23754         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23755         (gst_ogg_demux_loop):
23756         Push out correct discont values.
23757
23758         * ext/theora/theoradec.c: (theora_dec_src_convert),
23759         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23760         (theora_dec_sink_event), (theora_handle_type_packet),
23761         (theora_handle_header_packet), (theora_dec_push),
23762         (theora_handle_data_packet), (theora_dec_chain),
23763         (theora_dec_change_state):
23764         Better timestamping.
23765
23766         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23767         (vorbis_dec_sink_event), (vorbis_dec_push),
23768         (vorbis_handle_data_packet), (vorbis_dec_chain):
23769         * ext/vorbis/vorbisdec.h:
23770         Better timestamping.
23771
23772         * gst-libs/gst/audio/gstbaseaudiosink.c:
23773         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23774         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23775         Handle syncing on timestamps instead of sample offsets. Make
23776         use of DISCONT values as described in design docs.
23777
23778         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23779         (gst_base_audio_src_get_time):
23780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23781         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23782         (gst_ring_buffer_read):
23783         * gst-libs/gst/audio/gstringbuffer.h:
23784         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23785         (gst_ximagesink_show_frame):
23786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23787         Correcly convert buffer timestamp to stream time.
23788
23789 2005-07-16  Wim Taymans  <wim@fluendo.com>
23790
23791         * gst/audioconvert/gstaudioconvert.c:
23792         (gst_audio_convert_get_buffer):
23793         Timestamp buffers correctly.
23794
23795         * gst/playback/gstplaybin.c: (gen_video_element):
23796         Make internal fakesink silent.
23797
23798 2005-07-15  Wim Taymans  <wim@fluendo.com>
23799
23800         * gst/ffmpegcolorspace/Makefile.am:
23801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23802         (gst_ffmpegcsp_caps_remove_format_info),
23803         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23804         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23805         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23806         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23807         Ported ffmpegcolorspace to basetransform.
23808
23809         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23810         * gst/volume/gstvolume.c: (volume_transform):
23811         Ported to new API.
23812
23813 2005-07-14  Wim Taymans  <wim@fluendo.com>
23814
23815         * gst/videotestsrc/Makefile.am:
23816         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23817         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23818         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23819         (gst_videotestsrc_init), (gst_videotestsrc_event),
23820         (gst_videotestsrc_create), (gst_videotestsrc_start),
23821         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23822         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23823         (gst_videotestsrc_get_property):
23824         * gst/videotestsrc/gstvideotestsrc.h:
23825         Make videotestsrc a pushsrc.
23826
23827 2005-07-14  Wim Taymans  <wim@fluendo.com>
23828
23829         * gst/tcp/gstfdset.c: (gst_fdset_free):
23830         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23831         (gst_multifdsink_add), (gst_multifdsink_remove),
23832         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23833         (gst_multifdsink_remove_client_link),
23834         (gst_multifdsink_client_queue_data),
23835         (gst_multifdsink_client_queue_caps),
23836         (gst_multifdsink_client_queue_buffer),
23837         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23838         (gst_multifdsink_stop):
23839         * gst/tcp/gstmultifdsink.h:
23840         0.8 backporting.
23841
23842         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23843         Also draw image when not from a pool.
23844
23845 2005-07-14  Wim Taymans  <wim@fluendo.com>
23846
23847         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23848         (mute_stream), (silence_stream):
23849         Small debug additions.
23850
23851 2005-07-14  Wim Taymans  <wim@fluendo.com>
23852
23853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23854         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23855         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23856         Better error recovery, ignore unconnected pads and
23857         non-fatal errors.
23858
23859 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23860
23861         * docs/libs/tmpl/gstaudio.sgml:
23862         * docs/libs/tmpl/gstcolorbalance.sgml:
23863         * docs/libs/tmpl/gstgconf.sgml:
23864         * docs/libs/tmpl/gstmixer.sgml:
23865         * docs/libs/tmpl/gstringbuffer.sgml:
23866         * docs/libs/tmpl/gsttuner.sgml:
23867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23868         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23869         (gst_tcpclientsrc_class_init):
23870         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23871         (gst_tcpserversrc_class_init):
23872         * sys/v4l/gstv4lelement.c:
23873           more autistic cleanliness in functions/names/defines
23874
23875 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23876
23877         * configure.ac:
23878           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23879           added manually to each Makefile.am so we are sure it goes
23880           *last* and doesn't add -L flags before linking in libs of our
23881           own, like, say, internal .la libs, that then accidentally pick
23882           up the installed copy.
23883         * docs/libs/Makefile.am:
23884         * ext/alsa/Makefile.am:
23885         * ext/cdparanoia/Makefile.am:
23886         * ext/gnomevfs/Makefile.am:
23887         * ext/libvisual/Makefile.am:
23888         * ext/ogg/Makefile.am:
23889         * ext/theora/Makefile.am:
23890         * ext/vorbis/Makefile.am:
23891         * gst-libs/gst/video/Makefile.am:
23892         * gst/adder/Makefile.am:
23893         * gst/audioconvert/Makefile.am:
23894         * gst/audiorate/Makefile.am:
23895         * gst/audioscale/Makefile.am:
23896         * gst/ffmpegcolorspace/Makefile.am:
23897         * gst/playback/Makefile.am:
23898         * gst/sine/Makefile.am:
23899         * gst/subparse/Makefile.am:
23900         * gst/tags/Makefile.am:
23901         * gst/tcp/Makefile.am:
23902         * gst/typefind/Makefile.am:
23903         * gst/videorate/Makefile.am:
23904         * gst/videoscale/Makefile.am:
23905         * gst/videotestsrc/Makefile.am:
23906         * gst/volume/Makefile.am:
23907         * sys/v4l/Makefile.am:
23908         * sys/ximage/Makefile.am:
23909         * sys/xvimage/Makefile.am:
23910           adapt properly to this change. This should make sure that
23911           plugins and libs properly link to the as-yet-uninstalled
23912           copies of stuff like libgstinterfaces and libgstvideo
23913
23914 2005-07-13  Andy Wingo  <wingo@pobox.com>
23915
23916         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23917         (gst_v4lsrc_fixate): Fixate on format as well.
23918
23919         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23920         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23921         buffer points to it.
23922         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23923         rather just doing X calls ourselves. Also fixes a memleak.
23924
23925 2005-07-12  Andy Wingo  <wingo@pobox.com>
23926
23927         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23928         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23929         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23930         TRUE to avoid deadlocks if an element holds on to our buffers.
23931
23932 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23933
23934         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23935         (gst_sinesrc_init), (gst_sinesrc_create),
23936         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23937         (gst_sinesrc_start):
23938         * gst/sine/gstsinesrc.h:
23939           removing num-buffers property before moving it
23940
23941 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23942
23943         * configure.ac:
23944           use overridable ERROR_CFLAGS
23945         * docs/libs/gst-plugins-base-libs.types:
23946         * docs/libs/tmpl/gstringbuffer.sgml:
23947         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23948         (gst_alsasink_class_init):
23949         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23950         (gst_alsasrc_class_init):
23951         * gst-libs/gst/audio/audio.h:
23952         * gst-libs/gst/audio/gstaudioclock.h:
23953         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23954         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23955         (gst_audio_filter_link), (gst_audio_filter_init),
23956         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23957         (gst_audio_filter_get_property),
23958         (gst_audio_filter_class_add_pad_templates):
23959         * gst-libs/gst/audio/gstaudiofilter.h:
23960         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23961         (gst_audio_filter_template_get_type),
23962         (gst_audio_filter_template_base_init),
23963         (gst_audio_filter_template_class_init),
23964         (gst_audio_filter_template_init),
23965         (gst_audio_filter_template_set_property),
23966         (gst_audio_filter_template_get_property), (plugin_init),
23967         (gst_audio_filter_template_setup),
23968         (gst_audio_filter_template_filter),
23969         (gst_audio_filter_template_filter_inplace):
23970         * gst-libs/gst/audio/gstaudiosink.c:
23971         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23972         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23973         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23974         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23975         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23976         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23977         * gst-libs/gst/audio/gstaudiosink.h:
23978         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23979         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23980         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23981         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23982         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23983         (gst_audio_src_class_init), (gst_audio_src_init),
23984         (gst_audio_src_create_ringbuffer):
23985         * gst-libs/gst/audio/gstaudiosrc.h:
23986         * gst-libs/gst/audio/gstbaseaudiosink.c:
23987         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23988         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23989         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23990         (gst_base_audio_sink_set_property),
23991         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23992         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23993         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23994         (gst_base_audio_sink_create_ringbuffer),
23995         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23996         * gst-libs/gst/audio/gstbaseaudiosink.h:
23997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23998         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23999         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24000         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24001         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24002         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24003         (gst_base_audio_src_event), (gst_base_audio_src_create),
24004         (gst_base_audio_src_create_ringbuffer),
24005         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24006         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24008         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24009         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24010         (gst_ring_buffer_debug_spec_caps),
24011         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24012         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24013         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24014         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24015         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24016         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24017         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24018         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24019         (gst_ring_buffer_clear):
24020         * gst-libs/gst/audio/gstringbuffer.h:
24021         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24022         (gst_video_sink_class_init), (gst_video_sink_get_type):
24023         * gst-libs/gst/video/videosink.h:
24024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24025         (gst_multifdsink_class_init),
24026         (gst_multifdsink_handle_client_write),
24027         (gst_multifdsink_change_state):
24028         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24029         (gst_tcpclientsink_setcaps):
24030         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24031         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24032         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24033         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24034         (gst_ximagesink_send_pending_navigation),
24035         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24036         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24038         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24039         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24040         (gst_xvimagesink_send_pending_navigation),
24041         (gst_xvimagesink_navigation_send_event),
24042         (gst_xvimagesink_set_xwindow_id),
24043         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24044         (gst_xvimagesink_get_type):
24045         more macro splitting
24046
24047 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24048
24049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24050           plug a memleak, allows me to import 1479 albums in one go
24051           in jamboree
24052         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24053         (vorbis_handle_type_packet), (vorbis_dec_chain),
24054         (vorbis_dec_change_state):
24055           fix some format strings
24056
24057 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24058
24059         * docs/libs/tmpl/gstcolorbalance.sgml:
24060         * docs/libs/tmpl/gstmixer.sgml:
24061         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24062         (gst_alsasink_set_property), (gst_alsasink_get_property):
24063         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24064         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24065           add device property
24066
24067 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24068
24069         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24070         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24071         (audiocast_register_listener), (audiocast_thread_run),
24072         (gst_gnomevfssrc_send_additional_headers_callback),
24073         (gst_gnomevfssrc_received_headers_callback),
24074         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24075         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24076         (gst_gnomevfssrc_get_size):
24077           add/clean up debugging
24078         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24079           cleanups
24080
24081 2005-07-07  Andy Wingo  <wingo@pobox.com>
24082
24083         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24084         framerate. Need to get a handle on when exactly this function is
24085         called, tho.
24086
24087         * sys/v4l/v4lsrc_calls.h:
24088         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24089         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24090         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24091
24092         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24093         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24094         v4lelements are sources.
24095
24096         * sys/v4l/gstv4lxoverlay.h:
24097         * sys/v4l/gstv4lxoverlay.c:
24098         * sys/v4l/gstv4ltuner.h:
24099         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24100         
24101         * sys/v4l/gstv4lsrc.h:
24102         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24103         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24104         or something should handle that. Made a live source.
24105
24106         * sys/v4l/gstv4lelement.h:
24107         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24108         signals. Some cleanups.
24109
24110         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24111
24112         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24113         stuff.
24114
24115         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24116         stuff.
24117
24118         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24119
24120 2005-07-07  Wim Taymans  <wim@fluendo.com>
24121
24122         * ext/theora/theoradec.c: (theora_get_query_types),
24123         (theora_dec_src_getcaps), (theora_dec_push):
24124         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24126         Remove deprecated/unused query types.
24127
24128 2005-07-06  Wim Taymans  <wim@fluendo.com>
24129
24130         * ext/alsa/Makefile.am:
24131         * ext/alsa/gstalsaplugin.c: (plugin_init):
24132         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24133         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24134         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24135         (gst_alsasrc_class_init), (gst_alsasrc_init),
24136         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24137         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24138         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24139         (gst_alsasrc_reset):
24140         * ext/alsa/gstalsasrc.h:
24141         * gst-libs/gst/audio/Makefile.am:
24142         * gst-libs/gst/audio/gstaudiosink.c:
24143         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24144         (gst_audioringbuffer_start):
24145         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24146         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24147         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24148         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24149         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24150         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24151         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24152         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24153         * gst-libs/gst/audio/gstaudiosrc.h:
24154         * gst-libs/gst/audio/gstbaseaudiosink.c:
24155         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24156         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24157         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24159         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24160         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24161         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24162         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24163         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24164         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24165         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24166         (gst_baseaudiosrc_change_state):
24167         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24168         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24169         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24170         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24171         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24172         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24173         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24174         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24175         * gst-libs/gst/audio/gstringbuffer.h:
24176         Added audiosource base classes.
24177         Ported alsasrc, still very basic.
24178
24179 2005-07-06  Wim Taymans  <wim@fluendo.com>
24180
24181         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24182         (theora_dec_push), (theora_handle_data_packet):
24183         Prepare for better timestamp fix later.
24184
24185         * gst/audioconvert/gstaudioconvert.c:
24186         List most accurate caps first
24187
24188         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24189         Use proper pad task function.
24190
24191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24192         (gst_xvimagesink_show_frame):
24193         Fix deadlock when alloc failed.
24194
24195 2005-07-05  Andy Wingo  <wingo@pobox.com>
24196
24197         * ext/gnomevfs/gstgnomevfssrc.c:
24198         * gst/sine/gstsinesrc.c:
24199         * gst/tcp/gsttcpserversrc.c:
24200         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24201
24202         * sys/v4l/: Port from 0.8.
24203
24204         * Many files: Null if we got it....
24205
24206 2005-07-05  Andy Wingo  <wingo@pobox.com>
24207
24208         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24209         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24210         Signedness fixes.
24211
24212 2005-07-05  Wim Taymans  <wim@fluendo.com>
24213
24214         * configure.ac:
24215         * gst/tcp/Makefile.am:
24216         * gst/tcp/README:
24217         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24218         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24219         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24220         (is_sync_frame), (gst_multifdsink_handle_client_write),
24221         (gst_multifdsink_render), (gst_multifdsink_start),
24222         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24223         * gst/tcp/gstmultifdsink.h:
24224         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24225         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24226         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24227         * gst/tcp/gsttcp.h:
24228         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24229         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24230         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24231         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24232         * gst/tcp/gsttcpclientsink.h:
24233         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24234         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24235         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24236         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24237         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24238         * gst/tcp/gsttcpclientsrc.h:
24239         * gst/tcp/gsttcpplugin.c: (plugin_init):
24240         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24241         * gst/tcp/gsttcpserversink.h:
24242         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24243         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24244         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24245         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24246         (gst_tcpserversrc_stop):
24247         * gst/tcp/gsttcpserversrc.h:
24248         * gst/tcp/gsttcpsink.c:
24249         * gst/tcp/gsttcpsink.h:
24250         * gst/tcp/gsttcpsrc.c:
24251         * gst/tcp/gsttcpsrc.h:
24252         Ported tcp plugins to 0.9. 
24253         
24254
24255 2005-07-05  Andy Wingo  <wingo@pobox.com>
24256
24257         * gst/playback/gstplaybasebin.c (fill_buffer):
24258         message_new_application fixen.
24259
24260         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24261         Style fix.
24262
24263 2005-07-04  Wim Taymans  <wim@fluendo.com>
24264
24265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24266         Set caps on output buffer.
24267
24268 2005-07-04  Andy Wingo  <wingo@pobox.com>
24269
24270         * ext/gnomevfs/gstgnomevfssrc.c
24271         (gst_gnomevfssrc_received_headers_callback) 
24272         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24273         hopefully.
24274
24275         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24276         No refcount leakage.
24277
24278         * configure.ac: Enable -Werror.
24279         
24280         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24281         * gst/audioconvert/bufferframesconvert.c
24282         (buffer_frames_convert_fixate):
24283         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24284         (gst_audio_convert_fixate):
24285         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24286         (gst_sinesrc_create): Fixate func changes.
24287         
24288         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24289         (gst_ximagesink_buffer_alloc): Unused var.
24290
24291 2005-07-01  Andy Wingo  <wingo@pobox.com>
24292
24293         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24294         getcaps to do explicit caps. Needs to be done in all decoders,
24295         possibly via a base class.
24296
24297         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24298
24299         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24300         caps on the sink pad, just rely on the pad template. Also, setting
24301         ANY caps on a pad is not valid because the caps are not fixed.
24302
24303         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24304         caps on the buffer, and get the width from the desired_caps if
24305         they're set.
24306         (gst_ximagesink_renegotiate_size): Implement via setting the
24307         desired_caps on the ximagesink.
24308         (gst_ximagesink_setcaps): Only reset the width of the player if it
24309         wasn't already set. Not sure if this is right.
24310         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24311
24312         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24313         that the user wants. NULL unless the window has been resized.
24314
24315         * gst/volume/gstvolume.c (volume_transform): Adapt to
24316         basetransform refcount changes.
24317         
24318 2005-07-01  Andy Wingo  <wingo@pobox.com>
24319
24320         * gst/videoscale/gstvideoscale.c:
24321         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24322         from BaseTransform, implements a transform_caps. Removed dead code
24323         including some PAR stuff that was never reached -- should probably
24324         be added back somehow.
24325
24326 2005-07-01  Andy Wingo  <wingo@pobox.com>
24327
24328         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24329         come later.
24330
24331 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24332
24333         * configure.ac:
24334         * docs/libs/Makefile.am:
24335         * docs/libs/gst-plugins-libs.types:
24336         * ext/alsa/Makefile.am:
24337         * ext/alsa/gstalsamixer.h:
24338         * ext/alsa/gstalsamixeroptions.h:
24339         * ext/alsa/gstalsamixertrack.h:
24340         * gst-libs/gst/Makefile.am:
24341         * gst-libs/gst/colorbalance/.cvsignore:
24342         * gst-libs/gst/colorbalance/Makefile.am:
24343         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24344         * gst-libs/gst/colorbalance/colorbalance.c:
24345         * gst-libs/gst/colorbalance/colorbalance.h:
24346         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24347         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24348         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24349         * gst-libs/gst/interfaces/Makefile.am:
24350         * gst-libs/gst/interfaces/colorbalance.c:
24351         (gst_color_balance_class_init):
24352         * gst-libs/gst/interfaces/colorbalance.h:
24353         * gst-libs/gst/interfaces/interfaces-marshal.list:
24354         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24355         * gst-libs/gst/interfaces/mixer.h:
24356         * gst-libs/gst/interfaces/mixeroptions.h:
24357         * gst-libs/gst/interfaces/navigation.c:
24358         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24359         * gst-libs/gst/interfaces/tuner.h:
24360         * gst/volume/Makefile.am:
24361         * gst/volume/gstvolume.c:
24362         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24363         * sys/ximage/Makefile.am:
24364         * sys/ximage/ximagesink.c:
24365         * sys/xvimage/Makefile.am:
24366         * sys/xvimage/xvimagesink.c:
24367           fold in all interfaces into an interfaces dir, preserving CVS
24368           history
24369
24370 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24371
24372         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24373           Fix build after riff changes.
24374
24375 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24376
24377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24378         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24379         (gst_riff_create_video_template_caps),
24380         (gst_riff_create_audio_template_caps),
24381         (gst_riff_create_iavs_template_caps):
24382         * gst-libs/gst/riff/riff-media.h:
24383         * gst-libs/gst/riff/riff-read.h:
24384         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24385           Add gst_riff_init() to initialize the debug category, instead
24386           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24387
24388 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24389
24390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24391           Oops, I shouldn't apply hacks.
24392
24393 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24394
24395         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24396           Remove pad_loop function which doesn't work.
24397
24398 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24399
24400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24401           Send EOS when deactivating.
24402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24403         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24404         (gen_preroll_element), (probe_triggered), (mute_stream),
24405         (silence_stream), (new_decoded_pad), (setup_substreams),
24406         (set_active_source):
24407         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24408         (remove_sinks), (add_sink):
24409         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24410           Change for new probe API.
24411
24412 2005-06-29  Wim Taymans  <wim@fluendo.com>
24413
24414         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24415         * gst-libs/gst/audio/gstbaseaudiosink.c:
24416         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24417         (gst_baseaudiosink_change_state):
24418         * gst-libs/gst/audio/gstbaseaudiosink.h:
24419         * gst-libs/gst/audio/gstringbuffer.c:
24420         (gst_ringbuffer_set_callback):
24421         Fix compilation error.
24422         Ringbuffer starts out as not running.
24423         Free our clock in dispose.
24424         When releasing the ringbuffer we need to renegotiate so
24425         clear the pad caps.
24426
24427 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24428
24429         * autogen.sh:
24430         * configure.ac:
24431         * docs/Makefile.am:
24432         * docs/libs/Makefile.am:
24433         * docs/libs/gst-plugins-libs-docs.sgml:
24434         * docs/libs/gst-plugins-libs-sections.txt:
24435         * docs/libs/gst-plugins-libs.types:
24436         * docs/libs/tmpl/gstaudio.sgml:
24437         * docs/libs/tmpl/gstcolorbalance.sgml:
24438         * docs/libs/tmpl/gstringbuffer.sgml:
24439         * gst-libs/gst/audio/gstringbuffer.c:
24440         (gst_ringbuffer_set_callback):
24441           reinstate gtk-doc docs for plugin libs
24442
24443 2005-06-28  Wim Taymans  <wim@fluendo.com>
24444
24445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24446         (gst_ogg_demux_init):
24447         Removed pad loop function.
24448
24449 2005-06-28  Wim Taymans  <wim@fluendo.com>
24450
24451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24452         If we're building a chain we are not in an error case
24453         when we queue a buffer.
24454
24455 2005-06-28  Andy Wingo  <wingo@pobox.com>
24456
24457         * *.c: Don't cast to GstObject before reffing/unreffing.
24458
24459 2005-06-27  Andy Wingo  <wingo@pobox.com>
24460
24461         * gst/videotestsrc/gstvideotestsrc.c
24462         (gst_videotestsrc_activate_push): Activation API changes.
24463
24464         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24465         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24466         they have refs on the decodebin.
24467
24468         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24469         parent class.
24470         (gst_ogg_pad_typefind): Don't leak a pad ref.
24471         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24472         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24473         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24474
24475 2005-06-27  Edward Hervey  <edward@fluendo.com>
24476
24477         * ext/theora/theoradec.c: (theora_dec_change_state): 
24478         re-arranged call to parent's state change in order to avoid locks (or
24479         worse).
24480
24481 2005-06-26  Edward Hervey  <edward@fluendo.com>
24482
24483         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24484         2nd argument of 'unknow-type' signal is a GstCaps and not a
24485         GstMiniObject
24486
24487 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24488         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24489           Set the worker thread's running flag to TRUE before starting the
24490           thread.
24491         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24492           Catch a failure to add typefind to the bin.
24493
24494 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24495
24496         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24497         (gst_sinesrc_init), (gst_sinesrc_create),
24498         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24499         (gst_sinesrc_start):
24500         * gst/sine/gstsinesrc.h:
24501           add num-buffers and timestamp-offset properties
24502         * gst/videotestsrc/gstvideotestsrc.c:
24503         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24504         (gst_videotestsrc_get_property):
24505           add timestamp-offset property
24506
24507 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24508
24509         * configure.ac: add videorate
24510         * gst-plugins-base.spec.in: add videorate
24511
24512 2005-06-23  Wim Taymans  <wim@fluendo.com>
24513
24514         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24515         (gst_videorate_getcaps), (gst_videorate_setcaps),
24516         (gst_videorate_event), (gst_videorate_chain):
24517         Fixed videorate, fixating an already fixated caps is not
24518         an error.
24519
24520 2005-06-23  Wim Taymans  <wim@fluendo.com>
24521
24522         * ext/ogg/README:
24523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24524         Buffer on caps is not boxed anymore.
24525
24526 2005-06-22  Wim Taymans  <wim@fluendo.com>
24527
24528         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24530         Set buffers on caps as miniobjects and not as boxed.
24531
24532 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24533
24534         * configure.ac:
24535           back to HEAD
24536
24537 === release 0.9.1 ===
24538
24539 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24540
24541         * .cvsignore:
24542         * NEWS:
24543         * README:
24544         * RELEASE:
24545         * configure.ac:
24546         * po/af.po:
24547         * po/az.po:
24548         * po/cs.po:
24549         * po/en_GB.po:
24550         * po/hu.po:
24551         * po/it.po:
24552         * po/nb.po:
24553         * po/nl.po:
24554         * po/or.po:
24555         * po/sq.po:
24556         * po/sr.po:
24557         * po/sv.po:
24558         * po/uk.po:
24559         * po/vi.po:
24560           updates for release
24561
24562 2005-06-09  Andy Wingo  <wingo@pobox.com>
24563
24564         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24565         
24566 2005-06-09  Andy Wingo  <wingo@pobox.com>
24567
24568         * configure.ac:
24569         * gst-libs/gst/Makefile.am:
24570         * gst-libs/gst/net/Makefile.am:
24571         Add gstnet to build.
24572
24573 2005-06-09  Andy Wingo  <wingo@pobox.com>
24574
24575         * gst-libs/gst/gconf/gconf.c:
24576         * gst/playback/test.c:
24577         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24578         fixes.
24579
24580         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24581
24582         * ext/theora/theoraenc.c (theora_enc_chain): 
24583         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24584
24585         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24586         RealPad.
24587
24588 2005-06-02  Wim Taymans  <wim@fluendo.com>
24589
24590         * gst-libs/gst/net/Makefile.am:
24591         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24592         * pkgconfig/gstreamer-libs.pc.in:
24593         Added net stuff, version net lib.
24594
24595 2005-06-02  Wim Taymans  <wim@fluendo.com>
24596
24597         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24598         (query_rates), (query_positions_elems), (query_positions_pads),
24599         (do_seek):
24600         Updated seek example.
24601
24602 2005-06-02  Andy Wingo  <wingo@pobox.com>
24603
24604         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24605         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24606         list.
24607
24608         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24609         remove the typefind, the bin dispose will do it for us. When it's
24610         removed and unreffed, the signal handler will be disconnected,
24611         too.
24612         (unlinked): It's too difficult to disconnect from unlinked
24613         handlers, as they are on pads not elements. Just punt if the pads
24614         aren't grandkids of the bin.
24615
24616 2005-06-02  Wim Taymans  <wim@fluendo.com>
24617
24618         * ext/ogg/README:
24619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24620         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24622         * ext/theora/theoradec.c: (theora_dec_src_query),
24623         (theora_handle_data_packet):
24624         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24625         (theora_enc_chain):
24626         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24627         (vorbis_handle_data_packet):
24628         * gst/audioconvert/bufferframesconvert.c:
24629         (buffer_frames_convert_chain):
24630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24631         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24632         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24633         (gst_ffmpegcsp_chain):
24634         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24635         (gst_videorate_getcaps), (gst_videorate_setcaps),
24636         (gst_videorate_event), (gst_videorate_chain):
24637         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24638         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24639         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24640         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24641         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24642         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24643         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24644         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24645         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24646         Cleanups and buffer alloc.
24647
24648 2005-05-31  Wim Taymans  <wim@fluendo.com>
24649
24650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24651         Don't try to call the delay method when the device is not
24652         opened.
24653
24654 2005-05-31  Wim Taymans  <wim@fluendo.com>
24655
24656         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24657         Get actual segment size and buffer size after opening
24658         the device.
24659
24660 2005-05-30  Wim Taymans  <wim@fluendo.com>
24661
24662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24663         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24664         Also FLUSH upstream, makes the loop function exit faster.
24665         
24666         * ext/theora/theoradec.c: (theora_dec_src_query):
24667         Some more debug info in the query.
24668         
24669         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24670         (gst_ximagesink_setcaps):
24671         Release lock on par error, better error reporting.
24672
24673 2005-05-26  Wim Taymans  <wim@fluendo.com>
24674
24675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24676         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24677         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24678         Clear chains in READY
24679         Queue packets until the chain is activated.
24680
24681 2005-05-25  Wim Taymans  <wim@fluendo.com>
24682
24683         * gst-libs/gst/audio/gstaudiosink.c:
24684         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24685         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24686         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24687         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24688         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24689         (gst_audiosink_create_ringbuffer):
24690         * gst-libs/gst/audio/gstbaseaudiosink.c:
24691         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24692         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24693         (gst_baseaudiosink_set_property), (build_linear_format),
24694         (debug_spec_caps), (debug_spec_buffer),
24695         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24696         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24697         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24698         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24700         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24701         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24702         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24703         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24704         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24705         (wait_segment), (gst_ringbuffer_commit),
24706         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24707         (gst_ringbuffer_clear):
24708         Various small cleanups.
24709
24710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24711         (gst_audio_convert_change_state):
24712         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24713         No need to take the locks anymore.
24714
24715 2005-05-25  Wim Taymans  <wim@fluendo.com>
24716
24717         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24718         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24719         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24720         (type_found):
24721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24722         (group_destroy), (group_commit), (queue_overrun),
24723         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24724         (mute_stream), (new_decoded_pad), (setup_substreams),
24725         (setup_source), (mute_group_type), (set_active_source),
24726         (gst_play_base_bin_change_state):
24727         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24728         (gen_video_element), (gen_text_element), (gen_audio_element),
24729         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24730         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24731         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24732         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24733         Some playbin cleanups mostly refcounting sloppyness.
24734
24735 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24736
24737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24738           Work with streaming input.
24739
24740 2005-05-25  Wim Taymans  <wim@fluendo.com>
24741
24742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24743         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24744         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24745         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24746         No need to take the STREAM lock anymore.
24747
24748 2005-05-25  Wim Taymans  <wim@fluendo.com>
24749
24750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24751         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24752         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24753         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24754         (gst_ogg_demux_sink_activate):
24755         * ext/theora/theoradec.c: (theora_dec_src_event),
24756         (theora_handle_comment_packet), (theora_dec_chain),
24757         (theora_dec_change_state):
24758         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24759         (vorbis_handle_data_packet), (vorbis_dec_chain),
24760         (vorbis_dec_change_state):
24761         Remove STREAM locks as they are taken in core now.
24762         Never set bogus granulepos on vorbis/theora.
24763         Fix leaks in theoradec tag parsing.
24764
24765 2005-05-25  Wim Taymans  <wim@fluendo.com>
24766
24767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24768         Fix memleaks, GST_BUFFER_DATA() is not freed.
24769
24770 2005-05-25  Wim Taymans  <wim@fluendo.com>
24771
24772         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24773         Open non-blocking, set to blocking mode afterwards to avoid
24774         lockups when audio device is busy.
24775
24776 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24777
24778         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24779           This can't be good.
24780
24781 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24782
24783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24784         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24785         (gst_audio_convert_setcaps):
24786           Implement instant setup switching.
24787
24788 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24789
24790         * gst/playback/gstplaybasebin.c: (probe_triggered):
24791           Fix missing unlock.
24792         * gst/playback/gstplaybin.c: (add_sink):
24793           First add, then link (otherwise pad link fails).
24794
24795 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24796
24797         * examples/Makefile.am:
24798         fix buildbot (make distcheck)
24799
24800 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24801
24802         * gst/playback/gstplaybin.c: (gen_vis_element):
24803           Remove some wrong code. Doesn't work yet.
24804
24805 2005-05-19  Wim Taymans  <wim@fluendo.com>
24806
24807         * gst-libs/gst/net/Makefile.am:
24808         * gst-libs/gst/net/README:
24809         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24810         (gst_netbuffer_class_init), (gst_netbuffer_init),
24811         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24812         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24813         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24814         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24815         * gst-libs/gst/net/gstnetbuffer.h:
24816         Added buffer subclass to store extra to/from addresses for
24817         network sources/sinks.
24818
24819 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24820
24821         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24822           Don't lock an unassigned variable.
24823
24824 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24825
24826         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24827           Increase buffer for video, decrease buffer for other media types.
24828         * gst/playback/gstplaybin.c: (gen_video_element),
24829         (gen_audio_element):
24830           Change names for debugging purposes.
24831
24832 2005-05-18  Wim Taymans  <wim@fluendo.com>
24833
24834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24835         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24836         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24837         (gst_ffmpegcsp_chain):
24838         Enable buffer alloc passthrough if the source and dest
24839         formats are the same.
24840
24841 2005-05-17  Wim Taymans  <wim@fluendo.com>
24842
24843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24844         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24845         (gst_ogg_demux_chain_unlocked):
24846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24847         (gst_audio_convert_caps_remove_format_info),
24848         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24849         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24851         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24852         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24853         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24854         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24855         (gst_ffmpegcsp_get_property):
24856         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24857         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24858         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24859         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24860         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24861         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24862         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24863         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24864         Leak fixes in oggdemux.
24865         Some cleanups in audioconvert.
24866         Make passthrough work along with buffer_alloc etc.
24867         Make buffer_alloc and buffer recycling actually work in
24868         xvimagesink.
24869
24870 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24871
24872         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24873           make the compiler happy
24874
24875 2005-05-17  Wim Taymans  <wim@fluendo.com>
24876
24877         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24878         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24879         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24880         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24881         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24882         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24883         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24884         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24885         (gst_xvimagesink_set_xwindow_id):
24886         * sys/xvimage/xvimagesink.h:
24887         Port xvimagesink to new MiniObject.
24888
24889 2005-05-17  Wim Taymans  <wim@fluendo.com>
24890
24891         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24892         (gst_audiofilter_chain):
24893         * gst-libs/gst/audio/gstaudiosink.c:
24894         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24895         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24896         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24897         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24898         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24899         (gst_audiosink_create_ringbuffer):
24900         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24901         (gst_audio_convert_caps_remove_format_info),
24902         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24903         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24905         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24906         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24907         Fix passthrough in ffmpegcolorspace.
24908         Fix memset in audiosink on wrong memory.
24909
24910 2005-05-16  David Schleef  <ds@schleef.org>
24911
24912         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24913         to GstMiniObject.
24914
24915 2005-05-16  David Schleef  <ds@schleef.org>
24916
24917         Port from GstData to GstMiniObject.
24918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24920         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24921         (gst_ogg_mux_collected):
24922         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24923         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24924         (theora_handle_data_packet):
24925         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24926         (theora_set_header_on_caps), (theora_enc_chain):
24927         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24928         (vorbis_handle_comment_packet):
24929         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24930         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24931         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24932         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24933         * gst/audioconvert/gstaudioconvert.c:
24934         (gst_audio_convert_get_buffer):
24935         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24936         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24937         (mute_stream), (silence_stream):
24938         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24939         * gst/volume/gstvolume.c: (volume_transform):
24940         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24941         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24942         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24943         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24944         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24945         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24946         (gst_ximagesink_buffer_alloc):
24947         * sys/ximage/ximagesink.h:
24948
24949 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24950
24951         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24952         (fill_buffer), (check_queue), (queue_threshold_reached),
24953         (queue_out_of_data):
24954         * gst/playback/gstplaybasebin.h:
24955           Post buffer-fullness on the bus.
24956
24957 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24958
24959         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24960         (try_to_link_1):
24961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24962         (group_commit), (probe_triggered), (setup_source),
24963         (gst_play_base_bin_change_state):
24964         * gst/playback/gstplaybasebin.h:
24965         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24966         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24967         (gst_play_bin_change_state):
24968           Move setup_output_pads into a virtual function, remove
24969           group-switch (no longer needed) and redirect (handled by bus
24970           now) signals.
24971
24972 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24973
24974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24975         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24976         (get_active_group), (get_building_group), (group_destroy),
24977         (group_commit), (check_queue), (queue_overrun),
24978         (queue_threshold_reached), (queue_out_of_data),
24979         (gen_preroll_element), (remove_groups), (unknown_type),
24980         (add_element_stream), (no_more_pads), (probe_triggered),
24981         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24982         (setup_substreams), (setup_source), (finish_source),
24983         (prepare_output), (muted_group_change_state),
24984         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24985         (gst_play_base_bin_change_state):
24986         * gst/playback/gstplaybasebin.h:
24987         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24988         (gst_play_bin_init), (gst_play_bin_set_property),
24989         (gen_video_element), (gen_text_element), (gen_audio_element),
24990         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24991         (gst_play_bin_change_state):
24992         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24993         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24994         (stream_info_change_state), (gst_stream_info_set_mute),
24995         (gst_stream_info_get_property):
24996         * gst/playback/gststreaminfo.h:
24997         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24998         (gst_stream_selector_get_linked_pad),
24999         (gst_stream_selector_getcaps),
25000         (gst_stream_selector_get_linked_pads),
25001         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25002         * gst/playback/gststreamselector.h:
25003           Rough port of playbin. Needs some more work, but is mostly done,
25004           and uses a few locks in important places, which should make stuff
25005           like chain-switches clean. Still uses GST_STATE() in a few places,
25006           which isn't all that good an idea, subtitles/elements disabled
25007           because no elements to test with and thus probably broken, query
25008           and event handling moved to GstBin, internal thread removed
25009           alltogether because the pipeline does that for us now. Can play
25010           Ogg/Vorbis files. Haven't tested anything else yet.
25011
25012 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25013
25014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25015           Do no-more-pads (needed for autoplugging).
25016
25017 2005-05-10  Andy Wingo  <wingo@pobox.com>
25018
25019         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25020         message to the bus with the tags. Still not sent downstream tho.
25021
25022         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25023         get_parent.
25024         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25025         avoid refcounting hassles.
25026
25027 2005-05-09  Andy Wingo  <wingo@pobox.com>
25028
25029         * gst/volume/Makefile.am:
25030         * gst/volume/demo.c
25031         * gst/volume/gstvolume.h
25032         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25033         basetransform. Probably need an audio filter base class.
25034
25035 2005-05-09  Wim Taymans  <wim@fluendo.com>
25036
25037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25038         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25039         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25040         (gst_vorbisenc_chain):
25041         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25042         (gst_audio_convert_caps_remove_format_info),
25043         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25044         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25045         Make caps writable before writing to it.
25046         Fix negotiation in audioconvert some more.
25047
25048 2005-05-09  Wim Taymans  <wim@fluendo.com>
25049
25050         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25051         (gst_videorate_getcaps), (gst_videorate_setcaps),
25052         (gst_videorate_event), (gst_videorate_chain):
25053         Better negotiation.
25054
25055 2005-05-09  Wim Taymans  <wim@fluendo.com>
25056
25057         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25058         (gst_videorate_getcaps), (gst_videorate_setcaps),
25059         (gst_videorate_blank_data), (gst_videorate_init),
25060         (gst_videorate_event), (gst_videorate_chain),
25061         (gst_videorate_change_state):
25062         Port videorate, do a better job at negotiation while we're at
25063         it.
25064
25065 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25066
25067         * configure.ac:
25068           Disable libvisual
25069
25070         * examples/Makefile.am:
25071         * gst-libs/gst/audio/Makefile.am:
25072         * gst-libs/gst/riff/Makefile.am:
25073         * gst-libs/gst/tag/Makefile.am:
25074         * gst-libs/gst/video/Makefile.am:
25075           Fixups for missing variables.
25076
25077 2005-05-09  Wim Taymans  <wim@fluendo.com>
25078
25079         * examples/seeking/seek.c: (make_theora_pipeline),
25080         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25081         (query_rates), (query_positions_elems), (query_positions_pads),
25082         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25084         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25085         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25086         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25087         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25089         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25090         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25091         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25092         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25093         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25094         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25095         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25096         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25097         (theora_dec_src_convert), (theora_dec_sink_convert),
25098         (theora_dec_src_query), (theora_dec_sink_query),
25099         (theora_dec_src_event), (theora_dec_sink_event),
25100         (theora_handle_comment_packet), (theora_handle_type_packet),
25101         (theora_handle_header_packet), (theora_handle_data_packet),
25102         (theora_dec_chain):
25103         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25104         (vorbis_dec_convert), (vorbis_dec_src_query),
25105         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25106         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25107         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25108         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25109         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25110         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25111         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25112         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25113         (gst_play_bin_query):
25114         * gst/playback/test3.c: (update_scale):
25115         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25116         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25117         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25118         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25119         (gst_videotestsrc_src_query):
25120         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25121         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25122         (paint_hline_YUV9):
25123         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25124         Port to new query API.
25125         Updated seek.
25126         Cleanups in x[v]imagesink
25127
25128 2005-05-09  Andy Wingo  <wingo@pobox.com>
25129
25130         * ext/alsa/gstalsasink.h:
25131         * ext/gnomevfs/gstgnomevfssrc.c:
25132         (gst_gnomevfssrc_get_icy_metadata):
25133         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25134         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25135         * ext/theora/theoradec.c (theora_dec_src_query)
25136         (theora_dec_src_event, theora_dec_sink_event)
25137         (theora_handle_comment_packet, theora_handle_data_packet):
25138         * ext/theora/theoraenc.c (theora_enc_chain):
25139         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25140         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25141         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25142         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25143         (qt_type_find):
25144         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25145         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25146         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25147         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25148         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25149         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25150         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25151         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25152         (paint_setup_RGB565, paint_setup_xRGB1555):
25153         * gst/videotestsrc/videotestsrc.h:
25154         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25155         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25156         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25157         GCC4 fixes.
25158         
25159         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25160         gst_pad_query_position. Fixes oggdemux.
25161
25162 2005-05-08  David Schleef  <ds@schleef.org>
25163
25164         * configure.ac: Require liboil.
25165         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25166         a few more.
25167         * gst/videotestsrc/videotestsrc.c:
25168         * gst/videotestsrc/videotestsrc.h:
25169
25170 2005-05-06  Wim Taymans  <wim@fluendo.com>
25171
25172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25173         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25174         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25175         Well, unreffing a buffer right before pushing it is asking
25176         for trouble..
25177
25178 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25179
25180         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25181
25182 2005-05-06  Wim Taymans  <wim@fluendo.com>
25183
25184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25185         (gst_audio_convert_caps_remove_format_info),
25186         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25187         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25189         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25190         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25191         * gst/sine/Makefile.am:
25192         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25193         (gst_sinesrc_class_init), (gst_sinesrc_init),
25194         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25195         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25196         (gst_sinesrc_update_freq):
25197         * gst/sine/gstsinesrc.h:
25198         * gst/tcp/gstmultifdsink.c:
25199         * sys/xvimage/xvimagesink.c:
25200         Fixed negotiation wrt _peer_get_caps()
25201         Some cleanups.
25202
25203
25204 2005-05-06  Wim Taymans  <wim@fluendo.com>
25205
25206         * gst-libs/gst/audio/gstaudiosink.c:
25207         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25208         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25209         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25210         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25211         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25212         (gst_audiosink_create_ringbuffer):
25213         * gst-libs/gst/audio/gstbaseaudiosink.c:
25214         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25215         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25216         (gst_baseaudiosink_set_property), (build_linear_format),
25217         (debug_spec_caps), (debug_spec_buffer),
25218         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25219         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25220         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25221         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25222         * gst-libs/gst/audio/gstbaseaudiosink.h:
25223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25224         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25225         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25226         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25227         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25228         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25229         (wait_segment), (gst_ringbuffer_commit),
25230         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25231         (gst_ringbuffer_clear):
25232         * gst-libs/gst/audio/gstringbuffer.h:
25233         Make the base audiosink return an error when there is no
25234         audiobuffer negotiated.
25235
25236 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25237
25238         * ext/Makefile.am:
25239         Disable cdparanoia until someone ports it!
25240
25241 2005-05-06  Wim Taymans  <wim@fluendo.com>
25242
25243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25244         (gst_ogg_demux_sink_activate):
25245         And revert after wingo's revert.. sigh..
25246
25247 2005-05-05  Andy Wingo  <wingo@pobox.com>
25248
25249         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25250         GObject.
25251         * configure.ac: Return audiorate and subparse from the ghetto.
25252         Re-enable -Wall -Werror.
25253         * gst/subparse/gstsubparse.c:
25254         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25255         or chain-based. Cleaned up a bit. Not tested.
25256         
25257 2005-05-05  Christian Schaller <christian@fluendo.com> 
25258
25259         * Makefile.am: remove stuff that is not building
25260         * configure.ac: remove stuff that is not building
25261         * examples/Makefile.am: remove stuff that is not building
25262         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25263         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25264         * sys/Makefile.am: remove stuff that is not building
25265         * testsuite/Makefile.am: remove stuff that is not building
25266
25267 2005-05-05  Andy Wingo  <wingo@pobox.com>
25268
25269         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25270         * gst-libs/gst/tag/gstvorbistag.c:
25271         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25272         * gst/adder/gstadder.h:
25273         * gst/audioconvert/gstchannelmix.c:
25274         (gst_audio_convert_fill_one_other):
25275         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25276         (gst_audiorate_init), (gst_audiorate_chain):
25277         * gst/playback/gstplaybasebin.c: (setup_source):
25278         * gst/playback/test3.c: (update_scale):
25279         Some GCC4 fixes
25280         
25281         * po/af.po:
25282         * po/az.po:
25283         * po/cs.po:
25284         * po/en_GB.po:
25285         * po/hu.po:
25286         * po/it.po:
25287         * po/nb.po:
25288         * po/nl.po:
25289         * po/or.po:
25290         * po/sq.po:
25291         * po/sr.po:
25292         * po/sv.po:
25293         * po/uk.po:
25294         * po/vi.po: Foo
25295
25296 2005-05-05  Wim Taymans  <wim@fluendo.com>
25297
25298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25299         (gst_audio_convert_caps_remove_format_info),
25300         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25301         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25302         * gst/videotestsrc/gstvideotestsrc.c:
25303         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25304         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25305         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25306         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25307         Don't ignore _push() return values.
25308         Make sure no processing is done when shutting down.
25309         Videotestsrc pad activation fix.
25310
25311 2005-05-05  Wim Taymans  <wim@fluendo.com>
25312
25313         * gst/adder/Makefile.am:
25314         * gst/adder/gstadder.c: (gst_adder_setcaps),
25315         (gst_adder_class_init), (gst_adder_init),
25316         (gst_adder_request_new_pad), (gst_adder_collected),
25317         (gst_adder_change_state):
25318         * gst/adder/gstadder.h:
25319         Ported adder as an example of a mixer element using
25320         collect pads. Needs more negotiation work.
25321
25322 2005-05-05  Wim Taymans  <wim@fluendo.com>
25323
25324         * ext/theora/theoradec.c: (_inc_granulepos),
25325         (theora_dec_src_event), (theora_dec_sink_event),
25326         (theora_handle_comment_packet), (theora_handle_type_packet),
25327         (theora_handle_header_packet), (theora_handle_data_packet),
25328         (theora_dec_chain):
25329         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25330         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25331         (theora_push_buffer), (theora_push_packet),
25332         (theora_enc_sink_event), (theora_enc_chain),
25333         (theora_enc_change_state), (theora_enc_set_property),
25334         (theora_enc_get_property):
25335         Added stream lock to decoder so that we can serialize
25336         the discont event.
25337         More theoraenc porting, recover from errors, do clean
25338         shutdown.
25339
25340 2005-05-05  Wim Taymans  <wim@fluendo.com>
25341
25342         * ext/ogg/Makefile.am:
25343         * ext/ogg/README:
25344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25345         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25346         (gst_ogg_print):
25347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25348         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25349         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25350         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25351         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25352         (gst_ogg_mux_change_state):
25353         Ported ogg muxer.
25354
25355 2005-05-05  Wim Taymans  <wim@fluendo.com>
25356
25357         * docs/design-audiosinks.txt:
25358         * gst-libs/gst/audio/TODO:
25359         * gst-libs/gst/audio/gstaudiosink.c:
25360         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25361         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25362         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25363         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25364         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25365         (gst_audiosink_create_ringbuffer):
25366         * gst-libs/gst/audio/gstbaseaudiosink.c:
25367         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25368         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25369         (gst_baseaudiosink_set_property), (build_linear_format),
25370         (debug_spec_caps), (debug_spec_buffer),
25371         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25372         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25373         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25374         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25375         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25376         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25377         (gst_ringbuffer_release), (gst_ringbuffer_play),
25378         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25379         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25380         (gst_ringbuffer_set_sample), (wait_segment),
25381         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25382         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25383         More work on the audiosink, mostly debugging and a race in
25384         shutdown.
25385
25386 2005-04-28  Wim Taymans  <wim@fluendo.com>
25387
25388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25389         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25390         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25391         (vorbis_dec_src_query), (vorbis_dec_src_event),
25392         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25393         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25394         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25395         Don't crap out when seeking back to position 0.
25396
25397 2005-04-28  Wim Taymans  <wim@fluendo.com>
25398
25399         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25400         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25401         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25402         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25403         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25404         Make audio sink configurable, use alsasink as default.
25405
25406 2005-04-28  Wim Taymans  <wim@fluendo.com>
25407
25408         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25409         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25410         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25411         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25412         (vorbis_dec_change_state):
25413         * ext/vorbis/vorbisdec.h:
25414         Refactor, use STREAM_LOCK.
25415
25416 2005-04-28  Wim Taymans  <wim@fluendo.com>
25417
25418         * ext/theora/theoradec.c: (_inc_granulepos),
25419         (theora_dec_sink_event), (theora_handle_comment_packet),
25420         (theora_handle_type_packet), (theora_handle_header_packet),
25421         (theora_handle_data_packet), (theora_dec_chain),
25422         (theora_dec_change_state):
25423         Refactor a bit, use STREAM_LOCK.
25424
25425 2005-04-28  Wim Taymans  <wim@fluendo.com>
25426
25427         * ext/alsa/Makefile.am:
25428         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25429         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25430         (gst_alsa_link), (gst_alsa_close_audio):
25431         * ext/alsa/gstalsaplugin.c: (plugin_init):
25432         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25433         (gst_alsasink_dispose), (gst_alsasink_base_init),
25434         (gst_alsasink_class_init), (gst_alsasink_init),
25435         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25436         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25437         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25438         (gst_alsasink_reset):
25439         * ext/alsa/gstalsasink.h:
25440         Implement alsasink with simple open/write/close API. 
25441         Make alsa dir build by disabling compilation of code.
25442
25443 2005-04-28  Wim Taymans  <wim@fluendo.com>
25444
25445         * gst-libs/gst/audio/Makefile.am:
25446         * gst-libs/gst/audio/audio.h:
25447         * gst-libs/gst/audio/audioclock.c:
25448         * gst-libs/gst/audio/audioclock.h:
25449         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25450         (gst_audio_clock_class_init), (gst_audio_clock_init),
25451         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25452         * gst-libs/gst/audio/gstaudioclock.h:
25453         * gst-libs/gst/audio/gstaudiosink.c:
25454         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25455         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25456         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25457         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25458         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25459         (gst_audiosink_create_ringbuffer):
25460         * gst-libs/gst/audio/gstbaseaudiosink.c:
25461         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25462         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25463         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25464         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25465         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25466         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25467         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25468         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25469         * gst-libs/gst/audio/gstbaseaudiosink.h:
25470         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25471         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25472         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25473         (gst_ringbuffer_release), (gst_ringbuffer_play),
25474         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25475         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25476         (gst_ringbuffer_set_sample), (wait_segment),
25477         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25478         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25479         * gst-libs/gst/audio/gstringbuffer.h:
25480         Make ringbuffer faster and more simple by removing the locks
25481         in the playback thread.
25482         Add sample accurate playback based on buffer sample offsets.
25483         Make the baseaudiosink provide a clock.
25484         Parse caps in the base class.
25485         Correctly handle seeking, flushing and state changes.
25486
25487 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25488
25489         * configure.ac:
25490         * gst/audioconvert/Makefile.am:
25491         * gst/audioscale/Makefile.am:
25492           Fix part of the build.  Come on guys, autogen didn't even work :)
25493
25494 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25495
25496         * configure.ac:
25497         * gst-libs/gst/Makefile.am:
25498         * gst-libs/gst/media-info/.cvsignore:
25499         * gst-libs/gst/media-info/Makefile.am:
25500         * gst-libs/gst/media-info/README:
25501         * gst-libs/gst/media-info/media-info-priv.c:
25502         * gst-libs/gst/media-info/media-info-priv.h:
25503         * gst-libs/gst/media-info/media-info-test.c:
25504         * gst-libs/gst/media-info/media-info.c:
25505         * gst-libs/gst/media-info/media-info.h:
25506         * gst-libs/gst/media-info/media-info.vcproj:
25507         * pkgconfig/Makefile.am:
25508         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25509         * pkgconfig/gstreamer-media-info.pc.in:
25510           Remove media-info, which is also successed by playbin (see Totem
25511           implementation).
25512
25513 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25514
25515         * configure.ac:
25516         * examples/Makefile.am:
25517         * examples/gstplay/.cvsignore:
25518         * examples/gstplay/Makefile.am:
25519         * examples/gstplay/player.c:
25520         * gst-libs/gst/Makefile.am:
25521         * gst-libs/gst/play/.cvsignore:
25522         * gst-libs/gst/play/Makefile.am:
25523         * gst-libs/gst/play/play.c:
25524         * gst-libs/gst/play/play.h:
25525         * gst-libs/gst/play/play.vcproj:
25526         * pkgconfig/Makefile.am:
25527         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25528         * pkgconfig/gstreamer-play.pc.in:
25529           Remove libgstplay, playbin is now the official successor.
25530
25531 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25532
25533         * configure.ac:
25534         * gst-libs/gst/Makefile.am:
25535         * gst-libs/gst/xwindowlistener/Makefile.am:
25536         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25537         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25538           Remove deprecated xwindowlistener (I've moved xwindowlistening
25539           in the v4l/v4l2 plugins over to serverside).
25540
25541 2005-04-25  David Schleef  <ds@schleef.org>
25542
25543         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25544         to examples/dynparams.  Examples do not belong interspersed with
25545         source code.
25546         * examples/dynparams/demo-dparams.c:
25547         * gst/sine/Makefile.am:
25548         * gst/sine/demo-dparams.c:
25549
25550 2005-04-25  David Schleef  <ds@schleef.org>
25551
25552         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25553         * gst-libs/gst/audio/Makefile.am:
25554         * gst-libs/gst/riff/Makefile.am:
25555         * gst-libs/gst/tag/Makefile.am:
25556         * gst-libs/gst/video/Makefile.am:
25557         * gst-libs/gst/xwindowlistener/Makefile.am:
25558
25559         Convert to 0.9 API, seems to work:
25560         * sys/ximage/Makefile.am:
25561         * sys/ximage/ximagesink.c:
25562
25563 2005-04-24  David Schleef  <ds@schleef.org>
25564
25565         Link plugins against libraries:
25566         * ext/alsa/Makefile.am:
25567         * gst/tcp/Makefile.am:
25568
25569         Remove asm code that should be in liboil
25570         * gst/videoscale/Makefile.am:
25571         * gst/videoscale/videoscale_x86_asm.s:
25572
25573         gettext wants these checked in:
25574         * po/af.po:
25575         * po/az.po:
25576         * po/cs.po:
25577         * po/en_GB.po:
25578         * po/hu.po:
25579         * po/it.po:
25580         * po/nb.po:
25581         * po/nl.po:
25582         * po/or.po:
25583         * po/sq.po:
25584         * po/sr.po:
25585         * po/sv.po:
25586         * po/uk.po:
25587         * po/vi.po:
25588
25589 2005-04-24  David Schleef  <ds@schleef.org>
25590
25591         Convert gst_main() to g_main_loop_run()
25592         * gst/playback/decodetest.c: (main):
25593         * gst/playback/test2.c: (main):
25594         * gst/playback/test3.c: (main):
25595         * gst/playback/test4.c: (main):
25596
25597         Link plugins against libraries:
25598         * ext/libvisual/Makefile.am:
25599         * sys/xvimage/Makefile.am:
25600
25601 2005-04-24  David Schleef  <ds@schleef.org>
25602
25603         * configure.ac: Remove idct and resample libs
25604         * gst-libs/gst/Makefile.am: same
25605
25606         Remove usage of gst_library_load():
25607         * ext/alsa/gstalsaplugin.c: (plugin_init):
25608         * ext/libvisual/visual.c: (plugin_init):
25609         * ext/ogg/gstogg.c: (plugin_init):
25610         * ext/theora/theora.c: (plugin_init):
25611         * ext/vorbis/vorbis.c: (plugin_init):
25612         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25613         * gst/audioscale/gstaudioscale.c:
25614         * gst/adder/gstadder.c: (plugin_init):
25615         * gst/audioconvert/plugin.c: (plugin_init):
25616         * sys/ximage/ximagesink.c: (plugin_init):
25617         * sys/xvimage/xvimagesink.c: (plugin_init):
25618         * gst/tcp/gsttcpplugin.c: (plugin_init):
25619
25620         Link plugins against libraries:
25621         * ext/ogg/Makefile.am:
25622         * ext/theora/Makefile.am:
25623         * ext/vorbis/Makefile.am:
25624         * gst/audioconvert/Makefile.am:
25625
25626         Create proper libraries:
25627         * gst-libs/gst/riff/Makefile.am:
25628         * gst-libs/gst/audio/Makefile.am:
25629         * gst-libs/gst/video/Makefile.am:
25630
25631         Move resample library to audioscale plugin directory:
25632         * gst-libs/gst/resample/Makefile.am:
25633         * gst-libs/gst/resample/README:
25634         * gst-libs/gst/resample/dtof.c:
25635         * gst-libs/gst/resample/dtos.c:
25636         * gst-libs/gst/resample/functable.c:
25637         * gst-libs/gst/resample/private.h:
25638         * gst-libs/gst/resample/resample.c:
25639         * gst-libs/gst/resample/resample.h:
25640         * gst-libs/gst/resample/resample.vcproj:
25641         * gst-libs/gst/resample/test.c:
25642         * gst/audioscale/Makefile.am:
25643         * gst/audioscale/README:
25644         * gst/audioscale/dtof.c:
25645         * gst/audioscale/dtos.c:
25646         * gst/audioscale/functable.c:
25647         * gst/audioscale/private.h:
25648         * gst/audioscale/resample.c:
25649         * gst/audioscale/resample.h:
25650         * gst/audioscale/test.c:
25651
25652         Move tagedit library to gst-libs:
25653         * gst-libs/gst/tag/Makefile.am:
25654         * gst-libs/gst/tag/gstid3tag.c:
25655         * gst-libs/gst/tag/gsttagediting.c:
25656         * gst-libs/gst/tag/gsttageditingprivate.h:
25657         * gst-libs/gst/tag/gstvorbistag.c:
25658         * gst/tags/Makefile.am:
25659         * gst/tags/gstid3tag.c:
25660         * gst/tags/gstvorbistag.c:
25661
25662         Fix for core changes:
25663         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25664         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25665         (gst_sinesrc_getrange):
25666
25667 2005-04-23  David Schleef  <ds@schleef.org>
25668
25669         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25670         in gst-plugins in a long time, and properly belongs in liboil.
25671         * gst-libs/gst/idct/Makefile.am:
25672         * gst-libs/gst/idct/README:
25673         * gst-libs/gst/idct/dct.h:
25674         * gst-libs/gst/idct/doieee:
25675         * gst-libs/gst/idct/fastintidct.c:
25676         * gst-libs/gst/idct/floatidct.c:
25677         * gst-libs/gst/idct/idct.c:
25678         * gst-libs/gst/idct/idct.h:
25679         * gst-libs/gst/idct/idtc.vcproj:
25680         * gst-libs/gst/idct/ieeetest.c:
25681         * gst-libs/gst/idct/intidct.c:
25682
25683 2005-04-20  Wim Taymans  <wim@fluendo.com>
25684
25685         * docs/design-audiosinks.txt:
25686         * gst-libs/gst/audio/Makefile.am:
25687         * gst-libs/gst/audio/TODO:
25688         * gst-libs/gst/audio/gstaudiosink.c:
25689         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25690         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25691         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25692         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25693         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25694         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25695         (gst_audiosink_class_init), (gst_audiosink_init),
25696         (gst_audiosink_create_ringbuffer):
25697         * gst-libs/gst/audio/gstaudiosink.h:
25698         * gst-libs/gst/audio/gstbaseaudiosink.c:
25699         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25700         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25701         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25702         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25703         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25704         (gst_baseaudiosink_create_ringbuffer),
25705         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25706         * gst-libs/gst/audio/gstbaseaudiosink.h:
25707         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25708         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25709         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25710         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25711         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25712         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25713         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25714         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25715         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25716         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25717         * gst-libs/gst/audio/gstringbuffer.h:
25718         An attempt at a set of audio base classes together with some
25719         design docs.
25720
25721 2005-04-20  Wim Taymans  <wim@fluendo.com>
25722
25723         * gst/audioconvert/Makefile.am:
25724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25725         (gst_audio_convert_caps_remove_format_info),
25726         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25727         (gst_audio_convert_channels):
25728         Link against audio libs.
25729         Fix audio convert plugin.
25730
25731 2005-04-20  Wim Taymans  <wim@fluendo.com>
25732
25733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25734         (gst_ogg_demux_sink_activate):
25735         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25736         (theora_set_header_on_caps), (theora_enc_sink_event),
25737         (theora_enc_chain):
25738         Fix theora encoder.
25739
25740 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25741
25742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25743         * gst/playback/gstdecodebin.c: (find_compatibles):
25744           Work with staticpadtemplates in elementfactories.
25745
25746 2005-04-12  Wim Taymans  <wim@fluendo.com>
25747
25748         * gst/playback/README:
25749         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25750         (compare_ranks), (print_feature), (gst_decode_bin_init),
25751         (dynamic_create), (dynamic_free), (find_compatibles),
25752         (mimetype_is_raw), (close_pad_link), (got_redirect),
25753         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25754         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25755         (gst_decode_bin_change_state):
25756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25757         (gst_play_base_bin_init), (group_destroy), (group_commit),
25758         (check_queue), (queue_overrun), (queue_threshold_reached),
25759         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25760         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25761         (got_redirect), (setup_source), (play_base_eos),
25762         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25763         (gst_play_base_bin_remove_element):
25764         * gst/playback/gstplaybasebin.h:
25765         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25766         (gst_play_bin_init), (gst_play_bin_dispose),
25767         (gst_play_bin_set_property), (gen_video_element),
25768         (gen_text_element), (gen_audio_element), (remove_sinks),
25769         (gst_play_bin_send_event):
25770         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25771         (stream_info_change_state), (gst_stream_info_set_mute):
25772         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25773         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25774         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25775         (gst_stream_selector_chain):
25776         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25777         (main):
25778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25779         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25780         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25781         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25782         Raw and crude port of decodebin. 
25783         Make playbin compile.
25784
25785 2005-04-06  Wim Taymans  <wim@fluendo.com>
25786
25787         * ext/gnomevfs/Makefile.am:
25788         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25789         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25790         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25791         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25792         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25793         (gst_gnomevfssrc_stop):
25794         * ext/ogg/Makefile.am:
25795         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25796         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25797         * ext/theora/Makefile.am:
25798         * ext/theora/theoradec.c: (_inc_granulepos),
25799         (theora_dec_sink_event), (theora_dec_chain):
25800         * ext/vorbis/Makefile.am:
25801         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25802         (vorbis_dec_sink_event), (vorbis_dec_chain):
25803         * gst-libs/gst/audio/Makefile.am:
25804         * sys/xvimage/Makefile.am:
25805         Make gnomevfssrc extend the source base class.
25806         Fix linking against libs in various plugins.
25807
25808 2005-04-06  Andy Wingo  <wingo@pobox.com>
25809
25810         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25811         GST_BASE_LIBS.
25812
25813         * configure.ac: Add check and AC_SUBST for libgstbase.
25814
25815 2005-03-31  Wim Taymans  <wim@fluendo.com>
25816
25817         * examples/seeking/Makefile.am:
25818         * examples/seeking/cdparanoia.c: (main):
25819         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25820         (play_cb), (pause_cb), (stop_cb), (main):
25821         * examples/seeking/playbin.c:
25822         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25823         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25824         (make_sid_pipeline), (make_vorbis_pipeline),
25825         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25826         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25827         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25828         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25829         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25830         (stop_cb), (main):
25831         * examples/seeking/spider_seek.c:
25832         * examples/seeking/vorbisfile.c:
25833         * ext/gnomevfs/Makefile.am:
25834         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25835         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25836         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25837         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25838         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25839         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25840         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25841         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25842         * ext/ogg/README:
25843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25844         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25845         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25846         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25847         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25848         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25849         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25850         (gst_ogg_demux_factory_filter), (compare_ranks),
25851         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25852         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25853         (gst_ogg_chain_new), (gst_ogg_chain_free),
25854         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25855         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25856         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25857         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25858         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25859         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25860         (gst_ogg_demux_get_prev_page),
25861         (gst_ogg_demux_deactivate_current_chain),
25862         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25863         (gst_ogg_demux_bisect_forward_serialno),
25864         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25865         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25866         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25867         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25868         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25869         (gst_ogg_demux_change_state), (gst_ogg_print):
25870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25871         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25872         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25873         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25874         (gst_ogg_mux_loop):
25875         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25876         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25877         (theora_dec_src_convert), (theora_dec_sink_convert),
25878         (theora_dec_src_query), (theora_dec_src_event),
25879         (theora_dec_sink_event), (theora_dec_chain),
25880         (theora_dec_change_state):
25881         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25882         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25883         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25884         (theora_enc_change_state):
25885         * ext/vorbis/Makefile.am:
25886         * ext/vorbis/oggvorbisenc.c:
25887         * ext/vorbis/oggvorbisenc.h:
25888         * ext/vorbis/vorbis.c: (plugin_init):
25889         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25890         (vorbis_dec_src_query), (vorbis_dec_src_event),
25891         (vorbis_dec_sink_event), (vorbis_dec_chain),
25892         (vorbis_dec_change_state):
25893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25894         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25895         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25896         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25897         (gst_vorbisenc_change_state):
25898         * ext/vorbis/vorbisenc.h:
25899         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25900         * gst-libs/gst/audio/audioclock.c:
25901         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25902         (gst_audiofilter_init), (gst_audiofilter_chain):
25903         * gst-libs/gst/audio/testchannels.c: (main):
25904         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25905         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25906         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25907         (gmip_find_track_streaminfo), (gmip_find_track_format):
25908         * gst-libs/gst/media-info/media-info.c:
25909         (gst_media_info_read_idler):
25910         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25911         (gst_play_get_all_by_interface):
25912         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25913         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25914         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25915         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25916         (gst_riff_parse_info):
25917         * gst-libs/gst/riff/riff-read.h:
25918         * gst-libs/gst/riff/riff.c: (plugin_init):
25919         * gst-libs/gst/video/Makefile.am:
25920         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25921         (gst_videosink_class_init), (gst_videosink_get_type):
25922         * gst-libs/gst/video/videosink.h:
25923         * gst/audioconvert/bufferframesconvert.c:
25924         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25925         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25926         * gst/audioconvert/channelmixtest.c: (main):
25927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25928         (gst_audio_convert_chain),
25929         (gst_audio_convert_caps_remove_format_info),
25930         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25931         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25932         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25933         (gst_audio_convert_buffer_to_default_format),
25934         (gst_audio_convert_buffer_from_default_format),
25935         (gst_audio_convert_channels):
25936         * gst/audioconvert/gstchannelmix.h:
25937         * gst/ffmpegcolorspace/avcodec.h:
25938         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25939         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25940         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25941         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25942         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25943         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25944         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25945         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25946         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25947         (dv_type_find):
25948         * gst/videotestsrc/gstvideotestsrc.c:
25949         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25950         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25951         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25952         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25953         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25954         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25955         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25957         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25958         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25959         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25960         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25961         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25962         (gst_xvimagesink_navigation_send_event),
25963         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25964         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25965         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25966         * sys/xvimage/xvimagesink.h:
25967         Plugin port to 0.9, ogg/theora playback should work in the seek
25968         example now.
25969         Removed old examples.
25970         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25971         explained in 0.9 TODO doc.
25972
25973
25974 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25975
25976         * autogen.sh:
25977         * configure.ac:
25978         * ext/Makefile.am:
25979         * gst/Makefile.am:
25980         * po/POTFILES.in:
25981         * po/af.po:
25982         * po/az.po:
25983         * po/cs.po:
25984         * po/en_GB.po:
25985         * po/hu.po:
25986         * po/it.po:
25987         * po/nb.po:
25988         * po/nl.po:
25989         * po/or.po:
25990         * po/sq.po:
25991         * po/sr.po:
25992         * po/sv.po:
25993         * po/uk.po:
25994         * po/vi.po:
25995         * sys/Makefile.am:
25996         * testsuite/Makefile.am:
25997           remove a whole bunch of plugins.  This module now contains a set
25998           of free reference plugins/elements as agreed.
25999
26000 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26001
26002         * configure.ac:
26003           hunting season on 0.9 is now OPEN
26004
26005 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26006
26007         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26008           Kick the hell out of gcc for not warning me about a symbol conflict.
26009
26010 2005-02-22  Luca Ognibene  <luogni@tin.it>
26011
26012         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26013
26014         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26015           Don't leak caps string (fixes #168134)
26016
26017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26018         (gst_jpegenc_init), (gst_jpegenc_finalize),
26019         (gst_jpegenc_change_state):
26020           Don't leak line buffers and context struct (fixes #168133).
26021
26022 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26023
26024         * configure.ac:
26025         * ext/dirac/gstdiracdec.cc:
26026         (gst_diracdec_chain):
26027           Since dirac 0.5.0 the framerate in dirac is expressed as a
26028           rational number. Fix build and up requirement to 0.5.0, and
26029           also pass parameters to gst_diracdec_link in the right order
26030           (fixes #167959).
26031
26032 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26033
26034         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26035         * ext/faad/gstfaad.h:
26036         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26037         certain invalid muxed streams, where some packets will contain 
26038         junk after decoder data. Partially fixes #149158.
26039
26040 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26041         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26042           Make sure we only write to writable buffers
26043
26044 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26045
26046         * gst-libs/gst/riff/riff-media.c:
26047         (gst_riff_create_audio_caps_with_data):
26048           Do actually fix invalid RIFF fmt header values for alaw
26049           and mulaw audio instead of just saying so.
26050
26051         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26052           Give gst_riff_create_audio_caps_with_data() a chance to
26053           fix up broken format header fields before extracting any
26054           parameters from the header. (fixes #167633)
26055
26056 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26057
26058         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26059
26060         * gst/audioconvert/bufferframesconvert.c:
26061         (buffer_frames_convert_link):
26062           Don't leak othercaps. (fixes #167878)
26063
26064 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26065
26066         * configure.ac:
26067         * ext/libvisual/visual.c: (gst_visual_srclink),
26068         (gst_visual_change_state):
26069           Support libvisual 0.2.0.
26070
26071 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26072
26073         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26074         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26075           Use same rowstrides for I420 as used everywhere else.
26076
26077 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26078
26079         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26080           Declare variables at beginning of block and make gcc-2.95 happy
26081           (fixes # 167482, patch by Gergely Nagy).
26082           
26083         * gst/tcp/gsttcpclientsrc.c:
26084         * gst/tcp/gsttcpclientsrc.h:
26085           Move some includes into the header, so that struct sockaddr_in is
26086           defined when it should be defined on FreeBSD as well (fixes
26087           #167483).
26088           
26089         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26090           Don't pass uninitialised values to setsockopt() here either.
26091
26092 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26093
26094         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26095
26096         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26097           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26098
26099 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26100
26101         * gst/playback/gstplaybin.c: (add_sink):
26102           Invert bin_add/link order to workaround deadlock in opt.
26103
26104 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26105
26106         * gst/modplug/gstmodplug.cc:
26107           Add missing break causing position queries to fail.
26108
26109 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26110
26111         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26112           Granpos can apparently be -1, which screws up calculations...
26113
26114 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26115
26116         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26117         (gst_ximagesink_send_pending_navigation),
26118         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26119         (gst_ximagesink_init):
26120         * sys/ximage/ximagesink.h:
26121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26122         (gst_xvimagesink_send_pending_navigation),
26123         (gst_xvimagesink_navigation_send_event),
26124         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26125         * sys/xvimage/xvimagesink.h:
26126           Use a mutex protected list to marshal navigation
26127           events into the stream thread from whichever thread
26128           sends them.
26129
26130 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26131
26132         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26133           Display current position and track length; misc. clean-ups.
26134           
26135         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26136         (speed_init), (speed_chain):
26137           Add query function, so that the stream length and current position
26138           get adjusted when queried (note that current position queries may
26139           still be wrong if the audio sink returns values based on buffer
26140           timestamps instead of passing on the query).
26141
26142 2005-02-13  Benjamin Otte  <otte@gnome.org>
26143
26144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26145         (gst_audio_convert_channels):
26146           create channel conversion matrix when linking
26147         * gst/audioconvert/.cvsignore:
26148         * gst/audioconvert/Makefile.am:
26149         * gst/audioconvert/channelmixtest.c: (main):
26150           add (ugly) test that ensures stereo <=> mono conversion works
26151           correctly
26152
26153 2005-02-13  Benjamin Otte  <otte@gnome.org>
26154
26155         * gst/audioconvert/gstchannelmix.h:
26156           include missing header file
26157         * gst/audioconvert/gstchannelmix.c:
26158         (gst_audio_convert_fill_compatible):
26159           use same sign for both channels when converting to/from compatible
26160           channel. Previously used different signs made the signals cancel
26161           each other out and appear like silence. (fixes #167269)
26162
26163 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26164
26165         * gst/ffmpegcolorspace/avcodec.h:
26166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26167         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26168         (gst_ffmpegcsp_avpicture_fill):
26169         * gst/ffmpegcolorspace/imgconvert.c:
26170           Convert to and from YV12 (fixes #156379).
26171
26172 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26173
26174         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26175         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26176         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26177         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26178         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26179         methods from chain and negotiation and vice versa (Fixes #166142).
26180         * sys/ximage/ximagesink.h: Add stream_lock.
26181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26182         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26183         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26184         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26185
26186 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26187
26188         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26189           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26190           error message when we can't open the DVD device (when dvdnav_open()
26191           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26192           the above). Send something more useful instead (fixes #167117).
26193
26194 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26195
26196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26197         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26198         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26199         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26200         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26201         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26202         methods from chain and negotiation and vice versa (Fixes #166142).
26203         Fix a possible bug of images in the buffer pool being discarded because
26204         we are looking at the wrong geometry.
26205         * sys/xvimage/xvimagesink.h: Add stream_lock.
26206
26207 2005-02-11  David Schleef  <ds@schleef.org>
26208
26209         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26210         unsigned int. (fixes #167128)
26211
26212 2005-02-11  David Schleef  <ds@schleef.org>
26213
26214         * gst/librfb/Makefile.am: Testing stuff before committing is
26215           for wimps... and people with fast machines.  Fix stupid
26216           mistake.
26217
26218 2005-02-11  David Schleef  <ds@schleef.org>
26219
26220         * configure.ac: Pull in librfb from my CVS tree, because it is
26221           too small and annoying to be separate.  Move rfbsrc plugin
26222           to gst/.
26223         * ext/Makefile.am:
26224         * ext/librfb/Makefile.am:
26225         * ext/librfb/gstrfbsrc.c:
26226         * gst/librfb/Makefile.am:
26227         * gst/librfb/gstrfbsrc.c:
26228         * gst/librfb/rfb.c:
26229         * gst/librfb/rfb.h:
26230         * gst/librfb/rfbbuffer.c:
26231         * gst/librfb/rfbbuffer.h:
26232         * gst/librfb/rfbbytestream.c:
26233         * gst/librfb/rfbbytestream.h:
26234         * gst/librfb/rfbcontext.h:
26235         * gst/librfb/rfbdecoder.c:
26236         * gst/librfb/rfbdecoder.h:
26237         * gst/librfb/rfbutil.h:
26238
26239 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26240
26241         * gst/speed/Makefile.am:
26242         * gst/speed/demo-mp3.c: (main):
26243         * gst/speed/filter.func:
26244         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26245         (speed_class_init), (speed_init), (speed_chain_int16),
26246         (speed_chain_float32), (speed_chain), (speed_set_property),
26247         (speed_get_property), (speed_change_state):
26248         * gst/speed/gstspeed.h:
26249           Fix speed element and make it chain-based (fixes #156467),
26250           and make it handle more than one channel.
26251
26252 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26253
26254         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26255         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26256         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26257         * ext/dts/gstdtsdec.h:
26258           Don't clobber the stack constructing the channels array.
26259           Make the element chain-based. DTS tracks can now be played.
26260           
26261 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26262
26263         * gst-libs/gst/audio/multichannel.h:
26264         * gst-libs/gst/gconf/gconf.h:
26265         * gst-libs/gst/idct/idct.h:
26266         * gst-libs/gst/media-info/media-info-priv.h:
26267         * gst-libs/gst/play/play.h:
26268         * gst-libs/gst/resample/private.h:
26269         * gst-libs/gst/resample/resample.h:
26270         * gst-libs/gst/riff/riff-ids.h:
26271         * gst-libs/gst/video/video.h:
26272         * gst-libs/gst/video/videosink.h:
26273           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26274           missing, so that they work when included from C++ code.
26275
26276 2005-02-09  David Schleef  <ds@schleef.org>
26277
26278         * testsuite/gst-lint: Check for non-statically scoped
26279           parent_class variables.  This won't be a problem once
26280           plugins are loaded with RTLD_LOCAL.
26281
26282 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26283
26284         * ext/mplex/gstmplexibitstream.cc:
26285           gcc madness.
26286
26287 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * ext/ogg/gstogmparse.c:
26290         * gst/debug/gstnavigationtest.c:
26291           Die, thou faulty symbol pollutors (non-static parent_class).
26292
26293 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26294
26295         * ext/mplex/gstmplexibitstream.cc:
26296           Fix event handling (#165525).
26297
26298 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26299
26300         * ext/mikmod/gstmikmod.c:
26301         * gst/modplug/gstmodplug.cc:
26302           Add missing endianness to template (fixes #165509).
26303
26304 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26305
26306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26307           Fix wrong order of reading of optional bytes (#165290).
26308
26309 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26312           Implement FILLER event awareness.
26313
26314 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26315
26316         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26317           Fix track calculations (#166208).
26318
26319 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26320
26321         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26322
26323         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26324         * ext/libpng/gstpngenc.c:
26325           Fix byte-order, use proper fixed caps. Fixes #164197.
26326
26327 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26328
26329         * configure.ac:
26330           Add dvdlpcmdec 
26331
26332         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26333         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26334           Don't push buffers if the src pad isn't negotiated yet.
26335           
26336         * gst/audioconvert/gstaudioconvert.c:
26337         (gst_audio_convert_buffer_to_default_format),
26338         (gst_audio_convert_buffer_from_default_format):
26339           Add support for 24-bit width.
26340
26341         * gst/dvdlpcmdec/.cvsignore:
26342         * gst/dvdlpcmdec/Makefile.am:
26343         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26344         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26345         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26346         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26347         (plugin_init):
26348         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26349           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26350           format. Needs support for the channels maps if someone can find 
26351           a DVD LPCM track with > 2 channels.
26352
26353         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26354         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26355         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26356         * gst/mpegstream/gstdvddemux.h:
26357         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26358         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26359         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26360         * gst/mpegstream/gstmpegdemux.h:
26361         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26362         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26363         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26364         (gst_mpeg_parse_handle_src_query),
26365         (gst_mpeg_parse_handle_src_event):
26366           Use audio/x-dvd-lpcm for LPCM output.
26367           Add DTS output.
26368
26369 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26370
26371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26372
26373         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26374         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26375           Add BGRA handling (#165736).
26376
26377 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26378
26379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26380
26381         * gst/law/alaw-decode.c: (alawdec_link):
26382         * gst/law/alaw-encode.c: (alawenc_link):
26383         * gst/law/mulaw-decode.c: (mulawdec_link):
26384         * gst/law/mulaw-encode.c: (mulawenc_link):
26385           Fix caps memleaks (#166600).
26386
26387 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26388
26389         * ext/tarkin/mem.h:
26390         * ext/tarkin/wavelet.h:
26391         * ext/tarkin/yuv.h:
26392         * gst/ffmpegcolorspace/avcodec.h:
26393           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26394           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26395
26396 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26397
26398         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26400         (gst_xvimagesink_change_state):
26401           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26402           Xv video (and thereby regenerate Xv colourkey) in clear() so
26403           that PLAY -> READY -> PLAY works (fixes #162504).
26404
26405 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26406
26407         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26408           Switch to list instead of range, since MJPEG-devices really just
26409           support decimations, not any size.
26410
26411 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26412         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26413         (gst_mpeg2dec_reset), (free_all_buffers),
26414         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26415         * ext/mpeg2dec/gstmpeg2dec.h:
26416           The libmpeg2 user-allocated buffer management is awkward, 
26417           to say the least. Hopefully this fixes things.
26418
26419 2005-02-04  Andy Wingo  <wingo@pobox.com>
26420
26421         * gst/audioconvert/bufferframesconvert.c
26422         (buffer_frames_convert_fixate): New function, fixates to 256
26423         frames per buffer by default. (Much better than 1.)
26424         (buffer_frames_convert_init): Set the fixate function for both src
26425         and sink pad.
26426         (buffer_frames_convert_link): After success setting nonfixed caps,
26427         get the negotiated caps so we can know how many buffer-frames it
26428         will be. No idea how this worked at all before.
26429
26430 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26431
26432         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26433         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26434         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26435         (handle_sequence), (handle_picture):
26436         * ext/mpeg2dec/gstmpeg2dec.h:
26437           Rearrange buffer tracking and refcounting and refactor
26438           a little for readability. 
26439
26440 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26441         * sys/v4l/gstv4l.c: (plugin_init):
26442         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26443         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26444         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26445         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26446         * sys/v4l/gstv4ljpegsrc.h:
26447         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26448         * sys/v4l/v4l_calls.h:
26449         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26450         (gst_v4lsrc_get_fps):
26451         * sys/v4l/v4lsrc_calls.h:
26452           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26453           you jpeg inside rgb frames" driver.
26454           Don't error in the v4lsrc link function, just return 
26455           REFUSED.
26456
26457 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26458
26459         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26460         (gst_qcamsrc_open):
26461           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26462
26463 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26464
26465         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26466           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26467
26468 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26471           Reset negotiated state on PAUSED->READY.
26472
26473 2005-02-02  David Schleef  <ds@schleef.org>
26474
26475         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26476         whereever possible.  (Fixes #165997)
26477         * examples/capsfilter/capsfilter1.c: (main):
26478         * examples/dynparams/filter.c: (create_ui):
26479         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26480         * examples/seeking/chained.c: (main):
26481         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26482         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26483         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26484         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26485         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26486         * examples/switch/switcher.c: (main):
26487         * ext/dv/demo-play.c: (main):
26488         * ext/faad/gstfaad.c: (gst_faad_change_state):
26489         * ext/mad/gstmad.c: (gst_mad_chain):
26490         * ext/smoothwave/demo-osssrc.c: (main):
26491         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26492         (gst_gconf_render_bin_from_description),
26493         (gst_gconf_get_default_audio_sink),
26494         (gst_gconf_get_default_video_sink),
26495         (gst_gconf_get_default_audio_src),
26496         (gst_gconf_get_default_video_src),
26497         (gst_gconf_get_default_visualization_element):
26498         * gst/level/demo.c: (main):
26499         * gst/level/plot.c: (main):
26500         * gst/playback/gstplaybin.c: (gen_video_element),
26501         (gen_audio_element):
26502         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26503         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26504         * gst/sine/demo-dparams.c: (main):
26505         * gst/spectrum/demo-osssrc.c: (main):
26506         * gst/speed/demo-mp3.c: (main):
26507         * gst/volume/demo.c: (main):
26508         * testsuite/embed/embed.c: (main):
26509
26510 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26511
26512         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26513         (gst_tcpclientsink_finalize):
26514         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26515         (gst_tcpclientsrc_finalize):
26516         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26517         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26518         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26519         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26520           Don't leak the hostname when shutting down.
26521           In tcpserversrc, take a copy of the default hostname.
26522
26523 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26524
26525         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26526           Set caps to systemstream=TRUE.
26527
26528 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26529
26530         * testsuite/Makefile.am:
26531           Fix more OSX buildbots.
26532
26533 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26534
26535         * ext/mpeg2dec/gstmpeg2dec.c:
26536           Don't send things to NULL PAD_PEERs
26537
26538         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26539           Copy-on-write the incoming buffer.
26540
26541         * gst/mpegstream/gstdvddemux.h:
26542         * gst/mpegstream/gstmpegclock.h:
26543         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26544         (normal_seek), (gst_mpeg_demux_handle_src_event):
26545         * gst/mpegstream/gstmpegdemux.h:
26546         * gst/mpegstream/gstmpegpacketize.h:
26547         * gst/mpegstream/gstmpegparse.c:
26548         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26549         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26550         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26551         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26552         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26553         * gst/mpegstream/gstmpegparse.h:
26554         * gst/mpegstream/gstrfc2250enc.h:
26555           Various changes to the way time is computed that make seeking and
26556           total time estimation much better here.
26557           Use G_BEGIN/END_DECLS instead of __cplusplus
26558
26559         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26560           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26561
26562 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26563
26564         * gst/subparse/gstsubparse.c:
26565           Fix OSX buildbot.
26566
26567 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26568
26569         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26570         (theora_enc_chain), (theora_enc_change_state):
26571         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26572         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26573         (gst_vorbisenc_change_state):
26574         * ext/vorbis/vorbisenc.h:
26575           Set granulepos and timestamp correctly for streams not
26576           starting at 0, taking into account the initial delay.
26577
26578 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26579
26580         * gst/mpegstream/gstdvddemux.c:
26581           Add audio/x-dts to audio pad template caps
26582
26583 2005-01-30  David Schleef  <ds@schleef.org>
26584
26585         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26586         (create_context), (gst_polypsink_link): Fix silly endianness
26587         bug.  Add some debugging.  Remove float from caps; it doesn't
26588         work.  Attempt to get remote audio working.
26589
26590 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26593           Add 3IV2 fourcc.
26594
26595 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26598         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26599         (gst_avi_demux_stream_data):
26600         * gst/avi/gstavidemux.h:
26601           Invert DIB images. Fixes #132341.
26602
26603 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26606         (gst_ffmpegcsp_chain):
26607           D'oh, reference the palette data, not the palette structure.
26608           Fixes color distortion in #132341.
26609
26610 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26611
26612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26613           PAR can be non-fixed when not provided as argument (#162626).
26614
26615 2005-01-29  David Moore  <dcm@acm.org>
26616
26617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26618
26619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26620         (gst_qtdemux_loop_header):
26621           Re-apply patch from #142272 that allows non-seekable sources,
26622           re-proposed by Daniel Drake <dsd@gentoo.org>.
26623
26624 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26625
26626         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26627           Use the src template for creating the src pad (#162330).
26628
26629 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26630
26631         * configure.ac:
26632         * ext/musepack/Makefile.am:
26633         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26634         (gst_musepackdec_init), (gst_musepackdec_dispose),
26635         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26636         (gst_musepack_stream_init), (gst_musepackdec_loop),
26637         (gst_musepackdec_change_state):
26638         * ext/musepack/gstmusepackdec.cpp:
26639         * ext/musepack/gstmusepackdec.h:
26640         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26641         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26642         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26643         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26644         * ext/musepack/gstmusepackreader.cpp:
26645         * ext/musepack/gstmusepackreader.h:
26646           Update to 1.1 API (#165446).
26647
26648 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26649
26650         * ext/Makefile.am:
26651           Unbreak buildbot.
26652
26653 2005-01-28  Andy Wingo  <wingo@pobox.com>
26654
26655         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26656         to reflect a different dubious internet source. Add a reference
26657         and some commentary.
26658
26659 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26660
26661         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26662         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26663         * gst/playback/gststreamselector.h:
26664           Be more selective when we're redoing caps negotiation from
26665           within the chain function on a stream change.
26666
26667 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26668
26669         * configure.ac:
26670         * ext/Makefile.am:
26671         * ext/amrnb/Makefile.am:
26672         * ext/amrnb/amrnb.c: (plugin_init):
26673         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26674         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26675         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26676         (gst_amrnbdec_state_change):
26677         * ext/amrnb/amrnbdec.h:
26678         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26679         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26680         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26681         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26682         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26683         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26684         * ext/amrnb/amrnbparse.h:
26685           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26686         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26687           Add AMR-NB/-WB raw formats.
26688         * ext/alsa/gstalsa.c: (gst_alsa_link):
26689           Keep valid time when changing format.
26690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26691         (qtdemux_parse_trak):
26692           Add some more format-specific options (#140141, #143555, #155163).
26693
26694 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * gst/matroska/matroska-demux.c:
26697         (gst_matroska_demux_parse_blockgroup):
26698           Fix logic error in timing of subtitle stream synchronization.
26699         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26700           Add skip-chunk, which is found in kodak-camera streams.
26701
26702 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26703
26704         * po/LINGUAS:
26705         * po/vi.po:
26706           Adding Vietnamese translation (submitted by Clytie Siddall)
26707
26708 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26709
26710         * gst/playback/gstdecodebin.c: (try_to_link_1):
26711           Use realpad for signal.
26712
26713 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26714
26715         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26716           Fix category so decodebin picks it up.
26717
26718 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26719
26720         * ext/mad/Makefile.am:
26721         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26722         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26723         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26724         (found_type), (gst_id3demux_bin_change_state):
26725         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26726         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26727         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26728         (gst_id3_tag_change_state), (plugin_init):
26729         * ext/mad/gstmad.h:
26730           Add id3demuxbin (which is a simple bin consisting of id3demux
26731           and typefind), take over rank from id3demux, remove typefind
26732           code from id3demux. Makes all broken mp3s that I know of work,
26733           and thereby fixes #152688.
26734
26735 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26736
26737         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26738
26739         * ext/mad/gstmad.c: (gst_mad_src_event):
26740         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26741           Allow seeks on audio pad, make mad forward those (#164826).
26742         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26743           Set duration (#165335).
26744
26745 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26748         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26749         (gst_asf_demux_process_ext_content_desc),
26750         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26751         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26752         * gst/asfdemux/gstasfdemux.h:
26753           Improve metadata display, e.g. if the metadata comes before the
26754           streams are loaded (which is perfectly valid).
26755
26756 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26757
26758         * tools/gst-launch-ext-m.m:
26759           Fix AVI/ASF pipelines (#165340).
26760
26761 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26762         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26763         build failure on amd64
26764
26765 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26766
26767         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26768         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26769           Check environment variables GST_ID3V2_TAG_ENCODING,
26770           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26771           list of character encodings to force interpretation of non-unicode
26772           strings stored in an ID3v2 tag to a particular encoding. If none
26773           is specified, try to use current locale's encoding, then fall back
26774           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26775         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26776         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26777           Check environment variables GST_ID3V1_TAG_ENCODING,
26778           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26779           list of character encodings to use in case a string encountered
26780           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26781           specified, try to use the current locale's encoding, then fall
26782           back to ISO-8859-1 (which will always succeed).
26783
26784 2005-01-25  Benjamin Otte  <otte@gnome.org>
26785
26786         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26787           - on half framerate, compute the rate in advance so the comparisons
26788             don't compare wrong values
26789           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26790             behaviour
26791           - don't use mad_header_decode anymore, mad_frame_decode does that
26792             automatically
26793           - when getting rid of consumed bytes, reset the stream's skiplen
26794           (fixes #163867)
26795
26796 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26797
26798         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26799           Use 1/2 a second for default max_discont, as PES streams from DVB
26800           seem to have larger spacings in the SCR. 
26801           Fix a typo.
26802
26803 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26804
26805         * gst/playback/gstplaybasebin.c: (group_commit):
26806           Notify delayed stream-info availability.
26807
26808 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26809         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26810         (gst_a52dec_handle_event), (gst_a52dec_chain):
26811         Add some debug output. Check that a discont has a valid
26812         time associated.
26813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26814         (gst_alsa_sink_loop):
26815         Ignore TAG events. A little extra debug for broken timestamps.
26816         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26817         (dvdnavsrc_change_state):
26818         Ensure we send a discont to engage the link before we send any
26819         other events.
26820         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26821         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26822         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26823         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26824         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26825         dvd://title works in totem because typefinding sends a seek that ends
26826         up going back to chapter 1 regardless.
26827         * ext/mpeg2dec/gstmpeg2dec.c:
26828         * ext/mpeg2dec/gstmpeg2dec.h:
26829         Output correct timestamps and handle disconts.
26830         * ext/ogg/gstoggdemux.c: (get_relative):
26831         Small guard against a null dereference.
26832         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26833         (gst_textoverlay_set_property):
26834         Free memory when done. Don't call gst_event_filler_get_duration on
26835         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26836         g_warning.
26837         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26838         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26839         (gst_sw_srclink), (gst_smoothwave_chain):
26840         Draw solid lines, prettier colours.
26841         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26842         Add a default palette that'll work for some movies.
26843         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26844         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26845         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26846         * gst/mpegstream/gstdvddemux.h:
26847         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26848         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26849         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26850         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26851         * gst/mpegstream/gstmpegparse.h:
26852         Use PTM/NAV events when for timestamp adjustment when connected to 
26853         dvdnavsrc. Don't use many discont events where one suffices.
26854         * gst/playback/gstplaybasebin.c: (group_destroy),
26855         (gen_preroll_element), (gst_play_base_bin_add_element):
26856         * gst/playback/gstplaybasebin.h:
26857         Make sure we remove subtitles from the same bin we put them in.
26858         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26859         (gst_subparse_buffer_format_autodetect),
26860         (gst_subparse_change_state):
26861         Fix some memleaks and invalid accesses.
26862         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26863         (oggskel_type_find), (cmml_type_find), (plugin_init):
26864         Some typefind functions for Annodex v3.0 files
26865         * gst/wavparse/gstwavparse.h:
26866         GstRiffReadClass is the correct parent class.
26867
26868 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26869
26870         * gst-libs/gst/riff/riff-media.c:
26871         (gst_riff_create_video_caps_with_data):
26872           Add extradata to huffyuv (fixes #165013).
26873         * gst-libs/gst/riff/riff-read.c:
26874         (gst_riff_read_strf_vids_with_data):
26875           Fix extradata extraction if it is in the chunk size.
26876
26877 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26878
26879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26880
26881         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26882         (gst_quarktv_change_state), (gst_quarktv_dispose):
26883           Memory free'ing location fix (#164708).
26884
26885 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26886
26887         * gst/playback/gstplaybasebin.c: (group_commit),
26888         (gen_preroll_element), (probe_triggered), (gen_source_element),
26889         (setup_source), (gst_play_base_bin_change_state),
26890         (gst_play_base_bin_add_element):
26891           Don't block for streams.
26892         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26893         (gst_stream_info_set_mute):
26894           Use gst_pad_set_active_recursive.
26895
26896 2005-01-25  Andy Wingo  <wingo@pobox.com>
26897
26898         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26899         for #ifndef HAVE_XVIDEO.
26900
26901 2005-01-24  Jeffrey C. Ollie
26902
26903         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26904
26905         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26906         * ext/gsm/gstgsmdec.h:
26907         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26908         * ext/gsm/gstgsmenc.h:
26909         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26910         was given by property. Add proper buffer timestamps and offsets.
26911
26912 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26913
26914         * gst-libs/gst/riff/riff-media.c:
26915         (gst_riff_create_audio_caps_with_data):
26916           Audio can be <8000Hz.
26917
26918 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26921           Explicit state change to workaround refcount bugs.
26922
26923 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26924
26925         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26926         (gst_avimux_riff_get_avi_header):
26927           Fix...
26928
26929 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26930
26931         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26932         (gst_riff_read_element_data):
26933         * gst-libs/gst/riff/riff-read.h:
26934           Add _peek version (req'ed in CDXA).
26935         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26936         (gst_cdxaparse_loop):
26937           Fix parsing in playbin.
26938         * gst/playback/gstdecodebin.c: (close_pad_link):
26939           Ignore current_ pads, they cause major annoyance.
26940
26941 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26942
26943         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26944           Safety guard.
26945
26946 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26947
26948         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26949           Fix padding...
26950
26951 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26952
26953         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26954           Allow for 0-sized buffers. Fixes length query problems in
26955           starwars.mkv from the testsuite.
26956
26957 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26958
26959         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26960         (gst_video_box_i420), (gst_video_box_chain):
26961           Fix row strides for I420 (fixes #163159)
26962           
26963 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26964
26965         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26966           MPEG2 has a useful rate property, so we can actually use that.
26967           For MPEG-1, continue using the bytes/time properties.
26968
26969 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26970
26971         * gst-libs/gst/riff/riff-media.c:
26972         (gst_riff_create_video_caps_with_data),
26973         (gst_riff_create_video_template_caps):
26974           Add intel-h263.
26975
26976 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26977
26978         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26979           Fail if caps negotiation fails. Should fix #162184, and should
26980           definately be in there regardless of it fixing the actual bug.
26981         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26982         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26983         (gst_avimux_riff_get_avix_header),
26984         (gst_avimux_riff_get_video_header),
26985         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26986         (gst_avimux_start_file), (gst_avimux_handle_event),
26987         (gst_avimux_change_state):
26988         * gst/avi/gstavimux.h:
26989           Refactor structure writing to use GST_WRITE_UINT macros, add
26990           metadata writing support.
26991
26992 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26993
26994         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26995           Elements may already be destroyed when this function is called.
26996
26997 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26998
26999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27000         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27001           More memory leak fixes (#149162).
27002
27003 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27004
27005         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27006         (gst_qtdemux_add_stream):
27007           Fix two memleaks.
27008
27009 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27010
27011         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27012           Argh...
27013
27014 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27015
27016         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27017           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27018           when fixating to six channels in Totem.
27019
27020 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27021
27022         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27023           Fix compile warnings on Solaris 10 buildbot
27024
27025 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27026
27027         * ext/dvdread/dvdreadsrc.c: (_read):
27028           Don't read beyond the last cell in a chapter (fixes 
27029           invalid memory access)
27030
27031 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27032
27033         * ext/dvdread/stream_labels.c:
27034         (dvdreadsrc_get_audio_stream_labels):
27035           Use NULL for an empty GList instead of g_list_alloc(); fix 
27036           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27037           of GString (easier to bulk free later)
27038
27039 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27040
27041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27042
27043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27044         (gst_ffmpeg_pixfmt_to_caps):
27045           Fix BGRA32 caps (#164209).
27046
27047 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27048
27049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27050
27051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27052         (gst_ffmpeg_caps_to_pixfmt):
27053           alpha_mask can be RGBA/ABGR. Fixes #164265.
27054
27055 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27056
27057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27058
27059         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27060         (gst_mpeg2dec_alloc_buffer):
27061         * ext/mpeg2dec/gstmpeg2dec.h:
27062           Crop if decoding size is not the actual image size (#163676).
27063
27064 2005-01-17  Steve Baker  <steve@stevebaker.org>
27065
27066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27067
27068         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27069         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27070           Add libsndfile typefind functions (#163309).
27071
27072 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27073
27074         * tools/gst-launch-ext-m.m:
27075           Add .aac, fix .m1v/.m2v (#163891).
27076
27077 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27078
27079         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27080           Sanity check, don't wait endlessly since the clock might not
27081           actually run at this point (which is a deadlock). Fixes #164069.
27082
27083 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27084
27085         * gst/playback/gstplaybasebin.c: (probe_triggered):
27086           Of course, only pause if group is done...
27087
27088 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27089
27090         * gst/playback/gstplaybasebin.c: (probe_triggered):
27091           Thread safety.
27092
27093 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27094
27095         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27096           Don't return state change success when the parent
27097           failed.
27098
27099 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27100
27101         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27102           Free events (fix memleak in #162905).
27103
27104 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27105
27106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27107
27108         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27109         (gst_ffmpeg_caps_to_pixfmt):
27110           Fix for depth = 15. Fixes #161675.
27111
27112 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27113
27114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27115           Set FPS correctly, even for webcams and the like.
27116         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27117           Don error on setting while capturing.
27118
27119 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27120
27121         * ext/dv/gstdvdec.c:
27122         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27123         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27124           I'm a bad boy. using /1001. to force C to do float division
27125           and not integer division (as it did in my last commit)
27126           Thanks to David I. Lehn for pointing this mistake.
27127
27128 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27129
27130         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27131           Revert Johan's 1.35->1.36 since it breaks compat.
27132
27133 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27134
27135         * ext/dv/gstdvdec.c:
27136         * ext/libfame/gstlibfame.c:
27137         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27138         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27139           replace framerate aproximations by their real value
27140           (24000/1001, 30000/1001, 60000/1001)
27141           Finish fixing bug #164049
27142
27143 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27144
27145         * ext/ogg/gstoggmux.c:
27146           eos/bos debugging
27147         * gst/tcp/gstmultifdsink.c:
27148         * gst/tcp/gstmultifdsink.h:
27149         * gst/tcp/gsttcp.c:
27150         * gst/tcp/gsttcp.h:
27151         * gst/tcp/gsttcpclientsink.c:
27152         * gst/tcp/gsttcpclientsrc.c:
27153         * gst/tcp/gsttcpserversink.c:
27154         * gst/tcp/gsttcpserversrc.c:
27155           improve reusability of elements after state changes and errors
27156           make multifdsink throw away streamheaders when receiving new ones
27157
27158 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27159
27160         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27161           Fix for if items are already in list...
27162
27163 2005-01-12  Benjamin Otte  <otte@gnome.org>
27164
27165         * gst/adder/gstadder.c: (gst_adder_loop):
27166           fix adder a bit so it doesn't screw up with events as much anymore
27167
27168 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27169
27170         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27171         (pixbufscale_scale), (gst_pixbufscale_chain):
27172         * ext/gdk_pixbuf/pixbufscale.h:
27173           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27174           to ensure rowstrides are calculated the same way as 
27175           ffmpegcolorspace
27176           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27177           that we pick up duration and offset also.
27178
27179 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27180
27181         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27182         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27183           Reusability fixes.
27184
27185 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27186
27187         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27188         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27189         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27190         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27191           Update flags when requested.
27192
27193 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27194
27195         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27196           Fix dmix.
27197
27198 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27199
27200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27201         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27202         (probe_triggered), (new_decoded_pad), (gen_source_element),
27203         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27204         * gst/playback/gstplaybasebin.h:
27205         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27206         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27207         (gst_play_bin_change_state):
27208           Implement group-switch signal for use in apps to clear metadata
27209           cache, clean up subtitle, add suburi property instead of # hack,
27210           some error-out fixes.
27211
27212 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27213
27214         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27215           Debug.
27216         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27217           If we got a state change in the _get handler, don't return success.
27218
27219 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27220
27221         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27222         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27223           Make jpegdec quiet on MJPEG decoding
27224         * gst/asfdemux/README:
27225           Fix mimetypes for MJPEG and H263
27226
27227 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27228
27229         * ext/theora/theoradec.c: (theora_dec_chain):
27230           Fix broken code generation by gcc by swapping arguments.
27231         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27232           Fix \n in debug.
27233
27234 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27235
27236         * TODO:
27237           delete this file, it is by far outdated
27238         * ext/alsa/gstalsa.1: remove
27239         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27240         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27241         (gst_alsa_get_caps):
27242           Add HW probing for supported sample rates. Fixes #161704
27243
27244 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27245
27246         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27247           Don't crash, biatch! :).
27248
27249 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27250
27251         * ext/musepack/gstmusepackreader.cpp:
27252         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27253           Some work on tags - still doesn't work in playbin...
27254         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27255           Handle events...
27256
27257 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27258
27259         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27260           Also shove tags on kid pads.
27261
27262 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27263
27264         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27265           Don't bail on unknown events.
27266         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27267           Don't crash on events before negotiation.
27268         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27269           Send tags on pads, too.
27270         * gst/playback/gststreamselector.c:
27271         (gst_stream_selector_request_new_pad):
27272           Forward events on first pad if no input was selected yet.
27273
27274 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * gst/playback/gstplaybasebin.c: (setup_substreams):
27277           Don't disable streamtype if the stream doesn't exist, since
27278           then playing a video after audio will disable both and nothing
27279           will happen. Fixes the testsuite.
27280
27281 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27282
27283         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27284         (gst_v4l_xoverlay_set_xwindow_id):
27285         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27286         (gst_v4l2_xoverlay_set_xwindow_id):
27287           Add debug categories, fix overlay disabling.
27288
27289 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27290
27291         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27292         * ext/alsa/gstalsa.h:
27293           Add HW probing for period_count/size and buffer_size MIX/MAX
27294           Adjust default/user defined value if out of bounds
27295           Should fix bug #162024
27296
27297 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27298
27299         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27300           Fix warning (#161191).
27301
27302 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27303
27304         * ext/dvdread/stream_labels.c:
27305         (dvdreadsrc_get_audio_stream_labels):
27306           Fix warning (init the good variable in switch default)
27307
27308 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27309
27310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27311
27312         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27313           Fix gcc-2.95 compile (#163485).
27314
27315 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27316
27317         * configure.ac:
27318         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27319         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27320         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27321         (gst_flacenc_change_state):
27322         * ext/flac/gstflacenc.h:
27323           Update for API change in flac-1.1.1. Update requirement in
27324           configure.ac. Fixes #162974.
27325
27326 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27327
27328         * gst/playback/gstplaybasebin.c: (group_destroy):
27329           Remove hack to get rid of assert and get rid of unlinked
27330           signals properly.
27331
27332 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27333
27334         * gst/playback/gstplaybasebin.c: (setup_source):
27335           Set source to NULL so that resources are free'ed. Fixes issues
27336           with playback of CDDA and similar device-accessing things.
27337
27338 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * testsuite/embed/Makefile.am:
27341           test->noinst, fix make test in buildbot.
27342
27343 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27344
27345         * ext/dvdread/stream_labels.c: new file
27346         * ext/dvdread/stream_labels.h: new file
27347         * ext/dvdread/Makefile.am:
27348         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27349           Extract audio stream label from DVD IFO files.
27350           It only dump them on the console for now, still have to
27351           make playbin aware of them.
27352
27353 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27354
27355         * gst/playback/gstplaybasebin.c: (setup_source):
27356           Fix hanging subs.
27357
27358 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27359
27360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27361         (gen_preroll_element), (remove_groups), (setup_subtitle),
27362         (gen_source_element), (setup_source):
27363         * gst/playback/gstplaybasebin.h:
27364           Multiple .sub files is just a stupid idea... Fix some threading
27365           mistakes. Interestingly, external .sub files cause playbin to
27366           hang, I don't know why... Parsing fixes contributed by Fran??ois
27367           Kooman <fkooman@tuxed.net>.
27368
27369 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27370
27371         * testsuite/embed/Makefile.am:
27372           Fix buildbot.
27373
27374 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27375
27376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27377
27378         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27379         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27380         (gst_pngenc_set_property):
27381         * ext/libpng/gstpngenc.h:
27382           Add compression level property (#163323).
27383
27384 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27385
27386         * configure.ac:
27387         * examples/capsfilter/capsfilter1.c: (main):
27388         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27389         * ext/dvdread/Makefile.am:
27390         * ext/dvdread/demo-play:
27391         * ext/dvdread/demo-play.c:
27392         * gconf/gstreamer.schemas.in:
27393         * gst-libs/gst/gconf/gconf.c:
27394         * sys/v4l/TODO:
27395         * testsuite/Makefile.am:
27396         * testsuite/embed/Makefile.am:
27397         * testsuite/embed/embed.c: (cb_expose), (main):
27398           Remove all references to xvideosink, fix examples (#140845).
27399         * gst/playback/gstplaybasebin.c: (group_destroy):
27400           Apparently, disposal does not unlink - so do explicitely.
27401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27402           Add debug.
27403
27404 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27405
27406         * README: fix PKG_CONFIG_PATH instructions, what was there
27407         previously was breaking default search path, not nice. 
27408         Fixes #163358
27409
27410 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27413         (gst_audioscale_chain):
27414           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27415           when resampling - how the ^@$^!@^! is this possible?!?
27416
27417 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27418
27419         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27420           Reset variables on READY.
27421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27422         (gst_matroska_mux_loop):
27423           Require data before writing header.
27424
27425 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27426
27427         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27428
27429         * ext/mad/gstmad.c: (gst_mad_chain):
27430           Don't call mad_stream_sync() directly after recovering sync.
27431           Fixes #151661.
27432
27433 2005-01-09  Martin Eikermann  <meiker@upb.de>
27434
27435         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27436
27437         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27438         (snapshot_handler), (gst_snapshot_sinkconnect),
27439         (gst_snapshot_chain):
27440           Allocate resources when required, fix recursive signal emission
27441           and fix caps. Fixes #161667.
27442
27443 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27444
27445         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27446
27447         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27448         (gst_pngdec_chain):
27449           Handle only 8-bppc (bits-per-pixel-component) images, better
27450           error handling and correct strides. Fixes #163177.
27451         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27452         (gst_pngenc_chain):
27453           Better error handling. Fixes #163348.
27454
27455 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27456
27457         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27458         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27459         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27460         (dvdnavsrc_uri_handler_init):
27461           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27462         * gst/playback/gstplaybasebin.c: (gen_source_element):
27463           Add MMS to streaming URIs.
27464
27465 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27466
27467         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27468         * sys/xvimage/xvimagesink.c:
27469         (gst_xvimagesink_navigation_send_event):
27470           Check for pad availability before sending event.
27471
27472 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27473
27474         * gst-plugins.spec.in:
27475           Add subparse.
27476
27477 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27478
27479         * configure.ac:
27480           Since we use functions from CVS, up requirement.
27481
27482 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27483
27484         * gst/playback/Makefile.am:
27485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27486         (group_destroy), (group_commit), (group_is_muted),
27487         (gen_preroll_element), (add_stream), (unknown_type),
27488         (probe_triggered), (preroll_unlinked), (mute_stream),
27489         (silence_stream), (new_decoded_pad), (setup_substreams),
27490         (setup_source), (get_active_source), (mute_group_type),
27491         (muted_group_change_state), (set_active_source),
27492         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27493         (play_base_eos), (gst_play_base_bin_change_state):
27494         * gst/playback/gstplaybasebin.h:
27495         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27496         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27497         (gst_stream_info_dispose), (stream_info_mute_pad),
27498         (stream_info_change_state), (gst_stream_info_set_mute):
27499         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27500         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27501         (gst_stream_selector_init), (gst_stream_selector_dispose),
27502         (gst_stream_selector_get_linked_pad),
27503         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27504         (gst_stream_selector_get_linked_pads),
27505         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27506         * gst/playback/gststreamselector.h:
27507           Adding stream selection support plus required properties for
27508           applications to use this. Fully fixes #100931.
27509
27510 2005-01-08  Benjamin Otte  <otte@gnome.org>
27511
27512         * gst/games/gstpuzzle.c: (nav_event_handler):
27513           - handle nav events differently: forward every event no matter if it
27514             was handled or not.
27515           - translate events
27516           You can now cheat by using navigationtest ! puzzle and moving the
27517           mouse close to the edge of a tile. ;)
27518
27519 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27520
27521         * configure.ac:
27522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27523         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27524         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27525         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27526         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27527         (gst_ogm_parse_plugin_init):
27528         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27529         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27530         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27531         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27532         * ext/pango/gsttextoverlay.h:
27533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27534         (gst_matroska_demux_handle_seek_event),
27535         (gst_matroska_demux_sync_streams),
27536         (gst_matroska_demux_parse_blockgroup),
27537         (gst_matroska_demux_subtitle_caps),
27538         (gst_matroska_demux_plugin_init):
27539         * gst/matroska/matroska-ids.h:
27540         * gst/playback/gstdecodebin.c: (close_pad_link):
27541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27542         (gen_preroll_element), (remove_groups), (add_stream),
27543         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27544         (setup_source):
27545         * gst/playback/gstplaybasebin.h:
27546         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27547         * gst/subparse/Makefile.am:
27548         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27549         (gst_subparse_base_init), (gst_subparse_class_init),
27550         (gst_subparse_init), (gst_subparse_formats),
27551         (gst_subparse_eventmask), (gst_subparse_event),
27552         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27553         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27554         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27555         (parse_mpsub_deinit), (parse_mpsub_init),
27556         (gst_subparse_buffer_format_autodetect),
27557         (gst_subparse_format_autodetect), (gst_subparse_loop),
27558         (gst_subparse_change_state), (gst_subparse_type_find),
27559         (plugin_init):
27560         * gst/subparse/gstsubparse.h:
27561         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27562         (plugin_init):
27563           Add subtitle support, .sub parser (supports SRT and MPsub),
27564           OGM text support, Matroska UTF-8 text support, deadlock fixes
27565           all over the place, subtitle awareness in decodebin/playbin
27566           and some fixes to textoverlay to handle subtitles in a stream
27567           correctly. Fixes #100931.
27568
27569 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27572           Check for pad availability before doing a query on it.
27573
27574 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27575
27576         * ext/dv/gstdvdec.c:
27577           really fix bpp24/32 dvdec caps (classic rgba indeed)
27578         * gst/asfdemux/gstasfdemux.c:
27579         (gst_asf_demux_process_ext_content_desc):
27580           don't send text tags if they are empty (bis repetita)
27581
27582 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27583
27584         * ext/dv/gstdvdec.c:
27585          remove unneeded comment from dvdec
27586           (related to DV 4CC codes in AVI files)
27587           moved them in gstreamer/docs/random/mimetypes
27588         * gst/asfdemux/gstasfdemux.c:
27589         (gst_asf_demux_process_ext_content_desc):
27590          don't send text tags if they are empty
27591          fix mem leak on error path
27592         * gst/ffmpegcolorspace/avcodec.h:
27593         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27594         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27595         (gst_ffmpegcsp_avpicture_fill):
27596         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27597         * gst/ffmpegcolorspace/imgconvert_template.h:
27598          adds BGR32 and BGRA32 to ffmpegcolorspace
27599           (still bad colors, fixing it on next commit)
27600           helps with dvdec outputing BGR32
27601
27602 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27603
27604         * ext/dv/gstdvdec.c:
27605          Fix audio caps i just broke (missing ',')
27606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27607         (gst_matroska_mux_reset):
27608          Fix typo + add FIXME about old "x-gst-metadata" crap
27609
27610 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27611
27612         * ext/dv/demo-play.c: (main):
27613          xvideosink -> xvimagesink
27614         * ext/dv/gstdvdec.c:
27615          change rgb 32/32 caps to 24/32 (no alpha)
27616          change nb of channels to be a list (2 or 4, not 2)
27617          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27618         * gst/asfdemux/gstasfdemux.c:
27619         (gst_asf_demux_process_ext_content_desc):
27620          Add 'date/year' to extracted metadata list
27621
27622 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27623
27624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27625           The return value of fixate_to does not imply that the requested
27626           value was set, so don't assume.
27627
27628 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27629
27630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27631
27632         * ext/libpng/gstpngdec.c:
27633         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27634         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27635         * ext/libpng/gstpngenc.h:
27636           Alpha support (encoder; #163161), mime fixage.
27637
27638 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27639
27640         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27641
27642         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27643         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27644         (gst_faac_set_property), (gst_faac_get_property):
27645         * ext/faac/gstfaac.h:
27646           Allow for ADTS output (#153434).
27647
27648 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27649
27650         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27651           Fix against template (#150576).
27652
27653 2005-01-06  Benjamin Otte  <otte@gnome.org>
27654
27655         * gst/games/gstpuzzle.c: (draw_puzzle):
27656           don't draw a puzzle if either width or height of tiles would be 0.
27657
27658 2005-01-06  Benjamin Otte  <otte@gnome.org>
27659
27660         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27661         (gst_puzzle_class_init), (gst_puzzle_finalize):
27662           no memleaks, please
27663         (gst_puzzle_create), (gst_puzzle_init),
27664         (gst_puzzle_set_property), (gst_puzzle_setup):
27665           change initialization code around so we don't reshuffle on resize
27666         (draw_puzzle):
27667           fix another stupid typo
27668
27669 2005-01-06  Benjamin Otte  <otte@gnome.org>
27670
27671         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27672           fix stupid typo that borked copying on YUY2
27673
27674 2005-01-06  Benjamin Otte  <otte@gnome.org>
27675
27676         * gst/games/gstpuzzle.c: (draw_puzzle):
27677           fix edges when image sizes aren't multiples of tile sizes
27678
27679 2005-01-06  Benjamin Otte  <otte@gnome.org>
27680
27681         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27682           make RGB endianness work correctly
27683         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27684           refactor and fix race with initial shuffling
27685         (nav_event_handler):
27686           allow using the mouse to puzzle
27687         (draw_puzzle):
27688           insist on tiles having width and height as multiples of 4 to get
27689           clean YUV image handling
27690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27691         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27692           s/DEBUG/LOG/ for common messages
27693         (gst_xvimagesink_navigation_send_event):
27694           fix mouse event translation to not include screen PAR
27695         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27696           fix mouse event translation to actually work
27697
27698 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27699
27700         * gst/asfdemux/gstasfdemux.c:
27701         (gst_asf_demux_process_ext_content_desc):
27702          Extract TrackNumber metadata + clean up code
27703         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27704          Hope this is the good fix (var used unitialised)
27705
27706 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27707
27708         * ext/faad/gstfaad.c: (gst_faad_chain):
27709           Only increment timestamp if it's valid. Fixes raw AAC streams.
27710
27711 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27712
27713         * configure.ac:
27714         * gst/games/Makefile.am:
27715         * gst/games/gstpuzzle.c:
27716           add a puzzle game with...
27717         * gst/games/gstvideoimage.c:
27718         * gst/games/gstvideoimage.h:
27719           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27720           from videotestsrc and made into something that would be a nice
27721           library for a lot of other plugins.
27722
27723 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27724
27725         * configure.ac:
27726          don't compile faad plugin if a RC of 2.0 is found
27727          Fixes #155346 (and FC1 buildbot)
27728         * gst/asfdemux/gstasfdemux.c:
27729         (gst_asf_demux_process_ext_content_desc):
27730          try to make Solaris compiler happier
27731
27732 2005-01-06  Paul Jack  <pjack@sfaf.org>
27733
27734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27735
27736         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27737           Fix segfault (#161667).
27738
27739 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27740
27741         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27742           Fix framerate reporting.
27743
27744 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27745
27746         * gst-libs/gst/riff/riff-ids.h:
27747         * gst/wavenc/riff.h:
27748          Add AMR (VBR and CBR) ids to riff.h audio codec list
27749         * gst/asfdemux/gstasfdemux.c:
27750         (gst_asf_demux_process_ext_content_desc),
27751         (gst_asf_demux_process_object):
27752           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27753
27754 2005-01-05  Martin Eikermann  <meiker@upb.de>
27755
27756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27759         (gst_dvd_demux_handle_discont):
27760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27761         (gst_mpeg_demux_handle_discont):
27762           Recreate pads on new-media (#160730).
27763         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27764           Send discont even if manager changes timestamps (#161929).
27765
27766 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27767
27768         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27769
27770         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27771           Fix invalid memory access (#159211).
27772
27773 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27774
27775         * examples/gstplay/player.c: (main):
27776           Don't iterate.
27777         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27778           Add visualizations.
27779         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27780         (gst_a52dec_handle_frame):
27781           Set duration.
27782         * ext/dvdnav/gst-dvd:
27783           Add audioconvert. Fixes #161325.
27784         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27785           Explicitely case to gint64. Possible valgrind error.
27786         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27787         (gst_play_tick_callback), (gst_play_change_state),
27788         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27789         (gst_play_set_location), (gst_play_get_location),
27790         (gst_play_seek_to_time), (gst_play_set_data_src),
27791         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27792         (gst_play_set_visualization), (gst_play_connect_visualization),
27793         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27794         (gst_play_new):
27795           Use playbin. Fixes #139749 and #147744.
27796         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27797           Add genre tag.
27798         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27799         (audioscale_get_type), (gst_audioscale_base_init),
27800         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27801         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27802         (gst_audioscale_link), (gst_audioscale_get_buffer),
27803         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27804         (gst_audioscale_init), (gst_audioscale_dispose),
27805         (gst_audioscale_chain), (gst_audioscale_set_property),
27806         (gst_audioscale_get_property), (plugin_init):
27807           Indent properly.
27808         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27809           Fix LPCM.
27810         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27811         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27812         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27813           Add more metadata (fixes #162656).
27814
27815 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27816
27817         * configure.ac:
27818           back to cvs
27819
27820 === release 0.8.7 ===
27821
27822 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27823
27824         * NEWS:
27825         * RELEASE:
27826         * configure.ac:
27827           releasing 0.8.7, "Hyperspace"
27828
27829 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27830
27831         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27832
27833         * gst/playback/gstplaybasebin.c:
27834          Fix for #162924 - free caps after use, not before
27835
27836 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27837
27838         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27839
27840         * gst/playback/gstplaybasebin.c:
27841         * gst/wavparse/gstwavparse.c:
27842           Fix for #154773 - fixes playback of small .wav files
27843
27844 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27845
27846         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27847
27848         * gst/audioscale/gstaudioscale.c:
27849           Fix for #162819 - make audioscale reusable
27850           Fixes playback of more than one file with playbin/totem
27851
27852 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27853
27854         * gst/ffmpegcolorspace/avcodec.h:
27855         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27856         * gst/ffmpegcolorspace/imgconvert.c:
27857           clean up the mess that made me cry and avoid needless duplication
27858
27859 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27860
27861         * gst/ffmpegcolorspace/imgconvert.c:
27862           give some indication of why we're segfaulting
27863
27864 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27865
27866         * configure.ac:
27867           Fix indentation, fix v4l2 plugin detection.
27868         * ext/Makefile.am:
27869           Fix libmms location (Maciej, use diff -u!).
27870         * ext/alsa/gstalsa.c: (gst_alsa_init):
27871           Initialize caps cache to NULL.
27872         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27873           Only change state on audiosink if it exists.
27874
27875 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27876
27877         * gst/matroska/matroska-demux.c:
27878         * gst/matroska/matroska-ids.h:
27879         * gst/matroska/matroska-demux.h:
27880         Fix Vorbis streams failing to decode in some files, where cluster_time
27881         isn't 0, because then it doesn't send codec_priv before actual data.
27882         Remove time-based test and replace it with marker set on beginning of
27883         new stream
27884
27885 2004-12-28  David Schleef  <ds@schleef.org>
27886
27887         Merge patch from Ronald fixing problems with streaming
27888         text.
27889         * ext/cairo/gstcairo.c: (plugin_init):
27890         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27891         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27892         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27893         (gst_textoverlay_font_init), (gst_textoverlay_init),
27894         (gst_textoverlay_set_property):
27895         * ext/cairo/gsttextoverlay.h:
27896
27897 2004-12-27  David Schleef  <ds@schleef.org>
27898
27899         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27900         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27901         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27902         (gst_textoverlay_font_init), (gst_textoverlay_init),
27903         (gst_textoverlay_set_property): Improvements to actually
27904         render text as white on black outline on video, including
27905         font selection and horizontal/vertical alignment.  (Ronald's
27906         christmas present)
27907         * ext/cairo/gsttextoverlay.h:
27908
27909 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27910
27911         * ext/ogg/gstogg.c:
27912         * ext/ogg/gstogmparse.c:
27913           fix ogm[audio/video]parse plugin registration
27914           (riff won't load if bytestream is already loaded)
27915
27916 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27917
27918         * gst/audioconvert/gstchannelmix.c:
27919           fix for GLIB < 2.4
27920
27921 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27922
27923         * Makefile.am:
27924         * configure.ac:
27925           disable docs again until it actually passes make distcheck.
27926
27927 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27928
27929         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27930         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27931         (plugin_init):
27932           Add 3GP (variables name Q3GP because they can't start with a
27933           number). Add samr audio fourcc (used in .3gp files), decoder
27934           is work in progress. Also do a GST_WARNING instead of ERROR
27935           in case of unknown nodes, to decrease output.
27936
27937 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27938
27939         * Makefile.am:
27940           really fix dist
27941
27942 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27943
27944         * configure.ac:
27945         * ext/speex/gstspeexdec.h:
27946         * ext/speex/gstspeexenc.h:
27947           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27948           Fix detection code in configure.ac
27949
27950 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27951
27952         * gst/matroska/matroska-demux.c:
27953         (gst_matroska_demux_parse_blockgroup):
27954           Save position, so that queries give proper return values. Don't
27955           know how this could ever have worked before...
27956
27957 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27958
27959         * configure.ac:
27960           Put additional LAME check inside the conditional.  Fixes #152339
27961
27962 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27963
27964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27965         (gst_avi_demux_stream_scan):
27966           Add some more debug. Fix logic error when setting movi offset
27967           while reading index.
27968
27969 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27970
27971         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27972         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27973         (gst_avi_demux_process_next_entry):
27974           Add some debugging. Better detection of broken indexes and the
27975           accompanying index recovery. No infinite loops on state changes
27976           when we're still in our loopfunction.
27977
27978 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27979
27980         * configure.ac:
27981           Fix up.
27982
27983 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27984
27985         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27986
27987         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27988           Normalizing the value before setting
27989         (gst_sunaudiomixer_get_volume):
27990           Normalizing the value after getting. Fixes bug# 161980
27991
27992 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27993
27994         * Makefile.am: Make sure docs gets disted
27995         * docs/Makefile.am: Make sure all needed files get disted
27996         * gst-plugins.spec.in: latest updates
27997
27998 2004-12-22  Wim Taymans  <wim@fluendo.com>
27999
28000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28001         Revert patch 1.38 as clock distribution over schedulers does
28002         not work correcly in the core yet.
28003
28004 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28005
28006         * sys/oss/README: remove this file, which predates my birth
28007           (and which content is by far outdated)
28008
28009 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28010
28011         * Makefile.am:
28012         * configure.ac:
28013         * docs/Makefile.am:
28014         * docs/libs/Makefile.am:
28015         * docs/libs/gst-plugins-libs-docs.sgml:
28016         * docs/libs/gst-plugins-libs-sections.txt:
28017         * docs/libs/tmpl/gstgconf.sgml:
28018         * docs/upload.mak:
28019         * docs/version.entities.in:
28020           Added boilerplate gtk-doc files for plugin-libs documentation.
28021
28022 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28023
28024         * gst/auparse/gstauparse.c: fix int and float audio caps
28025
28026 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28027
28028         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28029         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28030           g_assert() can be a macro, don't use #ifdef inside it.
28031
28032 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28033
28034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28035
28036         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28037         (gst_videorate_init), (gst_videorate_chain),
28038         (gst_videorate_change_state):
28039           Event handling (fixes #159986).
28040
28041 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28042
28043         * gst-libs/gst/riff/riff-media.c:
28044         (gst_riff_create_video_caps_with_data):
28045           Add BLZ0 (Blizzard's version of DivX) fourcc.
28046
28047 2004-12-18  David Schleef  <ds@schleef.org>
28048
28049         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28050         portability fix.
28051
28052 2004-12-18  David Schleef  <ds@schleef.org>
28053
28054         * gst/tta/ttadec.h: Disable some header code that isn't used
28055         and clearly isn't portable.
28056
28057 2004-12-18  David Schleef  <ds@schleef.org>
28058
28059         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28060         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28061         (avcodec_get_pix_fmt), (avpicture_layout),
28062         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28063         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28064         Fix code to not use GCC extensions (and c99 extensions that
28065         Forte does not like.)
28066
28067 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28068
28069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28070
28071         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28072         (gst_deinterlace_chain):
28073           Rowstride fixes. Fixes #161039.
28074         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28075         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28076         (gst_video_crop_getcaps), (gst_video_crop_link),
28077         (gst_video_crop_i420), (gst_video_crop_chain),
28078         (gst_video_crop_change_state):
28079           Rework of negotiation. Actually works now. Fixes #158650.
28080
28081 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28082
28083         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28084           That was very stupid.
28085
28086 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28087
28088         * gst/matroska/matroska-demux.c:
28089         (gst_matroska_demux_parse_blockgroup):
28090           Fix possible crasher.
28091
28092 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28093
28094         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28095         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28096           Lace sizes can be zero.
28097
28098 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28099
28100         * ext/musepack/gstmusepackdec.cpp:
28101           Fetch error return values. Fixes #161624.
28102         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28103           Really EOS.
28104
28105 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28106
28107         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28108           Work for truncated (unfinished download etc.) files. Fixes #160514.
28109
28110 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28111
28112         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28113           Fix for integer overflow. Makes #156001 not crash. Probably masks
28114           the real bug.
28115
28116 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28117
28118         * gst/ac3parse/gstac3parse.c: (plugin_init):
28119           Parsers never have ranks. Fixes #159651.
28120
28121 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28122
28123         * gst/playback/gstdecodebin.c: (compare_ranks):
28124           make sure the facotries are ordered the same every time even if they
28125           have the same rank by using the name
28126         * gst/playback/gstdecodebin.c: (find_compatibles):
28127           make sure we don't add factories to the list twice
28128
28129 2004-12-16  David Schleef  <ds@schleef.org>
28130
28131         * configure.ac: look for musepack headers as musepack/*.h
28132         (fixes #159847)
28133         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28134         * ext/musepack/gstmusepackreader.h: same
28135
28136 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28137
28138         * gst-libs/gst/riff/riff-read.c:
28139         (gst_riff_read_strf_auds_with_data):
28140           Read extradata correctly (fixes #155879).
28141
28142 2004-12-16  David Schleef  <ds@schleef.org>
28143
28144         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28145         audio.  does _not_ attempt or allow conversion unless channels
28146         is 1 or 2.
28147
28148 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28149
28150         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28151
28152 2004-12-16  David Schleef  <ds@schleef.org>
28153
28154         * gst/audioscale/gstaudioscale.c: the resample library only
28155         handles 1 or 2 channels.  Change caps to compensate.
28156
28157 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28158
28159         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28160         (gst_matroska_demux_audio_caps):
28161           Some MPEG-AAC hacks, because else it doesn't work...
28162
28163 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28164
28165         * gst-libs/gst/riff/riff-media.c:
28166         (gst_riff_create_video_caps_with_data),
28167         (gst_riff_create_video_template_caps):
28168           Add h264.
28169
28170 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28171
28172         * gst-libs/gst/audio/Makefile.am:
28173           Try to fix buildbot.
28174
28175 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28176
28177         * gst/tcp/gstmultifdsink.c:
28178           Clean up and uniformize debugging.
28179
28180 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28181
28182         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28183
28184         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28185         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28186         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28187         (gst_mpeg_demux_change_state):
28188           Reset on ready. Fixes 160276.
28189
28190 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28191
28192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28193
28194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28195         (gst_ffmpegcsp_pad_link):
28196           Fix memleak (#154815).
28197
28198 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28199
28200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28201
28202         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28203         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28204         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28205         * ext/musicbrainz/gsttrm.h:
28206           Add support for using a proxy server when getting a trm id from
28207           the MusicBrainz database (#149613).
28208
28209 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28210
28211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28212
28213         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28214         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28215           Fix memleaks (#157233).
28216
28217 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28218
28219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28220
28221         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28222         * gst-libs/gst/resample/resample.h:
28223         * gst/audioscale/gstaudioscale.c:
28224           Fix memleak (#159215).
28225
28226 2004-12-16  Toni Willberg  <toniw@iki.fi>
28227
28228         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28229
28230         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28231         * sys/oss/oss_probe.c: (main):
28232           Check for mono/stereo support (similar to samplerate probing),
28233           fixes #159433. Also add missing copyright header to oss_probe.c.
28234
28235 2004-12-15  David Schleef  <ds@schleef.org>
28236
28237         * configure.ac: add audioresample and cairo plugins.  Remove
28238         HAVE_MMX stuff, because it's not used.
28239         * ext/Makefile.am: same
28240         * ext/audioresample/Makefile.am: You are not ready for an
28241         audio resampling element based on audioresample.
28242         * ext/audioresample/gstaudioresample.c:
28243         * ext/audioresample/gstaudioresample.h:
28244         * ext/cairo/Makefile.am: You are not ready for overlay elements
28245         based on cairo.  Don't look too closely, these elements kinda
28246         suck right now.
28247         * ext/cairo/gstcairo.c: new
28248         * ext/cairo/gsttextoverlay.c: new
28249         * ext/cairo/gsttextoverlay.h: new
28250         * ext/cairo/gsttimeoverlay.c: new
28251         * ext/cairo/gsttimeoverlay.h: new
28252         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28253         problem with compilers that don't support variadic macros.
28254
28255 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28256
28257         Reviewed by:  David Schleef  <ds@schleef.org>
28258
28259         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28260         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28261         bit.  Also ran indent-gst.
28262         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28263         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28264         (gst_sunaudiosrc_setparams):
28265
28266 2004-12-14  David Schleef  <ds@schleef.org>
28267
28268         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28269         output rate to 16000.  Should fix #160235.
28270
28271 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28272
28273         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28274         Add typefinding for mpeg2 pes streams
28275
28276 2004-12-13  David Schleef  <ds@schleef.org>
28277
28278         * configure.ac:  Applied patch from bug #143659, making default
28279         sources and sinks OS-dependent (for Solaris), and added code
28280         for OS/X.
28281         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28282
28283 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28284
28285         * gst-libs/gst/riff/riff-media.c:
28286           forgot to add h2.64 to avidemux template caps
28287
28288 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28289
28290         * gst/wavenc/riff.h:
28291         * gst-libs/gst/riff/riff-media.c:
28292         * gst-libs/gst/riff/riff-ids.h:
28293         * gst/avi/gstavimux.c
28294         add 4CC code for VideoSoft h264 in AVI (VSSH)
28295           fixes bug #160655
28296         remove s323 from riff, it's quicktime specific :(
28297
28298 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28299
28300         * gst/asfdemux/README
28301         * gst/wavenc/riff.h
28302         * gst-libs/gst/riff/riff-ids.h
28303         * gst-libs/gst/riff/riff-media.c
28304         * gst/qtdemux/qtdemux.c:
28305           add new 4CC codes for h263 related codecs
28306           fixes partially bug #155163
28307
28308 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28309
28310         * configure.ac: Update polyaudio requirement to 0.7
28311         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28312
28313 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28314
28315         * gst/interleave/deinterleave.c:
28316         fix my name's spelling! :)
28317
28318 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28319
28320         * AUTHORS ChangeLog
28321         * gst/auparse/gstauparse.c
28322         * gst/interleave/deinterleave.c
28323         * gst/law/:
28324                 alaw-decode.c alaw-encode.c
28325                 mulaw-decode.c mulaw-encode.c
28326         * gst/oneton/gstoneton.c
28327         * sys/osxaudio/:
28328                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28329         * sys/osxvideo/:
28330                 cocoawindow.h cocoawindow.m
28331                 osxvideosink.h osxvideosink.m
28332
28333         put the same mail address for Zaheer Abbas Merali everywhere
28334
28335 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28336
28337         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28338           Align by packetsize, and assert that we a packet available before
28339           playing. The first makes webstreams work (they often include
28340           trailing padding data in a packet), the second allows pausing a
28341           ASF stream in totem without getting demux errors afterwards.
28342
28343 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * ext/ogg/gstoggdemux.c: (get_relative):
28346           Check for non-NULL before accessing member (end-of-chain).
28347
28348 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28349
28350         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28351         (cdparanoia_set_property), (cdparanoia_get_property):
28352         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28353         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28354         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28355         (dvdreadsrc_init), (dvdreadsrc_set_property),
28356         (dvdreadsrc_get_property):
28357         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28358         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28359           Synchronize property names where not yet the case. Devices are
28360           now device=X, other versions are deprecated (but still exist).
28361           Also use g_free() unconditionally.
28362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28363         (setup_source), (gst_play_base_bin_get_property):
28364           Expose source.
28365
28366 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28367
28368         * configure.ac: move GCONF macro outside conditional for the am
28369           conditional. Fixes #160439
28370
28371 2004-12-08  David Schleef  <ds@schleef.org>
28372
28373         * tools/gst-visualise-m.m: Switch to elements that currently
28374         exist.
28375
28376 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28377
28378         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28379           We love wrong commas.
28380
28381 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28382
28383         * gst/matroska/matroska-demux.c:
28384         (gst_matroska_demux_handle_src_query):
28385           Don't set DEFAULT, unsupported - makes length display incorrectly
28386           in some cases.
28387
28388 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28389
28390         * gst/monoscope/README: remove blurb about files being GPL
28391         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28392         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28393           monoscope is now effectively LGPL licensed
28394
28395 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28396
28397         * gst/monoscope/README: Update information to be more correct
28398         * gst/monoscope/convolve.c: Relicense to LGPL
28399         * gst/monoscope/convolve.h: Relicense to LGPL
28400
28401 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28402
28403         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28404           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28406           set default_duration for mpeg1 audio
28407
28408 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28409
28410         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28411         * ext/alsa/gstalsa.h:
28412           refactor big chunks of the core caps negotiation code to make it
28413           a lot faster, because people claim it's really slow
28414           (actually, just cache the getcaps when the device is opened)
28415
28416 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28417
28418         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28419         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28420         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28421         (gst_a52dec_change_state), (plugin_init):
28422         * ext/a52dec/gsta52dec.h:
28423           Do something useful with timestamps. Make chain-based (since
28424           there's really no reason to be loopbased).
28425         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28426           Update current_byte/frame correctly.
28427
28428 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28429
28430         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28431         (gst_ape_demux_stream_init):
28432           Forward tags, too.
28433
28434 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28435
28436         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28437           Let's make sure we're done typefinding when detecting tags.
28438
28439 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28440
28441         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28442         (gst_ebml_read_init), (gst_ebml_read_use_event),
28443         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28444         (gst_ebml_read_seek), (gst_ebml_read_skip),
28445         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28446         (gst_ebml_read_master):
28447         * gst/matroska/ebml-read.h:
28448         * gst/matroska/matroska-demux.c:
28449         (gst_matroska_demux_parse_contents),
28450         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28451           Disgustingly evil hack for working around INTERRUPT events and
28452           their extremely annoying habit of being a pain in the ass. We
28453           simply peek a cluster before reading any of it.
28454
28455 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28456
28457         * ext/musepack/gstmusepackdec.cpp:
28458           There's also floating point libmusepacks.
28459
28460 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28461
28462         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28463         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28464           Set DURATION even if source buffer didn't. Also use increasing
28465           timestamps.
28466         * gst-libs/gst/riff/riff-media.c:
28467         (gst_riff_create_audio_caps_with_data):
28468           Block_align can have larger values than 8192.
28469
28470 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28471
28472         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28473         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28474         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28475         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28476           Fix caps.
28477
28478 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28479
28480         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28481           Fix logic bug.
28482
28483 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28486           Yay, another one.
28487
28488 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28489
28490         * ext/esd/esdsink.c: (gst_esdsink_chain):
28491           Make error actually say something useful (fixes #156798).
28492         * gst-libs/gst/riff/riff-media.c:
28493         (gst_riff_create_video_caps_with_data),
28494         (gst_riff_create_video_template_caps):
28495           Add Intel Video 5.0 fourcc (IV50).
28496
28497 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28498
28499         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28500         detection on mono and stereo mp3 files.
28501
28502 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28503
28504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28505           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28506           the contained stream).
28507
28508 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28509
28510         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28511           Oops, remove debug.
28512
28513 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28514
28515         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * gst/law/alaw-decode.c: (alawdec_getcaps):
28518         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28519           Prevent warnings when negotiating caps (fixes #159338).
28520
28521 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28522
28523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28524         (gst_ffmpegcsp_chain):
28525           Remove old leftover that shouldn't be there...
28526
28527 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28528
28529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28530
28531         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28532           Don't forward DISCONT events (fixes #159684).
28533
28534 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28535
28536         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28537           Unlink manually since sometimes bin disposal (and therefore
28538           pad unlinking) is delayed, which will cause a new media file
28539           to not be able to start playing instantly.
28540
28541 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28542
28543         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28544           On mute of an unlinked stream, check for pad availability so
28545           we don't crash on unlinked pad.
28546
28547 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28550         (gst_avi_demux_massage_index):
28551           Fix quite humiliating bug in omitting 0-sized index chunks but
28552           forgetting to count them for timestamps.
28553
28554 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28555
28556         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28557           Actually leave the loop if we failed to sync. Don't crash.
28558
28559 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28560
28561         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28562         (gst_dvd_demux_process_private):
28563         * gst/mpegstream/gstdvddemux.h:
28564           Fix crash (#159759). Doesn't work, though. :-(.
28565
28566 2004-11-28  Benjamin Otte  <otte@gnome.org>
28567
28568         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28569           more overwriting protection due to modifying channels one by one
28570           instead of all at once
28571
28572 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28573
28574         * gst/audioconvert/gstchannelmix.c:
28575         (gst_audio_convert_fill_normalize):
28576           Normalize using absolute values.
28577
28578 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28579
28580         * configure.ac:
28581         * ext/Makefile.am:
28582         * ext/directfb/Makefile.am:
28583         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28584         (gst_directfbvideosink_get_pixel_format),
28585         (gst_directfbvideosink_get_format_from_fourcc),
28586         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28587         (gst_directfbvideosink_sink_link),
28588         (gst_directfbvideosink_change_state),
28589         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28590         (gst_directfbvideosink_buffer_alloc),
28591         (gst_directfbvideosink_interface_supported),
28592         (gst_directfbvideosink_interface_init),
28593         (gst_directfbvideosink_navigation_send_event),
28594         (gst_directfbvideosink_navigation_init),
28595         (gst_directfbvideosink_set_property),
28596         (gst_directfbvideosink_get_property),
28597         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28598         (gst_directfbvideosink_base_init),
28599         (gst_directfbvideosink_class_init),
28600         (gst_directfbvideosink_get_type), (plugin_init):
28601         * ext/directfb/directfbvideosink.h: Adding a first version of
28602         directfbvideosink.
28603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28604         more.
28605
28606 2004-11-28  Benjamin Otte  <otte@gnome.org>
28607
28608         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28609           walk the samples backwards if out_channels > in_channels so we don't
28610           overwrite data
28611
28612 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28613
28614         * gst/audioconvert/Makefile.am:
28615         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28616         (gst_audio_convert_link), (gst_audio_convert_change_state),
28617         (gst_audio_convert_channels):
28618         * gst/audioconvert/gstchannelmix.c:
28619         (gst_audio_convert_unset_matrix),
28620         (gst_audio_convert_fill_identical),
28621         (gst_audio_convert_fill_compatible),
28622         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28623         (gst_audio_convert_fill_others),
28624         (gst_audio_convert_fill_normalize),
28625         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28626         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28627         * gst/audioconvert/gstchannelmix.h:
28628           Implement a channel mixer.
28629
28630 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28631
28632         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28633         * ext/alsa/gstalsa.h:
28634         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28635         Make alsasink actually honor gst_element_set_clock and use that
28636         clock instead of its internal one.
28637
28638 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28639
28640         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28641         (gst_play_base_bin_change_state): nullify source and decoder when
28642         going from READY to NULL so that we don't try to do weird stuff with
28643         them when going from NULL to READY
28644         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28645         instead of g_object_unref
28646         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28647         it should be correct
28648         (gst_play_bin_change_state): don't call remove_sinks if we are
28649         currently disposing the object
28650
28651 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28652
28653         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28654           Don't forget bass if it's there. Else left channel is silent...
28655
28656 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28657
28658         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28659         (gst_a52dec_change_state):
28660           Don't do sample adjusting anymore, we use float audio now.
28661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28662           Don't fixate to non-existing properties.
28663
28664 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28665
28666         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28667         (gst_a52dec_change_state):
28668           Advertise that we can do surround sound.
28669
28670 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28671
28672         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28673           Add buffer-frames=0.
28674         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28675         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28676         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28677         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28678         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28679         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28680         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28681         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28682         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28683         * ext/dvdread/dvdreadsrc.h:
28684           Add seeking, querying for bytes, sectors, title, angle and
28685           chapter. Handle multiple chapters. Relicense to LGPL because
28686           Billy agreed on that (thanks Billy!).
28687
28688 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28689
28690         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28691         call parent dispose method
28692
28693 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28694
28695         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28696         (gst_audio_clock_get_internal_time):
28697         Fix active <-> inactive transitions: ensure time value always
28698         grows and avoid abrupt value changes.
28699
28700 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28701
28702         * configure.ac:
28703         * gst/tta/Makefile.am:
28704         * gst/tta/crc32.h:
28705         * gst/tta/filters.h:
28706         * gst/tta/gsttta.c:
28707         * gst/tta/gstttadec.c:
28708         * gst/tta/gstttadec.h:
28709         * gst/tta/gstttaparse.c:
28710         * gst/tta/gstttaparse.h:
28711         * gst/tta/ttadec.h:
28712           added TTA parser and decoder
28713
28714 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28715
28716         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28717         (probe_triggered), (check_queue), (buffer_underrun),
28718         (buffer_running), (buffer_overrun), (gen_source_element),
28719         (setup_source):
28720         * gst/playback/gstplaybasebin.h:
28721           Implement buffering. Needs some more work.
28722
28723 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28724
28725         * ext/theora/theoradec.c: (theora_dec_chain):
28726           Fix ilog mask range overflow.
28727
28728 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28729
28730         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28731           Don't omit the last (which in case of dmix is the only :) )
28732           channel count. Don't set channels if <= 2.
28733
28734 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28735
28736         * gst/playback/gstplaybin.c: (gen_video_element),
28737         (gen_audio_element): Removed 2 obsolete comments
28738
28739 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28740
28741         * ext/vorbis/oggvorbisenc.c
28742         * ext/vorbis/vorbisenc.c :
28743           change description fields of those plugins to differentiate them
28744           (pitivi show Encoders by description, they had the same one)
28745
28746 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28747
28748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28749
28750         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28751         (gst_play_bin_set_property), (gen_video_element),
28752         (gen_audio_element):
28753           Refcounting fixes for provided audio-/videosinks.
28754
28755 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28756
28757         * gst/playback/gstplaybin.c: (gen_video_element),
28758         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28759           Don't reference all sinks, but only the video- and audiosinks.
28760           The vis. element should be disposed when we're done with it.
28761           We don't have any reason to keep it around. This fixes warnings
28762           when reusing playbin for playing multiple audio files with
28763           vis. enabled. Also release audio device on pause - idea stolen
28764           from Rhythmbox.
28765
28766 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28767
28768         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28769         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28770         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28771         * ext/alsa/gstalsaplugin.c: (plugin_init):
28772         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28773         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28774         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28775         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28776         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28777         (gst_faad_change_state), (plugin_init):
28778         * ext/faad/gstfaad.h:
28779         * ext/vorbis/vorbis.c: (plugin_init):
28780         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28781         * gst-libs/gst/audio/Makefile.am:
28782         * gst-libs/gst/audio/audio.c: (plugin_init):
28783         * gst-libs/gst/audio/multichannel.c:
28784         (gst_audio_check_channel_positions),
28785         (gst_audio_get_channel_positions),
28786         (gst_audio_set_channel_positions),
28787         (gst_audio_set_structure_channel_positions_list),
28788         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28789         (gst_audio_fixate_channel_positions):
28790         * gst-libs/gst/audio/multichannel.h:
28791         * gst-libs/gst/audio/testchannels.c: (main):
28792         * gst/audioconvert/gstaudioconvert.c:
28793         (gst_audio_convert_class_init), (gst_audio_convert_init),
28794         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28795         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28796         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28797         * gst/audioconvert/plugin.c: (plugin_init):
28798           Surround sound support.
28799
28800 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28801
28802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28803           Fix position for discont if we're close as well. Nitpicking, but
28804           saves a few milliseconds of extra waiting or skipping.
28805
28806 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28807
28808         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28809           We sometimes need parsers for playback, so add those too.
28810
28811 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28812
28813         * configure.ac:
28814         * gst/apetag/Makefile.am:
28815         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28816         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28817         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28818         (gst_ape_demux_get_src_query_types),
28819         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28820         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28821         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28822         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28823         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28824         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28825         (gst_ape_demux_change_state):
28826         * gst/apetag/apedemux.h:
28827         * gst/apetag/apetag.c: (plugin_init):
28828         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28829         (plugin_init):
28830           APE v1/2 tag reader plus typefind function.
28831
28832 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28833
28834         * configure.ac:
28835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28836         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28837           Remove hacks for older core. Require newer core version
28838           accordingly.
28839
28840 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28841
28842         * gst/cdxaparse/Makefile.am:
28843         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28844         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28845         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28846         * gst/cdxaparse/gstcdxaparse.h:
28847         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28848         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28849         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28850         (gst_cdxastrip_get_src_query_types),
28851         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28852         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28853         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28854         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28855         * gst/cdxaparse/gstcdxastrip.h:
28856           SVCD/VCD header stripping separated from CDXA image parsing.
28857         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28858         (plugin_init):
28859           Add VCD/SVCD header typefinding for VCD/SVCD.
28860         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28861         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28862         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28863         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28864         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28865         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28866         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28867         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28868         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28869         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28870         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28871         * sys/vcd/vcdsrc.h:
28872           Fix up, add seeking, querying, URI interface. Works in totem now.
28873
28874 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28875
28876         * configure.ac:
28877           back to CVS
28878
28879 === release 0.8.6 ===
28880
28881 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28882
28883         * NEWS:
28884         * RELEASE:
28885         * configure.ac:
28886         * po/af.po:
28887         * po/az.po:
28888         * po/cs.po:
28889         * po/en_GB.po:
28890         * po/hu.po:
28891         * po/it.po:
28892         * po/nb.po:
28893         * po/nl.po:
28894         * po/or.po:
28895         * po/sq.po:
28896         * po/sr.po:
28897         * po/sv.po:
28898         * po/uk.po:
28899           releasing 0.8.6, "IOU Love"
28900
28901 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28902
28903         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28904
28905         * gst/playback/gstplaybasebin.c:
28906           Fix unplayable files error handling.  Fixes #158365
28907
28908 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28909
28910         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28911
28912         * gst/typefind/gsttypefindfunctions.c:
28913           Fix broken mp3 typefinding.  Fixes #158375
28914
28915 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28916
28917         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28918
28919         * ext/ogg/gstoggdemux.c:
28920           Fix sync on broken files.  Fixes #158976
28921
28922 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28923
28924         patch by: Edward Hervey <bilboed@bilboed.com>
28925
28926         * ext/libpng/gstpngenc.c:
28927           Copy over buffer properties.  Fixes #158832
28928
28929 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28930
28931         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28932
28933         * ext/dvdread/dvdreadsrc.c:
28934           Fixes invalid reads (#158462)
28935
28936 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28937
28938         * sys/v4l/gstv4lsrc.c:
28939         * sys/v4l/gstv4lsrc.h:
28940         * sys/v4l/v4lsrc_calls.c:
28941           Probe less and cache it.  Fixes #159187.
28942
28943 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28944
28945         * gst/videorate/gstvideorate.c:
28946           Handle all video formats. Fixes #159186.
28947
28948 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28949         * gst/synaesthesia/gstsynaesthesia.c:
28950         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28951         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28952         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28953         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28954         (gst_synaesthesia_change_state), (plugin_init):
28955         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28956         Force 320x200 output, as that's the only thing the underlying
28957         synaesthesia implementation supports. Still needs to be made
28958         re-entrant.
28959
28960 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28961
28962         * configure.ac:
28963           Fix mpeg2enc configure check (similar to mplex check below).
28964
28965 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28966
28967         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28968
28969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28970           Fix for gcc-2.95 (fixes #158221).
28971
28972 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28973
28974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28975           Re-add clock distribution hack (until new core is released).
28976           Fixes #158125.
28977
28978 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28979         * configure.ac:
28980           fix mplex configure check segfaulting on some systems (bug #140994)
28981
28982 2004-11-13  Benjamin Otte  <otte@gnome.org>
28983
28984         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28985           add debugging
28986         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28987           do a wait when we enter the loop func with no data available to
28988           write instead of getting into an 100% CPU loop by just returning and
28989           being called again by the scheduler
28990
28991 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28992
28993         * configure.ac:
28994         * ext/libvisual/visual.c: (gst_visual_get_type),
28995         (libvisual_log_handler), (gst_visual_getcaps),
28996         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28997         (plugin_init):
28998           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28999         * ext/smoothwave/Makefile.am:
29000         * ext/smoothwave/demo-osssrc.c: (main):
29001         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29002         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29003         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29004         (plugin_init):
29005         * ext/smoothwave/gstsmoothwave.h:
29006           Make gstsmoothwave a working element in the 20th century.
29007
29008         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29009           Fix incorrect link function
29010
29011 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29012
29013         * gst/volume/gstvolume.c:
29014           Allow buffer-frames=0.
29015
29016 2004-11-12 Iain <iaingnome@gmail.com>
29017
29018         * configure.ac: Check for polypaudio
29019
29020         * ext/Makefile.am: Build the polyp dir
29021
29022         * ext/polyp: The polypsink sources.
29023
29024 2004-10-30 Iain <iaingnome@gmail.com>
29025
29026         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29027         caps to reflect the new number of channels.
29028
29029 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29030
29031         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29032           Fix for negotiation order problem. This would show when the
29033           ALSA loopfuction was called before any other function. ALSA
29034           wouldn't do anything because we're not negotiated yet, leading
29035           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29036
29037 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29038
29039         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29040
29041         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29042           No warnings (#157986).
29043
29044 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29045
29046         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29047           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29048
29049 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29050
29051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29052           Signal no-more-pads (so it works in playbin).
29053
29054 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29055
29056         * ext/musepack/gstmusepackreader.cpp:
29057           Workaround for older core.
29058
29059 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29060
29061         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29062           Actually test for odd width/height rather than testing whether
29063           a temporary variable that was 0 before we subtracted 1 is now
29064           not equal to zero (which it always is).
29065
29066 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29067
29068         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29069         Fix compilation if HAVE_XVIDEO is not defined
29070
29071 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29072
29073         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29074         Fix compilation if HAVE_XVIDEO is not defined
29075
29076 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29077
29078         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29079         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29080         (gst_goom_change_state), (plugin_init):
29081         Use the bytestream adapter so goom doesn't depend on the input
29082         buffer size.
29083         Add a debug category
29084
29085 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29086
29087         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29088           Only set hardware parameters *after* negotiation. Before
29089           negotiation, it will set ANY and that seems to cause crashes
29090           (see e.g. #151288, #153227).
29091
29092 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29093
29094         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29095           This seems to be antique leftover. It needs to pass error
29096           checking.
29097         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29098         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29099         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29100         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29101           Fix GstXOverlay implementation (#151059).
29102
29103 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29104
29105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29106           Don't assert (#157853).
29107
29108 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29109
29110         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29111           Fix bytes/samples confustion.
29112         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29113           Fix for underrun (#144389).
29114
29115 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29116
29117         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29118           Disable halfway-seek for pending release (since it needs a new
29119           core release).
29120
29121 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29122
29123         * sys/v4l/gstv4lsrc.c:
29124         * sys/v4l/gstv4lsrc.h:
29125         * sys/v4l/v4lsrc_calls.c:
29126           add autoprobe-fps property so we can separate autoprobing parts
29127
29128 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29129
29130         * sys/v4l/gstv4lsrc.c:
29131         * sys/v4l/v4lsrc_calls.c:
29132         initialise fourcc to catch unset fourcc's, and debug
29133
29134 2004-11-09  Wim Taymans  <wim@fluendo.com>
29135
29136         * gst/playback/README:
29137         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29138         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29139         (gst_play_bin_dispose), (gst_play_bin_set_property),
29140         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29141         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29142         (gst_play_bin_get_formats), (gst_play_bin_convert),
29143         (gst_play_bin_get_query_types), (gst_play_bin_query):
29144         Cleanups and some more documentation.
29145
29146 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29147
29148         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29149         (gst_cacasink_init), (gst_cacasink_chain):
29150         * ext/libcaca/gstcacasink.h:
29151         Cacasink inherits from VideoSink, so let that store the clock.
29152
29153 2004-11-09  Wim Taymans  <wim@fluendo.com>
29154
29155         * gst/playback/README:
29156         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29157         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29158         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29159         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29160         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29161         (setup_sinks):
29162         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29163         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29164         * gst/playback/gststreaminfo.h:
29165         Updated README.
29166         Only switch groups if all streams have muted (EOSed).
29167         Send Tags in sync with the stream playback instead of in
29168         the playback/preroll phase.
29169         Some cleanups, free the fakesrc elements.
29170
29171 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29172
29173         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29174           buffer-frames property was missing
29175         * ext/arts/gst_arts.c:
29176           rate missing from sinkcaps
29177         * ext/audiofile/gstafparse.c:
29178         * ext/audiofile/gstafsink.c:
29179         * ext/audiofile/gstafsrc.c:
29180         * ext/swfdec/gstswfdec.c:
29181           int audio doesn't know buffer-frames
29182         * ext/cdparanoia/gstcdparanoia.c:
29183           int audio doesn't know chunksize either
29184         * ext/nas/nassink.c:
29185           it's endianness, not endianess
29186         * gst-libs/gst/audio/audio.h:
29187           make float standard pad template caps really describe float
29188         * gst/law/mulaw.c: (linear_factory):
29189           signed only, please
29190         * gst/mpegstream/gstdvddemux.c:
29191           widths of 20 are not valid
29192
29193 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29194
29195         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29196
29197         * po/LINGUAS:
29198         * po/it.po:
29199           Add Italian
29200
29201 2004-11-08  Wim Taymans  <wim@fluendo.com>
29202
29203         * gst/playback/README:
29204         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29205         * gst/playback/gstplaybasebin.c: (probe_triggered),
29206         (gst_play_base_bin_change_state):
29207         Updated README, added more comments for fixmes etc..
29208
29209 2004-11-08  Wim Taymans  <wim@fluendo.com>
29210
29211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29212         We can remove this hack now.
29213
29214 2004-11-08  Wim Taymans  <wim@fluendo.com>
29215
29216         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29217         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29218         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29219         Only mix AYUV for maximum quality.
29220
29221 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29224         (gst_ogg_demux_push), (gst_ogg_pad_push):
29225           Let's act as if we're synchronized now! :).
29226         * ext/theora/theoradec.c: (theora_dec_chain):
29227           Add some debug.
29228
29229 2004-11-08  Wim Taymans  <wim@fluendo.com>
29230
29231         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29232         (gst_alpha_set_property), (gst_alpha_sink_link),
29233         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29234         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29235         (gst_alpha_init_params), (gst_alpha_chain):
29236         Implement alpha functions for AYUV too, this increases
29237         accuracy quite a bit.
29238
29239 2004-11-08  Wim Taymans  <wim@fluendo.com>
29240
29241         * gst/ffmpegcolorspace/avcodec.h:
29242         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29243         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29244         (gst_ffmpegcsp_avpicture_fill):
29245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29246         (gst_ffmpegcsp_caps_remove_format_info):
29247         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29248         (shrink12), (img_get_alpha_info), (deinterlace_line),
29249         (deinterlace_line_inplace):
29250         * gst/ffmpegcolorspace/imgconvert_template.h:
29251         Added AYUV colorspace and handle RGBA a bit more respectful.
29252
29253 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29256           Actually always send a discont (cornercase when resending the
29257           same serial-tagged chain twice).
29258
29259 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29260
29261         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29262         (gst_ximagesink_finalize):
29263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29264         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29265
29266 2004-11-08  Wim Taymans  <wim@fluendo.com>
29267
29268         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29269         Don't segfault on NULL data.
29270
29271 2004-11-08  Wim Taymans  <wim@fluendo.com>
29272
29273         * gst/playback/gstdecodebin.c: (unlinked):
29274         * gst/playback/gstplay-marshal.list:
29275         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29276         (gst_play_base_bin_init), (group_create), (get_active_group),
29277         (get_building_group), (group_destroy), (group_commit),
29278         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29279         (add_element_stream), (no_more_pads), (probe_triggered),
29280         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29281         (state_change), (setup_source), (gst_play_base_bin_get_property),
29282         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29283         (gst_play_base_bin_link_stream),
29284         (gst_play_base_bin_get_streaminfo):
29285         * gst/playback/gstplaybasebin.h:
29286         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29287         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29288         Add support for chained ogg files. Prepare for playlist
29289         support. This patch introduces the concept of pad groups, which
29290         together compose one playable media file.
29291
29292 2004-11-07  David Schleef  <ds@schleef.org>
29293
29294         * testsuite/gst-lint: Check for pad templates that aren't statically
29295         scoped.
29296
29297 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29298
29299         * configure.ac:
29300         * ext/Makefile.am:
29301         * ext/musepack/Makefile.am:
29302         * ext/musepack/gstmusepackdec.cpp:
29303         * ext/musepack/gstmusepackdec.h:
29304         * ext/musepack/gstmusepackreader.cpp:
29305         * ext/musepack/gstmusepackreader.h:
29306           Add musepack decoder.
29307         * ext/faad/gstfaad.c: (gst_faad_base_init):
29308           Make pad templates static.
29309         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29310         (plugin_init):
29311           Add musepack typefinder, make mp3 typefinding work halfway stream,
29312           which doesn't actually work yet because id3demux doesn't implement
29313           _get_length().
29314
29315 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29316
29317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29318         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29319           Fix interrupt event handling (#144436).
29320
29321 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29322
29323         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29324           Hide unused glory.
29325
29326 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29327
29328         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29329
29330         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29331           Fix weird caps (#157548).
29332
29333 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29334
29335         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29336
29337         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29338           Add missing NULL terminator (#157543).
29339
29340 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29341
29342         * gst/tcp/gsttcp.h:
29343         * gst/tcp/gsttcpclientsink.c:
29344         * gst/tcp/gsttcpclientsrc.c:
29345         * gst/tcp/gsttcpserversink.c:
29346         * gst/tcp/gsttcpserversrc.c:
29347           ports can go up to 65535.  Move common defines to gsttcp.h
29348
29349 2004-11-05  Wim Taymans  <wim@fluendo.com>
29350
29351         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29352         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29353         Added two more colorspaces.
29354
29355 2004-11-05  Wim Taymans  <wim@fluendo.com>
29356
29357         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29358         (gst_ffmpegcsp_avpicture_fill):
29359         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29360         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29361         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29362         More stride fixes.
29363
29364 2004-11-05  Wim Taymans  <wim@fluendo.com>
29365
29366         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29367         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29368         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29369         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29370         (gst_videomixer_loop):
29371         More stride fixes.
29372
29373 2004-11-05  Benjamin Otte  <otte@gnome.org>
29374
29375         * ext/mad/gstmad.c: (gst_mad_chain):
29376           don't overflow data buffer. Flush not needed sync data when syncing
29377           failed.
29378
29379 2004-11-04  Wim Taymans  <wim@fluendo.com>
29380
29381         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29382         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29383         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29384         (gst_alpha_init_params), (gst_alpha_chain),
29385         (gst_alpha_change_state):
29386         Updated the chroma keying algorithm with something more
29387         sophisticated.
29388
29389 2004-11-03  Wim Taymans  <wim@fluendo.com>
29390
29391         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29392         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29393         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29394         Fix stride issues. Does not completely work for odd
29395         heights.
29396
29397 2004-11-03  Wim Taymans  <wim@fluendo.com>
29398
29399         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29400         (gst_alpha_chroma_key), (gst_alpha_chain):
29401         Fix stride issues. Does not completely work for odd
29402         heights.
29403
29404 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29405
29406         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29407         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29408         leak fixes
29409
29410 2004-11-03  Wim Taymans  <wim@fluendo.com>
29411
29412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29413         (gst_ffmpegcsp_avpicture_fill):
29414         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29415         (avpicture_alloc):
29416         * gst/ffmpegcolorspace/imgconvert_template.h:
29417         Use correct _fill function to get correct strides.
29418
29419 2004-11-02  David Schleef  <ds@schleef.org>
29420
29421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29422         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29423         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29424         Change all g_print()s to debugging.  Add a bunch of consistency
29425         checks.
29426
29427 2004-11-02  Wim Taymans  <wim@fluendo.com>
29428
29429         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29430         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29431         (unlinked), (no_more_pads), (close_link):
29432         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29433         (unknown_type), (add_element_stream), (new_decoded_pad),
29434         (removed_decoded_pad), (setup_source):
29435         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29436         (gst_stream_info_class_init), (gst_stream_info_init),
29437         (gst_stream_info_new), (gst_stream_info_dispose),
29438         (stream_info_mute_pad), (gst_stream_info_set_property),
29439         (gst_stream_info_get_property):
29440         * gst/playback/gststreaminfo.h:
29441         Fix playback of multiple files.
29442         a slightly different approach to handling dynamic pad removals.
29443         This one only looks at pads that we have linked.
29444
29445 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29446
29447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29448         free" warning from libc.
29449
29450 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29451
29452         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29453         (get_unconnected_element), (remove_starting_from), (pad_removed),
29454         (close_link):
29455           Implement support for dynamic pad changing. We listen to "live"
29456           pad removals (i.e. while playing) and re-setup autoplugging
29457           after that. Playbasebin/playbin need some more work for this
29458           to finally work, but decodebin supports (and replugs) chained
29459           ogg now.
29460
29461 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29462
29463         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29464         (gst_alsa_finalize):
29465         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29466         (gst_cdaudio_finalize):
29467         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29468         (cdparanoia_finalize):
29469         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29470         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29471         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29472         (dvdreadsrc_finalize):
29473         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29474         (gst_flacdec_finalize):
29475         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29476         (gst_flacenc_finalize):
29477         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29478         (gst_gnomevfssink_finalize):
29479         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29480         (gst_gnomevfssrc_finalize):
29481         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29482         (gst_fameenc_finalize):
29483         * ext/nas/nassink.c: (gst_nassink_class_init),
29484         (gst_nassink_finalize):
29485         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29486         (gst_sdlvideosink_class_init):
29487         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29488         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29489         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29490         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29491         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29492         (gst_x_window_listener_dispose):
29493         * gst/audioscale/gstaudioscale.c:
29494         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29495         (play_on_demand_finalize):
29496         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29497         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29498         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29499         (cdplayer_finalize):
29500         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29501         (gst_glimagesink_class_init):
29502         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29503         (gst_osselement_finalize):
29504         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29505         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29506         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29507           Fixes a bunch of problems with finalize and dispose functions,
29508           either assumptions that dispose is only called once, or not calling
29509           the parent class dispose/finalize function
29510
29511 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29512
29513         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29514           added two api precondition guards
29515           use g_strdup with getenv to fix crash when using ENVVAR
29516
29517 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29518         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29519         (gst_esdsink_finalize):
29520         Use a finalize function, not dispose, and more importantly,
29521         call the parent class finalize function too
29522
29523 2004-11-01  Johan Dahlin  <johan@gnome.org>
29524
29525         * ext/ogg/gstoggdemux.c:
29526         * gst/tags/gstvorbistag.c:
29527         Plug leaks.
29528
29529 2004-10-31  Benjamin Otte  <otte@gnome.org>
29530
29531         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29532           lotsa memleaks today. But they're all small...
29533
29534 2004-10-31  Benjamin Otte  <otte@gnome.org>
29535
29536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29537           another memleak crushed
29538
29539 2004-10-31  Benjamin Otte  <otte@gnome.org>
29540
29541         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29542           fix memleak
29543
29544 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29545
29546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29547           Hack to prevent crash when going to READY inside signal handler
29548           while this function is active.
29549
29550 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29551
29552         * gst/ffmpegcolorspace/Makefile.am:
29553         * gst/ffmpegcolorspace/avcodec.h:
29554         * gst/ffmpegcolorspace/common.h:
29555         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29556         * gst/ffmpegcolorspace/dsputil.h:
29557         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29559         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29560         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29561         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29562         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29563         (gst_ffmpegcsp_avpicture_fill):
29564         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29566         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29567         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29568         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29569         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29570         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29571         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29572         * gst/ffmpegcolorspace/imgconvert.c:
29573         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29574         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29575         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29576         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29577         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29578         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29579         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29580         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29581         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29582         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29583         (grow21), (grow22), (grow41), (grow44), (conv411),
29584         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29585         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29586         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29587         (avpicture_free), (is_yuv_planar), (img_convert),
29588         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29589         (deinterlace_line_inplace), (deinterlace_bottom_field),
29590         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29591         * gst/ffmpegcolorspace/imgconvert_template.h:
29592         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29593         * gst/ffmpegcolorspace/mmx.h:
29594         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29595         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29596         (av_freep), (avcodec_get_context_defaults),
29597         (avcodec_alloc_context), (avcodec_init):
29598           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29599           handling plus update from ffmpeg CVS. Large clean-up.
29600
29601 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29602
29603         * gst/playback/Makefile.am:
29604           We need the marshallers for decodebin, too.
29605
29606 2004-10-30  David Schleef  <ds@schleef.org>
29607
29608         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29609           quicktime typefinding work with 64-bit offsets.
29610
29611 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29612
29613         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29614           Set EOS on the element when processing an EOS event.
29615         * ext/speex/gstspeexdec.h:
29616         * ext/speex/gstspeexenc.h:
29617           Only keep a const ptr to the mode
29618         * gst-libs/gst/riff/riff-media.c:
29619         (gst_riff_create_audio_caps_with_data),
29620         (gst_riff_create_audio_template_caps):
29621           Allow WMAV3, with up to 6 channels.
29622         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29623           Don't call gst_pad_set_event_function on a sink pad.
29624         * gst/mpegstream/gstdvddemux.c:
29625         (gst_dvd_demux_get_subpicture_stream),
29626         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29627           Copy the explicit caps that were set across to the cur_* pads,
29628           instead of trying to use a possibly non-existent negotiated caps.
29629           Reset the type of subpicture pads to UNKNOWN after calling
29630           init_stream, so that the caps get set.
29631
29632 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29633
29634         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29635
29636         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29637           Don't touch buffer if it is of size 0 (fixes #151064).
29638
29639 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29640
29641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29642           Synchronized discont handling.
29643
29644 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29647         (gst_ogg_demux_push):
29648           Make seeking sort-of exact again (fixes #156387).
29649
29650 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29651
29652         * gst/playback/gstplaybasebin.c: (unknown_type),
29653         (add_element_stream), (new_decoded_pad),
29654         (gst_play_base_bin_change_state):
29655         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29656         (gst_stream_info_init), (gst_stream_info_new),
29657         (gst_stream_info_dispose), (gst_stream_info_get_property):
29658         * gst/playback/gststreaminfo.h:
29659           Make caps explicitely available. Makes testing for unsupported
29660           types possible. Improves error reporting.
29661
29662 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29663
29664         * gst/audioconvert/gstaudioconvert.c:
29665         (gst_audio_convert_buffer_to_default_format):
29666           Really don't touch read-only buffers (#156563).
29667
29668 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29669
29670         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29671
29672         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29673           Fix memleak (#155223).
29674
29675 2004-10-29  Wim Taymans  <wim@fluendo.com>
29676
29677         * gst/tcp/.cvsignore:
29678         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29679         (gst_multifdsink_class_init), (gst_multifdsink_init),
29680         (gst_multifdsink_add), (gst_multifdsink_remove),
29681         (gst_multifdsink_remove_client_link), (is_sync_frame),
29682         (gst_multifdsink_new_client),
29683         (gst_multifdsink_handle_client_write),
29684         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29685         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29686         (gst_multifdsink_get_property):
29687         * gst/tcp/gstmultifdsink.h:
29688         Added burst on connect sync_method, deprecated sync_clients,
29689         streamlined the sync code some more.
29690
29691 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29692
29693         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29694         (gst_play_base_bin_change_state):
29695           Improve error reporting.
29696
29697 2004-10-28  Wim Taymans  <wim@fluendo.com>
29698
29699         * gst/tcp/Makefile.am:
29700         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29701         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29702         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29703         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29704         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29705         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29706         (gst_fdset_wait):
29707         Added more locks around fdset structures. Fixed/reworked
29708         the poll array resizing code.
29709         Added stress test for fdset.
29710
29711 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29712
29713         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29714         fix build
29715
29716 2004-10-28  Benjamin Otte  <otte@gnome.org>
29717
29718         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29719           fix link function to always query channels and query width for
29720           floats
29721         * configure.ac:
29722           add equalizer dir
29723         * gst/equalizer/Makefile.am:
29724         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29725         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29726         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29727         (arg_to_scale), (setup_filter),
29728         (gst_iir_equalizer_compute_frequencies),
29729         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29730         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29731         (plugin_init):
29732           add an equalizer
29733
29734 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29735
29736         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29737
29738         * po/LINGUAS:
29739         * po/nb.po:
29740           Added Norwegian Bokmaal translation
29741
29742 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29743
29744         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29745           Don't break on options (fixes #156488).
29746
29747 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29748
29749         * configure.ac:
29750         * ext/cdaudio/Makefile.am:
29751         * sys/Makefile.am:
29752           fix build on older automake
29753
29754 2004-10-26  Wim Taymans  <wim@fluendo.com>
29755
29756         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29757         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29758         Allow a little margin when negotiating the framerate.
29759
29760 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29761
29762         * gst/level/gstlevel.c:
29763           synchonised naming of pads and pad-templates
29764
29765 2004-10-26  Wim Taymans  <wim@fluendo.com>
29766
29767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29768         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29769         (_find_streams_check), (gst_ogg_demux_push):
29770         Fix EOS again. Needs to be done in a better way. We should not
29771         remove the pad if there is no new chained stream.
29772
29773 2004-10-26 Iain <iaingnome@gmail.com>
29774
29775         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29776         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29777         of the caps.
29778         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29779         pad.
29780         (interleave_release_pad): Remove the pad.
29781         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29782         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29783         the set device.
29784         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29785         attrs
29786         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29787         (gst_xvimagesink_finalize): Free the par.
29788
29789 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29790
29791         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29792         (gst_avimux_stop_file):
29793           First calculate the rate, and only then use it. Hdr.rate is a
29794           multiple and not a derivative of hdr.scale. Scale is not the
29795           same as blockalign but is solely related to rate.
29796
29797 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29798
29799         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29800         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29801           Implement seeking.
29802
29803 2004-10-25  James Henstridge  <james@jamesh.id.au>
29804
29805         Reviewed by:  David Schleef  <ds@schleef.org>
29806
29807         * examples/gstplay/player.c: (got_stream_length), (main):
29808         * examples/seeking/cdplayer.c: (update_scale):
29809         * examples/seeking/seek.c: (format_value), (update_scale):
29810         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29811         (stop_seek):
29812         Build fixes on AMD64.
29813
29814 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29815
29816         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29817
29818         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29819         Fix for some v4l cards which hang in v4lsrc
29820
29821 2004-10-25  Wim Taymans  <wim@fluendo.com>
29822
29823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29824         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29825         Make sure to remove the pad when a new chain is
29826         encountered. Set some vars to NULL so we don't try
29827         to reference freed memory.
29828
29829 2004-10-25  Wim Taymans  <wim@fluendo.com>
29830
29831         * examples/seeking/Makefile.am:
29832         * examples/seeking/cdplayer.c: (update_scale):
29833         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29834         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29835         (format_value), (update_scale), (iterate), (start_seek),
29836         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29837         (print_usage), (main):
29838         Added some more examples, update others.
29839
29840 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29841
29842         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29843         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29844         * ext/theora/theoradec.c: (theora_dec_chain):
29845         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29846           Add codec-name metadata.
29847
29848 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29849
29850         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29851
29852         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29853         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29854         * ext/alsa/gstalsamixertrack.h:
29855         * po/POTFILES.in:
29856           ALSA mixer track label internationalization (#154054).
29857
29858 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29859
29860         * ext/theora/theoradec.c: (theora_dec_chain):
29861           Export bitrate as metadata.
29862
29863 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29864
29865         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29866         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29867         * ext/alsa/gstalsamixertrack.h:
29868           Fix names, fix loop.
29869
29870 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29871
29872         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29873         (speex_dec_convert):
29874           sinkconvert function so oggdemux can get the file length (totem).
29875
29876 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29877
29878         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29881           Don't push incomplete packets.
29882         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29883           Fix MPEG-4 audio typefinding.
29884
29885 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29886
29887         * sys/v4l/Makefile.am:
29888         * sys/v4l/gstv4l.c: (plugin_init):
29889         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29890         (gst_v4lelement_init), (gst_v4lelement_dispose),
29891         (gst_v4lelement_change_state):
29892         * sys/v4l/gstv4lelement.h:
29893         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29894         (gst_v4l_xoverlay_close), (idle_refresh),
29895         (gst_v4l_xoverlay_set_xwindow_id):
29896         * sys/v4l/gstv4lxoverlay.h:
29897         * sys/v4l/v4l-overlay_calls.c:
29898         * sys/v4l/v4l_calls.h:
29899         * sys/v4l2/Makefile.am:
29900         * sys/v4l2/gstv4l2.c: (plugin_init):
29901         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29902         (gst_v4l2element_init), (gst_v4l2element_dispose),
29903         (gst_v4l2element_change_state):
29904         * sys/v4l2/gstv4l2element.h:
29905         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29906         (gst_v4l2_xoverlay_close), (idle_refresh),
29907         (gst_v4l2_xoverlay_set_xwindow_id):
29908         * sys/v4l2/gstv4l2xoverlay.h:
29909         * sys/v4l2/v4l2-overlay_calls.c:
29910         * sys/v4l2/v4l2_calls.h:
29911           Remove client-side overlay handling, use the X-server v4l plugin
29912           for that. Nicer overlay, less code. Also make the plugin
29913           compileable without X (but then without overlay, obviously).
29914           Makes xwindowlistener obsolete, should we remove that?
29915
29916 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29917
29918         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29919         (gst_osssrc_src_query):
29920         * sys/oss/gstosssrc.h:
29921           OK, so people want offset in DEFAULT. This time, actually fix all
29922           cases.
29923         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29924           Add FPS properly.
29925
29926 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29927
29928         * gst/asfdemux/gstasfmux.c:
29929         * gst/avi/gstavimux.c:
29930           Framerate.
29931
29932 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29933
29934         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29935           Fix properties (channel, norm, frequency).
29936
29937 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29938
29939         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29940           Flag typo.
29941         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29942           No warnings.
29943
29944 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29945
29946         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29947           Fix hang.
29948
29949 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29950
29951         * sys/v4l2/gstv4l2element.h:
29952           Yet Another Hack (tm) for kernel header borkedness.
29953         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29954         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29955         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29956         (gst_v4l2src_change_state):
29957         * sys/v4l2/gstv4l2src.h:
29958         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29959         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29960           Fix caps, keep track of state, work.
29961
29962 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29963
29964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29965           Quiet.
29966
29967 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29968
29969         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29970           Don't mix bytes and samples.
29971
29972 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29973
29974         * ext/ogg/gstoggmux.c:
29975           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29976           and theora. Any is incorrect.
29977         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29978           Fix caps.
29979         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29980         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29981         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29982         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29983         * sys/v4l/gstv4lmjpegsrc.h:
29984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29985         (gst_v4lsrc_change_state):
29986         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29987         (gst_v4lmjpegsrc_capture_stop):
29988           Fix caps. Keep track of internal state. Work.
29989
29990 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29991
29992         * ext/Makefile.am:
29993           Fix the build fixes.
29994
29995 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29996
29997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29998         (gst_ogg_demux_src_event), (_find_chain_seek),
29999         (gst_ogg_pad_push):
30000           Check for pad availability before using it.
30001         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30002           Fix parsing of chained ogg. Needs more work on the decoder side.
30003
30004 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30005
30006         * gst/spectrum/Makefile.am:
30007         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30008         (idle_func):
30009           Fix demo and reenable it. Yes, I'm currently playing with audio
30010           analysis tools
30011
30012 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30013
30014         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30015           We love it if files that start at zero work too...
30016
30017 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30018
30019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30020           Handle files with missing EOS headers.
30021
30022 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30023
30024         * gst/tcp/gsttcpserversink.c:
30025         (gst_tcpserversink_handle_server_read),
30026         (gst_tcpserversink_init_send):
30027         Zero some variables first (need for accept not to return EINVAL)
30028
30029 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30030
30031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30032         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30033         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30034         (theora_dec_chain):
30035         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30036         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30037           Seeking and querying finetune.
30038
30039 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30040
30041         * configure.ac:
30042         * ext/Makefile.am:
30043         * ext/raw1394/Makefile.am:
30044           fix the build
30045
30046 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30047
30048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30049           Wrong return.
30050         * gst/playback/Makefile.am:
30051         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30052         * gst/playback/gstplay-marshal.list:
30053         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30054           Fix marshallers.
30055
30056 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30057
30058         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30059           Silence.
30060
30061 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30062
30063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30064         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30065         (gst_ogg_pad_push):
30066           Yay for non-lineair granulepos in theora.
30067
30068 2004-10-18  Wim Taymans  <wim@fluendo.com>
30069
30070         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30071         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30072         * ext/dv/gstdvdec.h:
30073         Make sure we renegotiate aspect ratio when the camera switches.
30074
30075 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30076
30077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30078         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30079           Start at zero.
30080         * ext/theora/theoradec.c: (theora_dec_chain):
30081           Skip headers. Bad idea for chained ogg, but fixes seeking.
30082
30083 2004-10-18  Wim Taymans  <wim@fluendo.com>
30084
30085         * configure.ac:
30086         I swear, this is the last time I touch this.
30087
30088 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30089
30090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30091         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30092         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30093           Faster seeking.
30094         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30095           Time-to-default conversion.
30096         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30097           Don't error on unknown packets, just skip. We should probably
30098           read them if we want to support chained ogg.
30099
30100 2004-10-18  Wim Taymans  <wim@fluendo.com>
30101
30102         * configure.ac:
30103         Added cdaudio to wrong list.
30104
30105 2004-10-18  Wim Taymans  <wim@fluendo.com>
30106
30107         * configure.ac:
30108         Revive cdaudio.
30109
30110 2004-10-18  Wim Taymans  <wim@fluendo.com>
30111
30112         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30113         (gst_dvdec_video_link), (gst_dvdec_push):
30114         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30115         (gst_smokeenc_resync), (gst_smokeenc_chain):
30116         Fix mimetype on smoke encoder.
30117         Add aspect ratio to dvdec. Not sure if these
30118         values are correct though....
30119
30120 2004-10-18  Wim Taymans  <wim@fluendo.com>
30121
30122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30123         Fix vorbis property descriptions and ranges.
30124
30125 2004-10-18  Wim Taymans  <wim@fluendo.com>
30126
30127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30128         Really do nothing when no data is available.
30129         Go to the playing state when the stream is not seekable
30130         instead of failing.
30131
30132 2004-10-18  Wim Taymans  <wim@fluendo.com>
30133
30134         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30135         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30136         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30137         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30138         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30139         Added uri handler for cd://
30140         Port to new API.
30141
30142 2004-10-18  Wim Taymans  <wim@fluendo.com>
30143
30144         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30145         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30146         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30147         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30148         (remove_prerolls), (unknown_type), (add_element_stream),
30149         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30150         (gst_play_base_bin_remove_element),
30151         (gst_play_base_bin_link_stream):
30152         * gst/playback/gstplaybin.c: (gen_video_element),
30153         (gen_vis_element), (remove_sinks), (setup_sinks):
30154         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30155         (gst_stream_info_get_type), (gst_stream_info_class_init),
30156         (gst_stream_info_init), (gst_stream_info_new),
30157         (gst_stream_info_dispose), (stream_info_mute_pad),
30158         (gst_stream_info_set_property), (gst_stream_info_get_property):
30159         * gst/playback/gststreaminfo.h:
30160         Add sink padtemplate to decodebin.
30161         Added some more comments.
30162         Make queue size configurable in playbasebin.
30163         Added possibility to use elements as sinks (ex cdaudio).
30164
30165 2004-10-15  Wim Taymans  <wim@fluendo.com>
30166
30167         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30168         (gst_speexenc_chain):
30169         Fix speex timestamps so that it gets muxed properly.
30170
30171 2004-10-15  Wim Taymans  <wim@fluendo.com>
30172
30173         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30174         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30175         (gst_dv1394src_init), (gst_dv1394src_dispose),
30176         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30177         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30178         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30179         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30180         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30181         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30182         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30183         * ext/raw1394/gstdv1394src.h:
30184         Added conversion/query functions.
30185         Update buffer timestamps,
30186         Added signals.
30187         Added uri dv:// so it might play from the firewire in playbin.
30188         Fix a possible leak.
30189         Added debugging.
30190
30191 2004-10-15  Wim Taymans  <wim@fluendo.com>
30192
30193         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30194         (gst_dv1394src_init), (gst_dv1394src_set_property),
30195         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30196         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30197         * ext/raw1394/gstdv1394src.h:
30198         Added AV/C VTR control support needed for some cameras.
30199         Added automatic port detection.
30200         Added properties for selecting the channel.
30201         The configure.ac script is not yet updated to reflect the
30202         new libavc1394 and librom1394 dependencies.
30203
30204 2004-10-15  Wim Taymans  <wim@fluendo.com>
30205
30206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30207         (qtdemux_parse), (gst_qtdemux_handle_esds):
30208         An esds box is not a container.
30209         Fix parsing of mp4v boxes.
30210         Do not try to renegotiate fps for each frame. Need to
30211         find a better method. This should fix mp4 playback.
30212
30213 2004-10-14  David Schleef  <ds@schleef.org>
30214
30215         * configure.ac: update for swfdec-0.3 and liboil-0.2
30216         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30217         * ext/swfdec/gstswfdec.h: same
30218         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30219         * gst/videotestsrc/videotestsrc.c: same
30220
30221 2004-10-14  Wim Taymans  <wim@fluendo.com>
30222
30223         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30224         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30225         (is_sync_frame), (gst_multifdsink_new_client),
30226         (gst_multifdsink_handle_client_write),
30227         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30228         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30229         Turn warnings into info.
30230         Don't allow a state change in the streaming thread.
30231
30232 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30233
30234         * ext/vorbis/oggvorbisenc.c:
30235         * ext/vorbis/vorbisdec.c:
30236           fix template sample rate
30237
30238 2004-10-13  Wim Taymans  <wim@fluendo.com>
30239
30240         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30241         Decoding the header first fixes some problems in resyncing
30242         in more mp3s.
30243
30244 2004-10-12  Wim Taymans  <wim@fluendo.com>
30245
30246         * gst/playback/gstplaybin.c: (gen_video_element),
30247         (gen_vis_element), (remove_sinks), (setup_sinks):
30248         Added vis plugin support, need to configure the vis
30249         element to activate it.
30250
30251 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30252
30253         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30254         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30255           Some debug.
30256         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30257         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30258         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30259         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30260         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30261         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30262         * gst/avi/gstavidemux.h:
30263           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30264           recovery (where, if part of the index is broken, we will still read
30265           the rest of the index and recover the broken part by stream
30266           scanning). More broken media support. EOS workarounds. General AVI
30267           braindamage headache recovery. Aspirin included.
30268
30269 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30270
30271         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30272         (cdparanoia_event), (cdparanoia_query):
30273           Get rid of hideous lead-in.
30274
30275 2004-10-11  Wim Taymans  <wim@fluendo.com>
30276
30277         * gst/playback/gstplaybasebin.c: (setup_source):
30278         Wrong var used to get g_list_next.
30279
30280 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30281
30282         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30283         (cdparanoia_get), (cdparanoia_open):
30284           Report discid as metadata, add duration.
30285
30286 2004-10-11  Wim Taymans  <wim@fluendo.com>
30287
30288         * gst/playback/gstplaybasebin.c: (setup_source):
30289         Cleanup the previous pipeline a little earlier for the
30290         case that a source element provides raw data.
30291
30292 2004-10-11  Benjamin Otte  <otte@gnome.org>
30293
30294         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30295           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30296           consuming the last 128 bytes, even though it was valid mp3 data.
30297
30298 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30299
30300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30301         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30302         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30303         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30304
30305 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30306
30307         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30308         Fix for webcams that support only specific width or height
30309
30310 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30311
30312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30313
30314         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30315           Fix wrong discont event setup (fixes #154967).
30316
30317 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30318
30319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30320
30321         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30322           Error out on invalid data (fixes #154807).
30323
30324 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30325
30326         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30327
30328         * ext/dvdread/dvdreadsrc.c: (_read):
30329           Make titles > 0 work again (fixes #154834).
30330
30331 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30332
30333         * gst-libs/gst/riff/riff-media.c:
30334         (gst_riff_create_video_template_caps):
30335           WMV3 missing in template caps.
30336
30337 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30338
30339         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30340           OK, so the original code was too strict. It makes random AVI files
30341           hang for seconds upon opening, which is unacceptable and is far
30342           beyond the original goal of getting multiple chunks for one-chunk
30343           sounc stream files. So now do just that.
30344
30345 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30346
30347         * gst/playback/gstplaybasebin.c: (setup_source),
30348         (gst_play_base_bin_change_state):
30349           Actually clean up streaminfo if output fails. This would trigger
30350           if, for example, there was no CD in the drive. No preroll, so
30351           a streaminfo structure is created, but the subsequent state change
30352           of the thread fails.
30353         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30354           Don't change state if parent failed.
30355
30356 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30357
30358         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30359         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30360         (gen_video_element), (remove_sinks):
30361           Add small bits of code for screenshot handling.
30362
30363 2004-10-08  Wim Taymans  <wim@fluendo.com>
30364
30365         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30366         (gen_video_element), (gen_audio_element), (setup_sinks):
30367         Don't assume the user provided sinks are named "sink"...
30368
30369 2004-10-08  Wim Taymans  <wim@fluendo.com>
30370
30371         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30372         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30373         (gst_play_base_bin_link_stream):
30374         Do not try to autoplug sources that generate raw streams like
30375         cdparanoia.
30376         disconnect the preroll overrun signal when we don't need it anymore.
30377
30378 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30379
30380         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30381         Added reworked patch from #154903 from milosz derezynski (deadchip).
30382
30383 2004-10-08  Wim Taymans  <wim@fluendo.com>
30384
30385         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30386         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30387         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30388         (cdparanoia_convert), (cdparanoia_uri_get_type),
30389         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30390         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30391         * ext/cdparanoia/gstcdparanoia.h:
30392         This adds the cdda://<tracknum> uri.
30393
30394 2004-10-08  Wim Taymans  <wim@fluendo.com>
30395
30396         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30397         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30398         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30400         (unknown_type), (gst_play_base_bin_remove_element),
30401         (gst_play_base_bin_link_stream):
30402         * gst/playback/gstplaybasebin.h:
30403         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30404         (gst_play_bin_set_property), (gen_video_element),
30405         (gen_audio_element), (setup_sinks):
30406         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30407         (gst_stream_info_get_type), (gst_stream_info_class_init),
30408         (gst_stream_info_init), (gst_stream_info_new),
30409         (gst_stream_info_dispose), (stream_info_mute_pad),
30410         (gst_stream_info_set_property), (gst_stream_info_get_property):
30411         * gst/playback/gststreaminfo.h:
30412         Reuse the audio and video bins.
30413         Some internal cleanups in the stream selection code.
30414
30415 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30416
30417         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30418         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30419         * sys/ximage/ximagesink.h:
30420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30421         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30422         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30423         not coming from those elements. Moreover these elements should not keep
30424         the xid they have been given when in NULL state.
30425
30426 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30427
30428         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30429         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30430         * sys/ximage/ximagesink.h:
30431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30432         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30433         * sys/xvimage/xvimagesink.h:
30434           Actually only create a new toplevel window if we're not gonna
30435           embed it right after.
30436
30437 2004-10-07  Wim Taymans  <wim@fluendo.com>
30438
30439         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30440         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30441         * gst/playback/gstplaybin.c: (setup_sinks):
30442         Implement muting/unmuting of streams, mute streams that are not
30443         used.
30444
30445 2004-10-07  Wim Taymans  <wim@fluendo.com>
30446
30447         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30448         (plugin_init):
30449         Added lame audio/x-ac3 typefind function.
30450
30451 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30452
30453         * configure.ac:
30454           bump nano to cvs
30455
30456 === release 0.8.5 ===
30457
30458 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30459
30460         * NEWS:
30461         * RELEASE:
30462         * configure.ac:
30463           releasing 0.8.5, "Take You On"
30464
30465 2004-10-06  Wim Taymans  <wim@fluendo.com>
30466
30467         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30468         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30469         (no_more_pads), (close_link), (type_found):
30470         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30471         * gst/playback/gstplaybin.c: (gen_video_element):
30472         Do not signal the no_more_pads after the first pad when
30473         we are plugging a non dynamic element with multiple
30474         output pads (like swfdec, dvdec, ...).
30475
30476 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30477
30478         * configure.ac:
30479           bump for prerelease
30480
30481 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30482
30483         * gst/wavparse/gstwavparse.c:
30484           add ATRAC3 to STATIC CAPS to fix a warning
30485
30486         * gst/matroska/ebml-read.c:
30487         * gst-libs/gst/riff/riff-read.c:
30488           fix typos
30489
30490 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30491
30492         * gst-libs/gst/riff/riff-media.c:
30493           generate caps for ATRAC3 audio streams
30494
30495         * gst/realmedia/rmdemux.c:
30496           generate caps for ATRAC3 audio streams
30497
30498 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30499
30500         * gst/wavparse/Makefile.am
30501         * gst/wavparse/riff.h
30502         * gst/wavparse/wavparse.vcproj
30503           riff.h removal (unused and duplication with riff-ids.h)
30504
30505 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30506
30507         * gst/wavparse/gstwavparse.h
30508           remove duplicated defines for audio codec codes
30509
30510         * gst-libs/gst/riff/riff-ids.h
30511         * gst/wavenc/riff.h:
30512           add "4CC" code for ATRAC3 audio streams
30513           add "4CC" code for ITU_G721_ADPCM (unused for now)
30514
30515 2004-10-06  Wim Taymans  <wim@fluendo.com>
30516
30517         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30518         Actually _do_ negotiation. Pass gdouble as arg instead
30519         of guint64 for the framerate.
30520
30521 2004-10-06  Wim Taymans  <wim@fluendo.com>
30522
30523         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30524         (find_compatibles), (close_pad_link), (try_to_link_1),
30525         (no_more_pads), (close_link), (type_found):
30526         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30527         * gst/playback/gstplaybin.c: (gen_video_element),
30528         (gen_audio_element):
30529         Set state on newly added element to READY so that negotiation
30530         can happen ASAP.
30531         Addes some more debug info.
30532         Do not try to plug pads with multiple caps structures or ANY
30533         because it is too dangerous since we do not do dynamic
30534         replugging.
30535
30536 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30537
30538         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30539
30540         * po/LINGUAS:
30541         * po/or.po:
30542           add Oriya translation
30543
30544 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30545
30546         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30547           Prevent overwrite of size member. Makes audio sound crappy.
30548
30549 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30550
30551         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30552         Add rmvb to the list of known RealMedia extensions
30553
30554 2004-10-05  Wim Taymans  <wim@fluendo.com>
30555
30556         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30557         (mngdec_openstream), (mngdec_closestream),
30558         (mngdec_handle_sink_event), (mngdec_readdata),
30559         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30560         (mngdec_getcanvasline), (mngdec_refresh),
30561         (gst_mngdec_change_state):
30562         Set the framerate correctly.
30563
30564 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30565
30566         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30567           There was something wrong with the index massaging.
30568
30569 2004-10-04  Wim Taymans  <wim@fluendo.com>
30570
30571         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30572         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30573         (gst_smokedec_chain):
30574         * ext/jpeg/gstsmokedec.h:
30575         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30576         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30577         * ext/jpeg/gstsmokeenc.h:
30578         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30579         (smokecodec_decode_new), (smokecodec_info_free),
30580         (smokecodec_set_quality), (smokecodec_get_quality),
30581         (smokecodec_set_threshold), (smokecodec_get_threshold),
30582         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30583         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30584         (smokecodec_encode), (smokecodec_parse_id),
30585         (smokecodec_parse_header), (smokecodec_decode):
30586         * ext/jpeg/smokecodec.h:
30587         * ext/jpeg/smokeformat.h:
30588         Updated smoke, new bitstream, allows embedding in ogg.
30589
30590 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30591
30592         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30593           Fix seeking in some files. All this code is no longer needed (and
30594           actually breaks stuff) because we now synchronize the full index
30595           right when reading the header.
30596
30597 2004-10-04  Wim Taymans  <wim@fluendo.com>
30598
30599         * configure.ac:
30600         configure update for libmng.
30601
30602 2004-10-04  Wim Taymans  <wim@fluendo.com>
30603
30604         * ext/libmng/Makefile.am:
30605         * ext/libmng/gstmng.c: (plugin_init):
30606         * ext/libmng/gstmng.h:
30607         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30608         (gst_mngdec_base_init), (gst_mngdec_class_init),
30609         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30610         (gst_mngdec_loop), (gst_mngdec_get_property),
30611         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30612         (mngdec_closestream), (mngdec_handle_sink_event),
30613         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30614         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30615         (gst_mngdec_change_state):
30616         * ext/libmng/gstmngdec.h:
30617         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30618         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30619         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30620         (gst_mngenc_chain), (gst_mngenc_get_property),
30621         (gst_mngenc_set_property):
30622         * ext/libmng/gstmngenc.h:
30623         Added basic MNG decoder. Needs more work. The encoder does
30624         not work yet.
30625
30626 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30627
30628         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30629         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30630         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30631           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30632           no-more-pads.
30633
30634 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30635
30636         * configure.ac:
30637           you need at least 1.0.4 of speex
30638
30639 2004-10-04 Iain <iaingnome@gmail.com>
30640
30641         * ext/speex/gstspeexdec.h: Revert the includes changes.
30642
30643         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30644
30645 2004-09-30 Iain <iaingnome@gmail.com>
30646
30647         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30648         found during init or set as a property instead of hardcoding /dev/audio
30649
30650 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30651
30652         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30653         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30654         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30655         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30656         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30657         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30658         (gst_rmdemux_dump_data):
30659           Use debug category, fix EOS handling. filesrc ! rmdemux now
30660           works.
30661
30662 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30663
30664         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30665         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30666         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30667           Improve allocation, cutting and sorting of the index. How takes a
30668           few seconds instead of minutes.
30669
30670 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30671
30672         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30673           fixed compilation
30674
30675 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30676
30677         * gst-libs/gst/riff/riff-media.c:
30678         (gst_riff_create_video_caps_with_data),
30679         (gst_riff_create_video_template_caps):
30680           Add wing commander format mimetype/fourccs.
30681         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30682           Don't crash if some value is 0.
30683
30684 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30685
30686         * gst-libs/gst/riff/riff-media.c:
30687         (gst_riff_create_video_caps_with_data),
30688         (gst_riff_create_video_template_caps):
30689           Add DIB fourcc (raw, palettized 8-bit RGB).
30690         * gst-libs/gst/riff/riff-read.c:
30691         (gst_riff_read_strf_vids_with_data):
30692           Oops, fix strf_data reading bug.
30693         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30694           Use a non-NULL tag.
30695         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30696           Time for hacks. Sorry Dave. At least one quicktime movie (a
30697           trailer) that I've encountered contains multiple video tracks.
30698           One of those is the actual video track, the other are one-frame
30699           tracks (images). Unfortunately, the number of frames according
30700           to the trak header is 1 for each, so that doesn't help. So
30701           instead, I look at the duration and discard tracks with a
30702           duration shorter than 20% of the length of the stream. Better
30703           than nothing.
30704
30705 2004-10-01  Christian Schaller <christian@fluendo.com>
30706
30707         * ext/ivorbis/vorbis.c:
30708           Patch from Phil Blundell (Bug 152341)
30709
30710 2004-10-01  Wim Taymans  <wim@fluendo.com>
30711
30712         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30713         (speex_dec_get_formats), (speex_dec_convert),
30714         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30715         (speex_dec_chain), (gst_speexdec_get_property),
30716         (gst_speexdec_set_property):
30717         Small cleanups.
30718
30719 2004-10-01  Wim Taymans  <wim@fluendo.com>
30720
30721         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30722         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30723         (gst_wavparse_other), (gst_wavparse_loop),
30724         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30725         (gst_wavparse_srcpad_event):
30726         * gst/wavparse/gstwavparse.h:
30727         Added some more debugging info.
30728         Fix the case where the length of the file is 0.
30729         Make sure we seek to sample borders.
30730
30731 2004-10-01  Wim Taymans  <wim@fluendo.com>
30732
30733         * gst/playback/README:
30734         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30735         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30736         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30737         Add some debug info to decodebin, update README
30738
30739 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30740
30741         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30742           Don't use g_print(); use GST_DEBUG().
30743
30744 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30745
30746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30747         (gst_ogg_mux_queue_pads):
30748           Handle EOS properly.
30749
30750 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30751
30752         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30753
30754         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30755         (gst_faad_chain), (gst_faad_change_state):
30756         * ext/faad/gstfaad.h:
30757           Allow playback of raw (unframed) MPEG AAC files (#148993).
30758
30759 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30760
30761         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30762
30763         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30764           Throw error if we didn't recognize the stream. Fixes #152289.
30765
30766 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30767
30768         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30769           Fix negotiation.
30770
30771 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30772
30773         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30774
30775         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30776           Fix memleak.
30777
30778 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30779
30780         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30781
30782         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30783           Solve #152805.
30784         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30785           Solve 152806.
30786
30787 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30788
30789         * gst-libs/gst/riff/riff-media.c:
30790         (gst_riff_create_video_caps_with_data),
30791         (gst_riff_create_audio_caps_with_data):
30792           Add codec_data handling (like asfdemux used to do).
30793         * gst/asfdemux/gstasf.c: (plugin_init):
30794         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30795         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30796           Use riff-media for caps creation instead of our own (mostly
30797           broken) copy of its functions.
30798
30799 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30800
30801         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30802           Don't actually error out if we get another return value than
30803           -EINVAL. Opposite to what I first thought, drivers have random
30804           return values for this, although -EINVAL is the expected return
30805           value. Since this is not fatal, we shouldn't use
30806           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30807
30808 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30809
30810         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30811         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30812         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30813         (dvdreadsrc_get), (dvdreadsrc_open_file),
30814         (dvdreadsrc_change_state):
30815           Fix. Don't do one big huge loop around the whole DVD, that will
30816           cache all data and thus eat sizeof(dvd) (several GB) before we
30817           see something.
30818         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30819           Actually NULL'ify event after using it.
30820         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30821         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30822         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30823         (gst_ebml_read_seek), (gst_ebml_read_skip):
30824           Handle events.
30825         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30826         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30827         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30828           Fix timing (this will probably break if I seek using menus, but
30829           I didn't get there yet). VOBs and normal DVDs should now work.
30830           Add a mpeg2-only pad with high rank so this get autoplugged for
30831           MPEG-2 movies.
30832         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30833         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30834         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30835         (gst_mpeg_demux_get_audio_stream),
30836         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30837         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30838           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30839           MPEG-1 but use dvddemux for MPEG-2.
30840         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30841         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30842         (gst_mpeg_parse_parse_packhead):
30843           Timing. Only add pad template if it exists. Add sink template from
30844           class and not from ourselves. This means we will always use the
30845           correct sink template even if it is not the one defined in this
30846           file.
30847
30848 2004-09-29  Wim Taymans  <wim@fluendo.com>
30849
30850         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30851         (gst_mpeg_demux_parse_pes):
30852         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30853         Fix playback of mpeg again, timestamps where screwed up by
30854         patch 1.61.
30855
30856 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30857
30858         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30859           Only return true if we actually filled something in. Prevents
30860           player applications from showing a random length for flac files.
30861         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30862         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30863         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30864         (gst_riff_read_strf_vids_with_data),
30865         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30866           OK, ok, so I implemented event handling. Apparently it's normal
30867           that we receive random events at random points without asking
30868           for it.
30869         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30870         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30871         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30872         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30873         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30874         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30875         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30876         * gst/avi/gstavidemux.h:
30877           Implement non-lineair chunk handling and subchunk processing.
30878           The first solves playback of AVI files where the audio and video
30879           data of individual buffers that we read are not synchronized.
30880           This should not happen according to the wonderful AVI specs, but
30881           of course it does happen in reality. It is also a prerequisite for
30882           the second. Subchunk processing allows us to cut chunks in small
30883           pieces and process each of these pieces separately. This is
30884           required because I've seen several AVI files with incredibly large
30885           audio chunks, even some files with only one audio chunk for the
30886           whole file. This allows for proper playback including seeking.
30887           This patch is supposed to fix all AVI A/V sync issues.
30888         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30889         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30890           Work.
30891         * gst/modplug/gstmodplug.cc:
30892           Proper return value setting for the query() function.
30893         * gst/playback/gstplaybasebin.c: (setup_source):
30894           Being in non-playing state (after, e.g., EOS) is not necessarily
30895           a bad thing. Allow for that. This fixes playback of short files.
30896           They don't actually playback fully now, because the clock already
30897           runs. This means that small files (<500kB) with a small length
30898           (<2sec) will still not or barely play. Other files, such as mod
30899           or flx, will work correctly, however.
30900
30901 2004-09-28  Wim Taymans  <wim@fluendo.com>
30902
30903         * ext/speex/gstspeex.c: (plugin_init):
30904         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30905         (gst_speex_dec_class_init), (speex_dec_get_formats),
30906         (speex_get_event_masks), (speex_get_query_types),
30907         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30908         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30909         (gst_speexdec_get_property), (gst_speexdec_set_property),
30910         (speex_dec_change_state):
30911         * ext/speex/gstspeexdec.h:
30912         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30913         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30914         (gst_speexenc_base_init), (gst_speexenc_class_init),
30915         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30916         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30917         (gst_speexenc_src_query), (gst_speexenc_init),
30918         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30919         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30920         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30921         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30922         (gst_speexenc_chain), (gst_speexenc_get_property),
30923         (gst_speexenc_set_property), (gst_speexenc_change_state):
30924         * ext/speex/gstspeexenc.h:
30925         Rewrote speex encoder, make sure it can be embedded in ogg.
30926         Implemented speex decoder.
30927
30928 2004-09-28  Christian Schaller <christian@fluendo.com>
30929
30930         * configure.ac:
30931         Remove kioslave plugin. Markey is brewing a new working one
30932         * ext/Makefile.am: Remove kioslave plugin
30933         * ext/kio: remove
30934         * gst-plugins.spec.in: remove kio plugin from spec
30935
30936 2004-09-27  Wim Taymans  <wim@fluendo.com>
30937
30938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30939         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30940         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30941         (gst_multifdsink_new_client),
30942         (gst_multifdsink_handle_client_write),
30943         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30944         (gst_multifdsink_handle_clients):
30945         * gst/tcp/gstmultifdsink.h:
30946         Make syncing to keyframes actually work for new clients and lagging
30947         clients.
30948
30949 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30950
30951         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30952         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30953         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30954         * gst/debug/gstnavigationtest.h:
30955           make navigationtest display button-press and button-release events
30956
30957 2004-09-26 Iain <iaingnome@gmail.com>
30958
30959         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30960         the channels have received a new media event.
30961         (interleave_buffered_loop): Compresses a new media event on all
30962         channels into one.
30963
30964 2004-09-26 Iain <iaingnome@gmail.com>
30965
30966         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30967         call the sinkpad's default event handler and not the srcpads. He also
30968         says this is confusing :)
30969         (gst_wavenc_stop_file): Company says that seek events only go upstream
30970         we should send a discontinuous downstream instead.
30971
30972 2004-09-25  Christian Schaller <christian@fluendo.com>
30973
30974         * Update SPEC file to be usable in conjunction with Fedora Core,
30975           Fedora.us and freshrpms packages
30976         * Fix typo in multifilesrc test Makefile
30977
30978 2004-09-24  Wim Taymans  <wim@fluendo.com>
30979
30980         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30981         Only signal the no_more_pads signal when we have
30982         added the stream to our list.
30983
30984 2004-09-24  Wim Taymans  <wim@fluendo.com>
30985
30986         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30987         (new_decoded_pad):
30988         * gst/playback/gstplaybasebin.h:
30989         * gst/playback/gstplaybin.c: (setup_sinks):
30990         Don't try to preroll or decode more than one audio/video
30991         track.
30992
30993 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30994
30995         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30996           Throw error if we failed to find a suitable output. This should
30997           throw an error if we successfully set up a pipeline (e.g. because
30998           we recognized a media file) but found no decodable streams in it
30999           (e.g. because it contains only media stream types for which we
31000           have no decoders, or because it's not a media type).
31001
31002 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31003
31004         * ext/dirac/Makefile.am:
31005         * ext/dirac/gstdirac.cc:
31006         * ext/dirac/gstdiracdec.cc:
31007         * ext/dirac/gstdiracdec.h:
31008           Do something. Don't actually know if this works because I don't
31009           have a demuxer yet.
31010         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31011           Add channels=1 to caps returned from _getcaps().
31012         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31013         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31014         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31015         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31016         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31017         (gst_ogm_parse_change_state):
31018           Separate between audio/video so ogmaudioparse actually uses the
31019           audio pad templates. Both audio and video work now, including
31020           autoplugging. Also use sometimes-srcpad hack.
31021         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31022           Handle events better. Don't hang on infinite loops.
31023         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31024         (gst_avi_demux_init), (gst_avi_demux_reset),
31025         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31026         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31027         (gst_avi_demux_change_state):
31028         * gst/avi/gstavidemux.h:
31029           Improve A/V sync. Still not perfect.
31030         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31031         (gst_ebml_read_skip):
31032           Handle events better.
31033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31034         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31035         (qtdemux_audio_caps):
31036           Add IMA4. Improve event handling. Save offset after a seek when
31037           the headers are at the end of the file so that we don't end up in
31038           an infinite loop.
31039         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31040           Add low-priority typefind support for files with no length.
31041
31042 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31043
31044         * testsuite/multifilesink/Makefile.am:
31045         fix typo
31046
31047 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31048
31049         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31051         mistakes from thaytan's patches.
31052
31053 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31054
31055         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31056           For completeness, XSync in the destroy function as xvimage does.
31057
31058 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31059
31060         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31061            Correct caps negotiation
31062         * gst/volume/gstvolume.c: (volume_chain_float),
31063         (volume_chain_int16):
31064            Modify debug output to be little more informative
31065         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31067         (gst_xvimagesink_xvimage_destroy):
31068           Add XSync calls after detaching from the shared memory segment to
31069           avoid a crash.
31070
31071 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31072
31073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31074         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31075         * ext/vorbis/vorbis.c: (plugin_init):
31076         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31077         (gst_vorbisenc_chain):
31078         * ext/vorbis/vorbisenc.h:
31079         remove explicit newmedia support from oggmux and vorbisenc
31080         add debug category to vorbisenc
31081         * gst/multifilesink/gstmultifilesink.c:
31082         (gst_multifilesink_class_init), (gst_multifilesink_init),
31083         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31084         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31085         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31086         (plugin_init):
31087         * gst/multifilesink/gstmultifilesink.h:
31088         add support for streamheader in multifilesink
31089
31090 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31091
31092         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31093         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31094         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31095           Prevent infinite loops. More correct error reporting.
31096         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31097           Error out if negotiation fails.
31098         * gst/playback/gstplaybasebin.c: (setup_source),
31099         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31100         (gst_play_base_bin_found_tag):
31101           Error/tag forwarding. Pre-roll fixes for source errors on state
31102           changes (e.g. "file does not exist") to prevent hangs.
31103
31104 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31105
31106         * testsuite/multifilesink/Makefile.am:
31107         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31108         (gst_newmedia_class_init), (gst_newmedia_init),
31109         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31110         (newfile_signal), (test_signal), (main):
31111         * testsuite/multifilesink/multifilesrc_test.c: (main):
31112         * testsuite/multifilesink/oggtheora_test.c:
31113         (gst_newmedia_base_init), (gst_newmedia_class_init),
31114         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31115         (test_format), (newfile_signal), (test_signal), (main):
31116         * testsuite/multifilesink/oggvorbis_test.c:
31117         (gst_newmedia_base_init), (gst_newmedia_class_init),
31118         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31119         (test_format), (newfile_signal), (test_signal), (main):
31120         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31121         (gst_newmedia_class_init), (gst_newmedia_init),
31122         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31123         (newfile_signal), (test_signal), (main):
31124         New media tests
31125
31126 2004-09-20  Christian Schaller <christian@fluendo.com>
31127
31128         * Fix mikmod license to LGPL as they have relicensed
31129         * Move Dirac and Effectv into LGPL section of README_license
31130
31131 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31132
31133         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31134         (gst_mad_change_state):
31135           Allow for mp3 rate/channels changes. However, only very
31136           conservatively. Reason that we *have* to enable this is smiply
31137           because the mad find_sync() function is not good enough, it will
31138           regularly sync on random data as valid frames and therefore make
31139           us provide random caps as *final* caps of the stream. The best fix
31140           I could think of is to simply require several of the same stream
31141           changes in a row before we change caps.
31142           The actual testcase that works now is #
31143         * ext/ogg/Makefile.am:
31144         * ext/ogg/gstogg.c: (plugin_init):
31145         * ext/ogg/gstogmparse.c:
31146           OGM support (video only for now; I need an audio sample file).
31147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31148         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31149         (gst_asf_demux_add_video_stream):
31150           WMV extradata.
31151         * gst/playback/gstplaybasebin.c: (unknown_type):
31152           Don't error out on single unknown-types after all. It's wrong.
31153           If we found type of video and audio but not of a subtitle stream,
31154           it will still error out (which is unwanted). Will find a better fix
31155           later on.
31156         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31157         (ogmaudio_type_find), (plugin_init):
31158           OGM support.
31159
31160 2004-09-20  Johan Dahlin  <johan@gnome.org>
31161
31162         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31163         after setting caps.
31164
31165 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31166
31167         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31168         * gst/wavenc/gstwavenc.h:
31169         Added newmedia support to wavenc
31170
31171 2004-09-17  Wim Taymans  <wim@fluendo.com>
31172
31173         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31174         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31175         (gst_fdset_fd_can_write), (gst_fdset_wait):
31176         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31177         (gst_multifdsink_init), (gst_multifdsink_add),
31178         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31179         (gst_multifdsink_remove_client_link),
31180         (gst_multifdsink_client_queue_buffer),
31181         (gst_multifdsink_handle_client_write),
31182         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31183         (gst_multifdsink_close), (gst_multifdsink_change_state):
31184         * gst/tcp/gstmultifdsink.h:
31185         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31186         (gst_tcpserversink_removed):
31187         Small cleanups in fdset.c
31188         Use a hastable to map fd to the client structure for faster
31189         lookup in _remove and get_stats.
31190         Added virtual function to close the fds.
31191         Handle clients even when the select/poll call was unblocked because
31192         of a command.
31193         Implement syncing to keyframe in the recovery procedure.
31194
31195 2004-09-16 Iain <iaingnome@gmail.com>
31196
31197         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31198         try caps.
31199
31200 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31201
31202         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31203           Caps are only set if the type of the stream is unknown, but this
31204           is initialized in ->init_stream(), so set to UNKNOWN after calling
31205           ->init_stream() so that capsnego starts.
31206
31207 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31208
31209         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31210         (gst_avi_demux_stream_data):
31211           Just hardcode for raw audio then. AVI audio sucks.
31212
31213 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31214
31215         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31216         * gst/matroska/matroska-mux.c: (audiosink_templ),
31217         (gst_matroska_mux_audio_pad_link):
31218         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31219         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31220
31221 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31222
31223         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31224         (gst_avi_demux_stream_data):
31225           Try to fix a/v sync issues.
31226
31227 2004-09-15  David Schleef  <ds@schleef.org>
31228
31229         * configure.ac: remove NASM check, since we don't use it.  Update
31230         dirac check to 0.4
31231         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31233         Initialized variables.
31234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31235         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31236         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31237         SVQ3 format
31238
31239 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31240
31241         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31242         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31243         * gst/avi/gstavidemux.h:
31244           Fix for compressed audio (mp3) timestamp generation. How did this
31245           ever work?
31246
31247 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31248
31249         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31250           Volume is a double not a float.
31251
31252 2004-09-15  Wim Taymans  <wim@fluendo.com>
31253
31254         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31255         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31256         Don't close the fd in multifdsink as we didn't open it in the
31257         first place. Some cleanups.
31258
31259 2004-09-15  Wim Taymans  <wim@fluendo.com>
31260
31261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31262         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31263         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31264         Fix the case where the muxer would mark pages as delta
31265         frames when they are not (vorbis only ogg).
31266
31267 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31268
31269         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31270         (gst_play_base_bin_change_state):
31271           Handle the case where we failed to setup a clear pipeline. This
31272           will throw an error (or EOS, another nice case) and if you don't
31273           catch that, the app will wait for the signal forever (and thus
31274           hang).
31275
31276 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31277
31278         * ext/gnomevfs/gstgnomevfssink.c:
31279         (gst_gnomevfssink_uri_get_protocols):
31280         * ext/gnomevfs/gstgnomevfssrc.c:
31281         (gst_gnomevfssrc_uri_get_protocols):
31282         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31283         * ext/gnomevfs/gstgnomevfsuri.h:
31284           Use _uri_new() instead of _open(), so it doesn't take as long and
31285           Christophe's computer won't hang.
31286         * gst/playback/gstplaybasebin.c: (unknown_type):
31287           Throw error on unknown media type, so apps actually display it.
31288
31289 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31290
31291         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31292           this script to work on Solaris since bash shell handles echo
31293           differenly than bash.
31294
31295 2004-09-17  Wim Taymans  <wim@fluendo.com>
31296
31297         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31298         (setup_source), (gst_play_base_bin_set_property),
31299         (gst_play_base_bin_add_element):
31300         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31301         Some more work on making sure seeking pauses the pipeline and
31302         that changing the uri actually does something.
31303
31304 2004-09-17  Wim Taymans  <wim@fluendo.com>
31305
31306         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31308         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31309         (gst_tcpserversink_close):
31310         Be a bit more paranoid when freeing memory.
31311
31312 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31313
31314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31315         (qtdemux_parse_trak):
31316           Don't crash by dividing by zero (see sample movie in #126922).
31317
31318 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31319
31320         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31321           Don't touch non-existing data (fixes crash on file in #140147).
31322
31323 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31324
31325         * gst/playback/gstplaybasebin.c:
31326         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31327           Handle double disposals, and proper change of URIs.
31328
31329 2004-09-13  Martin Eikermann <meiker@upb.de>
31330
31331         * gst/mpegstream/gstmpegparse.c:
31332           fix synchronistation for streams recorded from digital PCR
31333           fixes bug #119376
31334
31335 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31336
31337         * ext/gnomevfs/Makefile.am:
31338         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31339         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31340         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31341         (gst_gnomevfssink_uri_get_type),
31342         (gst_gnomevfssink_uri_get_protocols),
31343         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31344         (gst_gnomevfssink_uri_handler_init),
31345         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31346         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31347         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31348         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31349         (gst_gnomevfssrc_uri_get_type),
31350         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31351         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31352         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31353         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31354         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31355         * ext/gnomevfs/gstgnomevfsuri.h:
31356           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31357           of fake URIs to see which this version of Gnome-VFS likes, and
31358           uses that for the Gst-URI interface. Makes playbin support http://
31359           streams. Also fix up some stupid behaviour in gnomevfssrc.
31360
31361 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31362
31363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31364         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31365         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31366         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31367           Update mixer (to sync with other sessions) if we try to obtain
31368           a new value. This makes alsamixer work accross applications.
31369         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31370           Only call sync functions if we're running, else alsalib asserts.
31371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31372           Sometimes fails to compile. Possibly a gcc bug.
31373         * gst/playback/gstplaybin.c: (gen_video_element),
31374         (gen_audio_element):
31375           Add a reference to an application-provided object, because we lose
31376           this same reference if we add it to the bin. If we don't do this,
31377           we can only use this object once and thus crash if we go from
31378           ready to playing, back to ready and back to playing again.
31379           Also add an audioscale element because several cheap soundcards -
31380           like mine - don't support all samplerates.
31381         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31382         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31383           Fix wrong order or PAR calls. Makes automatically obtained PAR
31384           from the X server atually being used.
31385
31386 2004-09-12  David Schleef  <ds@schleef.org>
31387
31388         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31389         #151887, #152102, #152247.
31390         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31391         * examples/seeking/cdparanoia.c: same
31392         * examples/seeking/cdplayer.c: same
31393         * examples/seeking/seek.c: same
31394         * examples/seeking/spider_seek.c: same
31395         * examples/seeking/vorbisfile.c: same
31396         * examples/stats/mp2ogg.c: same
31397         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31398         (gst_esdsink_dispose): Dispose of element properly.
31399         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31400         fixes.
31401         * ext/nas/nassink.c: (gst_nassink_class_init),
31402         (gst_nassink_dispose): Dispose of element correctly.
31403         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31404         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31405         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31406         Fix 64-bit warning.
31407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31408         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31409         Fix 64-bit warning.
31410
31411 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31412
31413         * configure.ac : change speex detection as 1.1.6 now uses
31414           .pc/pkg-config and they changed their headers location.
31415
31416 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31417
31418         * gst/matroska/matroska-mux.h:
31419         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31420         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31421         (gst_matroska_mux_write_data):
31422           Write multiple blocks/frames per cluster.
31423                 Write meta-seek information (seek heads).
31424
31425 2004-09-09  Scott Wheeler <wheeler@kde.org>
31426
31427         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31428         (gst_play_bin_set_property), (gst_play_bin_get_property),
31429         (gen_audio_element), (gen_audio_element):
31430           Add a volume element / property to the pipeline.
31431
31432 2004-09-07  Wim Taymans  <wim@fluendo.com>
31433
31434         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31435         Copy timestamps from the master pad to the output buffers.
31436
31437 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31438
31439         * ext/raw1394/gstdv1394src.c:
31440           throw errors when applicable
31441
31442 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31443
31444         * gst/matroska/ebml-ids.h:
31445         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31446         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31448           automatically convert unix time <-> ebml time when reading/writing
31449           a date, use gst_ebml_write_uint to write CUETIME,
31450           not gst_ebml_write_date.
31451         * gst/matroska/matroska-ids.h:
31452         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31453         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31454         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31455         (gst_matroska_mux_write_data):
31456           Write track and segment UIDs, write muxing date, write
31457           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31458           Create cues for audio only files.
31459
31460 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31461
31462         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31463         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31464           Re-commit ALSA switches.
31465         * gst/adder/gstadder.c: (gst_adder_loop):
31466           64-bit fix (#151416).
31467         * gst/debug/progressreport.c: (gst_progressreport_report):
31468           64-bit fix (#151419).
31469         * gst/matroska/matroska-demux.c:
31470         (gst_matroska_demux_parse_contents):
31471           64-bit fix (#151420).
31472         * gst/playback/test3.c: (update_scale):
31473           64-bit fix (#151421).
31474
31475 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31476
31477         * configure.ac:
31478           bump nano to cvs
31479
31480 === release 0.8.4 ===
31481
31482 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31483
31484         * configure.ac: releasing 0.8.4, "Alias"
31485
31486 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31487
31488         * ext/theora/Makefile.am:
31489           fix makefile.  Fixes #151462.
31490
31491 2004-08-30  Wim Taymans  <wim@fluendo.com>
31492
31493         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31494         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31495         (gst_multifdsink_remove_client_link),
31496         (gst_multifdsink_client_queue_buffer),
31497         (gst_multifdsink_handle_client_write):
31498         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31499         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31500         Fix some memory leaks.
31501
31502 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31503
31504         Patch by: David Schleef
31505
31506         * configure.ac:
31507         * sys/Makefile.am:
31508           rename our detection macro for V4L2.  Fixes #151236.
31509
31510 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31511
31512         Patch by: David Schleef
31513
31514         * configure.ac:
31515           check to define LAMEPRESET.  Fixes #151232.
31516
31517 2004-08-27  David Schleef  <ds@schleef.org>
31518
31519         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31520         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31521         (gst_glimagesink_fixate):  Move local variable declarations to
31522         make gcc-2.95 happy.
31523
31524 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31525
31526         * configure.ac:
31527           bump nano for prerelease
31528
31529 2004-08-27  David Schleef  <ds@schleef.org>
31530
31531         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31532         * sys/sunaudio/gstsunaudiosrc.c:
31533         * sys/sunaudio/gstsunaudiosrc.h:
31534
31535 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31536
31537         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31538         handle EOS correctly
31539         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31540         * gst/matroska/matroska-mux.h:
31541         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31542         VFW compatibility mode
31543
31544 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31545
31546         patch by: Zaheer Abbas Merali
31547
31548         * ext/ogg/gstoggmux.c:
31549         * ext/vorbis/vorbisenc.c:
31550         * ext/vorbis/vorbisenc.h:
31551           handle NEWMEDIA
31552
31553 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31554
31555         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31556         fix byte order reversion on little endian machines.
31557         * gst/matroska/matroska-mux.c: (audiosink_templ),
31558         (gst_matroska_mux_audio_pad_link):
31559         add TTA codec to the list of supported codecs.
31560         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31561         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31562         (gst_matroska_mux_write_data):
31563         * gst/matroska/matroska-mux.h:
31564         write segment duration correctly, write muxing app string, fixes bugs
31565         #140897 and #140898.
31566         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31567         wait for all pads to be negotiated before starting to mux.
31568
31569 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31570
31571         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31572         * ext/lame/gstlame.h:
31573         Added new media support to lame
31574
31575 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31576
31577         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31578         send vorbis headers at the beginning of a stream, fixes bug #141554.
31579         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31580         bug #148950.
31581         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31582         (gst_matroska_demux_plugin_init):
31583         * gst/matroska/matroska-ids.h:
31584         enable demuxing of TTA audio streams, fixes bug #148951.
31585         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31586         enable typefinding for TTA audio files, fixes bug #148711.
31587         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31588         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31589         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31590
31591 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31592
31593         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31594         (gst_riff_read_element_data), (gst_riff_read_seek),
31595         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31596         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31597         <teuf@gnome.org>
31598
31599 2004-08-23 Iain <iaingnome@gmail.com>
31600
31601         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31602         tags. They appear to be handled differently to normal.
31603         (tag_list_to_id3_tag_foreach): Ditto.
31604
31605 2004-08-22  Wim Taymans  <wim@fluendo.com>
31606
31607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31608         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31609         Make sure we never send -1 granulepos.
31610
31611 2004-08-20  Wim Taymans  <wim@fluendo.com>
31612
31613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31614         (gst_ogg_mux_loop):
31615         I will accept bitchslappings with non sharp objects.
31616
31617 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31618
31619         * configure.ac:
31620         Clean up the test for lame presets
31621
31622 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31623
31624         * configure.ac:
31625         * ext/lame/Makefile.am:
31626         * ext/lame/gstlame.c: (gst_lame_class_init),
31627         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31628         Only enable lame presets if version of lame has presets in API
31629
31630 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31631         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31632         * gst/udp/gstudpsrc.h:
31633           Don't call gst_pad_push in a get function. Fixes #150449
31634
31635 2004-08-18  Wim Taymans  <wim@fluendo.com>
31636
31637         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31638         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31639         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31640         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31641         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31642         (gst_fdset_wait):
31643         * gst/tcp/gstfdset.h:
31644         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31645         (gst_multifdsink_client_queue_buffer),
31646         (gst_multifdsink_handle_client_write):
31647         * gst/tcp/gstmultifdsink.h:
31648         Some extra checks in gstfdset.
31649         Only use send() when the fd is a socket. Don't try to
31650         read from write only fds.
31651
31652 2004-08-18  Wim Taymans  <wim@fluendo.com>
31653
31654         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31655         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31656         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31657         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31658         (gst_fdset_wait):
31659         Add more locking and bounds checking.
31660
31661 2004-08-18  Wim Taymans  <wim@fluendo.com>
31662
31663         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31664         Realloc test fdset in the lock and right before starting
31665         the poll call. Bump the limit to 4096.
31666
31667 2004-08-17  David Schleef  <ds@schleef.org>
31668
31669         * sys/sunaudio/Makefile.am:
31670         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31671         of rates and channels.  Make debugging less obnoxious.
31672
31673         Patch from Balamurali Viswanathan implementing a mixer for
31674         Sun audio.  (bug #144091):
31675         * sys/sunaudio/gstsunelement.c:
31676         * sys/sunaudio/gstsunelement.h:
31677         * sys/sunaudio/gstsunmixer.c:
31678         * sys/sunaudio/gstsunmixer.h:
31679
31680 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31681
31682         * gst/audioscale/gstaudioscale.c:
31683         * gst/audioscale/gstaudioscale.h:
31684         made audioscale resample from any sample rate to any sample rate
31685
31686 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31687
31688         * ext/libpng/gstpngdec.c:
31689           error out on unsupported types
31690
31691 2004-08-17  Iain <iaingnome@gmail.com>
31692
31693         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31694         mid_side and loose_mid_side properties if its a stereo stream.
31695
31696 2004-08-17  Wim Taymans  <wim@fluendo.com>
31697
31698         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31699         (theora_get_formats), (theora_dec_src_convert),
31700         (theora_dec_sink_convert), (theora_dec_src_query),
31701         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31702         Add a debug line.
31703
31704 2004-08-17  Wim Taymans  <wim@fluendo.com>
31705
31706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31707         (gst_ogg_pad_push):
31708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31709         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31710         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31711         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31712         Mark delta units in the muxer.
31713         Try to decode the packet after an out-of-sync error from
31714         libogg.
31715
31716 2004-08-17  Wim Taymans  <wim@fluendo.com>
31717
31718         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31719         (gst_multifdsink_init), (gst_multifdsink_add),
31720         (gst_multifdsink_client_queue_buffer),
31721         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31722         * gst/tcp/gstmultifdsink.h:
31723         Added option to send a keyframe to clients as the first buffer.
31724         Make timeout property writable.
31725
31726 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31727
31728         patch by: Wim Taymans
31729
31730         * gst/tcp/gstfdset.c:
31731         * gst/tcp/gstmultifdsink.c:
31732           fix index comparison, should include 0
31733
31734 2004-08-16  Wim Taymans  <wim@fluendo.com>
31735
31736         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31737         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31738         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31739         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31740         (gst_fdset_wait):
31741           copy when reallocing for poll so the select arguments don't get
31742           changed during the call
31743
31744 2004-08-16  Wim Taymans  <wim@fluendo.com>
31745
31746         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31747         (gst_theora_enc_class_init), (theora_enc_sink_link),
31748         (theora_buffer_from_packet), (theora_enc_chain):
31749         Fix bug where buffers were not marked as keyframes
31750         correctly.
31751
31752 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31753
31754         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31755         (gst_lame_preset_get_type), (gst_lame_class_init):
31756         describe the enum values for vbr mode and presets more verbosely
31757
31758 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31759
31760         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31761         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31762         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31763         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31764         * ext/lame/gstlame.h:
31765         add preset property to lame so it can use lame presets
31766
31767 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31768
31769         * ext/lame/gstlame.c: (gst_lame_get_property):
31770         whoops forgot break, thanks teuf
31771
31772 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31773
31774         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31775         (gst_lame_class_init), (gst_lame_src_getcaps),
31776         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31777         (gst_lame_get_property), (gst_lame_setup):
31778         * ext/lame/gstlame.h:
31779         fix lame's broken vbr stuff, allow it to resample if need be, and also
31780         make xing header optional
31781
31782 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31783
31784         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31785         added getcaps function so samplerate doesnt get fixated to silly values
31786
31787 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31788
31789         * ext/lame/gstlame.c: (gst_lame_src_link):
31790         revert previous fix
31791
31792 2004-08-12  Johan Dahlin  <johan@gnome.org>
31793
31794         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31795         checks. Doesn't matter what state we are in. Interfaces are a
31796         compile time thing, not runtime. It also broke the python bindings.
31797
31798 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31799
31800         * ext/lame/gstlame.c: (gst_lame_src_link):
31801         made source pad link function check if sinkpad is ok..fixes the problem
31802         where core fixates the output rate of lame stupidly
31803
31804 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31805
31806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31807         * sys/v4l/v4l_calls.c:
31808         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31809           fix fixate function to handle nonsimple caps.
31810           remove bogus check in _link
31811           cleanups
31812
31813 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31814
31815         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31816         set default compression ratio parameter to 0.0 so bitrate parameter
31817         works :)
31818
31819 2004-08-11  David Schleef  <ds@schleef.org>
31820
31821         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31822
31823 2004-08-11  David Schleef  <ds@schleef.org>
31824
31825         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31826         before.
31827
31828 2004-08-11  David Schleef  <ds@schleef.org>
31829
31830         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31831
31832 2004-08-11  David Schleef  <ds@schleef.org>
31833
31834         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31835           license field
31836         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31837         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31838           LGPL.
31839         * gst/auparse/gstauparse.c: Fix plugin license field.
31840         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31841         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31842         * gst/rtp/gstrtp.c: Fix plugin license field.
31843
31844 2004-08-11  Wim Taymans  <wim@fluendo.com>
31845
31846         * gst/tcp/Makefile.am:
31847         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31848         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31849         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31850         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31851         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31852         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31853         (gst_fdset_fd_can_write), (gst_fdset_wait):
31854         * gst/tcp/gstfdset.h:
31855         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31856         (gst_multifdsink_class_init), (gst_multifdsink_init),
31857         (gst_multifdsink_add), (gst_multifdsink_remove),
31858         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31859         (gst_multifdsink_remove_client_link),
31860         (gst_multifdsink_handle_client_read),
31861         (gst_multifdsink_client_queue_data),
31862         (gst_multifdsink_client_queue_caps),
31863         (gst_multifdsink_client_queue_buffer),
31864         (gst_multifdsink_handle_client_write),
31865         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31866         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31867         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31868         (gst_multifdsink_close):
31869         * gst/tcp/gstmultifdsink.h:
31870         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31871         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31872         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31873         (gst_tcpserversink_close):
31874         * gst/tcp/gsttcpserversink.h:
31875         Abstracted away the select call, implemented poll (yes we ran into
31876         the 1024 limit in production).
31877
31878 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31879
31880         * gst/tcp/gsttcp.c:
31881         * gst/tcp/gsttcpplugin.c:
31882           improve debuggging, remove assert
31883
31884 2004-08-10  Wim Taymans  <wim@fluendo.com>
31885
31886         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31887         (gst_client_status_get_type), (gst_multifdsink_class_init),
31888         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31889         (gst_multifdsink_handle_client_read),
31890         (gst_multifdsink_handle_client_write),
31891         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31892         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31893         (gst_multifdsink_get_property):
31894         * gst/tcp/gstmultifdsink.h:
31895         * gst/tcp/gsttcp-marshal.list:
31896         Starting to prepare for specifying buffer time in other units
31897         than buffers. Expose remove reason in signal.
31898
31899 2004-08-10  Wim Taymans  <wim@fluendo.com>
31900
31901         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31902         (gst_multifdsink_remove), (gst_multifdsink_clear),
31903         (gst_multifdsink_remove_client_link),
31904         (gst_multifdsink_handle_client_read),
31905         (gst_multifdsink_client_queue_data),
31906         (gst_multifdsink_client_queue_buffer),
31907         (gst_multifdsink_handle_client_write),
31908         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31909         (gst_multifdsink_chain), (gst_multifdsink_close):
31910         * gst/tcp/gstmultifdsink.h:
31911         Added more debugging info. Changed the way clients are
31912         removed from the lists. Fixed a bug where a bad file descriptor
31913         could cause many clients to be removed.
31914
31915 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31916
31917         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31918           allow all pixel-aspect-ratios, not just 1:1
31919
31920 2004-08-09  David Schleef  <ds@schleef.org>
31921
31922         * sys/glsink/ARB_multitexture.h:  Remove old files.
31923         * sys/glsink/EXT_paletted_texture.h:
31924         * sys/glsink/NV_register_combiners.h:
31925         * sys/glsink/gstgl_nvimage.c:
31926         * sys/glsink/gstgl_pdrimage.c:
31927         * sys/glsink/gstgl_rgbimage.c:
31928         * sys/glsink/gstglsink.c:
31929         * sys/glsink/gstglsink.h:
31930         * sys/glsink/gstglxwindow.c:
31931         * sys/glsink/regcomb_yuvrgb.c:
31932
31933 2004-08-09  David Schleef  <ds@schleef.org>
31934
31935         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31936         GL sink plugin.  (Bug #147302)
31937
31938         * configure.ac: Test for OpenGL
31939         * sys/Makefile.am: Use test for OpenGL
31940         * sys/glsink/Makefile.am:
31941         * sys/glsink/glimagesink.c: rewrite
31942         * sys/glsink/glimagesink.h: rewrite
31943
31944 2004-08-09  David Schleef  <ds@schleef.org>
31945
31946         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31947         sane framerates.
31948         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31950         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31951
31952 2004-08-09  Wim Taymans  <wim@fluendo.com>
31953
31954         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31955         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31956         (gst_multifdsink_client_remove),
31957         (gst_multifdsink_handle_client_read),
31958         (gst_multifdsink_handle_client_write),
31959         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31960         Do a bit more logging, make the client_read code more robust.
31961
31962 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31963
31964         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31965         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31966         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31967         (gst_jpegdec_init), (gst_jpegdec_chain):
31968         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31969         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31970           cleanups, debugging fixes and memleak plugging
31971
31972 2004-08-09  Wim Taymans  <wim@fluendo.com>
31973
31974         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31975         (theora_get_formats), (theora_dec_src_convert),
31976         (theora_dec_sink_convert), (theora_dec_src_query),
31977         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31978         (theora_dec_change_state):
31979         Don't crash on missing header packets.
31980
31981 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31982
31983         * po/LINGUAS:
31984         * po/sq.po:
31985           Added Albanian translation (Laurent Dhima)
31986         * po/cs.po:
31987           updated
31988
31989 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31990
31991         * ext/lame/gstlame.c:
31992           fix/add debugging
31993
31994 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31995
31996         * sys/ximage/ximagesink.c:
31997         * sys/xvimage/xvimagesink.c:
31998           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31999
32000 2004-08-06  Wim Taymans  <wim@fluendo.com>
32001
32002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32003         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32004         (gst_multifdsink_client_remove),
32005         (gst_multifdsink_handle_client_read),
32006         (gst_multifdsink_handle_client_write),
32007         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32008         Make sure we don't try to read more from a client that what
32009         ioctl says us or we deadlock.
32010
32011 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32012
32013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32014         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32015         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32016           decouple running_time and n_frames so it can handle changing
32017           framerate while running
32018
32019 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32020
32021         * po/nl.po:
32022         * po/sv.po:
32023           updated translations
32024
32025 2004-08-04  Benjamin Otte  <otte@gnome.org>
32026
32027         * gst/videotestsrc/gstvideotestsrc.c:
32028         (gst_videotestsrc_get_capslist), (generate_capslist),
32029         (plugin_init):
32030           generate the list of supported caps at startup and reuse it instead
32031           of always generating it
32032
32033 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32034
32035         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32036           whoops, last checkin broke normal build
32037
32038 2004-08-03  Benjamin Otte  <otte@gnome.org>
32039
32040         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32041         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32042         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32043         (gst_alsa_mixer_get_option):
32044         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32045         (dvdnavsrc_print_event):
32046         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32047         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32048         (gst_ogg_mux_pad_unlink):
32049         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32050         (gst_multipart_mux_pad_unlink):
32051         * gst/videofilter/gstvideobalance.c:
32052         (gst_videobalance_colorbalance_set_value):
32053         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32054         (gst_videomixer_pad_unlink):
32055         * po/uk.po:
32056         * sys/oss/gstossmixer.c:
32057         * sys/v4l/gstv4lcolorbalance.c:
32058         * sys/v4l/gstv4ltuner.c:
32059         * sys/v4l/v4lsrc_calls.c:
32060         * sys/v4l2/gstv4l2colorbalance.c:
32061         * sys/v4l2/gstv4l2tuner.c:
32062           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32063
32064 2004-08-03  Benjamin Otte  <otte@gnome.org>
32065
32066         * examples/dynparams/filter.c: (ui_control_create):
32067         * examples/gstplay/player.c: (print_tag):
32068         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32069         * ext/gdk_pixbuf/gstgdkanimation.c:
32070         (gst_gdk_animation_iter_may_advance):
32071         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32072         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32073         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32074         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32075         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32076         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32077         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32078         * gst/sine/demo-dparams.c: (main):
32079         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32080         * testsuite/alsa/formats.c: (create_pipeline):
32081         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32082           fixes for G_DISABLE_ASSERT and friends
32083         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32084         (mp3_type_frame_length_from_header), (mp3_type_find),
32085         (plugin_init):
32086           require mp3 typefinding to have at least MIN_HEADERS valid headers
32087           add typefinding for AAC adts files
32088
32089 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32090
32091         * sys/ximage/ximagesink.c:
32092         (gst_ximagesink_calculate_pixel_aspect_ratio):
32093         * sys/xvimage/xvimagesink.c:
32094         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32095         Make sure we calculate pixel-aspect-ratio using floating point maths
32096
32097 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32098
32099         * po/uk.po:
32100           updated translation
32101
32102 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32103
32104         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32106           add debugging for display PAR calculation
32107
32108 2004-08-02  David Schleef  <ds@schleef.org>
32109
32110         * configure.ac: Fix mikmod CFLAGS.
32111
32112 2004-07-27  Benjamin Otte  <otte@gnome.org>
32113
32114         * gst/audioscale/gstaudioscale.c:
32115         - fix templates to only support S16, it's the only format that works
32116         - make caps nego code use try_set_caps_nonfixed and fixation instead
32117         of try_set_caps twice, which is not nice for autopluggers
32118         - change rank to secondary, so autopluggers can pick it up after
32119         audioconvert
32120
32121 2004-08-02  Iain <iain@prettypeople.org>
32122
32123         * gst/interleave/interleave.c (interleave_init),
32124         (interleave_request_new_pad),
32125         (interleave_pad_removed),
32126         (interleave_buffered_loop): Use the real pad count, not the artificial
32127         one.
32128
32129 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32130
32131         * configure.ac: bump nano back to development
32132
32133 === release 0.8.3 ===
32134
32135 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32136
32137         * configure.ac: releasing 0.8.3, "Water"
32138
32139 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32140
32141         * sys/xvimage/xvimagesink.c:
32142         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32143         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32144         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32145         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32146         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32147         * sys/xvimage/xvimagesink.h:
32148           apply similar PAR fixes as to ximagesink
32149
32150 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32151
32152         patch from: Benjamin Otte
32153
32154         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32155           add link function to lame.  Fixes #148986.
32156
32157 2004-08-02  Johan Dahlin  <johan@gnome.org>
32158
32159         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32160         fix debugging log
32161
32162 2004-07-30  David Schleef  <ds@schleef.org>
32163
32164         * gst/videomixer/Makefile.am: Fix things that should have been
32165         fixed in the last checkin.
32166
32167 2004-07-30  David Schleef  <ds@schleef.org>
32168
32169         * gst/multipart/Makefile.am: Fix things that should have been
32170         fixed in the last checkin.
32171
32172 2004-07-30  David Schleef  <ds@schleef.org>
32173
32174         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32175
32176 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32177
32178         * configure.ac:
32179           bump nano for prerelease
32180         * po/af.po:
32181         * po/az.po:
32182         * po/cs.po:
32183         * po/en_GB.po:
32184         * po/hu.po:
32185         * po/nl.po:
32186         * po/sr.po:
32187         * po/sv.po:
32188         * po/uk.po:
32189           updates
32190
32191 2004-07-30  Wim Taymans  <wim@fluendo.com>
32192
32193         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32194         (gst_multifdsink_add), (gst_multifdsink_remove),
32195         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32196         (gst_multifdsink_client_remove),
32197         (gst_multifdsink_handle_client_write),
32198         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32199         * gst/tcp/gstmultifdsink.h:
32200         Recover from a select with a bad file descriptor by removing
32201         the client.
32202
32203 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32204
32205         * configure.ac:
32206           fix requirement of core
32207         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32208         (gst_play_pipeline_setup):
32209           don't use colorspace element.  do use hermescolorspace element.
32210           make macro to get a colorspace element.
32211           mark strings for translation.
32212         * po/POTFILES.in:
32213           add play.c
32214         * po/af.po:
32215         * po/az.po:
32216         * po/cs.po:
32217         * po/en_GB.po:
32218         * po/hu.po:
32219         * po/nl.po:
32220         * po/sr.po:
32221         * po/sv.po:
32222         * po/uk.po:
32223           update translations
32224
32225 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32226
32227         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32228         fix default for newmedia flag
32229
32230 2004-07-30  Wim Taymans  <wim@fluendo.com>
32231
32232         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32233         (gst_theora_dec_init), (theora_get_formats),
32234         (theora_dec_src_convert), (theora_dec_sink_convert),
32235         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32236         (theora_dec_chain), (theora_dec_set_property),
32237         (theora_dec_get_property):
32238         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32239         (gst_theora_enc_class_init), (gst_theora_enc_init),
32240         (theora_enc_sink_link), (theora_enc_chain),
32241         (theora_enc_set_property), (theora_enc_get_property):
32242         Added cropping option to theora decoder.
32243         Added border option to theora encoder.
32244
32245 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32246
32247         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32248         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32249         (gst_pngenc_set_property):
32250         * ext/libpng/gstpngenc.h:
32251         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
32252
32253 2004-07-30  Wim Taymans  <wim@fluendo.com>
32254
32255         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32256         (theora_enc_sink_link), (theora_enc_chain),
32257         (theora_enc_set_property), (theora_enc_get_property):
32258         Fix encoding of non-multiple-of-16 video.
32259
32260 2004-07-29  David Schleef  <ds@schleef.org>
32261
32262         * configure.ac: make test for audiofile more strict
32263
32264 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32265
32266         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32267           give different names to typefind functions
32268
32269 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32270
32271         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32272         (gst_ximagesink_calculate_pixel_aspect_ratio),
32273         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32274         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32275         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32276         (gst_ximagesink_get_property), (gst_ximagesink_init):
32277         * sys/ximage/ximagesink.h:
32278           allocate PAR's dynamically.
32279           use autodetected PAR if no object-set PAR is given.
32280           add workaround for directfb's X not setting physical size.
32281           fix to xvimagesink will follow tomorrow.
32282
32283 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32284
32285         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32286         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32287         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32288         (gst_shout2send_class_init), (gst_shout2send_init),
32289         (set_shout_metadata), (gst_shout2send_set_metadata),
32290         (gst_shout2send_chain), (gst_shout2send_set_property),
32291         (gst_shout2send_get_property), (gst_shout2send_connect),
32292         (gst_shout2send_change_state):
32293         * ext/shout2/gstshout2.h:
32294         - fix for sending mp3 audio to icecast2 server, if pad link function not
32295         called before PAUSED state
32296         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32297         - added tagging support for mp3 audio broadcasted
32298         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32299         debug info
32300
32301 2004-07-28  Wim Taymans  <wim@fluendo.com>
32302
32303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32304         (gst_ogg_demux_push):
32305         Return query failure when we don't know the length of
32306         an ogg stream insteda of returning TRUE with a bogus value.
32307
32308 2004-07-28  Wim Taymans  <wim@fluendo.com>
32309
32310         * ext/theora/theoradec.c: (theora_get_formats),
32311         (theora_dec_src_convert), (theora_dec_sink_convert),
32312         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32313         (theora_dec_chain):
32314         Don't screw up the 1 Chroma for 1 luma sample situation when we
32315         have an odd offset/width by adding a black border in those cases.
32316
32317 2004-07-28  Wim Taymans  <wim@fluendo.com>
32318
32319         * ext/theora/theoradec.c: (theora_get_formats),
32320         (theora_dec_src_convert), (theora_dec_sink_convert),
32321         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32322         (theora_dec_chain):
32323         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32324         Added first attempt at cropping of the image as required by the
32325         theora spec. We need more properties in the caps (offset_x,
32326         offset_y,stride) to implement this correctly.
32327
32328 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32329
32330         * ext/dvdnav/README:
32331           Update the README to use dvddemux
32332         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32333           Ensure getcaps returns a subset of the template caps
32334         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32335         (gst_mpeg2subt_init):
32336           Ensure getcaps returns a subset of the template caps
32337         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32338         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32339         (gst_dvd_demux_get_subpicture_stream),
32340         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32341         * gst/mpegstream/gstdvddemux.h:
32342           Set the explicit caps on the current_video pad before pushing
32343           anything
32344         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32345         (gst_mpeg_demux_get_audio_stream):
32346           Free caps used to gst_pad_set_explicit_caps, which takes a const
32347           GstCaps *
32348
32349 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32350
32351         * configure.ac: update GStreamer requirement to 0.8.4 because of
32352           GstFraction.
32353
32354 2004-07-28  Wim Taymans  <wim@fluendo.com>
32355
32356         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32357         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32358         Add the pad to the element after setting up the caps. This
32359         makes it a lot easier to autoplug.
32360
32361 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32362
32363         * gst/median/gstmedian.c:
32364         * gst/mpeg2subt/gstmpeg2subt.c:
32365         * gst/mpegaudioparse/gstmpegaudioparse.c:
32366         * gst/mpegstream/gstdvddemux.c:
32367         * gst/mpegstream/gstmpegdemux.c:
32368         * gst/mpegstream/gstmpegpacketize.c:
32369         * gst/rtjpeg/gstrtjpeg.c:
32370         * gst/rtjpeg/gstrtjpegdec.c:
32371         * gst/rtjpeg/gstrtjpegenc.c:
32372         * gst/sine/gstsinesrc.c:
32373         * gst/smooth/gstsmooth.c:
32374         * gst/smpte/gstsmpte.c:
32375         * gst/smpte/gstsmpte.h:
32376         * gst/stereo/gststereo.c:
32377         * gst/videofilter/gstgamma.c:
32378         * gst/videofilter/gstvideobalance.c:
32379         * gst/videofilter/gstvideofilter.c:
32380         * gst/videofilter/gstvideoflip.c:
32381         * gst/videoscale/gstvideoscale.c:
32382         * gst/videoscale/videoscale.c:
32383         * gst/videotestsrc/gstvideotestsrc.c:
32384         * gst/videotestsrc/videotestsrc.c:
32385         * gst/wavenc/gstwavenc.c:
32386         * gst/wavparse/gstwavparse.c:
32387           fix local includes and 64 bits constants
32388
32389 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32390
32391         * win32/gst.sln:
32392         * gst-libs/gst/*/*.vcproj:
32393         * gst/*/*.vcproj:
32394           more working plugins
32395
32396 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32397
32398         * testsuite/alsa/Makefile.am:
32399         * testsuite/alsa/srcstate.c:
32400         add test for alsasrc changing state
32401
32402 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32403
32404         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32405         (gst_silence_get):
32406         * gst/silence/gstsilence.h:
32407         fix silence generation for 16bit raw audio
32408
32409 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32410
32411         * gst/matroska/matroska-demux.c:
32412         (gst_matroska_demux_parse_metadata),
32413         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32414         * gst/mpegaudio/common.c:
32415         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32416         (gst_videoscale_getcaps), (gst_videoscale_link),
32417         (gst_videoscale_src_fixate), (gst_videoscale_init),
32418         (gst_videoscale_finalize):
32419         * gst/videoscale/gstvideoscale.h:
32420         * gst/videotestsrc/gstvideotestsrc.c:
32421         (gst_videotestsrc_get_capslist):
32422         * gst/wavenc/gstwavenc.c:
32423         * sys/oss/gstossmixer.c: (fill_labels):
32424         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32425         (gst_ximagesink_handle_xevents),
32426         (gst_ximagesink_calculate_pixel_aspect_ratio),
32427         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32428         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32429         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32430         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32431         (gst_ximagesink_init), (gst_ximagesink_class_init):
32432         * sys/ximage/ximagesink.h:
32433         * sys/xvimage/xvimagesink.c:
32434         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32435         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32436         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32437         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32438         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32439         * sys/xvimage/xvimagesink.h:
32440           first batch of pixel aspect ratio commits.
32441
32442 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32443
32444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32445         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32446         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32447           handle stride, needs work if we want to move stride handling
32448           upstream, but works correctly for our purposes.
32449
32450 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32451
32452         * gst/videoscale/README:
32453           add testing examples
32454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32455         (gst_videoscale_chain):
32456         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32457         (gst_videoscale_get_size):
32458           add get_size function that handles stride like videotestsrc.
32459           fixes conversion for YUV formats for as much as I can test them.
32460
32461 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32462
32463         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32464         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32466         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32467         (gst_xvimagesink_xvimage_put):
32468           further cleanups, logging, error handling and synchronizing
32469
32470 2004-07-27  Wim Taymans  <wim@fluendo.com>
32471
32472         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32473         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32474         (gst_videomixer_pad_set_property),
32475         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32476         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32477         (gst_videomixer_class_init), (gst_videomixer_init),
32478         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32479         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32480         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32481         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32482         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32483         (gst_videomixer_loop), (plugin_init):
32484         Be a nicer negotiation citizen and provide a getcaps function on
32485         the srcpad. This also fixes a crash when resizing.
32486
32487 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32488
32489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32490         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32491
32492 2004-07-27  Wim Taymans  <wim@fluendo.com>
32493
32494         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32495         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32496         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32497         (gst_pngenc_set_property):
32498         * ext/libpng/gstpngenc.h:
32499         Added snapshot property to pngenc.
32500         removed g_print from pngdec
32501
32502 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32503
32504         * gst/ac3parse/ac3parse.vcproj
32505         * gst/adder/adder.vcproj
32506         * gst/alpha/alpha.vcproj
32507         * gst/alpha/alphacolor.vcproj
32508         * gst/asfdemux/asf.vcproj
32509         * gst/audioconvert/audioconvert.vcproj
32510         * gst/audiorate/audiorate.vcproj
32511         * gst/audioscale/audioscale.vcproj
32512         * gst/auparse/auparse.vcproj
32513         * gst/avi/avi.vcproj
32514         * gst/cdxaparse/cdxaparse.vcproj
32515         * gst/chart/chart.vcproj
32516         * gst/colorspace/colorspace.vcproj
32517         * gst/cutter/cutter.vcproj
32518         * gst/debug/debug.vcproj
32519         * gst/debug/efence.vcproj
32520         * gst/debug/navigationtest.vcproj
32521         * gst/deinterlace/deinterlace.vcproj
32522         * gst/effectv/effectv.vcproj
32523         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32524         * gst/filter/filter.vcproj
32525         * gst/flx/flxdec.vcproj
32526         * gst/goom/goom.vcproj
32527         * gst/interleave/interleave.vcproj
32528         * gst/law/alaw.vcproj
32529         * gst/law/mulaw.vcproj
32530         * gst/matroska/matroska.vcproj
32531         * gst/median/median.vcproj
32532         * gst/mixmatrix/mixmatrix.vcproj
32533         * gst/mpeg1sys/mpeg1systemencode.vcproj
32534         * gst/mpeg1videoparse/mp1videoparse.vcproj
32535         * gst/mpeg2sub/mpeg2subt.vcproj
32536         * gst/mpegaudio/mpegaudio.vcproj
32537         * gst/mpegaudioparse/mpegaudioparse.vcproj
32538         * gst/mpegstream/mpegstream.vcproj
32539         * gst/multifilesink/multifilesink.vcproj
32540         * gst/multipart/multipart.vcproj
32541         * gst/oneton/oneton.vcproj
32542         * gst/overlay/overlay.vcproj
32543         * gst/passthrough/passthrough.vcproj
32544         * gst/qtdemux/qtdemux.vcproj
32545         * gst/realmedia/rmdemux.vcproj
32546         * gst/rtjpeg/rtjpeg.vcproj
32547         * gst/rtp/rtp.vcproj
32548         * gst/silence/silence.vcproj
32549         * gst/sine/sinesrc.vcproj
32550         * gst/smooth/smooth.vcproj
32551         * gst/smpte/smpte.vcproj
32552         * gst/spectrum/spectrum.vcproj
32553         * gst/speed/speed.vcproj
32554         * gst/stereo/stereo.vcproj
32555         * gst/switch/switch.vcproj
32556         * gst/tags/tagedit.vcproj
32557         * gst/tcp/tcp.vcproj
32558         * gst/typefind/typefindfunctions.vcproj
32559         * gst/udp/udp.vcproj
32560         * gst/videobox/videobox.vcproj
32561         * gst/videocrop/videocrop.vcproj
32562         * gst/videodrop/videodrop.vcproj
32563         * gst/videofilter/gamma.vcproj
32564         * gst/videofilter/videobalance.vcproj
32565         * gst/videofilter/videofilter.vcproj
32566         * gst/videofilter/videoflip.vcproj
32567         * gst/videoflip/videoflip.vcproj
32568         * gst/videomixer/videomixer.vcproj
32569         * gst/videorate/videorate.vcproj
32570         * gst/videoscale/videoscale.vcproj
32571         * gst/videotestsrc/videotestsrc.vcproj
32572         * gst/virtualdub/virtualdub.vcproj
32573         * gst/volenv/volenv.vcproj
32574         * gst/volume/volume.vcproj
32575         * gst/wavenc/wavenc.vcproj
32576         * gst/wavparse/wavparse.vcproj
32577         * gst/y4m/y4menc.vcproj
32578         * gst-libs/gst/audio/audio.vcproj
32579         * gst-libs/gst/audio/audiofilter.vcproj
32580         * gst-libs/gst/colorbalance/colorbalance.vcproj
32581         * gst-libs/gst/idct/idtc.vcproj
32582         * gst-libs/gst/media-info/media-info.vcproj
32583         * gst-libs/gst/mixer/mixer.vcproj
32584         * gst-libs/gst/navigation/navigation.vcproj
32585         * gst-libs/gst/play/play.vcproj
32586         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32587         * gst-libs/gst/resample/resample.vcproj
32588         * gst-libs/gst/riff/riff.vcproj
32589         * gst-libs/gst/tuner/tuner.vcproj
32590         * gst-libs/gst/video/video.vcproj
32591         * gst-libs/gst/xoverlay/xoverlay.vcproj
32592           avoid problems with math.h, fix release dependancy
32593           rename GStreamer-0.8.lib to libgstreamer.lib
32594
32595 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32596
32597         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32599         the atom is not available we have to unlock the mutex. Fixes #148023
32600
32601 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32602
32603         * gst-libs/gst/media-info/media-info.h:
32604           issue for a vararg macro with MSVC
32605
32606 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32607
32608         * gst/effectv/effectv.vcproj
32609         * gst-libs/gst/idct/idct.vcproj:
32610         * gst-libs/gst/media-info/media-info.vcproj:
32611         * gst-libs/gst/navigation/navigation.vcproj:
32612         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32613         * gst-libs/gst/video/video.vcproj:
32614         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32615           fixes for build problems
32616
32617 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32618
32619         * gst-libs/gst/audio/audio.def:
32620         * gst-libs/gst/audio/riff.def:
32621           add some definitions needed by plugins
32622
32623 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32624
32625         * gst/asfdemux/gstasfmux.c
32626           Fix some 64 bits constants to be glib friendly
32627
32628 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32629
32630         * gst/ac3parse/gstac3parse.c
32631         * gst/audioscale/gstaudioscale.c
32632         * gst/auparse/gstauparse.c
32633         * gst/colorspace/gstcolorspace.c
32634         * gst/colorspace/yuv2rgb.h
32635           local include fixes
32636
32637 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32638
32639         * win32/gst.sln
32640           add more plugins to the build
32641
32642 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32643
32644         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32645         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32646
32647 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32648
32649         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32650         (gst_level_set_property), (gst_level_get_property),
32651         (gst_level_base_init), (gst_level_class_init):
32652           add debugging categories.  cleanups.
32653
32654 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32655
32656         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32657         (gst_videoscale_planar411), (gst_videoscale_planar400),
32658         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32659         (gst_videoscale_scale_nearest_str1),
32660         (gst_videoscale_scale_nearest_str2),
32661         (gst_videoscale_scale_nearest_str4),
32662         (gst_videoscale_scale_nearest_16bit),
32663         (gst_videoscale_scale_nearest_24bit):
32664           fixed stride issues
32665           tested with 320x240 -> 321, 322, 324 x240
32666           tested with YV12, I420, YUY2, UYVY
32667           fixed packed422rev (don't think it could have worked before)
32668           by testing with UYVY
32669
32670 2004-07-26  Benjamin Otte  <otte@gnome.org>
32671
32672         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32673         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32674         (plugin_init):
32675           add debugging category, add error checks like checking return values
32676           of setup calls, make sure it still works after
32677           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32678
32679 2004-07-26  Wim Taymans  <wim@fluendo.com>
32680
32681         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32682         (gst_mpeg_demux_get_audio_stream),
32683         (gst_mpeg_demux_process_private):
32684         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32685         Check for error codes from the negotiation functions. Make sure
32686         we really set the pad caps when a new pad is created.
32687
32688 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32689
32690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32691         (gst_ffmpeg_caps_to_pix_fmt):
32692         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32693         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32694         (gst_ffmpegcolorspace_pad_link):
32695           don't make function do two things at the same time without reason.
32696
32697 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32698
32699         * gst/ac3parse/ac3parse.vcproj
32700         * gst/adder/adder.vcproj
32701         * gst/alpha/alpha.vcproj
32702         * gst/alpha/alphacolor.vcproj
32703         * gst/asfdemux/asf.vcproj
32704         * gst/audioconvert/audioconvert.vcproj
32705         * gst/audiorate/audiorate.vcproj
32706         * gst/audioscale/audioscale.vcproj
32707         * gst/auparse/auparse.vcproj
32708         * gst/avi/avi.vcproj
32709         * gst/cdxaparse/cdxaparse.vcproj
32710         * gst/chart/chart.vcproj
32711         * gst/colorspace/colorspace.vcproj
32712         * gst/cutter/cutter.vcproj
32713         * gst/debug/debug.vcproj
32714         * gst/debug/efence.vcproj
32715         * gst/debug/navigationtest.vcproj
32716         * gst/deinterlace/deinterlace.vcproj
32717         * gst/effectv/effectv.vcproj
32718         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32719         * gst/filter/filter.vcproj
32720         * gst/flx/flxdec.vcproj
32721         * gst/goom/goom.vcproj
32722         * gst/interleave/interleave.vcproj
32723         * gst/law/alaw.vcproj
32724         * gst/law/mulaw.vcproj
32725         * gst/matroska/matroska.vcproj
32726         * gst/median/median.vcproj
32727         * gst/mixmatrix/mixmatrix.vcproj
32728         * gst/mpeg1sys/mpeg1systemencode.vcproj
32729         * gst/mpeg1videoparse/mp1videoparse.vcproj
32730         * gst/mpeg2sub/mpeg2subt.vcproj
32731         * gst/mpegaudio/mpegaudio.vcproj
32732         * gst/mpegaudioparse/mpegaudioparse.vcproj
32733         * gst/mpegstream/mpegstream.vcproj
32734         * gst/multifilesink/multifilesink.vcproj
32735         * gst/multipart/multipart.vcproj
32736         * gst/oneton/oneton.vcproj
32737         * gst/overlay/overlay.vcproj
32738         * gst/passthrough/passthrough.vcproj
32739         * gst/qtdemux/qtdemux.vcproj
32740         * gst/realmedia/rmdemux.vcproj
32741         * gst/rtjpeg/rtjpeg.vcproj
32742         * gst/rtp/rtp.vcproj
32743         * gst/silence/silence.vcproj
32744         * gst/sine/sinesrc.vcproj
32745         * gst/smooth/smooth.vcproj
32746         * gst/smpte/smpte.vcproj
32747         * gst/spectrum/spectrum.vcproj
32748         * gst/speed/speed.vcproj
32749         * gst/stereo/stereo.vcproj
32750         * gst/switch/switch.vcproj
32751         * gst/tags/tagedit.vcproj
32752         * gst/tcp/tcp.vcproj
32753         * gst/typefind/typefindfunctions.vcproj
32754         * gst/udp/udp.vcproj
32755         * gst/videobox/videobox.vcproj
32756         * gst/videocrop/videocrop.vcproj
32757         * gst/videodrop/videodrop.vcproj
32758         * gst/videofilter/gamma.vcproj
32759         * gst/videofilter/videobalance.vcproj
32760         * gst/videofilter/videofilter.vcproj
32761         * gst/videofilter/videoflip.vcproj
32762         * gst/videoflip/videoflip.vcproj
32763         * gst/videomixer/videomixer.vcproj
32764         * gst/videorate/videorate.vcproj
32765         * gst/videoscale/videoscale.vcproj
32766         * gst/videotestsrc/videotestsrc.vcproj
32767         * gst/virtualdub/virtualdub.vcproj
32768         * gst/volenv/volenv.vcproj
32769         * gst/volume/volume.vcproj
32770         * gst/wavenc/wavenc.vcproj
32771         * gst/wavparse/wavparse.vcproj
32772         * gst/y4m/y4menc.vcproj
32773           more plugins supported under windows
32774
32775 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32776
32777         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32778         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32779         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32781         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32782           Add debugging statements.  Use the sizes as returned by the
32783           *CreateImage calls.
32784
32785 2004-07-26  Johan Dahlin  <johan@gnome.org>
32786
32787         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32788         the pad is negotiated.
32789
32790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32791
32792 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32793
32794         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32795         * gst-libs/gst/idct/idct.vcproj:
32796         * gst-libs/gst/media-info/media-info.vcproj:
32797         * gst-libs/gst/mixer/mixer.vcproj:
32798         * gst-libs/gst/navigation/navigation.vcproj:
32799         * gst-libs/gst/play/play.vcproj:
32800         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32801         * gst-libs/gst/resample/resample.vcproj:
32802         * gst-libs/gst/tuner/tuner.vcproj:
32803         * gst-libs/gst/video/video.vcproj:
32804         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32805           more plugins supported under windows
32806
32807 2004-07-25 Iain <iain@prettypeople.org>
32808
32809         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32810         pad now rather than when the pad is created because state changes wipe
32811         explicit caps (fixes #148043).
32812
32813 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32814
32815         reviewed by Benjamin Otte  <otte@gnome.org>
32816
32817         * ext/mad/gstmad.c:
32818           fix mad plugin crashing on Sun (fixes #148289)
32819
32820 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32821
32822         * gst/avi/avi.def:
32823         * gst/avi/avi.vcproj:
32824         * gst/matroska/matroska.def:
32825         * gst/matroska/matroska.vcproj:
32826           remove unused .def files
32827
32828 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32829
32830         * gst-libs/gst/audio/gstaudiofilter.c:
32831           Clean the local include
32832
32833 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32834
32835         * win32/gst.sln:
32836         * gst-libs/gst/audio/audio.def:
32837         * gst-libs/gst/audio/audio.vcproj:
32838         * gst-libs/gst/audio/audiofilter.vcproj:
32839         * gst-libs/gst/audio/riff.def:
32840         * gst-libs/gst/audio/riff.vcproj:
32841         * gst-libs/gst/gst-libs.def:
32842         * gst-libs/gst/gst-libs.vcproj:
32843         * gst/avi/avi.vcproj:
32844         * gst/avi/avi.vcproj:
32845           Copy the files where needed after building, cleaner projects
32846
32847 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32848
32849         * gst/matroska/ebml-write.c:
32850           Fix some 64 bits constants to be glib friendly
32851
32852 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32853
32854         * win32/gst.sln:
32855         * gst-libs/gst/gst-libs.def:
32856         * gst-libs/gst/gst-libs.vcproj:
32857         * gst/matroska/matroska.def:
32858         * gst/matroska/matroska.vcproj:
32859           Add the preliminary canvas to build plugins on Win32
32860
32861 2004-07-23  Benjamin Otte  <otte@gnome.org>
32862
32863         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32864           don't enfore negotiation from source side, it breaks
32865           sinesrc ! audioconvert ! osssink
32866
32867 2004-07-22  David Schleef  <ds@schleef.org>
32868
32869         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32870         for ELF files, since they can easily be recognized as audio/mpeg.
32871         (bug #147441)
32872
32873 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32874
32875         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32876         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32877         (gst_videoscale_scale_nearest_24bit),
32878         (gst_videoscale_scale_nearest_16bit):
32879           fix 16bit and 24bit for stride (24bit might need testing)
32880           don't pretend we do more than one algorithm
32881
32882 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32883
32884         * configure.ac:
32885         * gst/Makefile.am:
32886         * gst/multifilesink/Makefile.am:
32887         * gst/multifilesink/gstmultifilesink.c:
32888         (gst_multifilesink_get_formats),
32889         (gst_multifilesink_get_query_types), (_do_init),
32890         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32891         (gst_multifilesink_init), (gst_multifilesink_dispose),
32892         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32893         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32894         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32895         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32896         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32897         (gst_multifilesink_uri_get_type),
32898         (gst_multifilesink_uri_get_protocols),
32899         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32900         (gst_multifilesink_uri_handler_init), (plugin_init):
32901         * gst/multifilesink/gstmultifilesink.h:
32902         * testsuite/Makefile.am:
32903         * testsuite/multifilesink/Makefile.am:
32904         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32905         (gst_newmedia_class_init), (gst_newmedia_init),
32906         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32907         (newfile_signal), (test_signal), (main):
32908         multifilesink plugin for creating new files every time a new media
32909         discontinuity event occurs
32910
32911 2004-07-22  Wim Taymans  <wim@fluendo.com>
32912
32913         * gst/alpha/Makefile.am:
32914         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32915         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32916         (gst_alpha_color_init), (gst_alpha_color_set_property),
32917         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32918         (transform), (gst_alpha_color_chain),
32919         (gst_alpha_color_change_state), (plugin_init):
32920         Stupid plugin to to RGBA to AYUV conversion because none of
32921         the colorspace plugins can handle that yet.
32922
32923 2004-07-22  Wim Taymans  <wim@fluendo.com>
32924
32925         * examples/seeking/seek.c: (update_scale), (main):
32926         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32927         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32928         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32929         (gst_decode_bin_init), (gst_decode_bin_dispose),
32930         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32931         (no_more_pads), (close_link), (type_found),
32932         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32933         (plugin_init):
32934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32935         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32936         (gst_play_base_bin_dispose), (queue_overrun),
32937         (gen_preroll_element), (remove_prerolls), (unknown_type),
32938         (no_more_pads), (new_stream), (setup_source),
32939         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32940         (play_base_eos), (gst_play_base_bin_change_state),
32941         (gst_play_base_bin_add_element),
32942         (gst_play_base_bin_remove_element),
32943         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32944         (gst_play_base_bin_unlink_stream),
32945         (gst_play_base_bin_get_streaminfo):
32946         * gst/playback/gstplaybin.c: (gen_video_element),
32947         (gen_audio_element):
32948         * gst/playback/gststreaminfo.h:
32949         More playback updates, attempt to fix things after the state change
32950         breakage.
32951
32952 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32953
32954         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32955         (gst_videoscale_scale_nearest_16bit):
32956           comment algorithm
32957
32958 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32959
32960         * gst/videotestsrc/gstvideotestsrc.c:
32961         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32962         (gst_videotestsrc_init), (gst_videotestsrc_get),
32963         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32964         (gst_videotestsrc_get_property):
32965         * gst/videotestsrc/gstvideotestsrc.h:
32966         * gst/videotestsrc/videotestsrc.c:
32967         * gst/videotestsrc/videotestsrc.h:
32968           cleanup and commenting
32969
32970 2004-07-21  Wim Taymans  <wim@fluendo.com>
32971
32972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32973         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32974         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32975         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32976         (_find_chain_get_unknown_part), (_find_streams_check),
32977         (gst_ogg_demux_push), (gst_ogg_pad_push):
32978         * ext/theora/theoradec.c: (theora_get_formats),
32979         (theora_dec_src_convert), (theora_dec_sink_convert),
32980         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32981         (theora_dec_chain):
32982         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32983         (vorbis_dec_convert), (vorbis_dec_src_query),
32984         (vorbis_dec_src_event), (vorbis_dec_event):
32985         More seeking fixes, oggdemux now supports seeking to time and
32986         uses the downstream element to convert granulepos to time.
32987         Seeking in theora-only ogg files now works.
32988
32989 2004-07-21  Wim Taymans  <wim@fluendo.com>
32990
32991         * ext/theora/theoradec.c: (gst_theora_dec_init),
32992         (theora_get_formats), (theora_get_event_masks),
32993         (theora_get_query_types), (theora_dec_src_convert),
32994         (theora_dec_sink_convert), (theora_dec_src_query),
32995         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32996         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32997         (vorbis_get_event_masks), (vorbis_get_query_types),
32998         (gst_vorbis_dec_init), (vorbis_dec_convert),
32999         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33000         Added query/convert/formats functions to vorbis and theora decoders
33001         so that the outside world can use them too. Fixed seeking on an
33002         ogg/theora/vorbis file by disabling the seeking seeking on the
33003         theora srcpad.
33004
33005 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33006
33007         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33008         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33009         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33010         images creation for both elements. We don't create the image on caps
33011         nego or renego, we just destroy the internal one if present if it does
33012         not match the needs. The chain function takes care of creating a new
33013         image when needed.
33014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33015         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33016         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33017         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33018         the image format information. The buffer pool checks for the context
33019         image format and discard images with different formats.
33020         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33021
33022 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33023
33024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33025         (gst_ffmpegcolorspace_chain):
33026           no point in doing any chaining if the pad we want to push from
33027           isn't usable.
33028
33029 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33030
33031         * gst-libs/gst/riff/riff-media.c:
33032         (gst_riff_create_audio_caps_with_data):
33033           Fix double end-to-native symbol conversion (#148021).
33034
33035 2004-07-20  David Schleef  <ds@schleef.org>
33036
33037         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33038         Don't use an Atom that doesn't exist.
33039
33040 2004-07-20  Wim Taymans  <wim@fluendo.com>
33041
33042         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33043         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33044         (gst_multifdsink_client_remove),
33045         (gst_multifdsink_handle_client_write),
33046         (gst_multifdsink_queue_buffer):
33047         * gst/tcp/gstmultifdsink.h:
33048         More multifdsink stats. Avoid deadlock by releasing locks
33049         before sending out a signal.
33050
33051 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33052
33053         * po/LINGUAS:
33054         * po/hu.po:
33055           added Hungarian translation (Laszlo Dvornik)
33056
33057 2004-07-20  Wim Taymans  <wim@fluendo.com>
33058
33059         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33060         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33061         (gst_multifdsink_handle_client_write),
33062         (gst_multifdsink_queue_buffer):
33063         * gst/tcp/gsttcp-marshal.list:
33064         Fixed the stupid marshal definition.
33065
33066 2004-07-20  Wim Taymans  <wim@fluendo.com>
33067
33068         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33069         (gst_multifdsink_init), (gst_multifdsink_add),
33070         (gst_multifdsink_client_remove),
33071         (gst_multifdsink_handle_client_write),
33072         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33073         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33074         (gst_multifdsink_init_send):
33075         * gst/tcp/gstmultifdsink.h:
33076         Added more stats, added timeout for a client, fixed some typos
33077         and added some comments.
33078
33079 2004-07-20  Wim Taymans  <wim@fluendo.com>
33080
33081         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33082         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33083         (gst_multifdsink_client_remove),
33084         (gst_multifdsink_handle_client_write):
33085         * gst/tcp/gstmultifdsink.h:
33086         * gst/tcp/gsttcp-marshal.list:
33087         Added get_stats method that returns a GValueArray of
33088         stats values.
33089
33090 2004-07-19  Benjamin Otte  <otte@gnome.org>
33091
33092         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33093           make sure longname, description and author are valid UTF-8
33094
33095 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33096
33097         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33098         (gst_ximagesink_set_property):
33099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33100         (gst_xvimagesink_set_property):
33101           make sure SYNCHRONOUS is respected after getting the X context
33102
33103 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33104
33105         * gst/matroska/matroska-demux.c:
33106         (gst_matroska_demux_handle_src_event),
33107         (gst_matroska_demux_parse_blockgroup):
33108         * gst/matroska/matroska-ids.h:
33109           add BlockReference tag and ignore it to clear out log.
33110           ignore NAVIGATION events to clear out log.
33111
33112 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33113
33114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33115         (gst_matroska_demux_add_stream):
33116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33117           add debug categories
33118
33119 2004-07-16  Wim Taymans  <wim@fluendo.com>
33120
33121         * ext/libpng/Makefile.am:
33122         * ext/libpng/gstpng.c: (plugin_init):
33123         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33124         (gst_pngdec_get_type), (gst_pngdec_base_init),
33125         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33126         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33127         * ext/libpng/gstpngdec.h:
33128         Added png decoder.
33129
33130 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33131
33132         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33133         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33134         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33135         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33136         (gst_ximagesink_buffer_alloc):
33137         * sys/ximage/ximagesink.h:
33138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33139         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33140         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33141         (gst_xvimagesink_buffer_alloc):
33142         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33143         again. Using internal data pointer of the x(v)image to store image's
33144         data to be coherent with the buffer alloc mechanism. Investigated the
33145         image destruction code to be sure that everything gets freed correctly.
33146
33147 2004-07-16  Wim Taymans  <wim@fluendo.com>
33148
33149         * gst-libs/gst/riff/riff-read.c:
33150         (gst_riff_read_strf_vids_with_data),
33151         (gst_riff_read_strf_auds_with_data):
33152         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33153         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33154         Make sure we don't create 0 sized subbuffers in riff-read.
33155         Signal the no more pads signal after reading the avi header.
33156
33157 2004-07-16  Wim Taymans  <wim@fluendo.com>
33158
33159         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33160         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33161         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33162         (gst_decode_bin_init), (gst_decode_bin_dispose),
33163         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33164         (no_more_pads), (close_link), (type_found),
33165         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33166         (gst_decode_bin_change_state), (plugin_init):
33167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33168         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33169         (gst_play_base_bin_dispose), (queue_overrun),
33170         (gen_preroll_element), (remove_prerolls), (unknown_type),
33171         (no_more_pads), (new_stream), (setup_source),
33172         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33173         (play_base_eos), (gst_play_base_bin_change_state),
33174         (gst_play_base_bin_add_element),
33175         (gst_play_base_bin_remove_element),
33176         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33177         (gst_play_base_bin_unlink_stream),
33178         (gst_play_base_bin_get_streaminfo):
33179         * gst/playback/gstplaybasebin.h:
33180         Better error recovery. Added configurable preroll queue size. Faster
33181         detection of no-more-pads.
33182
33183 2004-07-16  Wim Taymans  <wim@fluendo.com>
33184
33185         * gst-libs/gst/video/video.h:
33186         Added 32 bits RGBA. Not sure if we should use another mime-type
33187         for alpha rgb. Currently the presence of the alpha_mask property
33188         signals an alpha channel.
33189
33190 2004-07-16  Wim Taymans  <wim@fluendo.com>
33191
33192         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33194         FPS seems to be 0.0 to MAX everywhere else.
33195
33196 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33197
33198         * gst-libs/gst/riff/riff-media.c:
33199         (gst_riff_create_video_caps_with_data):
33200           mp42/mp43 (no caps) exist too.
33201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33202           Set pixel_width/height; we've got them in-caps.
33203         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33204         * gst/wavparse/gstwavparse.c: (plugin_init):
33205           Both are valid primary.
33206         * sys/oss/gstossmixer.c:
33207           Remove i18n hack and enable translations.
33208
33209 2004-07-15  Benjamin Otte  <otte@gnome.org>
33210
33211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33212         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33213           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33214
33215 2004-07-15  Benjamin Otte  <otte@gnome.org>
33216
33217         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33218         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33219         (gst_alsa_close_audio):
33220           disable some of the debugging code for now. Writing debugging to a
33221           buffer is broken in current alsalib releases.
33222
33223 2004-07-12  Benjamin Otte  <otte@gnome.org>
33224
33225         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33226           use bufferpools
33227
33228 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33229
33230         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33231         (theora_dec_src_query), (theora_dec_event):
33232         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33233           add debugging categories.  Remove \n's.
33234
33235 2004-07-13  Johan Dahlin  <johan@gnome.org>
33236
33237         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33238         (gst_play_bin_get_property): Impl.
33239
33240 2004-07-13  Wim Taymans  <wim@fluendo.com>
33241
33242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33243         When trying to find the stream length, seek back N pages
33244         instead of just one, where N is the number of streams in
33245         the current chain.
33246
33247 2004-07-13  Wim Taymans  <wim@fluendo.com>
33248
33249         * gst-libs/gst/riff/riff-media.c:
33250         (gst_riff_create_audio_caps_with_data),
33251         (gst_riff_create_audio_caps),
33252         (gst_riff_create_audio_template_caps):
33253         * gst-libs/gst/riff/riff-media.h:
33254         * gst-libs/gst/riff/riff-read.c:
33255         (gst_riff_read_strf_vids_with_data),
33256         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33257         * gst-libs/gst/riff/riff-read.h:
33258         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33259         (gst_avi_demux_add_stream):
33260         Set codec_data on caps for avidemuxer.
33261
33262 2004-07-12  David Schleef  <ds@schleef.org>
33263
33264         * configure.ac: Fix test for Objective C
33265
33266 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33267         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33268         (gst_gdk_pixbuf_chain):
33269           Add svg and pcx to template caps, and ensure that getcaps returns a
33270           subset of the template caps.
33271           Copy each row manually for output, as gdkpixbuf may pad the
33272           rowstride to a 32-bit word boundary.
33273
33274 2004-07-12  Wim Taymans  <wim@fluendo.com>
33275
33276         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33277         (gst_riff_create_video_template_caps):
33278         Fix the template caps to include some more media types.
33279
33280 2004-07-12  Wim Taymans  <wim@fluendo.com>
33281
33282         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33283         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33284         (compare_ranks), (print_feature), (gst_decode_bin_init),
33285         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33286         (try_to_link_1), (new_pad), (close_link), (type_found),
33287         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33288         (gst_decode_bin_change_state), (plugin_init):
33289         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33290         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33291         (gst_play_base_bin_dispose), (queue_overrun),
33292         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33293         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33294         (gst_play_base_bin_get_property), (play_base_eos),
33295         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33296         (gst_play_base_bin_remove_element),
33297         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33298         (gst_play_base_bin_unlink_stream),
33299         (gst_play_base_bin_get_streaminfo):
33300         * gst/playback/gstplaybasebin.h:
33301         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33302         (gst_play_bin_class_init), (gst_play_bin_init),
33303         (gst_play_bin_dispose), (gst_play_bin_set_property),
33304         (gst_play_bin_get_property), (gen_video_element),
33305         (gen_audio_element), (remove_sinks), (setup_sinks),
33306         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33307         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33308         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33309         (gst_play_bin_query), (plugin_init):
33310         * gst/playback/test4.c: (main):
33311         More fixes on reusing of the element.
33312
33313 2004-07-11  Benjamin Otte  <otte@gnome.org>
33314
33315         * ext/mad/gstmad.c: (normal_seek):
33316           allow seeking for other methods than just SET
33317
33318 2004-07-11  Andy Wingo  <wingo@pobox.com>
33319
33320         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33321         float, "any" caps -> buffer_frames=[0,MAX].
33322
33323         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33324         doesn't intersect our caps with the template any more. Do it
33325         ourselves.
33326         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33327
33328 2004-07-09  Wim Taymans  <wim@fluendo.com>
33329
33330         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33331         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33332         (compare_ranks), (print_feature), (gst_decode_bin_init),
33333         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33334         (try_to_link_1), (new_pad), (close_link), (type_found),
33335         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33336         (gst_decode_bin_change_state), (plugin_init):
33337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33338         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33339         (gst_play_base_bin_dispose), (queue_overrun),
33340         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33341         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33342         (gst_play_base_bin_get_property), (play_base_eos),
33343         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33344         (gst_play_base_bin_remove_element),
33345         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33346         (gst_play_base_bin_unlink_stream),
33347         (gst_play_base_bin_get_streaminfo):
33348         * gst/playback/gstplaybasebin.h:
33349         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33350         (gst_play_bin_class_init), (gst_play_bin_init),
33351         (gst_play_bin_dispose), (gst_play_bin_set_property),
33352         (gst_play_bin_get_property), (gen_video_element),
33353         (gen_audio_element), (remove_sinks), (setup_sinks),
33354         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33355         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33356         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33357         (gst_play_bin_query), (plugin_init):
33358         * gst/playback/test4.c: (main):
33359         Work on object reuse and seeking.
33360
33361 2004-07-09  Wim Taymans  <wim@fluendo.com>
33362
33363         * examples/seeking/seek.c: (iterate):
33364         Don't consume all CPU in the idle loop.
33365
33366 2004-07-09  Wim Taymans  <wim@fluendo.com>
33367
33368         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33369         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33370         Add pad to element *after* setting the pad functions so that
33371         the scheduler can use the correct ones.
33372
33373 2004-07-09  Wim Taymans  <wim@fluendo.com>
33374
33375         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33376         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33377         Sync to keyframe after seek
33378
33379 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33380
33381         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33382         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33383         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33384         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33385         * ext/libvisual/visual.c: (gst_visual_change_state):
33386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33387         * ext/theora/theoradec.c: (theora_dec_change_state):
33388         * ext/theora/theoraenc.c: (theora_enc_change_state):
33389         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33390         * gst-libs/gst/navigation/navigation.c:
33391         * gst/adder/gstadder.c: (gst_adder_change_state):
33392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33393         (gst_audio_convert_get_buffer):
33394         * gst/multipart/multipartdemux.c:
33395         (gst_multipart_demux_change_state):
33396         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33398         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33399         * gst/videoscale/gstvideoscale.c:
33400         (gst_videoscale_handle_src_event):
33401         * gst/volume/gstvolume.c: (volume_chain_int16):
33402           don't assert in state change, this should be done by the base
33403           GstElement class.
33404           various debugging fixes.
33405
33406 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33407
33408         * configure.ac:
33409         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33410         (gst_play_dispose), (gst_play_set_location),
33411         (gst_play_set_data_src), (gst_play_set_video_sink),
33412         (gst_play_set_audio_sink), (gst_play_set_visualization),
33413         (gst_play_connect_visualization), (gst_play_get_sink_element),
33414         (gst_play_get_all_by_interface):
33415         * gst-libs/gst/play/play.h:
33416           add new method to get elements implementing an interface.
33417           add various error logging
33418
33419 2004-07-08  Wim Taymans  <wim@fluendo.com>
33420
33421         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33422         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33423         (make_playerbin_pipeline), (query_durations_elems),
33424         (query_durations_pads), (query_positions_elems),
33425         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33426         (main):
33427         Added playbin seeking example.
33428
33429 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33430
33431         * gst-libs/gst/play/play.c: (gst_play_set_location),
33432         (gst_play_set_data_src), (gst_play_set_video_sink),
33433         (gst_play_set_audio_sink), (gst_play_set_visualization),
33434         (gst_play_connect_visualization), (gst_play_get_framerate):
33435           use a macro to look up elements from hash table
33436
33437 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33438
33439         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33440         (gst_play_get_length_callback), (gst_play_set_location),
33441         (gst_play_seek_to_time), (gst_play_set_data_src),
33442         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33443         (gst_play_set_visualization), (gst_play_connect_visualization),
33444         (gst_play_get_sink_element):
33445         - add debugging info
33446         - fix looking up sink elements by iterating over complete caps
33447         - put everything except for source and autoplugger in a complete bin
33448
33449 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33450
33451         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33453         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33454         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33455         * ext/alsa/gstalsasink.h:
33456         - add debugging info
33457         - clean up schizophrenia of data/buffer/event
33458         - fix double event unref error
33459
33460 2004-07-08  Wim Taymans  <wim@fluendo.com>
33461
33462         * gst/playback/Makefile.am:
33463         Add headers to noinst
33464
33465 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33466
33467         * tools/gst-launch-ext-m.m:
33468         * tools/gst-launch-ext.1.in:
33469           convert to the third millenium
33470
33471 2004-07-07  David Schleef  <ds@schleef.org>
33472
33473         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33474
33475 2004-07-07  Wim Taymans  <wim@fluendo.com>
33476
33477         * gst/playback/Makefile.am:
33478         * gst/playback/README:
33479         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33480         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33481         (compare_ranks), (print_feature), (gst_decode_bin_init),
33482         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33483         (try_to_link_1), (new_pad), (close_link), (type_found),
33484         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33485         (plugin_init):
33486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33487         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33488         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33489         (gen_preroll_element), (no_more_pads), (new_stream),
33490         (setup_source), (gst_play_base_bin_set_property),
33491         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33492         (gst_play_base_bin_add_element),
33493         (gst_play_base_bin_remove_element),
33494         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33495         (gst_play_base_bin_unlink_stream),
33496         (gst_play_base_bin_get_streaminfo):
33497         * gst/playback/gstplaybasebin.h:
33498         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33499         (gst_play_bin_class_init), (gst_play_bin_init),
33500         (gst_play_bin_dispose), (gst_play_bin_set_property),
33501         (gst_play_bin_get_property), (gen_video_element),
33502         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33503         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33504         (gst_play_bin_get_formats), (gst_play_bin_convert),
33505         (gst_play_bin_get_query_types), (gst_play_bin_query),
33506         (plugin_init):
33507         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33508         (gst_stream_info_get_type), (gst_stream_info_class_init),
33509         (gst_stream_info_init), (gst_stream_info_new),
33510         (gst_stream_info_dispose), (gst_stream_info_set_property),
33511         (gst_stream_info_get_property):
33512         * gst/playback/gststreaminfo.h:
33513         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33514         (main):
33515         * gst/playback/test2.c: (main):
33516         * gst/playback/test3.c: (update_scale), (main):
33517         More playbin fixes. Added README. Do better element filtering.
33518         Added base class to preroll media. Added test apps.
33519
33520 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33521
33522         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33523         * ext/mpeg2dec/gstmpeg2dec.h:
33524           various debugging improvements.  Reset stream to next picture
33525           instead of sequence header, otherwise seeks cannot work.
33526
33527 2004-07-07  Wim Taymans  <wim@fluendo.com>
33528
33529         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33530         (gst_video_box_class_init), (gst_video_box_set_property),
33531         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33532         Use pad_alloc where possible.
33533
33534 2004-07-07  Wim Taymans  <wim@fluendo.com>
33535
33536         * sys/oss/gstosselement.c: (gst_osselement_reset),
33537         (gst_osselement_parse_caps):
33538         * sys/oss/gstosselement.h:
33539         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33540         Fix offset on osssrc.
33541
33542 2004-07-07  Wim Taymans  <wim@fluendo.com>
33543
33544         * ext/theora/theora.c: (plugin_init):
33545         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33546         (theora_dec_src_query), (theora_dec_chain):
33547         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33548         (theora_enc_sink_link), (theora_buffer_from_packet),
33549         (theora_push_packet), (theora_enc_chain):
33550         Fix theora granulepos calculation.
33551         Fix overflow in duration/position calculation.
33552         Bump rank to PRIMARY for theoradec.
33553         Use granulepos of last packet to calculate position.
33554         Set keyframe flag on buffers when needed.
33555
33556 2004-07-06  David Schleef  <ds@schleef.org>
33557
33558         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33559         serious?  (Fixed, obviously.)
33560
33561 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33562
33563         * po/LINGUAS:
33564         * po/cs.po:
33565           added Czech translation (Miloslav Trmac)
33566
33567 2004-07-05  Wim Taymans  <wim@fluendo.com>
33568
33569         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33570         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33571         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33572         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33573         (close_link), (type_found), (gst_decode_bin_set_property),
33574         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33575         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33576         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33577         (gst_decode_bin_query), (plugin_init):
33578         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33579         (gst_play_bin_class_init), (gst_play_bin_init),
33580         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33581         (get_video_element), (new_pad), (setup_source),
33582         (gst_play_bin_set_property), (gst_play_bin_get_property),
33583         (gst_play_bin_change_state), (gst_play_bin_add_element),
33584         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33585         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33586         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33587         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33588         * gst/playback/test.c: (main):
33589         More fixes, cleaned up playbin, make it use decodebin. Added
33590         threaded property to playbin.
33591
33592 2004-07-05  Wim Taymans  <wim@fluendo.com>
33593
33594         * configure.ac:
33595         * gst/playback/Makefile.am:
33596         * gst/playback/decodetest.c: (main):
33597         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33598         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33599         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33600         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33601         (close_link), (type_found), (gst_decode_bin_set_property),
33602         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33603         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33604         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33605         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33606         (plugin_init):
33607         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33608         (gst_play_bin_class_init), (gst_play_bin_init),
33609         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33610         (collect_sink_pads), (find_compatibles), (close_pad_link),
33611         (try_to_link_1), (new_pad), (close_link), (type_found),
33612         (setup_source), (gst_play_bin_set_property),
33613         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33614         (compare_ranks), (gst_play_bin_collect_factories),
33615         (gst_play_bin_change_state), (gst_play_bin_add_element),
33616         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33617         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33618         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33619         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33620         * gst/playback/test.c: (main):
33621         Added some playback helper elements and some test apps, very alpha
33622         still.
33623
33624 2004-07-04  Benjamin Otte  <otte@gnome.org>
33625
33626         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33627           only restart audio when we indeed have an xrun to fix repeated
33628           xruns. Fix suggested by Giuliano Pochini.
33629
33630 2004-07-03  David Schleef  <ds@schleef.org>
33631
33632         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33633         call to gst_debug_log() if debugging is disabled (bug #145118)
33634
33635 2004-07-03  Benjamin Otte  <otte@gnome.org>
33636
33637         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33638           use our own functions for restarting the alsa device.
33639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33640           I should apply patches myself - use MIN for the third argument, not
33641           the second, this fixes seeking
33642
33643 2004-07-02  David Schleef  <ds@schleef.org>
33644
33645         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33646         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33647         do with the logic.
33648
33649 2004-07-02  David Schleef  <ds@schleef.org>
33650
33651         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33652         output buffers.  Fix logic mistake.  (bug #144866)
33653
33654 2004-07-02  David Schleef  <ds@schleef.org>
33655
33656         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33657         on X.  (bug #144753)
33658
33659 2004-07-02  David Schleef  <ds@schleef.org>
33660
33661         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33662         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33663         (bug #144624)
33664         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33665         (gst_osselement_rate_probe_check): Add another workaround for
33666         buggy drivers (bug #145336)
33667
33668 2004-07-02  David Schleef  <ds@schleef.org>
33669
33670         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33671         Most systems don't have MSG_NOSIGNAL.
33672
33673 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33674
33675         * Makefile.am:
33676         * gst-libs/gst/colorbalance/Makefile.am:
33677         * gst-libs/gst/mixer/Makefile.am:
33678         * gst-libs/gst/play/Makefile.am:
33679         * gst-libs/gst/tuner/Makefile.am:
33680           (hopefully) fix both install and dist and make error message useful.
33681           needs testing across automakes.
33682
33683 2004-07-02  Benjamin Otte  <otte@gnome.org>
33684
33685         * ext/ogg/gstogg.c: (plugin_init):
33686           we require bytestream now
33687         * ext/ogg/gstoggdemux.c:
33688           huge diff to implement chain setup in a fast and generic way. This
33689           improves tag reading and startup of huge files (read: Theora videos)
33690           quite a bit. It probably contains bugs, too, so please test.
33691           Seeking is not improved to the fast method.
33692
33693 2004-06-29  Wim Taymans  <wim@fluendo.com>
33694
33695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33696         * ext/ogg/gstoggmux.c:
33697         Fix memleak in oggdemux when running unconnected pads.
33698         doc update in mux, start working on keyframe mode.
33699
33700 2004-06-29  Benjamin Otte  <otte@gnome.org>
33701
33702         * sys/oss/gstosssink.c:
33703         * sys/oss/gstosssrc.c:
33704           advertise correct template caps - we indeed do non-native endianness
33705           and 8bit audio has no endianness
33706         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33708           avoid (wrong) duplications in getcaps function and return
33709           template caps
33710
33711 2004-06-29  Wim Taymans  <wim@fluendo.com>
33712
33713         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33714         (gst_multifdsink_class_init), (gst_multifdsink_add),
33715         (gst_multifdsink_remove), (gst_multifdsink_clear),
33716         (gst_multifdsink_client_remove),
33717         (gst_multifdsink_handle_client_read),
33718         (gst_multifdsink_client_queue_data),
33719         (gst_multifdsink_client_queue_caps),
33720         (gst_multifdsink_client_queue_buffer),
33721         (gst_multifdsink_handle_client_write),
33722         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33723         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33724         (gst_multifdsink_init_send), (gst_multifdsink_close):
33725         Fix wrong GList iteration that could crash the server when
33726         more then 2 clients disconnect at the same time. Read all the
33727         pending commands in one batch to recover from command storms under
33728         very heavy load.
33729
33730 2004-06-28  Wim Taymans  <wim@fluendo.com>
33731
33732         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33733         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33734         (gst_videomixer_pad_set_property),
33735         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33736         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33737         (gst_videomixer_class_init), (gst_videomixer_init),
33738         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33739         (pad_zorder_compare), (gst_videomixer_sort_pads),
33740         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33741         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33742         (gst_videomixer_update_queues), (gst_videomixer_loop),
33743         (plugin_init):
33744         Avoid divide by zero, choose masterpad as the pad with the highest
33745         framerate.
33746
33747 2004-06-27  Julien Moutte  <julien@moutte.net>
33748
33749         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33750         (gst_ximagesink_xwindow_new):
33751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33752         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33753         function directly. We might want to call it from somewhere else one day.
33754
33755 2004-06-27  Julien Moutte  <julien@moutte.net>
33756
33757         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33758         (gst_ximagesink_xwindow_new):
33759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33760         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33761         window decorations.
33762
33763 2004-06-27  Wim Taymans  <wim@fluendo.com>
33764
33765         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33766         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33767         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33768         (gst_dvdec_set_property), (gst_dvdec_get_property):
33769         * ext/dv/gstdvdec.h:
33770         Implement drop_factor property to lower the framerate with
33771         a factor.
33772
33773 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33774
33775         * gst-libs/gst/colorbalance/Makefile.am:
33776         * gst-libs/gst/mixer/Makefile.am:
33777         * gst-libs/gst/play/Makefile.am:
33778         * gst-libs/gst/tuner/Makefile.am:
33779           unbreak Company's fix that didn't install the -enum.h files
33780
33781 2004-06-27  Wim Taymans  <wim@fluendo.com>
33782
33783         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33784         (gst_dvdec_change_state):
33785         * ext/dv/gstdvdec.h:
33786         Fix timestamp, duration and offset of the buffers.
33787
33788 2004-06-27  Wim Taymans  <wim@fluendo.com>
33789
33790         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33791         (gst_multifdsink_class_init), (gst_multifdsink_add),
33792         (gst_multifdsink_remove), (gst_multifdsink_clear),
33793         (gst_multifdsink_client_remove),
33794         (gst_multifdsink_handle_client_read),
33795         (gst_multifdsink_client_queue_data),
33796         (gst_multifdsink_client_queue_caps),
33797         (gst_multifdsink_client_queue_buffer),
33798         (gst_multifdsink_handle_client_write),
33799         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33800         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33801         (gst_multifdsink_init_send), (gst_multifdsink_close):
33802         * gst/tcp/gstmultifdsink.h:
33803         * gst/tcp/gsttcpserversink.c:
33804         (gst_tcpserversink_handle_server_read),
33805         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33806         More multifdsink fixes, more recovery policy fixes.
33807         Removed stupid g_print
33808
33809 2004-06-26  Wim Taymans  <wim@fluendo.com>
33810
33811         * gst/tcp/Makefile.am:
33812         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33813         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33814         (gst_multifdsink_class_init), (gst_multifdsink_init),
33815         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33816         (gst_multifdsink_handle_client_read),
33817         (gst_multifdsink_client_queue_data),
33818         (gst_multifdsink_client_queue_caps),
33819         (gst_multifdsink_client_queue_buffer),
33820         (gst_multifdsink_handle_client_write),
33821         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33822         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33823         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33824         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33825         (gst_multifdsink_close), (gst_multifdsink_change_state):
33826         * gst/tcp/gstmultifdsink.h:
33827         * gst/tcp/gsttcpplugin.c: (plugin_init):
33828         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33829         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33830         (gst_tcpserversink_handle_server_read),
33831         (gst_tcpserversink_handle_select),
33832         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33833         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33834         * gst/tcp/gsttcpserversink.h:
33835         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33836         one of the locks, added recovery policy to multifdsink.
33837
33838 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33839
33840         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33841           fix decision for when getting frames with same timestamp
33842         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33843         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33844         (gst_v4lsrc_get_property):
33845         * sys/v4l/gstv4lsrc.h:
33846           add latency offset property
33847
33848 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33849
33850         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33851         (plugin_init):
33852           fix debugging. add category.
33853
33854 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33855
33856         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33857           fix wrong offsets
33858
33859 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33860
33861         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33862         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33863         (gst_alsa_src_change_state):
33864           return a time that is in sync with the element's processing
33865
33866 2004-06-25  Wim Taymans  <wim@fluendo.com>
33867
33868         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33869         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33870         (gst_tcpserversink_client_remove),
33871         (gst_tcpserversink_handle_client_read),
33872         (gst_tcpserversink_client_queue_data),
33873         (gst_tcpserversink_client_queue_caps),
33874         (gst_tcpserversink_client_queue_buffer),
33875         (gst_tcpserversink_handle_client_write),
33876         (gst_tcpserversink_queue_buffer),
33877         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33878         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33879         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33880         (gst_tcpserversink_close):
33881         * gst/tcp/gsttcpserversink.h:
33882         Serversink rewrite. Really do non blocking writes to clients and
33883         maintain an internal queue to handle slower clients while not
33884         disturbing fast clients.
33885
33886 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33887
33888         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33889           better debug, don't override OFFSET and OFFSET_END
33890
33891 2004-06-25  Iain <iain@prettypeople.org>
33892
33893         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33894         name=source for the wavparse pipeline.
33895
33896 2004-06-24  Johan Dahlin  <johan@gnome.org>
33897
33898         * ext/theora/theoraenc.c (theora_enc_chain): Call
33899         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33900         streamheader caps are set correctly.
33901
33902 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33903
33904         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33905         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33906           respect minimum bitrate; same could be done for max bitrate
33907
33908 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33909
33910         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33911         (gst_vorbisenc_setup):
33912           fix sample rate range
33913
33914 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33915
33916         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33917         (gst_oggvorbisenc_setup):
33918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33919         (gst_vorbisenc_setup):
33920           resolve ambiguities in code and description
33921
33922 2004-06-24  Wim Taymans  <wim@fluendo.com>
33923
33924         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33925         * ext/alsa/gstalsa.h:
33926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33927         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33928         Use alsa trigger_tstamp to get the timestamp of the first
33929         sample in the buffer for more precise sync. Some cleanups.
33930
33931 2004-06-24  Wim Taymans  <wim@fluendo.com>
33932
33933         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33934         (gst_audiorate_init), (gst_audiorate_chain),
33935         (gst_audiorate_set_property), (gst_audiorate_get_property):
33936         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33937         (gst_videorate_chain):
33938         Added some logging, fixed an overflow bug in videorate.
33939
33940 2004-06-24  Benjamin Otte  <otte@gnome.org>
33941
33942         * ext/kio/Makefile.am:
33943           fix for builddir != srcdir and distcheck
33944
33945 2004-06-24  Benjamin Otte  <otte@gnome.org>
33946
33947         * gst-libs/gst/colorbalance/Makefile.am:
33948         * gst-libs/gst/mixer/Makefile.am:
33949         * gst-libs/gst/play/Makefile.am:
33950         * gst-libs/gst/tuner/Makefile.am:
33951         * gst/tcp/Makefile.am:
33952         * sys/dxr3/Makefile.am:
33953           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33954           tarball.
33955           Also add all *.list files that were missing.
33956         * Makefile.am:
33957           add a distcheck hook to ensure the above doesn't happen again.
33958
33959 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33960
33961         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33962
33963 2004-06-23  Colin Walters  <walters@redhat.com>
33964
33965         * m4/Makefile.am: Distribute gst-fionread.m4.
33966
33967 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33968
33969         * configure.ac: back to dev
33970
33971 2004-06-23  Wim Taymans  <wim@fluendo.com>
33972
33973         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33974         (gst_alsa_xrun_recovery):
33975         * ext/alsa/gstalsa.h:
33976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33977         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33978         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33979         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33980         (gst_alsa_src_loop):
33981         Add clock to alsasrc. Take new capture timestamp when
33982         restarting after an overrun. Split up some functions between
33983         alsasrc and alsasink.
33984
33985 === release 0.8.2 ===
33986
33987 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33988
33989         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33990         (gst_alsa_change_state), (gst_alsa_update_avail),
33991         (gst_alsa_xrun_recovery):
33992         * ext/alsa/gstalsa.h:
33993         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33994           merge back changes from release
33995
33996 2004-06-23  Wim Taymans  <wim@fluendo.com>
33997
33998         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33999         (gst_audiorate_init), (gst_audiorate_chain),
34000         (gst_audiorate_set_property), (gst_audiorate_get_property):
34001         Implement sample dropping and notify
34002
34003 2004-06-22  Wim Taymans  <wim@fluendo.com>
34004
34005         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34006         (theora_enc_sink_link), (theora_buffer_from_packet),
34007         (theora_push_packet), (theora_enc_chain):
34008         Some cleanups, make sure the timestamps are correct.
34009
34010 2004-06-22  Wim Taymans  <wim@fluendo.com>
34011
34012         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34013         (gst_alsa_change_state), (gst_alsa_update_avail),
34014         (gst_alsa_xrun_recovery):
34015         * ext/alsa/gstalsa.h:
34016         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34017         Cleanups, take queued samples into account when reporting
34018         the time.
34019
34020 2004-06-22  Wim Taymans  <wim@fluendo.com>
34021
34022         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34023         (gst_videorate_init):
34024         Initialize the property as well.
34025
34026 2004-06-22  Wim Taymans  <wim@fluendo.com>
34027
34028         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34029         (gst_videorate_init), (gst_videorate_chain),
34030         (gst_videorate_set_property), (gst_videorate_get_property):
34031         Add property to make videorate silent.
34032         Add property to prefer new frames over old ones.
34033
34034 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34035
34036         * sys/osxvideo/Makefile.am:
34037         Workaround so that the osxvideo .so file gets linked with the
34038         Cocoa, OpenGL and QuickTime frameworks
34039
34040 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34041
34042         * sys/osxaudio/Makefile.am:
34043         Workaround so that the osxaudio .so file gets linked with the
34044         CoreAudio framework
34045
34046 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34047
34048         * configure.ac:
34049         Whoops, my fault...fixed build issues
34050
34051 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34052
34053         * configure.ac:
34054         Add objective-c support if running in Darwin/Mac OS X
34055         * sys/Makefile.am:
34056         * sys/osxvideo:
34057         * sys/osxvideo/Makefile.am:
34058         * sys/osxvideo/osxvideosink.h:
34059         * sys/osxvideo/osxvideosink.m:
34060         * sys/osxvideo/cocoawindow.h:
34061         * sys/osxvideo/cocoawindow.m:
34062         Add osxvideosink, a cocoa-based osx video sink
34063
34064
34065 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34066         * ext/dvdnav/gst-dvd:
34067         Grab the gconf key from the right spot
34068         * gst/debug/gstnavseek.c: (gst_navseek_init),
34069         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34070         (gst_navseek_chain):
34071         * gst/debug/gstnavseek.h:
34072           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34073           and loop parameters of a segment seek.
34074         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34075         (gst_videotestsrc_get_event_masks),
34076         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34077         * gst/videotestsrc/gstvideotestsrc.h:
34078           Add seeking support to videotestsrc
34079           Initialise the timestamp_offset variable.
34080
34081 2004-06-18  Wim Taymans  <wim@fluendo.com>
34082
34083         * ext/sidplay/gstsiddec.cc:
34084         Fix negotiation and set correct end offset.
34085
34086 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34087
34088         * configure.ac: branch and prerelease
34089
34090 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34091
34092         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34093         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34094         (gst_tcpclientsrc_init_receive):
34095         * gst/tcp/gsttcpclientsrc.h:
34096           read caps when connecting to server for GDP so we set them correctly
34097
34098 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34099
34100         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34101           notify drops and duplicates
34102         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34103           no good reason to limit ourselves to 100x100
34104
34105 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34106
34107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34108         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34109         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34110         (gst_v4lsrc_get_property):
34111         * sys/v4l/gstv4lsrc.h:
34112         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34113         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34114         (gst_v4l_set_audio):
34115         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34116         (gst_v4lsrc_try_capture):
34117         * sys/v4l/v4lsrc_calls.h:
34118           change try_palette to more general try_capture
34119           add autoprobe option so we can turn off autoprobing
34120           various fixes
34121
34122 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34123
34124         * configure.ac:
34125           add videorate
34126         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34127         (gst_ximagesink_class_init):
34128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34129         (gst_xvimagesink_class_init):
34130           run them as finalize, not dispose, since dispose can be invoked
34131           multiple times
34132
34133 2004-06-17  Wim Taymans  <wim@fluendo.com>
34134
34135         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34136         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34137         * ext/alsa/gstalsa.h:
34138         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34139         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34140         (gst_alsa_src_change_state):
34141         * ext/alsa/gstalsasrc.h:
34142         Make the xrun code timestamp and offset the buffers correctly.
34143         moved the clock to the base class, use alsa methods to get time.
34144         Do correct timestamping on outgoing buffers.
34145
34146 2004-06-17  Wim Taymans  <wim@fluendo.com>
34147
34148         * gst/audiorate/Makefile.am:
34149         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34150         (gst_audiorate_base_init), (gst_audiorate_class_init),
34151         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34152         (gst_audiorate_set_property), (gst_audiorate_get_property),
34153         (gst_audiorate_change_state), (plugin_init):
34154         Added an audiorate converter that fills in gaps.
34155
34156 2004-06-17  Johan Dahlin  <johan@gnome.org>
34157
34158         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34159
34160 2004-06-16  Wim Taymans  <wim@fluendo.com>
34161
34162         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34164         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34165         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34166         (gst_v4lsrc_get_property):
34167         * sys/v4l/gstv4lsrc.h:
34168         Added a copy mode to v4lsrc where it will output a copied version
34169         of its internal hardware buffer.
34170         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34171         can't | them.
34172
34173 2004-06-16  Wim Taymans  <wim@fluendo.com>
34174
34175         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34176         Timestamp fixes.
34177
34178 2004-06-16  Wim Taymans  <wim@fluendo.com>
34179
34180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34181         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34182         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34183         (gst_v4lsrc_get_property):
34184         * sys/v4l/gstv4lsrc.h:
34185         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34186         Added a sync mode enum property to control v4lsrc timestamp method
34187         Removed the use-fixed-fps property and moved functionality in
34188         the enum.
34189         Don't error on an error value from v4l-conf, it might not always
34190         be a real error.
34191
34192 2004-06-16  Wim Taymans  <wim@fluendo.com>
34193
34194         * gst/videorate/Makefile.am:
34195         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34196         (gst_videorate_base_init), (gst_videorate_class_init),
34197         (gst_videorate_getcaps), (gst_videorate_link),
34198         (gst_videorate_init), (gst_videorate_chain),
34199         (gst_videorate_set_property), (gst_videorate_get_property),
34200         (gst_videorate_change_state), (plugin_init):
34201         Added a video timestamp corrector.
34202
34203 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34204
34205         fixed a potential leak with previous commit
34206
34207         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34208
34209 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34210
34211         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34212         Added missing refcount, fixes bug #144425
34213         Cheers Tim for finding the bug
34214
34215 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34216
34217         * sys/v4l/gstv4l.c: (plugin_init):
34218         * sys/v4l/gstv4lcolorbalance.c:
34219         * sys/v4l/gstv4lcolorbalance.h:
34220         * sys/v4l/gstv4lelement.c:
34221         * sys/v4l/gstv4lelement.h:
34222         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34223         * sys/v4l/gstv4lmjpegsink.h:
34224         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34225         * sys/v4l/gstv4lmjpegsrc.h:
34226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34227         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34228         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34229         * sys/v4l/gstv4lsrc.h:
34230         * sys/v4l/gstv4ltuner.c:
34231         * sys/v4l/gstv4ltuner.h:
34232         * sys/v4l/gstv4lxoverlay.c:
34233         * sys/v4l/gstv4lxoverlay.h:
34234         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34235         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34236         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34237         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34238         (gst_v4l_set_audio):
34239         * sys/v4l/v4l_calls.h:
34240         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34241         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34242         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34243         (gst_v4lmjpegsink_playback_init),
34244         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34245         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34246         (gst_v4lmjpegsink_playback_stop),
34247         (gst_v4lmjpegsink_playback_deinit):
34248         * sys/v4l/v4lmjpegsink_calls.h:
34249         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34250         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34251         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34252         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34253         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34254         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34255         * sys/v4l/v4lmjpegsrc_calls.h:
34256         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34257         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34258         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34259         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34260         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34261         (gst_v4lsrc_try_palette):
34262         * sys/v4l/v4lsrc_calls.h:
34263           bunch of paranoia cleanups
34264
34265 2004-06-14  David Schleef  <ds@schleef.org>
34266
34267         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34268         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34269         Send discont events and change timestamps appropriately when
34270         we get a seek event.  (bug #144240)
34271         * ext/cdparanoia/gstcdparanoia.h:
34272
34273 2004-06-14  Benjamin Otte  <otte@gnome.org>
34274
34275         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34276           snd_pcm_hw_params_set_rate  since the latter fails for no good
34277           reason on some setups.
34278
34279 2004-06-14  David Schleef  <ds@schleef.org>
34280
34281         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34282         standard.  Thank you for playing.
34283
34284 2004-06-14  Wim Taymans  <wim@fluendo.com>
34285
34286         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34287         Patch 1.3 broke the ordering of the colorspace info and
34288         made the plugin basically work by coincidence, reordered
34289         the info.
34290
34291 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34292
34293         * ext/lame/gstlame.c:
34294         * ext/mad/gstmad.c:
34295           sync caps.  Make sure mad can only output a list of rates, not
34296           a full range.  In the future, have three caps lists for each of the
34297           mpeg versions.  Change mpegversion to a double as well.
34298
34299 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34300
34301         * gst/volume/.cvsignore:
34302         * gst/volume/Makefile.am:
34303         * gst/volume/demo.c: (value_changed_callback), (idler),
34304         (setup_gui), (main):
34305           added small demo app
34306
34307 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34308         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34309         * ext/esd/esdsink.h:
34310         Close the esd connection on pause, because esd will just wait -
34311         blocking all other esd clients indefinitely.
34312
34313 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34314
34315         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34316           previous commit with GST_DEBUG
34317
34318 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34319
34320         * configure.ac:
34321           add a header check for a dvdread header in dvdnav.  Fixes #133002
34322
34323 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34324
34325         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34326         * gst/tcp/gsttcpclientsink.h:
34327         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34328         * gst/tcp/gsttcpclientsrc.h:
34329         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34330         (gst_tcpserversink_handle_server_read),
34331         (gst_tcpserversink_init_send):
34332         * gst/tcp/gsttcpserversink.h:
34333         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34334         * gst/tcp/gsttcpserversrc.h:
34335         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34336         version of IP)
34337
34338 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34339
34340         * configure.ac:
34341         Added ogg library so that OSX detects libtheora properly
34342
34343 2004-06-11  Wim Taymans  <wim@fluendo.com>
34344
34345         * ext/theora/theoradec.c: (theora_dec_chain),
34346         (theora_dec_change_state):
34347         Don't try to decode frames before we received a keyframe.
34348
34349 2004-06-11  Wim Taymans  <wim@fluendo.com>
34350
34351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34352         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34353         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34354         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34355         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34356         Added property to set the maximum delay of a page.
34357
34358 2004-06-10  Wim Taymans  <wim@fluendo.com>
34359
34360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34361         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34362         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34363         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34364         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34365         Added max-delay property to control the maximum amount
34366         of data to put in one page.
34367
34368 2004-06-10  Wim Taymans  <wim@fluendo.com>
34369
34370         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34371         (gst_theora_enc_init), (theora_enc_sink_link),
34372         (theora_buffer_from_packet), (theora_enc_set_property),
34373         (theora_enc_get_property):
34374         Set duration on encoded buffer, added some more properties
34375
34376 2004-06-10  Wim Taymans  <wim@fluendo.com>
34377
34378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34379         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34380         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34381         * ext/theora/theoraenc.c: (theora_enc_chain):
34382         Fix refcounting bugs
34383
34384 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34385
34386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34387         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34388         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34389         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34390         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34391         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34392         (gst_asf_demux_change_state):
34393         * gst/asfdemux/gstasfdemux.h:
34394           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34395           feels like. I think we should set a new requirement for demuxers
34396           from now on to implement sane loop functions, data loops, query
34397           and seek functions before first commit into CVS. And this commit
34398           fixes all of the above.
34399
34400 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34401
34402         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34403           vorbis comments are properly encoded in UTF-8 before adding them
34404           to a GstTagList
34405
34406 2004-06-09  Benjamin Otte  <otte@gnome.org>
34407
34408         * ext/alsa/gstalsa.c: (add_channels):
34409           handle min <= max correctly
34410         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34411         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34412           add fixation functions so we fixate correctly. No preferring of alaw
34413           anymore because it's the first structure.
34414         * ext/alsa/gstalsa.h:
34415         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34416         (gst_alsa_hw_params_dump):
34417           add functions to ease debugging in alsalib
34418         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34419         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34420         (gst_alsa_start_audio):
34421           only specify hw params if we really setup a format (fixes #134007 -
34422           or at least works around it)
34423
34424 2004-06-09  Wim Taymans  <wim@fluendo.com>
34425
34426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34427         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34428         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34429         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34430         (gst_ogg_mux_loop):
34431         Use stream caps to setup the initial pages in the ogg stream.
34432         Correctly set the streamheader caps on the srcpad.
34433
34434 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34435
34436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34437         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34438         (gst_v4lsrc_getcaps):
34439         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34440         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34441           add querying of fps lists for webcams.  Negotiating to a framerate
34442           now works.
34443
34444 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34445
34446         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34447         (theora_push_buffer), (theora_push_packet),
34448         (theora_set_header_on_caps), (theora_enc_chain):
34449           mark buffers and put on streamheader, raw theora streaming
34450           now works too, whee
34451
34452 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34453
34454         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34455         (gst_tcp_gdp_read_caps):
34456           do a looping read for caps and GDP headers too
34457
34458 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34459
34460         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34461         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34462           return EOS instead of NULL in _get
34463
34464 2004-06-08  Wim Taymans  <wim@fluendo.com>
34465
34466         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34467         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34468         (gst_tcp_gdp_write_caps):
34469         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34470         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34471         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34472         Memory leak fixes
34473
34474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34475
34476         * ext/vorbis/Makefile.am:
34477         * ext/vorbis/vorbis.c: (plugin_init):
34478         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34479         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34480         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34481         (vorbis_parse_change_state):
34482         * ext/vorbis/vorbisparse.h:
34483           adding a vorbisparse element that marks the buffers, streaming
34484           raw vorbis using GDP now works, whee
34485
34486 2004-06-08  Wim Taymans  <wim@fluendo.com>
34487
34488         * ext/jpeg/Makefile.am:
34489         * ext/jpeg/README:
34490         * ext/jpeg/gstjpeg.c: (plugin_init):
34491         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34492         (gst_smokedec_base_init), (gst_smokedec_class_init),
34493         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34494         * ext/jpeg/gstsmokedec.h:
34495         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34496         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34497         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34498         (gst_smokeenc_resync), (gst_smokeenc_chain),
34499         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34500         * ext/jpeg/gstsmokeenc.h:
34501         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34502         (smokecodec_flush_destination), (smokecodec_term_destination),
34503         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34504         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34505         (smokecodec_term_source), (smokecodec_encode_new),
34506         (smokecodec_decode_new), (smokecodec_info_free),
34507         (smokecodec_set_quality), (smokecodec_get_quality),
34508         (smokecodec_set_threshold), (smokecodec_get_threshold),
34509         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34510         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34511         (smokecodec_parse_header), (smokecodec_decode):
34512         * ext/jpeg/smokecodec.h:
34513         Added a new simple jpeg based codec
34514
34515 2004-06-08  Wim Taymans  <wim@fluendo.com>
34516
34517         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34518         (gst_multipart_mux_loop):
34519         Fix memory leak
34520
34521 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34522
34523         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34524         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34525         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34526         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34527         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34528         * gst/tcp/gsttcpserversink.h:
34529           take streamheader into account
34530
34531 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34532
34533         * gst/level/Makefile.am:
34534         * gst/level/gstlevel.c: (gst_level_class_init):
34535           clean up marshal generation
34536
34537 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34538
34539         * gst/tcp/Makefile.am:
34540         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34541         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34542         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34543         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34544         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34545         (gst_tcpclientsrc_get_property):
34546         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34547         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34548         (gst_tcpserversink_handle_client_read),
34549         (gst_tcpserversink_handle_client_write),
34550         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34551         * gst/tcp/gsttcpserversink.h:
34552           add signals client-added and client-removed
34553         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34554         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34555         (gst_tcpserversrc_get_property):
34556         uniformized, change default protocol to NONE
34557         * gst/tcp/gsttcp-marshal.list: added
34558 2004-06-07  Benjamin Otte  <otte@gnome.org>
34559
34560         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34561           handle discont events if they happen before caps nego
34562
34563 2004-06-07  Wim Taymans  <wim@fluendo.com>
34564
34565         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34566         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34567         (gst_multipart_demux_plugin_init):
34568         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34569         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34570         (gst_multipart_mux_change_state):
34571         Small updates, fix a memleak
34572
34573 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34574
34575         * configure.ac: OSS portability
34576         * ext/arts/gst_arts.c: idem
34577         * sys/oss/gstosselement.c: idem
34578         * sys/oss/gstossmixer.c: idem
34579         * sys/oss/gstosssink.c: idem
34580         * sys/oss/gstosssrc.c: idem
34581         * sys/oss/oss_probe.c: idem
34582           - check for soundcard.h in different places for some BSD
34583
34584 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34585
34586         * AUTHORS:
34587         Add me to the authors file
34588         * configure.ac:
34589         Increase the libdv requirement to >= version 0.100
34590         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34591         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34592         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34593         * ext/dv/gstdvdec.h:
34594         Add support for the new_media flag when sending DISCONT events
34595         Make the querying work when video pad is not linked
34596
34597 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34598
34599         reviewed by Benjamin Otte  <otte@gnome.org>
34600
34601         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34602           create a NULL-initialized array of pads, so we don't think they
34603           exist already. (fixes #143130)
34604
34605 2004-06-07  Benjamin Otte  <otte@gnome.org>
34606
34607         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34608         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34609         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34610           don't use // coments
34611
34612 2004-06-07  Benjamin Otte  <otte@gnome.org>
34613
34614         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34615           cast to GstClockTime to get higher granularity
34616         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34617           use gst_element_set_time_delay to get the exact time
34618         * ext/mad/gstmad.c: (gst_mad_chain):
34619           use the negotiated rate instead of the current frame's rate which
34620           might be wrong because of bit errors. This avoids emitting totally
34621           bogus timestamps and screwing sync.
34622         (fixes #143454)
34623
34624 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34625
34626         reviewed by Benjamin Otte  <otte@gnome.org>
34627
34628         * gst/adder/gstadder.c: (gst_adder_loop):
34629           properly error out when no negotiation has happened yet. (fixes
34630           #143032)
34631
34632 2004-06-06  Benjamin Otte  <otte@gnome.org>
34633
34634         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34635           forward correctly transformed offset in discont events. Based on
34636           patch by Arwed v. Merkatz. (fixes #142851)
34637
34638 2004-06-06  David Schleef  <ds@schleef.org>
34639
34640         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34641         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34642         problems on several systems.
34643
34644 2004-06-06  Benjamin Otte  <otte@gnome.org>
34645
34646         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34647           use explicit caps on the srcpad
34648         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34649           properly error out if caps couldn't be set (fixes #142764)
34650
34651 2004-06-06  Benjamin Otte  <otte@gnome.org>
34652
34653         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34654         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34655         (gst_alsa_start_audio):
34656           - don't call set_periods_integer anymore, it breaks the
34657           configuration randomly
34658           - call snd_pcm_hw_params_set_access directly instead of using masks
34659           - don't fail if the sw_params can't be set, just use the default
34660           params and hope it works. Alsalib has weird issues when you touch
34661           sw_params and does no proper error reporting about what failed.
34662         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34663         (gst_alsa_close_audio):
34664           make our alsa debugging go via gst debugging and not conditionally
34665           defined
34666         * ext/alsa/gstalsa.h:
34667           add ALSA_DEBUG_FLUSH macro
34668         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34669         (plugin_init):
34670           wrap alsa errors to be printed via the gst debugging system and not
34671           spammed to stderr
34672
34673 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34674
34675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34676         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34677         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34678         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34679         (qtdemux_parse_trak):
34680         * gst/qtdemux/qtdemux.h:
34681           Bitch. Also known as seeking, querying & co.
34682         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34683         (gst_osssink_change_state):
34684         * sys/oss/gstosssink.h:
34685           Resyncing is for weenies, this hack is no longer needed and was
34686           broken anyway (since it - unintendedly - always leaves resync to
34687           TRUE).
34688
34689 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34690
34691         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34692         * gst/tcp/gsttcpclientsrc.h: idem
34693           - define MSG_NOSIGNAL if not done
34694           - include unistd.h for off_t
34695           (fixes #143749)
34696
34697 2004-06-05  Benjamin Otte  <otte@gnome.org>
34698
34699         * configure.ac:
34700         * ext/kio/Makefile.am:
34701           check for qt's moc preprocessor explicitly and use it
34702
34703 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34704
34705         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34706           don't get a signal for EPIPE on socket writes
34707           (somebody check if this works on other platforms)
34708
34709 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34710
34711         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34712         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34713           check error condition on available samples correctly
34714
34715 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34716
34717         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34718           avoid a segfault
34719         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34720         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34721         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34722         (gst_tcpserversrc_gdp_read_header):
34723          use ssize_t over size_t since the former is signed and thus the
34724          check for error codes can work
34725
34726 2004-06-02  Wim Taymans  <wim@fluendo.com>
34727
34728         reviewed by: Johan
34729
34730         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34731         (gst_multipart_mux_loop):
34732         Oops
34733
34734 2004-06-02  Wim Taymans  <wim@fluendo.com>
34735
34736         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34737         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34738         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34739         (gst_multipart_mux_change_state):
34740         Added configurable boundary specifier, added the value as a
34741         caps field as well.
34742
34743 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34744
34745         * gst/tcp/gsttcp.c:
34746         * gst/tcp/gsttcpclientsrc.c:
34747         * gst/tcp/gsttcpclientsrc.h:
34748         * gst/tcp/gsttcpserversrc.c:
34749           - portability fix, to compile on OSX
34750             (fixes #143146)
34751
34752         * sys/osxaudio/gstosxaudioelement.c:
34753         * sys/osxaudio/gstosxaudiosink.c:
34754         * sys/osxaudio/gstosxaudiosrc.c:
34755           - compilation warnings on OSX
34756             (fixes #143153)
34757
34758 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34759
34760         * ext/vorbis/vorbisdec.c : sign warning fixes
34761
34762         * gst-libs/gst/mixer/mixertrack.c :
34763           do no use defines which are glib 2.4 specific
34764
34765 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34766
34767         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34768           buffer since libflac doesn't expect it (reports a sync error when
34769           it encounters that)
34770
34771
34772 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34773
34774         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34775         * gst-libs/gst/mixer/mixertrack.c:
34776         (gst_mixer_track_get_property), (get_mixer_track_init),
34777         (get_mixer_track_get_property): Added property accessors
34778         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34779         * gst-libs/gst/mixer/mixeroptions.c:
34780         (gst_mixer_options_get_values): Added
34781         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34782         * gst-libs/gst/mixer/mixer.c: Fixed comment
34783
34784
34785 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34786
34787         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34788           improve error messages on open
34789
34790
34791 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34792
34793         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34794           check if v4l-conf is in path
34795
34796 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34797
34798         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34799           change assert to a more readable error message
34800
34801 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34802
34803         * gst-libs/gst/tuner/tunerchannel.h:
34804           - add a freq_multiplicator field to make the conversion
34805             between internal frequency unit and Hz
34806         * sys/v4l/gstv4lelement.c:
34807         * sys/v4l2/gstv4l2element.c:
34808           - change default video device to /dev/video0
34809         * sys/v4l/v4l_calls.c:
34810         * sys/v4l2/v4l2_calls.c:
34811           - we only expose frequency to the user in Hz instead of
34812             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34813
34814 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34815         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34816           Initialise b_o_s and e_o_s variables
34817         * gst-libs/gst/riff/riff-media.c:
34818         (gst_riff_create_video_caps_with_data):
34819           Add some unusual fourcc's from mplayer avi's
34820         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34821           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34822           autoplugging.
34823
34824 2004-05-28  Wim Taymans  <wim@fluendo.com>
34825
34826         * configure.ac:
34827         * gst/alpha/Makefile.am:
34828         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34829         (gst_alpha_get_type), (gst_alpha_base_init),
34830         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34831         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34832         (gst_alpha_chroma_key), (gst_alpha_chain),
34833         (gst_alpha_change_state), (plugin_init):
34834         A plugin to add an alpha channel to I420 video. Can optionally do
34835         chroma keying.
34836         * gst/multipart/Makefile.am:
34837         * gst/multipart/multipart.c: (plugin_init):
34838         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34839         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34840         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34841         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34842         (gst_multipart_demux_change_state),
34843         (gst_multipart_demux_plugin_init):
34844         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34845         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34846         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34847         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34848         (gst_multipart_mux_pad_unlink),
34849         (gst_multipart_mux_request_new_pad),
34850         (gst_multipart_mux_handle_src_event),
34851         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34852         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34853         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34854         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34855         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34856         send multipart jpeg images to a browser.
34857         * gst/videobox/Makefile.am:
34858         * gst/videobox/README:
34859         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34860         (gst_video_box_get_type), (gst_video_box_base_init),
34861         (gst_video_box_class_init), (gst_video_box_init),
34862         (gst_video_box_set_property), (gst_video_box_get_property),
34863         (gst_video_box_sink_link), (gst_video_box_i420),
34864         (gst_video_box_ayuv), (gst_video_box_chain),
34865         (gst_video_box_change_state), (plugin_init):
34866         Crops or adds borders around an image. can do alpha channel
34867         borders as well.
34868         * gst/videomixer/Makefile.am:
34869         * gst/videomixer/README:
34870         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34871         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34872         (gst_videomixer_pad_get_sink_event_masks),
34873         (gst_videomixer_pad_get_property),
34874         (gst_videomixer_pad_set_property),
34875         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34876         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34877         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34878         (gst_videomixer_base_init), (gst_videomixer_class_init),
34879         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34880         (gst_videomixer_handle_src_event),
34881         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34882         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34883         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34884         (gst_videomixer_loop), (gst_videomixer_get_property),
34885         (gst_videomixer_set_property), (gst_videomixer_change_state),
34886         (plugin_init):
34887         Generic video mixer plugin, can handle multiple inputs all with
34888         different framerates and video sizes. Is fully alpha channel
34889         aware.
34890
34891 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34892
34893         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34894           Select first track as master track. Not sure how else to handle
34895           that...
34896         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34897           Discard discont events. Should fix #142962.
34898
34899 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34900
34901         * ext/alsa/Makefile.am:
34902         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34903         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34904         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34905         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34906         (gst_alsa_mixer_get_option):
34907         * ext/alsa/gstalsamixer.h:
34908         * ext/alsa/gstalsamixeroptions.c:
34909         (gst_alsa_mixer_options_get_type),
34910         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34911         (gst_alsa_mixer_options_new):
34912         * ext/alsa/gstalsamixeroptions.h:
34913         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34914         * ext/alsa/gstalsamixertrack.h:
34915           Add enumerations (as GstMixerOptions). Make correct distinction
34916           between input/output tracks. Add capture/playback private flag.
34917           Use flag to decide on whether to set capture or playback volumes
34918           or switches. Use playback and record switches.
34919         * gst-libs/gst/mixer/Makefile.am:
34920         * gst-libs/gst/mixer/mixer-marshal.list:
34921         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34922         (gst_mixer_set_option), (gst_mixer_get_option),
34923         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34924         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34925         * gst-libs/gst/mixer/mixer.h:
34926         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34927         (gst_mixer_options_class_init), (gst_mixer_options_init),
34928         (gst_mixer_options_dispose):
34929         * gst-libs/gst/mixer/mixeroptions.h:
34930           Add GstMixerOptions.
34931         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34932           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34933           broken device detection on computers with multiple OSS sound
34934           cards.
34935
34936 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34937
34938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34939           fixate nicely even when the peer is not negotiating
34940
34941 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34942
34943         * gst/audioconvert/gstaudioconvert.c:
34944         (gst_audio_convert_parse_caps):
34945           make sure we don't allow depth > width
34946         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34947           fixate endianness to G_BYTE_ORDER as default
34948         * gst/audioscale/gstaudioscale.c:
34949           we don't handle another endianness as host-endianness
34950
34951 2004-05-25  David Schleef  <ds@schleef.org>
34952
34953         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34954
34955 2004-05-24  Benjamin Otte  <otte@gnome.org>
34956
34957         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34958         (gst_oggvorbisenc_setup):
34959           properly fail when we can't setup the vorbis encoder due to
34960           unsupported settings
34961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34962         (gst_vorbisenc_setup):
34963           same
34964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34965           fix case where warnings occured when one pad was unlinked while the
34966           other's link function was called
34967
34968 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34969
34970         * gst/tcp/Makefile.am:
34971           use GST_ENABLE_NEW
34972
34973 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34974
34975         * gst-libs/gst/resample/private.h:
34976           don't use optimizations that are #if 0'ed
34977
34978 2004-05-24  Wim Taymans  <wim@fluendo.com>
34979
34980         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34981         Fix potential division by zero error and hopefully get
34982         the position query right to get correct timestamps on avi
34983         audio.
34984
34985 2004-05-24  Wim Taymans  <wim@fluendo.com>
34986
34987         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34988         (gst_videoscale_scale_nearest_str2),
34989         (gst_videoscale_scale_nearest_str4),
34990         (gst_videoscale_scale_nearest_32bit),
34991         (gst_videoscale_scale_nearest_24bit),
34992         (gst_videoscale_scale_nearest_16bit):
34993         Fix the scaling algorithm and avoid a buffer overflow.
34994         removed the while loop in the scaling function as it
34995         was used for point sampling only.
34996
34997 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34998
34999         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35000         (gst_id3_tag_class_init), (gst_id3_tag_init),
35001         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35002         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35003         (gst_id3_tag_send_tag_event):
35004           lots of fixes to make id3mux work and id3demux work correctly
35005
35006 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35007
35008         * ext/Makefile.am:
35009           add rules to build shout2send (was removed by accident
35010           when this module was no more marked experimental/broken)
35011
35012 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35013
35014         * ext/shout2/gstshout2.c:
35015         * ext/shout2/gstshout2.h:
35016           adding a "connection problem" signal to shout2send
35017           (fixes #142954)
35018
35019 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35020
35021         * ext/kio/kioreceiver.cpp:
35022         * ext/kio/kioreceiver.h:
35023           fix sign comparison issues
35024
35025 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35026
35027         * gst/cdxaparse/gstcdxaparse.c:
35028         * gst/cdxaparse/gstcdxaparse.h:
35029           some renaming
35030           add some checks/sanity
35031           prepare for seek addition
35032
35033         * sys/sunaudio/gstsunaudio.c:
35034           remove exported dupe init function
35035
35036 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35037
35038         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35039         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35040           Fix format conversion and position querying.
35041         * gst/debug/progressreport.c: (gst_progressreport_report):
35042           Don't output a bogus total value that we didn't query.
35043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35044           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35045           only a blank window after xine has been used.
35046
35047 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35048
35049         * m4/as-arts.m4:
35050           sync with upstream version to fix test on FC2
35051           readd with -ko to preserve Id header
35052
35053 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35054
35055         * configure.ac:
35056           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35057         * gst/tcp/gsttcpclientsrc.c: idem
35058         * gst/tcp/gsttcpserversink.c: idem
35059         * gst/tcp/gsttcpserversrc.c: idem
35060         * m4/gst-fionread.m4: idem
35061
35062         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35063
35064         * configure.ac: enable speex plugin for speex 1.1.5+
35065         * ext/speex/gstspeexenc.c: fix cast warning
35066
35067         * ext/esd/README: fix typo
35068
35069 2004-05-20  David Schleef  <ds@schleef.org>
35070
35071         * configure.ac: Minor cosmetic change to convince the buildbot to
35072         reautogen.
35073         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35074         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35075         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35076         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35077         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35078         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35079         More hacking.  Plays audio now.
35080
35081 2004-05-20  David Schleef  <ds@schleef.org>
35082
35083         * configure.ac:
35084         * sys/Makefile.am:
35085
35086 2004-05-20  David Schleef  <ds@schleef.org>
35087
35088         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35089         * sys/osxaudio/gstosxaudio.c:
35090         * sys/osxaudio/gstosxaudioelement.c:
35091         * sys/osxaudio/gstosxaudioelement.h:
35092         * sys/osxaudio/gstosxaudiosink.c:
35093         * sys/osxaudio/gstosxaudiosink.h:
35094         * sys/osxaudio/gstosxaudiosrc.c:
35095         * sys/osxaudio/gstosxaudiosrc.h:
35096
35097 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35098
35099         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35100         (gst_vorbisenc_chain):
35101           put the codec headers on the caps as streamheader as well as
35102           pushing them out
35103
35104 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35105
35106         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35107         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35108         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35109         split up push_packet into two functions
35110
35111 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35112
35113         * gst/tcp/.cvsignore:
35114           ignore enums
35115         * gst/tcp/Makefile.am:
35116         * gst/tcp/README:
35117         * gst/tcp/gsttcp.c:
35118         * gst/tcp/gsttcp.h:
35119         * gst/tcp/gsttcpclientsink.c:
35120         * gst/tcp/gsttcpclientsink.h:
35121         * gst/tcp/gsttcpclientsrc.c:
35122         * gst/tcp/gsttcpclientsrc.h:
35123         * gst/tcp/gsttcpplugin.c:
35124         * gst/tcp/gsttcpserversink.c:
35125         * gst/tcp/gsttcpserversink.h:
35126         * gst/tcp/gsttcpserversrc.c:
35127         * gst/tcp/gsttcpserversrc.h:
35128           add new tcp elements
35129
35130 2004-05-19  Wim Taymans  <wim@fluendo.com>
35131
35132         * gst/law/mulaw-conversion.c: (mulaw_encode):
35133         Fix overflow bug in ulaw encoding.
35134
35135 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35136
35137         * ext/mad/gstmad.c: (gst_mad_handle_event):
35138           don't unref the event twice
35139
35140 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35141
35142         * configure.ac:
35143           remove -Wno-sign-compare
35144
35145 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35146
35147         * configure.ac:
35148           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35149           if you want to work against glib 2.2 and 2.4
35150
35151 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35152
35153         * gst/tcp/Makefile.am:
35154         * gst/tcp/gsttcp.c:
35155         * gst/tcp/gsttcp.h:
35156         * gst/tcp/gsttcpsink.h:
35157         * gst/tcp/gsttcpsrc.h:
35158           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35159
35160 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35161
35162         * gst/debug/tests.c: (md5_get_value):
35163           fix segfault on gst-inspect
35164
35165 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35166
35167         * gst/debug/testplugin.c:
35168         * gst/debug/tests.c:
35169         * gst/debug/tests.h:
35170           add new extensible and configurable testing element. Current tests
35171           include buffer count, stream length, timestamp/duration matching and
35172           md5.
35173         * gst/debug/Makefile.am:
35174         * gst/debug/gstdebug.c: (plugin_init):
35175           add infrastructure for new element
35176
35177 2004-05-19  Johan Dahlin  <johan@gnome.org>
35178
35179         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35180         ending of the array. Fixes gst-inspect segfault on ppc.
35181
35182 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35183
35184         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35185
35186         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35187
35188 2004-05-18  David Schleef  <ds@schleef.org>
35189
35190         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35191         warnings (bugs, actually) noticed by gcc but not forte.
35192
35193 2004-05-18  David Schleef  <ds@schleef.org>
35194
35195         * sys/sunaudio/Makefile.am:
35196         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35197
35198 2004-05-18  David Schleef  <ds@schleef.org>
35199
35200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35201         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35202         to allow qtdemux to use non-seekable streams. (bug #142272)
35203
35204 2004-05-18  David Schleef  <ds@schleef.org>
35205
35206         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35207         (gst_resample_sinc_ft_float): Remove use of static temporary
35208         buffer.  This code was obviously not supposed to last long, but
35209         it's stuck in our ABI, so it required a little hack to make it
35210         ABI-compatible.  Fixes #142585.
35211         * gst-libs/gst/resample/resample.h: same.
35212
35213 2004-05-18  David Schleef  <ds@schleef.org>
35214
35215         * configure.ac: Add sunaudio
35216         * examples/Makefile.am: make gstplay depend on gconf
35217         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35218         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35219         (convert_table_lookup), (img_convert): remove c99-isms
35220         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35221           unsigned, to fix a warning on Solaris
35222         * gst/mpeg1sys/systems.c: bcopy->memcpy
35223         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35224         * sys/Makefile.am: Add sunaudio
35225
35226 2004-05-18  Wim Taymans  <wim@fluendo.com>
35227
35228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35229         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35230         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35231         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35232         (gst_ogg_mux_loop):
35233         Fix an ugly memleak where the muxer didn't flush enough ogg
35234         pages. This also resulted in badly muxed ogg files.
35235
35236 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35237
35238         * gst/asfdemux/asfheaders.c :
35239         * gst/asfdemux/asfheaders.h :
35240         * gst/asfdemux/gstasfdemux.c :
35241           - fix ASF_OBJ_PADDING guid
35242           - add 3 new object guids (language list, metadata,
35243             extended stream properties)
35244           - add a function to parse extended header objects
35245
35246 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35247
35248         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35249           remove leftover debugging g_print
35250
35251 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35252
35253         * ext/mad/gstmad.c: (gst_mad_handle_event):
35254           Fix for when the first format in a discont event is not a
35255           byte-based one. Should fix #137710.
35256
35257 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35258
35259         * m4/a52.m4 : fix compilation with -Wall -Werror
35260         * m4/libfame.m4 : idem
35261         * m4/libmikmod.m4 : idem
35262
35263 2004-05-17  Benjamin Otte  <otte@gnome.org>
35264
35265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35266           signal the new tags before giving up the reference
35267
35268 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35269
35270         * ext/shout2/gstshout2.c:
35271           use application/ogg instead of application/x-ogg (patch by Patrick
35272           Guimond, fixes #142432)
35273         * sys/oss/gstosselement.c: (gst_osselement_reset),
35274         (gst_osselement_sync_parms):
35275           don't set fragment size unless specified (fixes #142493)
35276
35277 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35278
35279         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35280           fixes #142664
35281
35282 2004-05-17  Benjamin Otte  <otte@gnome.org>
35283
35284         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35285           compute offsets correctly for internal buffers so timestamps are set
35286           correctly when we can't seek. Also handle cases where there are no
35287           offsets. (based on a patch by David Moore, fixes #142507)
35288
35289 2004-05-17  Benjamin Otte  <otte@gnome.org>
35290
35291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35292           use correct variable when determining amount of data to skip so we
35293           don't skip into the void and segfault
35294
35295 2004-05-16  Benjamin Otte  <otte@gnome.org>
35296
35297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35298           Hi, I'm a memleak
35299
35300 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35301
35302         * gst/asfdemux/gstasfdemux.c:
35303           - fix a mem leak and always propagate tags
35304           - add WMV3 to known video codecs (but no decoder yet)
35305           - replace "surplus data" at end of audio header for what
35306             it is : codec specific data
35307           - fix a typo
35308
35309 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35310
35311         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35312
35313         * gst-libs/gst/audio/audioclock.c:
35314           Fix wrong return type (#142205).
35315
35316 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35317
35318         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35319           Ignore CRCs by default (fixes #142566).
35320
35321 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35322
35323         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35324         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35325         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35326         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35327         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35328         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35329           Fix for cases where we fail to attach to a mixer.
35330
35331 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35332
35333         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35334           Don't touch events after not owning them anymore.
35335         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35336         (gst_wavparse_fmt), (gst_wavparse_other),
35337         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35338         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35339         (gst_wavparse_srcpad_event):
35340         * gst/wavparse/gstwavparse.h:
35341           Add seeking, fix querying.
35342
35343 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35344
35345         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35346           - process comments even if they don't end with \0\0
35347             g_convert would ignore them if present and works well without them
35348
35349 2004-05-16  Benjamin Otte  <otte@gnome.org>
35350
35351         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35352           simplify caps
35353
35354 2004-05-16  Benjamin Otte  <otte@gnome.org>
35355
35356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35357           don't write to memory we might not write to - g_convert does that
35358           for us anyway (fixes #142613)
35359         (gst_asf_demux_audio_caps):
35360           comment out gst_util_dump_mem
35361
35362 2004-05-16  Benjamin Otte  <otte@gnome.org>
35363
35364         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35365           compute correct expected timestamps after seek (broken since
35366           last commit)
35367         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35368           rename element and debugging category to gdkpixbufscale
35369
35370 2004-05-16  Benjamin Otte  <otte@gnome.org>
35371
35372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35373           add error checking to snd_pcm_delay and remove duplicate call to
35374           snd_pcm_delay that caused issues (see inline code comments)
35375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35376           make more readable and fix return value when snd_pcm_delay fails
35377         (fixes #142586)
35378
35379 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35380         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35381         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35382         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35383         (gst_pixbufscale_link), (gst_pixbufscale_init),
35384         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35385         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35386         (gst_pixbufscale_get_property), (pixbufscale_init):
35387         * ext/gdk_pixbuf/pixbufscale.h:
35388         Add these files I forgot earlier
35389
35390 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35391         * ext/gdk_pixbuf/Makefile.am:
35392         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35393         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35394         Add new pixbufscale element to scale RGB video
35395         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35396         and HYPER interpolation correctly.
35397         * ext/theora/theoraenc.c: (theora_enc_chain),
35398         Discard buffer and return if explicit caps could not be set
35399         (theora_enc_get_property):
35400         Make _get return kbps for the bitrate consistent with
35401         the _set function.
35402
35403
35404 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35405
35406         * ext/libvisual/visual.c: (gst_visual_chain):
35407           add missing visual_audio_analyze
35408
35409 2004-05-14  David Schleef  <ds@schleef.org>
35410
35411         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35412         is killed while we're playing.
35413         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35414         gst_element_no_more_pads().
35415
35416 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35417
35418         * gst-libs/gst/riff/riff-read.c :
35419           - fix INFO tag extraction in RIFF/AVI files
35420             because gst_event_unref (event) also freed taglist
35421           - avoid a mem leak
35422
35423 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35424
35425         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35426         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35427
35428         * gst/auparse/gstauparse.c :
35429           - add code (commented for now) to support audio/x-adpcm on src pad
35430             (we have no decoder for those layout yet)
35431
35432         * gst/cdxaparse/gstcdxaparse.c :
35433         * gst/cdxaparse/gstcdxaparse.h :
35434           - partial rewrite using RiffRead (ripped iain's wavparse code)
35435
35436         * gst/rtp/gstrtpL16enc.c : typo
35437         * gst/rtp/gstrtpgsmenc.c : typo
35438
35439 2004-05-13  Benjamin Otte  <otte@gnome.org>
35440
35441         * configure.ac:
35442           check for exact version of libvisual, it's not supposed to be
35443           API/ABI stable yet
35444
35445 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35446
35447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35448           signal no-more-pads
35449
35450 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35451
35452         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35453         Report which format was used for GST_FORMAT_DEFAULT
35454         * gst/debug/Makefile.am:
35455         * gst/debug/gstdebug.c: (plugin_init):
35456         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35457         (gst_progressreport_class_init), (gst_progressreport_init),
35458         (gst_progressreport_report), (gst_progressreport_set_property),
35459         (gst_progressreport_get_property), (gst_progressreport_chain),
35460         (gst_progressreport_plugin_init):
35461         Add progressreport element for testing.
35462
35463 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35464
35465         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35466         * sys/v4l/gstv4lsrc.h:
35467         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35468         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35469         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35470         (gst_v4lsrc_grab_frame):
35471           add more debugging
35472           send a discont at start
35473
35474 2004-05-12  Colin Walters  <walters@redhat.com>
35475
35476         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35477         inflooping if we can't find a chunk.  Or in other words, don't blow
35478         chunks if we don't have a chunk to blow.
35479
35480 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35481         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35482         Remove old debug output
35483         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35484         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35485         (gst_dvdec_set_property), (gst_dvdec_get_property):
35486         Change the quality setting to an enum, so it works from gst-launch
35487         Don't renegotiate a non-linked pad. Allows audio only decoding.
35488         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35489         (gst_deinterlace_link), (gst_deinterlace_init):
35490         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35491         (gst_videodrop_link):
35492         Some caps negotiation fixes
35493
35494 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35495
35496         * ext/tarkin/gsttarkin.c :
35497           - Change RANK from NONE to PRIMARY
35498         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35499           - Change RANK from NONE to MARGINAL
35500         * ext/divx/gstdivxenc.c :
35501           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35502
35503 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35504
35505         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35506         (gst_vorbisenc_push_packet):
35507           copy a function that was added between 1.0 and 1.0.1 until we
35508           depend on worthwhile features of post-1.0
35509
35510 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35511
35512         * configure.ac:
35513           enable shout2 by default
35514         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35515         (gst_shout2send_base_init), (gst_shout2send_init),
35516         (gst_shout2send_connect), (gst_shout2send_change_state):
35517         * ext/shout2/gstshout2.h:
35518           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35519           #142262)
35520         * ext/theora/theora.c: (plugin_init):
35521           don't set rank on encoders
35522
35523 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35524
35525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35526           Use codec_data property instead of flag1 and flag2 for wma
35527
35528 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35529
35530         * gst/cdxaparse/gstcdxaparse.c :
35531           - Add mpegversion to CAPS to make it link
35532           - Rank is as GST_RANK_SECONDARY instead of NONE
35533         * gst/auparse/gstauparse.c :
35534           - Document all audio encoding we can encounter from Solaris 9
35535             headers and libsndfile information.
35536           - Increase max. rate from 48000 to 192000 (to match other elements)
35537           - Don't try to play junk data between header and samples
35538
35539 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35540
35541         * ext/libvisual/visual.c: (gst_visual_getcaps):
35542           use the right caps depending on endianness (I hope)
35543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35544           use GST_RANK_NONE for all non-decoding elements or spider gets
35545           mighty confused
35546
35547 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35548
35549         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35550           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35551
35552 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35553
35554         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35555         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35556         (gst_switch_loop), (gst_switch_get_type):
35557           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35558           HEADERS. Had to be said.
35559
35560 2004-05-10  David Schleef  <ds@schleef.org>
35561
35562         * configure.ac: Add prototype Dirac support.
35563         * ext/Makefile.am:
35564         * ext/dirac/Makefile.am:
35565         * ext/dirac/gstdirac.cc:
35566         * ext/dirac/gstdiracdec.cc:
35567
35568 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35569
35570         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35571         (gst_auparse_init), (gst_auparse_chain),
35572         (gst_auparse_change_state):
35573           Hack around spider. Remove me some day please.
35574
35575 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35576
35577         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35578           Fix for some uninitialized variables in previous patch, also
35579           makes it work. Fixes #142286 while we're at it.
35580
35581 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35582
35583         * gst/auparse/gstauparse.c:
35584                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35585                 only unsupported formats are ADPCM/CCITT G.72x
35586                 reviewed by Ronald
35587         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35588
35589 2004-05-10  Wim Taymans  <wim@fluendo.com>
35590
35591         * ext/vorbis/Makefile.am:
35592         * ext/vorbis/README:
35593         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35594         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35595         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35596         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35597         (gst_oggvorbisenc_convert_sink),
35598         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35599         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35600         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35601         (get_constraints_string), (update_start_message),
35602         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35603         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35604         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35605         * ext/vorbis/oggvorbisenc.h:
35606         * ext/vorbis/vorbis.c: (plugin_init):
35607         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35608         (raw_caps_factory), (gst_vorbisenc_class_init),
35609         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35610         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35611         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35612         * ext/vorbis/vorbisenc.h:
35613         Added a raw vorbis encoder to be used with the oggmuxer.
35614         We still need the old encoder for some gnome applications,
35615         read the README to find out how that works.
35616         The raw encoder is called "rawvorbisenc" until 0.9.
35617
35618 2004-05-10  Wim Taymans  <wim@fluendo.com>
35619
35620         * ext/ogg/gstogg.c: (plugin_init):
35621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35622         (gst_ogg_print):
35623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35624         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35625         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35626         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35627         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35628         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35629         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35630         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35631         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35632         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35633         Added an ogg muxer.
35634         Small typo fixes in the demuxer.
35635
35636 2004-05-10  Wim Taymans  <wim@fluendo.com>
35637
35638         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35639         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35640         (theora_enc_change_state), (theora_enc_set_property),
35641         (theora_enc_get_property):
35642         Mark the last packet with an EOS flag which is not really needed
35643         in gstreamer.
35644         Do some better video framerate initialisation.
35645         Update the buffer timestamp.
35646
35647 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35648
35649         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35650         Return the result of the parent state change call
35651
35652 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35653
35654         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35655         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35656         * gst/law/alaw-encode.c : (idem)
35657         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35658         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35659         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35660
35661 2004-05-09  Benjamin Otte  <otte@gnome.org>
35662
35663         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35664           don't use a fixed buffer size when writing variable length data to
35665           it. Fixes memory corruption and makes alsasrc work
35666
35667 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35668
35669         * ext/gnomevfs/gstgnomevfssink.c:
35670         (_gst_boolean_allow_overwrite_accumulator),
35671         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35672           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35673           RUN_LAST, and don't use that to set the accumulator value because
35674           then it's always FALSE.
35675
35676 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35677
35678         * gst-libs/gst/riff/riff-media.c:
35679         (gst_riff_create_video_caps_with_data),
35680         (gst_riff_create_audio_caps),
35681         (gst_riff_create_audio_template_caps):
35682         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35683           Fix for unaligned RIFF files (i.e. where all the chunks together
35684           in a LIST chunk are not of the same size as the size given in
35685           the LIST chunk header). Fixes several odd WAVE files. Also fix
35686           ADPCM (block_align property) in audio, so that wavparse based
35687           on this works now as it used to stand-alone.
35688
35689 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35690
35691         reviewed by Benjamin Otte  <otte@gnome.org>
35692
35693         * ext/a52dec/gsta52dec.c:
35694         * ext/divx/gstdivxdec.c:
35695         * ext/divx/gstdivxenc.c:
35696         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35697         * ext/faac/gstfaac.c: (gst_faac_base_init):
35698         * ext/faad/gstfaad.c: (gst_faad_base_init):
35699         * ext/ivorbis/vorbisfile.c:
35700         * ext/lame/gstlame.c:
35701         * ext/libfame/gstlibfame.c:
35702         * ext/mpeg2enc/gstmpeg2enc.cc:
35703         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35704         * ext/sidplay/gstsiddec.cc:
35705         * ext/speex/gstspeexdec.c:
35706         * ext/speex/gstspeexenc.c:
35707         * ext/xvid/gstxviddec.c:
35708         * ext/xvid/gstxvidenc.c:
35709           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35710           (fixes #142193)
35711
35712 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35713
35714         * ext/alsa/gstalsa.c: (device_list),
35715         (gst_alsa_class_probe_devices):
35716         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35717           Fix alsa oddness in mixer after the combination of using mixer
35718           in source/sink elements and using hw:x,y instead of just hw:x.
35719
35720 2004-05-09  Benjamin Otte  <otte@gnome.org>
35721
35722         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35723         (gst_wavparse_create_sourcepad):
35724           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35725           sourcepads
35726
35727 2004-05-09  Benjamin Otte  <otte@gnome.org>
35728
35729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35730           allow discont events before caps nego
35731
35732 2004-05-08  Benjamin Otte  <otte@gnome.org>
35733
35734         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35735           don't leak events
35736
35737 2004-05-08  Benjamin Otte  <otte@gnome.org>
35738
35739         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35740         (gst_level_change_state), (gst_level_init):
35741         * gst/level/gstlevel.h:
35742           figure out if we're initialized directly instead of keeping a
35743           variable that's wrong in 90% of cases
35744           don't initialize pads and then leak them and use a new unitialized
35745           pad. (fixes #142084)
35746           these were bugs so n00bish I didn't find them for an hour :/
35747
35748 2004-05-08 Iain <iain@prettypeople.org>
35749
35750         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35751         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35752         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35753         return the length that was read.
35754         (gst_riff_read_strf_auds): Allow fmt tags as well.
35755
35756 2004-05-07  David Schleef  <ds@schleef.org>
35757
35758         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35759         signed char assumption in faad.h.
35760
35761 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35762
35763         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35764           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35765
35766 2004-05-07  Colin Walters  <walters@redhat.com>
35767
35768         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35769         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35770         function.
35771         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35772         Add dispose function.
35773
35774 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35775         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35776           Fix caps nego and pad templates. RGB mode caps should
35777           work now.
35778         * ext/dvdnav/gst-dvd:
35779           Move mpeg2dec inside the thread because otherwise the
35780           queue rejects cap changes mid-stream
35781         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35782         (gst_mpeg2dec_flush_decoder):
35783           For mpeg2dec > 0.4.0, call the flush function instead of
35784           manually extracting all in-flight frames.
35785         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35786         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35787           Change mime type video/dv go video/x-dv to match the
35788           rest of gst-plugins
35789
35790 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35791
35792         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35793         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35794         (gst_alsa_sink_class_init):
35795         * ext/alsa/gstalsasink.h:
35796         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35797         (gst_alsa_src_class_init):
35798         * ext/alsa/gstalsasrc.h:
35799           Make alsasink/src a subclass of alsamixer so that mixer stuff
35800           shows up in gst-rec. Needs some finetuning.
35801
35802 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35803
35804         * ext/lame/gstlame.c: (gst_lame_chain):
35805           simplify
35806         * ext/mad/gstmad.c: (gst_mad_handle_event):
35807           fix event leak
35808         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35809           be able to detect mp3 files < 4096 bytes
35810
35811 2004-05-06  Wim Taymans  <wim@fluendo.com>
35812
35813         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35814         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35815         (theora_enc_set_property), (theora_enc_get_property):
35816         Also encode the first frame, cleanup some code.
35817
35818 2004-05-06  Wim Taymans  <wim@fluendo.com>
35819
35820         * ext/mpeg2enc/gstmpeg2enc.cc:
35821         Forward events first before deciding that negotiation was
35822         not performed.
35823
35824 2004-05-06  Wim Taymans  <wim@fluendo.com>
35825
35826         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35827         First process the events before deciding that negotiation
35828         was not performed.
35829
35830 2004-05-06  Wim Taymans  <wim@fluendo.com>
35831
35832         * ext/theora/Makefile.am:
35833         * ext/theora/theora.c: (plugin_init):
35834         * ext/theora/theoradec.c: (theora_dec_change_state):
35835         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35836         (gst_theora_enc_class_init), (gst_theora_enc_init),
35837         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35838         (theora_enc_chain), (theora_enc_change_state),
35839         (theora_enc_set_property), (theora_enc_get_property):
35840         Added a theora encoder, grouped the encoder and decoder into the
35841         same plugin.
35842
35843 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35844
35845         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35846         (gst_jpegenc_chain):
35847         fix DURATION on outgoing buffers
35848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35849         debug using time formats
35850         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35852         (gst_xvimagesink_sink_link):
35853         windows with width/height 0 generate X errors, so don't allow them
35854
35855 2004-05-05  Wim Taymans  <wim@fluendo.com>
35856
35857         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35858         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35859         (gst_mpeg2dec_negotiate_format):
35860         * ext/mpeg2dec/gstmpeg2dec.h:
35861           removed the static pad template so that we can add the
35862           more accurate framerate value to the caps.
35863
35864
35865 2004-05-04  Benjamin Otte  <otte@gnome.org>
35866
35867         * configure.ac:
35868           check for kdemacros.h, too (should fix #141821)
35869         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35870           don't crash if no header was sent, but nicely error out (fixes part
35871           of #141554)
35872
35873 2004-05-04  Wim Taymans  <wim@fluendo.com>
35874
35875         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35876         parent dispose function to avoid segfault on destroy.
35877
35878 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35879
35880         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35881         (plugin_init):
35882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35883         (gst_xvimagesink_sink_link):
35884         clean up debugging caps
35885         also recreate xvimage when format has changed
35886
35887 2004-05-04  Benjamin Otte  <otte@gnome.org>
35888
35889         * ext/libvisual/Makefile.am:
35890         * ext/libvisual/visual.c: (gst_visual_class_init),
35891         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35892         (gst_visual_srclink), (gst_visual_chain),
35893         (gst_visual_change_state), (plugin_init):
35894           use a GstAdapter to correctly adapt buffer sizes - allows using a
35895           framerate
35896
35897 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35898
35899         * sys/v4l/gstv4lelement.h:
35900         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35902         (gst_v4lsrc_buffer_free):
35903         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35904         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35905         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35906         (gst_v4lsrc_requeue_frame):
35907         move some debugging categories around
35908         query for fps index and set accordingly if found
35909
35910 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35911
35912         * ext/lame/gstlame.c:
35913         correct defaults that lame_init puts out of range
35914
35915 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35916
35917         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35918         (gst_divxenc_class_init):
35919         fix range since -1 is the default
35920         * gst/mpeg1sys/gstmpeg1systemencode.c:
35921         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35922         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35923         (gst_rtjpegdec_chain):
35924         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35925         (gst_rtjpegenc_chain):
35926         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35927         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35928         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35929         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35930         * sys/v4l/gstv4lsrc.c:
35931         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35932         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35933         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35934         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35935         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35936           remove gst_info calls
35937
35938 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35939
35940         * Makefile.am:
35941         * po/af.po:
35942         * po/az.po:
35943         * po/en_GB.po:
35944         * po/nl.po:
35945         * po/sr.po:
35946         * po/sv.po:
35947           Updated translations
35948
35949 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35950
35951         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35952           refactor/comment code
35953
35954 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35955
35956         * gst/asfdemux/Makefile.am:
35957         * gst/asfdemux/asfheaders.c:
35958         * gst/asfdemux/asfheaders.h:
35959         * gst/asfdemux/gstasf.c: (plugin_init):
35960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35961         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35962         (gst_asf_demux_setup_pad):
35963         * gst/asfdemux/gstasfdemux.h:
35964         * gst/asfdemux/gstasfmux.c:
35965         * gst/asfdemux/gstasfmux.h:
35966           Add tagging support to demuxer, split out registration in its own
35967           file instead of in demux (hacky), and prevent having some tables
35968           in our memory multiple times (in asfheaders.h).
35969
35970 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35971
35972         * gst/matroska/matroska-demux.c:
35973         (gst_matroska_demux_parse_metadata):
35974         * gst/matroska/matroska-ids.h:
35975           Basic tag reading support.
35976
35977 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35978
35979         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35980           Really detect ac-3 audio.
35981         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35982           really detect matroska files (off-by-1).
35983
35984 2004-04-30  David Schleef  <ds@schleef.org>
35985
35986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35987         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35988         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35989         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35990         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35991         hackage -- parse a lot more atoms, extract a few tags.  One might even
35992         mistake this for tag support.  Maybe it is.
35993         * gst/qtdemux/qtdemux.h:
35994
35995 2004-04-30  Colin Walters  <walters@verbum.org>
35996
35997         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35998
35999 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36000
36001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36002         (gst_ffmpegcolorspace_getcaps):
36003           remove broken nego fix
36004
36005 2004-04-30  Benjamin Otte  <otte@gnome.org>
36006
36007         * configure.ac:
36008         * ext/Makefile.am:
36009         * ext/libvisual/Makefile.am:
36010         * ext/libvisual/visual.c:
36011           add initial support for libvisual (http://libvisual.sourceforge.net)
36012           libvisual is still quite alpha, so expect crashes in there :)
36013
36014 2004-04-29  David Schleef  <ds@schleef.org>
36015
36016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36017         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36018         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36019         code; you will no longer respect me.
36020
36021 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36022
36023         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36024         * ext/alsa/gstalsa.h :
36025         change alsa pcm device discovery to find more than 1 device
36026         per card. code review by Ronald.
36027
36028 2004-04-29  David Schleef  <ds@schleef.org>
36029
36030         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36031         Add a check for a driver bug on FreeBSD.  (bug #140565)
36032
36033 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36034
36035         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36036         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36037         (gst_jpegenc_getcaps):
36038           move format setting to inner loop
36039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36040         (gst_ffmpegcolorspace_getcaps):
36041           use GST_PAD_CAPS if available so that we use already negotiated
36042           caps
36043         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36044         (qtdemux_parse_moov), (qtdemux_parse):
36045           extra debugging
36046         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36047         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36048           move hardcoded path to DEFINE
36049
36050 2004-04-28  David Schleef  <ds@schleef.org>
36051
36052         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36053         (bug #140064)
36054
36055 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36056
36057         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36058           Don't probe for playback device if we're a source element. Fixes
36059           #139658.
36060
36061 2004-04-29  Benjamin Otte  <otte@gnome.org>
36062
36063         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36064         (gst_id3_tag_chain):
36065           rewrite buffer offset
36066
36067 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36068
36069         * configure.ac:
36070         * ext/Makefile.am:
36071         * ext/dts/Makefile.am:
36072         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36073         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36074         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36075         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36076         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36077         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36078         (plugin_init):
36079         * ext/dts/gstdtsdec.h:
36080           New DTS decoder.
36081         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36082         (gst_faad_srcconnect):
36083           Add ESDS atom handling (.m4a).
36084
36085 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36086
36087         * ext/divx/gstdivxdec.c: (plugin_init):
36088           Remove comment that makes no sense.
36089         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36090           Fix for obvious typo that resulted in warnings during gst-register.
36091         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36092         (gst_xviddec_sink_link):
36093           Fix caps negotiation a bit better.
36094         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36095           We call this 'codec_data', not 'esds'.
36096
36097 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36098
36099         * gst/monoscope/gstmonoscope.c:
36100           make sure we only provide 256x128
36101         * gst/monoscope/monoscope.c: (monoscope_init):
36102           assert size of 256x128
36103
36104 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36105
36106         * Makefile.am:
36107         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36108         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36109           fixate to max width and height of device
36110
36111 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36112
36113         * Makefile.am:
36114         * sys/v4l/gstv4l.c:
36115         * sys/v4l/gstv4lsrc.c:
36116         * sys/v4l/v4l_calls.c:
36117         * sys/v4l/v4lsrc_calls.c:
36118           fix for qc-usb driver which fakes having more than one buffer
36119           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36120           buffer_free override
36121           add debugging
36122
36123 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36124
36125         * Makefile.am:
36126         * gst/videotestsrc/gstvideotestsrc.c:
36127         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36128         (gst_videotestsrc_init), (gst_videotestsrc_get),
36129         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36130         * gst/videotestsrc/gstvideotestsrc.h:
36131           add num-buffers property
36132
36133         2004-04-26  Benjamin Otte  <otte@gnome.org>
36134
36135         * ext/mad/gstid3tag.c: (plugin_init):
36136           set id3mux rank to NONE so it doesn't confuse spider
36137           require audio/mpeg,mpegversion=1 in id3mux
36138
36139 2004-04-26  Benjamin Otte  <otte@gnome.org>
36140
36141         * configure.ac:
36142           detect faad correctly as non-working if it's indeed non-working
36143
36144 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36145
36146         * Makefile.am:
36147         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36148         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36149         fix _getcaps so it only negotiates to its supported format
36150
36151 2004-04-25  Benjamin Otte  <otte@gnome.org>
36152
36153         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36154           fix memleak
36155
36156 2004-04-23  Benjamin Otte  <otte@gnome.org>
36157
36158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36159           audio/x-raw-int with height rules! not. Now it's depth.
36160
36161 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36162
36163         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36164         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36165         (gst_wavparse_loop):
36166           Missing variable initialization. Add handling of DVI ADPCM. Fix
36167           mis-parsing of LIST chunks. This works around a bug where we mis-
36168           parse non-aligning LIST chunks (so LIST chunks where the contents
36169           don't align with the actual LIST size). The correct fix is to use
36170           rifflib, I'm not going to fix wavparse - too much work. All this
36171           fixes #104878.
36172
36173 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36174
36175         reviewed by Benjamin Otte  <otte@gnome.org>
36176
36177         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36178           fix shoutcast not working (fixes #140844)
36179
36180 2004-04-22  Benjamin Otte  <otte@gnome.org>
36181
36182         * ext/hermes/gsthermescolorspace.c:
36183         (gst_hermes_colorspace_caps_remove_format_info):
36184         * gst/colorspace/gstcolorspace.c:
36185         (gst_colorspace_caps_remove_format_info):
36186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36187         (gst_ffmpegcolorspace_caps_remove_format_info):
36188           s/gst_caps_simplify/gst_caps_do_simplify/
36189
36190 2004-04-22  Benjamin Otte  <otte@gnome.org>
36191
36192         * gst-libs/gst/riff/riff-media.c:
36193         (gst_riff_create_video_caps_with_data):
36194           mpegversion is an int
36195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36196           don't try to create pad templates with NULL caps, use any caps
36197           instead.
36198
36199 2004-04-20  David Schleef  <ds@schleef.org>
36200
36201         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36202         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36203         (bug #140384)
36204
36205 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36206
36207         reviewed by David Schleef
36208
36209         * ext/mad/gstid3tag.c: Add stdlib.h
36210         * gst/rtp/gstrtpgsmenc.c: same
36211         * gst/tags/gstid3tag.c: same
36212         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36213         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36214         GST_DISABLE_LOADSAVE use.
36215         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36216         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36217         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36218         atol(3)).
36219         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36220         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36221         strtoul(3)).
36222         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36223         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36224         $(ID3_CFLAGS).
36225         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36226         $(LIBFAME_CFLAGS).
36227
36228 2004-04-20  David Schleef  <ds@schleef.org>
36229
36230         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36231         last checkin.  Same idea.
36232
36233 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36234
36235         reviewed by David Schleef
36236
36237         * configure.ac: bump required gstreamer version to 0.8.1.1
36238         because of following changes [--ds]
36239
36240         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36241         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36242         (gst_riff_read_header):  Use GST_READ_UINT*
36243         macros to access possibly unaligned memory.
36244
36245         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36246         (mp3_type_find):  Use GST_READ_UINT*
36247         macros to access possibly unaligned memory.
36248         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36249         (speex_type_find): Likewise
36250
36251         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36252
36253         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36254         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36255         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36256         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36257         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36258         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36259         macros to access possibly unaligned memory.
36260
36261         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36262         Likewise.
36263
36264         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36265         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36266
36267         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36268         Likewise.
36269
36270         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36271         (gst_mpeg2subt_chain_subtitle): Likewise.
36272
36273         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36274         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36275         Likewise.
36276
36277         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36278         Likewise.
36279
36280         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36281         Likewise.
36282
36283         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36284         Likewise.
36285
36286 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36287
36288         * configure.ac:
36289           update required version of GStreamer because of GST_TIME_FORMAT
36290
36291 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36292
36293         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36294           remove leftover g_print
36295         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36296           don't try setting only a subset of the caps. We don't want to kill
36297           autoplugging on purpose
36298
36299 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36300
36301         * sys/ximage/ximagesink.c: (plugin_init):
36302         * sys/xvimage/xvimagesink.c: (plugin_init):
36303           add debugging categories
36304
36305 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36306
36307         * po/en_GB.po:
36308         * po/LINGUAS:
36309           Adding en_GB translation (Gareth Owen)
36310
36311 2004-04-20  David Schleef  <ds@schleef.org>
36312
36313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36314         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36315         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36316         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36317         A number of new features and hacks to extract the esds atom and
36318         put it into the caps.  (bug #137724)
36319
36320 2004-04-19  David Schleef  <ds@schleef.org>
36321
36322         * gconf/Makefile.am: Fix for non-GNU make
36323         * gst-libs/gst/Makefile.am: Change directory order to handle
36324         GstPlay linking with gstinterfaces
36325         * gst-libs/gst/audio/make_filter: make use of tr portable
36326         * gst-libs/gst/play/Makefile.am: Add intended \
36327         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36328         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36329         function prototype instead of void *.
36330         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36331         macro.
36332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36333         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36334         * gst/videofilter/make_filter: make use of tr portable
36335         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36336
36337 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36338
36339         * po/LINGUAS:
36340         * po/uk.po:
36341           Added Ukrainian translation (Maxim V. Dziumanenko)
36342
36343 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36344
36345         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36346         (gst_gsmdec_link), (gst_gsmdec_chain):
36347           Fix capsnego, simplify chain function slightly.
36348         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36349           Add GSM.
36350
36351 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36352
36353         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36354         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36355         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36356           Hack to make wavparse work with spider (always -> sometimes pad).
36357           Fixes #135862 && #140411.
36358
36359 2004-04-18  Benjamin Otte  <otte@gnome.org>
36360
36361         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36362         (gst_osselement_rate_probe_check),
36363         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36364           get rid of \n in debug output
36365
36366 2004-04-17  Iain <iain@prettypeople.org>
36367
36368         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36369         not just EOS.
36370
36371 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36372
36373         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36374         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36375         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36376         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36377         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36378         (gst_id3_tag_change_state), (plugin_init):
36379           deprecate id3tag element and replace with id3demux/id3mux.
36380           great side effect: this ugly file is now even uglier, yay!
36381         * ext/mad/gstmad.h:
36382           remove non-available function
36383           update for new get_type
36384
36385 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36386
36387         * configure.ac:
36388           require mpeg2dec >= 0.4.0
36389
36390 2004-04-17  Benjamin Otte  <otte@gnome.org>
36391
36392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36393         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36394         (gst_xvimagesink_set_xwindow_id):
36395           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36396           assorted cleanup fixes.
36397
36398 2004-04-16  David Schleef  <ds@schleef.org>
36399
36400         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36401         * sys/xvimage/xvimagesink.h: same
36402
36403 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36404
36405         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36406           Fix GST_ELEMENT_ERROR with (NULL)
36407
36408 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36409
36410         * gst-libs/gst/riff/riff-media.c:
36411         (gst_riff_create_video_caps_with_data):
36412           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36413
36414 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36415
36416         * gst-libs/gst/riff/riff-media.c:
36417         (gst_riff_create_video_caps_with_data),
36418         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36419         (gst_riff_create_video_template_caps),
36420         (gst_riff_create_audio_template_caps):
36421         * gst-libs/gst/riff/riff-media.h:
36422         * gst-libs/gst/riff/riff-read.c:
36423         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36424         * gst-libs/gst/riff/riff-read.h:
36425         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36426           Add MS RLE support. I added some functions to read out strf chunks
36427           into strf chunks and the data behind it. This is usually color
36428           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36429           caps creation. Lastly, add ADPCM (similar to wavparse - which
36430           should eventually be rifflib based).
36431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36432         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36433         * gst/matroska/matroska-demux.h:
36434           Remove placeholders for some prehistoric tagging system. Didn't add
36435           support for any tag system really anyway.
36436         * gst/qtdemux/qtdemux.c:
36437           Add support for audio/x-m4a (MPEG-4) through spider.
36438         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36439         (gst_wavparse_loop):
36440           ADPCM support (#135862). Increase max. buffer size because we
36441           cannot split buffers for ADPCM (screws references) and I've seen
36442           files with 2048 byte chunks. 4096 seems safe for now.
36443
36444 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36445
36446         * configure.ac: bump nano to 1
36447
36448 === release 0.8.1 ===
36449
36450 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36451
36452         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36453
36454 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36455
36456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36457           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36458           Fixes #140058
36459
36460 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36461
36462         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36463           lower rank of dvddemux so that it's not used for mpeg playback.
36464
36465 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36466
36467         * configure.ac:
36468           save libs correctly when checking mad
36469
36470 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36471
36472         * ext/mad/gstid3tag.c: (plugin_init):
36473           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36474
36475 2004-04-13  David Schleef  <ds@schleef.org>
36476
36477         * common/m4/gst-feature.m4: Call -config scripts with
36478         --plugin-libs if it is supported.
36479         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36480         JPEG images are image/jpeg.
36481         * gst/debug/Makefile.am:
36482         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36483         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36484         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36485         (gst_negotiation_plugin_init): Add a property that acts like
36486         filter caps.
36487         * testsuite/gst-lint:  Move license checking to be a standard
36488         test.
36489
36490 2004-04-13  David Schleef  <ds@schleef.org>
36491
36492         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36493         patch from Sebastien Cote (bug #139958)
36494
36495 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36496
36497         * examples/gstplay/Makefile.am:
36498         * examples/gstplay/player.c: (main):
36499           make the commandline player example use gconf settings
36500
36501 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36502
36503         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36504         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36505         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36506           init/end library during state transition, not object
36507           creation/disposal.  get rid of custom dispose handler.
36508
36509
36510 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36511
36512         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36513         be a symlink
36514
36515 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36516
36517         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36518           Handle JUNK chunks inside data section. Prevents warnings.
36519
36520 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36521
36522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36523         (gst_riff_create_video_template_caps):
36524           Add MS video v1.
36525         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36526         (gst_avi_demux_stream_data):
36527           Add support for "rec-list" chunks.
36528
36529 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36530
36531         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36532           Fix another codecname mismatch.
36533
36534 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36535
36536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36537           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36538           so that MJPEG plays back.
36539
36540 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36541
36542         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36543         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36544         * gst/mpeg1videoparse/gstmp1videoparse.h:
36545           Fix for some slight mis-cuts in buffer parsing, and for some
36546           potential overflows or faults-causers. Adds disconts. Also fixes
36547           #139105 while we're at it.
36548
36549 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36550
36551         * configure.ac:
36552         * sys/v4l2/gstv4l2element.h:
36553           Workaround for missing struct v4l2_buffer declaration in Suse 9
36554           and Mandrake 10 linux/videodev2.h header file (#135919).
36555
36556 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36557
36558         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36559           Bail out if no filename was given.
36560
36561 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36562
36563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36564         (gst_v4l2_fourcc_from_structure):
36565           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36566           Y41B somewhere).
36567
36568 2004-04-09  Benjamin Otte  <otte@gnome.org>
36569
36570         * ext/gnomevfs/gstgnomevfssink.c:
36571         (_gst_boolean_allow_overwrite_accumulator),
36572         (gst_gnomevfssink_class_init):
36573           fix erase signal - if any handler returns false the file will not be
36574           overwritten. If no handler is connected, the file will not be
36575           overwritten either.
36576           renamed signal to "allow-overwrite"
36577         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36578           free string when adding it to ID3 failed
36579         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36580           unref event when done
36581         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36582           free caps
36583         * gst/typefind/gsttypefindfunctions.c:
36584         (mpeg_video_stream_type_find):
36585           fix invalid read
36586
36587 2004-04-08  David Schleef  <ds@schleef.org>
36588
36589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36590         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36591
36592 2004-04-08  David Schleef  <ds@schleef.org>
36593
36594         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36595         we don't support (bug #139532)
36596
36597 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36598
36599         * ext/mad/gstmad.c: (gst_mad_handle_event),
36600         (gst_mad_check_caps_reset), (gst_mad_chain),
36601         (gst_mad_change_state):
36602           only set explicit caps if they haven't been set before for
36603           this stream.  MPEG-audio sample rate/channels aren't allowed
36604           to change in-stream.
36605           Fixes #139382
36606
36607 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36608
36609         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36610         (_gst_boolean_did_something_accumulator),
36611         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36612         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36613         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36614         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36615         (gst_gnomevfssink_change_state):
36616           Fix erase signal. Don't erase by default. Remove handoff signal.
36617           Remove erase property. Don't segfault. General cleanup.
36618
36619 2004-04-07  Benjamin Otte  <otte@gnome.org>
36620
36621         * gst-libs/gst/gconf/test-gconf.c: (main):
36622           add missing gst_init
36623
36624 2004-04-07  Benjamin Otte  <otte@gnome.org>
36625
36626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36627           free the mutexes, too
36628
36629 2004-04-07  Benjamin Otte  <otte@gnome.org>
36630
36631         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36632           actually free the URI string
36633         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36634           compute offset correctly when passing discont events
36635         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36636           don't leak discont events
36637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36638           add some missing breaks so caps aren't copied randomly
36639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36640           if we realloc memory, we better use it
36641
36642 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36643
36644         * ext/mad/gstmad.c: (normal_seek):
36645           fix GST_FORMAT_TIME usage
36646
36647 2004-04-05  David Schleef  <ds@schleef.org>
36648
36649         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36650         a deprecated function (hack!)
36651
36652 2004-04-05  Benjamin Otte  <otte@gnome.org>
36653
36654         * ext/esd/esdmon.c: (gst_esdmon_get):
36655           fix nonterminated vararg and memleak
36656
36657 2004-04-05  Benjamin Otte  <otte@gnome.org>
36658
36659         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36660         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36661         (gst_ladspa_set_property), (gst_ladspa_get_property),
36662         (gst_ladspa_instantiate), (gst_ladspa_activate),
36663         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36664           clean up debugging
36665
36666 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36667
36668         reviewed by Benjamin Otte  <otte@gnome.org>
36669
36670         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36671           check for broken LADSPA parameters (fixes #138635)
36672
36673 2004-04-05  Benjamin Otte  <otte@gnome.org>
36674
36675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36676           advertise buffer-frames correctly on sinkpads
36677
36678 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36679
36680         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36681         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36682         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36683         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36684         (gst_mad_check_caps_reset), (gst_mad_chain):
36685         add more debugging, only reset caps when we're not in error state
36686
36687 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36688
36689         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36690
36691 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36692
36693         reviewed by Benjamin Otte  <otte@gnome.org>
36694
36695         * configure.ac:
36696           fix == in test(1) operator
36697
36698 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36699
36700         reviewed by Benjamin Otte  <otte@gnome.org>
36701
36702         * configure.ac:
36703           fix --export-symblos-regex to a working regex.
36704
36705 2004-04-04  Benjamin Otte  <otte@gnome.org>
36706
36707         * sys/oss/.cvsignore:
36708           add for oss_probe
36709
36710 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36711
36712         reviewed by Benjamin Otte  <otte@gnome.org>
36713
36714         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36715           add missing 'new_media' argument (fixes #138168)
36716         * gst/matroska/matroska-demux.c:
36717         (gst_matroska_demux_handle_seek_event):
36718           add vararg terminator (fixes #138169)
36719
36720 2004-04-02  David Schleef  <ds@schleef.org>
36721
36722         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36723         disted (bug #138914)
36724
36725 2004-04-01  Benjamin Otte  <otte@gnome.org>
36726
36727         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36728         (gst_alsa_close_audio):
36729           handle case better where a soundcard can't pause
36730         * ext/ogg/gstoggdemux.c:
36731           don't crash when we get events but don't have pads yet
36732
36733 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36734
36735         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36736           throw an error if we couldn't probe any caps.
36737
36738 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36739
36740         * ext/dvdnav/gst-dvd:
36741         Add a really simple sample DVD player
36742
36743 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36744
36745         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36746         (gst_a52dec_push), (gst_a52dec_handle_event),
36747         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36748         (gst_a52dec_change_state):
36749         * ext/a52dec/gsta52dec.h:
36750           Use a debug category, Output timestamps correctly
36751           Emit tag info, Handle events, tell liba52dec about cpu
36752           capabilities so it can use MMX etc.
36753         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36754           Fix a crasher accessing invalid memory
36755         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36756         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36757         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36758         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36759         (dvdnavsrc_query):
36760           Some support for byte-format seeking.
36761           Small fixes for still frames and menu button overlays
36762         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36763         (gst_mpeg2dec_alloc_buffer):
36764           Use a debug category. Adjust the report level of several items to
36765           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36766           so it doesn't lose the GstBuffer pointer
36767         * gst/debug/Makefile.am:
36768         * gst/debug/gstdebug.c: (plugin_init):
36769         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36770         (gst_navseek_base_init), (gst_navseek_class_init),
36771         (gst_navseek_init), (gst_navseek_seek),
36772         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36773         (gst_navseek_get_property), (gst_navseek_chain),
36774         (gst_navseek_plugin_init):
36775         * gst/debug/gstnavseek.h:
36776           Add the navseek debug element for seeking back and forth in a
36777           video stream using arrow keys.
36778         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36779         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36780         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36781         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36782         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36783         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36784         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36785         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36786         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36787         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36788         * gst/mpeg2sub/gstmpeg2subt.h:
36789           Pretty much a complete rewrite. Now a loopbased element. May still
36790           require work to properly synchronise subtitle buffers.
36791         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36792         (gst_dvd_demux_send_subbuffer):
36793         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36794           Don't attempt to create subbuffers of size 0
36795           Reduce a couple of error outputs to warnings.
36796         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36797         (gst_y4mencode_chain):
36798         Output the y4m frame header correctly.
36799
36800 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36801
36802         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36803           throw errors instead of allowing SIGFPE
36804
36805 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36806
36807         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36808         (gst_gconf_render_bin_from_key):
36809           leak plugging and style fixing
36810
36811 2004-03-31  David Schleef  <ds@schleef.org>
36812
36813         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36814         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36815         (bug #138225)
36816         * gst/debug/Makefile.am:
36817         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36818         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36819         plugin.
36820         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36821         (gst_negotiation_base_init), (gst_negotiation_class_init),
36822         (gst_negotiation_init), (gst_negotiation_getcaps),
36823         (gst_negotiation_pad_link), (gst_negotiation_chain),
36824         (gst_negotiation_set_property), (gst_negotiation_get_property),
36825         (gst_negotiation_plugin_init):  New element to talk about random
36826         negotiation things happening in a pipeline.
36827
36828 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36829
36830         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36831           fix integer addition with help of Stefan Kost
36832
36833 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36834
36835         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36836
36837 2004-03-30  David Schleef  <ds@schleef.org>
36838
36839         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36840         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36841         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36842         (bug #137504)
36843         * ext/mpeg2dec/gstmpeg2dec.h:
36844
36845 2004-03-30  David Schleef  <ds@schleef.org>
36846
36847         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36848
36849 2004-03-30  David Schleef  <ds@schleef.org>
36850
36851         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36852         Michael Petullo) to handle .mov
36853
36854 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36855
36856         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36857         (gst_osselement_rate_check_rate):
36858           probe caps correctly for sound cards that only support one format
36859
36860 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36861
36862         * ext/kio/kiosrc.cpp: (process_events):
36863           update handling event processing if inside KDE - untested
36864
36865 2004-03-29  David Schleef  <ds@schleef.org>
36866
36867         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36868         by 2 to not interfere with other colorspaces.
36869         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36870         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36871         one to not interfere with ffmpeg_colorspace.
36872
36873 2004-03-29  David Schleef  <ds@schleef.org>
36874
36875         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36876         aren't in the caps.
36877         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36878         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36879
36880 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36881
36882         * gst-libs/gst/riff/riff-media.c:
36883           fail on error, don't try to set stuff on NULL caps
36884
36885 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36886
36887         * configure.ac:
36888         * ext/Makefile.am:
36889         * ext/kio/Makefile.am:
36890         * ext/kio/kioreceiver.cpp:
36891         * ext/kio/kioreceiver.h:
36892         * ext/kio/kiosrc.cpp:
36893         * ext/kio/kiosrc.h:
36894           add experimental kiosrc plugin
36895         * ext/alsa/gstalsaplugin.c: (plugin_init):
36896           initialize debugging category only when we're sure registering the
36897           plugins worked.
36898
36899 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36900
36901         * examples/gstplay/player.c: (main):
36902         * gst-libs/gst/play/play.c: (gst_play_class_init),
36903         (gst_play_set_location), (gst_play_set_data_src),
36904         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36905         (gst_play_set_visualization), (gst_play_connect_visualization):
36906           check return values of element_set_state and return FALSE where
36907           failed
36908
36909 2004-03-29  Benjamin Otte  <otte@gnome.org>
36910
36911         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36912           try harder to check if an event is really a discont
36913
36914 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36915
36916         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36917         * po/az.po:
36918
36919 2004-03-28  Benjamin Otte  <otte@gnome.org>
36920
36921         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36923         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36924           get rid of non-standard "..." ranges in case statements.
36925
36926 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36927
36928         * gst/mpegstream/gstmpegdemux.c:
36929         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36930         specific functionality split to the new dvddemux element.
36931         * gst/mpegstream/gstdvddemux.c:
36932         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36933         streams, derived from mpegdemux.
36934         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36935         up. SCR based timestamp rewriting can be turned off (will probably
36936         completely disappear soon).
36937         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36938         hacking. General cleanup. All printf statements replaced by
36939         debugging messages. Almost complete libdvdnav support.
36940         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36941         by events. New properties for audio and subpicture languages.
36942         (dvdnavsrc_update_highlight): Now uses events.
36943         (dvdnavsrc_user_op): Cleaned up.
36944         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36945         based). Lots of cleanup, and propper support for most libdvdnav
36946         events.
36947         (dvdnavsrc_make_dvd_event): New function.
36948         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36949         (dvdnavsrc_make_clut_change_event): New function.
36950
36951 2004-03-26  Benjamin Otte  <otte@gnome.org>
36952
36953         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36954           fix bug where typefinding would claim it's theora whenever less then
36955           7 bytes of data were available
36956
36957 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36958
36959         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36960         (gst_alawdec_base_init), (gst_alawdec_class_init),
36961         (gst_alawdec_init), (gst_alawdec_chain):
36962         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36963         (gst_alawenc_base_init), (gst_alawenc_class_init),
36964         (gst_alawenc_init), (gst_alawenc_chain):
36965         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36966         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36967         (gst_mulawdec_init), (gst_mulawdec_chain):
36968         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36969         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36970         (gst_mulawenc_init), (gst_mulawenc_chain):
36971           Fix capsnego in all four, remove the unused property functions and
36972           simplify the chain functions slightly. I guess we could use macros
36973           or something similar for those, since the code is so similar, but
36974           I'm currently too lazy...
36975
36976 2004-03-24  David Schleef  <ds@schleef.org>
36977
36978         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36979         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36980         (gst_osselement_get_format_structure),
36981         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36982         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36983         (gst_osselement_rate_int_compare): Add code to handle rate probing
36984         (bug #120883)
36985         * sys/oss/gstosselement.h: same
36986         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36987         Use rate probing provided by osselement.
36988         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36989
36990 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36991
36992         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36993         (gst_xvidenc_get_property):
36994           ulong/int mess-up.
36995
36996 2004-03-24  David Schleef  <ds@schleef.org>
36997
36998         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36999         (gst_speexdec_init):
37000         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37001         (gst_speexenc_init):  Create the pad template correctly (from
37002         the static pad template, not a NULL pointer.)
37003
37004 2004-03-25  Benjamin Otte  <otte@gnome.org>
37005
37006         * gst/debug/Makefile.am:
37007         * gst/debug/breakmydata.c:
37008           add element that quasi-randomly changes bytes in the stream.
37009           Intended use is robustness checking of demuxers and decoders in
37010           media tests.
37011
37012 2004-03-24  Benjamin Otte  <otte@gnome.org>
37013
37014         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37015         (gst_alsa_probe_hw_params):
37016         * ext/alsa/gstalsa.h:
37017           debugging output fixes
37018
37019 2004-03-24  Benjamin Otte  <otte@gnome.org>
37020
37021         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37022           don't g_return_if_fail if element is PLAYING, fail silently as every
37023           other element.
37024         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37025           only fix needed for cast lvalue issues in gst-plugins
37026         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37027           add proxy_getcaps
37028
37029 2004-03-24  Benjamin Otte  <otte@gnome.org>
37030
37031         * gst/level/gstlevel.c: (gst_level_init):
37032           add proxying getcaps function, so level doesn't advertise impossible
37033           caps
37034
37035 2004-03-24  David Schleef  <ds@schleef.org>
37036
37037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37038         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37039         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37040         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37041         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37042         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37043         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37044         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37045         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37046         messages.  Divide the chunk size by the compression ratio
37047         (needed for MACE audio)
37048
37049 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37050
37051         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37052           Fix buffer overflow read error.
37053
37054 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37055
37056         * ext/alsa/gstalsa.h:
37057           Remove unused entry.
37058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37059           Add cinepak.
37060         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37061         (gst_videodrop_link), (gst_videodrop_chain):
37062           Fix, sort of. Was horribly broken with new capsnego. Bah...
37063
37064 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37065
37066         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37067         (plugin_init):
37068         Add a monkeysaudio typefind function
37069
37070 2004-03-23  Johan Dahlin  <johan@gnome.org>
37071
37072         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37073         (gst_play_video_fixate): Check so the structure has the field
37074         before trying to fixate them, this makes it possible to have
37075         fakesinks for video and audio output without printing errors on
37076         the output console.
37077
37078 2004-03-22  David Schleef  <ds@schleef.org>
37079
37080         * sys/oss/Makefile.am:
37081         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37082         (check_rate), (add_rate):  Rate probing test app.
37083
37084 2004-03-21  Benjamin Otte  <otte@gnome.org>
37085
37086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37087         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37088           add a fixation function that pretty much does the right thing (fixes
37089           #137556)
37090
37091 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37092
37093         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37094
37095 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37096
37097         reviewed by: Benjamin Otte  <otte@gnome.org>
37098
37099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37100           terminate gst_event_new_discontinuous correctly (fixes parts of
37101           #137711)
37102
37103 2004-03-19  David Schleef  <ds@schleef.org>
37104
37105         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37106         since it doesn't depend on X, and it's part of our ABI.
37107
37108 2004-03-19  Iain <iain@prettypeople.org>
37109
37110         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37111         is_int in the structure, not the local variable.
37112
37113 2004-03-19  David Schleef  <ds@schleef.org>
37114
37115         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37116         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37117         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37118         Improvements in caps negotiation.
37119
37120 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37121
37122         * po/LINGUAS:
37123         * po/af.po:
37124           adding Afrikaans (Petri Jooste)
37125
37126 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37127
37128         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37129         (gst_ffmpegcolorspace_chain):
37130         throw error instead of g_critical (#137588)
37131
37132 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37133
37134         * Makefile.am:
37135         * configure.ac:
37136           dist common and m4 correctly
37137         * po/sv.po:
37138
37139 2004-03-17  David Schleef  <ds@schleef.org>
37140
37141         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37142         (bug #137348)
37143
37144 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37145
37146         * po/LINGUAS:
37147         * po/sv.po:
37148           adding Swedish translation (Christian Rose)
37149
37150 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37151
37152         * Makefile.am: use release.mak
37153
37154 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37155
37156         * common/ChangeLog:
37157         * common/gst-autogen.sh:
37158           add some explanation about the version detection
37159         * configure.ac:
37160           fix X check
37161
37162 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37163
37164         * configure.ac: bump nano to 1
37165
37166 === release 0.8.0 ===
37167
37168 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37169
37170         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37171
37172 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37173
37174         * configure.ac:
37175           update libtool version
37176         * gst-libs/gst/media-info/Makefile.am:
37177           actually use libtool version
37178
37179 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37180
37181         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37182
37183 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37184
37185         * configure.ac:
37186         * gst-plugins.spec.in:
37187         * pkgconfig/Makefile.am:
37188         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37189         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37190         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37191         * pkgconfig/gstreamer-libs.pc.in:
37192         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37193         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37194         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37195         * pkgconfig/gstreamer-plugins.pc.in:
37196           remove @VERSION@ from some of the pc files since core and plugins
37197           are decoupled.
37198           created gstreamer-plugins.pc as it's a better name, but keeping
37199           -libs around for now to get fixes upstream done first.
37200
37201 2004-03-15  Julien MOUTTE <julien@moutte.net>
37202
37203         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37204         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37205         * gst-libs/gst/play/play.h:
37206
37207 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37208
37209         * *.c, *.cc: don't mix tabs and spaces
37210
37211 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37212
37213         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37214           use the new ffmpegcolorspace
37215         * gst-plugins.spec.in:
37216           package new colorspace and media-info
37217         * configure.ac:
37218         * pkgconfig/Makefile.am:
37219           fix some more disting issues
37220         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37221         * pkgconfig/gstreamer-media-info.pc.in:
37222           generate media-info pc files
37223
37224 2004-03-15  Johan Dahlin  <johan@gnome.org>
37225
37226         * *.h: Revert indenting
37227
37228 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37229
37230         * configure.ac:
37231           adding ffmpegcolorspace element
37232         * gst/ffmpegcolorspace/Makefile.am:
37233         * gst/ffmpegcolorspace/avcodec.h:
37234         * gst/ffmpegcolorspace/common.h:
37235         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37236         * gst/ffmpegcolorspace/dsputil.h:
37237         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37238         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37239         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37240         (gst_ffmpeg_caps_to_pix_fmt):
37241         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37243         (gst_ffmpegcolorspace_caps_remove_format_info),
37244         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37245         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37246         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37247         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37248         (gst_ffmpegcolorspace_set_property),
37249         (gst_ffmpegcolorspace_get_property),
37250         (gst_ffmpegcolorspace_register):
37251         * gst/ffmpegcolorspace/imgconvert.c:
37252         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37253         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37254         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37255         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37256         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37257         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37258         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37259         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37260         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37261         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37262         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37263         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37264         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37265         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37266         (img_get_alpha_info), (deinterlace_line),
37267         (deinterlace_line_inplace), (deinterlace_bottom_field),
37268         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37269         * gst/ffmpegcolorspace/imgconvert_template.h:
37270         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37271         * gst/ffmpegcolorspace/mmx.h:
37272         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37273           adding ffmpegcolorspace element supplied by Ronald after cleaning
37274           up and pulling in the right bits of upstream source.
37275           I'm sure a better C/compiler wizard could do some cleaning up (for
37276           example use GLIB's malloc stuff), but as a first pass this
37277           works very well
37278
37279 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37280
37281         * ext/alsa/gstalsa.h:
37282           I assume Ronald forgot to commit the change to have cardname
37283           as a struct member.  Expect some public spanking at the next
37284           opportunity.
37285
37286 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37287
37288         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37289         (gst_alsa_open_audio), (gst_alsa_close_audio):
37290         * ext/alsa/gstalsa.c:
37291           Don't open the device if we're a mixer (= padless).
37292         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37293         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37294         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37295           Open mixer during state change rather than during object
37296           initialization. Also, get a device name. Currently in a somewhat
37297           hackish fashion, but I didn't really find something better.
37298
37299 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37300
37301         * *.c, *.h: run gst-indent
37302
37303 2004-03-14  Benjamin Otte  <otte@gnome.org>
37304
37305         * gst/modplug/gstmodplug.cc:
37306         * gst/modplug/gstmodplug.h:
37307           set correct timestamps on outgoing buffers
37308
37309 2004-03-14  Benjamin Otte  <otte@gnome.org>
37310
37311         * gst/modplug/gstmodplug.cc:
37312           handle events - don't do crap when a discont arrives that's not
37313           necessary
37314           This allows correct loading and playback of mods in Rhythmbox
37315
37316 2004-03-14  Benjamin Otte  <otte@gnome.org>
37317
37318         * configure.ac:
37319         * gst-libs/gst/gconf/Makefile.am:
37320         * pkgconfig/Makefile.am:
37321           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37322           they get rebuilt properly
37323         * configure.ac:
37324           when checking for vorbis, try pkgconfig first.
37325         * gst/modplug/gstmodplug.cc:
37326           add fixate function
37327
37328 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37329
37330         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37331           Fix for obvious mistake, where we first shift the offset and then
37332           read a samplesize element assuming the old offset. Note that this
37333           part still has something weird, i.e. my movies containing those
37334           don't actually play well, but at least there's something that looks
37335           like sound now.
37336
37337 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37338         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37339         (plugin_init):
37340         Add a typefind function for speex format
37341
37342 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37343
37344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37345         (gst_asf_demux_setup_pad):
37346           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37347           instead of 0. Reason is simple: some elements have a fps range
37348           of 1-max instead of 0-max. So now ASF video actually works.
37349
37350 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37351
37352         * po/LINGUAS:
37353         * po/sr.po:
37354           adding serbian as a language
37355
37356 2004-03-13  Benjamin Otte  <otte@gnome.org>
37357
37358         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37359           return taglist correctly from _get function, don't gst_pad_push it.
37360           (fixes #137042)
37361
37362 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37363         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37364
37365 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37366
37367         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37368         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37369         (gst_alsa_mixer_track_new):
37370         * ext/alsa/gstalsamixertrack.h:
37371           Fix ancient leftovers... MixerTrack is a GObject.
37372
37373 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37374
37375         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37376         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37377           Don't block during probing...
37378
37379 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37380
37381         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37382         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37383         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37384         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37385         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37386         (gst_alsa_open_audio), (gst_alsa_close_audio):
37387         * ext/alsa/gstalsa.h:
37388           Add propertyprobe interface implementation, add some device-name
37389           property, all this so that it looks good in gnome-volume-control.
37390
37391 2004-03-12  David Schleef  <ds@schleef.org>
37392
37393         * configure.ac: the Hermes library controls hermescolorspace, not
37394         colorspace.
37395         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37396         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37397         not /* */
37398         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37399         * ext/sdl/sdlvideosink.h: ditto.
37400         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37401
37402 2004-03-12  Benjamin Otte  <otte@gnome.org>
37403
37404         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37405         (gst_x_overlay_got_xwindow_id):
37406         * gst-libs/gst/xoverlay/xoverlay.h:
37407           replace XID with unsigned long to get rid of the xlibs dependency in
37408           XOverlay (fixes #137004)
37409
37410 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37411         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37412         (gst_agingtv_setup):
37413         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37414         (gst_dicetv_base_init), (gst_dicetv_class_init),
37415         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37416         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37417         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37418         (gst_edgetv_setup), (gst_edgetv_rgb32):
37419         * gst/effectv/gsteffectv.c:
37420         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37421         (gst_quarktv_set_property):
37422         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37423         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37424         (gst_revtv_setup), (gst_revtv_rgb32):
37425         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37426         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37427         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37428         (gst_shagadelictv_rgb32):
37429         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37430         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37431         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37432         * gst/effectv/gstwarp.c:
37433         Port everything that can be ported to videofilter and fix up the caps.
37434         Can someone with a big-endian machine please check these?
37435
37436 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37437
37438         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37439         (gst_osssink_chain), (gst_osssink_change_state):
37440           Latest fixes for A/V sync, audio playback and such. This is about
37441           all... MPEG playback issues are mostly related to the async build-
37442           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37443
37444 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37445
37446         patch from: Stephane Loeuillet
37447
37448         * configure.ac:
37449           use pkg-config for some libraries, falling back to the old .m4 way
37450           (fixes #131270)
37451         * m4/libdv.m4:
37452           removed
37453
37454 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37455
37456         * configure.ac:
37457         * tools/Makefile.am:
37458         * tools/Makefile.in:
37459         * tools/gst-launch-ext-m.m:
37460         * tools/gst-launch-ext.1.in:
37461         * tools/gst-visualise-m.m:
37462         * tools/gst-visualise.1:
37463         * tools/gst-visualise.1.in:
37464           reorganizing generation of script tools
37465
37466 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37467
37468         * ext/divx/gstdivxdec.c:
37469           Downgrade priority. We prefer ffdec_mpeg4.
37470         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37471         (gst_faad_chain), (gst_faad_change_state):
37472           Fix capsnego. Doesn't work for some sounds because we don't have
37473           a 5:1 to stereo element.
37474         * ext/xvid/gstxvid.c: (plugin_init):
37475           Add priority.
37476         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37477         (gst_osssink_change_state):
37478           Add discont handling.
37479
37480 2004-03-09  Colin Walters  <walters@verbum.org>
37481
37482         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37483         conversion.
37484
37485 2004-03-09  Benjamin Otte  <otte@gnome.org>
37486
37487         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37488           the signals take 2 arguments
37489
37490 2004-03-09  David Schleef  <ds@schleef.org>
37491
37492         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37493         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37494         * ext/alsa/gstalsa.h:
37495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37496
37497 2004-03-09  Benjamin Otte  <otte@gnome.org>
37498
37499         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37500         (gst_mikmod_change_state):
37501         * ext/mikmod/gstmikmod.h:
37502           make mikmod's loop function not loop infinitely and call
37503           gst_element_yield anymore
37504         * gst/modplug/gstmodplug.cc:
37505           fix pad negotiation (fixes #136590)
37506
37507 2004-03-09  David Schleef  <ds@schleef.org>
37508
37509         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37510         doesn't conflict with the internal colorspace plugin.
37511         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37512         satisfy the crappy-ass shell shipped by a certain vendor.
37513         * gst/videofilter/make_filter: same (bug #135299)
37514
37515 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37516
37517         * configure.ac: bump nano to 1
37518
37519 === release 0.7.6 ===
37520
37521 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37522
37523         * configure.in: releasing 0.7.6, "There"
37524
37525 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37526
37527         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37528         * pkgconfig/gstreamer-play.pc.in:
37529           synchronize the two
37530
37531 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37532
37533         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37534         (cdparanoia_open), (cdparanoia_event):
37535           fix/add error handling
37536         * po/POTFILES.in:
37537           add cdparanoia source
37538         * tools/Makefile.am:
37539           make scripts executable
37540
37541 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37542
37543         * configure.ac:
37544         * ext/vorbis/Makefile.am:
37545         * sys/Makefile.am:
37546           remove id3types, vorbisfile and xvideosink from the build (#133783)
37547
37548 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37549
37550         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37551           Fix metadata read crash (#136537).
37552
37553 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37554
37555         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37556         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37557           adding mime types, fixing the one-stop function
37558
37559 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37560
37561         * ext/nas/nassink.c and /ext/nas/nassink.h:
37562         More NAS love from Arwed von Merkatz
37563         So lets all sing 'Can you feel the NAS tonight'
37564
37565 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37566
37567         * tools/gst-launch-ext.in:
37568         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37569
37570 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37571
37572         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37573         (gst_mpeg2dec_init):
37574         remove the user_data pad for now, because it is being used in
37575         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37576         If someone knows how to fix this properly, please do.
37577
37578 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37579
37580         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37581         (gst_osssink_get_time):
37582         add a warning, IMO this won't get triggered anymore, remove later
37583
37584 2004-03-07  David Schleef  <ds@schleef.org>
37585
37586         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37587         format (bug #136470)
37588
37589 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37590
37591         * gst-libs/Makefile.am:
37592         * gst-libs/gst/media-info/Makefile.am:
37593         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37594         (error_callback), (gst_media_info_error_create),
37595         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37596         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37597         * gst-libs/gst/media-info/media-info-priv.h:
37598         * gst-libs/gst/media-info/media-info-test.c: (main):
37599         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37600         (gst_media_info_class_init), (gst_media_info_instance_init),
37601         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37602         (gst_media_info_read_idler), (gst_media_info_read):
37603         * gst-libs/gst/media-info/media-info.h:
37604         fixed, should work now
37605
37606 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37607
37608         * ext/nas/nassink.c:
37609         A bunch of NAS fixes from Arwed von Merkatz
37610
37611 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37612
37613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37614         (qtdemux_parse_trak):
37615           Fix crash (j might be greater than n_samples, in which case we're
37616           writing outside the allocated space for the array) and memleak.
37617
37618 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37619
37620         * sys/oss/gstosssink.c: (gst_osssink_chain):
37621           And another caller that couldn't handle delay < 0 (unsigned
37622           integer overflow). Video now continues playing on an audio
37623           buffer underrun, and the clock continues working. Audio still
37624           stalls.
37625
37626 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37627
37628         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37629         (gst_osssink_get_time):
37630           get_delay() may return values lower than 0. In those cases, we
37631           should not actually cast to *unsigned* int64, that will break
37632           stuff horribly. In my case, it screwed up A/V sync in movies
37633           in totem rather badly.
37634
37635 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37636
37637         * ext/faac/gstfaac.c: (gst_faac_chain):
37638         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37639         * ext/libpng/gstpngenc.c: (user_write_data):
37640         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37641         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37642         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37643         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37644         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37645         of any buffer), should fix some leaks. I hope I didn't unref buffers
37646         that shouldn't be...
37647
37648 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37649
37650         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37651         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37652         (error_callback), (gmi_reset), (gmi_seek_to_track),
37653         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37654         (gmip_find_type_post), (gmip_find_stream_post),
37655         (gmip_find_track_streaminfo_post):
37656         * gst-libs/gst/media-info/media-info-priv.h:
37657         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37658         (info_print), (main):
37659         * gst-libs/gst/media-info/media-info.c:
37660         (gst_media_info_error_create), (gst_media_info_error_element),
37661         (gst_media_info_instance_init), (gst_media_info_get_property),
37662         (gst_media_info_new), (gst_media_info_set_source),
37663         (gst_media_info_read_idler), (gst_media_info_read):
37664         * gst-libs/gst/media-info/media-info.h:
37665           first pass at making this work again.  This seems to work on
37666           tagged ogg/vorbis and mp3 files.
37667
37668 2004-03-06  Benjamin Otte  <otte@gnome.org>
37669
37670         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37671           fix huge leak: gst_buffer_merge doesn't unref the first argument
37672           itself.
37673
37674 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37675
37676         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37677           report layer/mode/emphasis
37678
37679 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37680
37681         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37682
37683 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37684
37685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37686           signal serial
37687
37688 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37689
37690         * ext/vorbis/vorbis.c: (plugin_init):
37691         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37692         (gst_vorbis_dec_init), (vorbis_dec_event):
37693         add debug category
37694         make vorbisdec handle _BYTE and _TIME queries
37695
37696 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37697
37698         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37699           from the xing header
37700
37701 2004-03-06  Benjamin Otte  <otte@gnome.org>
37702
37703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37704         (gst_audio_convert_link), (gst_audio_convert_change_state),
37705         (gst_audio_convert_buffer_from_default_format):
37706           do conversions from/to float correctly, fix some caps nego errors,
37707           export correct supported caps in template and getcaps, use correct
37708           caps in try_set_caps functions
37709
37710 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37711
37712         For some reason, I only committed a ChangeLog entry yesterday and
37713         not the corresponding code...
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  Benjamin Otte  <otte@gnome.org>
37718
37719         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37720         (gst_ogg_demux_src_query):
37721           make sure to handle the case where there's no current chain
37722           gracefully.
37723
37724 2004-03-05  David Schleef  <ds@schleef.org>
37725
37726         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37727         Add fixate function. (bug #131128)
37728         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37729         (gst_sdlvideosink_fixate):  Add fixate function.
37730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37731         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37732         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37733         Fix missing break that was causing ulaw to be interpreted as
37734         raw int.
37735
37736 2004-03-05  David Schleef  <ds@schleef.org>
37737
37738         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37739         Fix code that ignores return value of gst_buffer_merge().
37740         (bug #114560)
37741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37742         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37743         * testsuite/gst-lint:  Check for above.
37744
37745 2004-03-05  David Schleef  <ds@schleef.org>
37746
37747         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37748         caps and throw an element error.  (bug #136334)
37749
37750 2004-03-05  David Schleef  <ds@schleef.org>
37751
37752         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37753         (gst_faad_chain): Fix negotiation.
37754         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37755         key and button events.
37756         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37757         dung heap of code.
37758         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37759         depends on gconf
37760         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37761         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37762         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37763         function to encourage better negotiation, particularly between
37764         audioconvert and osssink.
37765         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37766         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37767         more important.
37768         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37769         typefinding.
37770         * gst/vbidec/vbiscreen.c:  Add glib header
37771         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37772
37773 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37774
37775         * ext/mad/gstmad.c: Fix detection of Xing headers
37776         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37777
37778 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37779
37780         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37781         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37782           debug updates
37783
37784 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37785
37786         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37787         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37788         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37789         files, and report the parsed length as a GST_TAG_DURATION tag.
37790         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37791
37792 2004-03-05  Benjamin Otte  <otte@gnome.org>
37793
37794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37795           convert channels correctly. convert correctly to unsigned.
37796
37797 2004-03-05  Julien MOUTTE <julien@moutte.net>
37798
37799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37800         we have a window before clearing it.
37801
37802 2004-03-05  Julien MOUTTE <julien@moutte.net>
37803
37804         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37805         have a window before clearing it.
37806
37807 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37808
37809         * gconf/gstreamer.schemas.in:
37810         * gst-libs/gst/gconf/Makefile.am:
37811           version installation path the same way as for 0.6
37812         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37813         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37814         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37815           remove comment that was fixed
37816
37817 2004-03-05  David Schleef  <ds@schleef.org>
37818
37819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37820         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37821         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37822         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37823         Add prototype code for handling seeking and querying.
37824
37825 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37826
37827         * examples/gstplay/player.c: (main):
37828           Initialize variables to NULL. Prevents a segfault because the
37829           (uninitialized) variable is not NULL, resulting in a crash on
37830           trying to reach error->message.
37831
37832 2004-03-05  Benjamin Otte  <otte@gnome.org>
37833
37834         * gst/audioconvert/gstaudioconvert.c:
37835         (gst_audio_convert_buffer_to_default_format):
37836         make float=>int conversion work correctly even in cornercases.
37837
37838 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37839
37840         * debian/README.Debian:
37841         * debian/build-deps:
37842         * debian/changelog:
37843         * debian/control:
37844         * debian/control.in:
37845         * debian/copyright:
37846         * debian/gstreamer-a52dec.files:
37847         * debian/gstreamer-aa.files:
37848         * debian/gstreamer-alsa.files:
37849         * debian/gstreamer-alsa.manpages:
37850         * debian/gstreamer-arts.files:
37851         * debian/gstreamer-artsd.files:
37852         * debian/gstreamer-audiofile.files:
37853         * debian/gstreamer-avifile.files:
37854         * debian/gstreamer-cdparanoia.files:
37855         * debian/gstreamer-colorspace.files:
37856         * debian/gstreamer-doc.files:
37857         * debian/gstreamer-dv.files:
37858         * debian/gstreamer-dvd.files:
37859         * debian/gstreamer-esd.files:
37860         * debian/gstreamer-festival.files:
37861         * debian/gstreamer-flac.files:
37862         * debian/gstreamer-gconf.conffiles:
37863         * debian/gstreamer-gconf.files:
37864         * debian/gstreamer-gconf.postinst:
37865         * debian/gstreamer-gnomevfs.files:
37866         * debian/gstreamer-gsm.files:
37867         * debian/gstreamer-http.files:
37868         * debian/gstreamer-jack.files:
37869         * debian/gstreamer-jpeg.files:
37870         * debian/gstreamer-mad.files:
37871         * debian/gstreamer-mikmod.files:
37872         * debian/gstreamer-misc.files:
37873         * debian/gstreamer-mpeg2dec.files:
37874         * debian/gstreamer-oss.files:
37875         * debian/gstreamer-plugin-apps.files:
37876         * debian/gstreamer-plugin-apps.manpages:
37877         * debian/gstreamer-plugin-libs-dev.files:
37878         * debian/gstreamer-plugin-libs.files:
37879         * debian/gstreamer-plugin-template.postinst:
37880         * debian/gstreamer-plugin-template.postrm:
37881         * debian/gstreamer-sdl.files:
37882         * debian/gstreamer-sid.files:
37883         * debian/gstreamer-vorbis.files:
37884         * debian/gstreamer-x.files:
37885         * debian/mk.control:
37886         * debian/rules:
37887         Debian package info not maintained here.
37888
37889 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37890
37891         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37892         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37893         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37894         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37895         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37896         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37897         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37898         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37899         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37900         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37901         * gst-libs/gst/colorbalance/colorbalance.c:
37902         (gst_color_balance_class_init):
37903         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37904         (gst_color_balance_channel_class_init):
37905         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37906         * gst-libs/gst/play/play.c: (gst_play_class_init):
37907         * gst-libs/gst/propertyprobe/propertyprobe.c:
37908         (gst_property_probe_iface_init):
37909         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37910         * gst-libs/gst/tuner/tunerchannel.c:
37911         (gst_tuner_channel_class_init):
37912         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37913         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37914         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37915         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37916         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37917         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37918         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37919         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37920         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37921           fix signals to use - instead of _
37922         * ext/libcaca/gstcacasink.h:
37923         * ext/sdl/sdlvideosink.h:
37924           fix header rename
37925
37926 2004-03-04  David Schleef  <ds@schleef.org>
37927
37928         * testsuite/gst-lint:  Add a check for bad signal names.
37929
37930 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37931
37932         reviewed by David Schleef
37933
37934         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37935         modified the alpha channel and caused a warning. (bug #136192)
37936
37937 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37938
37939         * gst-plugins.spec.in:
37940         Change names of plugins to actually be correct. Try to keep things
37941         alphabetical to avoid getting beat up by Thomas
37942
37943 2004-03-03  Julien MOUTTE <julien@moutte.net>
37944
37945         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37946         Using ximagesink as a default if no gconf key found. We should
37947         probably consider using alsasink instead of osssink for the audio
37948         part.
37949
37950 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37951
37952         * configure.ac:
37953           fix --with-plugins, don't think it ever worked before
37954         * gst-plugins.spec.in:
37955           even more updates
37956
37957 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37958
37959         * ext/sdl/sdlvideosink.h:
37960         * sys/ximage/ximagesink.h:
37961         * sys/xvideo/xvideosink.h:
37962         * sys/xvimage/xvimagesink.h:
37963           Fix for move of gstvideosink.h -> videosink.h.
37964
37965 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37966
37967         * gst-libs/gst/xwindowlistener/Makefile.am:
37968           this is a plugin library, not a library
37969
37970 2004-03-01  David Schleef  <ds@schleef.org>
37971
37972         * AUTHORS:  Added some names.  Add yourself if you're still
37973         missing.
37974
37975 2004-03-01  David Schleef  <ds@schleef.org>
37976
37977         * MAINTAINERS: Add
37978
37979 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37980
37981         * gst-plugins.spec.in: clean up spec file
37982
37983 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37984
37985         * gst-libs/gst/video/Makefile.am:
37986         * gst-libs/gst/video/gstvideosink.c:
37987         * gst-libs/gst/video/gstvideosink.h:
37988           rename gstvideosink.h to videosink.h to match other headers
37989         * gst/mixmatrix/Makefile.am:
37990           fix plugin filename
37991         * gst/tags/Makefile.am: fix plugin filename
37992
37993 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37994
37995         * gst/tags/Makefile.am: fix plugin filename
37996
37997 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37998
37999         * examples/gstplay/player.c: (got_time_tick), (main):
38000           add error handler
38001           display time_tick more readably
38002         * gst/mixmatrix/Makefile.am:
38003           fix plugin file name
38004
38005 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38006
38007         * sys/oss/gstosselement.c: (gst_osselement_probe),
38008         (device_combination_append), (gst_osselement_class_probe_devices):
38009         * sys/oss/gstosselement.h:
38010           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38011           on my system using alsa oss emulation, fixes bug #135597
38012
38013 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38014
38015         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38016         (gst_videodrop_chain), (gst_videodrop_change_state):
38017         * gst/videodrop/gstvideodrop.h:
38018           Work based on timestamp of input data, not based on the expected
38019           framerate from the input. The consequence is that this element now
38020           not only scales framerates, but also functions as a framerate
38021           corrector or framerate stabilizer/constantizer.
38022
38023 2004-02-27  David Schleef  <ds@schleef.org>
38024
38025         patches from jmmv@menta.net (Julio M. Merino Vidal)
38026
38027         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38028         GST_ELEMENT_ERROR call (bug #135634)
38029         * gst/interleave/interleave.c: (interleave_buffered_loop),
38030         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38031         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38032         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38033         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38034         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38035         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38036         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38037         Fix GST_ELEMENT_ERROR call.
38038         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38039         GST_ELEMENT_ERROR call.
38040
38041 2004-02-27  Benjamin Otte  <otte@gnome.org>
38042
38043         * gst-libs/gst/audio/audio.h:
38044           add macro to make sure header isn't included twice
38045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38046           don't use gst_buffer_free
38047         * gst/playondemand/filter.func:
38048           don't use gst_data_free. Free data only once.
38049
38050 2004-02-26  David Schleef  <ds@schleef.org>
38051
38052         * gst-libs/gst/colorbalance/Makefile.am:
38053         * gst-libs/gst/mixer/Makefile.am:
38054         * gst-libs/gst/tuner/Makefile.am:
38055         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38056         should not be disted, -marshal.h files should not be installed,
38057         and -enum.h files _should_ be installed.  Fix to make this the
38058         case.
38059
38060 === release 0.7.5 ===
38061
38062 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38063
38064         * configure.ac: release 0.7.5, "Under The Sea"
38065
38066 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38067
38068         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38069         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38070         * gst/videoscale/gstvideoscale.c:
38071         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38072           assorted debug/warning fixes
38073
38074 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38075
38076         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38077         (gst_videoscale_init), (gst_videoscale_chain),
38078         (gst_videoscale_set_property), (plugin_init):
38079         * gst/videoscale/gstvideoscale.h:
38080         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38081         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38082         (gst_videoscale_planar400), (gst_videoscale_packed422),
38083         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38084         (gst_videoscale_24bit), (gst_videoscale_16bit),
38085         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38086         (gst_videoscale_scale_plane_slow),
38087         (gst_videoscale_scale_point_sample),
38088         (gst_videoscale_scale_nearest),
38089         (gst_videoscale_scale_nearest_str2),
38090         (gst_videoscale_scale_nearest_str4),
38091         (gst_videoscale_scale_nearest_32bit),
38092         (gst_videoscale_scale_nearest_24bit),
38093         (gst_videoscale_scale_nearest_16bit):
38094         add debugging category and use it properly
38095         fix use of GST_PTR_FORMAT
38096
38097 2004-02-25  Andy Wingo  <wingo@pobox.com>
38098
38099         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38100         push only when channel->buffer is NULL. Prevents segfaults doing
38101         the state change after a nonlocal exit, like a scheme exception.
38102
38103         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38104         Handle the case where the intersected caps is empty.
38105
38106 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38107
38108         * gst/law/mulaw-decode.c: (mulawdec_link):
38109         * gst/law/mulaw.c: (plugin_init):
38110           fix mulawdec so it actually works again
38111
38112 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38113
38114         reviewed by: David Schleef  <ds@schleef.org>
38115
38116         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38117         (gst_gamma_init), (gst_gamma_set_property),
38118         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38119         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38120         for RGB, with separate r g and b correction factors. (#131167)
38121
38122 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38123
38124         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38125           only signal tags for bitrate if they're > 0 (#134894)
38126
38127 2004-02-24  David Schleef  <ds@schleef.org>
38128
38129         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38130         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38131         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38132         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38133         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38134         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38135         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38136         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38137         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38138         category.  Attempt to fix timestamp calculation.
38139
38140 2004-02-24  Johan Dahlin  <johan@gnome.org>
38141
38142         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38143
38144 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38145
38146         * configure.ac:
38147         * gconf/Makefile.am:
38148         * gconf/gstreamer.schemas:
38149         * gst-libs/gst/gconf/Makefile.am:
38150         * gst-libs/gst/gconf/gconf.c:
38151           version gconf schemas and install locations
38152
38153 2004-02-23  Benjamin Otte  <otte@gnome.org>
38154
38155         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38156         (gst_xine_input_subclass_init):
38157           call parent dispose.
38158           change pad template for CD reader correctly
38159         * ext/xine/Makefile.am:
38160         * ext/xine/gstxine.h:
38161         * ext/xine/xine.c: (plugin_init):
38162         * ext/xine/xineaudiosink.c:
38163           wrap audio sinks, too
38164         * gst-libs/gst/resample/private.h:
38165         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38166         (gst_resample_reinit), (gst_resample_scale),
38167         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38168         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38169         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38170         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38171         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38172         * gst-libs/gst/resample/resample.h:
38173         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38174         (gst_audioscale_class_init), (gst_audioscale_link),
38175         (gst_audioscale_get_buffer), (gst_audioscale_init),
38176         (gst_audioscale_chain), (gst_audioscale_set_property),
38177         (gst_audioscale_get_property):
38178         * gst/audioscale/gstaudioscale.h:
38179           s/resample_*/gst_resample_*/i to not clobber namespaces
38180
38181 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38182
38183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38184         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38185         (gst_riff_create_video_template_caps),
38186         (gst_riff_create_audio_template_caps),
38187         (gst_riff_create_iavs_template_caps):
38188         * gst-libs/gst/riff/riff-media.h:
38189         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38190         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38191         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38192         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38194         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38195         (gst_matroska_demux_plugin_init): First batch implementing audio and
38196         video codec tags in demuxers.
38197
38198 2004-02-22  Benjamin Otte  <otte@gnome.org>
38199
38200         * ext/xine/Makefile.am:
38201         * ext/xine/gstxine.h:
38202         * ext/xine/xine.c: (plugin_init):
38203         * ext/xine/xineinput.c:
38204           add input plugin wrapper. Playback from files, http, mms and cdda
38205           works.
38206         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38207           remove leftover G_GNUC_UNUSED
38208         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38209         (gst_asf_demux_identify_guid):
38210           improve debugging output
38211
38212 2004-02-22  Benjamin Otte  <otte@gnome.org>
38213
38214         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38215
38216         * autogen.sh:
38217           replace test -e with test -x for mkinstalldirs to be more portable.
38218           (fixes #134816)
38219
38220 2004-02-22  Benjamin Otte  <otte@gnome.org>
38221
38222         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38223
38224         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38225           set rank to PRIMARY
38226         * gst/volume/gstvolume.c: (plugin_init):
38227           set rank to NONE
38228         fixes #134960
38229
38230 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38231
38232         reviewed by Benjamin Otte  <otte@gnome.org>
38233
38234         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38235           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38236
38237 2004-02-22  Benjamin Otte  <otte@gnome.org>
38238
38239         * configure.ac:
38240           export [_]*{gst,Gst,GST}.* symbols from plugins
38241
38242 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38243
38244         reviewed by: Benjamin Otte  <otte@gnome.org>
38245
38246         * ext/lame/gstlame.c: (add_one_tag):
38247         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38248         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38249         (gst_vorbisenc_metadata_set1):
38250         * gst/tags/gstid3tag.c:
38251         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38252           apply fixes from bugs #135042 (lame can't write tags) and #133817
38253           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38254
38255 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38256
38257         * configure.ac: Export only gst_plugin_desc from plugins.
38258          Note that this change only makes any effect with Linux using libtool
38259          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38260          fine. And don't try to have several versions of libtool in different
38261          directories.
38262
38263 2004-02-20  Andy Wingo  <wingo@pobox.com>
38264
38265         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38266         interleave respectively.
38267
38268         * gst/interleave/deinterleave.c: New plugin: deinterleave
38269         (replaces on oneton).
38270         * gst/interleave/interleave.c: New plugin: interleave.
38271         * gst/interleave/plugin.h: Support file.
38272         * gst/interleave/plugin.c: Support file.
38273
38274         * configure.ac: Remove intfloat and oneton, add interleave.
38275
38276         * ext/sndfile/gstsf.c: Handle events better.
38277
38278         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38279         and float2int operation. int2float has scheduling problems as
38280         noted in in2float_chain.
38281
38282 2004-02-20  Benjamin Otte  <otte@gnome.org>
38283
38284         * ext/xine/Makefile.am:
38285         * ext/xine/gstxine.h:
38286         * ext/xine/xine.c:
38287         * ext/xine/xineaudiodec.c:
38288         * ext/xine/xinecaps.c:
38289           add first version of xine plugin wrapper. Currently only wraps the
38290           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38291         * configure.ac:
38292         * ext/Makefile.am:
38293           add xine plugin wrapper, disabled by default. Use --enable-xine to
38294           build. Note that it'll segfault on gst-register if you don't remove
38295           the goom and tvtime post plugins from xine.
38296         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38297         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38298           add extradata parsing for QDM2.
38299           change around debugging prints.
38300
38301 2004-02-19  Benjamin Otte  <otte@gnome.org>
38302
38303         * ext/lame/gstlame.c: (gst_lame_chain):
38304         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38305           use gst_tag_list_insert when you want to insert tags
38306
38307 2004-02-18  David Schleef  <ds@schleef.org>
38308
38309         * configure.ac:  Move massink to gst-rotten
38310         * ext/Makefile.am:
38311         * ext/mas/Makefile.am:
38312         * ext/mas/massink.c:
38313         * ext/mas/massink.h:
38314
38315 2004-02-18  David Schleef  <ds@schleef.org>
38316
38317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38318         typefinding, since it seems to be worse than nothing.
38319         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38320         atom to recognize .mp4 and .m4a files as video/quicktime.
38321
38322 2004-02-18  David Schleef  <ds@schleef.org>
38323
38324         * gst/sine/demo-dparams.c: (quit_live),
38325         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38326         Use double dparams, not float.
38327         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38328         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38329         sync'd elements don't really work correctly.
38330         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38331         (volume_update_volume), (volume_get_property):  Change dparam
38332         to double.
38333
38334 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38335
38336         * sys/ximage/ximagesink.c:
38337         (gst_ximagesink_xwindow_update_geometry),
38338         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38339         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38340         (gst_ximagesink_init): Rework the way software video scaling works. So
38341         now we check on each chain call if the video frames are feeling the
38342         window. If not we try to renegotiate caps. On failure we memorize that
38343         and we won't try again for that PLAYING sessions.
38344         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38345         failure.
38346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38347         synchronous flag.
38348
38349 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38350
38351         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38352           break up _link so we can give a better debug message for errors
38353
38354 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38355
38356         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38357           set up debug category
38358
38359 2004-02-18  Julien MOUTTE <julien@moutte.net>
38360
38361         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38362         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38363         the way renegotiation work. The event handling function is not taking
38364         care of external windows and renegotiate method check for pad flags
38365         NEGOTIATING. Should fix : #133209
38366
38367 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38368
38369         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38370         pad is negotiating before trying renegotiation.
38371
38372 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38373
38374         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38375           pass on all possible mime types as typefind hints
38376
38377 2004-02-17  Julien MOUTTE <julien@moutte.net>
38378
38379         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38381         possible SHM leak if we crash. All other apps using XShm are doing
38382         that.
38383
38384 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38385
38386         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38387         (gst_ximagesink_expose): Renegotiate size on expose.
38388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38389         size on expose.
38390
38391 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38392
38393         * testsuite/alsa/sinesrc.c:
38394           cosmetic fix to fix compile issue with gcc 2.95.4
38395
38396 2004-02-16  Julien MOUTTE <julien@moutte.net>
38397
38398         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38399         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38400         failed opening the audio device.
38401         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38402         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38403         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38404         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38405         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38406         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38407         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38408         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38409         Removing some useless g_return_if_fail like wingo suggested.
38410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38411         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38412         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38413         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38414         (gst_xvimagesink_update_colorbalance),
38415         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38416         (gst_xvimagesink_xcontext_clear),
38417         (gst_xvimagesink_get_fourcc_from_caps),
38418         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38419         (gst_xvimagesink_set_xwindow_id),
38420         (gst_xvimagesink_colorbalance_list_channels),
38421         (gst_xvimagesink_colorbalance_set_value),
38422         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38423         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38424
38425 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38426
38427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38428           throw error when not negotiated instead of asserting
38429
38430 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38431
38432         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38433         correct data refcounting.
38434
38435 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38436
38437         * gst/switch/gstswitch.c: (gst_switch_change_state),
38438         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38439         change, mostly the EOS flag.
38440
38441 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38442
38443         * examples/gstplay/player.c: (got_eos), (main): Adding some
38444         output for debugging.
38445         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38446         timeouts if we go to any state different from PLAYING.
38447         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38448         more EOS bugs in riff lib.
38449
38450 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38451
38452         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38453         visualization until i find a way to fix switch correctly.
38454         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38455         EOS arrives.
38456         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38457         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38458         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38459         Reworked switch to get a more correct behaviour with events and refing
38460         of data stored in sinkpads.
38461         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38462         we don't pull from a pad in EOS.
38463
38464 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38465
38466         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38467           remove v1 tag even if we can't read it (makes sure we don't detect
38468           it again)
38469
38470 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38471
38472         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38473         (gst_alsa_xrun_recovery):
38474         * ext/alsa/gstalsa.h:
38475           try xrun recovery when wait failed. Make xrun recovery function
38476           return TRUE/FALSE to indicate success. (might fix #134354)
38477
38478 2004-02-13  David Schleef  <ds@schleef.org>
38479
38480         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38481         (dynparm_value_changed), (main): Convert from float to double.
38482         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38483
38484 2004-02-13  David Schleef  <ds@schleef.org>
38485
38486         * gst/silence/gstsilence.c: (gst_silence_class_init),
38487         (gst_silence_set_clock), (gst_silence_get),
38488         (gst_silence_set_property), (gst_silence_get_property):
38489         * gst/silence/gstsilence.h: Add sync property.
38490         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38491         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38492         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38493         * gst/sine/gstsinesrc.h: Add sync property.
38494
38495 2004-02-13  David Schleef  <ds@schleef.org>
38496
38497         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38498         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38499
38500 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38501
38502         * configure.ac:
38503         * ext/Makefile.am:
38504         * gst-libs/ext/Makefile.am:
38505           move ffmpeg plugin to gst-ffmpeg module
38506
38507 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38508
38509         * configure.ac: use GST_ARCH to detect architecture
38510
38511 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38512
38513         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38514
38515 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38516
38517         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38518           classify LADSPA plugins based on number of src/sink pads
38519           (#133663, Stefan Kost)
38520         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38521           fix dparams registration
38522           (#133528, Stefan Kost)
38523         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38524           fix use of isprint and use g_ascii_isprint instead
38525           (#133316, Stefan Kost)
38526
38527 2004-02-11  David Schleef  <ds@schleef.org>
38528
38529         Convert a few inner loops to use liboil.  This is currently
38530         optional, and is only enabled if liboil is present (duh!).
38531         * configure.ac: Check for liboil-0.1
38532         * gst/intfloat/Makefile.am:
38533         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38534         (gst_int2float_chain_gint16):
38535         * gst/videofilter/Makefile.am:
38536         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38537         (tablelookup_u8), (gst_videobalance_planar411):
38538         * gst/videotestsrc/Makefile.am:
38539         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38540         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38541         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38542         (paint_hline_RGB565), (paint_hline_xRGB1555):
38543
38544 2004-02-11  David Schleef  <ds@schleef.org>
38545
38546         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38547         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38548         (gst_colorspace_getcaps), (gst_colorspace_link),
38549         (gst_colorspace_base_init), (gst_colorspace_init),
38550         (gst_colorspace_chain), (gst_colorspace_change_state),
38551         (plugin_init): Merge Ronald's patch (bug #117897) and update
38552         for new caps and negotiation.  Seems to work, although it
38553         shows off bugs in lcs.
38554
38555 2004-02-11  David Schleef  <ds@schleef.org>
38556
38557         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38558         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38559
38560 2004-02-11  David Schleef  <ds@schleef.org>
38561
38562         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38563         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38564         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38565         Add server and port properties
38566
38567 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38568
38569         * m4/a52.m4:
38570         * m4/aalib.m4:
38571         * m4/as-ffmpeg.m4:
38572         * m4/as-liblame.m4:
38573         * m4/as-slurp-ffmpeg.m4:
38574         * m4/check-libheader.m4:
38575         * m4/esd.m4:
38576         * m4/freetype2.m4:
38577         * m4/gconf-2.m4:
38578         * m4/glib.m4:
38579         * m4/gst-alsa.m4:
38580         * m4/gst-artsc.m4:
38581         * m4/gst-ivorbis.m4:
38582         * m4/gst-matroska.m4:
38583         * m4/gst-sdl.m4:
38584         * m4/gst-shout2.m4:
38585         * m4/gst-sid.m4:
38586         * m4/gtk.m4:
38587         * m4/libdv.m4:
38588         * m4/libfame.m4:
38589         * m4/libmikmod.m4:
38590         * m4/ogg.m4:
38591         * m4/vorbis.m4:
38592           fix underquotedness of macros (#133800)
38593         * m4/as-avifile.m4:
38594         * m4/xmms.m4:
38595           removed because no longer used
38596
38597 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38598
38599         * configure.ac:
38600           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38601           by autopoint (fixes #132996)
38602
38603 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38604
38605         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38606         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38607         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38608         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38609           fix memleaks
38610
38611 2004-02-11  David Schleef  <ds@schleef.org>
38612
38613         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38614         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38615         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38616         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38617         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38618         (gst_jpegenc_class_init), (gst_jpegenc_init),
38619         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38620         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38621         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38622         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38623
38624 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38625
38626         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38627         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38628         * ext/mikmod/gstmikmod.h:
38629           fix caps negotiation in mikmod
38630         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38631           output debug information
38632
38633 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38634
38635         * gst-libs/gst/colorbalance/Makefile.am:
38636         * gst-libs/gst/navigation/Makefile.am:
38637         * gst-libs/gst/xoverlay/Makefile.am:
38638           remove unused GST_OPT_CFLAGS from Makefiles
38639           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38640
38641 2004-02-07  David Schleef  <ds@schleef.org>
38642
38643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38644         push events to pads that haven't been created (#133508)
38645
38646 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38647
38648         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38649         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38650         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38651         (gst_dvdec_loop), (gst_dvdec_change_state):
38652         Second attempt at committing a working dvdec element.
38653
38654 2004-02-06  David Schleef  <ds@schleef.org>
38655
38656         Build fixes for OS X: (see #129600)
38657         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38658         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38659         (gst_riff_read_strf_iavs):
38660         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38661         (gst_avi_demux_stream_odml):
38662         * gst/playondemand/Makefile.am:
38663         * gst/rtp/rtp-packet.c:
38664
38665 2004-02-05  David Schleef  <ds@schleef.org>
38666
38667         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38668         last change, because it Just Doesn't Compile.
38669
38670 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38671
38672         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38673           skip undecodable id3v2 tag instead of keeping it
38674
38675 2004-02-05  David Schleef  <ds@schleef.org>
38676
38677         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38678         Unref leaked buffer.  (Noticed by Ronald)
38679
38680 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38681
38682         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38683         Sync requires with other checks.  >= vs =.
38684
38685 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38686
38687         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38688         (gst_dvdec_video_link), (gst_dvdec_loop):
38689         * ext/dv/gstdvdec.h:
38690           rework the caps negotiation so that dvdec works again instead
38691           of just segfaulting.
38692
38693 === release 0.7.4 ===
38694
38695 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38696
38697         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38698         * configure.ac: changed for release
38699
38700 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38701
38702         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38703         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38704         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38705         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38706           reworked patch by David Lehn to fix libdir and includedir for
38707           uninstalled libraries
38708           removed play and gconf from gstreamer-libs since they have their
38709           own pkgconfig files
38710
38711 2004-02-04  David Schleef  <ds@schleef.org>
38712
38713         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38714         memleak.
38715
38716 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38717
38718         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38719           use correct GST_TAG_ENCODER tag
38720
38721 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38722
38723         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38724           be sure to stop the clock when going to paused
38725         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38726           reset number of transmitted when going to ready.
38727         fixes #132935
38728
38729 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38730
38731         reviewed by Benjamin Otte
38732
38733         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38734           extract track count (fixes #133410)
38735
38736 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38737
38738         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38739           that should be !=, not == (fixes #132519)
38740
38741 2004-02-04  David Schleef  <ds@schleef.org>
38742
38743         Make sure set_explicit_caps() is called before adding pad.
38744         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38745         * gst/id3/gstid3types.c: (gst_id3types_loop):
38746         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38747         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38748
38749 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38750
38751         * configure.ac:
38752           bump nano to 2, first prerelease
38753           put back AM_PROG_LIBTOOL
38754
38755 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38756
38757         * testsuite/alsa/Makefile.am:
38758           these are user test apps, not automatic testsuite tests
38759
38760 2004-02-04  David Schleef  <ds@schleef.org>
38761
38762         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38763         * gst/mpeg1videoparse/gstmp1videoparse.c:
38764         (mp1videoparse_parse_seq):
38765         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38766         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38767         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38768         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38769         (gst_xvideosink_getcaps):
38770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38771         * testsuite/gst-lint: more tests
38772
38773 2004-02-04  David Schleef  <ds@schleef.org>
38774
38775         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38776         with the code that they would expand to.
38777         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38778         (gst_flacdec_get_src_query_types),
38779         (gst_flacdec_get_src_event_masks):
38780         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38781         (gst_gnomevfssrc_get_query_types),
38782         (gst_gnomevfssrc_get_event_mask):
38783
38784 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38785
38786         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38787         (gst_sinesrc_dispose):
38788           fix memleak by properly disposing sinesrc
38789
38790 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38791
38792         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38793         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38794         an overlay to redraw the image because it has been exposed.
38795         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38796         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38797         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38798         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38799         interface
38800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38801         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38802         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38803         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38804         interface
38805
38806 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38807
38808         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38809           more memleak fixage
38810
38811 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38812
38813         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38814         * gst/typefind/gsttypefindfunctions.c:
38815           fix memleaks shown by gst-typefind
38816
38817 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38818
38819         * common/glib-gen.mak:
38820           add hack rule to touch .Plo files
38821         * gst-libs/gst/colorbalance/Makefile.am:
38822         * gst-libs/gst/mixer/Makefile.am:
38823         * gst-libs/gst/play/Makefile.am:
38824         * gst-libs/gst/tuner/Makefile.am:
38825           remove glib_root variable
38826
38827 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38828
38829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38830           set explicit caps before adding the element, so the autopluggers can
38831           plug correctly.
38832         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38833         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38834         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38835         (dv_type_find):
38836           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38837           argument.
38838
38839 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38840
38841         * gst-libs/gst/colorbalance/Makefile.am:
38842         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38843         * gst-libs/gst/colorbalance/colorbalance.c:
38844         * gst-libs/gst/colorbalance/colorbalance.h:
38845         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38846         * gst-libs/gst/mixer/Makefile.am:
38847         * gst-libs/gst/mixer/mixer-marshal.list:
38848         * gst-libs/gst/mixer/mixer.c:
38849         * gst-libs/gst/mixer/mixer.h:
38850         * gst-libs/gst/mixer/mixermarshal.list:
38851         * gst-libs/gst/play/Makefile.am:
38852         * gst-libs/gst/play/play.h:
38853         * gst-libs/gst/tuner/Makefile.am:
38854         * gst-libs/gst/tuner/tuner-marshal.list:
38855         * gst-libs/gst/tuner/tuner.c:
38856         * gst-libs/gst/tuner/tuner.h:
38857         * gst-libs/gst/tuner/tunermarshal.list:
38858           use new glib-gen.mak snippet to clean up Makefile.am
38859           fix various bugs in Makefile.am's
38860
38861 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38862
38863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38864           handle chain parsing correctly in the multichain case
38865         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38866         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38867         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38868         (theora_dec_chain):
38869           handle events and queries correctly
38870
38871 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38872
38873         * .cvsignore:
38874         Ignore generated file _stdint.h.
38875
38876 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38877
38878         * gst-libs/gst/colorbalance/Makefile.am:
38879         * gst-libs/gst/colorbalance/colorbalance.h:
38880         * gst-libs/gst/mixer/Makefile.am:
38881         * gst-libs/gst/mixer/mixer.h:
38882         * gst-libs/gst/play/Makefile.am:
38883         * gst-libs/gst/play/play.h:
38884         * gst-libs/gst/tuner/Makefile.am:
38885         * gst-libs/gst/tuner/tuner.h:
38886         Generate enum type code with glib-mkenums.
38887         * gst-libs/gst/colorbalance/.cvsignore:
38888         * gst-libs/gst/mixer/.cvsignore:
38889         * gst-libs/gst/play/.cvsignore:
38890         * gst-libs/gst/tuner/.cvsignore:
38891         Ignore generated files.
38892
38893 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38894
38895         * gst-libs/gst/audio/.cvsignore:
38896         Ignore generated file.
38897         * gst-libs/gst/audio/Makefile.am:
38898         Do not install example filter.
38899
38900 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38901
38902         * examples/switch/.cvsignore:
38903         Ignore generated file.
38904
38905 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38906
38907         * common/m4/ax_create_stdint_h.m4:
38908         * configure.ac:
38909           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38910           _stdint.h.
38911         * Makefile.am:
38912           remove generated _stdint.h in DISTCLEANFILES
38913         * ext/a52dec/gsta52dec.c:
38914           include _stdint.h for a52dec. (should fix #133064)
38915
38916 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38917
38918         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38919         (gst_tag_to_vorbis_comments):
38920         Add replaygain support to vorbistag
38921
38922 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38923         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38924         (gst_ffmpeg_caps_to_extradata):
38925           Fix SVQ3 caps flag properties
38926           Use glib macro for bytes swap
38927
38928 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38929
38930         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38931         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38932         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38933         * ext/sndfile/gstsf.c: (plugin_init):
38934         * gst/avi/gstavi.c: (plugin_init):
38935         * sys/dxr3/dxr3init.c: (plugin_init):
38936         * sys/oss/gstossaudio.c: (plugin_init):
38937         * sys/v4l/gstv4l.c: (plugin_init):
38938         * sys/v4l2/gstv4l2.c: (plugin_init):
38939           remove textdomain calls
38940         * po/nl.po:
38941           update Dutch translation
38942
38943 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38944
38945         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38946         (gst_play_set_audio_sink): Moving volume in the audio thread for
38947         instantaneous volume change. Maybe i will add another volume in front
38948         of visualization later, not sure yet though.
38949
38950 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38951
38952         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38953         (gst_ximagesink_handle_xevents): Better X events handling, only take
38954         the latest events for configure and motion.
38955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38956
38957 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38958
38959         reviewed by: David Schleef  <ds@schleef.org>
38960
38961         Fix memory leaks:
38962         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38963         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38964
38965 2004-02-02  David Schleef  <ds@schleef.org>
38966
38967         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38968         of lines.
38969         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38970         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38971         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38972         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38973         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38974         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38975         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38976         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38977         (gst_float2_2_int_link):
38978         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38979         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38980         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38981         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38982         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38983         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38984         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38985         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38986         * testsuite/gst-lint: Add tests for bzero and ;;
38987
38988 2004-02-02  David Schleef  <ds@schleef.org>
38989
38990         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38991
38992 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38993
38994         * ext/aalib/gstaasink.c: (gst_aasink_open):
38995         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38996         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38997         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38998         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38999         (gst_afsink_close_file):
39000         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39001         (gst_afsrc_close_file):
39002         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39003         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39004         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39005         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39006         * ext/esd/esdmon.c: (gst_esdmon_get):
39007         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39008         * ext/faac/gstfaac.c: (gst_faac_chain):
39009         * ext/faad/gstfaad.c: (gst_faad_chain):
39010         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39011         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39012         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39013         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39014         (gst_flacdec_loop):
39015         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39016         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39017         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39018         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39019         (gst_gnomevfssink_close_file):
39020         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39021         (gst_gnomevfssrc_open_file):
39022         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39023         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39024         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39025         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39026         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39027         * ext/mad/gstmad.c: (gst_mad_chain):
39028         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39029         * ext/mpeg2dec/gstmpeg2dec.c:
39030         * ext/mpeg2enc/gstmpeg2enc.cc:
39031         * ext/mplex/gstmplex.cc:
39032         * ext/mplex/gstmplexibitstream.cc:
39033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39034         (gst_ogg_demux_push):
39035         * ext/raw1394/gstdv1394src.c:
39036         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39037         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39038         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39039         (gst_sf_loop):
39040         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39041         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39042         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39043         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39044         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39045         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39046         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39047         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39048         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39049         (gst_riff_read_element_data), (gst_riff_read_seek),
39050         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39051         * gst/adder/gstadder.c: (gst_adder_loop):
39052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39053         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39054         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39055         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39056         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39057         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39058         * gst/goom/gstgoom.c: (gst_goom_chain):
39059         * gst/id3/gstid3types.c: (gst_id3types_loop):
39060         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39061         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39062         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39063         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39064         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39065         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39066         (gst_ebml_read_float), (gst_ebml_read_header):
39067         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39068         (gst_matroska_demux_parse_blockgroup):
39069         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39070         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39071         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39072         * gst/silence/gstsilence.c: (gst_silence_get):
39073         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39074         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39075         * gst/speed/gstspeed.c: (speed_loop):
39076         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39077         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39078         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39079         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39080         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39081         (gst_wavparse_loop):
39082         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39083         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39084         (dxr3audiosink_close):
39085         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39086         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39087         (dxr3videosink_close), (dxr3videosink_write_data):
39088         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39089         * sys/oss/gstosssink.c: (gst_osssink_chain):
39090         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39091         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39092         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39093         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39094         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39095         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39096         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39097         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39098         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39099         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39100         (gst_v4l_set_audio):
39101         * sys/v4l/v4l_calls.h:
39102         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39103         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39104         (gst_v4lmjpegsink_playback_init),
39105         (gst_v4lmjpegsink_playback_start):
39106         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39107         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39108         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39109         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39110         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39111         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39112         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39113         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39114         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39115         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39116         (gst_v4l2_get_output), (gst_v4l2_set_output),
39117         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39118         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39119         (gst_v4l2_set_attribute):
39120         * sys/v4l2/v4l2_calls.h:
39121         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39122         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39123         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39124         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39125         (gst_v4l2src_capture_stop):
39126         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39127         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39128         (gst_ximagesink_chain):
39129         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39130         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39131         (gst_xvideosink_xwindow_new):
39132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39133         (gst_xvimagesink_chain):
39134
39135 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39136
39137         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39138         (gst_volume_get_volume), (volume_class_init), (volume_init),
39139         (volume_chain_int16), (volume_update_volume):
39140         * gst/volume/gstvolume.h:
39141           make code more readable by removing magic numbers
39142           make mixer interface export 0-100 range
39143           make it internally map to 0.0-1.0 range so users don't distort
39144           output by putting the sliders at full volume
39145
39146 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39147
39148         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39149         (gst_play_state_change), (gst_play_seek_to_time):
39150         block the tick callback for 0.5 secs after doing a seek
39151
39152 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39153
39154         * gst-libs/gst/play/play.c: (gst_play_new):
39155           check for GError
39156
39157 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39158
39159         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39160         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39161         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39162         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39164         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39165
39166 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39167
39168         * configure.ac:
39169         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39170           check for a function added in vorbis 1.1
39171
39172 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39173
39174         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39175         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39176           really start/stop clock only on PLAYING <=> PAUSED
39177         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39178           remove \n from debugging lines
39179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39180           make it work when seeking does not
39181         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39182           reset on DISCONT
39183
39184 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39185
39186         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39187           start clock on PAUSED=>PLAYING, not later
39188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39189           extract correct time for different discont formats
39190         (gst_alsa_sink_get_time):
39191           don't segfault when no format is negotiated yet, just return 0
39192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39193         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39194         (gst_ogg_pad_push):
39195           handle flush and discont events correctly
39196         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39197           handle discont events correctly
39198
39199 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39200
39201         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39202         (gst_play_error_create), (gst_play_error_plugin),
39203         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39204         * gst-libs/gst/play/play.h:
39205           add error handling during creation
39206         * examples/gstplay/player.c: (main):
39207           use new gst_play_new
39208
39209
39210 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39211
39212         * ext/theora/theoradec.c: (theora_dec_chain):
39213           make comments work
39214         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39215         (vorbis_dec_src_event), (vorbis_dec_chain):
39216           add encoder tag, fix tag reading to be more error tolerant, change
39217           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39218           gst_pad_event_default.
39219         * gst/tags/gstvorbistag.c:
39220         (gst_tag_list_from_vorbiscomment_buffer):
39221           undefine function specific define at end of function
39222
39223 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39224
39225         * ext/flac/gstflac.c: (plugin_init):
39226         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39227         * ext/flac/gstflacdec.h:
39228         * ext/flac/gstflacenc.h:
39229           Fix typos
39230
39231 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39232
39233         * examples/gstplay/player.c: s/gstplay.h/play.h/
39234
39235 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39236
39237         * gst-libs/gst/play/Makefile.am:
39238         * gst-libs/gst/play/gstplay.c:
39239         * gst-libs/gst/play/gstplay.h:
39240         * gst-libs/gst/play/play.c:
39241           more surgery, operation complete
39242
39243 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39244
39245         * gst-libs/gst/play/play.old.c:
39246         * gst-libs/gst/play/play.old.h:
39247           after CVS surgery by moving, remove
39248         * gst-libs/gst/play/playpipelines.c:
39249           remove
39250
39251         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39252           add negotiation error
39253
39254 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39255
39256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39257         (gst_ogg_demux_push):
39258           add some seeking debug info
39259           send a flush when seeking
39260
39261 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39262
39263         * configure.ac:
39264           use AC_C_INLINE
39265         * configure.ac:
39266         * ext/Makefile.am:
39267         * ext/theora/Makefile.am:
39268         * ext/theora/theoradec.c:
39269           add theora video decoder. Does just do simple decoding for now and
39270           has been tested against Theora cvs only. It only works when theora
39271           is compiled with --enable-static.
39272         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39273           always reset packetno on DISCONT
39274
39275 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39276
39277         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39278           Fix audio.
39279
39280 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39281
39282         * gst/mpegaudioparse/gstmpegaudioparse.c:
39283         (mp3_type_frame_length_from_header):
39284           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39285
39286 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39287
39288         * ext/esd/esdsink.c: (gst_esdsink_init):
39289           Since we have static pad template caps, we don't need to negotiate;
39290           either the core errors out or we know the format.
39291
39292 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39293
39294         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39295         (gst_riff_read_seek):
39296         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39297         (gst_ebml_read_seek):
39298           Fix event handling.
39299
39300 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39301
39302         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39303           removee video/x-theora from vp3 decoder, it doesn't handle raw
39304           theora streams
39305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39306           fix bug with finalizing element that never went to PAUSED
39307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39308           length and position queries were swapped
39309         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39310         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39311         (vorbis_dec_src_event):
39312           implement querying time and bytes
39313
39314 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39315
39316         * just about every source file:
39317           gst_element_error -> GST_ELEMENT_ERROR
39318
39319 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39320
39321         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39322         emiting FLUSH and even before DISCONT.
39323         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39324         get the best instant seeking as possible yay!
39325
39326 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39327
39328         * gst/mpeg1videoparse/gstmp1videoparse.c:
39329         (gst_mp1videoparse_real_chain):
39330           Committed wrong version last week... Grr... Didn't notice until now.
39331
39332 2004-01-29  Julien MOUTTE <julien@moutte.net>
39333
39334         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39336         have_xwindow_id signal in xwindow_create.
39337
39338 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39339
39340         * ext/ogg/gstoggdemux.c:
39341           lots of changes - mainly support for chained bitstreams, seeking,
39342           querying and bugfixes of course
39343         * ext/vorbis/Makefile.am:
39344         * ext/vorbis/vorbisdec.c:
39345         * ext/vorbis/vorbisdec.h:
39346           add vorbisdec raw vorbis decoder
39347         * ext/vorbis/vorbis.c: (plugin_init):
39348           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39349         * gst/intfloat/Makefile.am:
39350         * gst/intfloat/float22int.c:
39351         * gst/intfloat/float22int.h:
39352         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39353           add float2intnew plugin. It converts multichannel interleaved float to
39354           multichannel interleaved int. The name should probably be changed.
39355         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39356         (plugin_init):
39357           add typefinding for raw theora video so oggdemux can detect it.
39358
39359 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39360
39361         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39362         sink element first.
39363         * gst/videoscale/gstvideoscale.c:
39364         (gst_videoscale_handle_src_event): Fixing src event handler.
39365
39366 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39367
39368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39369         (gst_v4lsrc_open), (gst_v4lsrc_close),
39370         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39371         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39372         * sys/v4l/gstv4lsrc.h:
39373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39374         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39375           Implement resizing... Hack. But that's why v4l is b0rked...
39376
39377 2004-01-28  Julien MOUTTE <julien@moutte.net>
39378
39379         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39380         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39381         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39382         (gst_ximagesink_xwindow_destroy):
39383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39384         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39385         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39386         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39387         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39388         correctly cleaning the image created to check xshm calls on succes,
39389         added a lot of XSync calls in X11 functions, and fixed a segfault when
39390         no image format was defined before negotiation happened.
39391
39392 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39393
39394         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39395           use gst_element_get_time to get correct time
39396
39397 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39398
39399         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39400         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39401         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39403         (gst_xvimagesink_check_xshm_calls),
39404         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39405         X plugins are now able to detect that XShm calls will fail even if the
39406         server claims that it has XShm support (remote displays most of the
39407         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39408         so that we use non XShm functions. This feature is almost useless for
39409         xvimagesink as Xv is not supported on remote displays anyway, but
39410         it might happen than even on the local display XShm calls fail.
39411
39412 2004-01-27  David Schleef  <ds@schleef.org>
39413
39414         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39415         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39416         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39417         changed esdsink to only use 44100,16,2, since esd sucks at rate
39418         conversion and esdsink has had difficulty negotiating.
39419
39420 2004-01-27  Julien MOUTTE <julien@moutte.net>
39421
39422         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39423         (gst_play_seek_to_time): Fixing the way to get current position.
39424
39425 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39426
39427         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39428           use gst_element_get_time to get correct time
39429
39430 2004-01-27  Julien MOUTTE <julien@moutte.net>
39431
39432         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39433         fix ever... Inverting 2 lines of code make spider autoplug correctly
39434         tagged mp3 !
39435
39436 2004-01-27  David Schleef  <ds@schleef.org>
39437
39438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39439         Use gst_pad_try_set_caps_nonfixed().
39440
39441 2004-01-27  David Schleef  <ds@schleef.org>
39442
39443         * gst/ac3parse/gstac3parse.c: update to checklist 5
39444         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39445         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39446         * gst/audioscale/gstaudioscale.c: same
39447         * gst/auparse/gstauparse.c: same
39448         * gst/avi/gstavidemux.c: same
39449
39450 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39451
39452         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39453           stop processing after EOS
39454
39455 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39456
39457         * gst/asfdemux/asfheaders.h:
39458         * gst/asfdemux/gstasfdemux.c:
39459         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39460         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39461         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39462           lot's of fixes to make data extraction simpler and get the code
39463           architecture and compiler independant. Add debugging category
39464         * gst/goom/gstgoom.c: (gst_goom_change_state):
39465           reset channel count on PAUSED=>READY, not READY=>PAUSED
39466
39467 2004-01-26  Colin Walters  <walters@verbum.org>
39468
39469         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39470         code to pull a bigger buffer in iradio mode.  This as a side effect
39471         makes typefinding work.
39472
39473 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39474
39475         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39476         Fix SVQ3 decoding on PPC
39477
39478 2004-01-26  Julien MOUTTE <julien@moutte.net>
39479
39480         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39481         that one managed to stay there... Fixed.
39482
39483 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39484
39485         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39486         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39487         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39488         (qtdemux_video_caps):
39489         * gst/qtdemux/qtdemux.h:
39490         Add SVQ3 specific flags to qtdemux and ffmpeg
39491
39492 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39493
39494         * gst-libs/gst/audio/audio.h:
39495           remove buffer-frames from audio caps
39496         * gst/audioconvert/gstaudioconvert.c:
39497           fix plugin to really work.
39498
39499 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39500
39501         * gst-libs/gst/mixer/mixer.c:
39502         * gst-libs/gst/propertyprobe/propertyprobe.c:
39503         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39504         (gst_tuner_find_channel_by_name):
39505         * gst-libs/gst/tuner/tuner.h:
39506           Add gtk-doc style comments. Also fix a function name.
39507
39508 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39509
39510         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39511         (gst_divxdec_negotiate):
39512           Fix for new capsnego - also fixes gst-player with divxdec.
39513
39514 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39515
39516         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39517         (gst_play_identity_handoff), (gst_play_set_location),
39518         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39519         try in visualization implementation. Still have an issue with switch
39520         blocking when pulling from video_queue and only audio comes out of
39521         spider.
39522         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39523         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39524         release method. And check if the pad is usable before pulling.
39525
39526 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39527
39528         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39529         (gst_videobalance_init),
39530         (gst_videobalance_colorbalance_list_channels),
39531         (gst_videobalance_colorbalance_set_value),
39532         (gst_videobalance_colorbalance_get_value),
39533         (gst_videobalance_update_properties),
39534         (gst_videobalance_update_tables_planar411),
39535         (gst_videobalance_planar411):
39536         * gst/videofilter/gstvideobalance.h:
39537           Implement lookup-tables. +/- 10x faster.
39538
39539 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39540
39541         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39542         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39543           The index reading was broken. The rest worked fine, but the whole
39544           goal of my rewrite was to make avidemux readable, and this was
39545           not at all readable. Please use typed variables.
39546
39547 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39548
39549         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39550           Additional pad usability check.
39551         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39552         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39553         (gst_mp1videoparse_real_chain):
39554           Fix MPEG video stream parsing. The original plugin had several
39555           issues, including not timestamping streams where the source was
39556           not timestamped (this happens with PTS values in mpeg system
39557           streams, but MPEG video is also a valid stream on its own so
39558           that needs timestamps too). We use the display time code for that
39559           for now. Also, if one incoming buffer contains multiple valid
39560           frames, we push them all on correctly now, including proper EOS
39561           handling. Lastly, several potential segfaults were fixed, and we
39562           properly sync on new sequence/gop headers to include them in next,
39563           not previous frames (since they're header for the next frame, not
39564           the previous). Also see #119206.
39565         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39566         (bpf_from_header):
39567           Move caps setting so we only do it after finding several valid
39568           MPEG-1 fraes sequentially, not right after the first one (which
39569           might be coincidental).
39570         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39571         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39572         (plugin_init):
39573           Add unsynced MPEG video stream typefinding, and change some
39574           probability values so we detect streams rightly. The idea is as
39575           follows: I can have an unsynced system stream which contains
39576           video. In the current code, I would randomly get a type for either
39577           system or video stream type found, because the probabilities are
39578           being calculated rather randomly. I now use fixed values, so we
39579           always prefer system stream if that was found (and that is how it
39580           should be). If no system stream was found, we can still identity                the stream as video-only.
39581
39582 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39583
39584         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39585         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39586           don't write to buffer. Extract data without the need of
39587           __attribute__ ((packed))
39588
39589 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39590
39591         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39592         (mpeg1_sys_type_find):
39593           Fix MPEG-1 stream typefinding.
39594
39595 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39596
39597         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39598           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39599
39600 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39601
39602         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39603         * ext/esd/gstesd.c: (plugin_init):
39604           private debugging, better error reporting
39605
39606 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39607
39608         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39609         (gst_riff_read_init), (gst_riff_read_change_state):
39610         * gst-libs/gst/riff/riff-read.h:
39611           Remove stuff fromold metadata system.
39612
39613 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39614
39615         * ext/ogg/gstoggdemux.c:
39616           Fix wrong file comment.
39617         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39618         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39619           Add metadata reading properly.
39620
39621 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39622
39623         * ext/Makefile.am:
39624           Fix nas DIST_SUBDIRS
39625           Uraeus:
39626           Fix bug where make distcheck doesn't get run on adding stuff to
39627           the build.
39628
39629 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39630
39631         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39632         * ext/divx/gstdivxdec.h:
39633           Fix divx3 ("msmpeg4") playback using divxdec.
39634
39635 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39636
39637         * gst/typefind/gsttypefindfunctions.c:
39638         (mp3_type_frame_length_from_header): fix bug in length computation
39639         (mp3_type_find): improve debugging output
39640
39641 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39642
39643         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39644         (gst_play_set_location), (gst_play_seek_to_time),
39645         (gst_play_set_audio_sink), (gst_play_set_visualization),
39646         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39647         the pipeline from scratch. Visualization is back and switch went out as
39648         i realized it was not possible to use the way i wanted.
39649         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39650         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39651         clearing in state change from READY to NULL. So that one can clean the
39652         X ressources keeping the element.
39653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39654         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39655         (gst_xvimagesink_colorbalance_set_value),
39656         (gst_xvimagesink_colorbalance_get_value),
39657         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39658         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39659         change from READY to NULL and fixed some stupid bugs in colorbalance
39660         get/set values. Also added the following feature : when nobody tries to
39661         set some values to the colorbalance levels before the xcontext is
39662         grabbed, then when creating channels list from Xv attributes we set the
39663         internal values to the Xv defaults. This way we handle buggy Xv drivers
39664         that set default hue values far from the middle of the range (Thanks
39665         to Jon Trowbridge for pointing that issue).
39666         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39667         colorbalance levels have been set before xcontext is grabbed.
39668
39669 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39670
39671         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39672           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39673           it might block operations (which is bad for a mixer).
39674
39675 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39676
39677         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39678         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39679         (gmip_find_type_pre):
39680         * gst-libs/gst/media-info/media-info-priv.h:
39681         * gst-libs/gst/media-info/media-info.c:
39682         (gst_media_info_instance_init), (gst_media_info_read_idler):
39683         add fakesink to get caps on decoder src pad again
39684         fix callback prototype to match new have_type signal signature
39685
39686 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39687
39688         * gst/adder/gstadder.c: (gst_adder_link):
39689           fix non-compile and cut-n-paste code
39690
39691 2004-01-21  David Schleef  <ds@schleef.org>
39692
39693         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39694         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39695         (gst_swfdec_init), (gst_swfdec_change_state):
39696         * ext/swfdec/gstswfdec.h:
39697         Fix negotiation.
39698         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39699         (gst_adder_request_new_pad): Fix negotiation.
39700         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39701         Add a fixate function.
39702         * gst/intfloat/gstfloat2int.c:
39703         * gst/intfloat/gstfloat2int.h:
39704         * gst/intfloat/gstint2float.c:
39705         * gst/intfloat/gstint2float.h:
39706         Completely rewrite the negotiation.  Doesn't quite work yet,
39707         due to some buffer-frames problem.
39708
39709 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39710
39711         * ext/gnomevfs/gstgnomevfssrc.c:
39712         * sys/v4l2/v4l2_calls.h:
39713           fix includes for distcheck
39714
39715 2004-01-21  Christian Schaller <uraeus@gnome.org>
39716
39717         * ext/nas/
39718         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39719         based on earlier patch from Laurent Vivier
39720
39721 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39722
39723         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39724         Fix wma caps property
39725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39726         Fix typo (flags1 and flags2)
39727
39728 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39729
39730         * gst-libs/gst/media-info/media-info-priv.c:
39731         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39732         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39733         (gmip_find_stream), (gmip_find_track_metadata),
39734         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39735         (gmip_find_track_format):
39736         * gst-libs/gst/media-info/media-info-priv.h:
39737         * gst-libs/gst/media-info/media-info-test.c: (main):
39738         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39739         (gst_media_info_read_idler), (gst_media_info_read):
39740         * gst-libs/gst/media-info/media-info.h:
39741           register debugging category and use it for debugging
39742
39743 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39744
39745         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39746         (gst_vorbisfile_new_link):
39747           signal streaminfo through tags
39748
39749 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39750
39751         * ext/mplex/gstmplex.cc:
39752         * ext/mplex/gstmplexibitstream.cc:
39753           g++ doesn't like NULL in our i18n/error macros, should be
39754           either (NULL) or ("").
39755
39756 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39757
39758         * sys/dxr3/dxr3audiosink.c:
39759         * sys/dxr3/dxr3init.c:
39760         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39761         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39762           Fix more error error error errors (missing includes here).
39763
39764 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39765
39766         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39767           fix thomas' error errors.
39768
39769 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39770
39771         * ext/mpeg2enc/gstmpeg2enc.cc:
39772           fix error errors.
39773
39774 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39775
39776         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39777         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39778           Fix for new error system.
39779
39780 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39781
39782         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39783           fix for new error reporting
39784
39785 2004-01-20  David Schleef  <ds@schleef.org>
39786
39787         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39788         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39789         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39790         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39791         and neither is 100+, most likely.
39792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39793         (gst_xvimagesink_getcaps): same
39794
39795 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39796
39797         * configure.ac:
39798           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39799           clashes with ffmpeg.
39800
39801 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39802
39803         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39804         (gst_switch_init): Fixed switch element : proxying link and setting
39805         caps from src to sink on request.
39806
39807 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39808
39809         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39810         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39811         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39812         fix element_error
39813
39814 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39815
39816         * sys/v4l/v4l_calls.h:
39817         * sys/v4l2/v4l2_calls.h:
39818           element_error fixes
39819
39820 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39821
39822         * gst-libs/gst/gst-i18n-plugin.h:
39823           add locale.h
39824           remove config.h inclusion
39825
39826 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39827
39828         * autogen.sh:
39829           adding autopoint invocation
39830         * Makefile.am:
39831         * configure.ac:
39832         * gst-libs/gst/gettext.h:
39833           adding gettext bits
39834         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39835         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39836         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39837         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39838         (gst_gnomevfssink_close_file):
39839         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39840         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39841         * gst-libs/gst/gst-i18n-plugin.h:
39842         * gst/avi/gstavi.c: (plugin_init):
39843         * sys/dxr3/dxr3init.c: (plugin_init):
39844         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39845         * sys/oss/gstossaudio.c: (plugin_init):
39846         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39847         * sys/v4l/gstv4l.c: (plugin_init):
39848         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39849         * sys/v4l2/gstv4l2.c: (plugin_init):
39850         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39851         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39852         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39853         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39854         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39855         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39856           make sure locale and translation domain are set
39857           fix translated strings
39858         * po/.cvsignore:
39859         * po/LINGUAS:
39860         * po/Makevars:
39861         * po/POTFILES.in:
39862         * po/nl.po:
39863           put translation files into place
39864         * sys/xvideo/imagetest.c: (main):
39865         * ext/dv/demo-play.c: (main):
39866           fix unnecessary translations
39867
39868 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39869
39870         * ext/sndfile/gstsf.c:
39871         * gst/avi/gstavimux.c:
39872         * ext/audiofile/gstafsink.c:
39873         * ext/audiofile/gstafsrc.c:
39874         * ext/gnomevfs/gstgnomevfssink.c:
39875         * ext/gnomevfs/gstgnomevfssrc.c:
39876         * sys/oss/gstosselement.c:
39877         * sys/v4l/v4l_calls.h:
39878           fix i18n include
39879
39880 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39881
39882         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39883         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39884         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39885         (gst_v4l2_get_output), (gst_v4l2_set_output),
39886         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39887         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39888         (gst_v4l2_set_attribute):
39889         update to new error handling
39890
39891 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39892
39893         * ext/sidplay/gstsiddec.cc:
39894         * gst/modplug/gstmodplug.cc:
39895           parenthese NULL because C++ seems angry about it
39896
39897 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39898
39899         * gst-libs/gst/gst-i18n-plugin.h:
39900           add skeleton i18n stuff, but needs to be further implemented
39901
39902 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39903
39904         * examples/gstplay/player.c: (main):
39905         * ext/aalib/gstaasink.c: (gst_aasink_open):
39906         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39908         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39909         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39910         (gst_afsink_close_file):
39911         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39912         (gst_afsrc_close_file):
39913         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39914         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39915         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39916         * ext/esd/esdmon.c: (gst_esdmon_get):
39917         * ext/esd/esdsink.c: (gst_esdsink_chain):
39918         * ext/faac/gstfaac.c: (gst_faac_chain):
39919         * ext/faad/gstfaad.c: (gst_faad_chain):
39920         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39921         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39922         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39923         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39924         (gst_flacdec_loop):
39925         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39926         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39927         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39928         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39929         (gst_gnomevfssink_close_file):
39930         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39931         (gst_gnomevfssrc_open_file):
39932         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39933         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39934         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39935         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39936         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39937         * ext/mad/gstmad.c: (gst_mad_chain):
39938         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39939         * ext/mpeg2dec/gstmpeg2dec.c:
39940         * ext/mpeg2enc/gstmpeg2enc.cc:
39941         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39942         * ext/mplex/gstmplex.cc:
39943         * ext/mplex/gstmplexibitstream.cc:
39944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39945         (gst_ogg_demux_push), (gst_ogg_pad_push):
39946         * ext/raw1394/gstdv1394src.c:
39947         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39948         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39949         * ext/sidplay/gstsiddec.cc:
39950         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39951         (gst_sf_loop):
39952         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39953         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39954         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39955         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39956         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39957         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39958         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39959         * gst-libs/gst/Makefile.am:
39960         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39961         (gst_riff_read_element_data), (gst_riff_read_seek),
39962         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39963         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39965         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39966         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39967         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39968         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39969         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39970         * gst/goom/gstgoom.c: (gst_goom_chain):
39971         * gst/id3/gstid3types.c: (gst_id3types_loop):
39972         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39973         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39974         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39975         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39976         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39977         (gst_ebml_read_float), (gst_ebml_read_header):
39978         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39979         (gst_matroska_demux_parse_blockgroup):
39980         * gst/modplug/gstmodplug.cc:
39981         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39982         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39983         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39984         * gst/silence/gstsilence.c: (gst_silence_get):
39985         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39986         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39987         * gst/speed/gstspeed.c: (speed_loop):
39988         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39989         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39990         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39991         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39992         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39993         (gst_wavparse_loop):
39994         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39995         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39996         (dxr3audiosink_close):
39997         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39998         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39999         (dxr3videosink_close), (dxr3videosink_write_data):
40000         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40001         * sys/oss/gstosselement.h:
40002         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40003         (gst_osssink_chain):
40004         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40005         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40006         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40007         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40008         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40009         (gst_v4l_enable_overlay):
40010         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40011         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40012         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40013         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40014         (gst_v4l_set_audio):
40015         * sys/v4l/v4l_calls.h:
40016         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40017         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40018         (gst_v4lmjpegsink_playback_init),
40019         (gst_v4lmjpegsink_playback_start):
40020         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40021         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40022         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40023         (gst_v4lmjpegsrc_requeue_frame):
40024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40025         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40026         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40027         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40028         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40029         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40030         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40031         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40032         (gst_v4l2src_capture_stop):
40033         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40034         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40035         (gst_ximagesink_chain):
40036         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40037         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40038         (gst_xvideosink_xwindow_new):
40039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40040         (gst_xvimagesink_chain):
40041         use new error signal, function and categories
40042
40043 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40044
40045         * configure.ac:
40046         * ext/Makefile.am:
40047         * ext/musicbrainz/gsttrm.c:
40048         * ext/musicbrainz/gsttrm.h:
40049         * ext/musicbrainz/Makefile.am:
40050         Add a trm plugin
40051
40052 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40053
40054         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40055         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40056         synchronous property for debugging.
40057         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40059         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40060         smaller block, fixing indent.
40061
40062 2004-01-16  David Schleef  <ds@schleef.org>
40063
40064         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40065         property affects the video stream.
40066         * sys/xvimage/xvimagesink.c:
40067         * sys/xvimage/xvimagesink.h:
40068         Add synchronous property for debugging.  Should probably be
40069         disabled in non-CVS builds.  Make sure that the Xv attribute
40070         exists before we set it (crash!).  Fix a silly float bug that
40071         caused colorbalance to just not work.
40072
40073 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40074
40075         * tools/gst-launch-ext.in - update for new plugins
40076
40077 2004-01-16  David Schleef  <ds@schleef.org>
40078
40079         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40080         already-freed caps.
40081
40082 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40083
40084         * Update spec for new colorspace plugin and libcaca plugin
40085         * Fix compilation of libcaca plugin (clock -> id)
40086
40087 2004-01-16  Julien MOUTTE <julien@moutte.net>
40088
40089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40090         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40091         (gst_xvimagesink_set_xwindow_id),
40092         (gst_xvimagesink_colorbalance_set_value),
40093         (gst_xvimagesink_colorbalance_get_value),
40094         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40095         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40096         correct colorbalance properties. They can now be set when the element
40097         is still in NULL state. The values will be committed to the Xv Port
40098         when xcontext is initialized.
40099         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40100         brightness int values in the GstXvImagesink structure.
40101
40102 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40103
40104         * gst-libs/gst/Makefile.am:
40105           restructure so having local patches works easier.
40106
40107 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40108
40109         * ext/mpeg2enc/Makefile.am:
40110         * ext/mpeg2enc/gstmpeg2enc.cc:
40111         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40112           Bugfix with respect to EOS handling.
40113
40114 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40115
40116         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40117           Link with right caps (else, it segfaults).
40118         * ext/mplex/gstmplexjob.cc:
40119           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40120
40121 2004-01-15  David Schleef  <ds@schleef.org>
40122
40123         * gst-libs/gst/audio/Makefile.am:
40124         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40125         from the template.
40126         * gst-libs/gst/audio/gstaudiofilter.c:
40127         * gst-libs/gst/audio/gstaudiofilter.h:
40128         Add bytes_per_sample and size and n_samples calculation.
40129         * gst-libs/gst/audio/gstaudiofilterexample.c:
40130         Remove, now autogenerated.
40131         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40132         Moved from gstaudiofilterexample, object name changed, code added
40133         so that it actually works.
40134         * gst-libs/gst/audio/make_filter:
40135         Script to build an audiofilter subclass from the template.
40136         * gst/colorspace/Makefile.am:
40137         * gst/colorspace/yuv2yuv.c:
40138         Remove file, since it's GPL, and we don't use it.
40139
40140 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40141
40142         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40144         them use the buffer free function to test how the buffer was allocated.
40145
40146 2004-01-15  David Schleef  <ds@schleef.org>
40147
40148         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40149         that handles osssink fallback.
40150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40151         (gst_audio_convert_getcaps):
40152         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40153         Add audio/x-qdm2 for QDM2 audio.
40154         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40155         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40156         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40157         Decrease minimum size to 16x16.
40158         * gst/wavparse/gstwavparse.c:
40159         Convert disabled pad template caps to new caps.
40160         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40162         (gst_xvimagesink_chain): Throw element error when display cannot
40163         be opened.  Increase minimum framerate to 1.0.  Check the data
40164         free function on a buffer to make sure it is the type we expect
40165         before manipulating it.
40166
40167 2004-01-15  Julien MOUTTE <julien@moutte.net>
40168
40169         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40170         (gst_videobalance_colorbalance_set_value): Implement passthru if
40171         settings are in the middle.
40172         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40173
40174 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40175
40176         * gst/videofilter/Makefile.am:
40177         * gst/volume/Makefile.am:
40178           Since we use videofilter symbols, link to it.
40179
40180 2004-01-15  Julien MOUTTE <julien@moutte.net>
40181
40182         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40183         mixer interface type to HARDWARE.
40184         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40185         type to SOFTWARE.
40186         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40187         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40188         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40189         (gst_volume_interface_init), (gst_volume_list_tracks),
40190         (gst_volume_set_volume), (gst_volume_get_volume),
40191         (gst_volume_set_mute), (gst_volume_mixer_init),
40192         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40193         (volume_init): Implementing mixer interface.
40194         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40195         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40196         (gst_osselement_change_state): Removing some trailing commas in
40197         structures.
40198         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40199         interface type to HARDWARE.
40200         * sys/v4l/gstv4lcolorbalance.c:
40201         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40202         type to HARDWARE.
40203         * sys/v4l2/gstv4l2colorbalance.c:
40204         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40205         interface type to HARDWARE.
40206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40207         same code than ximagesink for event handling.
40208
40209 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40210
40211         * ext/snapshot/Makefile.am:
40212         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40213         (gst_snapshot_chain):
40214         * ext/snapshot/gstsnapshot.h:
40215           This has to be a joke... Snapshot should be connected to a tee,
40216           colorspace element before it and EOS after that, where the other
40217           src of the tee receives normal data.
40218           The current way is *wrong*.
40219
40220 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40221
40222         * ext/hermes/gsthermescolorspace.c:
40223           Fix another compile error. Same as below.
40224
40225 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40226
40227         * gst/colorspace/gstcolorspace.c:
40228         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40229         (gst_colorspace_i420_to_yv12):
40230           Fix compiling... Didn't test if it actually works.
40231
40232 2004-01-15  David Schleef  <ds@schleef.org>
40233
40234         * configure.ac:
40235         * gst/colorspace/Makefile.am:
40236         * gst/colorspace/gstcolorspace.c:
40237         * gst/colorspace/gstcolorspace.h:
40238         * gst/colorspace/yuv2rgb.c:
40239         * gst/colorspace/yuv2rgb.h:
40240         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40241         code and GPL code.  Fix for new caps negotiation.  Rewrite
40242         much of the format handling code, and some of the conversion
40243         code.  Basically, rewrote almost everything.  This element
40244         handles I420, YV12 to RGB conversions.
40245         * ext/hermes/Makefile.am:
40246         * ext/hermes/gsthermescolorspace.c:
40247         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40248         Remove non-Hermes related code.  This element handles lots of
40249         RGB to RGB conversions, but no YUV.
40250         * ext/hermes/gstcolorspace.c:
40251         * ext/hermes/gstcolorspace.h:
40252         * ext/hermes/rgb2yuv.c:
40253         * ext/hermes/yuv2rgb.c:
40254         * ext/hermes/yuv2rgb.h:
40255         * ext/hermes/yuv2rgb_mmx16.s:
40256         * ext/hermes/yuv2yuv.c:
40257         * ext/hermes/yuv2yuv.h:
40258         Remove old code.
40259
40260 2004-01-14  Colin Walters  <walters@verbum.org>
40261
40262         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40263         they've already been.
40264
40265 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40266
40267         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40268           assume tag mode when pad is not connected
40269
40270 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40271
40272         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40273           Don't update the time of the clock
40274         (gst_alsa_sink_loop):
40275           sync to the clock given to alsasink, not the own clock
40276         * sys/oss/gstosssink.c: (gst_osssink_chain):
40277           sync to the clock
40278         (gst_osssink_change_state):
40279           activate the clock
40280         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40282           remove bogus code that made DISCONT events unhandled
40283         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40284           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40285           #131502)
40286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40287         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40288         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40289           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40290           2nd warning in bug #131502)
40291
40292 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40293
40294         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40295         (gst_videobalance_colorbalance_set_value),
40296         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40297         for colorbalance interface implementation.
40298         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40299         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40300         (gst_ximagesink_dispose), (gst_ximagesink_init),
40301         (gst_ximagesink_class_init): Adding DISPLAY property.
40302         * sys/ximage/ximagesink.h: Adding display_name to store display.
40303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40304         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40305         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40306         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40307         properties (they still need polishing though for gst-launch use : no
40308         xcontext yet, i ll do that tomorrow).
40309         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40310
40311 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40312
40313         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40314         (gst_play_set_location), (gst_play_set_visualization): Preparing
40315         switch integration, adding videobalance in the pipeline.
40316
40317 2004-01-14  Julien MOUTTE <julien@moutte.net>
40318
40319         * gst-libs/gst/colorbalance/colorbalance.c:
40320         (gst_color_balance_class_init): Adding a default type.
40321         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40322         the type.
40323         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40324         (gst_videobalance_dispose), (gst_videobalance_class_init),
40325         (gst_videobalance_init), (gst_videobalance_interface_supported),
40326         (gst_videobalance_interface_init),
40327         (gst_videobalance_colorbalance_list_channels),
40328         (gst_videobalance_colorbalance_set_value),
40329         (gst_videobalance_colorbalance_get_value),
40330         (gst_videobalance_colorbalance_init): Implementing colorbalance
40331         interface.
40332         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40333         list.
40334         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40335         bug which was triggering a BadAccess X error when setting an overlay
40336         before pad was really negotiated.
40337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40338         Using the colorbalance type macro.
40339
40340 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40341
40342         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40343         (gst_flacenc_chain):
40344           handle tags correctly
40345         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40346           extract ID3v1 tags correctly
40347
40348 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40349
40350         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40351         (plugin_init):
40352           Improve matroska typefinding for odd-typed headers...
40353
40354 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40355
40356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40357           Fix for using incremental number on padnames.
40358
40359 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40360
40361         * ext/divx/gstdivxdec.c:
40362         * ext/divx/gstdivxenc.c:
40363           Set category to divx4linux instead of divx (too generic).
40364         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40365         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40366         (gst_wavparse_loop), (gst_wavparse_change_state):
40367         * gst/wavparse/gstwavparse.h:
40368           fix parsing of WAV files with non-standard fmt-tag size and fix
40369           skipping of unrecognized chunks... Someone please fix this thing
40370           to use rifflib so all this is automated.
40371         * sys/v4l/Makefile.am:
40372         * sys/v4l2/Makefile.am:
40373           Add X_CFLAGS because we depend on X (for overlay).
40374
40375 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40376
40377         * ext/mpeg2dec/gstmpeg2dec.c:
40378           Don't issue a timestamp unless we tagged the frame
40379           with a PTS.
40380
40381 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40382
40383         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40384           Query the audio element to get the time, not the clock. We're
40385           interested in the element's time here.
40386
40387 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40388
40389         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40390         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40391         * ext/esd/esdsink.c: (gst_esdsink_chain):
40392         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40393         * ext/mas/massink.c: (gst_massink_chain):
40394         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40395         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40396         (gst_matroska_demux_parse_metadata):
40397         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40398         (gst_mpeg_parse_release_locks):
40399         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40400         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40401         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40402         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40403         (gst_osssink_change_state):
40404         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40405         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40406         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40407         (gst_xvideosink_release_locks):
40408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40409           use element time.
40410         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40411         (gst_alsa_clock_stop):
40412         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40413         (gst_audio_clock_get_internal_time):
40414           simplify for use with new clocking code.
40415         * testsuite/alsa/Makefile.am:
40416         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40417           fix testsuite for new caps system
40418
40419 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40420
40421         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40422         * ext/flac/gstflacenc.c: (add_one_tag):
40423           length is already host endian, no need to convert. Fixes playback of
40424           tagged files on PPC. (bug #128384)
40425
40426 2004-01-13  Julien MOUTTE <julien@moutte.net>
40427
40428         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40429         colorbalance interface stating if it is hardware based or software
40430         based.
40431         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40432         Removing a trailing comma.
40433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40434         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40435         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40436         the documentation seems to be wrong on the -1000 to 1000 interval.
40437
40438 2004-01-12  David Schleef  <ds@schleef.org>
40439
40440         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40441         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40442         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40443         Fix negotiation.  Add a bufferalloc function for the sink pad,
40444         and generally clean up some of the code.
40445
40446 2004-01-12  Julien MOUTTE <julien@moutte.net>
40447
40448         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40449         (gst_color_balance_channel_dispose): Adding safety check in dispose
40450         method.
40451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40452         (gst_xvimagesink_xcontext_clear),
40453         (gst_xvimagesink_interface_supported),
40454         (gst_xvimagesink_colorbalance_list_channels),
40455         (gst_xvimagesink_colorbalance_set_value),
40456         (gst_xvimagesink_colorbalance_get_value),
40457         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40458         Adding colorbalance interface support to set XV parameters such as
40459         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40460         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40461         interface.
40462
40463 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40464
40465         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40466         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40467         (gst_audio_convert_init), (gst_audio_convert_set_property),
40468         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40469         (gst_audio_convert_link),
40470         (gst_audio_convert_buffer_to_default_format),
40471         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40472           - implement _getcaps and use it
40473           - improve linking
40474           - remove float caps since no float conversion is actually done
40475           - remove properties and arguments that were to be used for rate
40476             conversion
40477
40478 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40479
40480         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40481         (gst_audio_structure_set_int):
40482         * gst-libs/gst/audio/audio.h:
40483           add helper functions for _getcaps matching the standard audio
40484           templates
40485
40486 2004-01-12  David Schleef  <ds@schleef.org>
40487
40488         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40489         Test that pad is negotiated before getting its caps.
40490
40491 2004-01-12  Julien MOUTTE <julien@moutte.net>
40492
40493         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40494         analyzing the pads of an element the bin is mostly in READY state so
40495         no caps were negotiated. This helper function needs to work with
40496         _get_caps directly then. I was not freeing them though, added that to
40497         fix the mem leak.
40498
40499 2004-01-12  Julien MOUTTE <julien@moutte.net>
40500
40501         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40503         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40504         than the free_func.
40505
40506 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40507
40508         * sys/oss/gstossaudio.c: (plugin_init):
40509         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40510         * sys/oss/gstosselement.h:
40511           make an oss debugging category
40512           make failure more descriptive
40513
40514 2004-01-11  David Schleef  <ds@schleef.org>
40515
40516         * ext/ffmpeg/gstffmpeg.c:
40517         * ext/ffmpeg/gstffmpegcodecmap.c:
40518         * ext/ffmpeg/gstffmpegdec.c:
40519         * ext/ffmpeg/gstffmpegenc.c:
40520         * ext/ffmpeg/gstffmpegprotocol.c:
40521         * ext/gdk_pixbuf/gstgdkanimation.c:
40522         * ext/jpeg/gstjpeg.c:
40523         * ext/libpng/gstpng.c:
40524         * ext/mpeg2dec/perftest.c:
40525         * ext/speex/gstspeex.c:
40526         * gst-libs/gst/resample/dtos.c:
40527         * gst/intfloat/gstintfloatconvert.c:
40528         * gst/oneton/gstoneton.c:
40529         * gst/rtjpeg/RTjpeg.c:
40530         * gst/rtp/gstrtp.c:
40531         * sys/dxr3/dxr3init.c:
40532         * sys/glsink/gstgl_nvimage.c:
40533         * sys/glsink/gstgl_pdrimage.c:
40534         * sys/glsink/gstglsink.c:
40535         * testsuite/gst-lint:
40536         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40537
40538 2004-01-11  David Schleef  <ds@schleef.org>
40539
40540         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40541         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40542         * ext/gdk_pixbuf/gstgdkanimation.c:
40543         (gst_gdk_animation_iter_create_pixbuf):
40544         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40545         (gst_gdk_pixbuf_chain):
40546         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40547         * ext/jack/gstjack.c: (gst_jack_change_state):
40548         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40549         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40550         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40551         * gst/videofilter/gstvideofilter.c:
40552         (gst_videofilter_set_output_size):
40553         Remove all usage of gst_pad_get_caps(), and replace it with
40554         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40555
40556 2004-01-11  David Schleef  <ds@schleef.org>
40557
40558         * configure.ac:
40559         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40560         * ext/divx/gstdivxdec.c:
40561         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40562         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40563         handle images that span multiple buffers.  Now work with both
40564         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40565         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40566         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40567         video/video.h changes
40568         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40569         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40570         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40571         of GstData free function.
40572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40573         same.
40574
40575 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40576
40577         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40578         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40579         (gst_v4l2element_get_property):
40580         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40581           add norm, channel and frequency properties.
40582         * sys/v4l2/gstv4l2tuner.c:
40583           fixes for tuner interface changes
40584         * sys/v4l2/gstv4l2element.h:
40585         * sys/v4l2/gstv4l2src.c:
40586         * sys/v4l2/gstv4l2src.h:
40587         * sys/v4l2/v4l2src_calls.c:
40588         * sys/v4l2/v4l2src_calls.h:
40589           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40590
40591 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40592
40593         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40594         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40595         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40596         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40597         * gst-libs/gst/tuner/tuner.h:
40598           GObjects aren't const.
40599           Add find_by_name functions.
40600           Add checks to _changed functions.
40601         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40602         (gst_v4l_tuner_get_norm):
40603           Fixes for above.
40604
40605 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40606
40607         * gst-libs/gst/video/video.h:
40608           Fix caps template names to be understandable.
40609           Prefix everything with GST_VIDEO.
40610         * ext/aalib/gstaasink.c:
40611         * ext/divx/gstdivxdec.c:
40612         * ext/divx/gstdivxenc.c:
40613         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40614         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40615         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40616         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40617         * ext/libcaca/gstcacasink.c:
40618         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40619         * ext/snapshot/gstsnapshot.c:
40620         * ext/swfdec/gstswfdec.c:
40621         * ext/xvid/gstxviddec.c:
40622         * ext/xvid/gstxvidenc.c:
40623         * gst/chart/gstchart.c:
40624         * gst/deinterlace/gstdeinterlace.c:
40625         * gst/effectv/gsteffectv.c:
40626         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40627         * gst/goom/gstgoom.c:
40628         * gst/median/gstmedian.c:
40629         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40630         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40631         * gst/overlay/gstoverlay.c:
40632         * gst/smooth/gstsmooth.c:
40633         * gst/smpte/gstsmpte.c:
40634         * gst/synaesthesia/gstsynaesthesia.c:
40635         * gst/videocrop/gstvideocrop.c:
40636         * gst/videodrop/gstvideodrop.c:
40637         * gst/y4m/gsty4mencode.c:
40638         * sys/qcam/gstqcamsrc.c:
40639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40640           Make them work with new video.h file.
40641         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40642         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40644         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40645           Make it work with new buffer allocation system.
40646
40647 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40648
40649         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40650         pad_alloc_buffer implementation to use ->srcpad
40651         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40652         pad_alloc_buffer implementation to use ->srcpad
40653         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40654         pad_alloc_buffer implementation to use ->srcpad
40655         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40656         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40657         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40658         a reference to everything we need.
40659         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40661         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40662         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40663         a reference to everything we need.
40664         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40665
40666 2004-01-11  David Schleef  <ds@schleef.org>
40667
40668         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40669         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40670         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40671         structure members.
40672         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40673         value during a resize/renegotiation.
40674         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40675         gst_pad_alloc_buffer();
40676         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40677         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40678         structure members.
40679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40680         Fix for rename of buffer private structure members.
40681         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40682         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40683         Fix for rename of buffer private structure members.
40684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40685         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40686         Fix for rename of buffer private structure members.
40687
40688 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40689
40690         reviewed by: David Schleef <ds@schleef.org>
40691
40692         * gst/videofilter/Makefile.am:
40693         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40694         from the patch by ds to fit in with recent make_filter changes.
40695
40696 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40697
40698         * configure.ac: Adding examples/switch/Makefile
40699         * examples/Makefile.am: Adding examples/switch
40700         * examples/switch/Makefile.am: Adding switcher example.
40701         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40702         (switch_timer), (main): Adding an example demonstrating switch usage
40703         with 2 videotestsrc showing different patterns.
40704         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40705         (gst_switch_init): Fixing switch with the new caps system.
40706
40707 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40708
40709         * gst-libs/gst/video/video.h:
40710           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40711           They should probably be like
40712           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40713
40714 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40715
40716         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40717         (qtdemux_parse_trak):
40718           fix audio chunk size/timestamp calculation
40719
40720 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40721
40722         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40723           fix SVQ3 caps
40724
40725 2004-01-11  Steve Baker  <steve@stevebaker.org>
40726
40727         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40728         (gst_agingtv_base_init), (gst_agingtv_class_init),
40729         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40730         (gst_agingtv_set_property), (gst_agingtv_get_property):
40731         Port agingTV to videofilter
40732
40733 2004-01-09  Julien MOUTTE <julien@moutte.net>
40734
40735         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40736         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40737
40738 2004-01-09  Julien MOUTTE <julien@moutte.net>
40739
40740         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40741         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40742         * gst-libs/gst/xoverlay/xoverlay.c:
40743         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40744         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40745         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40746         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40747         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40748         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40749         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40750         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40751         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40752         interface implementation to handle xid being 0 and fix some bugs
40753         triggered by Benjamin's testcase.
40754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40755         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40756         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40757         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40758         interface implementation to handle xid being 0 and fix some bugs
40759         triggered by Benjamin's testcase.
40760
40761 2004-01-09  David Schleef  <ds@schleef.org>
40762
40763         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40764         mouse pointer events.  It works.
40765
40766 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40767
40768         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40769           Use explicit caps - fix capsnego.
40770         * ext/xvid/gstxviddec.c:
40771         * ext/xvid/gstxvidenc.c:
40772           Remove macro-inside-macro which caused compile errors.
40773         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40774           Error out if it's not a RIFF file. Else we error out without
40775           gst_element_error() which is not good...
40776
40777 2004-01-08  David Schleef  <ds@schleef.org>
40778
40779         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40780         Fix pad_link function to handle formats that ffmpeg returns
40781         as multiple caps structures.
40782         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40783         Only complain if source buffer is _smaller_ than expected.
40784         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40785         (gst_videoscale_handle_src_event): Resize navigation events
40786         when passing them upstream.
40787         * gst/videotestsrc/gstvideotestsrc.c:
40788         * gst/videotestsrc/gstvideotestsrc.h:
40789         * gst/videotestsrc/videotestsrc.c:
40790         * gst/videotestsrc/videotestsrc.h:
40791         Rewrite many of the buffer painting functions to handle odd
40792         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40793         been verified to work with my video card.
40794         * testsuite/gst-lint:  Add check for elements calling
40795         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40796
40797 2004-01-08  David Schleef  <ds@schleef.org>
40798
40799         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40800         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40801
40802 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40803
40804         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40805         configure event is not emiting the desired size signal. That fixes
40806         aspect ratio issues with gst-player.
40807
40808 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40809
40810         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40811           Fix capsnego.
40812
40813 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40814
40815         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40816         public method to fire size signal.
40817
40818 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40819
40820         * examples/gstplay/Makefile.am: Adding the interface library.
40821         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40822         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40823         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40824         GST_IS_X_OVERLAY before signal connect.
40825         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40826         Removing the have_video_size signal.
40827         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40828         and associated public method.
40829         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40830         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40831         signal.
40832         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40833         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40834         signal.
40835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40836         Using XOverlay public method to fire size signal.
40837
40838 2004-01-07  David Schleef  <ds@schleef.org>
40839
40840         * gst/videofilter/Makefile.am:
40841         * gst/videofilter/gstvideotemplate.c:
40842         * gst/videofilter/make_filter:
40843         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40844         Convert make_filter to /bin/sh script.
40845
40846 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40847
40848         * gst/modplug/gstmodplug.cc: fix element description
40849
40850 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40851
40852         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40853         (got_video_size): Adding some new lines in g_print calls.
40854         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40855         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40856         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40857         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40858         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40859         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40860         Complete code review, reverting some stuff i disagree with, adding
40861         some fixes : time synchronization on invalid timestamps, renegotiation
40862         of private window.
40863         * sys/ximage/ximagesink.h:
40864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40865         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40866         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40867         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40868         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40869         (gst_xvimagesink_buffer_new),
40870         (gst_xvimagesink_navigation_send_event),
40871         (gst_xvimagesink_set_xwindow_id),
40872         (gst_xvimagesink_get_desired_size),
40873         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40874         stuff i disagree with, adding some fixes : Renegotiation of private
40875         window, implementing get_desired_size.
40876
40877 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40878
40879         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40880         (gst_afsink_handle_event):
40881         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40882         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40883         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40884         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40885         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40886           Fix for instantiate-test (see core). Also remove dead code from
40887           jpegenc (which still needs fixing, but that's lower on my TODO
40888           list...).
40889         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40890           Never return NULL as caps.
40891
40892 2004-01-07  David Schleef  <ds@schleef.org>
40893
40894         * configure.ac:
40895         * ext/Makefile.am:
40896         * ext/librfb/Makefile.am:
40897         * ext/librfb/gstrfbsrc.c:
40898         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40899         is the protocol used by VNC.
40900
40901 2004-01-07  David Schleef  <ds@schleef.org>
40902
40903         * gst/videofilter/gstvideotemplate.c:
40904         * gst/videofilter/gstvideotemplate.h:
40905         * gst/videofilter/make_filter:
40906         Merge videotemplate header into source file.
40907         * gst/effectv/Makefile.am:
40908         * gst/effectv/gsteffectv.c: (plugin_init):
40909         * gst/effectv/gstwarp.c:
40910         Make warpTV a subclass of videofilter.
40911
40912 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40913
40914         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40915           Add guard against invalid utf-8 conversions in mad. Just in case.
40916
40917 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40918
40919         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40920           Fix for bug shown by poisoning
40921
40922 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40923
40924         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40925         (gst_v4lmjpegsrc_buffer_free):
40926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40927         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40928         (gst_v4lsrc_buffer_free):
40929           Fix for removed bufferpools.
40930
40931 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40932
40933         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40934         Fix caps negotiation.
40935
40936         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40937         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40938         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40939         (dvdnavsrc_event):
40940         * ext/mpeg2dec/gstmpeg2dec.c:
40941         * gst-libs/gst/navigation/navigation.c:
40942         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40943         * gst-libs/gst/navigation/navigation.h:
40944         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40945         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40947         Super-simple first version of mouse and keyboard events. Clicking
40948         on a DVD menu now works, although it may not take you where you
40949         expected.
40950
40951         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40952         * gst/videotestsrc/gstvideotestsrc.c:
40953         (gst_videotestsrc_src_fixate):
40954         These fixate functions were broken - they never actually
40955         fixated :)
40956
40957 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40958
40959         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40960         (gst_icecastsend_init):
40961           fix for new caps system.
40962         * gst-libs/gst/mixer/mixertrack.h:
40963         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40964           Add 'master track' flag (for tools like ACME that only want to
40965           change the main volume).
40966
40967 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40968
40969         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40970         (gst_xvid_csp_to_caps):
40971         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40972         * ext/xvid/gstxvidenc.c:
40973         ifdef out ARGB type when it isn't available
40974         in xvidcore 1.0.0beta2
40975
40976 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40977
40978         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40979           When we have received a new SCR right in the first buffer after
40980           a seek (so in the same cycle that handles the discont), we should
40981           handle the buffer instead of unreffing it, else we lose data.
40982
40983 2004-01-06  Iain <iain@prettypeople.org>
40984
40985         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40986           buffer-frames caps too.
40987
40988         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40989           caps that we need, don't destroy them all and rebuild them. And when
40990           creating src pads, use the src pad template rather than the sink...
40991
40992 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40993
40994         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40995           Add pad to element *after* setting functions such as event handler.
40996           Without this, the scheduler (opt) will link pads, set the event
40997           handler from the default event function (dispatcher in gstpad.c)
40998           and *after* that, we will set our own event function, which will
40999           thus never be used (and thus mpegdemux doesn't handle events).
41000
41001 2004-01-04  David Schleef  <ds@schleef.org>
41002
41003         Fix the fixate functions to handle new prototype:
41004         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41005         * gst/videotestsrc/gstvideotestsrc.c:
41006         (gst_videotestsrc_src_fixate):
41007         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41008         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41010
41011 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41012
41013         * sys/ximage/ximagesink.h:
41014         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41015         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41016         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41017         (gst_ximagesink_xoverlay_init):
41018           assorted fixes to make (re)embedding work
41019         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41020         (gst_ximagesink_get_desired_size):
41021           implement desired size additions to XOverlay
41022
41023 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41024
41025         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41026         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41027         (gst_x_overlay_got_desired_size):
41028         * gst-libs/gst/xoverlay/xoverlay.h:
41029           Add optional "desired size" signal and querying.
41030
41031 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41032
41033         * gst/matroska/matroska-demux.c:
41034         (gst_matroska_demux_parse_blockgroup):
41035           Fix EBML-laced block parsing. Diffs are relative to previous
41036           lace, not the first lace. Thanks to Mosu from the Matroska
41037           team for detecting this.
41038         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41039         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41040         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41041         (gst_wavparse_change_state):
41042         * gst/wavparse/gstwavparse.h:
41043           Quickfix for capsnego.
41044
41045 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41046
41047         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41048           Fix indenting, fix pad creation.
41049
41050 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41051
41052         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41053         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41054         (gst_xviddec_sink_link):
41055           Implement src_getcaps() so proper size caps is negotiated.
41056
41057 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41058
41059         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41060           Finish flac decoder on EOS. See #116178.
41061
41062 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41063
41064         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41065         (gst_matroska_demux_add_stream):
41066         * gst/matroska/matroska-ids.h:
41067           Add getcaps() function to fix capsnego...
41068
41069 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41070
41071         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41072         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41073         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41074           Fix more integer overflows. Again, see #126967.
41075
41076 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41077
41078         * ext/mpeg2dec/gstmpeg2dec.c:
41079           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41080           #130416.
41081
41082 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41083
41084         * configure.ac:
41085         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41086         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41087         * ext/xvid/gstxvid.h:
41088         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41089         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41090         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41091         (gst_xviddec_change_state):
41092         * ext/xvid/gstxviddec.h:
41093         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41094         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41095         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41096         (gst_xvidenc_link), (gst_xvidenc_set_property),
41097         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41098         * ext/xvid/gstxvidenc.h:
41099           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41100
41101 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41102
41103         * gst/rtp/rtp-packet.c:
41104           Add sys/types.h include, since OS X doesn't define in_addr_t
41105           in netinet/in.h, like it does on Linux (see #129600).
41106
41107 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41108
41109         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41110
41111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41112           Correct logic of dispose function (see #129306).
41113
41114 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41115
41116         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41117         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41118         (gst_mpeg_parse_init):
41119         * gst/mpegstream/gstmpegparse.h:
41120           Remove clock (which was never provided, i.e. dead code), and
41121           also fix integer overflows at high PTS values (see #126967).
41122
41123 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41124
41125         * ext/flac/gstflacdec.c:
41126         * ext/libpng/gstpngenc.h:
41127         * ext/mikmod/gstmikmod.h:
41128           OS X fixes (see #126628).
41129
41130 2004-01-02  David Schleef  <ds@schleef.org>
41131
41132         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41133         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41134         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41135         (gst_mpeg_parse_class_init): Move pad template registration
41136         to class_init, since the derived class (mpegdemux) doesn't
41137         want them.
41138
41139 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41140
41141         * sys/ximage/Makefile.am:
41142         * sys/xvideo/Makefile.am:
41143         * sys/xvimage/Makefile.am:
41144           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41145           after installation (see #127664).
41146
41147 2004-01-02  David Schleef  <ds@schleef.org>
41148
41149         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41150         (gst_ffmpegenc_connect):  Negotiation fixes.
41151         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41152         Remove inappropriate gst_caps_free().
41153         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41154         Reenable Ronald's internal resize code, since the core handles
41155         it correctly now.
41156
41157 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41158
41159         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41160         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41161         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41162           Fix pad template stuff.
41163
41164 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41165
41166         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41167         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41168           fix signed integer reading/writing.
41169
41170 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41171
41172         * ext/alsa/README:
41173           Remove outdated document
41174
41175 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41176
41177         * gst/cutter/gstcutter.c: (gst_cutter_init):
41178           src pad was being created twice - oops.
41179
41180 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41181
41182         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41183           Comment out internal resize. It doesn't handle the resulting
41184           XEvent internally, does another try_set_caps() which leads to
41185           a really nice loop.
41186           Real fix will come when Julien and Dave are awake. ;).
41187
41188 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41189
41190         * ext/mpeg2enc/gstmpeg2enc.cc:
41191           fix const/nonconst compile issue.
41192
41193 2004-01-02  David Schleef  <ds@schleef.org>
41194
41195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41196         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41197         Add fixate function and a check for bad formats.
41198
41199 2004-01-01  David Schleef  <ds@schleef.org>
41200
41201         Negotiation fixes:
41202         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41203         (gst_audiofilter_init):
41204         * gst/debug/efence.c: (gst_efence_init):
41205         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41206         (gst_deinterlace_init):
41207         * gst/volume/gstvolume.c: (volume_connect):
41208
41209 2004-01-01  David Schleef  <ds@schleef.org>
41210
41211         Convert elements to use gst_pad_use_explicit_caps() where
41212         appropriate:
41213         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41214         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41215         (gst_afparse_open_file):
41216         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41217         (gst_afsrc_open_file):
41218         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41219         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41220         (gst_ffmpegdec_chain):
41221         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41222         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41223         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41224         (gst_gdk_pixbuf_chain):
41225         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41226         (gst_jpegdec_chain):
41227         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41228         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41229         (gst_mikmod_negotiate):
41230         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41231         (gst_mpeg2dec_negotiate_format):
41232         * ext/mpeg2enc/gstmpeg2enc.cc:
41233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41234         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41235         (gst_speexdec_sinkconnect):
41236         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41237         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41238         (gst_vorbisfile_new_link):
41239         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41240         (gst_ac3parse_chain):
41241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41242         (gst_asf_demux_setup_pad):
41243         * gst/auparse/gstauparse.c: (gst_auparse_init),
41244         (gst_auparse_chain):
41245         * gst/id3/gstid3types.c: (gst_id3types_loop):
41246         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41247         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41248         (mp1videoparse_parse_seq):
41249         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41250         (bpf_from_header):
41251         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41252         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41253         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41254         (gst_mpeg_parse_send_data):
41255         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41256         (gst_qtdemux_add_stream):
41257         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41258         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41259         (gst_wavparse_parse_fmt):
41260
41261 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41262
41263         * configure.ac:
41264           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41265           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41266           it therefore uses the wrong include paths. Too bad... Note
41267           that 1.6.1.93 is not release yet. ;).
41268           Also add a check for mplex, which is now using the lib'ified
41269           mplex from mjpegtools, too.
41270         * ext/ffmpeg/gstffmpegcodecmap.c:
41271           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41272           issues. I don't think ffmpeg handles 3ivx correctly, so this
41273           probably won't work. But it won't hurt either.
41274         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41275         (gst_ffmpegdec_chain):
41276         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41277         (gst_ffmpegenc_chain_audio):
41278           Fix memleak in audio encoding. Close codec if open fails, this
41279           calls the cleanup routines so we can re-use the context.
41280         * ext/mpeg2enc/gstmpeg2enc.cc:
41281           Fix pad template names/types, fix memory issue with getcaps().
41282         * ext/mpeg2enc/gstmpeg2encoder.cc:
41283         * ext/mpeg2enc/gstmpeg2encoder.hh:
41284           Fix compile issue with new caps system (const thingy).
41285         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41286         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41287           We read a first frame right on initing, so that we have a caps
41288           when we init the output. This caps is cached in padprivate and
41289           read as first frame.
41290         * ext/mplex/Makefile.am:
41291         * ext/mplex/gstmplex.cc:
41292         * ext/mplex/gstmplex.h:
41293         * ext/mplex/gstmplex.hh:
41294         * ext/mplex/gstmplexibitstream.cc:
41295         * ext/mplex/gstmplexibitstream.hh:
41296         * ext/mplex/gstmplexjob.cc:
41297         * ext/mplex/gstmplexjob.hh:
41298         * ext/mplex/gstmplexoutputstream.cc:
41299         * ext/mplex/gstmplexoutputstream.hh:
41300           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41301           had issues, didn't do capsnego, supported only a subset of the
41302           mplex features and required a mplex fork in our local CVS. Plus
41303           that it worked agaist a very old mplex version. Rewriting was
41304           faster than updating it.
41305         * gst-libs/ext/Makefile.am:
41306         * gst-libs/ext/mplex/INSTRUCT:
41307         * gst-libs/ext/mplex/Makefile.am:
41308         * gst-libs/ext/mplex/README:
41309         * gst-libs/ext/mplex/TODO:
41310         * gst-libs/ext/mplex/ac3strm_in.cc:
41311         * gst-libs/ext/mplex/audiostrm.hh:
41312         * gst-libs/ext/mplex/audiostrm_out.cc:
41313         * gst-libs/ext/mplex/aunit.hh:
41314         * gst-libs/ext/mplex/bits.cc:
41315         * gst-libs/ext/mplex/bits.hh:
41316         * gst-libs/ext/mplex/buffer.cc:
41317         * gst-libs/ext/mplex/buffer.hh:
41318         * gst-libs/ext/mplex/fastintfns.h:
41319         * gst-libs/ext/mplex/format_codes.h:
41320         * gst-libs/ext/mplex/inputstrm.cc:
41321         * gst-libs/ext/mplex/inputstrm.hh:
41322         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41323         * gst-libs/ext/mplex/mjpeg_logging.cc:
41324         * gst-libs/ext/mplex/mjpeg_logging.h:
41325         * gst-libs/ext/mplex/mjpeg_types.h:
41326         * gst-libs/ext/mplex/mpastrm_in.cc:
41327         * gst-libs/ext/mplex/mpegconsts.cc:
41328         * gst-libs/ext/mplex/mpegconsts.h:
41329         * gst-libs/ext/mplex/mplexconsts.hh:
41330         * gst-libs/ext/mplex/multplex.cc:
41331         * gst-libs/ext/mplex/outputstream.hh:
41332         * gst-libs/ext/mplex/padstrm.cc:
41333         * gst-libs/ext/mplex/padstrm.hh:
41334         * gst-libs/ext/mplex/stillsstream.cc:
41335         * gst-libs/ext/mplex/stillsstream.hh:
41336         * gst-libs/ext/mplex/systems.cc:
41337         * gst-libs/ext/mplex/systems.hh:
41338         * gst-libs/ext/mplex/vector.cc:
41339         * gst-libs/ext/mplex/vector.hh:
41340         * gst-libs/ext/mplex/videostrm.hh:
41341         * gst-libs/ext/mplex/videostrm_in.cc:
41342         * gst-libs/ext/mplex/videostrm_out.cc:
41343         * gst-libs/ext/mplex/yuv4mpeg.cc:
41344         * gst-libs/ext/mplex/yuv4mpeg.h:
41345         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41346         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41347           We don't fork mjpegtools' mplex in our CVS anymore.
41348         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41349         (gst_avi_demux_add_stream):
41350         * gst/avi/gstavidemux.h:
41351           Add getcaps() function for proper caps nego. This makes some
41352           parts of AVI playback/reading work.
41353         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41354           Resize window on new capsnego. This is probably wrong, but
41355           I'm still committing it because with current capsnego, the
41356           first successfull capsnego is auto-fixated, therefore rounded
41357           down to the lowest values in the caps. this results in a 16x16
41358           XWindow that is not reized when real capsnego finishes.
41359           Dave, I see more cases of this, do you know a proper solution?
41360         * tools/gst-launch-ext.in:
41361           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41362
41363 2003-12-31  David Schleef  <ds@schleef.org>
41364
41365         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41366         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41367           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41368
41369 2003-12-30  David Schleef  <ds@schleef.org>
41370
41371         * ext/ffmpeg/gstffmpegcolorspace.c:
41372         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41373         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41374         (gst_ffmpegcsp_chain): Negotiation fixes
41375         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41377         (gst_audio_convert_link), (gst_audio_convert_channels):
41378         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41379         (gst_audioscale_link), (gst_audioscale_get_buffer),
41380         (gst_audioscale_chain): Negotiation fixes
41381         * gst/audioscale/gstaudioscale.h:
41382         * gst/videofilter/gstvideofilter.c:
41383         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41384         (gst_videofilter_link), (gst_videofilter_init),
41385         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41386         (gst_videofilter_find_format_by_structure):
41387         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41388         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41389         (gst_videoscale_link):
41390         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41391         (videoscale_find_by_structure), (gst_videoscale_setup):
41392         * gst/videoscale/videoscale.h: Negotiation fixes
41393         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41394         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41395         function, restrict resizing to a multiple of 4 (hack until
41396         everyone supports odd sizes correctly).
41397
41398 2003-12-29  Colin Walters  <walters@verbum.org>
41399
41400         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41401         signed.
41402
41403 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41404
41405         * ext/sndfile/gstsf.c: (gst_sf_loop):
41406           Fix warning about discarding const qualifier
41407
41408 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41409
41410         * gst/cutter/gstcutter.c:
41411         * gst/videoscale/gstvideoscale.c:
41412         * gst/volenv/gstvolenv.c:
41413         * gst-libs/gst/audio/audio.c:
41414         * gst-libs/gst/video/video.c:
41415           Fix warnings
41416
41417 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41418
41419         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41420           Don't send ALSA debugging to stderr.
41421         * ext/alsa/gstalsa.h:
41422           Use GST_WARNING instead of g_warning when ALSA functions fail.
41423
41424 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41425
41426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41427           Free XVAdapterInfo correctly.
41428
41429 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41430
41431         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41432         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41433           Make id3tag use correct caps nego.
41434
41435 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41436
41437         * ext/ivorbis/vorbis.c:
41438         * ext/ivorbis/vorbisenc.h:
41439         * ext/ivorbis/vorbisfile.c:
41440           Modify so that it uses the new caps things
41441
41442 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41443
41444         * testsuite/spider/spider1.c: (main):
41445         * testsuite/spider/spider2.c: (main):
41446         * testsuite/spider/spider3.c: (main):
41447           Make tests compile again. They probably don't work.
41448
41449 2003-12-24  Colin Walters  <walters@verbum.org>
41450
41451         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41452         we can't fixate the caps anymore.
41453
41454 2003-12-23  David Schleef  <ds@schleef.org>
41455
41456         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41457         * sys/oss/gstosssink.c: (gst_osssink_init),
41458         (gst_osssink_sink_fixate): Add fixate function.
41459
41460 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41461
41462         * ext/ffmpeg/gstffmpegcodecmap.c:
41463         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41464         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41465         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41466         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41467         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41468         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41469         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41470           fix typo in RGB masks, and move back to "old" colorspace
41471           capsnego code until whoever wrote this new crap has actually
41472           tested it so that it works.
41473           And yes, this works, keep it that way please.
41474
41475 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41476
41477         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41478         (gst_divxdec_init), (gst_divxdec_negotiate):
41479         * ext/divx/gstdivxdec.h:
41480         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41481         (gst_divxenc_init):
41482         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41483         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41484         * ext/mpeg2enc/gstmpeg2enc.cc:
41485         * ext/mpeg2enc/gstmpeg2encoder.cc:
41486         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41487         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41488         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41489         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41490         (dxr3spusink_init):
41491         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41492         (dxr3videosink_init):
41493           Fix caps breakage after Dave's caps branch merge.
41494
41495 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41496
41497         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41498           Fix for 24bpp display.
41499
41500 2003-12-23  Colin Walters  <walters@verbum.org>
41501
41502         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41503         a GnomeVFSHandle directly.
41504
41505 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41506
41507         * gst/volume/Makefile.am:
41508         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41509         (volume_base_init), (volume_init):
41510           Reenable volume element and fix to work with new caps stuff.
41511           Rhythmbox needs this.
41512
41513 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41514
41515         * gst/qtdemux/qtdemux.c: (plugin_init):
41516           qtdemux requires bytestream
41517
41518 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41519
41520         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41521           Fix remaining caps handling errors due to CAPS merge.
41522
41523 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41524
41525         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41526         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41527         (gst_faad_srcconnect):
41528           Port to new caps system.
41529
41530 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41531
41532         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41533         (got_video_size), (main): using g_print instead of g_message.
41534         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41535         signal which was not emitted because of "switch" element added to the
41536         bin but not connected. (Removing from the bin temporarily)
41537
41538 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41539
41540         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41541         find X development files. I don't understand the previous tests and
41542         they fail on my debian/ppc unstable. This one works.
41543         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41544         exiting.
41545         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41546         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41547         (gst_play_set_visualization): Add some safety checks in set_ methods
41548         and state_change. This was throwing some ugly CRITICAL messages when
41549         pipeline was getting disposed and casts were failing.
41550
41551 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41552
41553         * configure.ac:
41554           Improve mpeg2enc detection. This is for distributions that do
41555           ship mjpegtools, but without mpeg2enc. Also does object check
41556           for might there ever be ABI incompatibility.
41557         * ext/mpeg2enc/gstmpeg2enc.cc:
41558           Add Andrew as second maintainer (he's helping me), and also add
41559           an error if no caps was set. This happens if I pull before capsnego
41560           and that's something I should solve sometime else.
41561         * gst/matroska/matroska-demux.c:
41562         (gst_matroska_demux_parse_blockgroup):
41563           Fix time parsing.
41564         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41565         (gst_matroska_mux_track_header):
41566           Add caps to templates.
41567         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41568           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41569         * gst/mpegstream/gstmpegdemux.c:
41570           Remove layer since it causes warnings about unfixed caps.
41571         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41572           Fix obvious typo (we error out if caps were set, we should of
41573           course error out if *no* caps were set).
41574         * sys/oss/gstosselement.c: (gst_osselement_convert):
41575           Fix format conversion, we confused bits/bytes.
41576         * sys/oss/gstosselement.h:
41577           Improve documentation for 'bps'.
41578         * sys/v4l/TODO:
41579           Remove stuff about plugins that need removing - this was done
41580           ages ago.
41581         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41582         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41584         (gst_v4lsrc_src_query):
41585         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41586         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41587           Add get_query_types(), get_formats() and query() functions.
41588
41589 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41590
41591         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41592           * moved CVS to freedesktop.org