gst-libs/gst/riff/riff-media.c: add another H264 fourcc. Fixes #339047.
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
4
5         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6           add another H264 fourcc.  Fixes #339047.
7
8 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9
10         Patch by: Jan Schmidt
11
12         * gst/playback/gststreamselector.c:
13         (gst_stream_selector_bufferalloc):
14           Restore old StreamSelector behaviour.
15           Fixes #338419.
16
17 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18
19         * configure.ac:
20         * win32/common/config.h:
21           prerelease
22
23 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
24
25         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
26
27         * gst-libs/gst/rtp/gstbasertpdepayload.c:
28         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
29           Fix some memory leaks: on finalize, free buffers left in the queue
30           before destroying the queue; in _push(), unref rtp_buf even if
31           the process vfunc returned a NULL buffer as output buffer (#337548);
32           demote some recuring debug messages to LOG level.
33
34 2006-04-11  Wim Taymans  <wim@fluendo.com>
35
36         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
37         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
38         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
39         (gst_ogg_demux_loop):
40         More cleanups.
41         Respect segment stop when emiting EOS or SEGMENT_DONE.
42         Fixes (#337945).
43
44 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
45
46         * gst/playback/gststreamselector.c:
47         (gst_stream_selector_get_property):
48           Don't leak pad name.
49
50 2006-04-10  Michael Smith  <msmith@fluendo.com>
51
52         * tests/check/Makefile.am:
53         * tests/check/gst-plugins-base.supp:
54           Suppress an old libtheora bug (fixed in more recent versions), so 
55           that FC4 buildslaves can pass.
56
57 2006-04-10  Wim Taymans  <wim@fluendo.com>
58
59         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
60         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
61         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
62         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
63         (gst_ogg_demux_loop):
64         Don't leak events.
65         Remember what error we got when finding chains, if we
66         were shutdown, that would not be an error.
67
68 2006-04-10  Wim Taymans  <wim@fluendo.com>
69
70         * gst-libs/gst/audio/gstbaseaudiosink.c:
71         (gst_base_audio_sink_event):
72         Starting the ringbuffer when we did not acquire it can cause
73         a deadlock, is pointless and causes nasty things for
74         subclasses. 
75         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
76
77 2006-04-10  Wim Taymans  <wim@fluendo.com>
78
79         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
80         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
81         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
82         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
83         (gst_ogg_demux_deactivate_current_chain),
84         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
85         (gst_ogg_demux_bisect_forward_serialno),
86         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
87         Add some more debugging.
88
89 2006-04-10  Wim Taymans  <wim@fluendo.com>
90
91         * ext/theora/theoradec.c: (theora_dec_src_event),
92         (theora_handle_data_packet):
93         Some more debug info.
94
95         * tests/examples/seek/seek.c: (start_seek), (main):
96         Print element messages too.
97
98 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
99
100         * gst/audioresample/debug.h:
101           replace debug macros with variable number of parameters
102           by a simple alias to gstreamer standard debug macros 
103          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
104           supported by MSVC 6.0 and 7.1)
105         * gst/audioresample/resample.h:
106           define M_PI and rint for WIN32
107         * win32/common/libgstaudio.def:
108         * win32/common/libgstriff.def:
109         * win32/common/libgsttag.def:
110         * win32/common/libgstvideo.def:
111           add new exported functions
112         * win32/vs6:
113           update project files
114
115 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
116
117         * ext/alsa/gstalsamixeroptions.c:
118         (gst_alsa_mixer_options_class_init):
119         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
121         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
122         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
123         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
124         * gst-libs/gst/audio/gstaudiofilter.c:
125         (gst_audio_filter_class_init):
126         * gst-libs/gst/audio/gstaudiosink.c:
127         (gst_audioringbuffer_class_init):
128         * gst-libs/gst/audio/gstaudiosrc.c:
129         (gst_audioringbuffer_class_init):
130         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
131         * gst-libs/gst/interfaces/colorbalancechannel.c:
132         (gst_color_balance_channel_class_init):
133         * gst-libs/gst/interfaces/mixeroptions.c:
134         (gst_mixer_options_class_init):
135         * gst-libs/gst/interfaces/mixertrack.c:
136         (gst_mixer_track_class_init):
137         * gst-libs/gst/interfaces/tunerchannel.c:
138         (gst_tuner_channel_class_init):
139         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
140         * gst-libs/gst/netbuffer/gstnetbuffer.c:
141         (gst_netbuffer_class_init):
142         * gst-libs/gst/rtp/gstbasertppayload.c:
143         (gst_basertppayload_class_init):
144         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
145         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
146         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
147         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
148         * gst/playback/gststreamselector.c:
149         (gst_stream_selector_class_init):
150         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
151         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
152         * sys/v4l/gstv4lcolorbalance.c:
153         (gst_v4l_color_balance_channel_class_init):
154         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
155         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
156         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
157         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
158         (gst_v4l_tuner_norm_class_init):
159         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
161         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
162         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
163
164 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
165
166         * ext/pango/gsttextrender.h:
167         * gst-libs/gst/audio/gstaudiosink.h:
168         * gst-libs/gst/audio/gstaudiosrc.h:
169         * gst-libs/gst/audio/gstbaseaudiosink.h:
170         * gst-libs/gst/audio/gstbaseaudiosrc.h:
171         * gst-libs/gst/audio/gstringbuffer.h:
172         * gst-libs/gst/rtp/gstbasertpdepayload.h:
173         * gst-libs/gst/rtp/gstbasertppayload.h:
174         * gst-libs/gst/video/gstvideofilter.h:
175         * gst-libs/gst/video/gstvideosink.h:
176         * gst/playback/gstplaybasebin.h:
177         * gst/tcp/gstmultifdsink.h:
178         * sys/v4l/gstv4lelement.h:
179         Fix broken GObject macros
180
181 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
182
183         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
184         More debug to trace why my USB headset is not working with gst
185
186 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
187
188         * gst/playback/gstplaybasebin.c: (group_destroy):
189         Clean up our group elements properly in the case where it never 
190         got committed - it still got added unconditionally to the bin.
191
192 2006-04-07  Wim Taymans  <wim@fluendo.com>
193
194         * ext/theora/theoradec.c: (theora_dec_sink_event),
195         (theora_handle_data_packet), (theora_dec_chain):
196         Unref unhandled events.
197         Protect against empty buffers.
198         Perform QoS on running time.
199
200 2006-04-07  Michael Smith  <msmith@fluendo.com>
201
202         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
203         (gst_vorbis_enc_chain):
204           Remove leaks from vorbisenc.
205           Mostly minor changes, the only significant one is that now the
206           buffers we set as 'streamheader' on the caps are copies of the
207           original buffers, to avoid circular refcounting problems.
208
209 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
210
211         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
212           Don't remove our mute-probe if someone else already did so.
213           Don't set a 2nd one if there is already one pending on the pad.
214
215         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
216         (do_playbin_seek):
217           When a seek fails, ensure that playbin is still set back to playing.
218           
219         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
220         (mpeg_ts_type_find), (plugin_init):
221           Add a typefind function for mpeg-ts streams. (Closes: #336617)
222
223 2006-04-06  Andy Wingo  <wingo@pobox.com>
224
225         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
226         (gst_video_rate_init): Caps-related parameters should not be reset
227         by a flush -- move their inits to the instance init function.
228         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
229         is not OK, just return the result.
230
231         * gst/audiotestsrc/gstaudiotestsrc.c
232         (gst_audio_test_src_class_init)
233         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
234         broken by Stefan's commit on 24 March.
235
236         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
237         buffers being pushed out. Fixes oggmux ! multifdsink.
238
239 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
240
241         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
242         (gst_vorbis_dec_init), (vorbis_dec_finalize):
243         * ext/vorbis/vorbisdec.h:
244         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
245         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
246         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
247         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
248         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
249         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
250         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
251         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
252         (gst_vorbis_enc_buffer_from_packet),
253         (gst_vorbis_enc_buffer_from_header_packet),
254         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
255         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
256         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
257         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
258         (gst_vorbis_enc_change_state):
259         * ext/vorbis/vorbisenc.h:
260           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
261           vorbisenc adhere to the official nomenclature; use boilerplate
262           macro.
263
264 2006-04-04  Andy Wingo  <wingo@pobox.com>
265
266         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
267         Whoops, fix bug introduced. Bad hacker!
268         
269         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
270         Properly handle the case where you get EOS before any buffers are
271         received. Use gst_buffer_make_metadata_writable where appropriate.
272
273         * ext/theora/theoradec.c (theora_handle_data_packet): This value
274         is often negative -- make it signed so as not to wrap around.
275         Fixes segfaults introduced on 9 March.
276
277 2006-04-03  Wim Taymans  <wim@fluendo.com>
278
279         * ext/theora/gsttheoradec.h:
280         * ext/theora/theoradec.c: (theora_dec_src_event):
281         Don't try to store a gdouble in a gboolean.
282         Small cleanups.
283
284 2006-04-03  Michael Smith  <msmith@fluendo.com>
285
286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
287           Oggmux sucks.
288           Make it suck slightly less by writing out the final page.
289           Still can't encode a vorbis-in-ogg file correctly, though.
290
291 2006-04-03  Andy Wingo  <wingo@pobox.com>
292
293         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
294         a g_print.
295
296         * ext/theora/theora.c (plugin_init): Register theoraparse.
297
298         * ext/theora/gsttheoraparse.h: 
299         * ext/theora/theoraparse.c: New files implementing a theora
300         parser. Now we can properly remux ogg/theora+vorbis, yay.
301
302         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
303
304 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
305
306         * gst/audiotestsrc/gstaudiotestsrc.c:
307           Fixed the sample pipeline (see #323798)
308
309 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
310
311         * configure.ac:
312         * win32/common/config.h:
313         * win32/common/config.h.in:
314           use AS_VERSION and AS_NANO
315           more cleanups
316
317 2006-03-31  Andy Wingo  <wingo@pobox.com>
318
319         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
320         uninitialized variable return that would happen.
321         
322         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
323         uninitialized variable return that would never happen.
324
325         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
326         (vorbis_parse_sink_event): Add an event function to flush our
327         state on a seek, and to drain buffers on a premature EOS.
328         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
329         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
330         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
331         (vorbis_parse_drain_queue): Queue up buffers until we can set
332         their timestamps and granulepos values.
333
334         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
335         and keep track of data needed for deriving granulepos and
336         timestamps for buffers.
337
338 2006-03-29  Wim Taymans  <wim@fluendo.com>
339
340         Patch by: j^ <j at bootlab dot org>
341
342         * ext/alsa/gstalsamixerelement.c:
343         (gst_alsa_mixer_element_class_init):
344         * ext/alsa/gstalsasink.c:
345         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
346         * ext/ogg/gstoggdemux.c:
347         * ext/ogg/gstoggmux.c:
348         * ext/ogg/gstoggparse.c:
349         * ext/pango/gstclockoverlay.c:
350         * ext/pango/gsttextoverlay.c:
351         * ext/pango/gsttextrender.c:
352         * ext/pango/gsttimeoverlay.c:
353         * ext/theora/theoradec.c:
354         * ext/theora/theoraenc.c:
355         * ext/vorbis/vorbisdec.c:
356         * ext/vorbis/vorbisenc.c:
357         * gst/audioconvert/gstaudioconvert.c:
358         * gst/subparse/gstsubparse.c:
359         * gst/tcp/gstmultifdsink.c:
360         * gst/tcp/gsttcpclientsink.c:
361         * gst/tcp/gsttcpclientsrc.c:
362         * gst/tcp/gsttcpserversink.c:
363         * gst/tcp/gsttcpserversrc.c:
364           better/unified long descriptions
365           Fixes #336477
366
367 2006-03-29  Wim Taymans  <wim@fluendo.com>
368
369         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
370         (stop_seek):
371         Don't let double and tripple clicks mess up our state.
372
373 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
374
375         * gst/playback/gstplaybin.c: (gen_video_element),
376         (gen_text_element), (gen_audio_element), (gen_vis_element):
377           Error out gracefully when we can't create any of the usual
378           conversion elements for some reason. Also, don't try to
379           create an audioscale (sic) element that's not used anyway.
380
381 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * gst/playback/gstplaybasebin.c: (setup_source):
384           Don't post RESOURCE_NOT_FOUND error when we can't find a source
385           element for a particular protocol, that's confusing for users.
386           Instead, post a RESOURCE_FAILED error, so that our own error
387           message is actually shown in totem etc. (#336303).
388
389 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
390
391         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
392
393         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
394         (gst_gnome_vfs_src_get_icy_metadata):
395           Fix some minor memory leaks (#336194).
396
397 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
398
399         * ext/gnomevfs/gstgnomevfs.c:
400         (gst_gnome_vfs_location_to_uri_string):
401         * ext/gnomevfs/gstgnomevfs.h:
402         * ext/gnomevfs/gstgnomevfssink.c:
403         (gst_gnome_vfs_sink_set_property):
404         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
405           Make gnomevfssink accept filenames as well as URIs for the
406           "location" property, just like gnomevfssrc does (and
407           filesrc/filesink do) (#336190).
408
409 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
410
411         * tests/check/generic/clock-selection.c: (GST_START_TEST):
412           set to NULL before unreffing, fixes a valgrind leak.
413           Why was this not triggering the error that an object needs to
414           be NULL before unreffing ?
415         * win32/common/config.h:
416           update
417
418 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
419
420         * gst/subparse/gstsubparse.c: (convert_encoding),
421         (gst_sub_parse_change_state):
422         * gst/subparse/gstsubparse.h:
423           Text subtitle files may or may not be UTF-8. If it's not, we
424           don't really want to see '?' characters in place of non-ASCII
425           characters like accented characters. So let's assume the input
426           is UTF-8 until we come across text that is clearly not. If it's
427           not UTF-8, we don't really know what it is, so try the following:
428           (a) see whether the GST_SUBTITLE_ENCODING environment variable
429           is set; if not, check (b) if the current locale encoding is
430           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
431           the current locale encoding is UTF-8 and the environment variable
432           was not set to any particular encoding. Not perfect, but better
433           than nothing (and better than before, I think) (fixes #172848).
434
435 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
436
437         * configure.ac:
438           update core requirement to 0.10.4.1 because of async_playback
439           vmethod on GstBaseSink
440
441 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
442
443         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
444         * gst/adder/gstadder.c: (gst_adder_init):
445         use DEBUG_FUNCPTR for collectpads
446
447 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
448
449         * docs/plugins/Makefile.am:
450         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
451         * docs/plugins/gst-plugins-base-plugins-sections.txt:
452         * ext/cdparanoia/gstcdparanoiasrc.c:
453         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
454         (gst_gnome_vfs_sink_class_init):
455         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
457         * ext/ogg/gstoggmux.c:
458         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
459         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
460         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
461         * ext/pango/gsttextoverlay.c:
462         * ext/pango/gsttextrender.c:
463         * ext/theora/theoradec.c:
464         * ext/theora/theoraenc.c:
465         * ext/vorbis/vorbisdec.c:
466         * ext/vorbis/vorbisenc.c:
467         * gst-libs/gst/audio/gstaudiofilter.c:
468         (gst_audio_filter_base_init):
469         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
470         (gst_audio_filter_template_base_init):
471         * gst/adder/gstadder.c: (gst_adder_get_type):
472         * gst/adder/gstadder.h:
473         * gst/audioconvert/gstaudioconvert.c:
474         * gst/audiotestsrc/gstaudiotestsrc.c:
475         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
476         (gst_audio_test_src_create):
477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
478         * gst/playback/gstdecodebin.c:
479         * gst/playback/gstplaybin.c:
480         * gst/playback/gststreamselector.c:
481         (gst_stream_selector_base_init):
482         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
483         * gst/volume/gstvolume.c:
484         * sys/v4l/gstv4lmjpegsink.c:
485         * sys/v4l/gstv4lmjpegsrc.c:
486         * tests/check/libs/cddabasesrc.c:
487         * tests/old/examples/gob/gst-identity2.gob:
488         Add docs for adder, use GST_ELEMENT_DETAILS macro,
489         define GstElementDetails at the top
490
491 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
492
493         * win32/common/libgstinterfaces.def:
494         Add a lot of export functions for gst-python
495         * win32/vs6/libgstinterfaces.dsp:
496         Add a missing include folder in the project configuration
497         
498 2006-03-23  Wim Taymans  <wim@fluendo.com>
499
500         * gst-libs/gst/audio/gstbaseaudiosrc.c:
501         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
502         (gst_base_audio_src_change_state):
503         Fix audio sources, forgot to make the ringbuffer
504         startable...
505
506 2006-03-23  Wim Taymans  <wim@fluendo.com>
507
508         * gst-libs/gst/audio/gstbaseaudiosrc.c:
509         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
510         (gst_base_audio_src_change_state):
511         unparent instead of unref the ringbuffer.
512
513 2006-03-23  Wim Taymans  <wim@fluendo.com>
514
515         * gst-libs/gst/audio/gstbaseaudiosink.c:
516         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
517         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
518         Implement new async_play vmethod to start slaving and allow
519         playback start in case of async PLAY state changes. 
520
521         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
522         Enable QoS with new method in base class.
523
524 2006-03-23  Wim Taymans  <wim@fluendo.com>
525
526         Patch by: Julien MOUTTE <julien at moutte dot net>
527
528         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
529         (gst_video_test_src_do_seek), (gst_video_test_src_create):
530         Partially handle 0 framerate, only EOS after the first frame
531         is missing.
532
533 2006-03-23  Wim Taymans  <wim@fluendo.com>
534
535         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
536
537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
538         (gst_riff_create_video_template_caps):
539         * gst/ffmpegcolorspace/avcodec.h:
540         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
541         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
542         (gst_ffmpegcsp_avpicture_fill):
543         * gst/ffmpegcolorspace/imgconvert.c:
544         Patch for support of YVU9 AVI files (#334822)
545
546 2006-03-22  Edward Hervey  <edward@fluendo.com>
547
548         * docs/design/design-decodebin.txt:
549         Added design document for new decodebin
550         (Target Caps): text/x-pango-markup is also a default target caps.
551
552 2006-03-22  Wim Taymans  <wim@fluendo.com>
553
554         * gst-libs/gst/audio/gstbaseaudiosink.c:
555         (gst_base_audio_sink_dispose):
556         Since we _parent the ringbuffer, we also need to
557         _unparent instead of a plain _unref.
558
559 2006-03-22  Wim Taymans  <wim@fluendo.com>
560
561         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
562         (stop_seek), (scrub_toggle_cb), (main):
563         Add scrub checkbox.
564
565 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
566
567         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
568         (gst_ogg_parse_chain):
569           Fix very inefficient usage of linked lists (#335365).
570
571 2006-03-21  Edward Hervey  <edward@fluendo.com>
572
573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
574         * gst/playback/gstplaybin.c: (handoff):
575         * gst/playback/gststreamselector.c:
576         (gst_stream_selector_set_property):
577         gcc 4.1 unreferenced pointer fixes.
578         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
580         gst_buffer_ref() now takes a GstBuffer*.
581
582 2006-03-20  Julien MOUTTE  <julien@moutte.net>
583
584         * sys/xvimage/xvimagesink.c:
585         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
586         by Jan Schmidt.
587
588 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
589
590         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
591         (id3v1_type_find), (apetag_type_find), (plugin_init):
592           Can't do tag preferences via probability, as tags would then
593           lose against types that are recognised with MAXIMUM probability
594           (like .wav); so let all tag typefinders return MAXIMUM themselves
595           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
596           that we can prefer APE to ID3v1 (fixes #335028).
597           
598 2006-03-17  Wim Taymans  <wim@fluendo.com>
599
600         * gst-libs/gst/audio/gstbaseaudiosink.c:
601         (gst_base_audio_sink_change_state):
602         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
603         (gst_ring_buffer_may_start):
604         * gst-libs/gst/audio/gstringbuffer.h:
605         Only start playback if we are playing.
606         should fix #330748.
607
608 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
609
610         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
611         * win32/common/config.h:
612           Revert accidental commits to these files.
613
614 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
615
616         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
617
618         * tests/Makefile.am:
619           Don't try to build tests in tests/icles if we
620           don't have X (#323852)
621
622 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
623
624         * gst-libs/gst/tag/gstid3tag.c:
625           Add TXXX frame identifiers for replaygain stuff as used
626           by some taggers (see #323721).
627
628 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
629
630         * gst/playback/gststreamselector.c:
631         (gst_stream_selector_set_property),
632         (gst_stream_selector_bufferalloc):
633           Preserve the existing buggy streamselector behaviour by performing
634           a fallback buffer allocation when downstream isn't linked yet.
635           This should really be fixed in playbin by blocking pads until it's
636           linked them.
637           Also, use gst_pad_alloc_buffer instead of
638           gst_pad_alloc_buffer_and_set.
639
640 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * gst-libs/gst/tag/gstid3tag.c:
643           Don't crash on unknown ID3v2 TXXX frames.
644           
645 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
646
647         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
648           Chain up to the parent finalize method.
649           Add 32-bit sample size to the template caps.
650
651         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
652         (gst_riff_create_video_template_caps):
653           Add the fourcc that the VMWare codec uses.
654           
655         * gst/playback/gststreamselector.c:
656         (gst_stream_selector_set_property),
657         (gst_stream_selector_bufferalloc),
658         (gst_stream_selector_request_new_pad):
659           For the active pad, forward buffer-alloc requests, otherwise
660           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
661           having to memcpy every frame when used by playbin.
662
663         * gst/tcp/gstmultifdsink.c:
664         (gst_multi_fd_sink_handle_client_write):
665           Get negotiated caps from the sink pad, rather than the sink
666           pad's peer.
667
668 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
669
670         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
671         
672         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
673           Don't forget to set src->callbacks_pushed to FALSE again when
674           popping them, otherwise re-activation in a different mode won't
675           work (#334620).
676
677 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
678
679         Patch by: Sebastien Moutte  <sebastien moutte net>
680
681         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
682         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
683         (gst_ffmpeg_smpfmt_to_caps):
684           Replace __VA_ARGS__ caps creation macros with varargs functions.
685           Makes things compile on MSVC (#320765), looks nicer, and we can
686           tell the compiler to check for the NULL terminator.
687
688 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
689
690         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
691
692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
693           Make sure the buffer we copy into is really always big
694           enough, this time for real (#333488).
695           
696 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
697
698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
699           Add support for 24bpp DIB (#305279).
700
701 2006-03-14  Wim Taymans  <wim@fluendo.com>
702
703         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
704         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
706         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
707         (gst_video_scale_init), (gst_video_scale_src_event):
708         Re-enable QoS after the release.
709         Rework videoscale to use the base class src_event handler.
710
711 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
712
713         * configure.ac:
714           back to CVS.
715
716 === release 0.10.5 ===
717
718 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
719
720         * configure.ac:
721           releasing 0.10.5, "Net"
722
723 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
724
725         * docs/plugins/Makefile.am:
726           Part of previous cdparanoiasrc docs fixes, forgot to commit.
727           
728 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
729
730         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
731         * docs/plugins/gst-plugins-base-plugins-sections.txt:
732         * docs/plugins/gst-plugins-base-plugins.hierarchy:
733           Add cdparanoiasrc to docs.
734
735         * gst-libs/gst/cdda/gstcddabasesrc.c:
736           More GstCddaBaseSrc docs.
737
738 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
739
740         * docs/libs/gst-plugins-base-libs-sections.txt:
741         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
742         * gst-libs/gst/tag/tag.h:
743           API: libgsttag: new method gst_tag_from_id3_user_tag().
744
745 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
748           NULL-terminate array of mpeg4 video file extensions.
749           Fixes crash on PPC (#334226).
750
751 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
752
753         * ext/gnomevfs/gstgnomevfssrc.c:
754         (gst_gnome_vfs_src_check_get_range):
755           gnome_vfs_uri_is_local() alone is not a good indicator
756           whether we can operate in pull-mode with a specific URI,
757           as it returns FALSE for file:// URIs that point to an
758           NFS-mounted path. Be more conservative here: whitelist
759           local files, blacklist http URIs and use the old
760           mechanism for anything else (fixes #334216).
761
762 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
763
764         * configure.ac:
765           back to trunk
766
767 === release 0.10.4 ===
768
769 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
770
771         * configure.ac:
772           releasing 0.10.4, "Power"
773
774 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
775
776         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
777         Disable max-lateness by setting it to -1 for now, so that 
778         we can bed QoS stuff in thoroughly between now and the next
779         release.
780
781 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
782
783         Patch by: Fabrizio Gennari
784
785         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
786           Make sure we don't read beyond the palette buffer in case of
787           broken or manipulated files (#333488)
788
789 2006-03-10  Edward Hervey  <edward@fluendo.com>
790
791         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
792         Fix for variable not initialized.
793
794 2006-03-09  Wim Taymans  <wim@fluendo.com>
795
796         * ext/libvisual/visual.c: (gst_visual_get_type),
797         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
798         (gst_visual_chain):
799         Small cleanups.
800
801         * ext/theora/gsttheoradec.h:
802         * ext/theora/theoradec.c: (gst_theora_dec_init),
803         (gst_theora_dec_reset), (_theora_granule_time),
804         (theora_dec_src_convert), (theora_dec_sink_convert),
805         (theora_dec_src_query), (theora_dec_src_event),
806         (theora_dec_sink_event), (theora_handle_comment_packet),
807         (theora_handle_header_packet), (theora_dec_push),
808         (theora_handle_data_packet), (theora_dec_chain),
809         (theora_dec_change_state):
810         Add simple QoS.
811
812 2006-03-09  Wim Taymans  <wim@fluendo.com>
813
814         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
815         (audiocast_register_listener), (gst_gnome_vfs_src_start):
816         Some cleanups.
817
818 2006-03-09  Wim Taymans  <wim@fluendo.com>
819
820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
821         Don't try to activate NULL chains.
822
823 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
824
825         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
826           Fix invalid memory access to region before peek'd data (#332964).
827
828 2006-03-09  Wim Taymans  <wim@fluendo.com>
829
830         Patch by: Christophe Fergeau
831
832         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
833         * ext/pango/gsttextrender.c: (gst_text_render_init):
834         * gst/adder/gstadder.c: (gst_adder_init):
835         Don't leak padtemplates, closes #333510.
836
837 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
838
839         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
840           Fix invalid memory access: make sure string passed to
841           regexec() is NUL-termianted.
842
843 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
844
845         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
846         (mp3_type_find):
847           Refactor mpeg/audio typefinding to make it more maintainable
848           and easier to fine-tune. Make probing into middle of the file
849           work properly (fixes #333900, also see #152688).
850
851 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
852
853         * gst/typefind/gsttypefindfunctions.c:
854         (utf8_type_find_have_valid_utf8_at_offset):
855           Remove part from previous commit that was bogus:
856           g_utf8_validate() does in fact not accept embedded
857           zeroes, so we don't need to check for those (thanks
858           to Mike for the hint).
859
860 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
861
862         * gst/typefind/gsttypefindfunctions.c:
863         (utf8_type_find_count_embedded_zeroes),
864         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
865           Make plain/text typefinder more conservative: firstly, check
866           for embedded zeroes, which are perfectly valid UTF-8 characters,
867           but also a fairly good sign that something is not a plain text
868           file; secondly, probe into the middle of the file if possible.
869           If we can't probe into the middle, limit the probability value
870           to be returned to TYPE_FIND_POSSIBLE (see #333900).
871
872 2006-03-08  Michael Smith  <msmith@fluendo.com>
873
874         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
875           Make typefind function name for mpeg4 video unique.
876
877 2006-03-08  Wim Taymans  <wim@fluendo.com>
878
879         * ext/libvisual/visual.c: (gst_visual_init),
880         (gst_visual_clear_actors), (gst_visual_dispose),
881         (gst_visual_reset), (gst_visual_src_setcaps),
882         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
883         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
884         (gst_visual_chain), (gst_visual_change_state):
885         Cleanups, post nice errors.
886         Handle sink and src events.
887         Implement simple QoS.
888
889         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
890         Use new basesink methods to configure max-lateness.
891         Small doc update.
892
893         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
894         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
895         Debug statement cleanups.
896
897         * gst/volume/gstvolume.c: (gst_volume_class_init):
898         Simple cleanup.
899
900 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
901
902         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
903         (gst_text_overlay_init), (gst_text_overlay_set_property),
904         (gst_text_overlay_get_property):
905           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
906           as string type properties, but mark them deprecated. Add
907           'halignment' and 'valignment' properties that use enums
908           instead of strings.
909
910 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
911
912         Patch by: Fabrizio Gennari
913
914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
915           Allow palettes with less than 256 colours in AVI files
916           (#333488)
917
918 2006-03-07  Julien MOUTTE  <julien@moutte.net>
919
920         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
921         (gst_text_overlay_video_event): Fix wrong EOS handling on text
922         pad. We were releasing the queued text buffer when we should keep
923         it until video pad gets EOS or discard the text buffer because it's
924         too old. That was eating the last subtitle buffer. Add some more
925         debug.
926
927 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
930         (gst_text_overlay_video_chain):
931           Fix invalid memory access (we can't access a buffer after it's been
932           pushed downstream without taking a reference); fix memory leak (if
933           there's no text to render, bail out before allocating stuff).
934
935 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
936
937         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
938         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
939         * ext/pango/gsttextoverlay.h:
940           If input is plain text, escape it before passing it to
941           pango_layout_set_markup().
942
943 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
946           Don't ignore flow return from gst_pad_push().
947
948 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
949
950         Patch by: Fabrizio Gennari
951
952         * ext/libvisual/visual.c: (gst_visual_getcaps),
953         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
955         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
956         (gst_vorbisenc_convert_sink):
957         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
958         (gst_audio_duration_from_pad_buffer):
959         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
960         (gst_audio_filter_chain):
961         * gst-libs/gst/rtp/gstbasertpdepayload.c:
962         (gst_base_rtp_depayload_setcaps):
963         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
964         (gst_video_get_size):
965         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
966           Don't leak references returned by gst_pad_get_parent()
967           (#333663)
968
969 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
970
971         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
972           change location param details
973         * gst/volume/gstvolume.c: (plugin_init):
974           correct plugin description
975
976 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
977
978         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
979         (gst_gnome_vfs_src_check_get_range):
980           Override GstBaseSrc::check_get_range() in order to avoid opening
981           the resource just to check whether we can operate in pull-mode or
982           not - we can predict that pretty well from the URI alone. Should
983           fix problems with last.fm (#331690). (Requires latest core CVS).
984
985 2006-03-06  Wim Taymans  <wim@fluendo.com>
986
987         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
988         (gst_video_sink_class_init):
989         Throw away frames that are later than 20 ms.
990
991 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
992
993         Patch by: Fabrizio Gennari
994
995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
996           Set depth on WMA caps (#333545)
997
998 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
999
1000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1001         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1002           put Theora BOS pages before others.  This hardcodes
1003           the Ogg/Theora I profile, but hey.
1004
1005 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1006
1007         * ext/ogg/README:
1008           updated with some examples
1009         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
1010         (granulepos_add), (theora_buffer_from_packet):
1011         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
1012         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
1013         (gst_vorbisenc_chain):
1014           implement strategy from ext/ogg/README
1015         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
1016         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1017         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
1018         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
1019           Fix muxer so that oggz-validate is happy with all streams;
1020           except for no eos mark, and the BOS page ordering
1021         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1022         (check_buffer_granulepos):
1023         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
1024           update tests to check for OFFSET being set as requested
1025           fixed type of granulepos, it's not a ClockTime
1026
1027 2006-03-05  Julien MOUTTE  <julien@moutte.net>
1028
1029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1030         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
1031         Check that the xvimage we are creating has a correct size
1032         before returning it. (#314897)
1033
1034 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1037           Give id3 and ape tag typefinders a rank slightly higher
1038           than PRIMARY to ensure they're always run before any of
1039           the other typefinders (in particular wav and mp3) (#324186).
1040
1041 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
1042
1043         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1044           Add support for '3IVD' fourcc (#333403).
1045
1046 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
1047
1048         * configure.ac:
1049           Bump requirements to GStreamer CVS for the new error enum.
1050
1051         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
1052           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
1053           space left on the device (fixes #333352).
1054
1055 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
1056
1057         * win32/vs6:
1058           add a project file for libgstvolume
1059           update the workspace
1060
1061 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1062
1063         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1064         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
1065         (GST_START_TEST):
1066           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
1067           Set IN_CAPS on header buffers
1068
1069 2006-03-02  Wim Taymans  <wim@fluendo.com>
1070
1071         * docs/plugins/Makefile.am:
1072         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1073         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1074         Add audioresample to docs.
1075
1076         * gst/audioconvert/gstaudioconvert.c:
1077         Add revision date.
1078
1079         * gst/audioresample/gstaudioresample.c:
1080         (gst_audioresample_base_init), (gst_audioresample_class_init),
1081         (gst_audioresample_init), (gst_audioresample_dispose),
1082         (audioresample_get_unit_size), (audioresample_transform_caps),
1083         (resample_set_state_from_caps), (audioresample_transform_size),
1084         (audioresample_set_caps), (audioresample_event),
1085         (audioresample_do_output), (audioresample_transform),
1086         (audioresample_pushthrough), (gst_audioresample_set_property),
1087         (gst_audioresample_get_property), (plugin_init):
1088         * gst/audioresample/gstaudioresample.h:
1089         Added docs.
1090         Small code cleanups.
1091
1092 2006-03-02  Wim Taymans  <wim@fluendo.com>
1093
1094         * docs/plugins/Makefile.am:
1095         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1096         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1097         Added videoscale to docs.
1098
1099         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
1100         (gst_video_rate_swap_prev), (gst_video_rate_event),
1101         (gst_video_rate_chain):
1102         Fix typo in docs.
1103
1104         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1105         (gst_video_scale_init), (gst_video_scale_prepare_size),
1106         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
1107         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
1108         * gst/videoscale/gstvideoscale.h:
1109         Added docs, examples.
1110         Some code cleanups.
1111         Post errors instead of g_warning.
1112
1113 2006-03-02  Wim Taymans  <wim@fluendo.com>
1114
1115         * docs/libs/gst-plugins-base-libs-docs.sgml:
1116         * docs/libs/gst-plugins-base-libs-sections.txt:
1117         * docs/libs/gst-plugins-base-libs.types:
1118         * docs/plugins/Makefile.am:
1119         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1120         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1121         Added some more docs to libs and plugins.
1122
1123         * gst-libs/gst/audio/gstringbuffer.c:
1124         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
1125         * gst-libs/gst/audio/gstringbuffer.h:
1126         Document ringbuffer some more.
1127
1128         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
1129         (gst_video_rate_setcaps), (gst_video_rate_reset),
1130         (gst_video_rate_init), (gst_video_rate_flush_prev),
1131         (gst_video_rate_swap_prev), (gst_video_rate_event),
1132         (gst_video_rate_chain), (gst_video_rate_change_state):
1133         * gst/videorate/gstvideorate.h:
1134         Fix videorate to use segments.
1135         Make it work with 0/1 framerates (closes #331903)
1136         Handle EOS correctly.
1137         Added docs.
1138
1139 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
1142         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1143         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
1144           In state change function, first chain up to parent class,
1145           then handle downwards state change stuff. Remove some
1146           commented out cruft from 0.8 code.
1147
1148 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
1151         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1152         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
1153         (gst_ogm_parse_chain):
1154           Don't remove/re-add source pad if the new caps are the same as
1155           the old caps anyway (#333042). When removing source pad, don't
1156           unref it afterwards - we didn't ref it when adding. Sprinkle some
1157           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
1158           after using gst_pad_get_parent(). Return downstream flow return
1159           value in chain function.
1160
1161 2006-03-02  Wim Taymans  <wim@fluendo.com>
1162
1163         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1164         * docs/plugins/gst-plugins-base-plugins.args:
1165         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1166         * docs/plugins/gst-plugins-base-plugins.interfaces:
1167         * docs/plugins/gst-plugins-base-plugins.signals:
1168         Fix hierarchy, added some more elements to the docs.
1169
1170         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1171         (gst_ffmpegcsp_get_type):
1172         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1173         Fix docs for ffmpegcolorspace.
1174
1175 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
1176
1177         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
1178         (apetag_type_find), (ape_type_find), (plugin_init):
1179           Some typefinding fine-tuning:
1180           - rank ID3/APE tags in order of preference via probabilities, so that
1181             ID3v2 > APEv2 > APEv1 > ID3v1.
1182           - three or four bytes don't really justify MAXIMUM probability,
1183             change those to 'very likely' (musepack and monkeysaudio).
1184
1185 2006-03-01  Wim Taymans  <wim@fluendo.com>
1186
1187         * docs/plugins/Makefile.am:
1188         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1189         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1190         * ext/alsa/gstalsamixer.c:
1191         * ext/alsa/gstalsamixer.h:
1192         * ext/alsa/gstalsamixerelement.c:
1193         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
1194         * ext/alsa/gstalsamixerelement.h:
1195         * ext/alsa/gstalsasink.c:
1196         * ext/alsa/gstalsasink.h:
1197         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1198         (gst_alsasrc_init):
1199         * ext/alsa/gstalsasrc.h:
1200         Added alsa docs.
1201         Small code cleanups.
1202
1203 2006-03-01  Wim Taymans  <wim@fluendo.com>
1204
1205         * ext/theora/Makefile.am:
1206         Dist new header too,
1207
1208 2006-03-01  Wim Taymans  <wim@fluendo.com>
1209
1210         * docs/plugins/Makefile.am:
1211         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1212         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1213         * ext/gnomevfs/gstgnomevfssink.h:
1214         * ext/gnomevfs/gstgnomevfssrc.h:
1215         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1216         * ext/vorbis/vorbisdec.h:
1217         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
1218         * ext/vorbis/vorbisenc.h:
1219         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
1220         (vorbis_parse_chain), (vorbis_parse_change_state):
1221         * ext/vorbis/vorbisparse.h:
1222         * gst/audioconvert/gstaudioconvert.h:
1223         * gst/tcp/gsttcpserversink.h:
1224         * gst/videotestsrc/gstvideotestsrc.c:
1225         * gst/videotestsrc/gstvideotestsrc.h:
1226         * gst/volume/gstvolume.c:
1227         * gst/volume/gstvolume.h:
1228         Fix some more docs.
1229         Added docs for vorbisdec and vorbisparse.
1230         Fix vorbisparse.
1231
1232 2006-03-01  Wim Taymans  <wim@fluendo.com>
1233
1234         * docs/plugins/Makefile.am:
1235         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1236         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1237         * ext/pango/gstclockoverlay.h:
1238         * ext/pango/gsttextoverlay.h:
1239         * ext/pango/gsttextrender.h:
1240         * ext/pango/gsttimeoverlay.h:
1241         * ext/theora/gsttheoradec.h:
1242         * ext/theora/gsttheoraenc.h:
1243         * ext/theora/theoradec.c:
1244         * ext/theora/theoraenc.c:
1245         * gst/audioconvert/gstaudioconvert.h:
1246         * gst/audiotestsrc/gstaudiotestsrc.h:
1247         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
1248         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1249         * gst/tcp/gstmultifdsink.h:
1250         Updated/added documentation.
1251
1252         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
1253         (gst_text_overlay_halign_get_type),
1254         (gst_text_overlay_wrap_mode_get_type),
1255         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
1256         (gst_text_overlay_init), (gst_text_overlay_set_property),
1257         (gst_text_overlay_get_property):
1258         Fix up properties to be enums instead of string to make bindings,
1259         introspection and automatic GUI creation possible.
1260         Add getters for the properties.
1261
1262 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
1263
1264         * gst/audiotestsrc/gstaudiotestsrc.c:
1265           added defines of M_PI and M_PI_2
1266         * gst/ffmpegcolorspace/avcodec.h:
1267           removed #include "stdint.h" for win32 as _stdint.h is 
1268           autogenerated to win32/common
1269         * win32/common/libgstaudio.def:
1270         * win32/common/libgsttag.def:
1271           added some exports
1272         * win32/vs6:
1273           some project files bugs corrected
1274         * win32/vs7:
1275           project files are reset to the default vs7 configuration 
1276           (they link to msvcr71.dll using default optimizations)
1277           
1278 2006-02-28  Wim Taymans  <wim@fluendo.com>
1279
1280         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
1281         Fix some docs.
1282
1283 2006-02-28  Edward Hervey  <edward@fluendo.com>
1284
1285         * ext/alsa/gstalsasrc.c:
1286         Set proper class on the ElementDetails:
1287         Source/Audio instead of Src/Audio/
1288
1289 2006-02-28  Edward Hervey  <edward@fluendo.com>
1290
1291         * gst/videoscale/vs_scanline.c:
1292         (vs_scanline_resample_nearest_RGBA):
1293         Revert optimization in videoscale. It should go in liboil and have
1294         an appropriate liboil function.
1295
1296 2006-02-28  Wim Taymans  <wim@fluendo.com>
1297
1298         * gst-libs/gst/audio/gstbaseaudiosink.c:
1299         (gst_base_audio_sink_provide_clock):
1300         Don't try to provide a clock in the NULL state.
1301
1302 2006-02-28  Wim Taymans  <wim@fluendo.com>
1303
1304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1305         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
1306         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1307         (gst_ogg_demux_deactivate_current_chain),
1308         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
1309         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
1310         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1311         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1312         Use GstSegment infrastructure to remove duplicated code
1313         and handle more seek cases correctly.
1314
1315 2006-02-28  Wim Taymans  <wim@fluendo.com>
1316
1317         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1318         (gst_ffmpegcsp_transform):
1319         Don't ignore return code from ffmpeg convert function.
1320
1321         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
1322         Split out some long statements to ease debugging.
1323
1324 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
1325
1326         * ext/libvisual/visual.c: (gst_visual_init),
1327         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
1328         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
1329         being able to renegotiate the size. Instead, use the negotiation
1330         algorithm from the goom plugin to pick an initial output caps. 
1331
1332         Also, allow theoretical libvisual plugins that might support non-GL 
1333         output even if they also do GL.
1334
1335 2006-02-26  Julien MOUTTE  <julien@moutte.net>
1336
1337         * ext/libvisual/visual.c: (gst_visual_init),
1338         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
1339         (plugin_init): Load only non GL plugins. Fix some memleaks and 
1340         possible negotiation issues.
1341
1342 2006-02-25  Julien MOUTTE  <julien@moutte.net>
1343
1344         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
1345
1346 2006-02-24  Michael Smith  <msmith@fluendo.com>
1347
1348         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
1349         (cmml_type_find), (plugin_init):
1350           Fix CMML type find function to not require a specific minor version
1351           of the CMML header.
1352
1353           Add an MPEG4 video elementary stream typefind function.
1354
1355 2006-02-04  Michael Smith  <msmith@fluendo.com>
1356
1357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1358         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
1359         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1360         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
1361         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
1362         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
1363           Annodex support in ogg demuxer. Doesn't do very much without the
1364           other annodex patches (to come).
1365
1366 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1367
1368         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
1369
1370         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1371           Pick up palette for MS video v1 (#327028)
1372
1373 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1374
1375         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1376         (gst_ffmpegcsp_caps_remove_format_info),
1377         (gst_ffmpegcsp_get_unit_size):
1378           The 'palette_data' field from incoming RGB caps shouldn't be
1379           proxied on outgoing YUV caps; also, restrict unit size
1380           adjustment in case of paletted data only to the unit that
1381           actually has a palette. Fixes #330711.
1382
1383 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1386         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1387         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1388         (gst_ffmpegcsp_get_unit_size):
1389           Plug some memory leaks.
1390
1391 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * sys/ximage/Makefile.am:
1394         * sys/xvimage/Makefile.am:
1395           Add some _CFLAGS and _LIBS that seem to be missing
1396           and/or required for Cygwin (see #317048).
1397
1398 2006-02-22  Wim Taymans  <wim@fluendo.com>
1399
1400         * ext/alsa/gstalsasrc.c:
1401         Fix description as pointed out by caugier.
1402
1403 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1404
1405         Reviewed by : Edward Hervey  <edward@fluendo.com>
1406
1407         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1408         (qt_type_find):
1409         Better 3gp typefinding (#331526).
1410
1411 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1412
1413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1414           Don't send EOS event here, the base class will send one for us.
1415
1416         * gst/playback/gstplaybasebin.c: (prepare_output):
1417           Subpictures without video stream aren't allowed either.
1418         
1419         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1420           Fix debug statement copy'n'paste-o.
1421
1422 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1423
1424         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1425           Fix issues with mixer keeping state when muting/unmuting
1426           and when changing the volume whilst muted (see #331763
1427           and #331765).
1428
1429 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1430
1431         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1432         (parse_subrip), (gst_sub_parse_format_autodetect):
1433           Set right caps given that we send escaped text. Also,
1434           honour <i></i>, <b></b> and <u></u> markers that can be found
1435           in .srt files (fixes #310202).
1436
1437 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1438
1439         * gst-libs/gst/audio/mixerutils.c:
1440         (element_factory_rank_compare_func):
1441           Make order in which elements are tried more determinable.
1442
1443 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1444
1445         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1446         (remove_element_chain), (cleanup_decodebin),
1447         (gst_decode_bin_change_state): Make decodebin reusable by
1448         fixing remove_element_chain first and then introduce a
1449         cleaner in state change to ->NULL. (Closes #331678)
1450
1451 2006-02-19  Wim Taymans  <wim@fluendo.com>
1452
1453         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1454         use 0666 mask when creating files so umask gets applied
1455         correctly. Fixes #331295.
1456
1457 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1458
1459         * gst/subparse/Makefile.am:
1460         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1461         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1462         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1463         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1464         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1465         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1466         * gst/subparse/gstssaparse.h:
1467         * gst/subparse/gstsubparse.c: (plugin_init):
1468           Add very basic parser for SSA subtitle streams (as often
1469           found in matroska files).
1470
1471 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1472
1473         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1474           That should be text/x-pango-markup, not text/x-pango-layout.
1475
1476 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1477
1478         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1479         Polishing.
1480
1481 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1482
1483         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1484         (gst_text_overlay_finalize), (gst_text_overlay_init),
1485         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1486         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1487         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1488         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1489         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1490         Fix state change deadlock.
1491
1492 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1493
1494         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1495         (gst_text_overlay_finalize), (gst_text_overlay_init),
1496         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1497         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1498         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1499         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1500         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1501         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1502         and subtitles files.
1503
1504 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1505
1506         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1507         should be considered as raw.
1508
1509 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1510
1511         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1512         (cb_probe):
1513         * gst/playback/gststreaminfo.h: Introduce language informations.
1514
1515 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1516
1517         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1518         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1519         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1520         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1521         Set shared memory segments to be deleted as soon as we have attached,
1522         that way they get cleaned up automatically if we crash.
1523
1524 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1525
1526         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1527         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1528         functions are called with lock held.
1529
1530 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1531
1532         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1533         (gst_text_overlay_finalize), (gst_text_overlay_init),
1534         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1535         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1536         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1537         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1538         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1539         (gst_text_overlay_change_state): Refactoring of textoverlay
1540         without collectpads. This now supports sparse subtitles coming
1541         from a demuxer instead of a sub file. Seeking is still broken 
1542         though. Need to discuss with wtay some more on how to handle
1543         seeking correctly.
1544         * ext/pango/gsttextoverlay.h:
1545         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1546         subtitles coming from the demuxer.
1547
1548 2006-02-17  Wim Taymans  <wim@fluendo.com>
1549
1550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1551         (gst_vorbisenc_convert_sink):
1552         Use some more scaling functions.
1553
1554 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1555
1556         * ext/cdparanoia/gstcdparanoiasrc.c:
1557         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1558         (gst_cd_paranoia_paranoia_callback),
1559         (gst_cd_paranoia_src_signal_is_being_watched),
1560         (gst_cd_paranoia_src_read_sector):
1561         * ext/cdparanoia/gstcdparanoiasrc.h:
1562           Add back 'transport-error' and 'uncorrected-error' signals and
1563           make them actually be fired when bad stuff happens (#319340).
1564
1565 2006-02-17  Wim Taymans  <wim@fluendo.com>
1566
1567         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1568         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1569         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1570         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1571         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1572         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1573         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1574         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1575         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1576         (gst_ring_buffer_clear):
1577         Small cleanups.
1578         Added some G_LIKELY.
1579
1580 2006-02-17  Wim Taymans  <wim@fluendo.com>
1581
1582         * gst-libs/gst/audio/TODO:
1583         Update TODO
1584
1585         * gst-libs/gst/audio/gstbaseaudiosink.c:
1586         (gst_base_audio_sink_get_offset):
1587         When trying to play samples ASAP and we don't have a
1588         previous sample, try to play at position 0 instead of
1589         an invalid position.
1590
1591 2006-02-17  Wim Taymans  <wim@fluendo.com>
1592
1593         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1594         (gst_alsasink_reset):
1595         Also release lock when we get an error in _reset();
1596         fix an error message.
1597
1598 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1599
1600         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1601         (gst_alsasink_init), (get_channel_free_structure),
1602         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1603         (gst_alsasink_close):
1604         * ext/alsa/gstalsasink.h:
1605           Add support for more than 2 channels (#326720).
1606
1607 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1608
1609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1610           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1611           with 4 or 6 channels, assume a default channel layout to make things
1612           work (not sure there's anything else we can do in those cases).
1613
1614 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1615
1616         * gst-libs/gst/audio/multichannel.c:
1617           Minor docs fix.
1618
1619         * gst-libs/gst/riff/Makefile.am:
1620         * gst-libs/gst/riff/riff-ids.h:
1621         * gst-libs/gst/riff/riff-media.c:
1622         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1623           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1624           channels and a channel layout map.
1625           
1626 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1627
1628         Reviewed by Edward Hervey  <edward@fluendo.com>
1629
1630         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1631         C-level optimization of the RGBA nearest neighbour function.
1632         Eventually this might end up in liboil with vectorized versions.
1633
1634 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1635
1636         * gst-libs/gst/audio/multichannel.c:
1637         (gst_audio_get_channel_positions):
1638           When we have more than 2 channels, but no channel layout is
1639           specified in the caps, return some default channel layout
1640           to the caller and warn about about a possibly buggy element
1641           (could be buggy filtercaps as well of course) (#317038).
1642
1643 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1644
1645         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1646           Add gst-libs/gst/cdda to list of lib search paths.
1647
1648 2006-02-15  Andy Wingo  <wingo@pobox.com>
1649
1650         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1651         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1652         to the Lord Jesus that I do not have to touch the ogg muxer ever
1653         again.
1654
1655 2006-02-15  Edward Hervey  <edward@fluendo.com>
1656
1657         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1658         quicktime movie files can also contain 'uuid' atoms.
1659
1660 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1661
1662         * gst/audioconvert/plugin.c: (plugin_init):
1663           Register the GstAudioChannelPosition enum type with the type
1664           system in the plugin_init function, so that it is known before
1665           any element actually makes use of multi-channel stuff. This is
1666           required for example if one wants to be able to deserialise/use
1667           a caps string with channel positions before any pipeline has
1668           been setup and started, like with gst-launch.
1669
1670 2006-02-14  Wim Taymans  <wim@fluendo.com>
1671
1672         * gst-libs/gst/audio/gstringbuffer.c:
1673         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1674         (gst_ring_buffer_samples_done), (wait_segment),
1675         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1676         Add some compiler G_(UN_)LIKELY help.
1677         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1678         make sure they can exit their functions. Should fix #330748
1679
1680 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1681
1682         * Makefile.am:
1683         * configure.ac:
1684         * win32/MANIFEST:
1685         * win32/common/_stdint.h:
1686           Windows does not have long long; copy the generated _stdint.h
1687         * win32/common/interfaces-enumtypes.c:
1688         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1689         (gst_mixer_track_flags_get_type),
1690         (gst_tuner_channel_flags_get_type):
1691         * win32/common/multichannel-enumtypes.c:
1692         (gst_audio_channel_position_get_type):
1693           update
1694
1695 2006-02-13  Wim Taymans  <wim@fluendo.com>
1696
1697         * gst-libs/gst/audio/gstbaseaudiosink.c:
1698         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1699         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1700         Always sync on first sample we receive when starting.
1701
1702 2006-02-13  Wim Taymans  <wim@fluendo.com>
1703
1704         * gst/playback/gstplaybin.c: (gen_vis_element):
1705         Update vis bin docs.
1706         Move queue after tee so we don't queue video buffers but
1707         audio samples instead. Fixes problems where the video queue
1708         is filled and the audio queue empty.
1709
1710 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1711
1712         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1713           No need to push an EOS event here, GstBaseSrc will do that for us
1714           when we return FLOW_UNEXPECTED.
1715           
1716 2006-02-12  Wim Taymans  <wim@fluendo.com>
1717
1718         * gst-libs/gst/audio/gstbaseaudiosink.c:
1719         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1720         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1721         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1722         Use scale functions when possible.
1723         Fix error messages.
1724         Free clockid when after waiting for EOS.
1725         Use G_(UN_)LIKLY when it makes sense.
1726         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1727
1728 2006-02-12  Edward Hervey  <edward@fluendo.com>
1729
1730         * gst/playback/gstplaybasebin.c: (prepare_output): 
1731         Remove stray semi-colon (fixes #330888).
1732
1733 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1734
1735         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1737         Fix up the XShm call testing so that we catch errors, and don't
1738         cause new ones by attempting to detach from a segment we failed
1739         to attach to. Fixes #312439.
1740
1741 2006-02-10  Edward Hervey  <edward@fluendo.com>
1742
1743         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1744         Added flv file typefind (video/x-flv).
1745
1746 2006-02-10  Edward Hervey  <edward@fluendo.com>
1747
1748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1749         (gst_riff_create_video_template_caps):
1750         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1751         Also added the caps to the default set of riff video caps.
1752
1753 2006-02-09  Andy Wingo  <wingo@pobox.com>
1754
1755         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1756         time and the end time of the last packet in the page.
1757         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1758         on the pages in our queue, set the duration as well. Reflow a
1759         debug statement.
1760         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1761         Fixes bad muxing order.
1762
1763 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1764
1765         * gst-libs/gst/rtp/gstbasertppayload.c:
1766         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1767           update seqnum before setting it on the packet; this makes sure
1768           that the timestamp and seqnum properties match after pushing
1769           a buffer
1770
1771 2006-02-09  Andy Wingo  <wingo@pobox.com>
1772
1773         * gst-libs/gst/audio/gstringbuffer.c
1774         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1775         overflow after 13.5 hours of recording. Kapow!
1776
1777         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1778         the buffer size -- we don't care about underrun/overrun reporting
1779         right now, just need to return a useful value.
1780
1781 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1782
1783         * configure.ac:
1784           Back to CVS
1785
1786 === release 0.10.3 ===
1787
1788 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1789
1790         * configure.ac:
1791           releasing 0.10.3, "Under Pressure"
1792
1793 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1794
1795         * configure.ac:
1796         Drat. Bump libtool version number for new API.
1797         Prelease 0.10.2.3 (of 0.10.3)
1798
1799 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1800
1801         * configure.ac:
1802         * win32/common/config.h:
1803         0.10.2.2 prerelease (of 0.10.3).
1804
1805 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1806
1807         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1808           Revert Andy's newsegment change pending a more correct
1809           fix.
1810
1811 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1812
1813         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1814         (qt_type_find), (plugin_init):
1815           detect more files as 3gp
1816           group and reorder the iso file formats
1817
1818 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * ext/vorbis/vorbis.c: (plugin_init):
1821           Register musicbrainz tags, so apps don't have to.
1822
1823 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1824
1825         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1826         (gst_tag_to_vorbis_tag):
1827           Make sure we called gst_tag_register_musicbrainz_tags()
1828           before possibly mapping a vorbiscomment string from/to a
1829           musicbrainz tag.
1830
1831 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1832
1833         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1834           In case we can't find the required number of consecutive
1835           mpeg audio frames to positively identify an MPEG audio
1836           stream, check if there's at least a valid mpeg audio
1837           frame right at offset 0 and if so suggest mpeg/audio
1838           caps with a very low probability (#153004).
1839
1840 2006-02-07  Andy Wingo  <wingo@pobox.com>
1841
1842         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1843         a TIME segment if we get timestamped buffers. Requires recent
1844         fixes in core to work properly.
1845
1846 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1847
1848         * gst/playback/gstplaybasebin.c: (prepare_output):
1849           Don't print the URI as part of the error message, it
1850           makes error dialogs look rather ugly, especially if
1851           the URI is very long or has characters in it that
1852           need escaping.
1853
1854 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1855
1856         * gst/playback/gstplaybasebin.c: (prepare_output):
1857           Error out if we have only text or subtitles, but nothing
1858           else. Also error out if we have subtitles but no video
1859           stream.
1860
1861 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1862
1863         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1864           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1865           Post an error message on the bus when we encounter an
1866           error, which will hopefully be more meaningful than the
1867           'Internal Flow Error' message users get to see if we
1868           just return GST_FLOW_ERROR.
1869
1870 2006-02-07  Andy Wingo  <wingo@pobox.com>
1871
1872         * configure.ac (GST_MAJORMINOR): Update core version req to
1873         0.10.2.2, for the collectpads API addition (#330244).
1874
1875 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1878           Return FALSE from plugin_init() when GnomeVFS can't
1879           be initialised for some reason (#328423).
1880
1881 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1882
1883         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1884         Stick to seeking theory until i find the bug.
1885         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1886
1887 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1888
1889         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1890         (theora_enc_finalize), (theora_enc_sink_setcaps),
1891         (theora_set_header_on_caps), (theora_enc_chain),
1892         (theora_enc_change_state):
1893         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1894           Make theoraenc and the tests leak free. Like, really.
1895
1896 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1897
1898         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1899         (theora_enc_finalize), (theora_enc_sink_setcaps):
1900           Add a finalize method to ensure we clean up state even if
1901           someone omitted the state change back to NULL.
1902
1903         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1904         (gst_vorbisenc_chain):
1905           Free some more leaked bits.
1906
1907         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1908         (stop_pipeline):
1909           Wait for state changes to happen if they're ASYNC.
1910
1911           This ought to teach those fancy pants buildbots a lesson.
1912
1913 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1914
1915         * gst-libs/gst/tag/gstid3tag.c:
1916           Add mapping for ID3 International Standard Recording Code
1917           tag "TSRC"
1918
1919 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1920
1921         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1922           Don't leak tag names.
1923
1924 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         * docs/libs/gst-plugins-base-libs-docs.sgml:
1927         * docs/libs/gst-plugins-base-libs-sections.txt:
1928         * gst-libs/gst/tag/gstid3tag.c:
1929         * gst-libs/gst/tag/gstvorbistag.c:
1930         * gst-libs/gst/tag/tags.c:
1931           Split libgsttag docs into multiple sections.
1932
1933 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1934
1935         * docs/libs/Makefile.am:
1936         * docs/libs/gst-plugins-base-libs-docs.sgml:
1937         * docs/libs/gst-plugins-base-libs-sections.txt:
1938         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1939         * gst-libs/gst/tag/gstvorbistag.c:
1940         * gst-libs/gst/tag/tag.h:
1941         * gst-libs/gst/tag/tags.c:
1942           Add libgsttag to the docs.
1943
1944 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1945
1946         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1947         (gst_text_overlay_init), (gst_text_overlay_src_event),
1948         (gst_text_overlay_collected): Fix clockoverlay.
1949
1950 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1951
1952         * docs/libs/compiling.sgml:
1953           Fix typo: it's pkg-config, not pkg-gconfig
1954
1955         * docs/libs/gst-plugins-base-libs-docs.sgml:
1956         * docs/libs/gst-plugins-base-libs-sections.txt:
1957         * docs/libs/tmpl/gstgconf.sgml:
1958           There is no libgstgconf in 0.10, remove it
1959           from the docs.
1960
1961 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1962
1963         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1964         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1965         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1966         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1967         (gst_sub_parse_class_init), (gst_sub_parse_init),
1968         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1969         (parse_mpsub), (parser_state_init), (handle_buffer),
1970         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1971         * gst/subparse/gstsubparse.h: Introduce seeking code.
1972
1973 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1974
1975         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1976           Add comment about LANGUAGE tag inconsistency (we want
1977           ISO-639-1, but extract three-letter identifiers?)
1978
1979         * po/POTFILES.in:
1980           Add two translatable files.
1981
1982 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1983
1984         * gst-libs/gst/tag/Makefile.am:
1985         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1986         * gst-libs/gst/tag/tag.h:
1987         * gst-libs/gst/tag/tags.c:
1988         (gst_tag_register_musicbrainz_tags_internal),
1989         (gst_tag_register_musicbrainz_tags):
1990           Forward-port some tags stuff from the 0.8 branch. This is
1991           mostly the addition of musicbrainz tags and their mapping
1992           to vorbistags, and a vorbistag mapping of the language tag.
1993
1994 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1995
1996         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1997         refactoring.
1998
1999 2006-02-04  David Schleef  <ds@schleef.org>
2000
2001         * ext/ogg/gstoggmux.c:
2002         * gst/typefind/gsttypefindfunctions.c:
2003           Add Dirac typefinding and add dirac format to oggmux.
2004
2005 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
2006
2007         * gst/playback/gstdecodebin.c: (try_to_link_1):
2008           Don't put essential function call into
2009           g_return_*() macro, otherwise it'll all be
2010           replaced by NOOPs when compiling with
2011           G_DISABLE_CHECKS defined.
2012
2013 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
2014
2015         * ext/ogg/gstoggdemux.c:
2016         * ext/ogg/gstoggparse.c:
2017         * gst/tcp/gsttcpserversink.c:
2018         * sys/v4l/v4lsrc_calls.c:
2019         * sys/v4l/v4lsrc_calls.h:
2020         Just make it compile with --disable-gst-debug.
2021
2022 2006-02-03  Wim Taymans  <wim@fluendo.com>
2023
2024         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2025         (gst_alsasink_class_init), (gst_alsasink_init),
2026         (gst_alsasink_write), (gst_alsasink_reset):
2027         * ext/alsa/gstalsasink.h:
2028         Add lock to protect alsa calls.
2029         Implement reset to flush samples ASAP, does not work
2030         with dmix though.
2031
2032 2006-02-02  Wim Taymans  <wim@fluendo.com>
2033
2034         * gst-libs/gst/audio/gstbaseaudiosink.c:
2035         (gst_base_audio_sink_provide_clock):
2036         Ugh.. getting late I guess...
2037
2038 2006-02-02  Wim Taymans  <wim@fluendo.com>
2039
2040         * gst-libs/gst/audio/gstbaseaudiosink.c:
2041         (gst_base_audio_sink_provide_clock),
2042         (gst_base_audio_sink_set_property),
2043         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
2044         Don't try to provide a clock when we are not negotiated since
2045         we might not be able to make it run.
2046
2047 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
2048
2049         * gst/playback/gstdecodebin.c: (try_to_link_1):
2050           Unlinking two source pads is ... hard.
2051
2052 2006-02-02  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst-libs/gst/audio/TODO:
2055         Updated.
2056
2057         * gst-libs/gst/audio/gstbaseaudiosink.c:
2058         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
2059         On EOS, wait till the last sample is played before posting EOS.
2060
2061 2006-02-01  Philippe Kalaf <burger at speedy dot org>
2062
2063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2064           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
2065           setting queue_delay to zero. Also avoid thread being started if
2066           queue_delay is zero.
2067
2068 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2069
2070         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
2071           Make test work again by connecting fakesinks to each decoded pad,
2072           which makes the pipeline wait until each fakesink has a buffer
2073           queued before going to PAUSED state. At that point we know the
2074           decodebin pads are negotiated.
2075
2076 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2077
2078         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
2079         (gst_cdda_base_src_handle_event):
2080         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2081           Pass unhandled queries to the parent class's query function.
2082
2083 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2084
2085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
2086         (gst_ogg_pad_src_query):
2087         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2088         * ext/theora/theoradec.c: (theora_dec_src_query),
2089         (theora_dec_sink_query):
2090         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2091         (vorbis_dec_sink_query):
2092         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2093         (gst_vorbisenc_sink_query):
2094         * gst/adder/gstadder.c: (gst_adder_query):
2095           Pass unhandled queries upstream instead of just
2096           dropping them (#326447). Also, fix supported
2097           query types list for some elements.
2098
2099 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
2100
2101         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
2102         (paris_type_find), (ilbc_type_find), (plugin_init):
2103           Fix typefinding for audio/x-au, audio/x-paris and
2104           audio/iLBC-sh. We cannot use the START_WITH macros
2105           here, because there can only be one typefind factory
2106           with the same name (caps), so the second one would
2107           replace the first one and the first one would never
2108           be called when doing typefinding (see #161712).
2109           
2110
2111 2006-01-31  Wim Taymans  <wim@fluendo.com>
2112
2113         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2114         (vorbis_handle_header_packet), (vorbis_dec_push),
2115         (vorbis_handle_data_packet):
2116         Use scale_int when we can, add some more scaling.
2117         Check packettype before parsing it.
2118
2119 2006-01-31  Wim Taymans  <wim@fluendo.com>
2120
2121         * ext/theora/theoradec.c: (_theora_granule_time),
2122         (theora_dec_src_convert), (theora_dec_sink_convert):
2123         Call right _scale functions.
2124         Use parameter instead of some other random value.
2125
2126 2006-01-31  Wim Taymans  <wim@fluendo.com>
2127
2128         * ext/theora/theoradec.c: (_theora_granule_frame),
2129         (_theora_granule_time), (_inc_granulepos),
2130         (theora_dec_src_convert), (theora_dec_sink_convert),
2131         (theora_handle_type_packet), (theora_handle_data_packet),
2132         (theora_dec_chain):
2133         Use higher precision timestamps calculation.
2134         Convert some other conversions to _scale.
2135
2136 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
2137
2138         * gst/audiotestsrc/gstaudiotestsrc.c:
2139         (gst_audio_test_src_create_sine_table), (plugin_init):
2140         * gst/volume/gstvolume.c: (plugin_init):
2141           initialize gst_controller before using
2142
2143 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
2144
2145         * tests/check/pipelines/theoraenc.c:
2146         * tests/check/pipelines/vorbisenc.c:
2147         Define constant using G_GINT64_CONSTANT to avoid errors when
2148         passing it around - otherwise it gets truncated to 32 bits.
2149
2150         Fixes failing tests.
2151
2152 2006-01-31  Andy Wingo  <wingo@pobox.com>
2153
2154         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
2155         caps being set doesn't have a framerate value. Basically a stopgap
2156         measure.
2157
2158         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
2159         technically correct enough to put into core though.
2160         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
2161         DURATION. Fixes theoraenc ! oggmux.
2162
2163         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
2164         fraction, not double.
2165
2166 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
2167
2168         * win32/vs7:
2169         add vs7 project files created by Sergey Scobich
2170
2171 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
2172
2173         * win32/vs8:
2174         add vs8 project files created by Sergey Scobich
2175         
2176 2006-01-30  Andy Wingo  <wingo@pobox.com>
2177
2178         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
2179         timestamp + duration, not just timestamp -- ogg pages should be
2180         ordered by stop time. Necessary fix given the change in vorbis
2181         timestamps.
2182
2183         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
2184         (gst_theora_enc_init): Pull the granule shift out of the encoder.
2185         (granulepos_add): New function, handles the messiness of adjusting
2186         granulepos values.
2187         (theora_buffer_from_packet):
2188         (theora_enc_chain):
2189         (theora_enc_sink_event): Use granulepos_add, not +.
2190
2191         * tests/check/pipelines/theoraenc.c
2192         (check_buffer_granulepos_from_starttime): Just check the frame
2193         count, not the actual granulepos -- we can't dictate to the
2194         encoder when it should be placing keyframes.
2195
2196 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2197
2198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2199           SERVICE_NOT_AVAILABLE happens for example when you're trying to
2200           play an http:// stream from a server that's not serving
2201
2202 2006-01-30  Andy Wingo  <wingo@pobox.com>
2203
2204         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
2205         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
2206         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
2207         available.
2208
2209         * ext/theora/gsttheoraenc.h:
2210         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
2211         although theoraenc was timestamping correctly. Added handling of
2212         streams that start with nonzero timestamps.
2213
2214         * tests/check/Makefile.am:
2215         * tests/check/pipelines/theoraenc.c: New file, basically does same
2216         tests as vorbisenc.
2217
2218         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
2219
2220 2006-01-30  Wim Taymans  <wim@fluendo.com>
2221
2222         * gst-libs/gst/audio/gstaudiosink.c:
2223         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
2224         (gst_audioringbuffer_pause):
2225         Implement pause that does not wait for completion.
2226
2227         * gst-libs/gst/audio/gstbaseaudiosink.c:
2228         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2229         Don't drop buffers when going to PAUSED but perform preroll on
2230         remaining samples now that core base class supports this.
2231
2232         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
2233         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
2234         (gst_ring_buffer_commit):
2235         Pause should not signal waiters.
2236         Implement return value of _commit correctly.
2237
2238 2006-01-30  Andy Wingo  <wingo@pobox.com>
2239
2240         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
2241
2242         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
2243         updated to timestamp from the first sample, not the last.
2244         (gst_vorbisenc_buffer_from_header_packet): New function, takes
2245         special care of granulepos and timestamp for header packets.
2246         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
2247         when the first buffer has a nonzero timestamp.
2248
2249         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
2250         (GstVorbisEnc.subgranule_offset): New members. Take care of the
2251         case when the first audio buffer we get has a nonzero timestamp.
2252         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
2253         properly timestamp vorbis buffers with the time of the first
2254         sample, not the last.
2255         
2256         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
2257         vorbis_granule_time_copy -- now it takes the granule/subgranule
2258         offset into account.
2259
2260         * tests/check/pipelines/vorbisenc.c: New test for correctness of
2261         timestamps, durations, and granulepos on buffers produced by
2262         vorbisenc.
2263
2264 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
2265
2266         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2267         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2268           Patch from Eric Jonas to support conversions to/from UYVY 
2269           (Fixes: #324626)
2270
2271 2006-01-30  Julien MOUTTE  <julien@moutte.net>
2272
2273         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
2274         (setup_subtitle), (setup_source), (set_active_source):
2275         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2276         (gen_text_element), (gen_audio_element), (gen_vis_element),
2277         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
2278
2279 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
2280
2281         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
2282         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
2283                 use gst_guint64_to_gdouble to be compliant with vs6
2284         * gst/playback/gstdecodebin.c: (try_to_link_1)
2285         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
2286                 use G_GINT64_CONSTANT for int64 constants
2287         * win32/common/libgstinterfaces.def:
2288                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
2289         * win32/vs6:
2290                 update and add new project files
2291                 
2292 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2293
2294         * Makefile.am:
2295         * win32/MANIFEST:
2296         * win32/common/interfaces-enumtypes.c:
2297         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2298         (gst_mixer_track_flags_get_type),
2299         (gst_tuner_channel_flags_get_type):
2300         * win32/common/interfaces-enumtypes.h:
2301         * win32/common/multichannel-enumtypes.c:
2302         (gst_audio_channel_position_get_type):
2303         * win32/common/multichannel-enumtypes.h:
2304           add a win32-update rule like in core, and copy over enumtypes files
2305
2306 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2307
2308         * win32/MANIFEST:
2309         * win32/common/config.h:
2310         * win32/common/config.h.in:
2311           add config files just like in core
2312
2313 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
2314
2315         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
2316           Make gcc-4.1 happy (part of #327357).
2317
2318 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2319
2320         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
2321         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
2322         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
2323         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
2324         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
2325         (gst_alsasrc_unprepare), (gst_alsasrc_read):
2326           Update all error messages.  All of them should either use
2327           the default translated message, or actually provide a
2328           translatable string.
2329           Make the string for channel count problems meaningful.
2330
2331 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2332
2333         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2334           check for and throw RESOURCE_BUSY
2335
2336 2006-01-27  David Schleef  <ds@schleef.org>
2337
2338         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
2339           checked in this change -- it requires liboil features not
2340           in 0.3.6.  Revert parts.
2341
2342 2006-01-27  David Schleef  <ds@schleef.org>
2343
2344         * REQUIREMENTS:
2345         * configure.ac: update liboil requirement to 0.3.6
2346         * gst/videoscale/Makefile.am:
2347         * gst/videoscale/vs_scanline.c: liboilify
2348
2349 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2350
2351         * ext/libvisual/visual.c: (get_buffer):
2352           When pad_alloc returns a GstFlowReturn other
2353           than GST_FLOW_OK, make sure it is passed upstream.
2354
2355 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
2356
2357         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2358         (gst_alsasink_class_init):
2359           Free the device name string.
2360
2361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2362         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
2363         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
2364           Don't remove a pad from the collectpads structure until it
2365           is released - it's a request pad, and may receive data again
2366           if the element gets moved back to PLAYING state.
2367
2368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2369           Ensure we turn on double buffering on the Xv port, and
2370           set the colour key to something dark and mysterious that
2371           isn't black.
2372
2373 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2374
2375         * ext/alsa/gstalsaplugin.c: (plugin_init):
2376         * ext/cdparanoia/gstcdparanoiasrc.c:
2377         (gst_cd_paranoia_src_base_init), (plugin_init):
2378         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2380           - a library should not call setlocale. see "Libraries" node in
2381             gettext manual
2382           - make sure all plugins that use translation do bindtextdomain
2383             to point to the localedir
2384         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2385         (setup_sinks), (plugin_init):
2386           all this, and check for NULL when creating sinks
2387
2388 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2389
2390         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2391         (plugin_init): Make typefinding of subtitles work again.
2392
2393 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2394
2395         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2396         (mp3_type_frame_length_from_header), (mp3_type_find),
2397         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2398         (plugin_init):
2399           Backport a bunch of typefinding fixes from the 0.8 branch.
2400           Also, improve wavpack typefinding: if we can't peek the
2401           entire wavpack block, try to parse the bits we can get and
2402           see if we find what we're looking for in those.
2403
2404 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2405
2406         * sys/ximage/ximagesink.c:
2407         (gst_ximagesink_calculate_pixel_aspect_ratio):
2408         * sys/xvimage/xvimagesink.c:
2409         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2410         more cases of pixel aspect ratio.
2411
2412 2006-01-26  Edward Hervey  <edward@fluendo.com>
2413
2414         * gst/playback/gstdecodebin.c: (pad_probe):
2415         Also consider the flush-start and tag events as unblockers
2416         for the pad probes.
2417
2418 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2419
2420         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2421         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2422         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2423         On the fly visualisation switch, works disabling, enabling as
2424         well but it won't be able to enable vis in a playbin that was
2425         created with no visualisation.
2426
2427 2006-01-25  Wim Taymans  <wim@fluendo.com>
2428
2429         * gst-libs/gst/audio/gstbaseaudiosink.c:
2430         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2431         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2432         resume after pause.
2433
2434 2006-01-25  Wim Taymans  <wim@fluendo.com>
2435
2436         * gst-libs/gst/audio/gstbaseaudiosink.c:
2437         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2438         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2439         Improve debugging.
2440         Post error when caps cannot be parsed.
2441         Resync on discontinuity in the stream.
2442         Clip samples to segment boundaries.
2443         return WRONG_STATE sooner when we are flushing.
2444
2445         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2446         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2447         Make audiosrc operate in TIME.
2448         Set TIMESTAMP and DURATION on buffers.
2449
2450 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2451
2452         * tests/examples/seek/seek.c: (main):
2453           Output tag messages as well.
2454
2455 2006-01-23  Edward Hervey  <edward@fluendo.com>
2456
2457         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2458         (free_pad_probes), (remove_fakesink), (pad_probe),
2459         (close_pad_link), (gst_decode_bin_change_state):
2460         Replace GstPadBlockCallback with pad probes that detect
2461         first buffer AND eos before removing fakesink.
2462         Fixes hang with demuxers doing EOS while pre-rolling.
2463         Solves #328279
2464
2465 2006-01-23  Andy Wingo  <wingo@pobox.com>
2466
2467         * ext/alsa/gstalsasink.c:
2468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2469         (gst_base_rtp_depayload_setcaps),
2470         (gst_base_rtp_depayload_add_to_queue),
2471         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2472         
2473         Patch by: Jens Granseuer <jensgr at gmx dot net>
2474
2475 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2476
2477         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2478         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2479         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2480         frames. We might get a frame destroyed after changing state to
2481         NULL, adding a safety check on xcontext.
2482
2483 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2484
2485         * gst-libs/gst/interfaces/xoverlay.c:
2486           Fix prepare-xwindow-id code example in the docs - we need to
2487           ignore all messages that aren't element messages as well.
2488           
2489 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2490
2491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2492           I think one day i'll completely undestand how caps negotiation
2493           is supposed to work. This refactoring handles buffer_alloc
2494           called with caps we can't handle. We definitely don't want a
2495           set_caps with those caps, so we define and allocate a buffer
2496           we would like to receive.
2497
2498 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2499
2500         * gst/playback/gstplaybasebin.c: (setup_source):
2501           Free iterator when done.
2502
2503 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2504
2505         * gst-libs/gst/audio/gstbaseaudiosink.c:
2506         (gst_base_audio_sink_render):
2507           Fix playback of non-synchronised streams by assuming a rate
2508           of 1.0 instead of a random one.
2509
2510           Makes this work again:
2511
2512           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2513           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2514           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2515           audioresample ! alsasink
2516
2517 === release 0.10.2 ===
2518
2519 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2520
2521         * configure.ac:
2522           releasing 0.10.2, "Then the devil is six"
2523
2524 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2525
2526         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2527         * gst/playback/gststreamselector.c:
2528         (gst_stream_selector_set_property):
2529           Comment out broken code that connects to the state-changed signal.
2530           At this point, changing current stream selection is broken, but 
2531           stuff like gst-launch playbin current-audio=1 works and filters
2532           to the chosen stream.
2533
2534 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2535
2536         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2537           Fix #327216 (null dereference in vorbisdec)
2538
2539 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2540
2541         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2542           Post taglist actually on bus instead of just freeing it
2543           (fixes #327114 and totem bug #327080).
2544
2545         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2546           Use gst_element_found_tags_for_pad(), so that the tags
2547           are sent downstream as an event as well.
2548
2549 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2550
2551         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2552         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2553         (gst_ximagesink_buffer_alloc):
2554         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2555         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2556         (gst_xvimagesink_buffer_alloc):
2557           move all regularly occurring messages to GST_LOG level
2558           add some more object logs
2559
2560 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2561
2562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2563           fix a silly segfault
2564
2565 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2566
2567         * docs/libs/gst-plugins-base-libs-docs.sgml:
2568         * docs/libs/gst-plugins-base-libs-sections.txt:
2569         * gst-libs/gst/audio/mixerutils.c:
2570         * gst-libs/gst/audio/mixerutils.h:
2571           Add docs for mixerutils stuff.
2572
2573 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2574
2575         * gst/playback/gstplaybasebin.c: (setup_source):
2576           Fix playback for sources that emit raw audio or
2577           raw video streams (e.g.: cd audio sources) (#325984).
2578
2579 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2580
2581         * gst-libs/gst/audio/mixerutils.c:
2582         (gst_audio_mixer_filter_do_filter):
2583           actually save the element we create
2584
2585 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2586
2587         * gst-libs/gst/cdda/gstcddabasesrc.c:
2588         (gst_cdda_base_src_handle_track_seek):
2589           No need to post a tag message on the bus when seeking
2590           within the same track, only post it when the current
2591           track changes.
2592
2593 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2594
2595         * gst/playback/gstplaybasebin.c: (group_destroy),
2596         (probe_triggered), (new_decoded_pad), (mute_group_type),
2597         (set_active_source):
2598         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2599         * gst/playback/gststreamselector.c:
2600         (gst_stream_selector_base_init),
2601         (gst_stream_selector_set_property),
2602         (gst_stream_selector_request_new_pad):
2603           Reenable stream selection. These mechanisms need a complete overhaul
2604           in the face of 0.8->0.10 changes though.
2605
2606 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2607
2608         * ext/ogg/gstoggdemux.c:
2609           Change the pad template to src_%d to match the pads that 
2610           are created from it. decodebin needs this information in order
2611           to decide that oggdemux is capable of producing multiple pads
2612           (and hence needs queues inserted).
2613
2614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2615         (gst_ogg_mux_collected):
2616           Make debug output more useful by using GST_PTR_FORMAT.
2617
2618 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2619
2620         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2623           Set depth and width for alaw/mulaw (fixes #326601).
2624
2625 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2626
2627         * tests/icles/Makefile.am:
2628           don't build the tests if we don't have the libs
2629
2630 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2631
2632         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2633         (gst_cd_paranoia_paranoia_callback):
2634           Don't try to free NULL pointers.
2635
2636 2006-01-10  Edward Hervey  <edward@fluendo.com>
2637
2638         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2639         (gst_audio_rate_change_state), (plugin_init):
2640         Add debugging category.
2641         Fix type issues.
2642         Add case for incoming buffers without valid offset/offset_end.
2643
2644 2006-01-10  Michael Smith  <msmith@fluendo.com>
2645
2646         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2647           Don't leak GCond in audio sources.
2648
2649 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2650
2651         * gst/playback/gstplaybin.c: (gen_audio_element):
2652           Don't leak an autoaudiosink/alsasink when we generate
2653           a new audio element. (old code, I guess)
2654
2655 2006-01-10  Michael Smith  <msmith@fluendo.com>
2656
2657         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2658           Support float audio in audiorate.
2659           Use width rather than depth for selecting sample width.
2660
2661 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2662
2663         * gst/videotestsrc/videotestsrc.h:
2664           Use GLib types here (that way we don't have to include the
2665           generated _stdint.h header, which makes life easier for win32
2666           folks that don't use autotools for the build) (#325990, patch
2667           by: Sergey Scobich).
2668
2669 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2670
2671         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2672         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2673         (gst_ring_buffer_pause), (wait_segment):
2674         * gst-libs/gst/audio/gstringbuffer.h:
2675           Name (private) union, makes Forte compiler happy (this time
2676           for real) (#324900).
2677
2678 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2679
2680         * gst-libs/gst/audio/Makefile.am:
2681           Link against libgstinterfaces, needed for mixer
2682           and property probe stuff.
2683
2684 2006-01-09  Edward Hervey  <edward@fluendo.com>
2685
2686         * gst-libs/gst/Makefile.am:
2687
2688 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2689
2690         * gst-libs/gst/audio/Makefile.am:
2691         * gst-libs/gst/audio/mixerutils.c:
2692         (gst_audio_mixer_filter_do_filter),
2693         (gst_audio_mixer_filter_check_element),
2694         (gst_audio_mixer_filter_probe_feature),
2695         (element_factory_rank_compare_func),
2696         (gst_audio_default_registry_mixer_filter):
2697         * gst-libs/gst/audio/mixerutils.h:
2698           Add gst_audio_default_registry_mixer_filter() utility
2699           function.
2700
2701 2006-01-03  Michael Smith  <msmith@fluendo.com>
2702
2703         * gst/audioresample/resample.h:
2704           As before, but for o_buf
2705
2706 2006-01-03  Michael Smith  <msmith@fluendo.com>
2707
2708         * gst/audioresample/resample.h:
2709           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2710           since we do arithmetic on it.
2711
2712 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2713
2714         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2715         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2716         (gst_ring_buffer_pause), (wait_segment):
2717         * gst-libs/gst/audio/gstringbuffer.h:
2718           Sun's Forte compiler doesn't seem to like anonymous structs,
2719           so use same setup as in GstBaseSrc (fixes #324900).
2720
2721 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2722
2723         * configure.ac:
2724         * gst/volume/Makefile.am:
2725         * gst/volume/demo.c:
2726           move old example to tests/examples/volume/volune.c
2727         * tests/examples/Makefile.am:
2728         * tests/examples/seek/seek.c: (main):
2729           change window-close event from "delete-event" to "destroy"
2730         * tests/examples/volume/Makefile.am:
2731         * tests/examples/volume/volume.c: (value_changed_callback),
2732         (setup_gui), (message_received), (eos_message_received), (main):
2733           fix event handling and bus usage
2734
2735 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2736
2737         * gst/audiotestsrc/gstaudiotestsrc.c:
2738         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2739         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2740         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2741         (gst_audio_test_src_create_square),
2742         (gst_audio_test_src_create_saw),
2743         (gst_audio_test_src_create_triangle),
2744         (gst_audio_test_src_create_silence),
2745         (gst_audio_test_src_create_white_noise),
2746         (gst_audio_test_src_create_pink_noise),
2747         (gst_audio_test_src_init_sine_table),
2748         (gst_audio_test_src_create_sine_table),
2749         (gst_audio_test_src_change_wave),
2750         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2751         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2752         * gst/audiotestsrc/gstaudiotestsrc.h:
2753           update to basesrc changes, implement segmented seeking and eos
2754           handling, add a 'sine-tab' waveform for performance critical playback
2755
2756 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2757
2758         * po/POTFILES.in:
2759           ... and this time the other modified file that I missed last time.
2760
2761 2005-12-29  Michael Smith  <msmith@fluendo.com>
2762
2763         * gst/playback/gstdecodebin.c: (new_pad):
2764           Fix non-C89 variable declaration not at the start of a block. Should
2765           help some compilers.
2766
2767 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2768
2769         * tests/check/Makefile.am:
2770           And now fix 'make distcheck' (builddir != srcdir)
2771
2772 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2773
2774         * configure.ac:
2775         * ext/cdparanoia/Makefile.am:
2776         * ext/cdparanoia/gstcdparanoia.c:
2777         * ext/cdparanoia/gstcdparanoia.h:
2778         * ext/cdparanoia/gstcdparanoiasrc.c:
2779         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2780         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2781         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2782         (gst_cd_paranoia_paranoia_callback),
2783         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2784         (gst_cd_paranoia_src_set_property),
2785         (gst_cd_paranoia_src_get_property), (plugin_init):
2786         * ext/cdparanoia/gstcdparanoiasrc.h:
2787           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2788           plugin again (there are still fixes required to playbin to make
2789           cdda:// uris work there).
2790
2791 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2792
2793         * tests/check/Makefile.am:
2794           Fix test case compilation.
2795
2796 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2797
2798         * gst-libs/gst/cdda/gstcddabasesrc.c:
2799         (gst_cdda_base_src_update_duration),
2800         (gst_cdda_base_src_calculate_cddb_id):
2801           An integer is not a string. Fix access to uninitialised variable.
2802
2803         * tests/check/Makefile.am:
2804           Add cddabasesrc unit test; also actually enable the vorbis test.
2805
2806         * tests/check/generic/states.c:
2807           Blacklist new cd audio elements as well.
2808
2809         * tests/check/libs/cddabasesrc.c:
2810           Unit test for GstCddaBaseSrc (discid calculation mostly).
2811
2812 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2813
2814         * docs/libs/Makefile.am:
2815         * docs/libs/gst-plugins-base-libs-docs.sgml:
2816         * docs/libs/gst-plugins-base-libs-sections.txt:
2817         * docs/libs/gst-plugins-base-libs.types:
2818           Add docs for libgstcdda/GstCddaBaseSrc.
2819
2820         * gst-libs/gst/interfaces/mixertrack.h:
2821           Do one struct member per line with a semicolon at the end, that way
2822           even gtk-doc might parse it without complaining.
2823
2824 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2825
2826         * configure.ac:
2827         * gst-libs/gst/Makefile.am:
2828         * gst-libs/gst/cdda/Makefile.am:
2829         * gst-libs/gst/cdda/base64.c:
2830         * gst-libs/gst/cdda/base64.h:
2831         * gst-libs/gst/cdda/gstcddabasesrc.c:
2832         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2833         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2834         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2835         (gst_cdda_base_src_get_property),
2836         (gst_cdda_base_src_get_track_from_sector),
2837         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2838         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2839         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2840         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2841         (gst_cdda_base_src_uri_get_protocols),
2842         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2843         (gst_cdda_base_src_uri_handler_init),
2844         (gst_cdda_base_src_setup_interfaces),
2845         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2846         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2847         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2848         (gst_cdda_base_src_add_tags),
2849         (gst_cdda_base_src_add_index_associations),
2850         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2851         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2852         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2853         (gst_cdda_base_src_create):
2854         * gst-libs/gst/cdda/gstcddabasesrc.h:
2855         * gst-libs/gst/cdda/sha1.c:
2856         * gst-libs/gst/cdda/sha1.h:
2857           Add new libgstcdda with GstCddaBaseSrc class.
2858
2859 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2860
2861         * ext/gnomevfs/gstgnomevfssink.h:
2862           Use GstBaseSinkClass as parent_class member for class struct, not
2863           GstBaseSink.
2864
2865 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2866
2867         Patch by: Michael Benes
2868
2869         * gst/videotestsrc/gstvideotestsrc.c:
2870         (gst_video_test_src_class_init), (gst_video_test_src_start):
2871           Add start method to reset running time and number of frames sent
2872           when starting up (fixes #324696)
2873
2874 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2875
2876         * docs/plugins/Makefile.am:
2877         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2878         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2879         * docs/plugins/gst-plugins-base-plugins.args:
2880         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2881         * docs/plugins/gst-plugins-base-plugins.signals:
2882           Add docs stuff for gnomevfssrc and gnomevfssink.
2883
2884         * ext/gnomevfs/gstgnomevfssrc.c:
2885           Fix example pipeline in gtk-doc blurb.
2886
2887 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2888
2889         * ext/gnomevfs/Makefile.am:
2890         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2891         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2892         (gst_gnome_vfs_handle_get_type), (plugin_init):
2893         * ext/gnomevfs/gstgnomevfs.h:
2894         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2895         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2896         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2897         (gst_gnome_vfs_sink_set_property),
2898         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2899         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2900         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2901         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2902         (gst_gnome_vfs_sink_uri_get_type),
2903         (gst_gnome_vfs_sink_uri_get_protocols),
2904         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2905         (gst_gnome_vfs_sink_uri_handler_init):
2906         * ext/gnomevfs/gstgnomevfssink.h:
2907           Port gnomevfssink; add gtk-doc blurb.
2908
2909         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2910         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2911         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2912         (gst_gnome_vfs_src_uri_get_type),
2913         (gst_gnome_vfs_src_uri_get_protocols),
2914         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2915         (gst_gnome_vfs_src_uri_handler_init),
2916         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2917         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2918         (gst_gnome_vfs_src_send_additional_headers_callback),
2919         (gst_gnome_vfs_src_received_headers_callback),
2920         (gst_gnome_vfs_src_push_callbacks),
2921         (gst_gnome_vfs_src_pop_callbacks),
2922         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2923         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2924         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2925         * ext/gnomevfs/gstgnomevfssrc.h:
2926           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2927           file; add gtk-doc blurb with example pipelines.
2928
2929 === release 0.10.1 ===
2930
2931 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2932
2933         * configure.ac:
2934           releasing 0.10.1, "Dobro Dedek"
2935
2936 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2937
2938         * gst/typefind/gsttypefindfunctions.c:
2939         iLBC30 and iLBC20 added to typefind.
2940
2941 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2942
2943         * gst-libs/gst/audio/gstbaseaudiosink.c:
2944         (gst_base_audio_sink_class_init):
2945         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2946         (gst_base_audio_src_class_init):
2947           update strings, values are in microseconds
2948           change the default sink buffer time to something that is smaller
2949           (to help software volume mixing have a slightly lower delay) but
2950           still be acceptable on Wim's laptop
2951
2952 2005-12-20  Edward Hervey  <edward@fluendo.com>
2953
2954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2955         Made a quack, forgot to add DUCK to the riff video template.
2956
2957 2005-12-19  Edward Hervey  <edward@fluendo.com>
2958
2959         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2960         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2961         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2962         (gst_ogm_parse_chain):
2963         Make sure pads are initialized correctly.
2964         * gst-libs/gst/riff/riff-ids.h:
2965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2966         (gst_riff_create_video_template_caps):
2967         Add a whole bunch of FOURCC <=> MimeType.
2968         Extend the riff video pad template to support the newly added fourcc.
2969
2970 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2971
2972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2973         (gst_ogg_demux_activate_chain):
2974           Extra debug output when activating/deactivating chains.
2975
2976         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2977         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2978         (unlinked):
2979           Remove a queue from our list when it becomes unlinked.
2980           Don't add queues to elements in class 'Demux' if they
2981           can only produce one pad 
2982
2983 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2984
2985         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2986         (gst_video_sink_get_type): Add a debug category.
2987
2988 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2989
2990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2991         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2992           Handle downstream newsegment by sending our own newsegment before the
2993           next buffer to be released. (#323900)
2994
2995 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2996
2997         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2998         (gst_base_rtp_depayload_set_gst_timestamp):
2999           add queue delay to new segment as well (as opposed to just the first
3000           buffer). (bug #322347)
3001
3002 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
3003
3004         * ext/libvisual/visual.c: (make_valid_name):
3005           change some char* into char[]
3006         * gst/audiotestsrc/gstaudiotestsrc.c:
3007         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
3008         (gst_audio_test_src_create):
3009         * gst/audiotestsrc/gstaudiotestsrc.h:
3010           prepare to handle EOS and SEGMENT_DONE
3011
3012 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3013
3014         * tests/check/generic/states.c: (GST_START_TEST):
3015           Blacklist cdparanoia element in state test.
3016
3017 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3018
3019           Patch by: Benjamin Pineau
3020
3021         * gst/tcp/gsttcp.c:
3022         * gst/tcp/gsttcpclientsink.c:
3023         * gst/tcp/gsttcpserversink.c:
3024         * gst/tcp/gsttcpserversrc.c:
3025           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
3026
3027 2005-12-15  Michael Smith  <msmith@fluendo.com>
3028
3029         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
3030         (gst_video_rate_chain):
3031           Fix timestamping for videorate when the first buffer it sees has a
3032           non-zero timestamp. Fix some misleading debug output.
3033
3034 2005-12-15  Michael Smith  <msmith@fluendo.com>
3035
3036         * gst/audioresample/gstaudioresample.c:
3037           Don't leak all input buffers to audioresample.
3038
3039 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3040
3041         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
3042           Don't operate on empty text buffers. Strip newlines and
3043           tabs only from the end of the text, but leave them intact
3044           in the middle. Fix typo in gtk-doc description.
3045
3046 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
3047
3048         * gst/playback/gstplaybasebin.c:
3049         * gst/playback/gstplaybin.c: (handoff):
3050           Make sure the video frame buffer we return to apps via the
3051           "frame" property always has caps set on it. Modify
3052           _gst_gvalue_set_object() macro to handle NULL objects
3053           gracefully too.
3054
3055 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
3056
3057         * gst/audiotestsrc/gstaudiotestsrc.c:
3058         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3059         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
3060         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
3061         (gst_audio_test_src_create):
3062         * gst/audiotestsrc/gstaudiotestsrc.h:
3063         Adjust to some recent api changes and add wtays new cool seeking
3064         capabillities
3065
3066 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         * ext/alsa/Makefile.am:
3069         * ext/alsa/gstalsadeviceprobe.c:
3070         * ext/alsa/gstalsadeviceprobe.h:
3071           Helper functions to add device probing via the GstPropertyProbe
3072           interface to a class.
3073
3074         * ext/alsa/gstalsamixer.h:
3075           Comment out GST_ALSA_MIXER, it returns a struct that's not
3076           used.
3077
3078         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3079           Add some debug info. 
3080
3081         * ext/alsa/gstalsamixerelement.c:
3082         (gst_alsa_mixer_element_interface_supported),
3083         (gst_implements_interface_init),
3084         (gst_alsa_mixer_element_init_interfaces),
3085         (gst_alsa_mixer_element_class_init),
3086         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3087         (gst_alsa_mixer_element_set_property),
3088         (gst_alsa_mixer_element_get_property),
3089         (gst_alsa_mixer_element_change_state):
3090         * ext/alsa/gstalsamixerelement.h:
3091           Add 'device' and 'device-name' properties. Add GstPropertyProbe
3092           for device handling (gnome-volume-control will need that).
3093
3094 2005-12-12  Christian Schaller  <uraeus@gnome.org>
3095
3096         * ext/Makefile.am: fix cdparanoia entry
3097         * gst-plugins-base.spec.in: add cdparanoia
3098
3099 2005-12-12  Michael Smith  <msmith@fluendo.com>
3100
3101         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
3102           Use the correct function to free list of typefind factories.
3103
3104 2005-12-12  Wim Taymans  <wim@fluendo.com>
3105
3106         * gst/videotestsrc/gstvideotestsrc.c:
3107         (gst_video_test_src_class_init), (gst_video_test_src_init),
3108         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
3109         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
3110         (gst_video_test_src_create):
3111         * gst/videotestsrc/gstvideotestsrc.h:
3112         Implement seeking in videotestsrc.
3113         Small cleanups.
3114
3115 2005-12-12  Wim Taymans  <wim@fluendo.com>
3116
3117         * ext/cdparanoia/Makefile.am:
3118         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3119         (gst_paranoia_endian_get_type), (_do_init),
3120         (cdparanoia_class_init), (cdparanoia_init),
3121         (cdparanoia_set_property), (cdparanoia_get_property),
3122         (cdparanoia_do_seek), (cdparanoia_is_seekable),
3123         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
3124         (cdparanoia_convert), (cdparanoia_get_query_types),
3125         (cdparanoia_query), (cdparanoia_set_index),
3126         (cdparanoia_uri_set_uri):
3127         * ext/cdparanoia/gstcdparanoia.h:
3128         Partially ported cdparanoia now that basesrc can support a
3129         plugin like this..
3130
3131 2005-12-12  Wim Taymans  <wim@fluendo.com>
3132
3133         * tests/examples/seek/scrubby.c: (main):
3134         Set higher priority for bus events so they don't get reordered with
3135         gtk gui events.
3136
3137         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
3138         (flush_toggle_cb), (main):
3139         Added checkbox to disable flushing seeks. 
3140         Disable scrubbing when doing non flushing seeks.
3141
3142 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3143
3144         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
3145         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
3146         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
3147         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
3148           Implement some sort of event handling that doesn't rely on
3149           g_return_if_fail; make sure we always push the last chunk of an 
3150           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
3151           state change function; remove some old cruft. Seeking is still
3152           rather unlikely to work though.
3153
3154         * tools/.cvsignore:
3155           Ignore more.
3156
3157 2005-12-11  Julien MOUTTE  <julien@moutte.net>
3158
3159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
3160         Fixed a leak of the current image reference when cleaning up.
3161         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
3162
3163 2005-12-09  Michael Smith  <msmith@fluendo.com>
3164
3165         * tools/Makefile.am:
3166         * tools/gst-launch-ext-m.m:
3167           Remove gst-launch-ext. It doesn't work, and is no longer
3168           particularly useful.
3169
3170 2005-12-08  Luca Ognibene  <luogni@tin.it>
3171
3172         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3173           don't pass random values to ogmparse convert function.
3174           Make seeking possible in the exile1.ogm file.
3175
3176 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
3177
3178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3179         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3180           Work around refcount problem with g_value_set_object() that occur
3181           if the core has been compiled against GLib-2.6 (g_value_set_object()
3182           will only g_object_ref() the element, but the caller will
3183           gst_object_unref() it and bad things will happen due to the way
3184           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
3185           totem for people on FC4 using Thomas's 0.10 RPMs.
3186           
3187 2005-12-07  Edward Hervey  <edward@fluendo.com>
3188
3189         Time to welcome ogm to 0.10 :)
3190         
3191         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
3192         (gst_ogg_pad_typefind):
3193         Oggdemux can now properly typefind elements with dynamic pads.
3194         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3195         Properly set caps on src pad, and set caps on outgoing buffers.
3196
3197 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3198
3199         * ext/alsa/gstalsamixer.h:
3200         * ext/alsa/gstalsamixerelement.h:
3201         * ext/alsa/gstalsamixeroptions.h:
3202         * ext/alsa/gstalsamixertrack.h:
3203         * ext/alsa/gstalsasink.c:
3204         * ext/alsa/gstalsasink.h:
3205         * ext/alsa/gstalsasrc.c:
3206         * ext/alsa/gstalsasrc.h:
3207         * ext/cdparanoia/gstcdparanoia.h:
3208         * ext/gnomevfs/gstgnomevfsuri.h:
3209         * ext/ogg/gstoggdemux.c:
3210         * ext/ogg/gstoggmux.c:
3211         * ext/pango/gsttextoverlay.h:
3212         * ext/theora/theoradec.c:
3213         * ext/theora/theoraenc.c:
3214         * ext/vorbis/vorbisdec.h:
3215         * ext/vorbis/vorbisenc.c:
3216         * ext/vorbis/vorbisenc.h:
3217         * ext/vorbis/vorbisparse.h:
3218         * gst-libs/gst/audio/gstaudioclock.h:
3219         * gst-libs/gst/audio/gstaudiosink.c:
3220         * gst-libs/gst/audio/gstaudiosink.h:
3221         * gst-libs/gst/audio/gstaudiosrc.c:
3222         * gst-libs/gst/audio/gstaudiosrc.h:
3223         * gst-libs/gst/audio/gstbaseaudiosink.c:
3224         * gst-libs/gst/audio/gstbaseaudiosink.h:
3225         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3226         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3227         * gst-libs/gst/audio/gstringbuffer.h:
3228         * gst-libs/gst/audio/multichannel.h:
3229         * gst-libs/gst/floatcast/floatcast.h:
3230         * gst-libs/gst/interfaces/colorbalance.c:
3231         * gst-libs/gst/interfaces/colorbalance.h:
3232         * gst-libs/gst/interfaces/colorbalancechannel.h:
3233         * gst-libs/gst/interfaces/mixer.h:
3234         * gst-libs/gst/interfaces/mixeroptions.h:
3235         * gst-libs/gst/interfaces/mixertrack.h:
3236         * gst-libs/gst/interfaces/navigation.h:
3237         * gst-libs/gst/interfaces/propertyprobe.h:
3238         * gst-libs/gst/interfaces/tuner.h:
3239         * gst-libs/gst/interfaces/tunerchannel.h:
3240         * gst-libs/gst/interfaces/tunernorm.h:
3241         * gst-libs/gst/interfaces/xoverlay.h:
3242         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3243         * gst-libs/gst/riff/riff-ids.h:
3244         * gst-libs/gst/riff/riff-media.h:
3245         * gst-libs/gst/riff/riff-read.h:
3246         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3247         * gst-libs/gst/rtp/gstbasertppayload.c:
3248         * gst-libs/gst/rtp/gstbasertppayload.h:
3249         * gst-libs/gst/rtp/gstrtpbuffer.c:
3250         * gst-libs/gst/rtp/gstrtpbuffer.h:
3251         * gst-libs/gst/tag/gsttageditingprivate.h:
3252         * gst-libs/gst/tag/gstvorbistag.c:
3253         (gst_tag_list_from_vorbiscomment_buffer):
3254         * gst-libs/gst/tag/tag.h:
3255         * gst-libs/gst/video/video.h:
3256         * gst/adder/gstadder.c:
3257         * gst/adder/gstadder.h:
3258         * gst/audioconvert/audioconvert.c:
3259         * gst/audioconvert/audioconvert.h:
3260         * gst/audioconvert/gstaudioconvert.c:
3261         * gst/audioconvert/gstchannelmix.c:
3262         * gst/audioconvert/gstchannelmix.h:
3263         * gst/audiorate/gstaudiorate.c:
3264         * gst/audioresample/buffer.h:
3265         * gst/audioresample/functable.h:
3266         * gst/audioresample/gstaudioresample.c:
3267         * gst/audioresample/resample.h:
3268         * gst/ffmpegcolorspace/avcodec.h:
3269         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3270         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3271         * gst/ffmpegcolorspace/imgconvert.c:
3272         * gst/ffmpegcolorspace/imgconvert_template.h:
3273         * gst/playback/gstdecodebin.c:
3274         * gst/playback/gstplaybasebin.h:
3275         * gst/playback/gstplaybin.c:
3276         * gst/playback/gststreaminfo.h:
3277         * gst/tcp/gstfdset.c:
3278         * gst/tcp/gstfdset.h:
3279         * gst/tcp/gstmultifdsink.c:
3280         * gst/tcp/gstmultifdsink.h:
3281         * gst/tcp/gsttcp.h:
3282         * gst/tcp/gsttcpclientsrc.c:
3283         * gst/tcp/gsttcpclientsrc.h:
3284         * gst/tcp/gsttcpplugin.h:
3285         * gst/tcp/gsttcpserversink.c:
3286         * gst/tcp/gsttcpserversrc.c:
3287         * gst/typefind/gsttypefindfunctions.c:
3288         * gst/videorate/gstvideorate.c:
3289         * gst/videotestsrc/gstvideotestsrc.h:
3290         * gst/videotestsrc/videotestsrc.h:
3291         * sys/v4l/gstv4lcolorbalance.h:
3292         * sys/v4l/gstv4ltuner.h:
3293         * sys/v4l/gstv4lxoverlay.h:
3294         * sys/v4l/v4l_calls.h:
3295         * sys/v4l/videodev_mjpeg.h:
3296         * tests/check/elements/audioconvert.c:
3297         * tests/check/elements/audioresample.c:
3298         * tests/check/elements/audiotestsrc.c:
3299         * tests/check/elements/videotestsrc.c:
3300         * tests/check/elements/volume.c:
3301         * tests/examples/seek/scrubby.c:
3302         * tests/examples/seek/seek.c:
3303           expand tabs
3304
3305 === release 0.10.0 ===
3306
3307 2005-12-05   <thomas (at) apestaart (dot) org>
3308
3309         * configure.ac:
3310           releasing 0.10.0, "Mont-d'or"
3311
3312 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
3313
3314         * tests/examples/seek/Makefile.am:
3315         Build fix for when gtk is not available.
3316
3317 2005-12-05  Andy Wingo  <wingo@pobox.com>
3318
3319         * ext/libvisual/visual.c: (get_buffer):
3320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
3321         * ext/pango/gsttextrender.c: (gst_text_render_chain):
3322         * ext/theora/theoradec.c: (theora_handle_data_packet):
3323         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3324         (theora_enc_chain):
3325         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3326         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3327         Update for alloc_buffer changes.
3328
3329 2005-12-05  Andy Wingo  <wingo@pobox.com>
3330
3331         patch by: Kai Vehmanen <kv2004 eca cx>
3332         
3333         * gst-libs/gst/rtp/gstbasertpdepayload.c
3334         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
3335
3336 2005-12-04  Andy Wingo  <wingo@pobox.com>
3337
3338         patch by: Sebastien Cote <sebas642 yahoo ca>
3339         
3340         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
3341         Fixes #319172.
3342
3343 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
3344
3345         * docs/plugins/Makefile.am:
3346         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3347         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3348         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3349         * ext/pango/gstclockoverlay.c:
3350         * ext/pango/gsttextoverlay.c: 
3351         * ext/pango/gsttextrender.c:
3352         * ext/pango/gsttimeoverlay.c:
3353           Add gtk-doc blurbs to pango elements.
3354
3355 2005-12-02  Wim Taymans  <wim@fluendo.com>
3356
3357         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
3358         * gst/audioresample/buffer.h:
3359         * gst/audioresample/gstaudioresample.c:
3360         * gst/audioresample/gstaudioresample.h:
3361         * gst/audioresample/resample.c: (resample_input_flush),
3362         (resample_input_pushthrough), (resample_input_eos),
3363         (resample_get_output_size_for_input),
3364         (resample_get_input_size_for_output), (resample_get_output_size),
3365         (resample_get_output_data):
3366         * gst/audioresample/resample.h:
3367         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3368         Fix audioresample, seek torture, new segments, reverse negotiation
3369         etc.. work fine.
3370
3371 2005-12-02  Wim Taymans  <wim@fluendo.com>
3372
3373         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3374         Small cleanups.
3375
3376 2005-12-02  Wim Taymans  <wim@fluendo.com>
3377
3378         * gst/audioconvert/gstaudioconvert.c:
3379         (gst_audio_convert_transform):
3380         Post errors.
3381
3382 === release 0.9.7 ===
3383
3384 2005-12-01   <thomas (at) apestaart (dot) org>
3385
3386         * configure.ac:
3387           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3388
3389 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3390
3391         * Makefile.am:
3392         * po/hu.po:
3393         * win32/MANIFEST:
3394         * win32/gst.sln:
3395           add win32 MANIFEST file
3396           do something to the hungarian translation
3397
3398 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3399
3400         * ext/Makefile.am:
3401           Add $(PANGO_DIR) to SUBDIRS
3402
3403         * ext/pango/gstclockoverlay.c:
3404         * ext/pango/gsttimeoverlay.c:
3405           Fix and improve element descriptions.
3406
3407 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3408
3409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3410         * docs/plugins/inspect/plugin-libvisual.xml:
3411         * docs/plugins/inspect/plugin-pango.xml:
3412           add pango plugin to docs
3413
3414 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3415
3416         * configure.ac:
3417         * ext/Makefile.am:
3418           moved pango to base
3419
3420 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3421
3422         * configure.ac:
3423         * tests/Makefile.am:
3424         * tests/icles/.cvsignore:
3425         * tests/icles/Makefile.am:
3426         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3427         (close_display), (resize_window), (move_window), (create_window),
3428         (terminate_playback), (pause_playback), (start_playback), (main):
3429           add stress test for xoverlay from Julien
3430
3431 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3432
3433         * docs/libs/tmpl/gstcolorbalance.sgml:
3434         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3435         * gst-libs/gst/rtp/gstbasertppayload.c:
3436         * gst-libs/gst/rtp/gstrtpbuffer.c:
3437         * gst-libs/gst/rtp/gstrtpbuffer.h:
3438           Do burger's rename for rtp payloaders and depayloaders
3439
3440 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3441
3442         * win32/:
3443           add Visual Studio 6 build files
3444
3445 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3446
3447         * docs/libs/gst-plugins-base-libs-docs.sgml:
3448         * docs/libs/gst-plugins-base-libs-sections.txt:
3449         * docs/libs/tmpl/gstaudio.sgml:
3450         * docs/libs/tmpl/gstringbuffer.sgml:
3451         * gst-libs/gst/interfaces/xoverlay.c:
3452         * gst-libs/gst/video/gstvideofilter.c:
3453         * gst-libs/gst/video/gstvideosink.c:
3454           update documentation
3455
3456 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3457
3458         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3459         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3460         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3461         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3462         (gst_multi_fd_sink_get_stats),
3463         (gst_multi_fd_sink_remove_client_link),
3464         (gst_multi_fd_sink_handle_client_read),
3465         (gst_multi_fd_sink_client_queue_data),
3466         (gst_multi_fd_sink_client_queue_caps),
3467         (gst_multi_fd_sink_client_queue_buffer),
3468         (gst_multi_fd_sink_new_client),
3469         (gst_multi_fd_sink_handle_client_write),
3470         (gst_multi_fd_sink_recover_client),
3471         (gst_multi_fd_sink_queue_buffer),
3472         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3473         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3474         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3475         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3476         * gst/tcp/gstmultifdsink.h:
3477         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3478         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3479         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3480         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3481         (gst_tcp_client_sink_set_property),
3482         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3483         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3484         * gst/tcp/gsttcpclientsink.h:
3485         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3486         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3487         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3488         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3489         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3490         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3491         * gst/tcp/gsttcpclientsrc.h:
3492         * gst/tcp/gsttcpplugin.c: (plugin_init):
3493         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3494         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3495         (gst_tcp_server_sink_finalize),
3496         (gst_tcp_server_sink_handle_server_read),
3497         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3498         (gst_tcp_server_sink_set_property),
3499         (gst_tcp_server_sink_get_property),
3500         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3501         * gst/tcp/gsttcpserversink.h:
3502         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3503         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3504         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3505         (gst_tcp_server_src_set_property),
3506         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3507         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3508         * gst/tcp/gsttcpserversrc.h:
3509           more borgifying
3510
3511 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3512
3513         * docs/plugins/Makefile.am:
3514         * docs/plugins/gst-plugins-base-plugins.args:
3515         * docs/plugins/inspect/plugin-libvisual.xml:
3516         * gst/audioconvert/plugin.h:
3517         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3518         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3519         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3520         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3521         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3522         (plugin_init):
3523         * gst/audiotestsrc/gstaudiotestsrc.c:
3524         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3525         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3526         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3527         (gst_audio_test_src_get_query_types),
3528         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3529         (gst_audio_test_src_create_square),
3530         (gst_audio_test_src_create_saw),
3531         (gst_audio_test_src_create_triangle),
3532         (gst_audio_test_src_create_silence),
3533         (gst_audio_test_src_create_white_noise),
3534         (gst_audio_test_src_init_pink_noise),
3535         (gst_audio_test_src_generate_pink_noise_value),
3536         (gst_audio_test_src_create_pink_noise),
3537         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3538         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3539         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3540         (plugin_init):
3541         * gst/audiotestsrc/gstaudiotestsrc.h:
3542         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3543         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3544         (gst_sub_parse_init), (gst_sub_parse_formats),
3545         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3546         (convert_encoding), (get_next_line),
3547         (gst_sub_parse_data_format_autodetect),
3548         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3549         (gst_sub_parse_loop), (gst_sub_parse_chain),
3550         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3551         (plugin_init):
3552         * gst/subparse/gstsubparse.h:
3553         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3554         (gst_video_rate_base_init), (gst_video_rate_class_init),
3555         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3556         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3557         (gst_video_rate_init), (gst_video_rate_event),
3558         (gst_video_rate_chain), (gst_video_rate_set_property),
3559         (gst_video_rate_get_property), (gst_video_rate_change_state),
3560         (plugin_init):
3561         * gst/videoscale/gstvideoscale.c:
3562         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3563         (gst_video_scale_src_template_factory),
3564         (gst_video_scale_sink_template_factory),
3565         (gst_video_scale_get_type), (gst_video_scale_base_init),
3566         (gst_video_scale_class_init), (gst_video_scale_init),
3567         (gst_video_scale_set_property), (gst_video_scale_get_property),
3568         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3569         (gst_video_scale_prepare_size), (parse_caps),
3570         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3571         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3572         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3573         (plugin_init):
3574         * gst/videoscale/gstvideoscale.h:
3575         * gst/videotestsrc/gstvideotestsrc.c:
3576         (gst_video_test_src_pattern_get_type),
3577         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3578         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3579         (gst_video_test_src_set_pattern),
3580         (gst_video_test_src_set_property),
3581         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3582         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3583         (gst_video_test_src_event), (gst_video_test_src_get_times),
3584         (gst_video_test_src_create), (plugin_init):
3585         * gst/videotestsrc/gstvideotestsrc.h:
3586         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3587         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3588         (gst_video_test_src_black):
3589         * gst/videotestsrc/videotestsrc.h:
3590           borgify further
3591           clean up docs a little
3592
3593 2005-11-30  Wim Taymans  <wim@fluendo.com>
3594
3595         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3596         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3597         (gst_basertppayload_event), (gst_basertppayload_push),
3598         (gst_basertppayload_change_state):
3599         * gst-libs/gst/rtp/gstbasertppayload.h:
3600         closed #320644.
3601
3602 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3603
3604         * docs/libs/gst-plugins-base-libs-docs.sgml:
3605         * docs/libs/gst-plugins-base-libs-sections.txt:
3606         * gst-libs/gst/video/gstvideofilter.c:
3607         * gst-libs/gst/video/gstvideosink.c:
3608         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3609
3610 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3611
3612         * LICENSE:
3613           move
3614         * po/af.po:
3615         * po/az.po:
3616         * po/cs.po:
3617         * po/en_GB.po:
3618         * po/hu.po:
3619         * po/it.po:
3620         * po/nb.po:
3621         * po/nl.po:
3622         * po/or.po:
3623         * po/sq.po:
3624         * po/sr.po:
3625         * po/sv.po:
3626         * po/uk.po:
3627         * po/vi.po:
3628         * Makefile.am:
3629           update
3630         * scripts/autoplugins.sh:
3631           remove
3632
3633 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3634
3635         * Makefile.am:
3636         * configure.ac:
3637         * examples/Makefile.am:
3638         * examples/capsfilter/Makefile.am:
3639         * examples/capsfilter/capsfilter1.c:
3640         * examples/gob/Makefile.am:
3641         * examples/gob/gst-identity2.gob:
3642         * examples/indexing/.cvsignore:
3643         * examples/indexing/Makefile.am:
3644         * examples/indexing/indexmpeg.c:
3645         * examples/seeking/.cvsignore:
3646         * examples/seeking/Makefile.am:
3647         * examples/seeking/cdparanoia.c:
3648         * examples/seeking/cdplayer.c:
3649         * examples/seeking/chained.c:
3650         * examples/seeking/scrubby.c:
3651         * examples/seeking/seek.c:
3652         * examples/stats/Makefile.am:
3653         * examples/stats/mp2ogg.c:
3654         * examples/switch/.cvsignore:
3655         * examples/switch/Makefile.am:
3656         * examples/switch/switcher.c:
3657         * tests/Makefile.am:
3658         * tests/check/generic/.cvsignore:
3659         * tests/check/pipelines/.cvsignore:
3660         * tests/examples/Makefile.am:
3661         * tests/examples/seek/Makefile.am:
3662           reorganize stuff under tests/
3663
3664 2005-11-30  Edward Hervey  <edward@fluendo.com>
3665
3666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3667         Go away you stupid GstStaticPadTemplate memleak.
3668
3669 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3670
3671         * gst-libs/gst/net/Makefile.am:
3672         * gst-libs/gst/net/README:
3673         * gst-libs/gst/net/gstnetbuffer.c:
3674         * gst-libs/gst/net/gstnetbuffer.h:
3675           this was moved to "netbuffer"
3676
3677 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3678
3679         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3680         (gst_video_filter_class_init), (gst_video_filter_init):
3681         * gst-libs/gst/video/gstvideofilter.h:
3682           borgify name to bring in line with other classes
3683
3684 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3685
3686         * gst/audioscale/.cvsignore:
3687         * gst/audioscale/Makefile.am:
3688         * gst/audioscale/README:
3689         * gst/audioscale/audioscale.vcproj:
3690         * gst/audioscale/dtof.c:
3691         * gst/audioscale/dtos.c:
3692         * gst/audioscale/functable.c:
3693         * gst/audioscale/gstaudioscale.c:
3694         * gst/audioscale/gstaudioscale.h:
3695         * gst/audioscale/private.h:
3696         * gst/audioscale/resample.c:
3697         * gst/audioscale/resample.h:
3698         * gst/audioscale/test.c:
3699           remove
3700
3701 2005-11-30  Edward Hervey  <edward@fluendo.com>
3702
3703         * gst-libs/gst/netbuffer/Makefile.am:
3704         really, really tired
3705
3706 2005-11-30  Edward Hervey  <edward@fluendo.com>
3707
3708         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3709         Update for new GstTypeFindFactory _register()
3710
3711 2005-11-30  Edward Hervey  <edward@fluendo.com>
3712
3713         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3714         Let's not override libgstnet from core for no reason...
3715         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3716         Ok, maybe not so quick next time.
3717
3718 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3719
3720         * configure.ac:
3721         * gst-libs/gst/Makefile.am:
3722           moved gst-libs/gst/net to netbuffer through CVS surgery
3723           remove old directory
3724           updating build to accomodate
3725           (#322257)
3726
3727 2005-11-29  Andy Wingo  <wingo@pobox.com>
3728
3729         * pkgconfig/gstreamer-plugins-base.pc.in:
3730         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3731         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3732         (#322257).
3733
3734 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3735
3736         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3737         3rd time's the charm. Correct ref-counting for discarded buffers.
3738
3739 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3740
3741         * gst/playback/gststreamselector.c:
3742         (gst_stream_selector_class_init),
3743         (gst_stream_selector_set_property),
3744         (gst_stream_selector_get_property),
3745         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3746         Fix ref-counting
3747
3748 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3749
3750         * gst/subparse/gstsubparse.c: (feed_textbuf):
3751           Don't access already unref'ed buffer.
3752
3753 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3754
3755         * gst/playback/gststreamselector.c:
3756         (gst_stream_selector_class_init), (gst_stream_selector_init),
3757         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3758         (gst_stream_selector_get_property),
3759         (gst_stream_selector_get_linked_pad),
3760         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3761         * gst/playback/gststreamselector.h:
3762         Add the active-pad property for playbin to use shortly. Ignore buffers
3763         from any other pad, returning GST_FLOW_NOT_LINKED
3764
3765 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3766
3767         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3768         patch from bug #322704 (Alessandro Decina).
3769
3770 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3771
3772         * gst-libs/gst/audio/Makefile.am:
3773           folded audiofilter into the audio library
3774
3775 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3776
3777         * gst/videoscale/gstvideoscale.h:
3778         * gst/videoscale/gstvideoscale.c:
3779           remove unimplemented scale methods
3780
3781 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3782
3783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3784           Don't leak caps.
3785
3786 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3787
3788         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3789         (gst_ximagesink_setcaps):
3790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3791         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3792         happens (only visible on ximagesink but bug is in xv too) set_caps was
3793         destroying the internal x[v]image used to memcpy non locally alloced
3794         buffers so that it got renewed on next _chain. The issue is that 
3795         _expose will try to put that image as it reffed it in _put.
3796         Using gst_buffer_unref instead of destroy fixes it !
3797
3798 2005-11-28  Edward Hervey  <edward@fluendo.com>
3799
3800         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3801         (try_to_link_1), (queue_filled_cb):
3802         Better use of the queues. Start with a small size queue and only increase
3803         the size of the queues when the other queues are empty.
3804
3805 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3806
3807         * gst-libs/gst/video/Makefile.am:
3808           compile in copied-over videofilter into the video library
3809         * gst-libs/gst/video/videosink.h:
3810           rename the header to gstvideosink.h since it's a base GstObject class
3811         * sys/ximage/ximagesink.h:
3812         * sys/xvimage/xvimagesink.h:
3813           use the new header
3814
3815 2005-11-28  Wim Taymans  <wim@fluendo.com>
3816
3817         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3818         * gst/playback/gstplaybasebin.h:
3819         Prepare to handle errors betters.
3820
3821         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3822         Set sinks to PAUSED first before adding and linking them so that
3823         we don't interrupt dataflow.
3824
3825 2005-11-28  Wim Taymans  <wim@fluendo.com>
3826
3827         * gst-libs/gst/audio/TODO:
3828         Updated TODO
3829
3830         * gst-libs/gst/audio/gstaudiosink.c:
3831         (gst_audioringbuffer_open_device),
3832         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3833         (gst_audioringbuffer_release):
3834         Small cleanups.
3835
3836         * gst-libs/gst/audio/gstbaseaudiosink.c:
3837         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3838         (gst_base_audio_sink_change_state):
3839         Slave to the master clock when going to PLAYING and unslave when
3840         going to PAUSED.
3841
3842         * gst-libs/gst/audio/gstringbuffer.c:
3843         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3844         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3845         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3846         (gst_ring_buffer_clear_all), (wait_segment),
3847         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3848         (gst_ring_buffer_advance):
3849         * gst-libs/gst/audio/gstringbuffer.h:
3850         Add some docs and cleanups.
3851
3852 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3853
3854         * sys/xvimage/xvimagesink.c:
3855         (gst_xvimagesink_navigation_send_event): Fix navigation events
3856         coordinates translation with pixel aspect ratios.
3857
3858 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3859
3860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3861         Use calculated video geometry from _setcaps instead of buffer
3862         caps to respect pixel aspect ratio. (fixes #322388)
3863
3864 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3865
3866         * docs/libs/tmpl/gstcolorbalance.sgml:
3867         * docs/libs/tmpl/gstmixer.sgml:
3868         * docs/libs/tmpl/gstxoverlay.sgml:
3869         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3870         interface.
3871
3872 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3873
3874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3875         Refuse to create an XvImage if we can't find the format.
3876
3877 2005-11-28  Edward Hervey  <edward@fluendo.com>
3878
3879         * gst-libs/gst/riff/riff-media.c:
3880         (gst_riff_create_audio_template_caps):
3881         Add ATRAC3 to the list of riff-possible audio caps.
3882         I know we still don't have a plugin for atrac3, but it's saner to output
3883         that than a cryptic mimetype.
3884
3885 2005-11-27  Edward Hervey  <edward@fluendo.com>
3886
3887         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3888         Don't try to create a zero-sized subbuffer.
3889
3890 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3891
3892         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3893         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3894         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3895         (gst_ximagesink_expose): Fixed a tricky race.
3896         * sys/ximage/ximagesink.h:
3897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3898         (gst_xvimagesink_expose): Fixed a tricky race.
3899         * sys/xvimage/xvimagesink.h:
3900
3901 2005-11-27  Edward Hervey  <edward@fluendo.com>
3902
3903         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3904         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3905         Remove unused properties, and add queues between demuxers and decoders
3906         so that a lot more files can preroll properly.
3907
3908 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3909
3910         * gst-libs/gst/net/Makefile.am:
3911         * gst-libs/gst/rtp/Makefile.am:
3912         * gst-libs/gst/tag/Makefile.am:
3913           remove silly include
3914         * gst/tags/Makefile.am:
3915         * gst/tags/gsttagediting.c:
3916         * gst/tags/gsttageditingprivate.h:
3917         * gst/tags/tagedit.vcproj:
3918           remove directory, is as good as empty
3919
3920 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3921
3922         * configure.ac:
3923           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3924         * gst-libs/Makefile.am:
3925         * gst-libs/gst/audio/Makefile.am:
3926         * gst-libs/gst/interfaces/Makefile.am:
3927         * gst-libs/gst/net/Makefile.am:
3928         * gst-libs/gst/riff/Makefile.am:
3929         * gst-libs/gst/rtp/Makefile.am:
3930         * gst-libs/gst/tag/Makefile.am:
3931         * gst-libs/gst/video/Makefile.am:
3932           and use them
3933
3934 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3935
3936         * docs/libs/tmpl/gstcolorbalance.sgml:
3937         * docs/libs/tmpl/gstmixer.sgml:
3938         * docs/libs/tmpl/gstxoverlay.sgml:
3939         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3940         * sys/ximage/ximagesink.h:
3941         * sys/xvimage/xvimagesink.h: More and more documentation.
3942
3943 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3944
3945         * docs/libs/gst-plugins-base-libs-docs.sgml:
3946         * docs/libs/gst-plugins-base-libs-sections.txt:
3947         * docs/libs/tmpl/gstcolorbalance.sgml:
3948         * docs/libs/tmpl/gstmixer.sgml:
3949         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3950         to documentation.
3951
3952 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3953
3954         * docs/plugins/Makefile.am:
3955         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3956         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3957         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3958
3959 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3960
3961         * docs/plugins/Makefile.am:
3962         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3963         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3964         * docs/plugins/inspect/plugin-adder.xml:
3965         * docs/plugins/inspect/plugin-alsa.xml:
3966         * docs/plugins/inspect/plugin-audioconvert.xml:
3967         * docs/plugins/inspect/plugin-audiorate.xml:
3968         * docs/plugins/inspect/plugin-audioresample.xml:
3969         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3970         * docs/plugins/inspect/plugin-decodebin.xml:
3971         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3972         * docs/plugins/inspect/plugin-gnomevfs.xml:
3973         * docs/plugins/inspect/plugin-ogg.xml:
3974         * docs/plugins/inspect/plugin-playbin.xml:
3975         * docs/plugins/inspect/plugin-subparse.xml:
3976         * docs/plugins/inspect/plugin-tcp.xml:
3977         * docs/plugins/inspect/plugin-theora.xml:
3978         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3979         * docs/plugins/inspect/plugin-video4linux.xml:
3980         * docs/plugins/inspect/plugin-videorate.xml:
3981         * docs/plugins/inspect/plugin-videoscale.xml:
3982         * docs/plugins/inspect/plugin-videotestsrc.xml:
3983         * docs/plugins/inspect/plugin-volume.xml:
3984         * docs/plugins/inspect/plugin-vorbis.xml:
3985         * docs/plugins/inspect/plugin-ximagesink.xml:
3986         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3987         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3988
3989 2005-11-26  Edward Hervey  <edward@fluendo.com>
3990
3991         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3992         Properly return GstFlowReturn from gst_pad_push in chain functions.
3993
3994 2005-11-25  Michael Smith  <msmith@fluendo.com>
3995
3996         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3997         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3998         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3999         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
4000           Handle various conditions better when we don't understand a stream.
4001           Removes a heap of CRITICALs on ogg streams containing unknown data.
4002
4003 2005-11-24  Andy Wingo  <wingo@pobox.com>
4004
4005         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
4006         Be threadsafe.
4007
4008 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4009
4010         * configure.ac: back to HEAD
4011
4012 === release 0.9.6 ===
4013
4014 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
4015
4016         * configure.ac:
4017           releasing 0.9.6, "White Eight"
4018
4019 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4020
4021         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4022         * docs/plugins/inspect/plugin-sine.xml:
4023           remove sinesrc some more
4024
4025 2005-11-23  Wim Taymans  <wim@fluendo.com>
4026
4027         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4028         If we are reading too slowly, jump forward in the ringbuffer
4029         instead of blocking.
4030
4031 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4032
4033         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4034         (gst_visual_chain):
4035         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
4036         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
4037         (gst_videorate_chain):
4038         * gst/videotestsrc/gstvideotestsrc.c:
4039         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
4040         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
4041         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
4042         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
4043         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4044         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4045           Updates for API changes
4046
4047 2005-11-23  Wim Taymans  <wim@fluendo.com>
4048
4049         * gst-libs/gst/audio/gstbaseaudiosink.c:
4050         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4051         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4052         Fix for calibration API change.
4053
4054 2005-11-23  Michael Smith <msmith@fluendo.com>
4055
4056         * gst-libs/gst/audio/multichannel.c:
4057         (gst_audio_get_channel_positions),
4058         (gst_audio_set_channel_positions),
4059         (gst_audio_set_structure_channel_positions_list),
4060         (gst_audio_fixate_channel_positions):
4061           Use gst_value_array_*() functions on value arrays, not
4062           gst_value_list_*().
4063
4064 2005-11-23  Edward Hervey  <edward@fluendo.com>
4065
4066         * autogen.sh:
4067         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
4068         Fixes autogen
4069
4070 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4071
4072         * check/Makefile.am:
4073         * check/elements/videotestsrc.c: (setup_videotestsrc),
4074         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
4075         (main):
4076           add a test for videotestsrc
4077
4078 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4079
4080         * gst/sine/.cvsignore:
4081         * gst/sine/Makefile.am:
4082         * gst/sine/gstsinesrc.c:
4083         * gst/sine/gstsinesrc.h:
4084         * gst/sine/sinesrc.vcproj:
4085           and remove sinesrc from the repository.  Closes #321446
4086
4087 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4088
4089         * configure.ac:
4090         * gst-plugins-base.spec.in:
4091           remove sinesrc from the build
4092
4093 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4094
4095         * check/Makefile.am:
4096         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
4097         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
4098         (main):
4099           add a test for audiotestsrc, testing all waves.  Even seems
4100           leak-free at first glance, nice job Stefan
4101
4102 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4103
4104         * po/af.po:
4105         * po/az.po:
4106         * po/cs.po:
4107         * po/en_GB.po:
4108         * po/hu.po:
4109         * po/it.po:
4110         * po/nb.po:
4111         * po/nl.po:
4112         * po/or.po:
4113         * po/sq.po:
4114         * po/sr.po:
4115         * po/sv.po:
4116         * po/uk.po:
4117         * po/vi.po:
4118           Translation string updates
4119
4120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4121         (gst_v4lsrc_set_caps):
4122         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4123         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4124         * sys/v4l/v4lsrc_calls.h:
4125           Improve v4lsrc, by making it work again.
4126
4127 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
4128
4129         * ext/libvisual/visual.c: (gst_visual_chain):
4130           Fix the fps calculations.
4131
4132         * gst/ffmpegcolorspace/avcodec.h:
4133           Move structure element for clarity
4134
4135         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
4136         * gst-libs/gst/interfaces/tunernorm.h:
4137         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
4138         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
4139         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
4140         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
4141         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
4142         (gst_v4lmjpegsrc_getcaps):
4143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
4144         (gst_v4lsrc_set_caps):
4145         * sys/v4l/gstv4lsrc.h:
4146         * sys/v4l/v4l_calls.c: (gst_v4l_open):
4147         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
4148         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
4149         * sys/v4l/v4lsrc_calls.h:
4150           Fractional framerates...
4151
4152 2005-11-22  Wim Taymans  <wim@fluendo.com>
4153
4154         * gst-libs/gst/audio/gstbaseaudiosink.c:
4155         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
4156         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4157         And we provide a clock by default, of course...
4158
4159 2005-11-22  Wim Taymans  <wim@fluendo.com>
4160
4161         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
4162         This clock can be slaved to a master clock now.
4163
4164         * gst-libs/gst/audio/gstbaseaudiosink.c:
4165         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4166         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
4167         (gst_base_audio_sink_set_clock),
4168         (gst_base_audio_sink_set_property),
4169         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
4170         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
4171         * gst-libs/gst/audio/gstbaseaudiosink.h:
4172         Handle slaving the internal clock to the clock selected in the
4173         pipeline.
4174         Add property to make the basesink not provide a clock.
4175
4176         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4177         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4178         (gst_base_rtp_depayload_wait):
4179         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4180         We can use the clock in GstElement, no need to store it ourselves.
4181
4182 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4183
4184         * docs/libs/tmpl/gstaudio.sgml:
4185           update
4186         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4187         (gst_paranoia_endian_get_type):
4188         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
4189         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4190         * gst/audiotestsrc/gstaudiotestsrc.c:
4191         (gst_audiostestsrc_wave_get_type):
4192         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
4193         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
4194         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4195         (gst_sync_method_get_type), (gst_unit_type_get_type),
4196         (gst_client_status_get_type), (gst_multifdsink_class_init),
4197         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
4198         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
4199         (gst_multifdsink_get_property):
4200         * gst/tcp/gstmultifdsink.h:
4201         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
4202         * gst/videotestsrc/gstvideotestsrc.c:
4203         (gst_videotestsrc_pattern_get_type):
4204           remove deprecated properties
4205           fix up enums to correctly have short lowercase dashed nicks
4206
4207 2005-11-22  Michael Smith <msmith@fluendo.com>
4208
4209         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4210         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4211           Add underscore.
4212
4213 2005-11-22  Michael Smith <msmith@fluendo.com>
4214
4215         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4216         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4217           Use utility method for scaling clocktime for fractional framerates.
4218
4219 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
4220
4221         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
4222         (gst_visual_chain):
4223         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4224         * ext/theora/theoradec.c: (theora_handle_type_packet):
4225         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4226         (theora_enc_chain):
4227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4228         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
4229         * gst-libs/gst/video/video.h:
4230         * gst/ffmpegcolorspace/avcodec.h:
4231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4232         (gst_ffmpeg_caps_to_pixfmt):
4233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4234         (gst_ffmpegcsp_set_caps):
4235         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4236         (gst_videorate_setcaps), (gst_videorate_blank_data),
4237         (gst_videorate_chain):
4238         * gst/videotestsrc/gstvideotestsrc.c:
4239         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
4240         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
4241         (gst_videotestsrc_event), (gst_videotestsrc_create):
4242         * gst/videotestsrc/gstvideotestsrc.h:
4243         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4244         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4245         (gst_ximagesink_get_times), (gst_ximagesink_init):
4246         * sys/ximage/ximagesink.h:
4247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4248         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4249         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
4250         * sys/xvimage/xvimagesink.h:
4251           Convert elements to use fractions for their framerate.
4252           V4L elements to come later tonight.
4253
4254 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4255
4256         * gst-libs/gst/audio/audio.c:
4257         * gst-libs/gst/audio/audio.h:
4258           remove some deprecated functions
4259
4260 2005-11-22  Andy Wingo  <wingo@pobox.com>
4261
4262         * Update for gst_tag_setter API changes.
4263
4264 2005-11-22  Andy Wingo  <wingo@pobox.com>
4265
4266         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
4267         (gst_ogg_demux_perform_seek):
4268         * ext/theora/theoradec.c (theora_dec_sink_event):
4269         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
4270         update-funcnames.
4271
4272 2005-11-22  Wim Taymans  <wim@fluendo.com>
4273
4274         * examples/seeking/seek.c: (main):
4275         Give higher priority to bus signals than the gtk events
4276         to fix a race condition in the segment looping.
4277
4278 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4279
4280         * ext/theora/Makefile.am:
4281         * ext/vorbis/Makefile.am:
4282         * gst-libs/gst/tag/Makefile.am:
4283         * gst-plugins-base.spec.in:
4284           Rename libgsttagedit to libgsttag (#322117).
4285
4286 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4287
4288         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4290           Call gst_x_overlay_prepare_xwindow_id() to give applications
4291           a final chance to set their own xwindow id before the video
4292           sink creates its own window.
4293
4294 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4295
4296         * sys/xvimage/xvimagesink.c:
4297         (gst_xvimagesink_navigation_send_event): Handle navigation
4298         events correcly with borders if applicable.
4299
4300 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
4301
4302         Patch by: Luca Ognibene
4303
4304         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4305         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
4306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4307         (gst_ffmpegcsp_caps_remove_format_info):
4308         * gst/ffmpegcolorspace/imgconvert.c:
4309         * gst/ffmpegcolorspace/imgconvert_template.h:
4310           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
4311           #318353); use gst_structure_has_name().
4312
4313 2005-11-22  Julien MOUTTE  <julien@moutte.net>
4314
4315         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
4316         (gst_ximagesink_class_init): Add debug macros on functions.
4317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4318         (gst_xvimagesink_xwindow_draw_borders),
4319         (gst_xvimagesink_xvimage_put),
4320         (gst_xvimagesink_xwindow_update_geometry),
4321         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
4322         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
4323         (gst_xvimagesink_xcontext_clear),
4324         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4325         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4326         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4327         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4328         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
4329         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4330         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
4331         expose while being PAUSED, out of data flow navigation events, etc..
4332
4333 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4334
4335         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4336         * gst-libs/gst/audio/audio.h:
4337           fix prototype - wondering why the test worked regardless
4338
4339 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4340
4341         * check/Makefile.am:
4342         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
4343         * gst-libs/gst/audio/audio.h:
4344           add a method that returns a proper GstClockTime
4345
4346 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
4349         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
4350         * gst-libs/gst/interfaces/xoverlay.h:
4351           Remove everything having to do with the desired size; add 
4352           gst_x_overlay_prepare_xwindow_id() function; remove the
4353           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
4354           post a message on the bus instead (#321816).
4355
4356         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
4357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
4358         (gst_xvimagesink_xoverlay_init):
4359           Remove desired size stuff (#321816).
4360
4361 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4364         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4365         (mpeg_video_type_find), (mpeg_video_stream_type_find):
4366           Terminate vararg functions with NULL instead of 0 to 
4367           make gcc4 happy.
4368
4369 2005-11-21  Andy Wingo  <wingo@pobox.com>
4370
4371         patch by: Sebastien Cote <sebas642@yahoo.ca>
4372         
4373         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4374         * gst-libs/gst/rtp/gstrtpbuffer.c
4375         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4376
4377 2005-11-21  Andy Wingo  <wingo@pobox.com>
4378
4379         * gst/playback/gstplaybin.c (gen_audio_element) 
4380         (gen_video_element): Use the new MISSING_PLUGIN core error
4381         category. Closes #320060.
4382
4383         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4384         * gst/videorate/gstvideorate.c (gst_videorate_event):
4385         * ext/theora/theoradec.c (theora_dec_sink_event): 
4386         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4387         stream lock.
4388
4389         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4390         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4391         stream lock changes.
4392
4393 2005-11-21  Wim Taymans  <wim@fluendo.com>
4394
4395         * gst-libs/gst/audio/gstbaseaudiosink.c:
4396         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4397         (gst_base_audio_sink_provide_clock),
4398         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4399         (gst_base_audio_sink_change_state):
4400         * gst/audioresample/gstaudioresample.c:
4401         Segment update fix.
4402
4403 2005-11-21  Andy Wingo  <wingo@pobox.com>
4404
4405         * *.h:
4406         * *.c: Ran scripts/update-macros. Oh yes.
4407
4408 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * sys/ximage/Makefile.am:
4411         * sys/ximage/ximage.c:
4412           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4413           remove your old libgstximage.* manually if necessary).
4414
4415 2005-11-21  Michael Smith <msmith@fluendo.com>
4416
4417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4418           Minimal fix for bug #320200: set the min/max bitrate in the correct
4419           units. A better fix would be to upgrade to the RATEMANAGE2
4420           interface, rather than using the deprecated interface used here, but
4421           that would require an update in our libvorbis dependency (to 1.1),
4422           which is probably undesirable.
4423
4424 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4425
4426         * ext/libvisual/visual.c: (get_buffer):
4427         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4428         (gst_base_audio_src_fixate):
4429         * gst/audioconvert/gstaudioconvert.c:
4430         (gst_audio_convert_fixate_caps):
4431         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4432         * gst/audiotestsrc/gstaudiotestsrc.c:
4433         (gst_audiotestsrc_src_fixate):
4434         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4435         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4436         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4437         * gst/videotestsrc/gstvideotestsrc.c:
4438         (gst_videotestsrc_src_fixate):
4439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4441           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4442           (#322027)
4443
4444
4445 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4448         (gst_riff_create_iavs_caps):
4449         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4450         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4451         (gst_riff_parse_info):
4452         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4455           Fixes for GST_FOURCC_FORMAT API change.
4456
4457 2005-11-21  Andy Wingo  <wingo@pobox.com>
4458
4459         patch by: Alessandro Dessina <alessandro nnva org>
4460
4461         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4462         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4463         (gst_ogg_parse_chain):
4464         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4465         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4466         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4467         gst_value_list calls on arrays. Fixes #321962.
4468
4469 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4472         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4473         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4474         * gst/adder/gstadder.c: (gst_adder_init),
4475         (gst_adder_request_new_pad), (gst_adder_collected),
4476         (gst_adder_change_state):
4477           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4478           API change.
4479
4480 2005-11-21  Michael Smith <msmith@fluendo.com>
4481
4482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4483         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4484           Properly handle pad_push return values.
4485
4486 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4487
4488         * gst-libs/gst/tag/Makefile.am:
4489         * gst-libs/gst/tag/gstvorbistag.c:
4490         (gst_tag_list_to_vorbiscomment_buffer):
4491           Remove obsolete vorbistag element and debug category.
4492
4493         * gst/playback/gstplaybasebin.c: (check_queue):
4494           Don't divide by 0 when queue-threshold is 0.
4495
4496         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4497           Don't modify an existing pixel-aspect-ratio if we fail to read
4498           a new one.
4499
4500 2005-11-20  Wim Taymans  <wim@fluendo.com>
4501
4502         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4503         (gst_vorbisenc_push_packet):
4504         GST_PAD_IS_USABLE is gone, use the return value of
4505         the push or pad_alloc_buffer instead.
4506
4507 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4508
4509         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4510         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4511         (gst_ximagesink_ximage_destroy),
4512         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4513         (gst_ximagesink_xwindow_new),
4514         (gst_ximagesink_xwindow_update_geometry),
4515         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4516         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4517         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4518         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4519         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4520         (gst_ximagesink_navigation_send_event),
4521         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4522         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4523         (gst_ximagesink_finalize), (gst_ximagesink_init),
4524         (gst_ximagesink_class_init):
4525         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4526         This new version brings correct software scaling, non flickering
4527         window while resizing, pixel aspect ratio handling, usage of
4528         hardware buffer pools, out of data flow event thread for 
4529         navigation and handling of expose events even when being PAUSED,
4530         a new property to keep video aspect ratio when resizing, etc...
4531
4532 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4533
4534         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4535         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4536         handling of PAR.
4537
4538 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4539
4540         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4541         Unsetting IS_SINK flag from the fakesink, so decodebin
4542         never behaves as a sink.
4543
4544 2005-11-17  Wim Taymans  <wim@fluendo.com>
4545
4546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4547         (gst_base_audio_src_change_state):
4548         Fix the audiosrc base class again, we did not unflush.
4549
4550 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4551
4552         * examples/seeking/seek.c: (make_dv_pipeline),
4553         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4554         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4555         to ogg/vorbis/theora pipeline.
4556
4557 2005-11-17  Wim Taymans  <wim@fluendo.com>
4558
4559         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4560         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4561         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4562         Fix EOS on multiple streams.
4563         More debugging.
4564
4565 2005-11-16  Wim Taymans  <wim@fluendo.com>
4566
4567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4568         (gst_ogg_demux_perform_seek):
4569         Segment done must include stream time.
4570
4571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4572         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4573         (gst_ogg_mux_change_state):
4574         Fix ogg muxer again.
4575
4576 2005-11-16  Wim Taymans  <wim@fluendo.com>
4577
4578         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4579         Fix compile again.
4580
4581 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4582
4583         * ext/libvisual/visual.c: (gst_visual_init):
4584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4585         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4586         (gst_ogg_parse_chain):
4587         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4588         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4589         * ext/theora/theoradec.c: (gst_theora_dec_init):
4590         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4591         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4592         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4593         * gst/adder/gstadder.c: (gst_adder_class_init),
4594         (gst_adder_dispose):
4595         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4596         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4597         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4598           Fix a whole set of pad template leaks
4599
4600 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4601
4602         * check/generic/states.c: (GST_START_TEST):
4603           fix the test so that it only checks for elements that are part of
4604           this source module
4605
4606 2005-11-16  Michael Smith <msmith@fluendo.com>
4607
4608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4609         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4610         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4611         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4612         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4613         (gst_ogg_mux_change_state):
4614           Fix leaking collectpads.
4615
4616 2005-11-16  Edward Hervey  <edward@fluendo.com>
4617
4618         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4619         (gst_videorate_event), (gst_videorate_chain):
4620         Handle segment seeks
4621
4622 2005-11-16  Wim Taymans  <wim@fluendo.com>
4623
4624         * gst-libs/gst/audio/gstbaseaudiosink.c:
4625         (gst_base_audio_sink_provide_clock),
4626         (gst_base_audio_sink_change_state):
4627         Set ringbuffer to non-flushing when going to PAUSED, set to
4628         flushing again when going to READY.
4629
4630         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4631         (gst_ring_buffer_stop):
4632         Start in flushing mode by default.
4633         Don't set flushing in the _stop method, let the app call
4634         this explicitly.
4635
4636 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4637
4638         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4639         * gst-libs/gst/video/videosink.h: Add helper function needed
4640         for video sinks.
4641
4642 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4643
4644         * gst/videoscale/gstvideoscale.c:
4645         (gst_videoscale_handle_src_event):
4646           Don't leak reference to pad parent.
4647
4648 2005-11-16  Wim Taymans  <wim@fluendo.com>
4649
4650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4651         Set ringbuffer to flushing when stopping so that we don't
4652         block on wait_segment anymore and livelock.
4653
4654 2005-11-16  Wim Taymans  <wim@fluendo.com>
4655
4656         * examples/seeking/seek.c: (send_event), (do_seek),
4657         (loop_toggle_cb), (segment_done), (main):
4658         Added looping checkbox.
4659
4660 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4661
4662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4663         (gst_ogg_demux_init):
4664         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4665         (gst_vorbis_dec_init):
4666           revert unrefs, they don't pass make check
4667
4668 2005-11-15  Johan Dahlin  <johan@gnome.org>
4669
4670         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4671         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4672         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4673         (gst_vorbis_dec_init):
4674         Fix pad template leaks. 
4675
4676 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4677
4678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4679           Make state change function thread safe.
4680
4681 2005-11-15  Edward Hervey  <edward@fluendo.com>
4682
4683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4684         (gst_ogg_demux_class_init):
4685         Implement GstElement::send_event, so we can send seek events
4686         in GST_STATE_READY
4687
4688 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4689
4690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4691         Discovered how to take away flickering while resizing the
4692         window. Please don't put that in ximagesink, refactoring in
4693         progress.
4694
4695 2005-11-14  Michael Smith <msmith@fluendo.com>
4696
4697         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4698         (gst_multifdsink_render):
4699           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4700
4701 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4702
4703         * gst/playback/gstplaybin.c: (gen_audio_element):
4704           Use autoaudiosink, it tends to be more widely available than
4705           autoaudiiosink.
4706           
4707 2005-11-14  Andy Wingo  <wingo@pobox.com>
4708
4709         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4710         as well if it is available. Fixes #316442.
4711
4712 2005-11-14  Michael Smith <msmith@fluendo.com>
4713
4714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4715         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4716         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4717         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4718         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4719         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4721         (gst_vorbisenc_change_state):
4722           Fix a small memory leak in vorbisenc.
4723           Fix large memory leaks in oggmux, also fix lots of state change
4724           bugs in oggmux.
4725
4726 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4727
4728         * gst/videotestsrc/gstvideotestsrc.c:
4729         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4730         (gst_videotestsrc_src_fixate):
4731           move fixation to a fixate function
4732           remove negotiate function, basesrc's is good enough
4733           fixes a bug for check when using the element alone
4734
4735 2005-11-13  Edward Hervey  <edward@fluendo.com>
4736
4737         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4738         (key_toggle_cb), (main):
4739         Added checkboxes for adding/removing the accurate and key_unit seek
4740         flags.
4741
4742 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4743
4744         * configure.ac: back to HEAD
4745
4746 === release 0.9.5 ===
4747
4748 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4749
4750         * configure.ac:
4751           releasing 0.9.5, "No No Kia"
4752
4753 2005-11-11  Edward Hervey  <edward@fluendo.com>
4754
4755         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4756         Added parse-launch syntax seeking mode for the seeking example.
4757         This should help stress-test even more cases.
4758         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4759
4760 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4761
4762         * sys/xvimage/xvimagesink.c:
4763         (gst_xvimagesink_navigation_send_event):
4764           Check whether peer pad exists before sending navigation events
4765           to it.
4766
4767 2005-11-11  Michael Smith <msmith@fluendo.com>
4768
4769         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4770         (gst_vorbisenc_buffer_from_packet):
4771         * ext/vorbis/vorbisenc.h:
4772           Set duration on encoded buffers. This allows oggmux's
4773           max_page_delay parameter to actually work.
4774
4775 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4776
4777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4778         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4779         (gst_ffmpegcsp_avpicture_fill):
4780         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4781         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4782           Make palettes work again (see #132341). Use our own macros
4783           for rounding up.
4784
4785 2005-11-10  Andy Wingo  <wingo@pobox.com>
4786
4787         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4788         string doober.
4789
4790 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4791
4792         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4793         (gst_ffmpegcsp_transform_caps):
4794           Prefer passthrough in transform_caps
4795
4796 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4797
4798         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4799           check for ALSA errors properly, instead of relying on ALSA's
4800           error strings to serve to the user.
4801
4802 2005-11-10  Wim Taymans  <wim@fluendo.com>
4803
4804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4805         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4806         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4807         Modernise the seek code.
4808
4809 2005-11-10  Michael Smith <msmith@fluendo.com>
4810         
4811         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4812         (setup_substreams), (set_active_source):
4813           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4814           trying to go to NULL if we failed to read a file.
4815
4816 2005-11-10  Wim Taymans  <wim@fluendo.com>
4817
4818         * gst/audiotestsrc/gstaudiotestsrc.c:
4819         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4820         (gst_audiotestsrc_create):
4821         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4822         (gst_sinesrc_get_times), (gst_sinesrc_create):
4823         * gst/videotestsrc/gstvideotestsrc.c:
4824         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4825         (gst_videotestsrc_create):
4826         The base class can now sync for us.
4827
4828 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4829
4830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4831           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4832           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4833           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4834           format=(fourcc)I420" ! xvimagesink
4835
4836 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4837
4838         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4839         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4840         (gst_sinesrc_newsegment):
4841           Send newsegment event in TIME format, set duration if
4842           num-buffers is set, fix duration querying.
4843
4844 2005-11-10  Michael Smith <msmith@fluendo.com>
4845
4846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4847         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4848         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4849         (gst_ogg_mux_collected):
4850          Fix EOS handling, partially. Now forwarding an EOS event once we have
4851          EOS on all pads works correctly. However, we still don't properly set
4852          EOS on the actual ogg stream pages.
4853
4854 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4857           Set elements to NULL state before disposing of them.
4858
4859 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4860
4861         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4862
4863         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4864         (gst_base_rtp_depayload_init),
4865         (gst_base_rtp_depayload_set_gst_timestamp):
4866         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4867           We need to send a newsegment event for each instance, not
4868           just for the first instance of this class (get rid of
4869           static variable in function). (#321011).
4870           
4871 2005-11-08  Michael Smith <msmith@fluendo.com>
4872
4873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4874         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4875         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4876         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4877           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4878           This makes us mux things correctly according to the ogg muxing
4879           rules. Still not handling EOS correctly right now, though.
4880
4881 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4882
4883         * gst/audioconvert/gstaudioconvert.c:
4884           Fix typo in docs. 
4885
4886 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4887
4888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4889         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4890           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4891           creating a new chain; should fix live streaming. Also
4892           add more debug output and fix a typo.
4893
4894 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4895
4896         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4897
4898         * gst/volume/gstvolume.c: (volume_set_caps):
4899           Fix compilation on Solaris with Forte. (#320923)
4900
4901 2005-11-08  Wim Taymans  <wim@fluendo.com>
4902
4903         * gst-libs/gst/audio/gstbaseaudiosink.c:
4904         (gst_base_audio_sink_render):
4905         No need to do a typecheck.
4906
4907 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         * ext/alsa/gstalsa.h:
4910           We register a debug category, so let's use it.
4911
4912 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4913
4914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4915         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4916         Fixed a small problem.
4917
4918 2005-11-04  Wim Taymans  <wim@fluendo.com>
4919
4920         * examples/seeking/Makefile.am:
4921         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4922         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4923         (make_playerbin_pipeline), (format_value), (update_scale),
4924         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4925         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4926         (print_usage), (main):
4927         Added app for playback speed testing.
4928
4929         * examples/seeking/seek.c: (dynamic_link),
4930         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4931         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4932         (message_received), (main):
4933         Updated seek example.
4934
4935 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4936
4937         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4938         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4939         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4940         (gst_base_rtp_depayload_set_clock):
4941         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4942         Don't sleep on the bench (system clock) when you have a nice 
4943         comfortable bed (Gstreamer clock) to sleep on.
4944
4945 2005-11-03  Wim Taymans  <wim@fluendo.com>
4946
4947         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4948         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4949         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4950         Handle the case where a pad_block failed.
4951
4952 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4953
4954         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4955
4956         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4957         (gst_base_rtp_depayload_add_to_queue),
4958         (gst_base_rtp_depayload_push),
4959         (gst_base_rtp_depayload_set_gst_timestamp),
4960         (gst_base_rtp_depayload_queue_release):
4961           Fixes some bugs in the depayloader's queuing/de-queueing code.
4962
4963 2005-10-31  Michael Smith <msmith@fluendo.com>
4964
4965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4966         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4967         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4968           Patch from Alessandro Decina <alessandro@nnva.org>.
4969           Make oggdemux only find the final time in a chain, not per-pad,
4970           since the per-pad information can be very expensive to locate, and
4971           it isn't used anywhere. This makes reading a file containing
4972           OggSkeleton reasonably fast.
4973           Also, make chain finding work when there are logical bitstreams that
4974           can't be decoded. Fixes #319110.
4975
4976 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4977
4978         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4979         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4980         (gst_base_rtp_depayload_chain),
4981         (gst_base_rtp_depayload_add_to_queue),
4982         (gst_base_rtp_depayload_push),
4983         (gst_base_rtp_depayload_set_gst_timestamp),
4984         (gst_base_rtp_depayload_queue_release),
4985         (gst_base_rtp_depayload_start_thread),
4986         (gst_base_rtp_depayload_set_property),
4987         (gst_base_rtp_depayload_get_property):
4988         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4989         Some random fixes, to fullfill the desires of thomas.
4990
4991 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4992
4993         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4994         (gst_base_rtp_depayload_add_to_queue),
4995         (gst_base_rtp_depayload_push):
4996         Fixed the queueing algorithm.
4997
4998 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4999
5000         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5001         (gst_base_rtp_depayload_push):
5002         A small fix
5003
5004 2005-10-31  Wim Taymans  <wim@fluendo.com>
5005
5006         * gst-libs/gst/audio/gstringbuffer.h:
5007         Don't break ABI.
5008
5009         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5010         (gst_ffmpeg_caps_to_pixfmt):
5011         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5012         (gst_ffmpegcsp_set_caps):
5013         Some more comments.
5014         Handle missing required caps fields better.
5015
5016 2005-10-31  Wim Taymans  <wim@fluendo.com>
5017
5018         * gst-libs/gst/audio/gstbaseaudiosink.c:
5019         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
5020         (gst_base_audio_sink_render):
5021         * gst-libs/gst/audio/gstringbuffer.c:
5022         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5023         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5024         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
5025         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
5026         (gst_ring_buffer_read):
5027         * gst-libs/gst/audio/gstringbuffer.h:
5028         Add flushing mode to the ringbuffer so that it in all cases does
5029         not try to handle more audio. This makes sure it does not try to
5030         block anymore when flushing and fixes a livelock.
5031
5032 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
5033
5034         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5035         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5036         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
5037           Explicitly check for -1 values before doing a conversion
5038           and always map them to -1. (#315545)
5039
5040 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5041
5042         * gst/playback/gstplaybin.c: (gen_video_element):
5043           first try autovideosink, then xvimagesink, then error out
5044         * po/POTFILES.in:
5045           add translatable file
5046         * po/af.po:
5047         * po/az.po:
5048         * po/cs.po:
5049         * po/en_GB.po:
5050         * po/hu.po:
5051         * po/it.po:
5052         * po/nb.po:
5053         * po/nl.po:
5054         * po/or.po:
5055         * po/sq.po:
5056         * po/sr.po:
5057         * po/sv.po:
5058         * po/uk.po:
5059         * po/vi.po:
5060           update translations
5061
5062 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
5063
5064         * gst-libs/gst/rtp/gstbasedepayload.c:
5065         * gst-libs/gst/rtp/gstbasedepayload.h:
5066           Minor cleanups
5067
5068 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst/playback/.cvsignore:
5071         * gst/playback/decodetest.c:
5072         * gst/playback/test3.c:
5073           Port these two tests as well.
5074
5075 2005-10-27  Wim Taymans  <wim@fluendo.com>
5076
5077         * ext/theora/theoradec.c: (theora_dec_src_query),
5078         (theora_dec_sink_event):
5079         * ext/theora/theoraenc.c: (theora_enc_sink_event),
5080         (theora_enc_change_state):
5081         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5082         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5083         Take proper locks when handling events.
5084
5085 2005-10-27  Wim Taymans  <wim@fluendo.com>
5086
5087         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
5088         (gst_adder_change_state):
5089         Fix timestamps and fix deadlock when stopping the collectpads.
5090
5091 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
5092
5093         * gst-libs/gst/rtp/gstrtpbuffer.h:
5094         Declaring the payload types as strings too so that they can be used
5095         in the padtemplate inialization.
5096
5097 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
5098
5099         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
5100
5101         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5102         (gst_base_rtp_depayload_class_init):
5103         Fixes a small but nasty bug. The derived elements no longer segfaults
5104         on finalization.
5105
5106 2005-10-26  Michael Smith <msmith@fluendo.com>
5107
5108         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
5109           When clearing an audioconvert context, set tmpbufsize to zero, so
5110           we'll allocate it again later if required.
5111           This fixes audioconvert re-negotiating formats, which previously
5112           segfaulted with a NULL destination buffer.
5113
5114 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
5115
5116         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5117         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
5118         (gst_base_rtp_depayload_set_gst_timestamp),
5119         (gst_base_rtp_depayload_queue_release):
5120         Fixed a smalll memleak.
5121
5122 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
5123         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5124         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
5125         (gst_base_rtp_depayload_finalize),
5126         (gst_base_rtp_depayload_setcaps),
5127         (gst_base_rtp_depayload_add_to_queue),
5128         (gst_base_rtp_depayload_push),
5129         (gst_base_rtp_depayload_set_gst_timestamp),
5130         (gst_base_rtp_depayload_queue_release),
5131         (gst_base_rtp_depayload_thread),
5132         (gst_base_rtp_depayload_change_state):
5133         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5134         Changed the C++ comments to C comments
5135
5136 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
5139         * gst/tcp/gsttcpclientsrc.h:
5140         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
5141         * gst/tcp/gsttcpserversrc.h:
5142           Remove unused 'curoffset' structure member.
5143
5144 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
5145
5146         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5147         (gst_base_rtp_depayload_base_init),
5148         (gst_base_rtp_depayload_finalize):
5149         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5150         * gst-libs/gst/rtp/gstbasertppayload.h:
5151           The pad-template on the sinkpad should be set by the derived classes.
5152           Also added some useful macros.
5153
5154 2005-10-24  Wim Taymans  <wim@fluendo.com>
5155
5156         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5157         Correctly flush decoder samples even if we could not
5158         copy them to an output buffer. Fixes #319618.
5159
5160 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5161
5162         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
5164         the caps against our xcontext caps.
5165
5166 2005-10-24  Wim Taymans  <wim@fluendo.com>
5167
5168         * gst-libs/gst/audio/gstbaseaudiosink.c:
5169         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5170         Remove g_print
5171         Use sync property from baseclass to disable sync.
5172
5173 2005-10-24  Wim Taymans  <wim@fluendo.com>
5174
5175         * gst-libs/gst/audio/gstbaseaudiosink.c:
5176         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
5177         Buffers with no timestamps get aligned with previous buffers or
5178         on underrun, played ASAP.
5179
5180 2005-10-24  Julien MOUTTE  <julien@moutte.net>
5181
5182         * gst-libs/gst/video/video.h:
5183         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5184         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
5186         here comes my change on caps for framerate and geometry range.
5187         We are now accepting 1 to MAXINT for width and height, and from
5188         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
5189         to be blended correctly in videomixer.
5190
5191 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5192
5193         * configure.ac:
5194           back to HEAD
5195
5196 === release 0.9.4 ===
5197
5198 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5199
5200         * NEWS:
5201         * RELEASE:
5202         * configure.ac:
5203           releasing 0.9.4, "Velociraptor"
5204
5205 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5206
5207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5208         * po/POTFILES.in:
5209           STOPPED -> FAILED
5210
5211 2005-10-21  Wim Taymans  <wim@fluendo.com>
5212
5213         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5214         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
5215         (pad_blocked), (close_pad_link), (new_pad):
5216         Don't try to remove elements twice.
5217
5218 2005-10-21  Wim Taymans  <wim@fluendo.com>
5219
5220         * ext/theora/theoradec.c: (theora_dec_src_query),
5221         (theora_dec_sink_event):
5222         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5223         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5224         (vorbis_handle_data_packet):
5225         * ext/vorbis/vorbisdec.h:
5226         Fix old naming.
5227
5228         * gst-libs/gst/audio/gstbaseaudiosink.c:
5229         (gst_base_audio_sink_render):
5230         Don't try to sync on buffers without a timestamp.
5231
5232 2005-10-21  Wim Taymans  <wim@fluendo.com>
5233
5234         * ext/theora/theoradec.c: (theora_dec_src_query),
5235         (theora_dec_sink_event):
5236         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5237         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5238         (vorbis_handle_data_packet):
5239         * ext/vorbis/vorbisdec.h:
5240         Fix old naming.
5241
5242 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5243
5244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
5245         (gst_vorbisenc_src_query):
5246           Implement position and duration queries.
5247
5248         * gst/playback/test3.c: (update_scale), (main):
5249           Fix for async state changes and print nicer output.
5250
5251 2005-10-20  Wim Taymans  <wim@fluendo.com>
5252
5253         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5254         (dump_element_stats), (main):
5255         * gst/playback/test6.c: (main):
5256         Fix tests again
5257
5258 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5259
5260         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5261         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5262           Don't use functions for position queries when handling
5263           duration queries.
5264
5265 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5268         (vorbis_handle_data_packet), (vorbis_dec_chain),
5269         (vorbis_dec_change_state):
5270         * ext/vorbis/vorbisdec.h:
5271           Vorbis streams can be embedded in other container formats
5272           than ogg, container formats where the demuxer might set 
5273           timestamps on encoded vorbis buffers instead of those silly 
5274           granulepos thingies. In short: make vorbisdec handle 
5275           timestamps on incoming buffers as well.
5276
5277 2005-10-20  Wim Taymans  <wim@fluendo.com>
5278
5279         * gst/playback/gstplaybasebin.c: (group_destroy),
5280         (gst_play_base_bin_change_state):
5281         Fix leak.
5282         Handle case where playbasebin is now ASYNC because
5283         decodebin is.
5284
5285 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5286
5287         * gst/audioconvert/Makefile.am:
5288         * gst/audioconvert/bufferframesconvert.c:
5289         * gst/audioconvert/plugin.c: (plugin_init):
5290         * gst/audioconvert/plugin.h:
5291           And bye bye buffer-frames-convert
5292
5293 2005-10-19  Wim Taymans  <wim@fluendo.com>
5294
5295         * check/elements/audioconvert.c:
5296         * docs/libs/tmpl/gstaudio.sgml:
5297         * docs/libs/tmpl/gstcolorbalance.sgml:
5298         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5299         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
5300         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
5301         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
5302         * gst-libs/gst/audio/audio.h:
5303         * gst/audioconvert/audioconvert.h:
5304         * gst/audioconvert/gstaudioconvert.c:
5305         (gst_audio_convert_parse_caps):
5306         * gst/volume/gstvolume.c:
5307         Bye bye buffer-frames.
5308
5309 2005-10-19  Wim Taymans  <wim@fluendo.com>
5310
5311         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5312         (query_positions_elems), (query_positions_pads), (update_scale),
5313         (do_seek), (set_update_scale), (message_received), (main):
5314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5315         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
5316         (gst_ogg_demux_loop):
5317         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5318         * ext/theora/theoradec.c: (theora_dec_src_query),
5319         (theora_dec_sink_event):
5320         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5321         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
5322         * gst/adder/gstadder.c: (gst_adder_query):
5323         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
5324         * gst/playback/test3.c: (update_scale):
5325         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5326         (dump_element_stats), (main):
5327         * gst/playback/test6.c: (main):
5328         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5329         Query API update.
5330
5331 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5334         (xml_check_first_element), (xml_type_find), (smil_type_find),
5335         (plugin_init):
5336           Add typefinding for SMIL and for generic XML. Based on patch by
5337           Akos Maroy (#308663).
5338
5339 2005-10-18  Wim Taymans  <wim@fluendo.com>
5340
5341         * gst/playback/Makefile.am:
5342         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5343         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
5344         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
5345         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
5346         (gst_decode_bin_change_state):
5347         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5348         (gst_play_bin_send_event_to_sink):
5349         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5350         (dump_element_stats), (main):
5351         * gst/playback/test6.c: (main):
5352         Make playbin async, it'll commit state to paused when all streams
5353         are detected.
5354         Remove ugly hack.
5355         Added test6.c to show async behaviour.
5356
5357 2005-10-18  Wim Taymans  <wim@fluendo.com>
5358
5359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5360         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
5361         Fix for segment-start/stop API change.
5362
5363 2005-10-18  Wim Taymans  <wim@fluendo.com>
5364
5365         * check/Makefile.am:
5366         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
5367         (main):
5368         Add future test for clock selection.
5369
5370 2005-10-18  Wim Taymans  <wim@fluendo.com>
5371
5372         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5373         (gst_alsasink_close):
5374         Set handle to NULL.
5375
5376         * gst-libs/gst/audio/gstringbuffer.c:
5377         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5378         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5379         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5380         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5381         (gst_ring_buffer_read):
5382         More debug info.
5383
5384 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5385
5386         * gst/audiotestsrc/Makefile.am:
5387         * gst/sine/Makefile.am:
5388         * gst/volume/Makefile.am:
5389           fix broken build of controllerized plugins
5390
5391 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5392
5393         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5394
5395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5396         (gst_riff_create_video_template_caps):
5397           Add support for Indeo-3 (IV32).
5398
5399 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5400
5401         * configure.ac:
5402           rewrite
5403
5404 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5405
5406         * gst-libs/gst/video/video.c: (gst_video_get_size):
5407         * gst/audiotestsrc/gstaudiotestsrc.c:
5408           doc updates
5409
5410 2005-10-17  Andy Wingo  <wingo@pobox.com>
5411
5412         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5413         with the collectpads change.
5414         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5415
5416         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5417
5418         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5419
5420         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5421         alloc_buffer flow return to callers.
5422         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5423         change. Fix some memleaks in theoraenc.
5424
5425         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5426         in strange circumstance.
5427
5428 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5429
5430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5431         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5432         from caps, let's use the caps...
5433
5434 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5435
5436         * configure.ac:
5437           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5438
5439 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5440
5441         * gst-libs/gst/interfaces/Makefile.am:
5442           fix silly typo
5443
5444 2005-10-16  Andy Wingo  <wingo@pobox.com>
5445
5446         * gst/playback/gstdecodebin.c
5447         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5448         function!
5449         (try_to_link_1): Increase kraziness level.
5450
5451 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5452
5453         * configure.ac:
5454           restructure like the core one
5455         * gst-libs/gst/audio/Makefile.am:
5456         * gst-libs/gst/interfaces/Makefile.am:
5457         * gst-libs/gst/net/Makefile.am:
5458         * gst-libs/gst/riff/Makefile.am:
5459         * gst-libs/gst/rtp/Makefile.am:
5460         * gst-libs/gst/tag/Makefile.am:
5461         * gst-libs/gst/video/Makefile.am:
5462           use correct linker flags, now the libs are properly versioned
5463         * check/elements/audioconvert.c: (verify_convert):
5464         * ext/alsa/gstalsaplugin.c:
5465         * ext/cdparanoia/gstcdparanoia.c:
5466         * ext/gnomevfs/gstgnomevfs.c:
5467         * ext/libvisual/visual.c:
5468         * ext/ogg/gstogg.c:
5469         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5470         * ext/theora/theora.c:
5471         * ext/vorbis/vorbis.c:
5472         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5473         * gst-libs/gst/tag/gsttagediting.c:
5474         * gst-libs/gst/video/video.c:
5475         * gst/adder/gstadder.c:
5476         * gst/audioconvert/plugin.c:
5477         * gst/audiorate/gstaudiorate.c:
5478         * gst/audioresample/gstaudioresample.c:
5479         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5480         * gst/audioscale/gstaudioscale.c:
5481         * gst/audioscale/resample.c:
5482         * gst/audiotestsrc/gstaudiotestsrc.c:
5483         * gst/ffmpegcolorspace/gstffmpeg.c:
5484         * gst/playback/gstdecodebin.c: (close_pad_link):
5485         * gst/playback/gstplaybin.c: (gen_video_element),
5486         (gen_audio_element):
5487         * gst/sine/gstsinesrc.c:
5488         * gst/subparse/gstsubparse.c:
5489         * gst/tags/gsttagediting.c:
5490         * gst/tcp/gsttcpplugin.c:
5491         * gst/typefind/gsttypefindfunctions.c:
5492         * gst/videorate/gstvideorate.c:
5493         * gst/videoscale/gstvideoscale.c:
5494         * gst/videotestsrc/gstvideotestsrc.c:
5495         * gst/volume/gstvolume.c:
5496         * sys/v4l/gstv4l.c:
5497         * sys/ximage/ximage.c:
5498         * sys/xvimage/xvimagesink.c:
5499           fix up defines
5500
5501 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         * ext/vorbis/vorbisenc.c:
5504         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5505         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5506         (gst_tag_to_vorbis_comments):
5507           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5508
5509 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5510
5511         * examples/stats/mp2ogg.c:
5512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5513           typo fixes
5514
5515 2005-10-13  Michael Smith <msmith@fluendo.com>
5516
5517         * ext/ogg/gstoggmux.c:
5518           Use magic glib macros to define constants as 64 bit, to ensure
5519           appropriate vararg passing.
5520
5521 2005-10-13  Michael Smith <msmith@fluendo.com>
5522
5523         * ext/ogg/gstoggmux.c:
5524         * gst/audioconvert/audioconvert.c: (float):
5525           Don't use LL suffix, as it's not portable, and neither of these
5526           uses required it anyway.
5527
5528 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5529
5530         * examples/indexing/indexmpeg.c: (main):
5531         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5532         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5533         (cdparanoia_convert), (cdparanoia_query):
5534         * ext/cdparanoia/gstcdparanoia.h:
5535         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5536         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5537         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5538         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5539         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5540         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5541         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5542         (gst_multifdsink_render), (gst_multifdsink_start),
5543         (gst_multifdsink_stop):
5544         * gst/tcp/gstmultifdsink.h:
5545         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5546         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5547         (gst_tcpclientsink_stop):
5548         * gst/tcp/gsttcpclientsink.h:
5549         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5550         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5551         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5552         * gst/tcp/gsttcpclientsrc.h:
5553         * gst/tcp/gsttcpserversink.h:
5554         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5555         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5556         (gst_tcpserversrc_stop):
5557         * gst/tcp/gsttcpserversrc.h:
5558         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5559         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5560         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5561           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5562           moved bitshift from macro to enum definition
5563
5564 2005-10-12  Wim Taymans  <wim@fluendo.com>
5565
5566         * examples/seeking/Makefile.am:
5567         Oops.
5568
5569 2005-10-12  Wim Taymans  <wim@fluendo.com>
5570
5571         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5572         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5573         Don't assert on normal stuff.
5574
5575         * gst/playback/gstplaybin.c: (do_playbin_seek):
5576         API fix.
5577
5578 2005-10-12  Wim Taymans  <wim@fluendo.com>
5579
5580         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5581         * examples/seeking/Makefile.am:
5582         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5583         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5584         (do_seek), (set_update_scale), (message_received), (main):
5585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5586         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5587         Update for _get_state() API change.
5588
5589 2005-10-11  Wim Taymans  <wim@fluendo.com>
5590
5591         * gst-libs/gst/audio/gstbaseaudiosink.c:
5592         (gst_base_audio_sink_render):
5593         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5594         (gst_base_audio_src_create):
5595         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5596         (gst_ring_buffer_read):
5597         Cleanups.
5598         Commit and read from ringbuffer in samples rather than bytes.
5599
5600 2005-10-11  Wim Taymans  <wim@fluendo.com>
5601
5602         * gst-libs/gst/audio/gstbaseaudiosink.c:
5603         (gst_base_audio_sink_render):
5604         Respect segment rate and accum when scheduling samples.
5605
5606 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5607
5608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5609         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5610         EOS correctly, that needs more work.
5611
5612 2005-10-11  Wim Taymans  <wim@fluendo.com>
5613
5614         * check/generic/states.c: (GST_START_TEST):
5615         remove old property.
5616
5617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5618         (gst_ogg_demux_perform_seek):
5619         * ext/theora/theoradec.c: (theora_dec_sink_event):
5620         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5621         (vorbis_handle_data_packet):
5622         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5623         (gst_base_rtp_depayload_set_gst_timestamp):
5624         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5625         Update for newsegment API change.
5626
5627 2005-10-11  Michael Smith <msmith@fluendo.com>
5628
5629         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5630         (do_playbin_seek), (gst_play_bin_send_event):
5631           Override send_event differently, so that we can takes bits of
5632           functionality from GstPipeline (special handling for seeks,
5633           including pausing/resuming, and resetting stream time) and still get
5634           the appropriate behaviour of only forwarding event to a single sink,
5635           rather than all of them.
5636           Unfortunately requires a lot of code duplication, but the
5637           alternatives are equally ugly in the end.
5638
5639 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5640
5641         * check/elements/audioconvert.c: (setup_audioconvert),
5642         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5643         (GST_START_TEST), (audioconvert_suite):
5644           clean up tests a little, fix some leaks.
5645
5646 2005-10-10  Wim Taymans  <wim@fluendo.com>
5647
5648         * ext/alsa/gstalsasink.c:
5649         Also allow unsigned int.
5650
5651         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5652         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5653         Small cleanup
5654
5655 2005-10-10  Wim Taymans  <wim@fluendo.com>
5656
5657         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5658         Small update, use API as stated in design docs.
5659
5660         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5661         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5662         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5663         (message_received), (main):
5664         Updated seek example for GOption. Some usability improvements.
5665
5666 2005-10-10  Wim Taymans  <wim@fluendo.com>
5667
5668         * gst/audioconvert/audioconvert.h:
5669         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5670         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5671         Alloc temp storage somewhere else where we can do it more
5672         portable.
5673
5674 2005-10-10  Wim Taymans  <wim@fluendo.com>
5675
5676         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5677         (gst_tcpserversrc_start):
5678         Don't block in accept while doing the state change, move
5679         to poll and make cancellable.
5680
5681 2005-10-09  Philippe Khalaf <burger@speedy.org>
5682
5683         * gst-libs/gst/rtp/rtpbasedepayload.c:
5684         Set timestamp and add queue delay to timestamp
5685         * gst-libs/gst/rtp/rtpbuffer.h:
5686         Set correct payload type for h263
5687
5688 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5689
5690         * gst/audiotestsrc/gstaudiotestsrc.c:
5691         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5692         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5693         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5694         (gst_audiotestsrc_create_triangle),
5695         (gst_audiotestsrc_create_silence),
5696         (gst_audiotestsrc_create_white_noise),
5697         (gst_audiotestsrc_init_pink_noise),
5698         (gst_audiotestsrc_generate_pink_noise_value),
5699         (gst_audiotestsrc_create_pink_noise),
5700         (gst_audiotestsrc_change_wave):
5701         * gst/audiotestsrc/gstaudiotestsrc.h:
5702           fixed typo, added pink noise
5703
5704 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5705
5706         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5707         (plugin_init):
5708           Add wavpack and spc typefind functions from 0.8 branch.
5709
5710 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5711
5712         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5713         (ar_type_find), (msdos_type_find), (plugin_init):
5714           Add typefind functions for tar archives, ar archives,
5715           RAR archives, and msdos-executables (dlls, exe, etc.).
5716           Some of those would be wrongly identified as mpeg
5717           streams of some sort before (#315550).
5718
5719 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5720
5721         * configure.ac:
5722         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5723         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5724         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5725         * gst/audiotestsrc/Makefile.am:
5726         * gst/audiotestsrc/gstaudiotestsrc.c:
5727         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5728         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5729         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5730         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5731         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5732         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5733         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5734         (gst_audiotestsrc_create_silence),
5735         (gst_audiotestsrc_create_white_noise),
5736         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5737         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5738         (gst_audiotestsrc_start), (plugin_init):
5739         * gst/audiotestsrc/gstaudiotestsrc.h:
5740           add new plugin and element
5741         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5742           use gobject_class
5743
5744 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5747         (gst_adder_init), (gst_adder_request_new_pad),
5748         (gst_adder_change_state):
5749           Add query function to source pad, so adder reports the correct
5750           time/sample position when queried (#315457); fix state change
5751           function; use GST_DEBUG_FUNCPTR() for pad functions.
5752
5753 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5754
5755         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5756           Fix leaks in typefind registration
5757           Clean up the gratuitous commenting and whitespacing a little
5758
5759 2005-10-08  Wim Taymans  <wim@fluendo.com>
5760
5761         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5762         Only actually wait for the thread to be stopped if it's 
5763         running.
5764
5765 2005-10-08  Wim Taymans  <wim@fluendo.com>
5766
5767         * gst-libs/gst/audio/gstbaseaudiosink.c:
5768         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5769         If we receive EOS we can start playback of what we had.
5770
5771 2005-10-08  Wim Taymans  <wim@fluendo.com>
5772
5773         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5774         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5775         (gst_multifdsink_stop):
5776         Fix crasher when going to NULL multiple times.
5777
5778 2005-10-06  Wim Taymans  <wim@fluendo.com>
5779
5780         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5781         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5782         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5784         patch from Edgard Lima <edgard.lima@indt.org.br>
5785         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5786
5787 2005-10-06  Wim Taymans  <wim@fluendo.com>
5788
5789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5790         Report the FLOW_RETURN as string in the error message.
5791
5792         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5793         Don't assert when clearing an unnegotiated buffer.
5794
5795 2005-10-04  Michael Smith <msmith@fluendo.com>
5796
5797         * gst/playback/gstplaybasebin.c: (group_destroy),
5798         (gen_preroll_element), (remove_groups), (setup_source):
5799         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5800         (setup_sinks), (gst_play_bin_send_event),
5801         (gst_play_bin_change_state):
5802           Set state to NULL before removing from bin. Fix refcounting.
5803
5804 2005-10-04  Michael Smith <msmith@fluendo.com>
5805
5806         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5807           Correct refcounting in send_event() function. Previously was wrong
5808           if the first sink was unable to handle the event.
5809
5810 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5811
5812         * configure.ac:
5813           back to development
5814
5815 === release 0.9.3 ===
5816
5817 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5818
5819         * configure.ac:
5820           Releasing 0.9.3, "De Facto"
5821
5822 2005-10-03  Andy Wingo  <wingo@pobox.com>
5823
5824         * gst/playback/gstdecodebin.c (try_to_link_1)
5825         (remove_element_chain): set element to NULL before removing it.
5826
5827 2005-10-02  Johan Dahlin  <johan@gnome.org>
5828
5829         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5830         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5831         MT safe.
5832
5833 2005-10-02  Andy Wingo  <wingo@pobox.com>
5834
5835         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5836         (gst_ring_buffer_prepare_read): 
5837         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5838         Demote to LOG.
5839
5840 2005-09-29  Wim Taymans  <wim@fluendo.com>
5841
5842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5843         * ext/theora/theoradec.c: (theora_handle_data_packet):
5844         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5845         Propagate error codes from alloc_buffer too.
5846
5847 2005-09-29  Wim Taymans  <wim@fluendo.com>
5848
5849         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5850         We use fixed caps.
5851
5852         * gst/playback/Makefile.am:
5853         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5854         (dump_element_stats), (main):
5855         Added example stream introspection code.
5856
5857 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5858
5859         * gst/adder/gstadder.c: (gst_adder_collected):
5860           fix adder for float elements
5861
5862 2005-09-28  Wim Taymans  <wim@fluendo.com>
5863
5864         * gst-libs/gst/audio/gstbaseaudiosink.c:
5865         (gst_base_audio_sink_class_init),
5866         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5868         (gst_base_audio_src_class_init),
5869         (gst_base_audio_src_provide_clock):
5870         get_clock -> provide_clock
5871
5872 2005-09-28  Andy Wingo  <wingo@pobox.com>
5873
5874         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5875         and unlocking.
5876
5877         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5878         unlocking.
5879
5880         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5881         Actually add the pad template.
5882         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5883
5884         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5885         I'm at it...
5886
5887         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5888         from fdsrc. Get caps in create() instead of start() so it can be
5889         interrupted. Interruption somewhat untested.
5890
5891         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5892         Proper EOS handling.
5893
5894 2005-09-27  Andy Wingo  <wingo@pobox.com>
5895
5896         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5897
5898         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5899
5900         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5901
5902         * gst/tcp/gsttcp.h: 
5903         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5904         out of tcpclientsrc.c. Cancellable.
5905         (gst_tcp_socket_read): Made private, cancellable, with better
5906         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5907         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5908         whole buffer, and better diagnostics.
5909         (gst_tcp_gdp_read_caps): Same.
5910
5911         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5912
5913 2005-09-26  Andy Wingo  <wingo@pobox.com>
5914
5915         * gst/sine/gstsinesrc.h:
5916         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5917         change the 'sync' property to 'is-live' and implement it halfway,
5918         update for controller api change.
5919
5920         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5921         controller api change.
5922
5923 2005-09-24  Wim Taymans  <wim@fluendo.com>
5924
5925         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5926         * gst-libs/gst/audio/gstaudiosink.c:
5927         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5928         (gst_audioringbuffer_stop):
5929         * gst-libs/gst/audio/gstbaseaudiosink.c:
5930         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5931         (gst_base_audio_sink_change_state):
5932         * gst-libs/gst/audio/gstbaseaudiosink.h:
5933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5934         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5935         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5936         * gst-libs/gst/audio/gstringbuffer.h:
5937         Fix sync again. Moved sample alignment to basesink.
5938
5939 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5940
5941         * docs/plugins/Makefile.am:
5942         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5943         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5944         * gst/volume/gstvolume.c:
5945           add/fix docs
5946         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5947         * gst-libs/gst/audio/audio.h:
5948           add conversion macros for frames <-> clocktime
5949
5950 2005-09-23  David Schleef  <ds@schleef.org>
5951
5952         * gst/audioresample/Makefile.am:
5953         * gst/audioresample/debug.h:
5954         * gst/audioresample/gstaudioresample.c:
5955         * gst/audioresample/resample.c: Convert to using gst debugging
5956
5957 2005-09-22  Wim Taymans  <wim@fluendo.com>
5958
5959         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5960         (gst_play_bin_send_event):
5961         Only seek on one sink, the first one that succeeds.
5962
5963 2005-09-22  Michael Smith <msmith@fluendo.com>
5964
5965         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5966         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5967         Don't flush encoder state unless we have an initialised encoder.
5968         Clear out encoder state on PAUSED_TO_READY.
5969
5970 2005-09-22  Wim Taymans  <wim@fluendo.com>
5971
5972         * gst-libs/gst/rtp/gstbasertppayload.c:
5973         (gst_basertppayload_class_init), (gst_basertppayload_init),
5974         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5975         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5976         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5977         (gst_basertppayload_set_property),
5978         (gst_basertppayload_get_property),
5979         (gst_basertppayload_change_state):
5980         * gst-libs/gst/rtp/gstbasertppayload.h:
5981         Added max-ptime to control amount of data in the rtp packets.
5982
5983 2005-09-21  Andy Wingo  <wingo@pobox.com>
5984
5985         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5986         thingies.
5987
5988         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5989         can be called multiple times, dogs.
5990
5991 2005-09-21  Wim Taymans  <wim@fluendo.com>
5992
5993         * gst-libs/gst/rtp/gstbasertppayload.c:
5994         (gst_basertppayload_class_init), (gst_basertppayload_init),
5995         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5996         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5997         (gst_basertppayload_push), (gst_basertppayload_get_property),
5998         (gst_basertppayload_change_state):
5999         Allow 0 ssrc too.
6000
6001 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
6002
6003         * docs/libs/compiling.sgml:
6004           fixing typos
6005
6006 2005-09-20  Wim Taymans  <wim@fluendo.com>
6007
6008         * gst-libs/gst/rtp/gstbasertppayload.c:
6009         (gst_basertppayload_class_init), (gst_basertppayload_init),
6010         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6011         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6012         (gst_basertppayload_push), (gst_basertppayload_set_property),
6013         (gst_basertppayload_get_property),
6014         (gst_basertppayload_change_state):
6015         * gst-libs/gst/rtp/gstbasertppayload.h:
6016         Added property to configure sequence number offsets.
6017
6018 2005-09-20  Wim Taymans  <wim@fluendo.com>
6019
6020         * gst-libs/gst/rtp/gstbasertppayload.c:
6021         (gst_basertppayload_class_init), (gst_basertppayload_init),
6022         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6023         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6024         (gst_basertppayload_push), (gst_basertppayload_set_property),
6025         (gst_basertppayload_get_property),
6026         (gst_basertppayload_change_state):
6027         * gst-libs/gst/rtp/gstbasertppayload.h:
6028         Make timestamp offset configurable.
6029
6030 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6031
6032         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6033           fix wrong pop/unref
6034
6035 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
6036
6037         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6038
6039         * gst-libs/gst/interfaces/propertyprobe.c:
6040         (gst_property_probe_probe_property_name),
6041         (gst_property_probe_needs_probe_name),
6042         (gst_property_probe_get_values_name),
6043         (gst_property_probe_probe_and_get_values_name):
6044           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
6045           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
6046
6047 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6048
6049         * check/Makefile.am:
6050           have some tests be disabled for valgrinding
6051         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
6052         (GST_START_TEST):
6053         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
6054           Fix A Leak.  Chain To Parent Finalize.
6055
6056 2005-09-19  Wim Taymans  <wim@fluendo.com>
6057
6058         * examples/seeking/seek.c: (make_wav_pipeline), (main):
6059         Fixed wav pipeline.
6060
6061 2005-09-19  Wim Taymans  <wim@fluendo.com>
6062
6063         * gst-libs/gst/rtp/gstbasertppayload.c:
6064         (gst_basertppayload_class_init), (gst_basertppayload_init),
6065         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
6066         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
6067         (gst_basertppayload_push), (gst_basertppayload_get_property),
6068         (gst_basertppayload_change_state):
6069         Posting ERROR and WARNING messages is good.
6070
6071 2005-09-19  Wim Taymans  <wim@fluendo.com>
6072
6073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6074         (gst_base_rtp_depayload_add_to_queue),
6075         (gst_base_rtp_depayload_push),
6076         (gst_base_rtp_depayload_set_gst_timestamp),
6077         (gst_base_rtp_depayload_queue_release):
6078         This one was not supposed to go in.
6079
6080 2005-09-19  Wim Taymans  <wim@fluendo.com>
6081
6082         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6083         Fix for bus API.
6084
6085         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6086         (gst_base_rtp_depayload_chain),
6087         (gst_base_rtp_depayload_add_to_queue),
6088         (gst_base_rtp_depayload_push),
6089         (gst_base_rtp_depayload_set_gst_timestamp),
6090         (gst_base_rtp_depayload_queue_release):
6091         Some cleanups.
6092
6093         * gst-libs/gst/rtp/gstbasertppayload.c:
6094         (gst_basertppayload_class_init), (gst_basertppayload_init),
6095         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
6096         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6097         (gst_basertppayload_get_property),
6098         (gst_basertppayload_change_state):
6099         Added debugging category.
6100
6101 2005-09-18  David Schleef  <ds@schleef.org>
6102
6103         * gst/playback/gstdecodebin.c: free plugin list correctly
6104         * gst/playback/gstplaybin.c: emit warning if autovideosink
6105           and autoaudiosink can't be found (instead of segfaulting)
6106
6107 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6108
6109         * check/elements/audioconvert.c: (GST_START_TEST):
6110           try out 24 bit conversion
6111
6112 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6113
6114         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6115         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6116         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
6117         * ext/vorbis/vorbisenc.h:
6118           Fix EOS handling.  Still needs a fix in the ogg muxer to
6119           mark the last page as eos.
6120
6121 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6122
6123         * common/gtk-doc-plugins.mak:
6124         * docs/plugins/Makefile.am:
6125         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6126         * gst/ffmpegcolorspace/Makefile.am:
6127         * gst/ffmpegcolorspace/avcodec.h:
6128         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6129         * gst/tcp/gstmultifdsink.c:
6130           fix up ffmpegcolorspace docs; extract header
6131
6132 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6133
6134         * common/gtk-doc-plugins.mak:
6135         * docs/plugins/Makefile.am:
6136         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6137         * ext/theora/Makefile.am:
6138         * ext/theora/gsttheoraenc.h:
6139         * ext/theora/theoraenc.c:
6140         * ext/vorbis/vorbisenc.c:
6141           pick up signals and args for vorbis; add some docs for vorbis
6142
6143 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6144
6145         * common/gstdoc-scangobj:
6146         * common/gtk-doc-plugins.mak:
6147         * docs/libs/Makefile.am:
6148         * docs/plugins/gst-plugins-base-plugins.args:
6149         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6150         * docs/plugins/gst-plugins-base-plugins.interfaces:
6151         * docs/plugins/gst-plugins-base-plugins.prerequisites:
6152         * docs/plugins/gst-plugins-base-plugins.signals:
6153           only scanobj stuff from our source module.  Not sure yet
6154           if that's correct, given the hierarchy stuff :)
6155
6156 2005-09-15  Wim Taymans  <wim@fluendo.com>
6157
6158         * gst/audioconvert/gstaudioconvert.c:
6159         And enable 24 bits mode as well..
6160
6161 2005-09-15  Wim Taymans  <wim@fluendo.com>
6162
6163         * gst-libs/gst/rtp/Makefile.am:
6164         * gst-libs/gst/rtp/gstbasertppayload.c:
6165         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
6166         (gst_basertppayload_class_init), (gst_basertppayload_init),
6167         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
6168         (gst_basertppayload_chain), (gst_basertppayload_set_options),
6169         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6170         (gst_basertppayload_set_property),
6171         (gst_basertppayload_get_property),
6172         (gst_basertppayload_change_state):
6173         * gst-libs/gst/rtp/gstbasertppayload.h:
6174         Added rtp payloader base class.
6175
6176 2005-09-15  Andy Wingo  <wingo@pobox.com>
6177
6178         * configure.ac (plugindir): Remove the EOL matcher from the
6179         regexp, as it causes me problems. Libtool? Make? Who knows?
6180
6181 2005-09-14  David Schleef  <ds@schleef.org>
6182
6183         * check/generic/states.c: 
6184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
6185         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6186           Fixes for changes in registry API.
6187
6188         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
6189           to GST_PLUGIN_LDFLAGS.
6190         * ext/libvisual/visual.c: Make the library shut up.
6191         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
6192         * gst-libs/gst/audio/gstaudiofilter.c: same
6193
6194 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6195
6196         * docs/plugins/Makefile.am:
6197         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6198         * docs/plugins/inspect/plugin-libvisual.xml:
6199         * docs/plugins/tmpl/element-tcpserversink.sgml:
6200         * ext/theora/theoraenc.c:
6201           add libvisual plugin and theoraenc element to docs
6202
6203 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6204
6205         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6206         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6207         * ext/theora/theoraenc.c:
6208           add theoraenc
6209
6210 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
6211
6212         * gst/audioconvert/Makefile.am:
6213           Audioconvert derives from GstBaseTransform and should
6214           link to the library with our base elements to avoid
6215           unresolved symbols. Makes things work with MinGW (#316160)
6216
6217         * gst/playback/test4.c: (main):
6218           Fix MinGW build problem and use g_usleep() instead of 
6219           sleep() (#316162)
6220
6221 2005-09-12  Wim Taymans  <wim@fluendo.com>
6222
6223         * gst/audioconvert/audioconvert.c: (float),
6224         (audio_convert_prepare_context), (audio_convert_convert):
6225         * gst/audioconvert/audioconvert.h:
6226         Cleanups, speedups, simplifications, added back support
6227         for 24 bits.
6228
6229 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6230
6231         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6232         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6233         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6234         * docs/plugins/tmpl/element-tcpserversink.sgml:
6235         * gst/ffmpegcolorspace/gstffmpeg.c:
6236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6237         * gst/videotestsrc/gstvideotestsrc.c:
6238         * gst/volume/gstvolume.c:
6239           add more elements to the docs
6240
6241 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
6242
6243         * check/Makefile.am:
6244         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6245         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
6246           Add extra tests for basetransform based components. 
6247           Comment out the test_element_negotiation test until we decide
6248           if it's testing correct behaviour.
6249         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
6250         (gst_visual_chain), (gst_visual_change_state):
6251           Slightly more correct but still bogus timestamping.
6252           Fix state change function.
6253         * gst/audioconvert/gstaudioconvert.c:
6254         (gst_audio_convert_class_init):
6255         * gst/audioresample/gstaudioresample.c:
6256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6257         (gst_ffmpegcsp_class_init):
6258         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6259         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
6260         (gst_videoscale_prepare_image):
6261         * gst/volume/gstvolume.c: (gst_volume_class_init),
6262         (volume_transform_ip):
6263           Basetransform updates. Enable passthrough modes.
6264         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6265         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
6266         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6267           Negotiation fix that allows the window to return to the original
6268           size and renegotiate passthrough upstream. Extra debug output.
6269
6270 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6271
6272         * gst/sine/gstsinesrc.c:
6273         * gst/volume/gstvolume.c:
6274           fix up header include
6275
6276 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
6277
6278         * gst-libs/gst/audio/gstbaseaudiosink.c:
6279         (gst_base_audio_sink_render):
6280         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
6281         * gst/volume/gstvolume.c: (gst_volume_class_init),
6282         (volume_transform):
6283           fixing lost sync, some more debugging
6284
6285 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
6286
6287         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6288         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
6289         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6290         (gst_xvimagesink_check_xshm_calls):
6291           Fix compilation when XShm is not available.
6292
6293 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6294
6295         * ext/libvisual/visual.c: (gst_visual_dispose),
6296         (gst_visual_getcaps), (gst_visual_src_setcaps),
6297         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
6298         (gst_visual_change_state):
6299           Finish fixing up libvisual plugin so that it runs. 
6300
6301 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6302
6303         * ext/vorbis/vorbisenc.c:
6304         * gst-libs/gst/tag/gstvorbistag.c:
6305           gsttaginterface.h -> gsttagsetter.h
6306
6307 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6308
6309         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6310           added another test that failes for me (test is not active by default)
6311
6312 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6313
6314         * configure.ac:
6315           v4l2 is no longer in gst-plugins-base
6316
6317 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
6318
6319         * configure.ac:
6320           In the output at the end, don't show the first plugin on the same
6321           line as "Core plug-ins, always built:".
6322           Indent the output as for other plugin categories
6323         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
6324           #define that can be used to not use peer buffer_alloc functions for
6325           test purposes.
6326         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
6327         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
6328         (gst_ximagesink_show_frame):
6329         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
6330         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
6331         (gst_xvimagesink_show_frame):
6332           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
6333           fails gracefully instead of XError aborting or deadlocking.
6334
6335 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
6336
6337         * ext/libvisual/Makefile.am:
6338           link against gst-base-libs
6339
6340 2005-09-06  David Schleef  <ds@schleef.org>
6341
6342         * configure.ac: Enable libvisual plugin.
6343         * ext/libvisual/Makefile.am:
6344         * ext/libvisual/visual.c: Fixes to make it compile.
6345
6346 === release 0.9.2 ===
6347
6348 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6349
6350         * NEWS:
6351         * RELEASE:
6352         * configure.ac:
6353         * docs/random/ChangeLog-0.8:
6354           releasing 0.9.2, "Spoon"
6355
6356 2005-09-05  Michael Smith <msmith@fluendo.com>
6357
6358         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
6359           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
6360           that in the vorbisenc element.
6361
6362 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6363
6364         * common/gtk-doc-plugins.mak:
6365         * docs/plugins/Makefile.am:
6366           fix distcheck
6367         * gst/audioresample/resample.c:
6368           fix wrong docstring
6369
6370 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6371
6372         * common/gst-xmlinspect.py:
6373         * common/gtk-doc-plugins.mak:
6374           only inspect plugins for this given package
6375           require gst-python 0.9
6376
6377 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6378
6379         * Makefile.am:
6380         * autogen.sh:
6381         * common/gst-xmlinspect.py:
6382         * configure.ac:
6383         * docs/Makefile.am:
6384         * docs/plugins/inspect/plugin-alsa.xml:
6385         * docs/plugins/inspect/plugin-audioresample.xml:
6386         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6387         * docs/plugins/inspect/plugin-ogg.xml:
6388         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6389         * docs/plugins/tmpl/element-multifdsink.sgml:
6390         * docs/plugins/tmpl/element-tcpserversink.sgml:
6391         * docs/plugins/tmpl/element-vorbisenc.sgml:
6392         * gst-plugins-base.spec.in:
6393           various doc-related updates
6394
6395 2005-08-31  Wim Taymans  <wim@fluendo.com>
6396
6397         * gst-libs/gst/audio/gstbaseaudiosink.c:
6398         (gst_base_audio_sink_render):
6399         Resync if the buffer timestamps drift more than a 10th 
6400         of a second.
6401
6402 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6403
6404         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6405         (gst_v4lsrc_get_property):
6406           The 'timestamp-offset' property is registered as an int64, so
6407           let's use g_value_{set|get}_int64() in our setter and getter
6408           functions (makes it work and fixes warnings with gst-inspect).
6409
6410 2005-08-30  Wim Taymans  <wim@fluendo.com>
6411
6412         * check/elements/audioconvert.c: (setup_audioconvert):
6413         * check/elements/audioresample.c: (setup_audioresample):
6414         * check/elements/volume.c: (setup_volume):
6415         Fix checks.
6416
6417 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6418
6419         * common/gtk-doc-plugins.mak:
6420         * common/plugins.xsl:
6421         * docs/plugins/Makefile.am:
6422           make module a param
6423
6424 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6425
6426         * examples/seeking/seek.c: (make_mp3_pipeline),
6427         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6428         (play_cb), (pause_cb), (stop_cb):
6429           update the example
6430
6431 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6432
6433         * gst/volume/gstvolume.c: (gst_volume_class_init),
6434         (volume_transform):
6435           do not update controlled params, if buffer has no timestamp
6436
6437 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6438
6439         * configure.ac:
6440         * gst/sine/Makefile.am:
6441         * gst/volume/Makefile.am:
6442           controllerized elements also need to link against controller-libs ;)
6443
6444 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6445
6446         * docs/libs/tmpl/gstcolorbalance.sgml:
6447         * docs/libs/tmpl/gstgconf.sgml:
6448         * docs/libs/tmpl/gstmixer.sgml:
6449         * docs/libs/tmpl/gstringbuffer.sgml:
6450         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6451         (gst_sinesrc_create):
6452         * gst/volume/gstvolume.c: (gst_volume_class_init),
6453         (volume_transform):
6454           controllerized two audio plugins
6455
6456 2005-08-29  Andy Wingo  <wingo@pobox.com>
6457
6458         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6459         (vorbis_handle_data_packet): Fix some int overflow errors.
6460
6461         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6462         -1.
6463         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6464         valid.
6465         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6466         if it's valid. Fixed streaming-mode playback.
6467
6468         * check/elements/volume.c (cleanup_volume): Fix for running
6469         CK_FORK=no.
6470
6471         * check/elements/audioconvert.c: Convert from native endian, not
6472         little endian.
6473
6474 2005-08-29  Michael Smith <msmith@fluendo.com>
6475
6476         * ext/ogg/Makefile.am:
6477         * ext/ogg/gstogg.c: (plugin_init):
6478         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6479         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6480         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6481         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6482         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6483         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6484         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6485         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6486         Add an ogg parser element.
6487
6488 2005-08-28  Andy Wingo  <wingo@pobox.com>
6489
6490         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6491
6492 2005-08-26  Wim Taymans  <wim@fluendo.com>
6493
6494         * gst/audioconvert/audioconvert.c: (if), (float),
6495         (audio_convert_get_func_index), (check_default),
6496         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6497         (audio_convert_clean_context), (audio_convert_get_sizes),
6498         (audio_convert_convert):
6499         Cleanups.
6500
6501 2005-08-26  Wim Taymans  <wim@fluendo.com>
6502
6503         * gst/audioconvert/audioconvert.c: (if), (float),
6504         (audio_convert_get_func_index), (check_default),
6505         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6506         (audio_convert_clean_context), (audio_convert_get_sizes),
6507         (audio_convert_convert):
6508         More elegant and working temp buffer selection algo.
6509
6510 2005-08-26  Wim Taymans  <wim@fluendo.com>
6511
6512         * gst/audioconvert/audioconvert.c: (if), (float),
6513         (audio_convert_get_func_index), (check_default),
6514         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6515         (audio_convert_clean_context), (audio_convert_get_sizes),
6516         (get_temp_buffer), (audio_convert_convert):
6517         Use realloc else we lose our original data.
6518
6519 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6520
6521         * gst/audioresample/gstaudioresample.c:
6522           use base class' newsegment to properly timestamp
6523
6524 2005-08-26  Wim Taymans  <wim@fluendo.com>
6525
6526         * gst/audioconvert/audioconvert.c: (if), (float),
6527         (audio_convert_get_func_index), (check_default),
6528         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6529         (audio_convert_clean_context), (audio_convert_get_sizes),
6530         (get_temp_buffer), (audio_convert_convert):
6531         * gst/audioconvert/gstaudioconvert.c:
6532         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6533         (gst_audio_convert_transform_caps),
6534         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6535         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6536         Oops, allocate enough space to perform the channel mix.
6537
6538 2005-08-26  Wim Taymans  <wim@fluendo.com>
6539
6540         * gst/audioconvert/Makefile.am:
6541         * gst/audioconvert/audioconvert.c: (if), (float),
6542         (audio_convert_get_func_index), (check_default),
6543         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6544         (audio_convert_clean_context), (audio_convert_get_sizes),
6545         (get_temp_buffer), (audio_convert_convert):
6546         * gst/audioconvert/audioconvert.h:
6547         * gst/audioconvert/gstaudioconvert.c:
6548         (gst_audio_convert_class_init), (gst_audio_convert_init),
6549         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6550         (gst_audio_convert_get_unit_size),
6551         (gst_audio_convert_transform_caps),
6552         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6553         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6554         * gst/audioconvert/gstaudioconvert.h:
6555         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6556         (gst_channel_mix_fill_identical),
6557         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6558         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6559         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6560         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6561         (gst_channel_mix_mix):
6562         * gst/audioconvert/gstchannelmix.h:
6563         Cleanups, librarify a bit, optimize, better negotiation and more.
6564
6565 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6566
6567         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6568         Another from MikeS:
6569         During typefinding, don't support negative offsets
6570         (offsets from the end of the stream) in our typefind->peek() function
6571         - nothing embedded in ogg ever needs them. However, we need to recognise
6572         those requests and reject them, otherwise we return invalid pointers.
6573
6574 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6575
6576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6577         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6578         (vorbisdec_finalize), (vorbis_handle_type_packet):
6579           Big shout-out to MikeS for fixing this giant memory leak.
6580           Huzzah!
6581
6582 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6583
6584         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6585         (audio_convert_get_unit_size):
6586           plug some leaks
6587
6588 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6589
6590         * check/Makefile.am:
6591         * check/elements/audioconvert.c: (setup_audioconvert),
6592         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6593         (GST_START_TEST), (audioconvert_suite), (main):
6594           add a test for audioconvert
6595         * gst/audioresample/gstaudioresample.c:
6596         * gst/audioresample/gstaudioresample.h:
6597           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6598           note that for buffers of 1/3 sec this means DURATION(c) is 
6599           one nanosecond more than for a and b
6600
6601 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6602
6603         * check/Makefile.am:
6604         * check/elements/audioresample.c: (setup_audioresample),
6605         (cleanup_audioresample), (fail_unless_perfect_stream),
6606         (test_perfect_stream_instance), (GST_START_TEST),
6607           add a check for audioresample
6608         (audioresample_suite), (main):
6609         * check/elements/volume.c: (GST_START_TEST):
6610           remove unused method
6611         * gst/audioresample/gstaudioresample.c:
6612           set correct buffer parameters since we're changing them
6613         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6614           add some debug
6615
6616 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6617
6618         * gst/audioresample/debug.c:
6619         * gst/audioresample/gstaudioresample.c:
6620           add room for extra overlap samples when asked to transform size
6621           protect against possible mem corruption and check for discrepancies
6622           between written size and outbuffer's size so we can warn for
6623           potential problems
6624         * gst/audioresample/resample.c: (resample_init),
6625         (resample_get_output_size_for_input), (resample_get_output_size),
6626         (resample_set_n_channels), (resample_set_format):
6627           set debug level based on RESAMPLE_DEBUG env var
6628           make sure that get_output_size* returns a whole number of
6629           sample_size
6630           set sample_size each time either channel or format is set
6631         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6632         * gst/audioresample/resample_functable.c:
6633         (resample_scale_functable):
6634         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6635           remove r->sample_size, it's done in resample.c now
6636           add some debugging to the ref implementation
6637           make sure we only give back bytes that are wholes of the sample
6638           size
6639
6640 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6641         * gst/playback/gstplaybasebin.c: (fill_buffer):
6642         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6643
6644 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6645
6646         * gst/volume/gstvolume.c:
6647           made set_caps function static
6648
6649 2005-08-24  Wim Taymans  <wim@fluendo.com>
6650
6651         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6652         (gst_vorbisenc_change_state):
6653         Stop leaking taglists.
6654
6655 2005-08-24  Wim Taymans  <wim@fluendo.com>
6656
6657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6658         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6659         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6660         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6661         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6662         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6663         Parse seeking events better.
6664         Unref static caps.
6665         Generate correct newsegment events, fixes seeking in live oggs.
6666
6667         * ext/theora/theoradec.c: (theora_dec_src_query),
6668         (theora_dec_src_event), (theora_dec_src_getcaps),
6669         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6670         Use newsegment values to report correct play time.
6671
6672         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6673         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6674         * ext/vorbis/vorbisdec.h:
6675         Parse and use newsegment values to report correct play time.
6676
6677         * gst-libs/gst/audio/gstbaseaudiosink.c:
6678         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6679         Clear ringbuffer on flush.
6680         Use newsegment values to calculate playback time.
6681
6682         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6684         Basesink does newsegment calculations for us now.
6685
6686 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6687
6688         * check/Makefile.am:
6689         * configure.ac:
6690           add core's plugins to the mix so that playbin works
6691         * check/generic/states.c: (GST_START_TEST):
6692           set a 0 timeout on pipelines, so they don't force the next
6693           state change
6694         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6695         (gst_play_base_bin_change_state):
6696           remove the crappy error handling and do GST error handling
6697
6698 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6699
6700         * check/Makefile.am:
6701         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6702           add same test as to core, it bitches out on playbin atm.
6703
6704 2005-08-24  Wim Taymans  <wim@fluendo.com>
6705
6706         * configure.ac:
6707         Remove audioscale.
6708
6709 2005-08-24  Wim Taymans  <wim@fluendo.com>
6710
6711         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6712         (gst_videoscale_prepare_size), (parse_caps),
6713         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6714         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6715         (gst_videoscale_transform):
6716         * gst/videoscale/gstvideoscale.h:
6717         Refactor, make use of BaseTranform really well.
6718
6719 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6720
6721         * configure.ac:
6722           compile audioresample
6723         * gst/audioresample/Makefile.am:
6724         * gst/audioresample/buffer.c:
6725         * gst/audioresample/functable.c:
6726         * gst/audioresample/gstaudioresample.c:
6727         * gst/audioresample/gstaudioresample.h:
6728         * gst/audioresample/resample.c:
6729         (resample_get_output_size_for_input):
6730         * gst/audioresample/resample.h:
6731         * gst/audioresample/resample_chunk.c:
6732         * gst/audioresample/resample_functable.c:
6733         * gst/audioresample/resample_ref.c:
6734           port to use basetransform; doesn't work in all cases yet
6735
6736 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6737
6738         * gst/audioconvert/gstaudioconvert.c:
6739         (gst_audio_convert_class_init), (gst_audio_convert_init),
6740         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6741         (audio_convert_fixate_caps), (audio_convert_set_caps),
6742         (audio_convert_transform),
6743         (gst_audio_convert_buffer_to_default_format),
6744         (gst_audio_convert_buffer_from_default_format),
6745         (gst_audio_convert_channels):
6746         * gst/audioconvert/gstchannelmix.c:
6747         * gst/audioconvert/gstchannelmix.h:
6748           port to basetransform
6749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6750         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6751         (gst_ffmpegcsp_get_unit_size):
6752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6753         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6754           fix for basetransform changes
6755
6756 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6757
6758         * check/Makefile.am:
6759           Add CHECK_CFLAGS and LDFLAGS
6760
6761         * gst/playback/gstplaybasebin.c: (fill_buffer):
6762           GST_MESSAGE_SRC became a GObject
6763
6764 2005-08-24  Wim Taymans  <wim@fluendo.com>
6765
6766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6767         (gst_ring_buffer_clear_all):
6768         * gst-libs/gst/audio/gstringbuffer.h:
6769         Added function to clear the ringbuffer.
6770
6771 2005-08-24  Andy Wingo  <wingo@pobox.com>
6772
6773         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6774         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6775         of _open and _close.
6776
6777         * sys/v4l/gstv4lxoverlay.h:
6778         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6779         an Xv connection here, instead of all the time. Make Xv only be
6780         loaded if you axe for it. Kindof a workaround for buggy behaviour
6781         of Xv when using remote xservers (XvQueryExtension would block).
6782         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6783         replace the _open and _close public API. Only start the xv
6784         connection if necessary.
6785         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6786
6787 2005-08-23  David Schleef  <ds@schleef.org>
6788
6789         * gst/audioresample/Makefile.am: Leet audioresampling code
6790         * gst/audioresample/buffer.c:
6791         * gst/audioresample/buffer.h:
6792         * gst/audioresample/debug.c:
6793         * gst/audioresample/debug.h:
6794         * gst/audioresample/functable.c:
6795         * gst/audioresample/functable.h:
6796         * gst/audioresample/gstaudioresample.c:
6797         * gst/audioresample/gstaudioresample.h:
6798         * gst/audioresample/resample.c:
6799         * gst/audioresample/resample.h:
6800         * gst/audioresample/resample_chunk.c:
6801         * gst/audioresample/resample_functable.c:
6802         * gst/audioresample/resample_ref.c:
6803
6804 2005-08-23  Wim Taymans  <wim@fluendo.com>
6805
6806         * examples/seeking/seek.c: (make_vorbis_pipeline),
6807         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6808         Small seek updates.
6809
6810 2005-08-23  Andy Wingo  <wingo@pobox.com>
6811
6812         * gst-libs/gst/audio/gstbaseaudiosrc.c
6813         (gst_base_audio_src_fixate): Only fixate endianness if it is
6814         present in the caps.
6815
6816 2005-08-22  Andy Wingo  <wingo@pobox.com>
6817
6818         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6819         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6820         device-name property.
6821
6822         * gst-libs/gst/audio/gstaudiosrc.h:
6823         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6824         close_device in the ring buffer, like gstaudiosink.
6825
6826         * ext/alsa/gstalsamixer.h:
6827         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6828         macro to implement the interface without much code. Cleanups. 
6829
6830         * ext/alsa/gstalsasrc.h:
6831         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6832         READY.
6833
6834         * ext/alsa/Makefile.am: Add new files.
6835         * ext/alsa/gstalsamixerelement.c: 
6836         * ext/alsa/gstalsamixerelement.c: Split element code out from
6837         mixer code so that alsasrc can be a mixer too.
6838
6839 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6840
6841         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6842         (GST_START_TEST):
6843         * check/elements/vorbisdec.c: (setup_vorbisdec),
6844         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6845         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6846         (vorbis_handle_identification_packet),
6847         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6848         (vorbis_handle_header_packet), (vorbis_dec_push),
6849         (vorbis_dec_chain):
6850           use the setup/teardown methods to save code.  save code is good.
6851
6852 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6853
6854         * check/Makefile.am:
6855           add ext dir for plugins
6856           add vorbisdec test conditionally
6857         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6858         (GST_START_TEST), (volume_suite):
6859           add a test with wrong caps
6860         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6861         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6862           add a vorbisdec test
6863         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6864         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6865           clean up debug output
6866         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6867           yay, fix a segfault/security issue in vorbisdec
6868           gst-launch fakesrc ! vorbisdec wasn't happy
6869         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6870         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6871         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6872         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6873         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6874         (gst_vorbisenc_set_metadata), (get_constraints_string),
6875         (update_start_message), (gst_vorbisenc_setup),
6876         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6877         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6878         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6879         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6880         * ext/vorbis/vorbisenc.h:
6881           march in line
6882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6883         (gst_ffmpegcsp_transform):
6884           have the kow come home
6885         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6886           debug my func ptr
6887         * gst/volume/gstvolume.c: (volume_set_caps):
6888           add a debug
6889
6890 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6891
6892         * Makefile.am:
6893         * check/.cvsignore:
6894         * check/Makefile.am:
6895         * check/elements/.cvsignore:
6896         * check/elements/volume.c: (chain_func), (event_func),
6897         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6898         (main):
6899         * configure.ac:
6900           add unit test structure for gst-plugins-base
6901           add a test for volume
6902         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6903         (gst_volume_set_volume), (gst_volume_get_volume),
6904         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6905         (volume_funcfind), (volume_process_float), (volume_process_int16),
6906         (volume_set_caps), (volume_transform), (volume_update_mute),
6907         (volume_update_volume), (volume_set_property),
6908         (volume_get_property):
6909           document a little; use basetransform vmethod _set_caps
6910
6911 2005-08-19  Andy Wingo  <wingo@pobox.com>
6912
6913         * ext/alsa/gstalsamixertrack.h:
6914         * ext/alsa/gstalsamixertrack.c:
6915         * ext/alsa/gstalsamixeroptions.h:
6916         * ext/alsa/gstalsamixeroptions.c:
6917         * ext/alsa/gstalsamixer.h:
6918         * ext/alsa/gstalsamixer.c: Port to 0.9.
6919
6920         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6921         Remove gstalsa.c and alsaclock. No more cruft here.
6922         
6923 2005-08-18  Wim Taymans  <wim@fluendo.com>
6924
6925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6926         (gst_base_rtp_depayload_chain),
6927         (gst_base_rtp_depayload_add_to_queue),
6928         (gst_base_rtp_depayload_push),
6929         (gst_base_rtp_depayload_queue_release):
6930         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6931         Fix for RTPBuffer changes.
6932
6933         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6934         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6935         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6936         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6937         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6938         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6939         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6940         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6941         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6942         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6943         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6944         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6945         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6946         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6947         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6948         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6949         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6950         (gst_rtpbuffer_get_payload):
6951         * gst-libs/gst/rtp/gstrtpbuffer.h:
6952         Don't subclass GstBuffer but add methods and helper functions
6953         to construct and manipulate RTP packets in regular GstBuffers.
6954
6955 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6956
6957         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6958           moved statement below switch
6959         * gst/volume/gstvolume.c: (gst_volume_class_init):
6960           added debug ptr
6961
6962 2005-08-16  Wim Taymans  <wim@fluendo.com>
6963
6964         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6965         (gst_base_audio_src_change_state):
6966         Open and close device in READY<->NULL state change.
6967
6968 2005-08-16  Andy Wingo  <wingo@pobox.com>
6969
6970         * examples/seeking/Makefile.am: Don't compile non-compiling
6971         compiled objects with the compiler.
6972
6973         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6974         elements.
6975
6976 2005-08-12  Philippe Khalaf <burger@speedy.org>
6977         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6978         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6979           Made a thread to release the queue.
6980           Removed timestamp conversion for now.
6981
6982 2005-08-10  Philippe Khalaf <burger@speedy.org>
6983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6984         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6985           Added rtp timestamp -> gst timestamp conversion.
6986           Fixed several problems with queue.
6987
6988 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6989
6990         * gst-libs/gst/audio/gstaudioclock.h:
6991         * gst-libs/gst/audio/gstaudiofilter.h:
6992         * gst-libs/gst/audio/gstaudiosink.h:
6993         * gst-libs/gst/audio/gstaudiosrc.h:
6994         * gst-libs/gst/audio/gstbaseaudiosink.h:
6995         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6996         * gst-libs/gst/audio/gstringbuffer.h:
6997         * gst-libs/gst/net/gstnetbuffer.h:
6998         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6999         * gst-libs/gst/rtp/gstrtpbuffer.h:
7000           Add padding (you will need to rebuild gst-plugins-base,
7001           gst-plugins and all applications afterwards!)
7002
7003 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
7004
7005         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
7006         (gst_riff_parse_chunk):
7007           Fix bug in debug message and add some more debug messages.
7008
7009 2005-08-08  Edward Hervey  <edward@fluendo.com>
7010
7011         * gst-libs/gst/riff/riff-media.c:
7012         backported updates since branch
7013
7014 2005-08-08  Andy Wingo  <wingo@pobox.com>
7015
7016         * gst-libs/gst/audio/gstbaseaudiosink.c
7017         (gst_base_audio_sink_change_state): Open the device in NULL->READY
7018         like good elements should. Close on READY->NULL too.
7019
7020         * gst-libs/gst/audio/gstaudiosink.c
7021         (gst_audioringbuffer_open_device,
7022         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
7023         (gst_audioringbuffer_release): Updates for new ring buffer API,
7024         hook into the new audio sink api.
7025
7026         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
7027         (GstAudioSinkClass.close): Just open and close the device -- no
7028         resource allocation or configuration.
7029         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
7030         vmethods, handle device setup and resource allocation.
7031
7032         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
7033         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
7034         base class API.
7035
7036         * gst-libs/gst/audio/gstringbuffer.h
7037         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
7038         New vmethods.
7039
7040         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
7041         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
7042         New API functions. The device should be opened before acquiring
7043         and closed after releasing.
7044
7045 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
7046
7047         * gst-libs/gst/interfaces/mixer.h:
7048           Reset padding to GST_PADDING.
7049
7050 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7051
7052         * gst/playback/gstplaybin.c: (remove_sinks):
7053           Remove visualization from parent explicitely; works around some
7054           apparent refcount issue that I haven't tracked down yet.
7055
7056 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7057
7058         * ext/alsa/gstalsasink.c: (set_hwparams):
7059           Assign debug category, add negotiation debug msgs.
7060
7061 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7062
7063         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
7064           Fix error code for file-not-found to NOT_FOUND.
7065
7066 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7067
7068         * common/gtk-doc-plugins.mak:
7069         * docs/plugins/Makefile.am:
7070         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7071         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7072           renamed to actual element names, so much nicer to look at
7073         * docs/plugins/tmpl/gstmultifdsink.sgml:
7074           remove
7075         * docs/plugins/tmpl/multifdsink.sgml:
7076         * docs/plugins/tmpl/tcpserversink.sgml:
7077           add
7078         * ext/alsa/gstalsa.c:
7079         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
7080         * ext/ogg/gstoggmux.c:
7081         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
7082         * gst/playback/gstdecodebin.c:
7083         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
7084         * gst/tcp/gsttcpserversink.c:
7085           various fixes and documentation additions
7086
7087 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7088
7089         * common/Makefile.am:
7090         * common/gstdoc-scangobj:
7091         * common/gtk-doc-plugins.mak:
7092         * common/gtk-doc.mak:
7093           add a custom scangobj that uses the registry
7094           add a custom gtk-doc-plugins.mak that uses it
7095           some doc build fixes
7096         * configure.ac:
7097         * docs/Makefile.am:
7098         * docs/plugins/Makefile.am:
7099         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7100         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7101         * docs/plugins/gst-plugins-base-plugins.types:
7102         * docs/plugins/tmpl/gstmultifdsink.sgml:
7103           add docs for one element, multifdsink
7104         * gst/adder/gstadder.h:
7105         * gst/volume/gstvolume.h:
7106           don't privatize enum
7107         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7108         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7109         (gst_sync_method_get_type), (gst_client_status_get_type),
7110         (gst_multifdsink_class_init),
7111         (gst_multifdsink_client_queue_buffer),
7112         (gst_multifdsink_handle_client_write):
7113         * gst/tcp/gstmultifdsink.h:
7114         * gst/tcp/gsttcp.h:
7115         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7116         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7117         (gst_tcpclientsink_render):
7118         * gst/tcp/gsttcpclientsink.h:
7119         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
7120         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
7121         (gst_tcpclientsrc_start):
7122         * gst/tcp/gsttcpclientsrc.h:
7123         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
7124         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
7125         * gst/tcp/gsttcpserversrc.h:
7126         * gst/typefind/gsttypefindfunctions.c:
7127           remove superfluous Type stuff
7128
7129 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7130
7131         * gst/playback/gstplaybin.c: (gen_video_element):
7132           Enable videoscale.
7133
7134 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7135
7136         * gst-libs/gst/gconf/gconf.c:
7137         * gst-libs/gst/gconf/gconf.h:
7138           Fix some Andy Problem [tm].
7139
7140 2005-08-04  Andy Wingo  <wingo@pobox.com>
7141
7142         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
7143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
7144         (gst_ffmpegcsp_get_size): Adapt to API changes.
7145
7146         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
7147         Implement an in-place do-nothing transform.
7148
7149 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7150
7151         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7152         (gst_ximagesink_renegotiate_size):
7153           Do not set new window sizes yet if we prepare a new buffer size
7154           for upstream renegotiation (software scaling) at some point in the
7155           future, because this new size waqs not actually accepted yet. Once
7156           accepted, renegotiation later on will set the new sizes just fine.
7157           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
7158           embedding testcase.
7159
7160 2005-08-03  Andy Wingo  <wingo@pobox.com>
7161
7162         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
7163         (gst_ximagesink_buffer_alloc): 
7164         Protect the height, width, and desired_caps with the pool_lock.
7165         Fixes videotestsrc ! queue ! ximagesink.
7166
7167 2005-08-02  Edward Hervey  <edward@fluendo.com>
7168
7169         * gst/volume/gstvolume.c:
7170         include left from controller cleanup
7171
7172 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
7173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
7174           Stop collectpads before calling the parent state
7175           change function on PAUSED->READY.
7176
7177 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
7178         * configure.ac:
7179           When testing for X libs, use the X CFlags 
7180         * gst/adder/gstadder.c: (gst_adder_change_state):
7181           Stop the collectpads before calling parent state change function
7182           on PAUSED->READY, otherwise we deadlock deactivating pads.
7183
7184 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
7185
7186         * configure.ac:
7187         * docs/libs/tmpl/gstcolorbalance.sgml:
7188         * docs/libs/tmpl/gstmixer.sgml:
7189         * examples/Makefile.am:
7190         * gst/sine/Makefile.am:
7191         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
7192         (gst_sinesrc_set_property), (plugin_init):
7193         * gst/sine/gstsinesrc.h:
7194         * gst/volume/Makefile.am:
7195         * gst/volume/gstvolume.c: (gst_volume_set_volume),
7196         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
7197         (volume_process_float), (volume_process_int16),
7198         (volume_set_property), (plugin_init):
7199         * gst/volume/gstvolume.h:
7200           deactivate and remove dparams (libgstcontrol)
7201
7202 2005-07-29  Wim Taymans  <wim@fluendo.com>
7203
7204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
7205         Convert me to BaseTransform!! help..
7206
7207 2005-07-29  Andy Wingo  <wingo@pobox.com>
7208
7209         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
7210         sinks.
7211
7212         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
7213         support of both endiannesses.
7214
7215 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7216
7217         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7218           Fix confusing debug message (s/event/query/)
7219
7220 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
7221
7222         * gst/videotestsrc/videotestsrc.h:
7223           Use "_stdint.h" instead of <stdint.h>
7224
7225 2005-07-27  Wim Taymans  <wim@fluendo.com>
7226
7227         * ext/vorbis/Makefile.am:
7228         Revert wrong commit.
7229
7230 2005-07-27  Wim Taymans  <wim@fluendo.com>
7231
7232         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
7233         More compilation fixen.
7234
7235 2005-07-27  Wim Taymans  <wim@fluendo.com>
7236
7237         * gst-libs/gst/audio/gstbaseaudiosink.c:
7238         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7239         (gst_base_audio_sink_create_ringbuffer),
7240         (gst_base_audio_sink_change_state):
7241         Fix compilation.
7242
7243 2005-07-27  Wim Taymans  <wim@fluendo.com>
7244
7245         * examples/seeking/seek.c: (setup_dynamic_link),
7246         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
7247         (query_positions_elems), (query_positions_pads), (do_seek):
7248         Update seek example.
7249
7250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7251         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
7252         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
7253         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7254         (gst_ogg_demux_handle_event),
7255         (gst_ogg_demux_deactivate_current_chain),
7256         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7257         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7258         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
7259         (gst_ogg_demux_loop):
7260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
7261         * ext/theora/theoradec.c: (theora_dec_src_event),
7262         (theora_dec_src_getcaps), (theora_dec_sink_event),
7263         (theora_dec_push), (theora_dec_chain):
7264         * ext/vorbis/Makefile.am:
7265         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
7266         (vorbis_dec_sink_event), (vorbis_dec_push),
7267         (vorbis_handle_data_packet):
7268         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
7269         (gst_vorbisenc_chain):
7270         * gst/playback/gststreaminfo.c: (cb_probe):
7271         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
7272         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7273         * gst/videoscale/gstvideoscale.c:
7274         (gst_videoscale_handle_src_event):
7275         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
7276         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
7277         (gst_ximagesink_navigation_send_event):
7278         * sys/xvimage/xvimagesink.c:
7279         (gst_xvimagesink_navigation_send_event):
7280         Various event updates and cleanups
7281
7282 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7283
7284         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
7285           Fix segfault for I420/YV12.
7286
7287 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7288
7289         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
7290           Report bitrate.
7291
7292 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7293
7294         * gst/playback/gstplaybin.c: (gen_video_element),
7295         (gen_audio_element):
7296           Switch to auto*sink elements as default sinks; add volume element
7297           so that volume control in totem works.
7298
7299 2005-07-21  Wim Taymans  <wim@fluendo.com>
7300
7301         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7302         * gst/playback/gstplaybin.c: (setup_sinks),
7303         (gst_play_bin_change_state):
7304         Refcount fix and more comments.
7305
7306 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7307
7308         * sys/ximage/Makefile.am:
7309         * sys/ximage/ximage.c: (plugin_init):
7310         * sys/ximage/ximagesink.c:
7311         Prepare for adding ximagesrc, rename of plugin to ximage etc.
7312         
7313
7314 2005-07-21  Wim Taymans  <wim@fluendo.com>
7315
7316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
7317         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7318         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7319         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7320         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7321         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
7322         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
7323         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
7324         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7325         Generate correct disconts for live chained oggs.
7326
7327         * gst-libs/gst/audio/gstbaseaudiosink.c:
7328         (gst_base_audio_sink_render),
7329         (gst_base_audio_sink_create_ringbuffer),
7330         (gst_base_audio_sink_change_state):
7331         Handle discont math correctly.
7332
7333         * gst/playback/gstplaybin.c: (add_sink):
7334         Some small debug cleanup.
7335
7336 2005-07-21  Wim Taymans  <wim@fluendo.com>
7337
7338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
7339         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
7340         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7341         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7342         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
7343         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
7344         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7345         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
7346         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7347         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7348         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
7349         (gst_ogg_demux_change_state), (gst_ogg_print):
7350         Reorganize code to send the right disconts when in streaming
7351         mode.
7352
7353 2005-07-20  Andy Wingo  <wingo@pobox.com>
7354
7355         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
7356         fix (?), fixes a seggie mcfalterson (#310894).
7357
7358 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7359
7360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
7361         (gst_ogg_mux_set_header_on_caps):
7362         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7363         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7364         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7365         * gst-libs/gst/audio/multichannel.c:
7366         (gst_audio_set_channel_positions),
7367         (gst_audio_set_structure_channel_positions_list):
7368         * gst/playback/gstdecodebin.c: (dynamic_create):
7369         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
7370         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
7371           Fixes for API changes in core.
7372
7373 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7374
7375         * gst/playback/gstplaybasebin.c: (fill_buffer):
7376           Use _new_custom() so we can set custom message types for buffering
7377           messages.
7378
7379 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7380
7381         * configure.ac:
7382         * gst-libs/gst/Makefile.am:
7383         * gst-libs/gst/gconf/.cvsignore:
7384         * gst-libs/gst/gconf/Makefile.am:
7385         * gst-libs/gst/gconf/test-gconf.c:
7386         * pkgconfig/Makefile.am:
7387         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7388         * pkgconfig/gstreamer-gconf.pc.in:
7389           Remove gconf stuff, use gconf elements instead from now on.
7390
7391 2005-07-20  Wim Taymans  <wim@fluendo.com>
7392
7393         * gst-libs/gst/audio/TODO:
7394         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7395         (gst_audio_clock_get_internal_time):
7396         * gst-libs/gst/audio/gstaudioclock.h:
7397         * gst-libs/gst/audio/gstbaseaudiosink.c:
7398         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7399         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7400         (gst_base_audio_sink_render),
7401         (gst_base_audio_sink_create_ringbuffer),
7402         (gst_base_audio_sink_change_state):
7403         Make sure the audio clock always returns an increasing value.
7404
7405 2005-07-19  Andy Wingo  <wingo@pobox.com>
7406
7407         * gst/videotestsrc/: Cleanups.
7408
7409 2005-07-19  Wim Taymans  <wim@fluendo.com>
7410
7411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7412         Better debugging.
7413
7414 2005-07-19  Wim Taymans  <wim@fluendo.com>
7415
7416         * examples/seeking/seek.c: (make_dv_pipeline),
7417         (make_vorbis_theora_pipeline), (query_rates),
7418         (query_positions_elems), (query_positions_pads), (do_seek):
7419         Make correct DV pipeline.
7420
7421 2005-07-18  Andy Wingo  <wingo@pobox.com>
7422
7423         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7424         default. Also because it's the only thing that really works. (This
7425         is used in the GConf elements).
7426         Use AS_LIBTOOL_TAGS.
7427
7428 2005-07-18  Wim Taymans  <wim@fluendo.com>
7429
7430         * gst/playback/gstdecodebin.c: (remove_element_chain):
7431         * gst/playback/gstplaybin.c: (add_sink):
7432         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7433         (gst_stream_info_set_mute):
7434         * gst/playback/gststreamselector.c:
7435         (gst_stream_selector_get_linked_pad),
7436         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7437         More leak and compile fixes.
7438
7439 2005-07-18  Wim Taymans  <wim@fluendo.com>
7440
7441         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7442         (query_rates), (query_positions_elems), (query_positions_pads),
7443         (do_seek), (seek_cb), (stop_seek):
7444         Updated seek example. 
7445
7446         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7447         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7448         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7449         * gst/playback/gstplaybin.c: (add_sink):
7450         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7451         (gst_stream_info_set_mute):
7452         Some refcount leak fixes.
7453
7454 2005-07-16  Wim Taymans  <wim@fluendo.com>
7455
7456         * gst-libs/gst/audio/gstbaseaudiosink.c:
7457         (gst_base_audio_sink_render):
7458         Align samples even if we have roundoff errors in the 
7459         timestamp conversion.
7460
7461 2005-07-16  Wim Taymans  <wim@fluendo.com>
7462
7463         * docs/libs/tmpl/gstringbuffer.sgml:
7464         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7465         (query_rates), (query_positions_elems), (query_positions_pads),
7466         (update_scale), (do_seek):
7467         Updated seek example.
7468
7469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7470         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7471         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7472         (gst_ogg_demux_loop):
7473         Push out correct discont values.
7474
7475         * ext/theora/theoradec.c: (theora_dec_src_convert),
7476         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7477         (theora_dec_sink_event), (theora_handle_type_packet),
7478         (theora_handle_header_packet), (theora_dec_push),
7479         (theora_handle_data_packet), (theora_dec_chain),
7480         (theora_dec_change_state):
7481         Better timestamping.
7482
7483         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7484         (vorbis_dec_sink_event), (vorbis_dec_push),
7485         (vorbis_handle_data_packet), (vorbis_dec_chain):
7486         * ext/vorbis/vorbisdec.h:
7487         Better timestamping.
7488
7489         * gst-libs/gst/audio/gstbaseaudiosink.c:
7490         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7491         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7492         Handle syncing on timestamps instead of sample offsets. Make
7493         use of DISCONT values as described in design docs.
7494
7495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7496         (gst_base_audio_src_get_time):
7497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7498         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7499         (gst_ring_buffer_read):
7500         * gst-libs/gst/audio/gstringbuffer.h:
7501         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7502         (gst_ximagesink_show_frame):
7503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7504         Correcly convert buffer timestamp to stream time.
7505
7506 2005-07-16  Wim Taymans  <wim@fluendo.com>
7507
7508         * gst/audioconvert/gstaudioconvert.c:
7509         (gst_audio_convert_get_buffer):
7510         Timestamp buffers correctly.
7511
7512         * gst/playback/gstplaybin.c: (gen_video_element):
7513         Make internal fakesink silent.
7514
7515 2005-07-15  Wim Taymans  <wim@fluendo.com>
7516
7517         * gst/ffmpegcolorspace/Makefile.am:
7518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7519         (gst_ffmpegcsp_caps_remove_format_info),
7520         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7521         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7522         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7523         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7524         Ported ffmpegcolorspace to basetransform.
7525
7526         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7527         * gst/volume/gstvolume.c: (volume_transform):
7528         Ported to new API.
7529
7530 2005-07-14  Wim Taymans  <wim@fluendo.com>
7531
7532         * gst/videotestsrc/Makefile.am:
7533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7534         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7535         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7536         (gst_videotestsrc_init), (gst_videotestsrc_event),
7537         (gst_videotestsrc_create), (gst_videotestsrc_start),
7538         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7539         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7540         (gst_videotestsrc_get_property):
7541         * gst/videotestsrc/gstvideotestsrc.h:
7542         Make videotestsrc a pushsrc.
7543
7544 2005-07-14  Wim Taymans  <wim@fluendo.com>
7545
7546         * gst/tcp/gstfdset.c: (gst_fdset_free):
7547         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7548         (gst_multifdsink_add), (gst_multifdsink_remove),
7549         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7550         (gst_multifdsink_remove_client_link),
7551         (gst_multifdsink_client_queue_data),
7552         (gst_multifdsink_client_queue_caps),
7553         (gst_multifdsink_client_queue_buffer),
7554         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7555         (gst_multifdsink_stop):
7556         * gst/tcp/gstmultifdsink.h:
7557         0.8 backporting.
7558
7559         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7560         Also draw image when not from a pool.
7561
7562 2005-07-14  Wim Taymans  <wim@fluendo.com>
7563
7564         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7565         (mute_stream), (silence_stream):
7566         Small debug additions.
7567
7568 2005-07-14  Wim Taymans  <wim@fluendo.com>
7569
7570         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7571         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7572         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7573         Better error recovery, ignore unconnected pads and
7574         non-fatal errors.
7575
7576 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7577
7578         * docs/libs/tmpl/gstaudio.sgml:
7579         * docs/libs/tmpl/gstcolorbalance.sgml:
7580         * docs/libs/tmpl/gstgconf.sgml:
7581         * docs/libs/tmpl/gstmixer.sgml:
7582         * docs/libs/tmpl/gstringbuffer.sgml:
7583         * docs/libs/tmpl/gsttuner.sgml:
7584         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7585         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7586         (gst_tcpclientsrc_class_init):
7587         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7588         (gst_tcpserversrc_class_init):
7589         * sys/v4l/gstv4lelement.c:
7590           more autistic cleanliness in functions/names/defines
7591
7592 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7593
7594         * configure.ac:
7595           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7596           added manually to each Makefile.am so we are sure it goes
7597           *last* and doesn't add -L flags before linking in libs of our
7598           own, like, say, internal .la libs, that then accidentally pick
7599           up the installed copy.
7600         * docs/libs/Makefile.am:
7601         * ext/alsa/Makefile.am:
7602         * ext/cdparanoia/Makefile.am:
7603         * ext/gnomevfs/Makefile.am:
7604         * ext/libvisual/Makefile.am:
7605         * ext/ogg/Makefile.am:
7606         * ext/theora/Makefile.am:
7607         * ext/vorbis/Makefile.am:
7608         * gst-libs/gst/video/Makefile.am:
7609         * gst/adder/Makefile.am:
7610         * gst/audioconvert/Makefile.am:
7611         * gst/audiorate/Makefile.am:
7612         * gst/audioscale/Makefile.am:
7613         * gst/ffmpegcolorspace/Makefile.am:
7614         * gst/playback/Makefile.am:
7615         * gst/sine/Makefile.am:
7616         * gst/subparse/Makefile.am:
7617         * gst/tags/Makefile.am:
7618         * gst/tcp/Makefile.am:
7619         * gst/typefind/Makefile.am:
7620         * gst/videorate/Makefile.am:
7621         * gst/videoscale/Makefile.am:
7622         * gst/videotestsrc/Makefile.am:
7623         * gst/volume/Makefile.am:
7624         * sys/v4l/Makefile.am:
7625         * sys/ximage/Makefile.am:
7626         * sys/xvimage/Makefile.am:
7627           adapt properly to this change. This should make sure that
7628           plugins and libs properly link to the as-yet-uninstalled
7629           copies of stuff like libgstinterfaces and libgstvideo
7630
7631 2005-07-13  Andy Wingo  <wingo@pobox.com>
7632
7633         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7634         (gst_v4lsrc_fixate): Fixate on format as well.
7635
7636         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7637         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7638         buffer points to it.
7639         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7640         rather just doing X calls ourselves. Also fixes a memleak.
7641
7642 2005-07-12  Andy Wingo  <wingo@pobox.com>
7643
7644         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7645         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7646         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7647         TRUE to avoid deadlocks if an element holds on to our buffers.
7648
7649 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7650
7651         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7652         (gst_sinesrc_init), (gst_sinesrc_create),
7653         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7654         (gst_sinesrc_start):
7655         * gst/sine/gstsinesrc.h:
7656           removing num-buffers property before moving it
7657
7658 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7659
7660         * configure.ac:
7661           use overridable ERROR_CFLAGS
7662         * docs/libs/gst-plugins-base-libs.types:
7663         * docs/libs/tmpl/gstringbuffer.sgml:
7664         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7665         (gst_alsasink_class_init):
7666         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7667         (gst_alsasrc_class_init):
7668         * gst-libs/gst/audio/audio.h:
7669         * gst-libs/gst/audio/gstaudioclock.h:
7670         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7671         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7672         (gst_audio_filter_link), (gst_audio_filter_init),
7673         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7674         (gst_audio_filter_get_property),
7675         (gst_audio_filter_class_add_pad_templates):
7676         * gst-libs/gst/audio/gstaudiofilter.h:
7677         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7678         (gst_audio_filter_template_get_type),
7679         (gst_audio_filter_template_base_init),
7680         (gst_audio_filter_template_class_init),
7681         (gst_audio_filter_template_init),
7682         (gst_audio_filter_template_set_property),
7683         (gst_audio_filter_template_get_property), (plugin_init),
7684         (gst_audio_filter_template_setup),
7685         (gst_audio_filter_template_filter),
7686         (gst_audio_filter_template_filter_inplace):
7687         * gst-libs/gst/audio/gstaudiosink.c:
7688         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7689         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7690         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7691         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7692         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7693         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7694         * gst-libs/gst/audio/gstaudiosink.h:
7695         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7696         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7697         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7698         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7699         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7700         (gst_audio_src_class_init), (gst_audio_src_init),
7701         (gst_audio_src_create_ringbuffer):
7702         * gst-libs/gst/audio/gstaudiosrc.h:
7703         * gst-libs/gst/audio/gstbaseaudiosink.c:
7704         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7705         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7706         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7707         (gst_base_audio_sink_set_property),
7708         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7709         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7710         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7711         (gst_base_audio_sink_create_ringbuffer),
7712         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7713         * gst-libs/gst/audio/gstbaseaudiosink.h:
7714         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7715         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7716         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7717         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7718         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7719         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7720         (gst_base_audio_src_event), (gst_base_audio_src_create),
7721         (gst_base_audio_src_create_ringbuffer),
7722         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7723         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7724         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7725         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7726         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7727         (gst_ring_buffer_debug_spec_caps),
7728         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7729         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7730         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7731         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7732         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7733         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7734         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7735         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7736         (gst_ring_buffer_clear):
7737         * gst-libs/gst/audio/gstringbuffer.h:
7738         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7739         (gst_video_sink_class_init), (gst_video_sink_get_type):
7740         * gst-libs/gst/video/videosink.h:
7741         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7742         (gst_multifdsink_class_init),
7743         (gst_multifdsink_handle_client_write),
7744         (gst_multifdsink_change_state):
7745         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7746         (gst_tcpclientsink_setcaps):
7747         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7748         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7749         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7750         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7751         (gst_ximagesink_send_pending_navigation),
7752         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7753         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7755         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7756         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7757         (gst_xvimagesink_send_pending_navigation),
7758         (gst_xvimagesink_navigation_send_event),
7759         (gst_xvimagesink_set_xwindow_id),
7760         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7761         (gst_xvimagesink_get_type):
7762         more macro splitting
7763
7764 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7765
7766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7767           plug a memleak, allows me to import 1479 albums in one go
7768           in jamboree
7769         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7770         (vorbis_handle_type_packet), (vorbis_dec_chain),
7771         (vorbis_dec_change_state):
7772           fix some format strings
7773
7774 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7775
7776         * docs/libs/tmpl/gstcolorbalance.sgml:
7777         * docs/libs/tmpl/gstmixer.sgml:
7778         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7779         (gst_alsasink_set_property), (gst_alsasink_get_property):
7780         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7781         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7782           add device property
7783
7784 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7785
7786         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7787         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7788         (audiocast_register_listener), (audiocast_thread_run),
7789         (gst_gnomevfssrc_send_additional_headers_callback),
7790         (gst_gnomevfssrc_received_headers_callback),
7791         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7792         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7793         (gst_gnomevfssrc_get_size):
7794           add/clean up debugging
7795         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7796           cleanups
7797
7798 2005-07-07  Andy Wingo  <wingo@pobox.com>
7799
7800         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7801         framerate. Need to get a handle on when exactly this function is
7802         called, tho.
7803
7804         * sys/v4l/v4lsrc_calls.h:
7805         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7806         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7807         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7808
7809         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7810         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7811         v4lelements are sources.
7812
7813         * sys/v4l/gstv4lxoverlay.h:
7814         * sys/v4l/gstv4lxoverlay.c:
7815         * sys/v4l/gstv4ltuner.h:
7816         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7817         
7818         * sys/v4l/gstv4lsrc.h:
7819         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7820         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7821         or something should handle that. Made a live source.
7822
7823         * sys/v4l/gstv4lelement.h:
7824         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7825         signals. Some cleanups.
7826
7827         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7828
7829         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7830         stuff.
7831
7832         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7833         stuff.
7834
7835         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7836
7837 2005-07-07  Wim Taymans  <wim@fluendo.com>
7838
7839         * ext/theora/theoradec.c: (theora_get_query_types),
7840         (theora_dec_src_getcaps), (theora_dec_push):
7841         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7842         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7843         Remove deprecated/unused query types.
7844
7845 2005-07-06  Wim Taymans  <wim@fluendo.com>
7846
7847         * ext/alsa/Makefile.am:
7848         * ext/alsa/gstalsaplugin.c: (plugin_init):
7849         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7850         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7851         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7852         (gst_alsasrc_class_init), (gst_alsasrc_init),
7853         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7854         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7855         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7856         (gst_alsasrc_reset):
7857         * ext/alsa/gstalsasrc.h:
7858         * gst-libs/gst/audio/Makefile.am:
7859         * gst-libs/gst/audio/gstaudiosink.c:
7860         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7861         (gst_audioringbuffer_start):
7862         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7863         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7864         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7865         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7866         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7867         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7868         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7869         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7870         * gst-libs/gst/audio/gstaudiosrc.h:
7871         * gst-libs/gst/audio/gstbaseaudiosink.c:
7872         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7873         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7874         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7875         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7876         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7877         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7878         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7879         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7880         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7881         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7882         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7883         (gst_baseaudiosrc_change_state):
7884         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7885         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7886         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7887         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7888         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7889         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7890         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7891         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7892         * gst-libs/gst/audio/gstringbuffer.h:
7893         Added audiosource base classes.
7894         Ported alsasrc, still very basic.
7895
7896 2005-07-06  Wim Taymans  <wim@fluendo.com>
7897
7898         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7899         (theora_dec_push), (theora_handle_data_packet):
7900         Prepare for better timestamp fix later.
7901
7902         * gst/audioconvert/gstaudioconvert.c:
7903         List most accurate caps first
7904
7905         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7906         Use proper pad task function.
7907
7908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7909         (gst_xvimagesink_show_frame):
7910         Fix deadlock when alloc failed.
7911
7912 2005-07-05  Andy Wingo  <wingo@pobox.com>
7913
7914         * ext/gnomevfs/gstgnomevfssrc.c:
7915         * gst/sine/gstsinesrc.c:
7916         * gst/tcp/gsttcpserversrc.c:
7917         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7918
7919         * sys/v4l/: Port from 0.8.
7920
7921         * Many files: Null if we got it....
7922
7923 2005-07-05  Andy Wingo  <wingo@pobox.com>
7924
7925         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7926         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7927         Signedness fixes.
7928
7929 2005-07-05  Wim Taymans  <wim@fluendo.com>
7930
7931         * configure.ac:
7932         * gst/tcp/Makefile.am:
7933         * gst/tcp/README:
7934         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7935         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7936         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7937         (is_sync_frame), (gst_multifdsink_handle_client_write),
7938         (gst_multifdsink_render), (gst_multifdsink_start),
7939         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7940         * gst/tcp/gstmultifdsink.h:
7941         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7942         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7943         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7944         * gst/tcp/gsttcp.h:
7945         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7946         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7947         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7948         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7949         * gst/tcp/gsttcpclientsink.h:
7950         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7951         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7952         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7953         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7954         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7955         * gst/tcp/gsttcpclientsrc.h:
7956         * gst/tcp/gsttcpplugin.c: (plugin_init):
7957         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7958         * gst/tcp/gsttcpserversink.h:
7959         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7960         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7961         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7962         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7963         (gst_tcpserversrc_stop):
7964         * gst/tcp/gsttcpserversrc.h:
7965         * gst/tcp/gsttcpsink.c:
7966         * gst/tcp/gsttcpsink.h:
7967         * gst/tcp/gsttcpsrc.c:
7968         * gst/tcp/gsttcpsrc.h:
7969         Ported tcp plugins to 0.9. 
7970         
7971
7972 2005-07-05  Andy Wingo  <wingo@pobox.com>
7973
7974         * gst/playback/gstplaybasebin.c (fill_buffer):
7975         message_new_application fixen.
7976
7977         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7978         Style fix.
7979
7980 2005-07-04  Wim Taymans  <wim@fluendo.com>
7981
7982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7983         Set caps on output buffer.
7984
7985 2005-07-04  Andy Wingo  <wingo@pobox.com>
7986
7987         * ext/gnomevfs/gstgnomevfssrc.c
7988         (gst_gnomevfssrc_received_headers_callback) 
7989         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7990         hopefully.
7991
7992         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7993         No refcount leakage.
7994
7995         * configure.ac: Enable -Werror.
7996         
7997         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7998         * gst/audioconvert/bufferframesconvert.c
7999         (buffer_frames_convert_fixate):
8000         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
8001         (gst_audio_convert_fixate):
8002         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
8003         (gst_sinesrc_create): Fixate func changes.
8004         
8005         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8006         (gst_ximagesink_buffer_alloc): Unused var.
8007
8008 2005-07-01  Andy Wingo  <wingo@pobox.com>
8009
8010         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
8011         getcaps to do explicit caps. Needs to be done in all decoders,
8012         possibly via a base class.
8013
8014         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
8015
8016         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
8017         caps on the sink pad, just rely on the pad template. Also, setting
8018         ANY caps on a pad is not valid because the caps are not fixed.
8019
8020         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
8021         caps on the buffer, and get the width from the desired_caps if
8022         they're set.
8023         (gst_ximagesink_renegotiate_size): Implement via setting the
8024         desired_caps on the ximagesink.
8025         (gst_ximagesink_setcaps): Only reset the width of the player if it
8026         wasn't already set. Not sure if this is right.
8027         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
8028
8029         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
8030         that the user wants. NULL unless the window has been resized.
8031
8032         * gst/volume/gstvolume.c (volume_transform): Adapt to
8033         basetransform refcount changes.
8034         
8035 2005-07-01  Andy Wingo  <wingo@pobox.com>
8036
8037         * gst/videoscale/gstvideoscale.c:
8038         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
8039         from BaseTransform, implements a transform_caps. Removed dead code
8040         including some PAR stuff that was never reached -- should probably
8041         be added back somehow.
8042
8043 2005-07-01  Andy Wingo  <wingo@pobox.com>
8044
8045         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
8046         come later.
8047
8048 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8049
8050         * configure.ac:
8051         * docs/libs/Makefile.am:
8052         * docs/libs/gst-plugins-libs.types:
8053         * ext/alsa/Makefile.am:
8054         * ext/alsa/gstalsamixer.h:
8055         * ext/alsa/gstalsamixeroptions.h:
8056         * ext/alsa/gstalsamixertrack.h:
8057         * gst-libs/gst/Makefile.am:
8058         * gst-libs/gst/colorbalance/.cvsignore:
8059         * gst-libs/gst/colorbalance/Makefile.am:
8060         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
8061         * gst-libs/gst/colorbalance/colorbalance.c:
8062         * gst-libs/gst/colorbalance/colorbalance.h:
8063         * gst-libs/gst/colorbalance/colorbalance.vcproj:
8064         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8065         * gst-libs/gst/colorbalance/colorbalancechannel.h:
8066         * gst-libs/gst/interfaces/Makefile.am:
8067         * gst-libs/gst/interfaces/colorbalance.c:
8068         (gst_color_balance_class_init):
8069         * gst-libs/gst/interfaces/colorbalance.h:
8070         * gst-libs/gst/interfaces/interfaces-marshal.list:
8071         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
8072         * gst-libs/gst/interfaces/mixer.h:
8073         * gst-libs/gst/interfaces/mixeroptions.h:
8074         * gst-libs/gst/interfaces/navigation.c:
8075         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
8076         * gst-libs/gst/interfaces/tuner.h:
8077         * gst/volume/Makefile.am:
8078         * gst/volume/gstvolume.c:
8079         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8080         * sys/ximage/Makefile.am:
8081         * sys/ximage/ximagesink.c:
8082         * sys/xvimage/Makefile.am:
8083         * sys/xvimage/xvimagesink.c:
8084           fold in all interfaces into an interfaces dir, preserving CVS
8085           history
8086
8087 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8088
8089         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8090           Fix build after riff changes.
8091
8092 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8093
8094         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8095         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8096         (gst_riff_create_video_template_caps),
8097         (gst_riff_create_audio_template_caps),
8098         (gst_riff_create_iavs_template_caps):
8099         * gst-libs/gst/riff/riff-media.h:
8100         * gst-libs/gst/riff/riff-read.h:
8101         * gst-libs/gst/riff/riff.c: (gst_riff_init):
8102           Add gst_riff_init() to initialize the debug category, instead
8103           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
8104
8105 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8106
8107         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
8108           Oops, I shouldn't apply hacks.
8109
8110 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8111
8112         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
8113           Remove pad_loop function which doesn't work.
8114
8115 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8116
8117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
8118           Send EOS when deactivating.
8119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
8120         (check_queue), (queue_threshold_reached), (queue_out_of_data),
8121         (gen_preroll_element), (probe_triggered), (mute_stream),
8122         (silence_stream), (new_decoded_pad), (setup_substreams),
8123         (set_active_source):
8124         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
8125         (remove_sinks), (add_sink):
8126         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
8127           Change for new probe API.
8128
8129 2005-06-29  Wim Taymans  <wim@fluendo.com>
8130
8131         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
8132         * gst-libs/gst/audio/gstbaseaudiosink.c:
8133         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
8134         (gst_baseaudiosink_change_state):
8135         * gst-libs/gst/audio/gstbaseaudiosink.h:
8136         * gst-libs/gst/audio/gstringbuffer.c:
8137         (gst_ringbuffer_set_callback):
8138         Fix compilation error.
8139         Ringbuffer starts out as not running.
8140         Free our clock in dispose.
8141         When releasing the ringbuffer we need to renegotiate so
8142         clear the pad caps.
8143
8144 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8145
8146         * autogen.sh:
8147         * configure.ac:
8148         * docs/Makefile.am:
8149         * docs/libs/Makefile.am:
8150         * docs/libs/gst-plugins-libs-docs.sgml:
8151         * docs/libs/gst-plugins-libs-sections.txt:
8152         * docs/libs/gst-plugins-libs.types:
8153         * docs/libs/tmpl/gstaudio.sgml:
8154         * docs/libs/tmpl/gstcolorbalance.sgml:
8155         * docs/libs/tmpl/gstringbuffer.sgml:
8156         * gst-libs/gst/audio/gstringbuffer.c:
8157         (gst_ringbuffer_set_callback):
8158           reinstate gtk-doc docs for plugin libs
8159
8160 2005-06-28  Wim Taymans  <wim@fluendo.com>
8161
8162         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8163         (gst_ogg_demux_init):
8164         Removed pad loop function.
8165
8166 2005-06-28  Wim Taymans  <wim@fluendo.com>
8167
8168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8169         If we're building a chain we are not in an error case
8170         when we queue a buffer.
8171
8172 2005-06-28  Andy Wingo  <wingo@pobox.com>
8173
8174         * *.c: Don't cast to GstObject before reffing/unreffing.
8175
8176 2005-06-27  Andy Wingo  <wingo@pobox.com>
8177
8178         * gst/videotestsrc/gstvideotestsrc.c
8179         (gst_videotestsrc_activate_push): Activation API changes.
8180
8181         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
8182         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
8183         they have refs on the decodebin.
8184
8185         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
8186         parent class.
8187         (gst_ogg_pad_typefind): Don't leak a pad ref.
8188         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
8189         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
8190         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
8191
8192 2005-06-27  Edward Hervey  <edward@fluendo.com>
8193
8194         * ext/theora/theoradec.c: (theora_dec_change_state): 
8195         re-arranged call to parent's state change in order to avoid locks (or
8196         worse).
8197
8198 2005-06-26  Edward Hervey  <edward@fluendo.com>
8199
8200         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8201         2nd argument of 'unknow-type' signal is a GstCaps and not a
8202         GstMiniObject
8203
8204 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
8205         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
8206           Set the worker thread's running flag to TRUE before starting the
8207           thread.
8208         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
8209           Catch a failure to add typefind to the bin.
8210
8211 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8212
8213         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8214         (gst_sinesrc_init), (gst_sinesrc_create),
8215         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8216         (gst_sinesrc_start):
8217         * gst/sine/gstsinesrc.h:
8218           add num-buffers and timestamp-offset properties
8219         * gst/videotestsrc/gstvideotestsrc.c:
8220         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
8221         (gst_videotestsrc_get_property):
8222           add timestamp-offset property
8223
8224 2005-06-23  Christian Schaller  <uraeus@gnome.org>
8225
8226         * configure.ac: add videorate
8227         * gst-plugins-base.spec.in: add videorate
8228
8229 2005-06-23  Wim Taymans  <wim@fluendo.com>
8230
8231         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8232         (gst_videorate_getcaps), (gst_videorate_setcaps),
8233         (gst_videorate_event), (gst_videorate_chain):
8234         Fixed videorate, fixating an already fixated caps is not
8235         an error.
8236
8237 2005-06-23  Wim Taymans  <wim@fluendo.com>
8238
8239         * ext/ogg/README:
8240         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
8241         Buffer on caps is not boxed anymore.
8242
8243 2005-06-22  Wim Taymans  <wim@fluendo.com>
8244
8245         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8246         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8247         Set buffers on caps as miniobjects and not as boxed.
8248
8249 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8250
8251         * configure.ac:
8252           back to HEAD
8253
8254 === release 0.9.1 ===
8255
8256 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
8257
8258         * .cvsignore:
8259         * NEWS:
8260         * README:
8261         * RELEASE:
8262         * configure.ac:
8263         * po/af.po:
8264         * po/az.po:
8265         * po/cs.po:
8266         * po/en_GB.po:
8267         * po/hu.po:
8268         * po/it.po:
8269         * po/nb.po:
8270         * po/nl.po:
8271         * po/or.po:
8272         * po/sq.po:
8273         * po/sr.po:
8274         * po/sv.po:
8275         * po/uk.po:
8276         * po/vi.po:
8277           updates for release
8278
8279 2005-06-09  Andy Wingo  <wingo@pobox.com>
8280
8281         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
8282         
8283 2005-06-09  Andy Wingo  <wingo@pobox.com>
8284
8285         * configure.ac:
8286         * gst-libs/gst/Makefile.am:
8287         * gst-libs/gst/net/Makefile.am:
8288         Add gstnet to build.
8289
8290 2005-06-09  Andy Wingo  <wingo@pobox.com>
8291
8292         * gst-libs/gst/gconf/gconf.c:
8293         * gst/playback/test.c:
8294         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
8295         fixes.
8296
8297         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
8298
8299         * ext/theora/theoraenc.c (theora_enc_chain): 
8300         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
8301
8302         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
8303         RealPad.
8304
8305 2005-06-02  Wim Taymans  <wim@fluendo.com>
8306
8307         * gst-libs/gst/net/Makefile.am:
8308         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8309         * pkgconfig/gstreamer-libs.pc.in:
8310         Added net stuff, version net lib.
8311
8312 2005-06-02  Wim Taymans  <wim@fluendo.com>
8313
8314         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8315         (query_rates), (query_positions_elems), (query_positions_pads),
8316         (do_seek):
8317         Updated seek example.
8318
8319 2005-06-02  Andy Wingo  <wingo@pobox.com>
8320
8321         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
8322         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
8323         list.
8324
8325         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
8326         remove the typefind, the bin dispose will do it for us. When it's
8327         removed and unreffed, the signal handler will be disconnected,
8328         too.
8329         (unlinked): It's too difficult to disconnect from unlinked
8330         handlers, as they are on pads not elements. Just punt if the pads
8331         aren't grandkids of the bin.
8332
8333 2005-06-02  Wim Taymans  <wim@fluendo.com>
8334
8335         * ext/ogg/README:
8336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8337         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
8338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8339         * ext/theora/theoradec.c: (theora_dec_src_query),
8340         (theora_handle_data_packet):
8341         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8342         (theora_enc_chain):
8343         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8344         (vorbis_handle_data_packet):
8345         * gst/audioconvert/bufferframesconvert.c:
8346         (buffer_frames_convert_chain):
8347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8348         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8349         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8350         (gst_ffmpegcsp_chain):
8351         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8352         (gst_videorate_getcaps), (gst_videorate_setcaps),
8353         (gst_videorate_event), (gst_videorate_chain):
8354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
8355         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
8356         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8357         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
8358         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8359         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8360         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8361         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8362         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
8363         Cleanups and buffer alloc.
8364
8365 2005-05-31  Wim Taymans  <wim@fluendo.com>
8366
8367         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
8368         Don't try to call the delay method when the device is not
8369         opened.
8370
8371 2005-05-31  Wim Taymans  <wim@fluendo.com>
8372
8373         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8374         Get actual segment size and buffer size after opening
8375         the device.
8376
8377 2005-05-30  Wim Taymans  <wim@fluendo.com>
8378
8379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8380         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8381         Also FLUSH upstream, makes the loop function exit faster.
8382         
8383         * ext/theora/theoradec.c: (theora_dec_src_query):
8384         Some more debug info in the query.
8385         
8386         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8387         (gst_ximagesink_setcaps):
8388         Release lock on par error, better error reporting.
8389
8390 2005-05-26  Wim Taymans  <wim@fluendo.com>
8391
8392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8393         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8394         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8395         Clear chains in READY
8396         Queue packets until the chain is activated.
8397
8398 2005-05-25  Wim Taymans  <wim@fluendo.com>
8399
8400         * gst-libs/gst/audio/gstaudiosink.c:
8401         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8402         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8403         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8404         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8405         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8406         (gst_audiosink_create_ringbuffer):
8407         * gst-libs/gst/audio/gstbaseaudiosink.c:
8408         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8409         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8410         (gst_baseaudiosink_set_property), (build_linear_format),
8411         (debug_spec_caps), (debug_spec_buffer),
8412         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8413         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8414         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8415         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8416         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8417         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8418         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8419         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8420         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8421         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8422         (wait_segment), (gst_ringbuffer_commit),
8423         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8424         (gst_ringbuffer_clear):
8425         Various small cleanups.
8426
8427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8428         (gst_audio_convert_change_state):
8429         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8430         No need to take the locks anymore.
8431
8432 2005-05-25  Wim Taymans  <wim@fluendo.com>
8433
8434         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8435         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8436         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8437         (type_found):
8438         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8439         (group_destroy), (group_commit), (queue_overrun),
8440         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8441         (mute_stream), (new_decoded_pad), (setup_substreams),
8442         (setup_source), (mute_group_type), (set_active_source),
8443         (gst_play_base_bin_change_state):
8444         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8445         (gen_video_element), (gen_text_element), (gen_audio_element),
8446         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8447         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8448         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8449         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8450         Some playbin cleanups mostly refcounting sloppyness.
8451
8452 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8453
8454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8455           Work with streaming input.
8456
8457 2005-05-25  Wim Taymans  <wim@fluendo.com>
8458
8459         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8460         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8461         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8462         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8463         No need to take the STREAM lock anymore.
8464
8465 2005-05-25  Wim Taymans  <wim@fluendo.com>
8466
8467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8468         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8469         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8470         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8471         (gst_ogg_demux_sink_activate):
8472         * ext/theora/theoradec.c: (theora_dec_src_event),
8473         (theora_handle_comment_packet), (theora_dec_chain),
8474         (theora_dec_change_state):
8475         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8476         (vorbis_handle_data_packet), (vorbis_dec_chain),
8477         (vorbis_dec_change_state):
8478         Remove STREAM locks as they are taken in core now.
8479         Never set bogus granulepos on vorbis/theora.
8480         Fix leaks in theoradec tag parsing.
8481
8482 2005-05-25  Wim Taymans  <wim@fluendo.com>
8483
8484         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8485         Fix memleaks, GST_BUFFER_DATA() is not freed.
8486
8487 2005-05-25  Wim Taymans  <wim@fluendo.com>
8488
8489         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8490         Open non-blocking, set to blocking mode afterwards to avoid
8491         lockups when audio device is busy.
8492
8493 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8494
8495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8496           This can't be good.
8497
8498 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8499
8500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8501         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8502         (gst_audio_convert_setcaps):
8503           Implement instant setup switching.
8504
8505 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8506
8507         * gst/playback/gstplaybasebin.c: (probe_triggered):
8508           Fix missing unlock.
8509         * gst/playback/gstplaybin.c: (add_sink):
8510           First add, then link (otherwise pad link fails).
8511
8512 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8513
8514         * examples/Makefile.am:
8515         fix buildbot (make distcheck)
8516
8517 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8518
8519         * gst/playback/gstplaybin.c: (gen_vis_element):
8520           Remove some wrong code. Doesn't work yet.
8521
8522 2005-05-19  Wim Taymans  <wim@fluendo.com>
8523
8524         * gst-libs/gst/net/Makefile.am:
8525         * gst-libs/gst/net/README:
8526         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8527         (gst_netbuffer_class_init), (gst_netbuffer_init),
8528         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8529         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8530         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8531         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8532         * gst-libs/gst/net/gstnetbuffer.h:
8533         Added buffer subclass to store extra to/from addresses for
8534         network sources/sinks.
8535
8536 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8537
8538         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8539           Don't lock an unassigned variable.
8540
8541 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8542
8543         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8544           Increase buffer for video, decrease buffer for other media types.
8545         * gst/playback/gstplaybin.c: (gen_video_element),
8546         (gen_audio_element):
8547           Change names for debugging purposes.
8548
8549 2005-05-18  Wim Taymans  <wim@fluendo.com>
8550
8551         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8552         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8553         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8554         (gst_ffmpegcsp_chain):
8555         Enable buffer alloc passthrough if the source and dest
8556         formats are the same.
8557
8558 2005-05-17  Wim Taymans  <wim@fluendo.com>
8559
8560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8561         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8562         (gst_ogg_demux_chain_unlocked):
8563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8564         (gst_audio_convert_caps_remove_format_info),
8565         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8566         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8568         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8569         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8570         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8571         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8572         (gst_ffmpegcsp_get_property):
8573         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8574         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8575         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8576         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8577         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8578         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8579         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8580         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8581         Leak fixes in oggdemux.
8582         Some cleanups in audioconvert.
8583         Make passthrough work along with buffer_alloc etc.
8584         Make buffer_alloc and buffer recycling actually work in
8585         xvimagesink.
8586
8587 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8588
8589         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8590           make the compiler happy
8591
8592 2005-05-17  Wim Taymans  <wim@fluendo.com>
8593
8594         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8595         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8596         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8597         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8598         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8599         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8600         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8601         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8602         (gst_xvimagesink_set_xwindow_id):
8603         * sys/xvimage/xvimagesink.h:
8604         Port xvimagesink to new MiniObject.
8605
8606 2005-05-17  Wim Taymans  <wim@fluendo.com>
8607
8608         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8609         (gst_audiofilter_chain):
8610         * gst-libs/gst/audio/gstaudiosink.c:
8611         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8612         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8613         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8614         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8615         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8616         (gst_audiosink_create_ringbuffer):
8617         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8618         (gst_audio_convert_caps_remove_format_info),
8619         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8620         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8622         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8623         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8624         Fix passthrough in ffmpegcolorspace.
8625         Fix memset in audiosink on wrong memory.
8626
8627 2005-05-16  David Schleef  <ds@schleef.org>
8628
8629         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8630         to GstMiniObject.
8631
8632 2005-05-16  David Schleef  <ds@schleef.org>
8633
8634         Port from GstData to GstMiniObject.
8635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8637         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8638         (gst_ogg_mux_collected):
8639         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8640         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8641         (theora_handle_data_packet):
8642         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8643         (theora_set_header_on_caps), (theora_enc_chain):
8644         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8645         (vorbis_handle_comment_packet):
8646         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8647         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8648         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8649         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8650         * gst/audioconvert/gstaudioconvert.c:
8651         (gst_audio_convert_get_buffer):
8652         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8653         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8654         (mute_stream), (silence_stream):
8655         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8656         * gst/volume/gstvolume.c: (volume_transform):
8657         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8658         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8659         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8660         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8661         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8662         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8663         (gst_ximagesink_buffer_alloc):
8664         * sys/ximage/ximagesink.h:
8665
8666 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8667
8668         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8669         (fill_buffer), (check_queue), (queue_threshold_reached),
8670         (queue_out_of_data):
8671         * gst/playback/gstplaybasebin.h:
8672           Post buffer-fullness on the bus.
8673
8674 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8675
8676         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8677         (try_to_link_1):
8678         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8679         (group_commit), (probe_triggered), (setup_source),
8680         (gst_play_base_bin_change_state):
8681         * gst/playback/gstplaybasebin.h:
8682         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8683         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8684         (gst_play_bin_change_state):
8685           Move setup_output_pads into a virtual function, remove
8686           group-switch (no longer needed) and redirect (handled by bus
8687           now) signals.
8688
8689 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8690
8691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8692         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8693         (get_active_group), (get_building_group), (group_destroy),
8694         (group_commit), (check_queue), (queue_overrun),
8695         (queue_threshold_reached), (queue_out_of_data),
8696         (gen_preroll_element), (remove_groups), (unknown_type),
8697         (add_element_stream), (no_more_pads), (probe_triggered),
8698         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8699         (setup_substreams), (setup_source), (finish_source),
8700         (prepare_output), (muted_group_change_state),
8701         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8702         (gst_play_base_bin_change_state):
8703         * gst/playback/gstplaybasebin.h:
8704         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8705         (gst_play_bin_init), (gst_play_bin_set_property),
8706         (gen_video_element), (gen_text_element), (gen_audio_element),
8707         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8708         (gst_play_bin_change_state):
8709         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8710         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8711         (stream_info_change_state), (gst_stream_info_set_mute),
8712         (gst_stream_info_get_property):
8713         * gst/playback/gststreaminfo.h:
8714         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8715         (gst_stream_selector_get_linked_pad),
8716         (gst_stream_selector_getcaps),
8717         (gst_stream_selector_get_linked_pads),
8718         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8719         * gst/playback/gststreamselector.h:
8720           Rough port of playbin. Needs some more work, but is mostly done,
8721           and uses a few locks in important places, which should make stuff
8722           like chain-switches clean. Still uses GST_STATE() in a few places,
8723           which isn't all that good an idea, subtitles/elements disabled
8724           because no elements to test with and thus probably broken, query
8725           and event handling moved to GstBin, internal thread removed
8726           alltogether because the pipeline does that for us now. Can play
8727           Ogg/Vorbis files. Haven't tested anything else yet.
8728
8729 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8730
8731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8732           Do no-more-pads (needed for autoplugging).
8733
8734 2005-05-10  Andy Wingo  <wingo@pobox.com>
8735
8736         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8737         message to the bus with the tags. Still not sent downstream tho.
8738
8739         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8740         get_parent.
8741         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8742         avoid refcounting hassles.
8743
8744 2005-05-09  Andy Wingo  <wingo@pobox.com>
8745
8746         * gst/volume/Makefile.am:
8747         * gst/volume/demo.c
8748         * gst/volume/gstvolume.h
8749         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8750         basetransform. Probably need an audio filter base class.
8751
8752 2005-05-09  Wim Taymans  <wim@fluendo.com>
8753
8754         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8755         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8756         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8757         (gst_vorbisenc_chain):
8758         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8759         (gst_audio_convert_caps_remove_format_info),
8760         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8761         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8762         Make caps writable before writing to it.
8763         Fix negotiation in audioconvert some more.
8764
8765 2005-05-09  Wim Taymans  <wim@fluendo.com>
8766
8767         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8768         (gst_videorate_getcaps), (gst_videorate_setcaps),
8769         (gst_videorate_event), (gst_videorate_chain):
8770         Better negotiation.
8771
8772 2005-05-09  Wim Taymans  <wim@fluendo.com>
8773
8774         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8775         (gst_videorate_getcaps), (gst_videorate_setcaps),
8776         (gst_videorate_blank_data), (gst_videorate_init),
8777         (gst_videorate_event), (gst_videorate_chain),
8778         (gst_videorate_change_state):
8779         Port videorate, do a better job at negotiation while we're at
8780         it.
8781
8782 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8783
8784         * configure.ac:
8785           Disable libvisual
8786
8787         * examples/Makefile.am:
8788         * gst-libs/gst/audio/Makefile.am:
8789         * gst-libs/gst/riff/Makefile.am:
8790         * gst-libs/gst/tag/Makefile.am:
8791         * gst-libs/gst/video/Makefile.am:
8792           Fixups for missing variables.
8793
8794 2005-05-09  Wim Taymans  <wim@fluendo.com>
8795
8796         * examples/seeking/seek.c: (make_theora_pipeline),
8797         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8798         (query_rates), (query_positions_elems), (query_positions_pads),
8799         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8801         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8802         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8803         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8804         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8805         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8806         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8807         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8808         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8809         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8810         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8811         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8812         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8813         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8814         (theora_dec_src_convert), (theora_dec_sink_convert),
8815         (theora_dec_src_query), (theora_dec_sink_query),
8816         (theora_dec_src_event), (theora_dec_sink_event),
8817         (theora_handle_comment_packet), (theora_handle_type_packet),
8818         (theora_handle_header_packet), (theora_handle_data_packet),
8819         (theora_dec_chain):
8820         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8821         (vorbis_dec_convert), (vorbis_dec_src_query),
8822         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8823         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8824         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8825         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8827         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8828         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8829         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8830         (gst_play_bin_query):
8831         * gst/playback/test3.c: (update_scale):
8832         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8833         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8834         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8835         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8836         (gst_videotestsrc_src_query):
8837         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8838         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8839         (paint_hline_YUV9):
8840         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8841         Port to new query API.
8842         Updated seek.
8843         Cleanups in x[v]imagesink
8844
8845 2005-05-09  Andy Wingo  <wingo@pobox.com>
8846
8847         * ext/alsa/gstalsasink.h:
8848         * ext/gnomevfs/gstgnomevfssrc.c:
8849         (gst_gnomevfssrc_get_icy_metadata):
8850         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8851         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8852         * ext/theora/theoradec.c (theora_dec_src_query)
8853         (theora_dec_src_event, theora_dec_sink_event)
8854         (theora_handle_comment_packet, theora_handle_data_packet):
8855         * ext/theora/theoraenc.c (theora_enc_chain):
8856         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8857         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8858         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8859         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8860         (qt_type_find):
8861         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8862         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8863         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8864         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8865         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8866         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8867         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8868         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8869         (paint_setup_RGB565, paint_setup_xRGB1555):
8870         * gst/videotestsrc/videotestsrc.h:
8871         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8872         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8873         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8874         GCC4 fixes.
8875         
8876         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8877         gst_pad_query_position. Fixes oggdemux.
8878
8879 2005-05-08  David Schleef  <ds@schleef.org>
8880
8881         * configure.ac: Require liboil.
8882         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8883         a few more.
8884         * gst/videotestsrc/videotestsrc.c:
8885         * gst/videotestsrc/videotestsrc.h:
8886
8887 2005-05-06  Wim Taymans  <wim@fluendo.com>
8888
8889         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8890         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8891         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8892         Well, unreffing a buffer right before pushing it is asking
8893         for trouble..
8894
8895 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8896
8897         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8898
8899 2005-05-06  Wim Taymans  <wim@fluendo.com>
8900
8901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8902         (gst_audio_convert_caps_remove_format_info),
8903         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8904         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8906         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8907         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8908         * gst/sine/Makefile.am:
8909         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8910         (gst_sinesrc_class_init), (gst_sinesrc_init),
8911         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8912         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8913         (gst_sinesrc_update_freq):
8914         * gst/sine/gstsinesrc.h:
8915         * gst/tcp/gstmultifdsink.c:
8916         * sys/xvimage/xvimagesink.c:
8917         Fixed negotiation wrt _peer_get_caps()
8918         Some cleanups.
8919
8920
8921 2005-05-06  Wim Taymans  <wim@fluendo.com>
8922
8923         * gst-libs/gst/audio/gstaudiosink.c:
8924         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8925         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8926         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8927         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8928         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8929         (gst_audiosink_create_ringbuffer):
8930         * gst-libs/gst/audio/gstbaseaudiosink.c:
8931         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8932         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8933         (gst_baseaudiosink_set_property), (build_linear_format),
8934         (debug_spec_caps), (debug_spec_buffer),
8935         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8936         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8937         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8938         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8939         * gst-libs/gst/audio/gstbaseaudiosink.h:
8940         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8941         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8942         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8943         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8944         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8945         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8946         (wait_segment), (gst_ringbuffer_commit),
8947         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8948         (gst_ringbuffer_clear):
8949         * gst-libs/gst/audio/gstringbuffer.h:
8950         Make the base audiosink return an error when there is no
8951         audiobuffer negotiated.
8952
8953 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8954
8955         * ext/Makefile.am:
8956         Disable cdparanoia until someone ports it!
8957
8958 2005-05-06  Wim Taymans  <wim@fluendo.com>
8959
8960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8961         (gst_ogg_demux_sink_activate):
8962         And revert after wingo's revert.. sigh..
8963
8964 2005-05-05  Andy Wingo  <wingo@pobox.com>
8965
8966         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8967         GObject.
8968         * configure.ac: Return audiorate and subparse from the ghetto.
8969         Re-enable -Wall -Werror.
8970         * gst/subparse/gstsubparse.c:
8971         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8972         or chain-based. Cleaned up a bit. Not tested.
8973         
8974 2005-05-05  Christian Schaller <christian@fluendo.com> 
8975
8976         * Makefile.am: remove stuff that is not building
8977         * configure.ac: remove stuff that is not building
8978         * examples/Makefile.am: remove stuff that is not building
8979         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8980         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8981         * sys/Makefile.am: remove stuff that is not building
8982         * testsuite/Makefile.am: remove stuff that is not building
8983
8984 2005-05-05  Andy Wingo  <wingo@pobox.com>
8985
8986         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8987         * gst-libs/gst/tag/gstvorbistag.c:
8988         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8989         * gst/adder/gstadder.h:
8990         * gst/audioconvert/gstchannelmix.c:
8991         (gst_audio_convert_fill_one_other):
8992         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8993         (gst_audiorate_init), (gst_audiorate_chain):
8994         * gst/playback/gstplaybasebin.c: (setup_source):
8995         * gst/playback/test3.c: (update_scale):
8996         Some GCC4 fixes
8997         
8998         * po/af.po:
8999         * po/az.po:
9000         * po/cs.po:
9001         * po/en_GB.po:
9002         * po/hu.po:
9003         * po/it.po:
9004         * po/nb.po:
9005         * po/nl.po:
9006         * po/or.po:
9007         * po/sq.po:
9008         * po/sr.po:
9009         * po/sv.po:
9010         * po/uk.po:
9011         * po/vi.po: Foo
9012
9013 2005-05-05  Wim Taymans  <wim@fluendo.com>
9014
9015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9016         (gst_audio_convert_caps_remove_format_info),
9017         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9018         (gst_audio_convert_change_state), (gst_audio_convert_channels):
9019         * gst/videotestsrc/gstvideotestsrc.c:
9020         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
9021         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
9022         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
9023         (gst_videotestsrc_init), (gst_videotestsrc_loop):
9024         Don't ignore _push() return values.
9025         Make sure no processing is done when shutting down.
9026         Videotestsrc pad activation fix.
9027
9028 2005-05-05  Wim Taymans  <wim@fluendo.com>
9029
9030         * gst/adder/Makefile.am:
9031         * gst/adder/gstadder.c: (gst_adder_setcaps),
9032         (gst_adder_class_init), (gst_adder_init),
9033         (gst_adder_request_new_pad), (gst_adder_collected),
9034         (gst_adder_change_state):
9035         * gst/adder/gstadder.h:
9036         Ported adder as an example of a mixer element using
9037         collect pads. Needs more negotiation work.
9038
9039 2005-05-05  Wim Taymans  <wim@fluendo.com>
9040
9041         * ext/theora/theoradec.c: (_inc_granulepos),
9042         (theora_dec_src_event), (theora_dec_sink_event),
9043         (theora_handle_comment_packet), (theora_handle_type_packet),
9044         (theora_handle_header_packet), (theora_handle_data_packet),
9045         (theora_dec_chain):
9046         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9047         (gst_theora_enc_init), (theora_enc_sink_setcaps),
9048         (theora_push_buffer), (theora_push_packet),
9049         (theora_enc_sink_event), (theora_enc_chain),
9050         (theora_enc_change_state), (theora_enc_set_property),
9051         (theora_enc_get_property):
9052         Added stream lock to decoder so that we can serialize
9053         the discont event.
9054         More theoraenc porting, recover from errors, do clean
9055         shutdown.
9056
9057 2005-05-05  Wim Taymans  <wim@fluendo.com>
9058
9059         * ext/ogg/Makefile.am:
9060         * ext/ogg/README:
9061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9062         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
9063         (gst_ogg_print):
9064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9065         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9066         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9067         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
9068         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
9069         (gst_ogg_mux_change_state):
9070         Ported ogg muxer.
9071
9072 2005-05-05  Wim Taymans  <wim@fluendo.com>
9073
9074         * docs/design-audiosinks.txt:
9075         * gst-libs/gst/audio/TODO:
9076         * gst-libs/gst/audio/gstaudiosink.c:
9077         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9078         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9079         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9080         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9081         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9082         (gst_audiosink_create_ringbuffer):
9083         * gst-libs/gst/audio/gstbaseaudiosink.c:
9084         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9085         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9086         (gst_baseaudiosink_set_property), (build_linear_format),
9087         (debug_spec_caps), (debug_spec_buffer),
9088         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9089         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9090         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9091         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9093         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9094         (gst_ringbuffer_release), (gst_ringbuffer_play),
9095         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9096         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9097         (gst_ringbuffer_set_sample), (wait_segment),
9098         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9099         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9100         More work on the audiosink, mostly debugging and a race in
9101         shutdown.
9102
9103 2005-04-28  Wim Taymans  <wim@fluendo.com>
9104
9105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9106         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
9107         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
9108         (vorbis_dec_src_query), (vorbis_dec_src_event),
9109         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9110         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9111         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
9112         Don't crap out when seeking back to position 0.
9113
9114 2005-04-28  Wim Taymans  <wim@fluendo.com>
9115
9116         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9117         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9118         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
9119         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9120         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
9121         Make audio sink configurable, use alsasink as default.
9122
9123 2005-04-28  Wim Taymans  <wim@fluendo.com>
9124
9125         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9126         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9127         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
9128         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
9129         (vorbis_dec_change_state):
9130         * ext/vorbis/vorbisdec.h:
9131         Refactor, use STREAM_LOCK.
9132
9133 2005-04-28  Wim Taymans  <wim@fluendo.com>
9134
9135         * ext/theora/theoradec.c: (_inc_granulepos),
9136         (theora_dec_sink_event), (theora_handle_comment_packet),
9137         (theora_handle_type_packet), (theora_handle_header_packet),
9138         (theora_handle_data_packet), (theora_dec_chain),
9139         (theora_dec_change_state):
9140         Refactor a bit, use STREAM_LOCK.
9141
9142 2005-04-28  Wim Taymans  <wim@fluendo.com>
9143
9144         * ext/alsa/Makefile.am:
9145         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
9146         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
9147         (gst_alsa_link), (gst_alsa_close_audio):
9148         * ext/alsa/gstalsaplugin.c: (plugin_init):
9149         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9150         (gst_alsasink_dispose), (gst_alsasink_base_init),
9151         (gst_alsasink_class_init), (gst_alsasink_init),
9152         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
9153         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
9154         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
9155         (gst_alsasink_reset):
9156         * ext/alsa/gstalsasink.h:
9157         Implement alsasink with simple open/write/close API. 
9158         Make alsa dir build by disabling compilation of code.
9159
9160 2005-04-28  Wim Taymans  <wim@fluendo.com>
9161
9162         * gst-libs/gst/audio/Makefile.am:
9163         * gst-libs/gst/audio/audio.h:
9164         * gst-libs/gst/audio/audioclock.c:
9165         * gst-libs/gst/audio/audioclock.h:
9166         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
9167         (gst_audio_clock_class_init), (gst_audio_clock_init),
9168         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
9169         * gst-libs/gst/audio/gstaudioclock.h:
9170         * gst-libs/gst/audio/gstaudiosink.c:
9171         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9172         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9173         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9174         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9175         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9176         (gst_audiosink_create_ringbuffer):
9177         * gst-libs/gst/audio/gstbaseaudiosink.c:
9178         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9179         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9180         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
9181         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
9182         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9183         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9184         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9185         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9186         * gst-libs/gst/audio/gstbaseaudiosink.h:
9187         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9188         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
9189         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9190         (gst_ringbuffer_release), (gst_ringbuffer_play),
9191         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9192         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
9193         (gst_ringbuffer_set_sample), (wait_segment),
9194         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
9195         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
9196         * gst-libs/gst/audio/gstringbuffer.h:
9197         Make ringbuffer faster and more simple by removing the locks
9198         in the playback thread.
9199         Add sample accurate playback based on buffer sample offsets.
9200         Make the baseaudiosink provide a clock.
9201         Parse caps in the base class.
9202         Correctly handle seeking, flushing and state changes.
9203
9204 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9205
9206         * configure.ac:
9207         * gst/audioconvert/Makefile.am:
9208         * gst/audioscale/Makefile.am:
9209           Fix part of the build.  Come on guys, autogen didn't even work :)
9210
9211 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9212
9213         * configure.ac:
9214         * gst-libs/gst/Makefile.am:
9215         * gst-libs/gst/media-info/.cvsignore:
9216         * gst-libs/gst/media-info/Makefile.am:
9217         * gst-libs/gst/media-info/README:
9218         * gst-libs/gst/media-info/media-info-priv.c:
9219         * gst-libs/gst/media-info/media-info-priv.h:
9220         * gst-libs/gst/media-info/media-info-test.c:
9221         * gst-libs/gst/media-info/media-info.c:
9222         * gst-libs/gst/media-info/media-info.h:
9223         * gst-libs/gst/media-info/media-info.vcproj:
9224         * pkgconfig/Makefile.am:
9225         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
9226         * pkgconfig/gstreamer-media-info.pc.in:
9227           Remove media-info, which is also successed by playbin (see Totem
9228           implementation).
9229
9230 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9231
9232         * configure.ac:
9233         * examples/Makefile.am:
9234         * examples/gstplay/.cvsignore:
9235         * examples/gstplay/Makefile.am:
9236         * examples/gstplay/player.c:
9237         * gst-libs/gst/Makefile.am:
9238         * gst-libs/gst/play/.cvsignore:
9239         * gst-libs/gst/play/Makefile.am:
9240         * gst-libs/gst/play/play.c:
9241         * gst-libs/gst/play/play.h:
9242         * gst-libs/gst/play/play.vcproj:
9243         * pkgconfig/Makefile.am:
9244         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9245         * pkgconfig/gstreamer-play.pc.in:
9246           Remove libgstplay, playbin is now the official successor.
9247
9248 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9249
9250         * configure.ac:
9251         * gst-libs/gst/Makefile.am:
9252         * gst-libs/gst/xwindowlistener/Makefile.am:
9253         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9254         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
9255           Remove deprecated xwindowlistener (I've moved xwindowlistening
9256           in the v4l/v4l2 plugins over to serverside).
9257
9258 2005-04-25  David Schleef  <ds@schleef.org>
9259
9260         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
9261         to examples/dynparams.  Examples do not belong interspersed with
9262         source code.
9263         * examples/dynparams/demo-dparams.c:
9264         * gst/sine/Makefile.am:
9265         * gst/sine/demo-dparams.c:
9266
9267 2005-04-25  David Schleef  <ds@schleef.org>
9268
9269         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
9270         * gst-libs/gst/audio/Makefile.am:
9271         * gst-libs/gst/riff/Makefile.am:
9272         * gst-libs/gst/tag/Makefile.am:
9273         * gst-libs/gst/video/Makefile.am:
9274         * gst-libs/gst/xwindowlistener/Makefile.am:
9275
9276         Convert to 0.9 API, seems to work:
9277         * sys/ximage/Makefile.am:
9278         * sys/ximage/ximagesink.c:
9279
9280 2005-04-24  David Schleef  <ds@schleef.org>
9281
9282         Link plugins against libraries:
9283         * ext/alsa/Makefile.am:
9284         * gst/tcp/Makefile.am:
9285
9286         Remove asm code that should be in liboil
9287         * gst/videoscale/Makefile.am:
9288         * gst/videoscale/videoscale_x86_asm.s:
9289
9290         gettext wants these checked in:
9291         * po/af.po:
9292         * po/az.po:
9293         * po/cs.po:
9294         * po/en_GB.po:
9295         * po/hu.po:
9296         * po/it.po:
9297         * po/nb.po:
9298         * po/nl.po:
9299         * po/or.po:
9300         * po/sq.po:
9301         * po/sr.po:
9302         * po/sv.po:
9303         * po/uk.po:
9304         * po/vi.po:
9305
9306 2005-04-24  David Schleef  <ds@schleef.org>
9307
9308         Convert gst_main() to g_main_loop_run()
9309         * gst/playback/decodetest.c: (main):
9310         * gst/playback/test2.c: (main):
9311         * gst/playback/test3.c: (main):
9312         * gst/playback/test4.c: (main):
9313
9314         Link plugins against libraries:
9315         * ext/libvisual/Makefile.am:
9316         * sys/xvimage/Makefile.am:
9317
9318 2005-04-24  David Schleef  <ds@schleef.org>
9319
9320         * configure.ac: Remove idct and resample libs
9321         * gst-libs/gst/Makefile.am: same
9322
9323         Remove usage of gst_library_load():
9324         * ext/alsa/gstalsaplugin.c: (plugin_init):
9325         * ext/libvisual/visual.c: (plugin_init):
9326         * ext/ogg/gstogg.c: (plugin_init):
9327         * ext/theora/theora.c: (plugin_init):
9328         * ext/vorbis/vorbis.c: (plugin_init):
9329         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
9330         * gst/audioscale/gstaudioscale.c:
9331         * gst/adder/gstadder.c: (plugin_init):
9332         * gst/audioconvert/plugin.c: (plugin_init):
9333         * sys/ximage/ximagesink.c: (plugin_init):
9334         * sys/xvimage/xvimagesink.c: (plugin_init):
9335         * gst/tcp/gsttcpplugin.c: (plugin_init):
9336
9337         Link plugins against libraries:
9338         * ext/ogg/Makefile.am:
9339         * ext/theora/Makefile.am:
9340         * ext/vorbis/Makefile.am:
9341         * gst/audioconvert/Makefile.am:
9342
9343         Create proper libraries:
9344         * gst-libs/gst/riff/Makefile.am:
9345         * gst-libs/gst/audio/Makefile.am:
9346         * gst-libs/gst/video/Makefile.am:
9347
9348         Move resample library to audioscale plugin directory:
9349         * gst-libs/gst/resample/Makefile.am:
9350         * gst-libs/gst/resample/README:
9351         * gst-libs/gst/resample/dtof.c:
9352         * gst-libs/gst/resample/dtos.c:
9353         * gst-libs/gst/resample/functable.c:
9354         * gst-libs/gst/resample/private.h:
9355         * gst-libs/gst/resample/resample.c:
9356         * gst-libs/gst/resample/resample.h:
9357         * gst-libs/gst/resample/resample.vcproj:
9358         * gst-libs/gst/resample/test.c:
9359         * gst/audioscale/Makefile.am:
9360         * gst/audioscale/README:
9361         * gst/audioscale/dtof.c:
9362         * gst/audioscale/dtos.c:
9363         * gst/audioscale/functable.c:
9364         * gst/audioscale/private.h:
9365         * gst/audioscale/resample.c:
9366         * gst/audioscale/resample.h:
9367         * gst/audioscale/test.c:
9368
9369         Move tagedit library to gst-libs:
9370         * gst-libs/gst/tag/Makefile.am:
9371         * gst-libs/gst/tag/gstid3tag.c:
9372         * gst-libs/gst/tag/gsttagediting.c:
9373         * gst-libs/gst/tag/gsttageditingprivate.h:
9374         * gst-libs/gst/tag/gstvorbistag.c:
9375         * gst/tags/Makefile.am:
9376         * gst/tags/gstid3tag.c:
9377         * gst/tags/gstvorbistag.c:
9378
9379         Fix for core changes:
9380         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9381         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9382         (gst_sinesrc_getrange):
9383
9384 2005-04-23  David Schleef  <ds@schleef.org>
9385
9386         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9387         in gst-plugins in a long time, and properly belongs in liboil.
9388         * gst-libs/gst/idct/Makefile.am:
9389         * gst-libs/gst/idct/README:
9390         * gst-libs/gst/idct/dct.h:
9391         * gst-libs/gst/idct/doieee:
9392         * gst-libs/gst/idct/fastintidct.c:
9393         * gst-libs/gst/idct/floatidct.c:
9394         * gst-libs/gst/idct/idct.c:
9395         * gst-libs/gst/idct/idct.h:
9396         * gst-libs/gst/idct/idtc.vcproj:
9397         * gst-libs/gst/idct/ieeetest.c:
9398         * gst-libs/gst/idct/intidct.c:
9399
9400 2005-04-20  Wim Taymans  <wim@fluendo.com>
9401
9402         * docs/design-audiosinks.txt:
9403         * gst-libs/gst/audio/Makefile.am:
9404         * gst-libs/gst/audio/TODO:
9405         * gst-libs/gst/audio/gstaudiosink.c:
9406         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9407         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9408         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9409         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9410         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9411         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9412         (gst_audiosink_class_init), (gst_audiosink_init),
9413         (gst_audiosink_create_ringbuffer):
9414         * gst-libs/gst/audio/gstaudiosink.h:
9415         * gst-libs/gst/audio/gstbaseaudiosink.c:
9416         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9417         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9418         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9419         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9420         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9421         (gst_baseaudiosink_create_ringbuffer),
9422         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9423         * gst-libs/gst/audio/gstbaseaudiosink.h:
9424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9425         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9426         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9427         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9428         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9429         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9430         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9431         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9432         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9433         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9434         * gst-libs/gst/audio/gstringbuffer.h:
9435         An attempt at a set of audio base classes together with some
9436         design docs.
9437
9438 2005-04-20  Wim Taymans  <wim@fluendo.com>
9439
9440         * gst/audioconvert/Makefile.am:
9441         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9442         (gst_audio_convert_caps_remove_format_info),
9443         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9444         (gst_audio_convert_channels):
9445         Link against audio libs.
9446         Fix audio convert plugin.
9447
9448 2005-04-20  Wim Taymans  <wim@fluendo.com>
9449
9450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9451         (gst_ogg_demux_sink_activate):
9452         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9453         (theora_set_header_on_caps), (theora_enc_sink_event),
9454         (theora_enc_chain):
9455         Fix theora encoder.
9456
9457 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9458
9459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9460         * gst/playback/gstdecodebin.c: (find_compatibles):
9461           Work with staticpadtemplates in elementfactories.
9462
9463 2005-04-12  Wim Taymans  <wim@fluendo.com>
9464
9465         * gst/playback/README:
9466         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9467         (compare_ranks), (print_feature), (gst_decode_bin_init),
9468         (dynamic_create), (dynamic_free), (find_compatibles),
9469         (mimetype_is_raw), (close_pad_link), (got_redirect),
9470         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9471         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9472         (gst_decode_bin_change_state):
9473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9474         (gst_play_base_bin_init), (group_destroy), (group_commit),
9475         (check_queue), (queue_overrun), (queue_threshold_reached),
9476         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9477         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9478         (got_redirect), (setup_source), (play_base_eos),
9479         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9480         (gst_play_base_bin_remove_element):
9481         * gst/playback/gstplaybasebin.h:
9482         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9483         (gst_play_bin_init), (gst_play_bin_dispose),
9484         (gst_play_bin_set_property), (gen_video_element),
9485         (gen_text_element), (gen_audio_element), (remove_sinks),
9486         (gst_play_bin_send_event):
9487         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9488         (stream_info_change_state), (gst_stream_info_set_mute):
9489         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9490         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9491         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9492         (gst_stream_selector_chain):
9493         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9494         (main):
9495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9496         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9497         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9498         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9499         Raw and crude port of decodebin. 
9500         Make playbin compile.
9501
9502 2005-04-06  Wim Taymans  <wim@fluendo.com>
9503
9504         * ext/gnomevfs/Makefile.am:
9505         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9506         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9507         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9508         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9509         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9510         (gst_gnomevfssrc_stop):
9511         * ext/ogg/Makefile.am:
9512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9513         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9514         * ext/theora/Makefile.am:
9515         * ext/theora/theoradec.c: (_inc_granulepos),
9516         (theora_dec_sink_event), (theora_dec_chain):
9517         * ext/vorbis/Makefile.am:
9518         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9519         (vorbis_dec_sink_event), (vorbis_dec_chain):
9520         * gst-libs/gst/audio/Makefile.am:
9521         * sys/xvimage/Makefile.am:
9522         Make gnomevfssrc extend the source base class.
9523         Fix linking against libs in various plugins.
9524
9525 2005-04-06  Andy Wingo  <wingo@pobox.com>
9526
9527         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9528         GST_BASE_LIBS.
9529
9530         * configure.ac: Add check and AC_SUBST for libgstbase.
9531
9532 2005-03-31  Wim Taymans  <wim@fluendo.com>
9533
9534         * examples/seeking/Makefile.am:
9535         * examples/seeking/cdparanoia.c: (main):
9536         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9537         (play_cb), (pause_cb), (stop_cb), (main):
9538         * examples/seeking/playbin.c:
9539         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9540         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9541         (make_sid_pipeline), (make_vorbis_pipeline),
9542         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9543         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9544         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9545         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9546         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9547         (stop_cb), (main):
9548         * examples/seeking/spider_seek.c:
9549         * examples/seeking/vorbisfile.c:
9550         * ext/gnomevfs/Makefile.am:
9551         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9552         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9553         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9554         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9555         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9556         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9557         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9558         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9559         * ext/ogg/README:
9560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9561         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9562         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9563         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9564         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9565         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9566         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9567         (gst_ogg_demux_factory_filter), (compare_ranks),
9568         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9569         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9570         (gst_ogg_chain_new), (gst_ogg_chain_free),
9571         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9572         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9573         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9574         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9575         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9576         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9577         (gst_ogg_demux_get_prev_page),
9578         (gst_ogg_demux_deactivate_current_chain),
9579         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9580         (gst_ogg_demux_bisect_forward_serialno),
9581         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9582         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9583         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9584         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9585         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9586         (gst_ogg_demux_change_state), (gst_ogg_print):
9587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9588         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9589         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9590         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9591         (gst_ogg_mux_loop):
9592         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9593         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9594         (theora_dec_src_convert), (theora_dec_sink_convert),
9595         (theora_dec_src_query), (theora_dec_src_event),
9596         (theora_dec_sink_event), (theora_dec_chain),
9597         (theora_dec_change_state):
9598         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9599         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9600         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9601         (theora_enc_change_state):
9602         * ext/vorbis/Makefile.am:
9603         * ext/vorbis/oggvorbisenc.c:
9604         * ext/vorbis/oggvorbisenc.h:
9605         * ext/vorbis/vorbis.c: (plugin_init):
9606         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9607         (vorbis_dec_src_query), (vorbis_dec_src_event),
9608         (vorbis_dec_sink_event), (vorbis_dec_chain),
9609         (vorbis_dec_change_state):
9610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9611         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9612         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9613         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9614         (gst_vorbisenc_change_state):
9615         * ext/vorbis/vorbisenc.h:
9616         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9617         * gst-libs/gst/audio/audioclock.c:
9618         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9619         (gst_audiofilter_init), (gst_audiofilter_chain):
9620         * gst-libs/gst/audio/testchannels.c: (main):
9621         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9622         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9623         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9624         (gmip_find_track_streaminfo), (gmip_find_track_format):
9625         * gst-libs/gst/media-info/media-info.c:
9626         (gst_media_info_read_idler):
9627         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9628         (gst_play_get_all_by_interface):
9629         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9630         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9631         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9632         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9633         (gst_riff_parse_info):
9634         * gst-libs/gst/riff/riff-read.h:
9635         * gst-libs/gst/riff/riff.c: (plugin_init):
9636         * gst-libs/gst/video/Makefile.am:
9637         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9638         (gst_videosink_class_init), (gst_videosink_get_type):
9639         * gst-libs/gst/video/videosink.h:
9640         * gst/audioconvert/bufferframesconvert.c:
9641         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9642         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9643         * gst/audioconvert/channelmixtest.c: (main):
9644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9645         (gst_audio_convert_chain),
9646         (gst_audio_convert_caps_remove_format_info),
9647         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9648         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9649         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9650         (gst_audio_convert_buffer_to_default_format),
9651         (gst_audio_convert_buffer_from_default_format),
9652         (gst_audio_convert_channels):
9653         * gst/audioconvert/gstchannelmix.h:
9654         * gst/ffmpegcolorspace/avcodec.h:
9655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9656         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9657         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9658         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9659         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9660         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9661         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9662         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9663         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9664         (dv_type_find):
9665         * gst/videotestsrc/gstvideotestsrc.c:
9666         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9667         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9668         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9669         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9670         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9671         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9672         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9674         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9675         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9676         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9677         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9678         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9679         (gst_xvimagesink_navigation_send_event),
9680         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9681         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9682         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9683         * sys/xvimage/xvimagesink.h:
9684         Plugin port to 0.9, ogg/theora playback should work in the seek
9685         example now.
9686         Removed old examples.
9687         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9688         explained in 0.9 TODO doc.
9689
9690
9691 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9692
9693         * autogen.sh:
9694         * configure.ac:
9695         * ext/Makefile.am:
9696         * gst/Makefile.am:
9697         * po/POTFILES.in:
9698         * po/af.po:
9699         * po/az.po:
9700         * po/cs.po:
9701         * po/en_GB.po:
9702         * po/hu.po:
9703         * po/it.po:
9704         * po/nb.po:
9705         * po/nl.po:
9706         * po/or.po:
9707         * po/sq.po:
9708         * po/sr.po:
9709         * po/sv.po:
9710         * po/uk.po:
9711         * po/vi.po:
9712         * sys/Makefile.am:
9713         * testsuite/Makefile.am:
9714           remove a whole bunch of plugins.  This module now contains a set
9715           of free reference plugins/elements as agreed.
9716
9717 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9718
9719         * configure.ac:
9720           hunting season on 0.9 is now OPEN
9721
9722 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9723
9724         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9725           Kick the hell out of gcc for not warning me about a symbol conflict.
9726
9727 2005-02-22  Luca Ognibene  <luogni@tin.it>
9728
9729         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9730
9731         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9732           Don't leak caps string (fixes #168134)
9733
9734         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9735         (gst_jpegenc_init), (gst_jpegenc_finalize),
9736         (gst_jpegenc_change_state):
9737           Don't leak line buffers and context struct (fixes #168133).
9738
9739 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9740
9741         * configure.ac:
9742         * ext/dirac/gstdiracdec.cc:
9743         (gst_diracdec_chain):
9744           Since dirac 0.5.0 the framerate in dirac is expressed as a
9745           rational number. Fix build and up requirement to 0.5.0, and
9746           also pass parameters to gst_diracdec_link in the right order
9747           (fixes #167959).
9748
9749 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9750
9751         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9752         * ext/faad/gstfaad.h:
9753         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9754         certain invalid muxed streams, where some packets will contain 
9755         junk after decoder data. Partially fixes #149158.
9756
9757 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9758         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9759           Make sure we only write to writable buffers
9760
9761 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9762
9763         * gst-libs/gst/riff/riff-media.c:
9764         (gst_riff_create_audio_caps_with_data):
9765           Do actually fix invalid RIFF fmt header values for alaw
9766           and mulaw audio instead of just saying so.
9767
9768         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9769           Give gst_riff_create_audio_caps_with_data() a chance to
9770           fix up broken format header fields before extracting any
9771           parameters from the header. (fixes #167633)
9772
9773 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9774
9775         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9776
9777         * gst/audioconvert/bufferframesconvert.c:
9778         (buffer_frames_convert_link):
9779           Don't leak othercaps. (fixes #167878)
9780
9781 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9782
9783         * configure.ac:
9784         * ext/libvisual/visual.c: (gst_visual_srclink),
9785         (gst_visual_change_state):
9786           Support libvisual 0.2.0.
9787
9788 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9789
9790         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9791         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9792           Use same rowstrides for I420 as used everywhere else.
9793
9794 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9795
9796         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9797           Declare variables at beginning of block and make gcc-2.95 happy
9798           (fixes # 167482, patch by Gergely Nagy).
9799           
9800         * gst/tcp/gsttcpclientsrc.c:
9801         * gst/tcp/gsttcpclientsrc.h:
9802           Move some includes into the header, so that struct sockaddr_in is
9803           defined when it should be defined on FreeBSD as well (fixes
9804           #167483).
9805           
9806         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9807           Don't pass uninitialised values to setsockopt() here either.
9808
9809 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9810
9811         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9812
9813         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9814           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9815
9816 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9817
9818         * gst/playback/gstplaybin.c: (add_sink):
9819           Invert bin_add/link order to workaround deadlock in opt.
9820
9821 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9822
9823         * gst/modplug/gstmodplug.cc:
9824           Add missing break causing position queries to fail.
9825
9826 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9827
9828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9829           Granpos can apparently be -1, which screws up calculations...
9830
9831 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9832
9833         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9834         (gst_ximagesink_send_pending_navigation),
9835         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9836         (gst_ximagesink_init):
9837         * sys/ximage/ximagesink.h:
9838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9839         (gst_xvimagesink_send_pending_navigation),
9840         (gst_xvimagesink_navigation_send_event),
9841         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9842         * sys/xvimage/xvimagesink.h:
9843           Use a mutex protected list to marshal navigation
9844           events into the stream thread from whichever thread
9845           sends them.
9846
9847 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9848
9849         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9850           Display current position and track length; misc. clean-ups.
9851           
9852         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9853         (speed_init), (speed_chain):
9854           Add query function, so that the stream length and current position
9855           get adjusted when queried (note that current position queries may
9856           still be wrong if the audio sink returns values based on buffer
9857           timestamps instead of passing on the query).
9858
9859 2005-02-13  Benjamin Otte  <otte@gnome.org>
9860
9861         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9862         (gst_audio_convert_channels):
9863           create channel conversion matrix when linking
9864         * gst/audioconvert/.cvsignore:
9865         * gst/audioconvert/Makefile.am:
9866         * gst/audioconvert/channelmixtest.c: (main):
9867           add (ugly) test that ensures stereo <=> mono conversion works
9868           correctly
9869
9870 2005-02-13  Benjamin Otte  <otte@gnome.org>
9871
9872         * gst/audioconvert/gstchannelmix.h:
9873           include missing header file
9874         * gst/audioconvert/gstchannelmix.c:
9875         (gst_audio_convert_fill_compatible):
9876           use same sign for both channels when converting to/from compatible
9877           channel. Previously used different signs made the signals cancel
9878           each other out and appear like silence. (fixes #167269)
9879
9880 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9881
9882         * gst/ffmpegcolorspace/avcodec.h:
9883         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9884         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9885         (gst_ffmpegcsp_avpicture_fill):
9886         * gst/ffmpegcolorspace/imgconvert.c:
9887           Convert to and from YV12 (fixes #156379).
9888
9889 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9890
9891         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9892         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9893         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9894         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9895         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9896         methods from chain and negotiation and vice versa (Fixes #166142).
9897         * sys/ximage/ximagesink.h: Add stream_lock.
9898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9899         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9900         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9901         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9902
9903 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9904
9905         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9906           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9907           error message when we can't open the DVD device (when dvdnav_open()
9908           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9909           the above). Send something more useful instead (fixes #167117).
9910
9911 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9912
9913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9914         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9915         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9916         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9917         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9918         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9919         methods from chain and negotiation and vice versa (Fixes #166142).
9920         Fix a possible bug of images in the buffer pool being discarded because
9921         we are looking at the wrong geometry.
9922         * sys/xvimage/xvimagesink.h: Add stream_lock.
9923
9924 2005-02-11  David Schleef  <ds@schleef.org>
9925
9926         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9927         unsigned int. (fixes #167128)
9928
9929 2005-02-11  David Schleef  <ds@schleef.org>
9930
9931         * gst/librfb/Makefile.am: Testing stuff before committing is
9932           for wimps... and people with fast machines.  Fix stupid
9933           mistake.
9934
9935 2005-02-11  David Schleef  <ds@schleef.org>
9936
9937         * configure.ac: Pull in librfb from my CVS tree, because it is
9938           too small and annoying to be separate.  Move rfbsrc plugin
9939           to gst/.
9940         * ext/Makefile.am:
9941         * ext/librfb/Makefile.am:
9942         * ext/librfb/gstrfbsrc.c:
9943         * gst/librfb/Makefile.am:
9944         * gst/librfb/gstrfbsrc.c:
9945         * gst/librfb/rfb.c:
9946         * gst/librfb/rfb.h:
9947         * gst/librfb/rfbbuffer.c:
9948         * gst/librfb/rfbbuffer.h:
9949         * gst/librfb/rfbbytestream.c:
9950         * gst/librfb/rfbbytestream.h:
9951         * gst/librfb/rfbcontext.h:
9952         * gst/librfb/rfbdecoder.c:
9953         * gst/librfb/rfbdecoder.h:
9954         * gst/librfb/rfbutil.h:
9955
9956 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9957
9958         * gst/speed/Makefile.am:
9959         * gst/speed/demo-mp3.c: (main):
9960         * gst/speed/filter.func:
9961         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9962         (speed_class_init), (speed_init), (speed_chain_int16),
9963         (speed_chain_float32), (speed_chain), (speed_set_property),
9964         (speed_get_property), (speed_change_state):
9965         * gst/speed/gstspeed.h:
9966           Fix speed element and make it chain-based (fixes #156467),
9967           and make it handle more than one channel.
9968
9969 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9970
9971         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9972         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9973         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9974         * ext/dts/gstdtsdec.h:
9975           Don't clobber the stack constructing the channels array.
9976           Make the element chain-based. DTS tracks can now be played.
9977           
9978 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9979
9980         * gst-libs/gst/audio/multichannel.h:
9981         * gst-libs/gst/gconf/gconf.h:
9982         * gst-libs/gst/idct/idct.h:
9983         * gst-libs/gst/media-info/media-info-priv.h:
9984         * gst-libs/gst/play/play.h:
9985         * gst-libs/gst/resample/private.h:
9986         * gst-libs/gst/resample/resample.h:
9987         * gst-libs/gst/riff/riff-ids.h:
9988         * gst-libs/gst/video/video.h:
9989         * gst-libs/gst/video/videosink.h:
9990           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9991           missing, so that they work when included from C++ code.
9992
9993 2005-02-09  David Schleef  <ds@schleef.org>
9994
9995         * testsuite/gst-lint: Check for non-statically scoped
9996           parent_class variables.  This won't be a problem once
9997           plugins are loaded with RTLD_LOCAL.
9998
9999 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10000
10001         * ext/mplex/gstmplexibitstream.cc:
10002           gcc madness.
10003
10004 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10005
10006         * ext/ogg/gstogmparse.c:
10007         * gst/debug/gstnavigationtest.c:
10008           Die, thou faulty symbol pollutors (non-static parent_class).
10009
10010 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10011
10012         * ext/mplex/gstmplexibitstream.cc:
10013           Fix event handling (#165525).
10014
10015 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10016
10017         * ext/mikmod/gstmikmod.c:
10018         * gst/modplug/gstmodplug.cc:
10019           Add missing endianness to template (fixes #165509).
10020
10021 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10022
10023         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
10024           Fix wrong order of reading of optional bytes (#165290).
10025
10026 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10027
10028         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10029           Implement FILLER event awareness.
10030
10031 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10032
10033         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
10034           Fix track calculations (#166208).
10035
10036 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10037
10038         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10039
10040         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
10041         * ext/libpng/gstpngenc.c:
10042           Fix byte-order, use proper fixed caps. Fixes #164197.
10043
10044 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10045
10046         * configure.ac:
10047           Add dvdlpcmdec 
10048
10049         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
10050         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
10051           Don't push buffers if the src pad isn't negotiated yet.
10052           
10053         * gst/audioconvert/gstaudioconvert.c:
10054         (gst_audio_convert_buffer_to_default_format),
10055         (gst_audio_convert_buffer_from_default_format):
10056           Add support for 24-bit width.
10057
10058         * gst/dvdlpcmdec/.cvsignore:
10059         * gst/dvdlpcmdec/Makefile.am:
10060         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
10061         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
10062         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
10063         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
10064         (plugin_init):
10065         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
10066           New decoder for rearranging DVD LPCM into our audio/x-raw-int
10067           format. Needs support for the channels maps if someone can find 
10068           a DVD LPCM track with > 2 channels.
10069
10070         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
10071         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
10072         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
10073         * gst/mpegstream/gstdvddemux.h:
10074         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10075         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
10076         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
10077         * gst/mpegstream/gstmpegdemux.h:
10078         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
10079         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
10080         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
10081         (gst_mpeg_parse_handle_src_query),
10082         (gst_mpeg_parse_handle_src_event):
10083           Use audio/x-dvd-lpcm for LPCM output.
10084           Add DTS output.
10085
10086 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
10087
10088         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10089
10090         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
10091         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
10092           Add BGRA handling (#165736).
10093
10094 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
10095
10096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10097
10098         * gst/law/alaw-decode.c: (alawdec_link):
10099         * gst/law/alaw-encode.c: (alawenc_link):
10100         * gst/law/mulaw-decode.c: (mulawdec_link):
10101         * gst/law/mulaw-encode.c: (mulawenc_link):
10102           Fix caps memleaks (#166600).
10103
10104 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
10105
10106         * ext/tarkin/mem.h:
10107         * ext/tarkin/wavelet.h:
10108         * ext/tarkin/yuv.h:
10109         * gst/ffmpegcolorspace/avcodec.h:
10110           Include "_stdint.h" instead of <stdint.h>. Fixes build on
10111           systems that don't have stdint.h, like Solaris9 (fixes #166631).
10112
10113 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10114
10115         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
10116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
10117         (gst_xvimagesink_change_state):
10118           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
10119           Xv video (and thereby regenerate Xv colourkey) in clear() so
10120           that PLAY -> READY -> PLAY works (fixes #162504).
10121
10122 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10123
10124         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
10125           Switch to list instead of range, since MJPEG-devices really just
10126           support decimations, not any size.
10127
10128 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10129         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
10130         (gst_mpeg2dec_reset), (free_all_buffers),
10131         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
10132         * ext/mpeg2dec/gstmpeg2dec.h:
10133           The libmpeg2 user-allocated buffer management is awkward, 
10134           to say the least. Hopefully this fixes things.
10135
10136 2005-02-04  Andy Wingo  <wingo@pobox.com>
10137
10138         * gst/audioconvert/bufferframesconvert.c
10139         (buffer_frames_convert_fixate): New function, fixates to 256
10140         frames per buffer by default. (Much better than 1.)
10141         (buffer_frames_convert_init): Set the fixate function for both src
10142         and sink pad.
10143         (buffer_frames_convert_link): After success setting nonfixed caps,
10144         get the negotiated caps so we can know how many buffer-frames it
10145         will be. No idea how this worked at all before.
10146
10147 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10148
10149         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
10150         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
10151         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
10152         (handle_sequence), (handle_picture):
10153         * ext/mpeg2dec/gstmpeg2dec.h:
10154           Rearrange buffer tracking and refcounting and refactor
10155           a little for readability. 
10156
10157 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
10158         * sys/v4l/gstv4l.c: (plugin_init):
10159         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
10160         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
10161         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
10162         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
10163         * sys/v4l/gstv4ljpegsrc.h:
10164         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
10165         * sys/v4l/v4l_calls.h:
10166         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
10167         (gst_v4lsrc_get_fps):
10168         * sys/v4l/v4lsrc_calls.h:
10169           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
10170           you jpeg inside rgb frames" driver.
10171           Don't error in the v4lsrc link function, just return 
10172           REFUSED.
10173
10174 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10175
10176         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
10177         (gst_qcamsrc_open):
10178           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
10179
10180 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10181
10182         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10183           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
10184
10185 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10186
10187         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
10188           Reset negotiated state on PAUSED->READY.
10189
10190 2005-02-02  David Schleef  <ds@schleef.org>
10191
10192         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
10193         whereever possible.  (Fixes #165997)
10194         * examples/capsfilter/capsfilter1.c: (main):
10195         * examples/dynparams/filter.c: (create_ui):
10196         * examples/seeking/cdparanoia.c: (get_track_info), (main):
10197         * examples/seeking/chained.c: (main):
10198         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10199         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10200         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
10201         (make_mpeg_pipeline), (make_mpegnt_pipeline):
10202         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10203         * examples/switch/switcher.c: (main):
10204         * ext/dv/demo-play.c: (main):
10205         * ext/faad/gstfaad.c: (gst_faad_change_state):
10206         * ext/mad/gstmad.c: (gst_mad_chain):
10207         * ext/smoothwave/demo-osssrc.c: (main):
10208         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
10209         (gst_gconf_render_bin_from_description),
10210         (gst_gconf_get_default_audio_sink),
10211         (gst_gconf_get_default_video_sink),
10212         (gst_gconf_get_default_audio_src),
10213         (gst_gconf_get_default_video_src),
10214         (gst_gconf_get_default_visualization_element):
10215         * gst/level/demo.c: (main):
10216         * gst/level/plot.c: (main):
10217         * gst/playback/gstplaybin.c: (gen_video_element),
10218         (gen_audio_element):
10219         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
10220         * gst/playondemand/demo-mp3.c: (setup_pipeline):
10221         * gst/sine/demo-dparams.c: (main):
10222         * gst/spectrum/demo-osssrc.c: (main):
10223         * gst/speed/demo-mp3.c: (main):
10224         * gst/volume/demo.c: (main):
10225         * testsuite/embed/embed.c: (main):
10226
10227 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10228
10229         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10230         (gst_tcpclientsink_finalize):
10231         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10232         (gst_tcpclientsrc_finalize):
10233         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10234         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
10235         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10236         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
10237           Don't leak the hostname when shutting down.
10238           In tcpserversrc, take a copy of the default hostname.
10239
10240 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10241
10242         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
10243           Set caps to systemstream=TRUE.
10244
10245 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10246
10247         * testsuite/Makefile.am:
10248           Fix more OSX buildbots.
10249
10250 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
10251
10252         * ext/mpeg2dec/gstmpeg2dec.c:
10253           Don't send things to NULL PAD_PEERs
10254
10255         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
10256           Copy-on-write the incoming buffer.
10257
10258         * gst/mpegstream/gstdvddemux.h:
10259         * gst/mpegstream/gstmpegclock.h:
10260         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
10261         (normal_seek), (gst_mpeg_demux_handle_src_event):
10262         * gst/mpegstream/gstmpegdemux.h:
10263         * gst/mpegstream/gstmpegpacketize.h:
10264         * gst/mpegstream/gstmpegparse.c:
10265         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
10266         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
10267         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
10268         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
10269         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
10270         * gst/mpegstream/gstmpegparse.h:
10271         * gst/mpegstream/gstrfc2250enc.h:
10272           Various changes to the way time is computed that make seeking and
10273           total time estimation much better here.
10274           Use G_BEGIN/END_DECLS instead of __cplusplus
10275
10276         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
10277           Use gst_buffer_stamp instead of only copying the TIMESTAMP
10278
10279 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10280
10281         * gst/subparse/gstsubparse.c:
10282           Fix OSX buildbot.
10283
10284 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10285
10286         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10287         (theora_enc_chain), (theora_enc_change_state):
10288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10289         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
10290         (gst_vorbisenc_change_state):
10291         * ext/vorbis/vorbisenc.h:
10292           Set granulepos and timestamp correctly for streams not
10293           starting at 0, taking into account the initial delay.
10294
10295 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
10296
10297         * gst/mpegstream/gstdvddemux.c:
10298           Add audio/x-dts to audio pad template caps
10299
10300 2005-01-30  David Schleef  <ds@schleef.org>
10301
10302         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
10303         (create_context), (gst_polypsink_link): Fix silly endianness
10304         bug.  Add some debugging.  Remove float from caps; it doesn't
10305         work.  Attempt to get remote audio working.
10306
10307 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10308
10309         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
10310           Add 3IV2 fourcc.
10311
10312 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10313
10314         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
10315         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
10316         (gst_avi_demux_stream_data):
10317         * gst/avi/gstavidemux.h:
10318           Invert DIB images. Fixes #132341.
10319
10320 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10321
10322         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10323         (gst_ffmpegcsp_chain):
10324           D'oh, reference the palette data, not the palette structure.
10325           Fixes color distortion in #132341.
10326
10327 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10328
10329         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10330           PAR can be non-fixed when not provided as argument (#162626).
10331
10332 2005-01-29  David Moore  <dcm@acm.org>
10333
10334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10335
10336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10337         (gst_qtdemux_loop_header):
10338           Re-apply patch from #142272 that allows non-seekable sources,
10339           re-proposed by Daniel Drake <dsd@gentoo.org>.
10340
10341 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10342
10343         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
10344           Use the src template for creating the src pad (#162330).
10345
10346 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10347
10348         * configure.ac:
10349         * ext/musepack/Makefile.am:
10350         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
10351         (gst_musepackdec_init), (gst_musepackdec_dispose),
10352         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
10353         (gst_musepack_stream_init), (gst_musepackdec_loop),
10354         (gst_musepackdec_change_state):
10355         * ext/musepack/gstmusepackdec.cpp:
10356         * ext/musepack/gstmusepackdec.h:
10357         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
10358         (gst_musepack_reader_read), (gst_musepack_reader_seek),
10359         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
10360         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
10361         * ext/musepack/gstmusepackreader.cpp:
10362         * ext/musepack/gstmusepackreader.h:
10363           Update to 1.1 API (#165446).
10364
10365 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10366
10367         * ext/Makefile.am:
10368           Unbreak buildbot.
10369
10370 2005-01-28  Andy Wingo  <wingo@pobox.com>
10371
10372         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10373         to reflect a different dubious internet source. Add a reference
10374         and some commentary.
10375
10376 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10377
10378         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10379         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10380         * gst/playback/gststreamselector.h:
10381           Be more selective when we're redoing caps negotiation from
10382           within the chain function on a stream change.
10383
10384 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10385
10386         * configure.ac:
10387         * ext/Makefile.am:
10388         * ext/amrnb/Makefile.am:
10389         * ext/amrnb/amrnb.c: (plugin_init):
10390         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10391         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10392         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10393         (gst_amrnbdec_state_change):
10394         * ext/amrnb/amrnbdec.h:
10395         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10396         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10397         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10398         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10399         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10400         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10401         * ext/amrnb/amrnbparse.h:
10402           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10403         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10404           Add AMR-NB/-WB raw formats.
10405         * ext/alsa/gstalsa.c: (gst_alsa_link):
10406           Keep valid time when changing format.
10407         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10408         (qtdemux_parse_trak):
10409           Add some more format-specific options (#140141, #143555, #155163).
10410
10411 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10412
10413         * gst/matroska/matroska-demux.c:
10414         (gst_matroska_demux_parse_blockgroup):
10415           Fix logic error in timing of subtitle stream synchronization.
10416         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10417           Add skip-chunk, which is found in kodak-camera streams.
10418
10419 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10420
10421         * po/LINGUAS:
10422         * po/vi.po:
10423           Adding Vietnamese translation (submitted by Clytie Siddall)
10424
10425 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10426
10427         * gst/playback/gstdecodebin.c: (try_to_link_1):
10428           Use realpad for signal.
10429
10430 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10431
10432         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10433           Fix category so decodebin picks it up.
10434
10435 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10436
10437         * ext/mad/Makefile.am:
10438         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10439         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10440         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10441         (found_type), (gst_id3demux_bin_change_state):
10442         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10443         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10444         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10445         (gst_id3_tag_change_state), (plugin_init):
10446         * ext/mad/gstmad.h:
10447           Add id3demuxbin (which is a simple bin consisting of id3demux
10448           and typefind), take over rank from id3demux, remove typefind
10449           code from id3demux. Makes all broken mp3s that I know of work,
10450           and thereby fixes #152688.
10451
10452 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10453
10454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10455
10456         * ext/mad/gstmad.c: (gst_mad_src_event):
10457         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10458           Allow seeks on audio pad, make mad forward those (#164826).
10459         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10460           Set duration (#165335).
10461
10462 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10463
10464         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10465         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10466         (gst_asf_demux_process_ext_content_desc),
10467         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10468         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10469         * gst/asfdemux/gstasfdemux.h:
10470           Improve metadata display, e.g. if the metadata comes before the
10471           streams are loaded (which is perfectly valid).
10472
10473 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10474
10475         * tools/gst-launch-ext-m.m:
10476           Fix AVI/ASF pipelines (#165340).
10477
10478 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10479         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10480         build failure on amd64
10481
10482 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10483
10484         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10485         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10486           Check environment variables GST_ID3V2_TAG_ENCODING,
10487           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10488           list of character encodings to force interpretation of non-unicode
10489           strings stored in an ID3v2 tag to a particular encoding. If none
10490           is specified, try to use current locale's encoding, then fall back
10491           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10492         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10493         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10494           Check environment variables GST_ID3V1_TAG_ENCODING,
10495           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10496           list of character encodings to use in case a string encountered
10497           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10498           specified, try to use the current locale's encoding, then fall
10499           back to ISO-8859-1 (which will always succeed).
10500
10501 2005-01-25  Benjamin Otte  <otte@gnome.org>
10502
10503         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10504           - on half framerate, compute the rate in advance so the comparisons
10505             don't compare wrong values
10506           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10507             behaviour
10508           - don't use mad_header_decode anymore, mad_frame_decode does that
10509             automatically
10510           - when getting rid of consumed bytes, reset the stream's skiplen
10511           (fixes #163867)
10512
10513 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10514
10515         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10516           Use 1/2 a second for default max_discont, as PES streams from DVB
10517           seem to have larger spacings in the SCR. 
10518           Fix a typo.
10519
10520 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10521
10522         * gst/playback/gstplaybasebin.c: (group_commit):
10523           Notify delayed stream-info availability.
10524
10525 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10526         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10527         (gst_a52dec_handle_event), (gst_a52dec_chain):
10528         Add some debug output. Check that a discont has a valid
10529         time associated.
10530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10531         (gst_alsa_sink_loop):
10532         Ignore TAG events. A little extra debug for broken timestamps.
10533         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10534         (dvdnavsrc_change_state):
10535         Ensure we send a discont to engage the link before we send any
10536         other events.
10537         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10538         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10539         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10540         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10541         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10542         dvd://title works in totem because typefinding sends a seek that ends
10543         up going back to chapter 1 regardless.
10544         * ext/mpeg2dec/gstmpeg2dec.c:
10545         * ext/mpeg2dec/gstmpeg2dec.h:
10546         Output correct timestamps and handle disconts.
10547         * ext/ogg/gstoggdemux.c: (get_relative):
10548         Small guard against a null dereference.
10549         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10550         (gst_textoverlay_set_property):
10551         Free memory when done. Don't call gst_event_filler_get_duration on
10552         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10553         g_warning.
10554         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10555         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10556         (gst_sw_srclink), (gst_smoothwave_chain):
10557         Draw solid lines, prettier colours.
10558         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10559         Add a default palette that'll work for some movies.
10560         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10561         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10562         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10563         * gst/mpegstream/gstdvddemux.h:
10564         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10565         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10566         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10567         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10568         * gst/mpegstream/gstmpegparse.h:
10569         Use PTM/NAV events when for timestamp adjustment when connected to 
10570         dvdnavsrc. Don't use many discont events where one suffices.
10571         * gst/playback/gstplaybasebin.c: (group_destroy),
10572         (gen_preroll_element), (gst_play_base_bin_add_element):
10573         * gst/playback/gstplaybasebin.h:
10574         Make sure we remove subtitles from the same bin we put them in.
10575         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10576         (gst_subparse_buffer_format_autodetect),
10577         (gst_subparse_change_state):
10578         Fix some memleaks and invalid accesses.
10579         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10580         (oggskel_type_find), (cmml_type_find), (plugin_init):
10581         Some typefind functions for Annodex v3.0 files
10582         * gst/wavparse/gstwavparse.h:
10583         GstRiffReadClass is the correct parent class.
10584
10585 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10586
10587         * gst-libs/gst/riff/riff-media.c:
10588         (gst_riff_create_video_caps_with_data):
10589           Add extradata to huffyuv (fixes #165013).
10590         * gst-libs/gst/riff/riff-read.c:
10591         (gst_riff_read_strf_vids_with_data):
10592           Fix extradata extraction if it is in the chunk size.
10593
10594 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10595
10596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10597
10598         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10599         (gst_quarktv_change_state), (gst_quarktv_dispose):
10600           Memory free'ing location fix (#164708).
10601
10602 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10603
10604         * gst/playback/gstplaybasebin.c: (group_commit),
10605         (gen_preroll_element), (probe_triggered), (gen_source_element),
10606         (setup_source), (gst_play_base_bin_change_state),
10607         (gst_play_base_bin_add_element):
10608           Don't block for streams.
10609         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10610         (gst_stream_info_set_mute):
10611           Use gst_pad_set_active_recursive.
10612
10613 2005-01-25  Andy Wingo  <wingo@pobox.com>
10614
10615         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10616         for #ifndef HAVE_XVIDEO.
10617
10618 2005-01-24  Jeffrey C. Ollie
10619
10620         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10621
10622         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10623         * ext/gsm/gstgsmdec.h:
10624         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10625         * ext/gsm/gstgsmenc.h:
10626         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10627         was given by property. Add proper buffer timestamps and offsets.
10628
10629 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10630
10631         * gst-libs/gst/riff/riff-media.c:
10632         (gst_riff_create_audio_caps_with_data):
10633           Audio can be <8000Hz.
10634
10635 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10636
10637         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10638           Explicit state change to workaround refcount bugs.
10639
10640 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10641
10642         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10643         (gst_avimux_riff_get_avi_header):
10644           Fix...
10645
10646 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10647
10648         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10649         (gst_riff_read_element_data):
10650         * gst-libs/gst/riff/riff-read.h:
10651           Add _peek version (req'ed in CDXA).
10652         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10653         (gst_cdxaparse_loop):
10654           Fix parsing in playbin.
10655         * gst/playback/gstdecodebin.c: (close_pad_link):
10656           Ignore current_ pads, they cause major annoyance.
10657
10658 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10659
10660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10661           Safety guard.
10662
10663 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10664
10665         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10666           Fix padding...
10667
10668 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10669
10670         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10671           Allow for 0-sized buffers. Fixes length query problems in
10672           starwars.mkv from the testsuite.
10673
10674 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10675
10676         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10677         (gst_video_box_i420), (gst_video_box_chain):
10678           Fix row strides for I420 (fixes #163159)
10679           
10680 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10681
10682         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10683           MPEG2 has a useful rate property, so we can actually use that.
10684           For MPEG-1, continue using the bytes/time properties.
10685
10686 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10687
10688         * gst-libs/gst/riff/riff-media.c:
10689         (gst_riff_create_video_caps_with_data),
10690         (gst_riff_create_video_template_caps):
10691           Add intel-h263.
10692
10693 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10694
10695         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10696           Fail if caps negotiation fails. Should fix #162184, and should
10697           definately be in there regardless of it fixing the actual bug.
10698         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10699         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10700         (gst_avimux_riff_get_avix_header),
10701         (gst_avimux_riff_get_video_header),
10702         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10703         (gst_avimux_start_file), (gst_avimux_handle_event),
10704         (gst_avimux_change_state):
10705         * gst/avi/gstavimux.h:
10706           Refactor structure writing to use GST_WRITE_UINT macros, add
10707           metadata writing support.
10708
10709 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10712           Elements may already be destroyed when this function is called.
10713
10714 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10715
10716         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10717         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10718           More memory leak fixes (#149162).
10719
10720 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10721
10722         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10723         (gst_qtdemux_add_stream):
10724           Fix two memleaks.
10725
10726 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10727
10728         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10729           Argh...
10730
10731 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10732
10733         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10734           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10735           when fixating to six channels in Totem.
10736
10737 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10738
10739         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10740           Fix compile warnings on Solaris 10 buildbot
10741
10742 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10743
10744         * ext/dvdread/dvdreadsrc.c: (_read):
10745           Don't read beyond the last cell in a chapter (fixes 
10746           invalid memory access)
10747
10748 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10749
10750         * ext/dvdread/stream_labels.c:
10751         (dvdreadsrc_get_audio_stream_labels):
10752           Use NULL for an empty GList instead of g_list_alloc(); fix 
10753           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10754           of GString (easier to bulk free later)
10755
10756 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10757
10758         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10759
10760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10761         (gst_ffmpeg_pixfmt_to_caps):
10762           Fix BGRA32 caps (#164209).
10763
10764 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10765
10766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10769         (gst_ffmpeg_caps_to_pixfmt):
10770           alpha_mask can be RGBA/ABGR. Fixes #164265.
10771
10772 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10773
10774         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10775
10776         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10777         (gst_mpeg2dec_alloc_buffer):
10778         * ext/mpeg2dec/gstmpeg2dec.h:
10779           Crop if decoding size is not the actual image size (#163676).
10780
10781 2005-01-17  Steve Baker  <steve@stevebaker.org>
10782
10783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10784
10785         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10786         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10787           Add libsndfile typefind functions (#163309).
10788
10789 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10790
10791         * tools/gst-launch-ext-m.m:
10792           Add .aac, fix .m1v/.m2v (#163891).
10793
10794 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10795
10796         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10797           Sanity check, don't wait endlessly since the clock might not
10798           actually run at this point (which is a deadlock). Fixes #164069.
10799
10800 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10801
10802         * gst/playback/gstplaybasebin.c: (probe_triggered):
10803           Of course, only pause if group is done...
10804
10805 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10806
10807         * gst/playback/gstplaybasebin.c: (probe_triggered):
10808           Thread safety.
10809
10810 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10811
10812         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10813           Don't return state change success when the parent
10814           failed.
10815
10816 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10817
10818         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10819           Free events (fix memleak in #162905).
10820
10821 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10822
10823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10824
10825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10826         (gst_ffmpeg_caps_to_pixfmt):
10827           Fix for depth = 15. Fixes #161675.
10828
10829 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10830
10831         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10832           Set FPS correctly, even for webcams and the like.
10833         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10834           Don error on setting while capturing.
10835
10836 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10837
10838         * ext/dv/gstdvdec.c:
10839         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10840         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10841           I'm a bad boy. using /1001. to force C to do float division
10842           and not integer division (as it did in my last commit)
10843           Thanks to David I. Lehn for pointing this mistake.
10844
10845 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10846
10847         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10848           Revert Johan??s 1.35->1.36 since it breaks compat.
10849
10850 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10851
10852         * ext/dv/gstdvdec.c:
10853         * ext/libfame/gstlibfame.c:
10854         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10855         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10856           replace framerate aproximations by their real value
10857           (24000/1001, 30000/1001, 60000/1001)
10858           Finish fixing bug #164049
10859
10860 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10861
10862         * ext/ogg/gstoggmux.c:
10863           eos/bos debugging
10864         * gst/tcp/gstmultifdsink.c:
10865         * gst/tcp/gstmultifdsink.h:
10866         * gst/tcp/gsttcp.c:
10867         * gst/tcp/gsttcp.h:
10868         * gst/tcp/gsttcpclientsink.c:
10869         * gst/tcp/gsttcpclientsrc.c:
10870         * gst/tcp/gsttcpserversink.c:
10871         * gst/tcp/gsttcpserversrc.c:
10872           improve reusability of elements after state changes and errors
10873           make multifdsink throw away streamheaders when receiving new ones
10874
10875 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10876
10877         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10878           Fix for if items are already in list...
10879
10880 2005-01-12  Benjamin Otte  <otte@gnome.org>
10881
10882         * gst/adder/gstadder.c: (gst_adder_loop):
10883           fix adder a bit so it doesn't screw up with events as much anymore
10884
10885 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10886
10887         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10888         (pixbufscale_scale), (gst_pixbufscale_chain):
10889         * ext/gdk_pixbuf/pixbufscale.h:
10890           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10891           to ensure rowstrides are calculated the same way as 
10892           ffmpegcolorspace
10893           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10894           that we pick up duration and offset also.
10895
10896 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10897
10898         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10899         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10900           Reusability fixes.
10901
10902 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10903
10904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10905         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10906         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10907         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10908           Update flags when requested.
10909
10910 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10911
10912         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10913           Fix dmix.
10914
10915 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10916
10917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10918         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10919         (probe_triggered), (new_decoded_pad), (gen_source_element),
10920         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10921         * gst/playback/gstplaybasebin.h:
10922         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10923         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10924         (gst_play_bin_change_state):
10925           Implement group-switch signal for use in apps to clear metadata
10926           cache, clean up subtitle, add suburi property instead of # hack,
10927           some error-out fixes.
10928
10929 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10930
10931         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10932           Debug.
10933         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10934           If we got a state change in the _get handler, don't return success.
10935
10936 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10937
10938         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10939         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10940           Make jpegdec quiet on MJPEG decoding
10941         * gst/asfdemux/README:
10942           Fix mimetypes for MJPEG and H263
10943
10944 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10945
10946         * ext/theora/theoradec.c: (theora_dec_chain):
10947           Fix broken code generation by gcc by swapping arguments.
10948         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10949           Fix \n in debug.
10950
10951 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10952
10953         * TODO:
10954           delete this file, it is by far outdated
10955         * ext/alsa/gstalsa.1: remove
10956         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10957         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10958         (gst_alsa_get_caps):
10959           Add HW probing for supported sample rates. Fixes #161704
10960
10961 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10962
10963         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10964           Don't crash, biatch! :).
10965
10966 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10967
10968         * ext/musepack/gstmusepackreader.cpp:
10969         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10970           Some work on tags - still doesn't work in playbin...
10971         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10972           Handle events...
10973
10974 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10975
10976         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10977           Also shove tags on kid pads.
10978
10979 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10980
10981         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10982           Don't bail on unknown events.
10983         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10984           Don't crash on events before negotiation.
10985         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10986           Send tags on pads, too.
10987         * gst/playback/gststreamselector.c:
10988         (gst_stream_selector_request_new_pad):
10989           Forward events on first pad if no input was selected yet.
10990
10991 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10992
10993         * gst/playback/gstplaybasebin.c: (setup_substreams):
10994           Don't disable streamtype if the stream doesn't exist, since
10995           then playing a video after audio will disable both and nothing
10996           will happen. Fixes the testsuite.
10997
10998 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10999
11000         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
11001         (gst_v4l_xoverlay_set_xwindow_id):
11002         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
11003         (gst_v4l2_xoverlay_set_xwindow_id):
11004           Add debug categories, fix overlay disabling.
11005
11006 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11007
11008         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
11009         * ext/alsa/gstalsa.h:
11010           Add HW probing for period_count/size and buffer_size MIX/MAX
11011           Adjust default/user defined value if out of bounds
11012           Should fix bug #162024
11013
11014 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11015
11016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
11017           Fix warning (#161191).
11018
11019 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11020
11021         * ext/dvdread/stream_labels.c:
11022         (dvdreadsrc_get_audio_stream_labels):
11023           Fix warning (init the good variable in switch default)
11024
11025 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
11026
11027         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11028
11029         * gst/tta/gstttaparse.c: (gst_tta_src_event):
11030           Fix gcc-2.95 compile (#163485).
11031
11032 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11033
11034         * configure.ac:
11035         * ext/flac/gstflacenc.c: (gst_flacenc_init),
11036         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
11037         (gst_flacenc_tell_callback), (gst_flacenc_chain),
11038         (gst_flacenc_change_state):
11039         * ext/flac/gstflacenc.h:
11040           Update for API change in flac-1.1.1. Update requirement in
11041           configure.ac. Fixes #162974.
11042
11043 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11044
11045         * gst/playback/gstplaybasebin.c: (group_destroy):
11046           Remove hack to get rid of assert and get rid of unlinked
11047           signals properly.
11048
11049 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11050
11051         * gst/playback/gstplaybasebin.c: (setup_source):
11052           Set source to NULL so that resources are free'ed. Fixes issues
11053           with playback of CDDA and similar device-accessing things.
11054
11055 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11056
11057         * testsuite/embed/Makefile.am:
11058           test->noinst, fix make test in buildbot.
11059
11060 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11061
11062         * ext/dvdread/stream_labels.c: new file
11063         * ext/dvdread/stream_labels.h: new file
11064         * ext/dvdread/Makefile.am:
11065         * ext/dvdread/dvdreadsrc.c: (_seek_title):
11066           Extract audio stream label from DVD IFO files.
11067           It only dump them on the console for now, still have to
11068           make playbin aware of them.
11069
11070 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11071
11072         * gst/playback/gstplaybasebin.c: (setup_source):
11073           Fix hanging subs.
11074
11075 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11076
11077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11078         (gen_preroll_element), (remove_groups), (setup_subtitle),
11079         (gen_source_element), (setup_source):
11080         * gst/playback/gstplaybasebin.h:
11081           Multiple .sub files is just a stupid idea... Fix some threading
11082           mistakes. Interestingly, external .sub files cause playbin to
11083           hang, I don't know why... Parsing fixes contributed by Fran??ois
11084           Kooman <fkooman@tuxed.net>.
11085
11086 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11087
11088         * testsuite/embed/Makefile.am:
11089           Fix buildbot.
11090
11091 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11092
11093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11094
11095         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11096         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11097         (gst_pngenc_set_property):
11098         * ext/libpng/gstpngenc.h:
11099           Add compression level property (#163323).
11100
11101 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11102
11103         * configure.ac:
11104         * examples/capsfilter/capsfilter1.c: (main):
11105         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11106         * ext/dvdread/Makefile.am:
11107         * ext/dvdread/demo-play:
11108         * ext/dvdread/demo-play.c:
11109         * gconf/gstreamer.schemas.in:
11110         * gst-libs/gst/gconf/gconf.c:
11111         * sys/v4l/TODO:
11112         * testsuite/Makefile.am:
11113         * testsuite/embed/Makefile.am:
11114         * testsuite/embed/embed.c: (cb_expose), (main):
11115           Remove all references to xvideosink, fix examples (#140845).
11116         * gst/playback/gstplaybasebin.c: (group_destroy):
11117           Apparently, disposal does not unlink - so do explicitely.
11118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11119           Add debug.
11120
11121 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
11122
11123         * README: fix PKG_CONFIG_PATH instructions, what was there
11124         previously was breaking default search path, not nice. 
11125         Fixes #163358
11126
11127 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11128
11129         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
11130         (gst_audioscale_chain):
11131           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
11132           when resampling - how the ^@$^!@^! is this possible?!?
11133
11134 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11135
11136         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11137           Reset variables on READY.
11138         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
11139         (gst_matroska_mux_loop):
11140           Require data before writing header.
11141
11142 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
11143
11144         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11145
11146         * ext/mad/gstmad.c: (gst_mad_chain):
11147           Don't call mad_stream_sync() directly after recovering sync.
11148           Fixes #151661.
11149
11150 2005-01-09  Martin Eikermann  <meiker@upb.de>
11151
11152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11153
11154         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
11155         (snapshot_handler), (gst_snapshot_sinkconnect),
11156         (gst_snapshot_chain):
11157           Allocate resources when required, fix recursive signal emission
11158           and fix caps. Fixes #161667.
11159
11160 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
11161
11162         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11163
11164         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
11165         (gst_pngdec_chain):
11166           Handle only 8-bppc (bits-per-pixel-component) images, better
11167           error handling and correct strides. Fixes #163177.
11168         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
11169         (gst_pngenc_chain):
11170           Better error handling. Fixes #163348.
11171
11172 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11173
11174         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
11175         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
11176         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
11177         (dvdnavsrc_uri_handler_init):
11178           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
11179         * gst/playback/gstplaybasebin.c: (gen_source_element):
11180           Add MMS to streaming URIs.
11181
11182 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11183
11184         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11185         * sys/xvimage/xvimagesink.c:
11186         (gst_xvimagesink_navigation_send_event):
11187           Check for pad availability before sending event.
11188
11189 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11190
11191         * gst-plugins.spec.in:
11192           Add subparse.
11193
11194 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11195
11196         * configure.ac:
11197           Since we use functions from CVS, up requirement.
11198
11199 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11200
11201         * gst/playback/Makefile.am:
11202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11203         (group_destroy), (group_commit), (group_is_muted),
11204         (gen_preroll_element), (add_stream), (unknown_type),
11205         (probe_triggered), (preroll_unlinked), (mute_stream),
11206         (silence_stream), (new_decoded_pad), (setup_substreams),
11207         (setup_source), (get_active_source), (mute_group_type),
11208         (muted_group_change_state), (set_active_source),
11209         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11210         (play_base_eos), (gst_play_base_bin_change_state):
11211         * gst/playback/gstplaybasebin.h:
11212         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
11213         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11214         (gst_stream_info_dispose), (stream_info_mute_pad),
11215         (stream_info_change_state), (gst_stream_info_set_mute):
11216         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
11217         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
11218         (gst_stream_selector_init), (gst_stream_selector_dispose),
11219         (gst_stream_selector_get_linked_pad),
11220         (gst_stream_selector_get_caps), (gst_stream_selector_link),
11221         (gst_stream_selector_get_linked_pads),
11222         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
11223         * gst/playback/gststreamselector.h:
11224           Adding stream selection support plus required properties for
11225           applications to use this. Fully fixes #100931.
11226
11227 2005-01-08  Benjamin Otte  <otte@gnome.org>
11228
11229         * gst/games/gstpuzzle.c: (nav_event_handler):
11230           - handle nav events differently: forward every event no matter if it
11231             was handled or not.
11232           - translate events
11233           You can now cheat by using navigationtest ! puzzle and moving the
11234           mouse close to the edge of a tile. ;)
11235
11236 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11237
11238         * configure.ac:
11239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
11240         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
11241         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
11242         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
11243         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
11244         (gst_ogm_parse_plugin_init):
11245         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
11246         (gst_textoverlay_link), (gst_textoverlay_getcaps),
11247         (gst_textoverlay_event), (gst_textoverlay_video_chain),
11248         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
11249         * ext/pango/gsttextoverlay.h:
11250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11251         (gst_matroska_demux_handle_seek_event),
11252         (gst_matroska_demux_sync_streams),
11253         (gst_matroska_demux_parse_blockgroup),
11254         (gst_matroska_demux_subtitle_caps),
11255         (gst_matroska_demux_plugin_init):
11256         * gst/matroska/matroska-ids.h:
11257         * gst/playback/gstdecodebin.c: (close_pad_link):
11258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11259         (gen_preroll_element), (remove_groups), (add_stream),
11260         (new_decoded_pad), (setup_subtitles), (gen_source_element),
11261         (setup_source):
11262         * gst/playback/gstplaybasebin.h:
11263         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
11264         * gst/subparse/Makefile.am:
11265         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
11266         (gst_subparse_base_init), (gst_subparse_class_init),
11267         (gst_subparse_init), (gst_subparse_formats),
11268         (gst_subparse_eventmask), (gst_subparse_event),
11269         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
11270         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
11271         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
11272         (parse_mpsub_deinit), (parse_mpsub_init),
11273         (gst_subparse_buffer_format_autodetect),
11274         (gst_subparse_format_autodetect), (gst_subparse_loop),
11275         (gst_subparse_change_state), (gst_subparse_type_find),
11276         (plugin_init):
11277         * gst/subparse/gstsubparse.h:
11278         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
11279         (plugin_init):
11280           Add subtitle support, .sub parser (supports SRT and MPsub),
11281           OGM text support, Matroska UTF-8 text support, deadlock fixes
11282           all over the place, subtitle awareness in decodebin/playbin
11283           and some fixes to textoverlay to handle subtitles in a stream
11284           correctly. Fixes #100931.
11285
11286 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11287
11288         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11289           Check for pad availability before doing a query on it.
11290
11291 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11292
11293         * ext/dv/gstdvdec.c:
11294           really fix bpp24/32 dvdec caps (classic rgba indeed)
11295         * gst/asfdemux/gstasfdemux.c:
11296         (gst_asf_demux_process_ext_content_desc):
11297           don't send text tags if they are empty (bis repetita)
11298
11299 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11300
11301         * ext/dv/gstdvdec.c:
11302          remove unneeded comment from dvdec
11303           (related to DV 4CC codes in AVI files)
11304           moved them in gstreamer/docs/random/mimetypes
11305         * gst/asfdemux/gstasfdemux.c:
11306         (gst_asf_demux_process_ext_content_desc):
11307          don't send text tags if they are empty
11308          fix mem leak on error path
11309         * gst/ffmpegcolorspace/avcodec.h:
11310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11311         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11312         (gst_ffmpegcsp_avpicture_fill):
11313         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
11314         * gst/ffmpegcolorspace/imgconvert_template.h:
11315          adds BGR32 and BGRA32 to ffmpegcolorspace
11316           (still bad colors, fixing it on next commit)
11317           helps with dvdec outputing BGR32
11318
11319 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11320
11321         * ext/dv/gstdvdec.c:
11322          Fix audio caps i just broke (missing ',')
11323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
11324         (gst_matroska_mux_reset):
11325          Fix typo + add FIXME about old "x-gst-metadata" crap
11326
11327 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11328
11329         * ext/dv/demo-play.c: (main):
11330          xvideosink -> xvimagesink
11331         * ext/dv/gstdvdec.c:
11332          change rgb 32/32 caps to 24/32 (no alpha)
11333          change nb of channels to be a list (2 or 4, not 2)
11334          change sample rate to be a list (32, 44.1, 48 kHz) not a range
11335         * gst/asfdemux/gstasfdemux.c:
11336         (gst_asf_demux_process_ext_content_desc):
11337          Add 'date/year' to extracted metadata list
11338
11339 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11340
11341         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11342           The return value of fixate_to does not imply that the requested
11343           value was set, so don't assume.
11344
11345 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
11346
11347         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11348
11349         * ext/libpng/gstpngdec.c:
11350         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
11351         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
11352         * ext/libpng/gstpngenc.h:
11353           Alpha support (encoder; #163161), mime fixage.
11354
11355 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
11356
11357         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11358
11359         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
11360         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
11361         (gst_faac_set_property), (gst_faac_get_property):
11362         * ext/faac/gstfaac.h:
11363           Allow for ADTS output (#153434).
11364
11365 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11366
11367         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11368           Fix against template (#150576).
11369
11370 2005-01-06  Benjamin Otte  <otte@gnome.org>
11371
11372         * gst/games/gstpuzzle.c: (draw_puzzle):
11373           don't draw a puzzle if either width or height of tiles would be 0.
11374
11375 2005-01-06  Benjamin Otte  <otte@gnome.org>
11376
11377         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11378         (gst_puzzle_class_init), (gst_puzzle_finalize):
11379           no memleaks, please
11380         (gst_puzzle_create), (gst_puzzle_init),
11381         (gst_puzzle_set_property), (gst_puzzle_setup):
11382           change initialization code around so we don't reshuffle on resize
11383         (draw_puzzle):
11384           fix another stupid typo
11385
11386 2005-01-06  Benjamin Otte  <otte@gnome.org>
11387
11388         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11389           fix stupid typo that borked copying on YUY2
11390
11391 2005-01-06  Benjamin Otte  <otte@gnome.org>
11392
11393         * gst/games/gstpuzzle.c: (draw_puzzle):
11394           fix edges when image sizes aren't multiples of tile sizes
11395
11396 2005-01-06  Benjamin Otte  <otte@gnome.org>
11397
11398         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11399           make RGB endianness work correctly
11400         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11401           refactor and fix race with initial shuffling
11402         (nav_event_handler):
11403           allow using the mouse to puzzle
11404         (draw_puzzle):
11405           insist on tiles having width and height as multiples of 4 to get
11406           clean YUV image handling
11407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11408         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11409           s/DEBUG/LOG/ for common messages
11410         (gst_xvimagesink_navigation_send_event):
11411           fix mouse event translation to not include screen PAR
11412         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11413           fix mouse event translation to actually work
11414
11415 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11416
11417         * gst/asfdemux/gstasfdemux.c:
11418         (gst_asf_demux_process_ext_content_desc):
11419          Extract TrackNumber metadata + clean up code
11420         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11421          Hope this is the good fix (var used unitialised)
11422
11423 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11424
11425         * ext/faad/gstfaad.c: (gst_faad_chain):
11426           Only increment timestamp if it's valid. Fixes raw AAC streams.
11427
11428 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11429
11430         * configure.ac:
11431         * gst/games/Makefile.am:
11432         * gst/games/gstpuzzle.c:
11433           add a puzzle game with...
11434         * gst/games/gstvideoimage.c:
11435         * gst/games/gstvideoimage.h:
11436           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11437           from videotestsrc and made into something that would be a nice
11438           library for a lot of other plugins.
11439
11440 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11441
11442         * configure.ac:
11443          don't compile faad plugin if a RC of 2.0 is found
11444          Fixes #155346 (and FC1 buildbot)
11445         * gst/asfdemux/gstasfdemux.c:
11446         (gst_asf_demux_process_ext_content_desc):
11447          try to make Solaris compiler happier
11448
11449 2005-01-06  Paul Jack  <pjack@sfaf.org>
11450
11451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11452
11453         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11454           Fix segfault (#161667).
11455
11456 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11457
11458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11459           Fix framerate reporting.
11460
11461 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11462
11463         * gst-libs/gst/riff/riff-ids.h:
11464         * gst/wavenc/riff.h:
11465          Add AMR (VBR and CBR) ids to riff.h audio codec list
11466         * gst/asfdemux/gstasfdemux.c:
11467         (gst_asf_demux_process_ext_content_desc),
11468         (gst_asf_demux_process_object):
11469           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11470
11471 2005-01-05  Martin Eikermann  <meiker@upb.de>
11472
11473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11474
11475         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11476         (gst_dvd_demux_handle_discont):
11477         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11478         (gst_mpeg_demux_handle_discont):
11479           Recreate pads on new-media (#160730).
11480         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11481           Send discont even if manager changes timestamps (#161929).
11482
11483 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11484
11485         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11486
11487         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11488           Fix invalid memory access (#159211).
11489
11490 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11491
11492         * examples/gstplay/player.c: (main):
11493           Don't iterate.
11494         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11495           Add visualizations.
11496         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11497         (gst_a52dec_handle_frame):
11498           Set duration.
11499         * ext/dvdnav/gst-dvd:
11500           Add audioconvert. Fixes #161325.
11501         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11502           Explicitely case to gint64. Possible valgrind error.
11503         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11504         (gst_play_tick_callback), (gst_play_change_state),
11505         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11506         (gst_play_set_location), (gst_play_get_location),
11507         (gst_play_seek_to_time), (gst_play_set_data_src),
11508         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11509         (gst_play_set_visualization), (gst_play_connect_visualization),
11510         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11511         (gst_play_new):
11512           Use playbin. Fixes #139749 and #147744.
11513         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11514           Add genre tag.
11515         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11516         (audioscale_get_type), (gst_audioscale_base_init),
11517         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11518         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11519         (gst_audioscale_link), (gst_audioscale_get_buffer),
11520         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11521         (gst_audioscale_init), (gst_audioscale_dispose),
11522         (gst_audioscale_chain), (gst_audioscale_set_property),
11523         (gst_audioscale_get_property), (plugin_init):
11524           Indent properly.
11525         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11526           Fix LPCM.
11527         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11528         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11529         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11530           Add more metadata (fixes #162656).
11531
11532 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11533
11534         * configure.ac:
11535           back to cvs
11536
11537 === release 0.8.7 ===
11538
11539 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11540
11541         * NEWS:
11542         * RELEASE:
11543         * configure.ac:
11544           releasing 0.8.7, "Hyperspace"
11545
11546 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11547
11548         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11549
11550         * gst/playback/gstplaybasebin.c:
11551          Fix for #162924 - free caps after use, not before
11552
11553 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11554
11555         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11556
11557         * gst/playback/gstplaybasebin.c:
11558         * gst/wavparse/gstwavparse.c:
11559           Fix for #154773 - fixes playback of small .wav files
11560
11561 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11562
11563         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11564
11565         * gst/audioscale/gstaudioscale.c:
11566           Fix for #162819 - make audioscale reusable
11567           Fixes playback of more than one file with playbin/totem
11568
11569 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11570
11571         * gst/ffmpegcolorspace/avcodec.h:
11572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11573         * gst/ffmpegcolorspace/imgconvert.c:
11574           clean up the mess that made me cry and avoid needless duplication
11575
11576 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11577
11578         * gst/ffmpegcolorspace/imgconvert.c:
11579           give some indication of why we're segfaulting
11580
11581 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11582
11583         * configure.ac:
11584           Fix indentation, fix v4l2 plugin detection.
11585         * ext/Makefile.am:
11586           Fix libmms location (Maciej, use diff -u!).
11587         * ext/alsa/gstalsa.c: (gst_alsa_init):
11588           Initialize caps cache to NULL.
11589         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11590           Only change state on audiosink if it exists.
11591
11592 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11593
11594         * gst/matroska/matroska-demux.c:
11595         * gst/matroska/matroska-ids.h:
11596         * gst/matroska/matroska-demux.h:
11597         Fix Vorbis streams failing to decode in some files, where cluster_time
11598         isn't 0, because then it doesn't send codec_priv before actual data.
11599         Remove time-based test and replace it with marker set on beginning of
11600         new stream
11601
11602 2004-12-28  David Schleef  <ds@schleef.org>
11603
11604         Merge patch from Ronald fixing problems with streaming
11605         text.
11606         * ext/cairo/gstcairo.c: (plugin_init):
11607         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11608         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11609         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11610         (gst_textoverlay_font_init), (gst_textoverlay_init),
11611         (gst_textoverlay_set_property):
11612         * ext/cairo/gsttextoverlay.h:
11613
11614 2004-12-27  David Schleef  <ds@schleef.org>
11615
11616         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11617         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11618         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11619         (gst_textoverlay_font_init), (gst_textoverlay_init),
11620         (gst_textoverlay_set_property): Improvements to actually
11621         render text as white on black outline on video, including
11622         font selection and horizontal/vertical alignment.  (Ronald's
11623         christmas present)
11624         * ext/cairo/gsttextoverlay.h:
11625
11626 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11627
11628         * ext/ogg/gstogg.c:
11629         * ext/ogg/gstogmparse.c:
11630           fix ogm[audio/video]parse plugin registration
11631           (riff won't load if bytestream is already loaded)
11632
11633 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11634
11635         * gst/audioconvert/gstchannelmix.c:
11636           fix for GLIB < 2.4
11637
11638 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11639
11640         * Makefile.am:
11641         * configure.ac:
11642           disable docs again until it actually passes make distcheck.
11643
11644 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11645
11646         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11647         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11648         (plugin_init):
11649           Add 3GP (variables name Q3GP because they can't start with a
11650           number). Add samr audio fourcc (used in .3gp files), decoder
11651           is work in progress. Also do a GST_WARNING instead of ERROR
11652           in case of unknown nodes, to decrease output.
11653
11654 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11655
11656         * Makefile.am:
11657           really fix dist
11658
11659 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11660
11661         * configure.ac:
11662         * ext/speex/gstspeexdec.h:
11663         * ext/speex/gstspeexenc.h:
11664           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11665           Fix detection code in configure.ac
11666
11667 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11668
11669         * gst/matroska/matroska-demux.c:
11670         (gst_matroska_demux_parse_blockgroup):
11671           Save position, so that queries give proper return values. Don't
11672           know how this could ever have worked before...
11673
11674 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11675
11676         * configure.ac:
11677           Put additional LAME check inside the conditional.  Fixes #152339
11678
11679 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11680
11681         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11682         (gst_avi_demux_stream_scan):
11683           Add some more debug. Fix logic error when setting movi offset
11684           while reading index.
11685
11686 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11687
11688         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11689         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11690         (gst_avi_demux_process_next_entry):
11691           Add some debugging. Better detection of broken indexes and the
11692           accompanying index recovery. No infinite loops on state changes
11693           when we're still in our loopfunction.
11694
11695 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11696
11697         * configure.ac:
11698           Fix up.
11699
11700 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11701
11702         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11703
11704         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11705           Normalizing the value before setting
11706         (gst_sunaudiomixer_get_volume):
11707           Normalizing the value after getting. Fixes bug# 161980
11708
11709 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11710
11711         * Makefile.am: Make sure docs gets disted
11712         * docs/Makefile.am: Make sure all needed files get disted
11713         * gst-plugins.spec.in: latest updates
11714
11715 2004-12-22  Wim Taymans  <wim@fluendo.com>
11716
11717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11718         Revert patch 1.38 as clock distribution over schedulers does
11719         not work correcly in the core yet.
11720
11721 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11722
11723         * sys/oss/README: remove this file, which predates my birth
11724           (and which content is by far outdated)
11725
11726 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11727
11728         * Makefile.am:
11729         * configure.ac:
11730         * docs/Makefile.am:
11731         * docs/libs/Makefile.am:
11732         * docs/libs/gst-plugins-libs-docs.sgml:
11733         * docs/libs/gst-plugins-libs-sections.txt:
11734         * docs/libs/tmpl/gstgconf.sgml:
11735         * docs/upload.mak:
11736         * docs/version.entities.in:
11737           Added boilerplate gtk-doc files for plugin-libs documentation.
11738
11739 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11740
11741         * gst/auparse/gstauparse.c: fix int and float audio caps
11742
11743 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11744
11745         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11746         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11747           g_assert() can be a macro, don't use #ifdef inside it.
11748
11749 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11750
11751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11752
11753         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11754         (gst_videorate_init), (gst_videorate_chain),
11755         (gst_videorate_change_state):
11756           Event handling (fixes #159986).
11757
11758 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11759
11760         * gst-libs/gst/riff/riff-media.c:
11761         (gst_riff_create_video_caps_with_data):
11762           Add BLZ0 (Blizzard's version of DivX) fourcc.
11763
11764 2004-12-18  David Schleef  <ds@schleef.org>
11765
11766         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11767         portability fix.
11768
11769 2004-12-18  David Schleef  <ds@schleef.org>
11770
11771         * gst/tta/ttadec.h: Disable some header code that isn't used
11772         and clearly isn't portable.
11773
11774 2004-12-18  David Schleef  <ds@schleef.org>
11775
11776         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11777         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11778         (avcodec_get_pix_fmt), (avpicture_layout),
11779         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11780         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11781         Fix code to not use GCC extensions (and c99 extensions that
11782         Forte does not like.)
11783
11784 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11785
11786         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11787
11788         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11789         (gst_deinterlace_chain):
11790           Rowstride fixes. Fixes #161039.
11791         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11792         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11793         (gst_video_crop_getcaps), (gst_video_crop_link),
11794         (gst_video_crop_i420), (gst_video_crop_chain),
11795         (gst_video_crop_change_state):
11796           Rework of negotiation. Actually works now. Fixes #158650.
11797
11798 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11799
11800         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11801           That was very stupid.
11802
11803 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11804
11805         * gst/matroska/matroska-demux.c:
11806         (gst_matroska_demux_parse_blockgroup):
11807           Fix possible crasher.
11808
11809 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11810
11811         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11812         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11813           Lace sizes can be zero.
11814
11815 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11816
11817         * ext/musepack/gstmusepackdec.cpp:
11818           Fetch error return values. Fixes #161624.
11819         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11820           Really EOS.
11821
11822 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11823
11824         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11825           Work for truncated (unfinished download etc.) files. Fixes #160514.
11826
11827 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11828
11829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11830           Fix for integer overflow. Makes #156001 not crash. Probably masks
11831           the real bug.
11832
11833 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11834
11835         * gst/ac3parse/gstac3parse.c: (plugin_init):
11836           Parsers never have ranks. Fixes #159651.
11837
11838 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11839
11840         * gst/playback/gstdecodebin.c: (compare_ranks):
11841           make sure the facotries are ordered the same every time even if they
11842           have the same rank by using the name
11843         * gst/playback/gstdecodebin.c: (find_compatibles):
11844           make sure we don't add factories to the list twice
11845
11846 2004-12-16  David Schleef  <ds@schleef.org>
11847
11848         * configure.ac: look for musepack headers as musepack/*.h
11849         (fixes #159847)
11850         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11851         * ext/musepack/gstmusepackreader.h: same
11852
11853 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11854
11855         * gst-libs/gst/riff/riff-read.c:
11856         (gst_riff_read_strf_auds_with_data):
11857           Read extradata correctly (fixes #155879).
11858
11859 2004-12-16  David Schleef  <ds@schleef.org>
11860
11861         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11862         audio.  does _not_ attempt or allow conversion unless channels
11863         is 1 or 2.
11864
11865 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11866
11867         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11868
11869 2004-12-16  David Schleef  <ds@schleef.org>
11870
11871         * gst/audioscale/gstaudioscale.c: the resample library only
11872         handles 1 or 2 channels.  Change caps to compensate.
11873
11874 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11875
11876         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11877         (gst_matroska_demux_audio_caps):
11878           Some MPEG-AAC hacks, because else it doesn't work...
11879
11880 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11881
11882         * gst-libs/gst/riff/riff-media.c:
11883         (gst_riff_create_video_caps_with_data),
11884         (gst_riff_create_video_template_caps):
11885           Add h264.
11886
11887 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11888
11889         * gst-libs/gst/audio/Makefile.am:
11890           Try to fix buildbot.
11891
11892 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11893
11894         * gst/tcp/gstmultifdsink.c:
11895           Clean up and uniformize debugging.
11896
11897 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11898
11899         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11900
11901         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11902         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11903         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11904         (gst_mpeg_demux_change_state):
11905           Reset on ready. Fixes 160276.
11906
11907 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11908
11909         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11910
11911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11912         (gst_ffmpegcsp_pad_link):
11913           Fix memleak (#154815).
11914
11915 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11916
11917         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11918
11919         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11920         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11921         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11922         * ext/musicbrainz/gsttrm.h:
11923           Add support for using a proxy server when getting a trm id from
11924           the MusicBrainz database (#149613).
11925
11926 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11927
11928         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11929
11930         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11931         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11932           Fix memleaks (#157233).
11933
11934 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11935
11936         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11937
11938         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11939         * gst-libs/gst/resample/resample.h:
11940         * gst/audioscale/gstaudioscale.c:
11941           Fix memleak (#159215).
11942
11943 2004-12-16  Toni Willberg  <toniw@iki.fi>
11944
11945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11946
11947         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11948         * sys/oss/oss_probe.c: (main):
11949           Check for mono/stereo support (similar to samplerate probing),
11950           fixes #159433. Also add missing copyright header to oss_probe.c.
11951
11952 2004-12-15  David Schleef  <ds@schleef.org>
11953
11954         * configure.ac: add audioresample and cairo plugins.  Remove
11955         HAVE_MMX stuff, because it's not used.
11956         * ext/Makefile.am: same
11957         * ext/audioresample/Makefile.am: You are not ready for an
11958         audio resampling element based on audioresample.
11959         * ext/audioresample/gstaudioresample.c:
11960         * ext/audioresample/gstaudioresample.h:
11961         * ext/cairo/Makefile.am: You are not ready for overlay elements
11962         based on cairo.  Don't look too closely, these elements kinda
11963         suck right now.
11964         * ext/cairo/gstcairo.c: new
11965         * ext/cairo/gsttextoverlay.c: new
11966         * ext/cairo/gsttextoverlay.h: new
11967         * ext/cairo/gsttimeoverlay.c: new
11968         * ext/cairo/gsttimeoverlay.h: new
11969         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11970         problem with compilers that don't support variadic macros.
11971
11972 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11973
11974         Reviewed by:  David Schleef  <ds@schleef.org>
11975
11976         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11977         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11978         bit.  Also ran indent-gst.
11979         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11980         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11981         (gst_sunaudiosrc_setparams):
11982
11983 2004-12-14  David Schleef  <ds@schleef.org>
11984
11985         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11986         output rate to 16000.  Should fix #160235.
11987
11988 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11989
11990         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11991         Add typefinding for mpeg2 pes streams
11992
11993 2004-12-13  David Schleef  <ds@schleef.org>
11994
11995         * configure.ac:  Applied patch from bug #143659, making default
11996         sources and sinks OS-dependent (for Solaris), and added code
11997         for OS/X.
11998         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11999
12000 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12001
12002         * gst-libs/gst/riff/riff-media.c:
12003           forgot to add h2.64 to avidemux template caps
12004
12005 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12006
12007         * gst/wavenc/riff.h:
12008         * gst-libs/gst/riff/riff-media.c:
12009         * gst-libs/gst/riff/riff-ids.h:
12010         * gst/avi/gstavimux.c
12011         add 4CC code for VideoSoft h264 in AVI (VSSH)
12012           fixes bug #160655
12013         remove s323 from riff, it's quicktime specific :(
12014
12015 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12016
12017         * gst/asfdemux/README
12018         * gst/wavenc/riff.h
12019         * gst-libs/gst/riff/riff-ids.h
12020         * gst-libs/gst/riff/riff-media.c
12021         * gst/qtdemux/qtdemux.c:
12022           add new 4CC codes for h263 related codecs
12023           fixes partially bug #155163
12024
12025 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
12026
12027         * configure.ac: Update polyaudio requirement to 0.7
12028         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
12029
12030 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12031
12032         * gst/interleave/deinterleave.c:
12033         fix my name's spelling! :)
12034
12035 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12036
12037         * AUTHORS ChangeLog
12038         * gst/auparse/gstauparse.c
12039         * gst/interleave/deinterleave.c
12040         * gst/law/:
12041                 alaw-decode.c alaw-encode.c
12042                 mulaw-decode.c mulaw-encode.c
12043         * gst/oneton/gstoneton.c
12044         * sys/osxaudio/:
12045                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
12046         * sys/osxvideo/:
12047                 cocoawindow.h cocoawindow.m
12048                 osxvideosink.h osxvideosink.m
12049
12050         put the same mail address for Zaheer Abbas Merali everywhere
12051
12052 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12053
12054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
12055           Align by packetsize, and assert that we a packet available before
12056           playing. The first makes webstreams work (they often include
12057           trailing padding data in a packet), the second allows pausing a
12058           ASF stream in totem without getting demux errors afterwards.
12059
12060 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12061
12062         * ext/ogg/gstoggdemux.c: (get_relative):
12063           Check for non-NULL before accessing member (end-of-chain).
12064
12065 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12066
12067         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12068         (cdparanoia_set_property), (cdparanoia_get_property):
12069         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
12070         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
12071         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12072         (dvdreadsrc_init), (dvdreadsrc_set_property),
12073         (dvdreadsrc_get_property):
12074         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
12075         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
12076           Synchronize property names where not yet the case. Devices are
12077           now device=X, other versions are deprecated (but still exist).
12078           Also use g_free() unconditionally.
12079         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12080         (setup_source), (gst_play_base_bin_get_property):
12081           Expose source.
12082
12083 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12084
12085         * configure.ac: move GCONF macro outside conditional for the am
12086           conditional. Fixes #160439
12087
12088 2004-12-08  David Schleef  <ds@schleef.org>
12089
12090         * tools/gst-visualise-m.m: Switch to elements that currently
12091         exist.
12092
12093 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12094
12095         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12096           We love wrong commas.
12097
12098 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12099
12100         * gst/matroska/matroska-demux.c:
12101         (gst_matroska_demux_handle_src_query):
12102           Don't set DEFAULT, unsupported - makes length display incorrectly
12103           in some cases.
12104
12105 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12106
12107         * gst/monoscope/README: remove blurb about files being GPL
12108         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
12109         * gst/monoscope/monoscope.c: Change license to BSD with explanation
12110           monoscope is now effectively LGPL licensed
12111
12112 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12113
12114         * gst/monoscope/README: Update information to be more correct
12115         * gst/monoscope/convolve.c: Relicense to LGPL
12116         * gst/monoscope/convolve.h: Relicense to LGPL
12117
12118 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
12119
12120         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
12121           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
12122         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
12123           set default_duration for mpeg1 audio
12124
12125 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12126
12127         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
12128         * ext/alsa/gstalsa.h:
12129           refactor big chunks of the core caps negotiation code to make it
12130           a lot faster, because people claim it's really slow
12131           (actually, just cache the getcaps when the device is opened)
12132
12133 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12134
12135         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
12136         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
12137         (gst_a52dec_handle_frame), (gst_a52dec_chain),
12138         (gst_a52dec_change_state), (plugin_init):
12139         * ext/a52dec/gsta52dec.h:
12140           Do something useful with timestamps. Make chain-based (since
12141           there's really no reason to be loopbased).
12142         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12143           Update current_byte/frame correctly.
12144
12145 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12146
12147         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
12148         (gst_ape_demux_stream_init):
12149           Forward tags, too.
12150
12151 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12152
12153         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
12154           Let's make sure we're done typefinding when detecting tags.
12155
12156 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12157
12158         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
12159         (gst_ebml_read_init), (gst_ebml_read_use_event),
12160         (gst_ebml_read_element_id), (gst_ebml_peek_id),
12161         (gst_ebml_read_seek), (gst_ebml_read_skip),
12162         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
12163         (gst_ebml_read_master):
12164         * gst/matroska/ebml-read.h:
12165         * gst/matroska/matroska-demux.c:
12166         (gst_matroska_demux_parse_contents),
12167         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
12168           Disgustingly evil hack for working around INTERRUPT events and
12169           their extremely annoying habit of being a pain in the ass. We
12170           simply peek a cluster before reading any of it.
12171
12172 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12173
12174         * ext/musepack/gstmusepackdec.cpp:
12175           There's also floating point libmusepacks.
12176
12177 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12178
12179         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
12180         (gst_faad_chanpos_to_gst), (gst_faad_chain):
12181           Set DURATION even if source buffer didn't. Also use increasing
12182           timestamps.
12183         * gst-libs/gst/riff/riff-media.c:
12184         (gst_riff_create_audio_caps_with_data):
12185           Block_align can have larger values than 8192.
12186
12187 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12188
12189         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
12190         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
12191         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
12192         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
12193           Fix caps.
12194
12195 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12196
12197         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12198           Fix logic bug.
12199
12200 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12201
12202         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12203           Yay, another one.
12204
12205 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12206
12207         * ext/esd/esdsink.c: (gst_esdsink_chain):
12208           Make error actually say something useful (fixes #156798).
12209         * gst-libs/gst/riff/riff-media.c:
12210         (gst_riff_create_video_caps_with_data),
12211         (gst_riff_create_video_template_caps):
12212           Add Intel Video 5.0 fourcc (IV50).
12213
12214 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
12215
12216         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
12217         detection on mono and stereo mp3 files.
12218
12219 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12220
12221         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12222           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
12223           the contained stream).
12224
12225 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12226
12227         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
12228           Oops, remove debug.
12229
12230 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12231
12232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12233
12234         * gst/law/alaw-decode.c: (alawdec_getcaps):
12235         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
12236           Prevent warnings when negotiating caps (fixes #159338).
12237
12238 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12239
12240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12241         (gst_ffmpegcsp_chain):
12242           Remove old leftover that shouldn't be there...
12243
12244 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12245
12246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12247
12248         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12249           Don't forward DISCONT events (fixes #159684).
12250
12251 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12252
12253         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
12254           Unlink manually since sometimes bin disposal (and therefore
12255           pad unlinking) is delayed, which will cause a new media file
12256           to not be able to start playing instantly.
12257
12258 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12259
12260         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
12261           On mute of an unlinked stream, check for pad availability so
12262           we don't crash on unlinked pad.
12263
12264 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12265
12266         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12267         (gst_avi_demux_massage_index):
12268           Fix quite humiliating bug in omitting 0-sized index chunks but
12269           forgetting to count them for timestamps.
12270
12271 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12272
12273         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12274           Actually leave the loop if we failed to sync. Don't crash.
12275
12276 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12277
12278         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
12279         (gst_dvd_demux_process_private):
12280         * gst/mpegstream/gstdvddemux.h:
12281           Fix crash (#159759). Doesn't work, though. :-(.
12282
12283 2004-11-28  Benjamin Otte  <otte@gnome.org>
12284
12285         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12286           more overwriting protection due to modifying channels one by one
12287           instead of all at once
12288
12289 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12290
12291         * gst/audioconvert/gstchannelmix.c:
12292         (gst_audio_convert_fill_normalize):
12293           Normalize using absolute values.
12294
12295 2004-11-28  Julien MOUTTE  <julien@moutte.net>
12296
12297         * configure.ac:
12298         * ext/Makefile.am:
12299         * ext/directfb/Makefile.am:
12300         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
12301         (gst_directfbvideosink_get_pixel_format),
12302         (gst_directfbvideosink_get_format_from_fourcc),
12303         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
12304         (gst_directfbvideosink_sink_link),
12305         (gst_directfbvideosink_change_state),
12306         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
12307         (gst_directfbvideosink_buffer_alloc),
12308         (gst_directfbvideosink_interface_supported),
12309         (gst_directfbvideosink_interface_init),
12310         (gst_directfbvideosink_navigation_send_event),
12311         (gst_directfbvideosink_navigation_init),
12312         (gst_directfbvideosink_set_property),
12313         (gst_directfbvideosink_get_property),
12314         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
12315         (gst_directfbvideosink_base_init),
12316         (gst_directfbvideosink_class_init),
12317         (gst_directfbvideosink_get_type), (plugin_init):
12318         * ext/directfb/directfbvideosink.h: Adding a first version of
12319         directfbvideosink.
12320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
12321         more.
12322
12323 2004-11-28  Benjamin Otte  <otte@gnome.org>
12324
12325         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
12326           walk the samples backwards if out_channels > in_channels so we don't
12327           overwrite data
12328
12329 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12330
12331         * gst/audioconvert/Makefile.am:
12332         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12333         (gst_audio_convert_link), (gst_audio_convert_change_state),
12334         (gst_audio_convert_channels):
12335         * gst/audioconvert/gstchannelmix.c:
12336         (gst_audio_convert_unset_matrix),
12337         (gst_audio_convert_fill_identical),
12338         (gst_audio_convert_fill_compatible),
12339         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
12340         (gst_audio_convert_fill_others),
12341         (gst_audio_convert_fill_normalize),
12342         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
12343         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
12344         * gst/audioconvert/gstchannelmix.h:
12345           Implement a channel mixer.
12346
12347 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
12348
12349         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
12350         * ext/alsa/gstalsa.h:
12351         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
12352         Make alsasink actually honor gst_element_set_clock and use that
12353         clock instead of its internal one.
12354
12355 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12356
12357         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
12358         (gst_play_base_bin_change_state): nullify source and decoder when
12359         going from READY to NULL so that we don't try to do weird stuff with
12360         them when going from NULL to READY
12361         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
12362         instead of g_object_unref
12363         (gen_video_element), (gen_audio_element): more refcounting fixes, now
12364         it should be correct
12365         (gst_play_bin_change_state): don't call remove_sinks if we are
12366         currently disposing the object
12367
12368 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12369
12370         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
12371           Don't forget bass if it's there. Else left channel is silent...
12372
12373 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12374
12375         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12376         (gst_a52dec_change_state):
12377           Don't do sample adjusting anymore, we use float audio now.
12378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12379           Don't fixate to non-existing properties.
12380
12381 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12382
12383         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12384         (gst_a52dec_change_state):
12385           Advertise that we can do surround sound.
12386
12387 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12388
12389         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12390           Add buffer-frames=0.
12391         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12392         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12393         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12394         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12395         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12396         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12397         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12398         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12399         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12400         * ext/dvdread/dvdreadsrc.h:
12401           Add seeking, querying for bytes, sectors, title, angle and
12402           chapter. Handle multiple chapters. Relicense to LGPL because
12403           Billy agreed on that (thanks Billy!).
12404
12405 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12406
12407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12408         call parent dispose method
12409
12410 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12411
12412         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12413         (gst_audio_clock_get_internal_time):
12414         Fix active <-> inactive transitions: ensure time value always
12415         grows and avoid abrupt value changes.
12416
12417 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12418
12419         * configure.ac:
12420         * gst/tta/Makefile.am:
12421         * gst/tta/crc32.h:
12422         * gst/tta/filters.h:
12423         * gst/tta/gsttta.c:
12424         * gst/tta/gstttadec.c:
12425         * gst/tta/gstttadec.h:
12426         * gst/tta/gstttaparse.c:
12427         * gst/tta/gstttaparse.h:
12428         * gst/tta/ttadec.h:
12429           added TTA parser and decoder
12430
12431 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12432
12433         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12434         (probe_triggered), (check_queue), (buffer_underrun),
12435         (buffer_running), (buffer_overrun), (gen_source_element),
12436         (setup_source):
12437         * gst/playback/gstplaybasebin.h:
12438           Implement buffering. Needs some more work.
12439
12440 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12441
12442         * ext/theora/theoradec.c: (theora_dec_chain):
12443           Fix ilog mask range overflow.
12444
12445 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12446
12447         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12448           Don't omit the last (which in case of dmix is the only :) )
12449           channel count. Don't set channels if <= 2.
12450
12451 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12452
12453         * gst/playback/gstplaybin.c: (gen_video_element),
12454         (gen_audio_element): Removed 2 obsolete comments
12455
12456 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12457
12458         * ext/vorbis/oggvorbisenc.c
12459         * ext/vorbis/vorbisenc.c :
12460           change description fields of those plugins to differentiate them
12461           (pitivi show Encoders by description, they had the same one)
12462
12463 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12464
12465         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12466
12467         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12468         (gst_play_bin_set_property), (gen_video_element),
12469         (gen_audio_element):
12470           Refcounting fixes for provided audio-/videosinks.
12471
12472 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12473
12474         * gst/playback/gstplaybin.c: (gen_video_element),
12475         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12476           Don't reference all sinks, but only the video- and audiosinks.
12477           The vis. element should be disposed when we're done with it.
12478           We don't have any reason to keep it around. This fixes warnings
12479           when reusing playbin for playing multiple audio files with
12480           vis. enabled. Also release audio device on pause - idea stolen
12481           from Rhythmbox.
12482
12483 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12484
12485         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12486         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12487         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12488         * ext/alsa/gstalsaplugin.c: (plugin_init):
12489         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12490         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12491         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12492         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12493         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12494         (gst_faad_change_state), (plugin_init):
12495         * ext/faad/gstfaad.h:
12496         * ext/vorbis/vorbis.c: (plugin_init):
12497         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12498         * gst-libs/gst/audio/Makefile.am:
12499         * gst-libs/gst/audio/audio.c: (plugin_init):
12500         * gst-libs/gst/audio/multichannel.c:
12501         (gst_audio_check_channel_positions),
12502         (gst_audio_get_channel_positions),
12503         (gst_audio_set_channel_positions),
12504         (gst_audio_set_structure_channel_positions_list),
12505         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12506         (gst_audio_fixate_channel_positions):
12507         * gst-libs/gst/audio/multichannel.h:
12508         * gst-libs/gst/audio/testchannels.c: (main):
12509         * gst/audioconvert/gstaudioconvert.c:
12510         (gst_audio_convert_class_init), (gst_audio_convert_init),
12511         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12512         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12513         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12514         * gst/audioconvert/plugin.c: (plugin_init):
12515           Surround sound support.
12516
12517 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12518
12519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12520           Fix position for discont if we're close as well. Nitpicking, but
12521           saves a few milliseconds of extra waiting or skipping.
12522
12523 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12524
12525         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12526           We sometimes need parsers for playback, so add those too.
12527
12528 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12529
12530         * configure.ac:
12531         * gst/apetag/Makefile.am:
12532         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12533         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12534         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12535         (gst_ape_demux_get_src_query_types),
12536         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12537         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12538         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12539         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12540         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12541         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12542         (gst_ape_demux_change_state):
12543         * gst/apetag/apedemux.h:
12544         * gst/apetag/apetag.c: (plugin_init):
12545         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12546         (plugin_init):
12547           APE v1/2 tag reader plus typefind function.
12548
12549 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12550
12551         * configure.ac:
12552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12553         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12554           Remove hacks for older core. Require newer core version
12555           accordingly.
12556
12557 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12558
12559         * gst/cdxaparse/Makefile.am:
12560         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12561         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12562         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12563         * gst/cdxaparse/gstcdxaparse.h:
12564         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12565         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12566         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12567         (gst_cdxastrip_get_src_query_types),
12568         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12569         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12570         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12571         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12572         * gst/cdxaparse/gstcdxastrip.h:
12573           SVCD/VCD header stripping separated from CDXA image parsing.
12574         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12575         (plugin_init):
12576           Add VCD/SVCD header typefinding for VCD/SVCD.
12577         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12578         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12579         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12580         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12581         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12582         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12583         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12584         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12585         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12586         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12587         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12588         * sys/vcd/vcdsrc.h:
12589           Fix up, add seeking, querying, URI interface. Works in totem now.
12590
12591 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12592
12593         * configure.ac:
12594           back to CVS
12595
12596 === release 0.8.6 ===
12597
12598 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12599
12600         * NEWS:
12601         * RELEASE:
12602         * configure.ac:
12603         * po/af.po:
12604         * po/az.po:
12605         * po/cs.po:
12606         * po/en_GB.po:
12607         * po/hu.po:
12608         * po/it.po:
12609         * po/nb.po:
12610         * po/nl.po:
12611         * po/or.po:
12612         * po/sq.po:
12613         * po/sr.po:
12614         * po/sv.po:
12615         * po/uk.po:
12616           releasing 0.8.6, "IOU Love"
12617
12618 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12619
12620         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12621
12622         * gst/playback/gstplaybasebin.c:
12623           Fix unplayable files error handling.  Fixes #158365
12624
12625 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12626
12627         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12628
12629         * gst/typefind/gsttypefindfunctions.c:
12630           Fix broken mp3 typefinding.  Fixes #158375
12631
12632 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12633
12634         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12635
12636         * ext/ogg/gstoggdemux.c:
12637           Fix sync on broken files.  Fixes #158976
12638
12639 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12640
12641         patch by: Edward Hervey <bilboed@bilboed.com>
12642
12643         * ext/libpng/gstpngenc.c:
12644           Copy over buffer properties.  Fixes #158832
12645
12646 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12647
12648         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12649
12650         * ext/dvdread/dvdreadsrc.c:
12651           Fixes invalid reads (#158462)
12652
12653 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12654
12655         * sys/v4l/gstv4lsrc.c:
12656         * sys/v4l/gstv4lsrc.h:
12657         * sys/v4l/v4lsrc_calls.c:
12658           Probe less and cache it.  Fixes #159187.
12659
12660 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12661
12662         * gst/videorate/gstvideorate.c:
12663           Handle all video formats. Fixes #159186.
12664
12665 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12666         * gst/synaesthesia/gstsynaesthesia.c:
12667         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12668         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12669         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12670         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12671         (gst_synaesthesia_change_state), (plugin_init):
12672         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12673         Force 320x200 output, as that's the only thing the underlying
12674         synaesthesia implementation supports. Still needs to be made
12675         re-entrant.
12676
12677 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12678
12679         * configure.ac:
12680           Fix mpeg2enc configure check (similar to mplex check below).
12681
12682 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12683
12684         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12685
12686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12687           Fix for gcc-2.95 (fixes #158221).
12688
12689 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12690
12691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12692           Re-add clock distribution hack (until new core is released).
12693           Fixes #158125.
12694
12695 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12696         * configure.ac:
12697           fix mplex configure check segfaulting on some systems (bug #140994)
12698
12699 2004-11-13  Benjamin Otte  <otte@gnome.org>
12700
12701         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12702           add debugging
12703         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12704           do a wait when we enter the loop func with no data available to
12705           write instead of getting into an 100% CPU loop by just returning and
12706           being called again by the scheduler
12707
12708 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12709
12710         * configure.ac:
12711         * ext/libvisual/visual.c: (gst_visual_get_type),
12712         (libvisual_log_handler), (gst_visual_getcaps),
12713         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12714         (plugin_init):
12715           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12716         * ext/smoothwave/Makefile.am:
12717         * ext/smoothwave/demo-osssrc.c: (main):
12718         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12719         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12720         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12721         (plugin_init):
12722         * ext/smoothwave/gstsmoothwave.h:
12723           Make gstsmoothwave a working element in the 20th century.
12724
12725         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12726           Fix incorrect link function
12727
12728 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12729
12730         * gst/volume/gstvolume.c:
12731           Allow buffer-frames=0.
12732
12733 2004-11-12 Iain <iaingnome@gmail.com>
12734
12735         * configure.ac: Check for polypaudio
12736
12737         * ext/Makefile.am: Build the polyp dir
12738
12739         * ext/polyp: The polypsink sources.
12740
12741 2004-10-30 Iain <iaingnome@gmail.com>
12742
12743         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12744         caps to reflect the new number of channels.
12745
12746 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12747
12748         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12749           Fix for negotiation order problem. This would show when the
12750           ALSA loopfuction was called before any other function. ALSA
12751           wouldn't do anything because we're not negotiated yet, leading
12752           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12753
12754 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12755
12756         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12757
12758         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12759           No warnings (#157986).
12760
12761 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12762
12763         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12764           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12765
12766 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12767
12768         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12769           Signal no-more-pads (so it works in playbin).
12770
12771 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12772
12773         * ext/musepack/gstmusepackreader.cpp:
12774           Workaround for older core.
12775
12776 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12777
12778         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12779           Actually test for odd width/height rather than testing whether
12780           a temporary variable that was 0 before we subtracted 1 is now
12781           not equal to zero (which it always is).
12782
12783 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12784
12785         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12786         Fix compilation if HAVE_XVIDEO is not defined
12787
12788 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12789
12790         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12791         Fix compilation if HAVE_XVIDEO is not defined
12792
12793 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12794
12795         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12796         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12797         (gst_goom_change_state), (plugin_init):
12798         Use the bytestream adapter so goom doesn't depend on the input
12799         buffer size.
12800         Add a debug category
12801
12802 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12803
12804         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12805           Only set hardware parameters *after* negotiation. Before
12806           negotiation, it will set ANY and that seems to cause crashes
12807           (see e.g. #151288, #153227).
12808
12809 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12810
12811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12812           This seems to be antique leftover. It needs to pass error
12813           checking.
12814         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12815         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12816         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12817         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12818           Fix GstXOverlay implementation (#151059).
12819
12820 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12821
12822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12823           Don't assert (#157853).
12824
12825 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12826
12827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12828           Fix bytes/samples confustion.
12829         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12830           Fix for underrun (#144389).
12831
12832 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12833
12834         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12835           Disable halfway-seek for pending release (since it needs a new
12836           core release).
12837
12838 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12839
12840         * sys/v4l/gstv4lsrc.c:
12841         * sys/v4l/gstv4lsrc.h:
12842         * sys/v4l/v4lsrc_calls.c:
12843           add autoprobe-fps property so we can separate autoprobing parts
12844
12845 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12846
12847         * sys/v4l/gstv4lsrc.c:
12848         * sys/v4l/v4lsrc_calls.c:
12849         initialise fourcc to catch unset fourcc's, and debug
12850
12851 2004-11-09  Wim Taymans  <wim@fluendo.com>
12852
12853         * gst/playback/README:
12854         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12855         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12856         (gst_play_bin_dispose), (gst_play_bin_set_property),
12857         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12858         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12859         (gst_play_bin_get_formats), (gst_play_bin_convert),
12860         (gst_play_bin_get_query_types), (gst_play_bin_query):
12861         Cleanups and some more documentation.
12862
12863 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12864
12865         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12866         (gst_cacasink_init), (gst_cacasink_chain):
12867         * ext/libcaca/gstcacasink.h:
12868         Cacasink inherits from VideoSink, so let that store the clock.
12869
12870 2004-11-09  Wim Taymans  <wim@fluendo.com>
12871
12872         * gst/playback/README:
12873         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12874         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12875         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12876         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12877         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12878         (setup_sinks):
12879         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12880         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12881         * gst/playback/gststreaminfo.h:
12882         Updated README.
12883         Only switch groups if all streams have muted (EOSed).
12884         Send Tags in sync with the stream playback instead of in
12885         the playback/preroll phase.
12886         Some cleanups, free the fakesrc elements.
12887
12888 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12889
12890         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12891           buffer-frames property was missing
12892         * ext/arts/gst_arts.c:
12893           rate missing from sinkcaps
12894         * ext/audiofile/gstafparse.c:
12895         * ext/audiofile/gstafsink.c:
12896         * ext/audiofile/gstafsrc.c:
12897         * ext/swfdec/gstswfdec.c:
12898           int audio doesn't know buffer-frames
12899         * ext/cdparanoia/gstcdparanoia.c:
12900           int audio doesn't know chunksize either
12901         * ext/nas/nassink.c:
12902           it's endianness, not endianess
12903         * gst-libs/gst/audio/audio.h:
12904           make float standard pad template caps really describe float
12905         * gst/law/mulaw.c: (linear_factory):
12906           signed only, please
12907         * gst/mpegstream/gstdvddemux.c:
12908           widths of 20 are not valid
12909
12910 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12911
12912         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12913
12914         * po/LINGUAS:
12915         * po/it.po:
12916           Add Italian
12917
12918 2004-11-08  Wim Taymans  <wim@fluendo.com>
12919
12920         * gst/playback/README:
12921         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12922         * gst/playback/gstplaybasebin.c: (probe_triggered),
12923         (gst_play_base_bin_change_state):
12924         Updated README, added more comments for fixmes etc..
12925
12926 2004-11-08  Wim Taymans  <wim@fluendo.com>
12927
12928         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12929         We can remove this hack now.
12930
12931 2004-11-08  Wim Taymans  <wim@fluendo.com>
12932
12933         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12934         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12935         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12936         Only mix AYUV for maximum quality.
12937
12938 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12939
12940         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12941         (gst_ogg_demux_push), (gst_ogg_pad_push):
12942           Let's act as if we're synchronized now! :).
12943         * ext/theora/theoradec.c: (theora_dec_chain):
12944           Add some debug.
12945
12946 2004-11-08  Wim Taymans  <wim@fluendo.com>
12947
12948         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12949         (gst_alpha_set_property), (gst_alpha_sink_link),
12950         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12951         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12952         (gst_alpha_init_params), (gst_alpha_chain):
12953         Implement alpha functions for AYUV too, this increases
12954         accuracy quite a bit.
12955
12956 2004-11-08  Wim Taymans  <wim@fluendo.com>
12957
12958         * gst/ffmpegcolorspace/avcodec.h:
12959         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12960         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12961         (gst_ffmpegcsp_avpicture_fill):
12962         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12963         (gst_ffmpegcsp_caps_remove_format_info):
12964         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12965         (shrink12), (img_get_alpha_info), (deinterlace_line),
12966         (deinterlace_line_inplace):
12967         * gst/ffmpegcolorspace/imgconvert_template.h:
12968         Added AYUV colorspace and handle RGBA a bit more respectful.
12969
12970 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12971
12972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12973           Actually always send a discont (cornercase when resending the
12974           same serial-tagged chain twice).
12975
12976 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12977
12978         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12979         (gst_ximagesink_finalize):
12980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12981         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12982
12983 2004-11-08  Wim Taymans  <wim@fluendo.com>
12984
12985         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12986         Don't segfault on NULL data.
12987
12988 2004-11-08  Wim Taymans  <wim@fluendo.com>
12989
12990         * gst/playback/gstdecodebin.c: (unlinked):
12991         * gst/playback/gstplay-marshal.list:
12992         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12993         (gst_play_base_bin_init), (group_create), (get_active_group),
12994         (get_building_group), (group_destroy), (group_commit),
12995         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12996         (add_element_stream), (no_more_pads), (probe_triggered),
12997         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12998         (state_change), (setup_source), (gst_play_base_bin_get_property),
12999         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13000         (gst_play_base_bin_link_stream),
13001         (gst_play_base_bin_get_streaminfo):
13002         * gst/playback/gstplaybasebin.h:
13003         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13004         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
13005         Add support for chained ogg files. Prepare for playlist
13006         support. This patch introduces the concept of pad groups, which
13007         together compose one playable media file.
13008
13009 2004-11-07  David Schleef  <ds@schleef.org>
13010
13011         * testsuite/gst-lint: Check for pad templates that aren't statically
13012         scoped.
13013
13014 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13015
13016         * configure.ac:
13017         * ext/Makefile.am:
13018         * ext/musepack/Makefile.am:
13019         * ext/musepack/gstmusepackdec.cpp:
13020         * ext/musepack/gstmusepackdec.h:
13021         * ext/musepack/gstmusepackreader.cpp:
13022         * ext/musepack/gstmusepackreader.h:
13023           Add musepack decoder.
13024         * ext/faad/gstfaad.c: (gst_faad_base_init):
13025           Make pad templates static.
13026         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13027         (plugin_init):
13028           Add musepack typefinder, make mp3 typefinding work halfway stream,
13029           which doesn't actually work yet because id3demux doesn't implement
13030           _get_length().
13031
13032 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13033
13034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13035         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
13036           Fix interrupt event handling (#144436).
13037
13038 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13039
13040         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
13041           Hide unused glory.
13042
13043 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13044
13045         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13046
13047         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
13048           Fix weird caps (#157548).
13049
13050 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13051
13052         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13053
13054         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
13055           Add missing NULL terminator (#157543).
13056
13057 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13058
13059         * gst/tcp/gsttcp.h:
13060         * gst/tcp/gsttcpclientsink.c:
13061         * gst/tcp/gsttcpclientsrc.c:
13062         * gst/tcp/gsttcpserversink.c:
13063         * gst/tcp/gsttcpserversrc.c:
13064           ports can go up to 65535.  Move common defines to gsttcp.h
13065
13066 2004-11-05  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
13069         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
13070         Added two more colorspaces.
13071
13072 2004-11-05  Wim Taymans  <wim@fluendo.com>
13073
13074         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13075         (gst_ffmpegcsp_avpicture_fill):
13076         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13077         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
13078         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
13079         More stride fixes.
13080
13081 2004-11-05  Wim Taymans  <wim@fluendo.com>
13082
13083         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
13084         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
13085         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13086         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
13087         (gst_videomixer_loop):
13088         More stride fixes.
13089
13090 2004-11-05  Benjamin Otte  <otte@gnome.org>
13091
13092         * ext/mad/gstmad.c: (gst_mad_chain):
13093           don't overflow data buffer. Flush not needed sync data when syncing
13094           failed.
13095
13096 2004-11-04  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13099         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
13100         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
13101         (gst_alpha_init_params), (gst_alpha_chain),
13102         (gst_alpha_change_state):
13103         Updated the chroma keying algorithm with something more
13104         sophisticated.
13105
13106 2004-11-03  Wim Taymans  <wim@fluendo.com>
13107
13108         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
13109         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13110         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
13111         Fix stride issues. Does not completely work for odd
13112         heights.
13113
13114 2004-11-03  Wim Taymans  <wim@fluendo.com>
13115
13116         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
13117         (gst_alpha_chroma_key), (gst_alpha_chain):
13118         Fix stride issues. Does not completely work for odd
13119         heights.
13120
13121 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
13122
13123         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
13124         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
13125         leak fixes
13126
13127 2004-11-03  Wim Taymans  <wim@fluendo.com>
13128
13129         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13130         (gst_ffmpegcsp_avpicture_fill):
13131         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
13132         (avpicture_alloc):
13133         * gst/ffmpegcolorspace/imgconvert_template.h:
13134         Use correct _fill function to get correct strides.
13135
13136 2004-11-02  David Schleef  <ds@schleef.org>
13137
13138         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13139         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
13140         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
13141         Change all g_print()s to debugging.  Add a bunch of consistency
13142         checks.
13143
13144 2004-11-02  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13147         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13148         (unlinked), (no_more_pads), (close_link):
13149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13150         (unknown_type), (add_element_stream), (new_decoded_pad),
13151         (removed_decoded_pad), (setup_source):
13152         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
13153         (gst_stream_info_class_init), (gst_stream_info_init),
13154         (gst_stream_info_new), (gst_stream_info_dispose),
13155         (stream_info_mute_pad), (gst_stream_info_set_property),
13156         (gst_stream_info_get_property):
13157         * gst/playback/gststreaminfo.h:
13158         Fix playback of multiple files.
13159         a slightly different approach to handling dynamic pad removals.
13160         This one only looks at pads that we have linked.
13161
13162 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
13163
13164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
13165         free" warning from libc.
13166
13167 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13168
13169         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13170         (get_unconnected_element), (remove_starting_from), (pad_removed),
13171         (close_link):
13172           Implement support for dynamic pad changing. We listen to "live"
13173           pad removals (i.e. while playing) and re-setup autoplugging
13174           after that. Playbasebin/playbin need some more work for this
13175           to finally work, but decodebin supports (and replugs) chained
13176           ogg now.
13177
13178 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
13179
13180         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
13181         (gst_alsa_finalize):
13182         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
13183         (gst_cdaudio_finalize):
13184         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13185         (cdparanoia_finalize):
13186         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
13187         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
13188         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13189         (dvdreadsrc_finalize):
13190         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13191         (gst_flacdec_finalize):
13192         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
13193         (gst_flacenc_finalize):
13194         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
13195         (gst_gnomevfssink_finalize):
13196         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
13197         (gst_gnomevfssrc_finalize):
13198         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
13199         (gst_fameenc_finalize):
13200         * ext/nas/nassink.c: (gst_nassink_class_init),
13201         (gst_nassink_finalize):
13202         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
13203         (gst_sdlvideosink_class_init):
13204         * ext/sndfile/gstsf.c: (gst_sf_dispose):
13205         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
13206         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
13207         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
13208         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13209         (gst_x_window_listener_dispose):
13210         * gst/audioscale/gstaudioscale.c:
13211         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
13212         (play_on_demand_finalize):
13213         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
13214         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
13215         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
13216         (cdplayer_finalize):
13217         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
13218         (gst_glimagesink_class_init):
13219         * sys/oss/gstosselement.c: (gst_osselement_class_init),
13220         (gst_osselement_finalize):
13221         * sys/oss/gstosssink.c: (gst_osssink_dispose):
13222         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
13223         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
13224           Fixes a bunch of problems with finalize and dispose functions,
13225           either assumptions that dispose is only called once, or not calling
13226           the parent class dispose/finalize function
13227
13228 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
13229
13230         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
13231           added two api precondition guards
13232           use g_strdup with getenv to fix crash when using ENVVAR
13233
13234 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
13235         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13236         (gst_esdsink_finalize):
13237         Use a finalize function, not dispose, and more importantly,
13238         call the parent class finalize function too
13239
13240 2004-11-01  Johan Dahlin  <johan@gnome.org>
13241
13242         * ext/ogg/gstoggdemux.c:
13243         * gst/tags/gstvorbistag.c:
13244         Plug leaks.
13245
13246 2004-10-31  Benjamin Otte  <otte@gnome.org>
13247
13248         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13249           lotsa memleaks today. But they're all small...
13250
13251 2004-10-31  Benjamin Otte  <otte@gnome.org>
13252
13253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13254           another memleak crushed
13255
13256 2004-10-31  Benjamin Otte  <otte@gnome.org>
13257
13258         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
13259           fix memleak
13260
13261 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13262
13263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13264           Hack to prevent crash when going to READY inside signal handler
13265           while this function is active.
13266
13267 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13268
13269         * gst/ffmpegcolorspace/Makefile.am:
13270         * gst/ffmpegcolorspace/avcodec.h:
13271         * gst/ffmpegcolorspace/common.h:
13272         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13273         * gst/ffmpegcolorspace/dsputil.h:
13274         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
13275         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13276         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13277         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
13278         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
13279         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
13280         (gst_ffmpegcsp_avpicture_fill):
13281         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
13282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13283         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13284         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
13285         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
13286         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
13287         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
13288         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
13289         * gst/ffmpegcolorspace/imgconvert.c:
13290         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13291         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
13292         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
13293         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
13294         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
13295         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
13296         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
13297         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
13298         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
13299         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
13300         (grow21), (grow22), (grow41), (grow44), (conv411),
13301         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
13302         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
13303         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
13304         (avpicture_free), (is_yuv_planar), (img_convert),
13305         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
13306         (deinterlace_line_inplace), (deinterlace_bottom_field),
13307         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
13308         * gst/ffmpegcolorspace/imgconvert_template.h:
13309         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
13310         * gst/ffmpegcolorspace/mmx.h:
13311         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
13312         (av_fast_realloc), (av_mallocz_static), (av_free_static),
13313         (av_freep), (avcodec_get_context_defaults),
13314         (avcodec_alloc_context), (avcodec_init):
13315           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
13316           handling plus update from ffmpeg CVS. Large clean-up.
13317
13318 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13319
13320         * gst/playback/Makefile.am:
13321           We need the marshallers for decodebin, too.
13322
13323 2004-10-30  David Schleef  <ds@schleef.org>
13324
13325         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
13326           quicktime typefinding work with 64-bit offsets.
13327
13328 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
13329
13330         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
13331           Set EOS on the element when processing an EOS event.
13332         * ext/speex/gstspeexdec.h:
13333         * ext/speex/gstspeexenc.h:
13334           Only keep a const ptr to the mode
13335         * gst-libs/gst/riff/riff-media.c:
13336         (gst_riff_create_audio_caps_with_data),
13337         (gst_riff_create_audio_template_caps):
13338           Allow WMAV3, with up to 6 channels.
13339         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
13340           Don't call gst_pad_set_event_function on a sink pad.
13341         * gst/mpegstream/gstdvddemux.c:
13342         (gst_dvd_demux_get_subpicture_stream),
13343         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
13344           Copy the explicit caps that were set across to the cur_* pads,
13345           instead of trying to use a possibly non-existent negotiated caps.
13346           Reset the type of subpicture pads to UNKNOWN after calling
13347           init_stream, so that the caps get set.
13348
13349 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
13350
13351         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13352
13353         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13354           Don't touch buffer if it is of size 0 (fixes #151064).
13355
13356 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13357
13358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
13359           Synchronized discont handling.
13360
13361 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13362
13363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13364         (gst_ogg_demux_push):
13365           Make seeking sort-of exact again (fixes #156387).
13366
13367 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13368
13369         * gst/playback/gstplaybasebin.c: (unknown_type),
13370         (add_element_stream), (new_decoded_pad),
13371         (gst_play_base_bin_change_state):
13372         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13373         (gst_stream_info_init), (gst_stream_info_new),
13374         (gst_stream_info_dispose), (gst_stream_info_get_property):
13375         * gst/playback/gststreaminfo.h:
13376           Make caps explicitely available. Makes testing for unsupported
13377           types possible. Improves error reporting.
13378
13379 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13380
13381         * gst/audioconvert/gstaudioconvert.c:
13382         (gst_audio_convert_buffer_to_default_format):
13383           Really don't touch read-only buffers (#156563).
13384
13385 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13386
13387         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13388
13389         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13390           Fix memleak (#155223).
13391
13392 2004-10-29  Wim Taymans  <wim@fluendo.com>
13393
13394         * gst/tcp/.cvsignore:
13395         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13396         (gst_multifdsink_class_init), (gst_multifdsink_init),
13397         (gst_multifdsink_add), (gst_multifdsink_remove),
13398         (gst_multifdsink_remove_client_link), (is_sync_frame),
13399         (gst_multifdsink_new_client),
13400         (gst_multifdsink_handle_client_write),
13401         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13402         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13403         (gst_multifdsink_get_property):
13404         * gst/tcp/gstmultifdsink.h:
13405         Added burst on connect sync_method, deprecated sync_clients,
13406         streamlined the sync code some more.
13407
13408 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13409
13410         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13411         (gst_play_base_bin_change_state):
13412           Improve error reporting.
13413
13414 2004-10-28  Wim Taymans  <wim@fluendo.com>
13415
13416         * gst/tcp/Makefile.am:
13417         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13418         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13419         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13420         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13421         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13422         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13423         (gst_fdset_wait):
13424         Added more locks around fdset structures. Fixed/reworked
13425         the poll array resizing code.
13426         Added stress test for fdset.
13427
13428 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13429
13430         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13431         fix build
13432
13433 2004-10-28  Benjamin Otte  <otte@gnome.org>
13434
13435         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13436           fix link function to always query channels and query width for
13437           floats
13438         * configure.ac:
13439           add equalizer dir
13440         * gst/equalizer/Makefile.am:
13441         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13442         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13443         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13444         (arg_to_scale), (setup_filter),
13445         (gst_iir_equalizer_compute_frequencies),
13446         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13447         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13448         (plugin_init):
13449           add an equalizer
13450
13451 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13452
13453         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13454
13455         * po/LINGUAS:
13456         * po/nb.po:
13457           Added Norwegian Bokmaal translation
13458
13459 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13460
13461         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13462           Don't break on options (fixes #156488).
13463
13464 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13465
13466         * configure.ac:
13467         * ext/cdaudio/Makefile.am:
13468         * sys/Makefile.am:
13469           fix build on older automake
13470
13471 2004-10-26  Wim Taymans  <wim@fluendo.com>
13472
13473         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13474         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13475         Allow a little margin when negotiating the framerate.
13476
13477 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13478
13479         * gst/level/gstlevel.c:
13480           synchonised naming of pads and pad-templates
13481
13482 2004-10-26  Wim Taymans  <wim@fluendo.com>
13483
13484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13485         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13486         (_find_streams_check), (gst_ogg_demux_push):
13487         Fix EOS again. Needs to be done in a better way. We should not
13488         remove the pad if there is no new chained stream.
13489
13490 2004-10-26 Iain <iaingnome@gmail.com>
13491
13492         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13493         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13494         of the caps.
13495         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13496         pad.
13497         (interleave_release_pad): Remove the pad.
13498         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13499         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13500         the set device.
13501         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13502         attrs
13503         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13504         (gst_xvimagesink_finalize): Free the par.
13505
13506 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13507
13508         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13509         (gst_avimux_stop_file):
13510           First calculate the rate, and only then use it. Hdr.rate is a
13511           multiple and not a derivative of hdr.scale. Scale is not the
13512           same as blockalign but is solely related to rate.
13513
13514 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13515
13516         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13517         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13518           Implement seeking.
13519
13520 2004-10-25  James Henstridge  <james@jamesh.id.au>
13521
13522         Reviewed by:  David Schleef  <ds@schleef.org>
13523
13524         * examples/gstplay/player.c: (got_stream_length), (main):
13525         * examples/seeking/cdplayer.c: (update_scale):
13526         * examples/seeking/seek.c: (format_value), (update_scale):
13527         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13528         (stop_seek):
13529         Build fixes on AMD64.
13530
13531 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13532
13533         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13534
13535         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13536         Fix for some v4l cards which hang in v4lsrc
13537
13538 2004-10-25  Wim Taymans  <wim@fluendo.com>
13539
13540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13541         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13542         Make sure to remove the pad when a new chain is
13543         encountered. Set some vars to NULL so we don't try
13544         to reference freed memory.
13545
13546 2004-10-25  Wim Taymans  <wim@fluendo.com>
13547
13548         * examples/seeking/Makefile.am:
13549         * examples/seeking/cdplayer.c: (update_scale):
13550         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13551         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13552         (format_value), (update_scale), (iterate), (start_seek),
13553         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13554         (print_usage), (main):
13555         Added some more examples, update others.
13556
13557 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13558
13559         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13560         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13561         * ext/theora/theoradec.c: (theora_dec_chain):
13562         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13563           Add codec-name metadata.
13564
13565 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13566
13567         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13568
13569         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13570         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13571         * ext/alsa/gstalsamixertrack.h:
13572         * po/POTFILES.in:
13573           ALSA mixer track label internationalization (#154054).
13574
13575 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13576
13577         * ext/theora/theoradec.c: (theora_dec_chain):
13578           Export bitrate as metadata.
13579
13580 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13581
13582         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13583         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13584         * ext/alsa/gstalsamixertrack.h:
13585           Fix names, fix loop.
13586
13587 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13588
13589         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13590         (speex_dec_convert):
13591           sinkconvert function so oggdemux can get the file length (totem).
13592
13593 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13594
13595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13596
13597         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13598           Don't push incomplete packets.
13599         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13600           Fix MPEG-4 audio typefinding.
13601
13602 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13603
13604         * sys/v4l/Makefile.am:
13605         * sys/v4l/gstv4l.c: (plugin_init):
13606         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13607         (gst_v4lelement_init), (gst_v4lelement_dispose),
13608         (gst_v4lelement_change_state):
13609         * sys/v4l/gstv4lelement.h:
13610         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13611         (gst_v4l_xoverlay_close), (idle_refresh),
13612         (gst_v4l_xoverlay_set_xwindow_id):
13613         * sys/v4l/gstv4lxoverlay.h:
13614         * sys/v4l/v4l-overlay_calls.c:
13615         * sys/v4l/v4l_calls.h:
13616         * sys/v4l2/Makefile.am:
13617         * sys/v4l2/gstv4l2.c: (plugin_init):
13618         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13619         (gst_v4l2element_init), (gst_v4l2element_dispose),
13620         (gst_v4l2element_change_state):
13621         * sys/v4l2/gstv4l2element.h:
13622         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13623         (gst_v4l2_xoverlay_close), (idle_refresh),
13624         (gst_v4l2_xoverlay_set_xwindow_id):
13625         * sys/v4l2/gstv4l2xoverlay.h:
13626         * sys/v4l2/v4l2-overlay_calls.c:
13627         * sys/v4l2/v4l2_calls.h:
13628           Remove client-side overlay handling, use the X-server v4l plugin
13629           for that. Nicer overlay, less code. Also make the plugin
13630           compileable without X (but then without overlay, obviously).
13631           Makes xwindowlistener obsolete, should we remove that?
13632
13633 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13634
13635         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13636         (gst_osssrc_src_query):
13637         * sys/oss/gstosssrc.h:
13638           OK, so people want offset in DEFAULT. This time, actually fix all
13639           cases.
13640         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13641           Add FPS properly.
13642
13643 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13644
13645         * gst/asfdemux/gstasfmux.c:
13646         * gst/avi/gstavimux.c:
13647           Framerate.
13648
13649 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13650
13651         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13652           Fix properties (channel, norm, frequency).
13653
13654 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13655
13656         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13657           Flag typo.
13658         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13659           No warnings.
13660
13661 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13662
13663         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13664           Fix hang.
13665
13666 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13667
13668         * sys/v4l2/gstv4l2element.h:
13669           Yet Another Hack (tm) for kernel header borkedness.
13670         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13671         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13672         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13673         (gst_v4l2src_change_state):
13674         * sys/v4l2/gstv4l2src.h:
13675         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13676         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13677           Fix caps, keep track of state, work.
13678
13679 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13680
13681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13682           Quiet.
13683
13684 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13685
13686         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13687           Don't mix bytes and samples.
13688
13689 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13690
13691         * ext/ogg/gstoggmux.c:
13692           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13693           and theora. Any is incorrect.
13694         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13695           Fix caps.
13696         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13697         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13698         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13699         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13700         * sys/v4l/gstv4lmjpegsrc.h:
13701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13702         (gst_v4lsrc_change_state):
13703         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13704         (gst_v4lmjpegsrc_capture_stop):
13705           Fix caps. Keep track of internal state. Work.
13706
13707 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13708
13709         * ext/Makefile.am:
13710           Fix the build fixes.
13711
13712 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13713
13714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13715         (gst_ogg_demux_src_event), (_find_chain_seek),
13716         (gst_ogg_pad_push):
13717           Check for pad availability before using it.
13718         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13719           Fix parsing of chained ogg. Needs more work on the decoder side.
13720
13721 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13722
13723         * gst/spectrum/Makefile.am:
13724         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13725         (idle_func):
13726           Fix demo and reenable it. Yes, I'm currently playing with audio
13727           analysis tools
13728
13729 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13730
13731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13732           We love it if files that start at zero work too...
13733
13734 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13735
13736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13737           Handle files with missing EOS headers.
13738
13739 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13740
13741         * gst/tcp/gsttcpserversink.c:
13742         (gst_tcpserversink_handle_server_read),
13743         (gst_tcpserversink_init_send):
13744         Zero some variables first (need for accept not to return EINVAL)
13745
13746 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13747
13748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13749         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13750         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13751         (theora_dec_chain):
13752         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13753         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13754           Seeking and querying finetune.
13755
13756 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13757
13758         * configure.ac:
13759         * ext/Makefile.am:
13760         * ext/raw1394/Makefile.am:
13761           fix the build
13762
13763 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13764
13765         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13766           Wrong return.
13767         * gst/playback/Makefile.am:
13768         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13769         * gst/playback/gstplay-marshal.list:
13770         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13771           Fix marshallers.
13772
13773 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13774
13775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13776           Silence.
13777
13778 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13779
13780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13781         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13782         (gst_ogg_pad_push):
13783           Yay for non-lineair granulepos in theora.
13784
13785 2004-10-18  Wim Taymans  <wim@fluendo.com>
13786
13787         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13788         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13789         * ext/dv/gstdvdec.h:
13790         Make sure we renegotiate aspect ratio when the camera switches.
13791
13792 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13793
13794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13795         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13796           Start at zero.
13797         * ext/theora/theoradec.c: (theora_dec_chain):
13798           Skip headers. Bad idea for chained ogg, but fixes seeking.
13799
13800 2004-10-18  Wim Taymans  <wim@fluendo.com>
13801
13802         * configure.ac:
13803         I swear, this is the last time I touch this.
13804
13805 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13806
13807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13808         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13809         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13810           Faster seeking.
13811         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13812           Time-to-default conversion.
13813         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13814           Don't error on unknown packets, just skip. We should probably
13815           read them if we want to support chained ogg.
13816
13817 2004-10-18  Wim Taymans  <wim@fluendo.com>
13818
13819         * configure.ac:
13820         Added cdaudio to wrong list.
13821
13822 2004-10-18  Wim Taymans  <wim@fluendo.com>
13823
13824         * configure.ac:
13825         Revive cdaudio.
13826
13827 2004-10-18  Wim Taymans  <wim@fluendo.com>
13828
13829         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13830         (gst_dvdec_video_link), (gst_dvdec_push):
13831         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13832         (gst_smokeenc_resync), (gst_smokeenc_chain):
13833         Fix mimetype on smoke encoder.
13834         Add aspect ratio to dvdec. Not sure if these
13835         values are correct though....
13836
13837 2004-10-18  Wim Taymans  <wim@fluendo.com>
13838
13839         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13840         Fix vorbis property descriptions and ranges.
13841
13842 2004-10-18  Wim Taymans  <wim@fluendo.com>
13843
13844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13845         Really do nothing when no data is available.
13846         Go to the playing state when the stream is not seekable
13847         instead of failing.
13848
13849 2004-10-18  Wim Taymans  <wim@fluendo.com>
13850
13851         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13852         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13853         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13854         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13855         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13856         Added uri handler for cd://
13857         Port to new API.
13858
13859 2004-10-18  Wim Taymans  <wim@fluendo.com>
13860
13861         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13862         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13863         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13864         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13865         (remove_prerolls), (unknown_type), (add_element_stream),
13866         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13867         (gst_play_base_bin_remove_element),
13868         (gst_play_base_bin_link_stream):
13869         * gst/playback/gstplaybin.c: (gen_video_element),
13870         (gen_vis_element), (remove_sinks), (setup_sinks):
13871         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13872         (gst_stream_info_get_type), (gst_stream_info_class_init),
13873         (gst_stream_info_init), (gst_stream_info_new),
13874         (gst_stream_info_dispose), (stream_info_mute_pad),
13875         (gst_stream_info_set_property), (gst_stream_info_get_property):
13876         * gst/playback/gststreaminfo.h:
13877         Add sink padtemplate to decodebin.
13878         Added some more comments.
13879         Make queue size configurable in playbasebin.
13880         Added possibility to use elements as sinks (ex cdaudio).
13881
13882 2004-10-15  Wim Taymans  <wim@fluendo.com>
13883
13884         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13885         (gst_speexenc_chain):
13886         Fix speex timestamps so that it gets muxed properly.
13887
13888 2004-10-15  Wim Taymans  <wim@fluendo.com>
13889
13890         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13891         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13892         (gst_dv1394src_init), (gst_dv1394src_dispose),
13893         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13894         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13895         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13896         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13897         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13898         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13899         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13900         * ext/raw1394/gstdv1394src.h:
13901         Added conversion/query functions.
13902         Update buffer timestamps,
13903         Added signals.
13904         Added uri dv:// so it might play from the firewire in playbin.
13905         Fix a possible leak.
13906         Added debugging.
13907
13908 2004-10-15  Wim Taymans  <wim@fluendo.com>
13909
13910         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13911         (gst_dv1394src_init), (gst_dv1394src_set_property),
13912         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13913         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13914         * ext/raw1394/gstdv1394src.h:
13915         Added AV/C VTR control support needed for some cameras.
13916         Added automatic port detection.
13917         Added properties for selecting the channel.
13918         The configure.ac script is not yet updated to reflect the
13919         new libavc1394 and librom1394 dependencies.
13920
13921 2004-10-15  Wim Taymans  <wim@fluendo.com>
13922
13923         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13924         (qtdemux_parse), (gst_qtdemux_handle_esds):
13925         An esds box is not a container.
13926         Fix parsing of mp4v boxes.
13927         Do not try to renegotiate fps for each frame. Need to
13928         find a better method. This should fix mp4 playback.
13929
13930 2004-10-14  David Schleef  <ds@schleef.org>
13931
13932         * configure.ac: update for swfdec-0.3 and liboil-0.2
13933         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13934         * ext/swfdec/gstswfdec.h: same
13935         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13936         * gst/videotestsrc/videotestsrc.c: same
13937
13938 2004-10-14  Wim Taymans  <wim@fluendo.com>
13939
13940         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13941         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13942         (is_sync_frame), (gst_multifdsink_new_client),
13943         (gst_multifdsink_handle_client_write),
13944         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13945         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13946         Turn warnings into info.
13947         Don't allow a state change in the streaming thread.
13948
13949 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13950
13951         * ext/vorbis/oggvorbisenc.c:
13952         * ext/vorbis/vorbisdec.c:
13953           fix template sample rate
13954
13955 2004-10-13  Wim Taymans  <wim@fluendo.com>
13956
13957         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13958         Decoding the header first fixes some problems in resyncing
13959         in more mp3s.
13960
13961 2004-10-12  Wim Taymans  <wim@fluendo.com>
13962
13963         * gst/playback/gstplaybin.c: (gen_video_element),
13964         (gen_vis_element), (remove_sinks), (setup_sinks):
13965         Added vis plugin support, need to configure the vis
13966         element to activate it.
13967
13968 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13969
13970         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13971         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13972           Some debug.
13973         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13974         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13975         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13976         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13977         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13978         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13979         * gst/avi/gstavidemux.h:
13980           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13981           recovery (where, if part of the index is broken, we will still read
13982           the rest of the index and recover the broken part by stream
13983           scanning). More broken media support. EOS workarounds. General AVI
13984           braindamage headache recovery. Aspirin included.
13985
13986 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13987
13988         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13989         (cdparanoia_event), (cdparanoia_query):
13990           Get rid of hideous lead-in.
13991
13992 2004-10-11  Wim Taymans  <wim@fluendo.com>
13993
13994         * gst/playback/gstplaybasebin.c: (setup_source):
13995         Wrong var used to get g_list_next.
13996
13997 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13998
13999         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14000         (cdparanoia_get), (cdparanoia_open):
14001           Report discid as metadata, add duration.
14002
14003 2004-10-11  Wim Taymans  <wim@fluendo.com>
14004
14005         * gst/playback/gstplaybasebin.c: (setup_source):
14006         Cleanup the previous pipeline a little earlier for the
14007         case that a source element provides raw data.
14008
14009 2004-10-11  Benjamin Otte  <otte@gnome.org>
14010
14011         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14012           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
14013           consuming the last 128 bytes, even though it was valid mp3 data.
14014
14015 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14016
14017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
14018         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14019         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14020         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
14021
14022 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14023
14024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
14025         Fix for webcams that support only specific width or height
14026
14027 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14028
14029         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14030
14031         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
14032           Fix wrong discont event setup (fixes #154967).
14033
14034 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
14035
14036         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14037
14038         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14039           Error out on invalid data (fixes #154807).
14040
14041 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14042
14043         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14044
14045         * ext/dvdread/dvdreadsrc.c: (_read):
14046           Make titles > 0 work again (fixes #154834).
14047
14048 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14049
14050         * gst-libs/gst/riff/riff-media.c:
14051         (gst_riff_create_video_template_caps):
14052           WMV3 missing in template caps.
14053
14054 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14055
14056         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14057           OK, so the original code was too strict. It makes random AVI files
14058           hang for seconds upon opening, which is unacceptable and is far
14059           beyond the original goal of getting multiple chunks for one-chunk
14060           sounc stream files. So now do just that.
14061
14062 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14063
14064         * gst/playback/gstplaybasebin.c: (setup_source),
14065         (gst_play_base_bin_change_state):
14066           Actually clean up streaminfo if output fails. This would trigger
14067           if, for example, there was no CD in the drive. No preroll, so
14068           a streaminfo structure is created, but the subsequent state change
14069           of the thread fails.
14070         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
14071           Don't change state if parent failed.
14072
14073 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14074
14075         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14076         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
14077         (gen_video_element), (remove_sinks):
14078           Add small bits of code for screenshot handling.
14079
14080 2004-10-08  Wim Taymans  <wim@fluendo.com>
14081
14082         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
14083         (gen_video_element), (gen_audio_element), (setup_sinks):
14084         Don't assume the user provided sinks are named "sink"...
14085
14086 2004-10-08  Wim Taymans  <wim@fluendo.com>
14087
14088         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
14089         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
14090         (gst_play_base_bin_link_stream):
14091         Do not try to autoplug sources that generate raw streams like
14092         cdparanoia.
14093         disconnect the preroll overrun signal when we don't need it anymore.
14094
14095 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
14096
14097         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14098         Added reworked patch from #154903 from milosz derezynski (deadchip).
14099
14100 2004-10-08  Wim Taymans  <wim@fluendo.com>
14101
14102         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
14103         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
14104         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
14105         (cdparanoia_convert), (cdparanoia_uri_get_type),
14106         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
14107         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
14108         * ext/cdparanoia/gstcdparanoia.h:
14109         This adds the cdda://<tracknum> uri.
14110
14111 2004-10-08  Wim Taymans  <wim@fluendo.com>
14112
14113         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14114         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14115         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14117         (unknown_type), (gst_play_base_bin_remove_element),
14118         (gst_play_base_bin_link_stream):
14119         * gst/playback/gstplaybasebin.h:
14120         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14121         (gst_play_bin_set_property), (gen_video_element),
14122         (gen_audio_element), (setup_sinks):
14123         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
14124         (gst_stream_info_get_type), (gst_stream_info_class_init),
14125         (gst_stream_info_init), (gst_stream_info_new),
14126         (gst_stream_info_dispose), (stream_info_mute_pad),
14127         (gst_stream_info_set_property), (gst_stream_info_get_property):
14128         * gst/playback/gststreaminfo.h:
14129         Reuse the audio and video bins.
14130         Some internal cleanups in the stream selection code.
14131
14132 2004-10-08  Julien MOUTTE  <julien@moutte.net>
14133
14134         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14135         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14136         * sys/ximage/ximagesink.h:
14137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14138         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14139         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
14140         not coming from those elements. Moreover these elements should not keep
14141         the xid they have been given when in NULL state.
14142
14143 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14144
14145         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14146         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
14147         * sys/ximage/ximagesink.h:
14148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
14149         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
14150         * sys/xvimage/xvimagesink.h:
14151           Actually only create a new toplevel window if we're not gonna
14152           embed it right after.
14153
14154 2004-10-07  Wim Taymans  <wim@fluendo.com>
14155
14156         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
14157         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
14158         * gst/playback/gstplaybin.c: (setup_sinks):
14159         Implement muting/unmuting of streams, mute streams that are not
14160         used.
14161
14162 2004-10-07  Wim Taymans  <wim@fluendo.com>
14163
14164         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
14165         (plugin_init):
14166         Added lame audio/x-ac3 typefind function.
14167
14168 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14169
14170         * configure.ac:
14171           bump nano to cvs
14172
14173 === release 0.8.5 ===
14174
14175 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14176
14177         * NEWS:
14178         * RELEASE:
14179         * configure.ac:
14180           releasing 0.8.5, "Take You On"
14181
14182 2004-10-06  Wim Taymans  <wim@fluendo.com>
14183
14184         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14185         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
14186         (no_more_pads), (close_link), (type_found):
14187         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14188         * gst/playback/gstplaybin.c: (gen_video_element):
14189         Do not signal the no_more_pads after the first pad when
14190         we are plugging a non dynamic element with multiple
14191         output pads (like swfdec, dvdec, ...).
14192
14193 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14194
14195         * configure.ac:
14196           bump for prerelease
14197
14198 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14199
14200         * gst/wavparse/gstwavparse.c:
14201           add ATRAC3 to STATIC CAPS to fix a warning
14202
14203         * gst/matroska/ebml-read.c:
14204         * gst-libs/gst/riff/riff-read.c:
14205           fix typos
14206
14207 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14208
14209         * gst-libs/gst/riff/riff-media.c:
14210           generate caps for ATRAC3 audio streams
14211
14212         * gst/realmedia/rmdemux.c:
14213           generate caps for ATRAC3 audio streams
14214
14215 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14216
14217         * gst/wavparse/Makefile.am
14218         * gst/wavparse/riff.h
14219         * gst/wavparse/wavparse.vcproj
14220           riff.h removal (unused and duplication with riff-ids.h)
14221
14222 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14223
14224         * gst/wavparse/gstwavparse.h
14225           remove duplicated defines for audio codec codes
14226
14227         * gst-libs/gst/riff/riff-ids.h
14228         * gst/wavenc/riff.h:
14229           add "4CC" code for ATRAC3 audio streams
14230           add "4CC" code for ITU_G721_ADPCM (unused for now)
14231
14232 2004-10-06  Wim Taymans  <wim@fluendo.com>
14233
14234         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
14235         Actually _do_ negotiation. Pass gdouble as arg instead
14236         of guint64 for the framerate.
14237
14238 2004-10-06  Wim Taymans  <wim@fluendo.com>
14239
14240         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14241         (find_compatibles), (close_pad_link), (try_to_link_1),
14242         (no_more_pads), (close_link), (type_found):
14243         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14244         * gst/playback/gstplaybin.c: (gen_video_element),
14245         (gen_audio_element):
14246         Set state on newly added element to READY so that negotiation
14247         can happen ASAP.
14248         Addes some more debug info.
14249         Do not try to plug pads with multiple caps structures or ANY
14250         because it is too dangerous since we do not do dynamic
14251         replugging.
14252
14253 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14254
14255         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
14256
14257         * po/LINGUAS:
14258         * po/or.po:
14259           add Oriya translation
14260
14261 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14262
14263         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14264           Prevent overwrite of size member. Makes audio sound crappy.
14265
14266 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14267
14268         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14269         Add rmvb to the list of known RealMedia extensions
14270
14271 2004-10-05  Wim Taymans  <wim@fluendo.com>
14272
14273         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
14274         (mngdec_openstream), (mngdec_closestream),
14275         (mngdec_handle_sink_event), (mngdec_readdata),
14276         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
14277         (mngdec_getcanvasline), (mngdec_refresh),
14278         (gst_mngdec_change_state):
14279         Set the framerate correctly.
14280
14281 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14282
14283         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14284           There was something wrong with the index massaging.
14285
14286 2004-10-04  Wim Taymans  <wim@fluendo.com>
14287
14288         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
14289         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
14290         (gst_smokedec_chain):
14291         * ext/jpeg/gstsmokedec.h:
14292         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
14293         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
14294         * ext/jpeg/gstsmokeenc.h:
14295         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
14296         (smokecodec_decode_new), (smokecodec_info_free),
14297         (smokecodec_set_quality), (smokecodec_get_quality),
14298         (smokecodec_set_threshold), (smokecodec_get_threshold),
14299         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14300         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
14301         (smokecodec_encode), (smokecodec_parse_id),
14302         (smokecodec_parse_header), (smokecodec_decode):
14303         * ext/jpeg/smokecodec.h:
14304         * ext/jpeg/smokeformat.h:
14305         Updated smoke, new bitstream, allows embedding in ogg.
14306
14307 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14308
14309         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14310           Fix seeking in some files. All this code is no longer needed (and
14311           actually breaks stuff) because we now synchronize the full index
14312           right when reading the header.
14313
14314 2004-10-04  Wim Taymans  <wim@fluendo.com>
14315
14316         * configure.ac:
14317         configure update for libmng.
14318
14319 2004-10-04  Wim Taymans  <wim@fluendo.com>
14320
14321         * ext/libmng/Makefile.am:
14322         * ext/libmng/gstmng.c: (plugin_init):
14323         * ext/libmng/gstmng.h:
14324         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
14325         (gst_mngdec_base_init), (gst_mngdec_class_init),
14326         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
14327         (gst_mngdec_loop), (gst_mngdec_get_property),
14328         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
14329         (mngdec_closestream), (mngdec_handle_sink_event),
14330         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
14331         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
14332         (gst_mngdec_change_state):
14333         * ext/libmng/gstmngdec.h:
14334         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
14335         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
14336         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
14337         (gst_mngenc_chain), (gst_mngenc_get_property),
14338         (gst_mngenc_set_property):
14339         * ext/libmng/gstmngenc.h:
14340         Added basic MNG decoder. Needs more work. The encoder does
14341         not work yet.
14342
14343 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14344
14345         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
14346         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
14347         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
14348           Don't hang on length=0 chunks. Some negotiation fixes. Signal
14349           no-more-pads.
14350
14351 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14352
14353         * configure.ac:
14354           you need at least 1.0.4 of speex
14355
14356 2004-10-04 Iain <iaingnome@gmail.com>
14357
14358         * ext/speex/gstspeexdec.h: Revert the includes changes.
14359
14360         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
14361
14362 2004-09-30 Iain <iaingnome@gmail.com>
14363
14364         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
14365         found during init or set as a property instead of hardcoding /dev/audio
14366
14367 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14368
14369         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
14370         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
14371         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14372         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14373         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14374         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14375         (gst_rmdemux_dump_data):
14376           Use debug category, fix EOS handling. filesrc ! rmdemux now
14377           works.
14378
14379 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14380
14381         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14382         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14383         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14384           Improve allocation, cutting and sorting of the index. How takes a
14385           few seconds instead of minutes.
14386
14387 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14388
14389         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14390           fixed compilation
14391
14392 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14393
14394         * gst-libs/gst/riff/riff-media.c:
14395         (gst_riff_create_video_caps_with_data),
14396         (gst_riff_create_video_template_caps):
14397           Add wing commander format mimetype/fourccs.
14398         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14399           Don't crash if some value is 0.
14400
14401 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14402
14403         * gst-libs/gst/riff/riff-media.c:
14404         (gst_riff_create_video_caps_with_data),
14405         (gst_riff_create_video_template_caps):
14406           Add DIB fourcc (raw, palettized 8-bit RGB).
14407         * gst-libs/gst/riff/riff-read.c:
14408         (gst_riff_read_strf_vids_with_data):
14409           Oops, fix strf_data reading bug.
14410         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14411           Use a non-NULL tag.
14412         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14413           Time for hacks. Sorry Dave. At least one quicktime movie (a
14414           trailer) that I've encountered contains multiple video tracks.
14415           One of those is the actual video track, the other are one-frame
14416           tracks (images). Unfortunately, the number of frames according
14417           to the trak header is 1 for each, so that doesn't help. So
14418           instead, I look at the duration and discard tracks with a
14419           duration shorter than 20% of the length of the stream. Better
14420           than nothing.
14421
14422 2004-10-01  Christian Schaller <christian@fluendo.com>
14423
14424         * ext/ivorbis/vorbis.c:
14425           Patch from Phil Blundell (Bug 152341)
14426
14427 2004-10-01  Wim Taymans  <wim@fluendo.com>
14428
14429         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14430         (speex_dec_get_formats), (speex_dec_convert),
14431         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14432         (speex_dec_chain), (gst_speexdec_get_property),
14433         (gst_speexdec_set_property):
14434         Small cleanups.
14435
14436 2004-10-01  Wim Taymans  <wim@fluendo.com>
14437
14438         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14439         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14440         (gst_wavparse_other), (gst_wavparse_loop),
14441         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14442         (gst_wavparse_srcpad_event):
14443         * gst/wavparse/gstwavparse.h:
14444         Added some more debugging info.
14445         Fix the case where the length of the file is 0.
14446         Make sure we seek to sample borders.
14447
14448 2004-10-01  Wim Taymans  <wim@fluendo.com>
14449
14450         * gst/playback/README:
14451         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14452         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14453         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14454         Add some debug info to decodebin, update README
14455
14456 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14457
14458         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14459           Don't use g_print(); use GST_DEBUG().
14460
14461 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14462
14463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14464         (gst_ogg_mux_queue_pads):
14465           Handle EOS properly.
14466
14467 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14468
14469         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14470
14471         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14472         (gst_faad_chain), (gst_faad_change_state):
14473         * ext/faad/gstfaad.h:
14474           Allow playback of raw (unframed) MPEG AAC files (#148993).
14475
14476 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14477
14478         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14479
14480         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14481           Throw error if we didn't recognize the stream. Fixes #152289.
14482
14483 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14484
14485         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14486           Fix negotiation.
14487
14488 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14489
14490         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14491
14492         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14493           Fix memleak.
14494
14495 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14496
14497         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14498
14499         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14500           Solve #152805.
14501         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14502           Solve 152806.
14503
14504 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14505
14506         * gst-libs/gst/riff/riff-media.c:
14507         (gst_riff_create_video_caps_with_data),
14508         (gst_riff_create_audio_caps_with_data):
14509           Add codec_data handling (like asfdemux used to do).
14510         * gst/asfdemux/gstasf.c: (plugin_init):
14511         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14512         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14513           Use riff-media for caps creation instead of our own (mostly
14514           broken) copy of its functions.
14515
14516 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14517
14518         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14519           Don't actually error out if we get another return value than
14520           -EINVAL. Opposite to what I first thought, drivers have random
14521           return values for this, although -EINVAL is the expected return
14522           value. Since this is not fatal, we shouldn't use
14523           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14524
14525 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14526
14527         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14528         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14529         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14530         (dvdreadsrc_get), (dvdreadsrc_open_file),
14531         (dvdreadsrc_change_state):
14532           Fix. Don't do one big huge loop around the whole DVD, that will
14533           cache all data and thus eat sizeof(dvd) (several GB) before we
14534           see something.
14535         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14536           Actually NULL'ify event after using it.
14537         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14538         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14539         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14540         (gst_ebml_read_seek), (gst_ebml_read_skip):
14541           Handle events.
14542         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14543         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14544         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14545           Fix timing (this will probably break if I seek using menus, but
14546           I didn't get there yet). VOBs and normal DVDs should now work.
14547           Add a mpeg2-only pad with high rank so this get autoplugged for
14548           MPEG-2 movies.
14549         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14550         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14551         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14552         (gst_mpeg_demux_get_audio_stream),
14553         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14554         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14555           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14556           MPEG-1 but use dvddemux for MPEG-2.
14557         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14558         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14559         (gst_mpeg_parse_parse_packhead):
14560           Timing. Only add pad template if it exists. Add sink template from
14561           class and not from ourselves. This means we will always use the
14562           correct sink template even if it is not the one defined in this
14563           file.
14564
14565 2004-09-29  Wim Taymans  <wim@fluendo.com>
14566
14567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14568         (gst_mpeg_demux_parse_pes):
14569         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14570         Fix playback of mpeg again, timestamps where screwed up by
14571         patch 1.61.
14572
14573 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14574
14575         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14576           Only return true if we actually filled something in. Prevents
14577           player applications from showing a random length for flac files.
14578         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14579         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14580         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14581         (gst_riff_read_strf_vids_with_data),
14582         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14583           OK, ok, so I implemented event handling. Apparently it's normal
14584           that we receive random events at random points without asking
14585           for it.
14586         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14587         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14588         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14589         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14590         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14591         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14592         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14593         * gst/avi/gstavidemux.h:
14594           Implement non-lineair chunk handling and subchunk processing.
14595           The first solves playback of AVI files where the audio and video
14596           data of individual buffers that we read are not synchronized.
14597           This should not happen according to the wonderful AVI specs, but
14598           of course it does happen in reality. It is also a prerequisite for
14599           the second. Subchunk processing allows us to cut chunks in small
14600           pieces and process each of these pieces separately. This is
14601           required because I've seen several AVI files with incredibly large
14602           audio chunks, even some files with only one audio chunk for the
14603           whole file. This allows for proper playback including seeking.
14604           This patch is supposed to fix all AVI A/V sync issues.
14605         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14606         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14607           Work.
14608         * gst/modplug/gstmodplug.cc:
14609           Proper return value setting for the query() function.
14610         * gst/playback/gstplaybasebin.c: (setup_source):
14611           Being in non-playing state (after, e.g., EOS) is not necessarily
14612           a bad thing. Allow for that. This fixes playback of short files.
14613           They don't actually playback fully now, because the clock already
14614           runs. This means that small files (<500kB) with a small length
14615           (<2sec) will still not or barely play. Other files, such as mod
14616           or flx, will work correctly, however.
14617
14618 2004-09-28  Wim Taymans  <wim@fluendo.com>
14619
14620         * ext/speex/gstspeex.c: (plugin_init):
14621         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14622         (gst_speex_dec_class_init), (speex_dec_get_formats),
14623         (speex_get_event_masks), (speex_get_query_types),
14624         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14625         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14626         (gst_speexdec_get_property), (gst_speexdec_set_property),
14627         (speex_dec_change_state):
14628         * ext/speex/gstspeexdec.h:
14629         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14630         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14631         (gst_speexenc_base_init), (gst_speexenc_class_init),
14632         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14633         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14634         (gst_speexenc_src_query), (gst_speexenc_init),
14635         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14636         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14637         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14638         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14639         (gst_speexenc_chain), (gst_speexenc_get_property),
14640         (gst_speexenc_set_property), (gst_speexenc_change_state):
14641         * ext/speex/gstspeexenc.h:
14642         Rewrote speex encoder, make sure it can be embedded in ogg.
14643         Implemented speex decoder.
14644
14645 2004-09-28  Christian Schaller <christian@fluendo.com>
14646
14647         * configure.ac:
14648         Remove kioslave plugin. Markey is brewing a new working one
14649         * ext/Makefile.am: Remove kioslave plugin
14650         * ext/kio: remove
14651         * gst-plugins.spec.in: remove kio plugin from spec
14652
14653 2004-09-27  Wim Taymans  <wim@fluendo.com>
14654
14655         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14656         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14657         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14658         (gst_multifdsink_new_client),
14659         (gst_multifdsink_handle_client_write),
14660         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14661         (gst_multifdsink_handle_clients):
14662         * gst/tcp/gstmultifdsink.h:
14663         Make syncing to keyframes actually work for new clients and lagging
14664         clients.
14665
14666 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14667
14668         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14669         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14670         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14671         * gst/debug/gstnavigationtest.h:
14672           make navigationtest display button-press and button-release events
14673
14674 2004-09-26 Iain <iaingnome@gmail.com>
14675
14676         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14677         the channels have received a new media event.
14678         (interleave_buffered_loop): Compresses a new media event on all
14679         channels into one.
14680
14681 2004-09-26 Iain <iaingnome@gmail.com>
14682
14683         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14684         call the sinkpad's default event handler and not the srcpads. He also
14685         says this is confusing :)
14686         (gst_wavenc_stop_file): Company says that seek events only go upstream
14687         we should send a discontinuous downstream instead.
14688
14689 2004-09-25  Christian Schaller <christian@fluendo.com>
14690
14691         * Update SPEC file to be usable in conjunction with Fedora Core,
14692           Fedora.us and freshrpms packages
14693         * Fix typo in multifilesrc test Makefile
14694
14695 2004-09-24  Wim Taymans  <wim@fluendo.com>
14696
14697         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14698         Only signal the no_more_pads signal when we have
14699         added the stream to our list.
14700
14701 2004-09-24  Wim Taymans  <wim@fluendo.com>
14702
14703         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14704         (new_decoded_pad):
14705         * gst/playback/gstplaybasebin.h:
14706         * gst/playback/gstplaybin.c: (setup_sinks):
14707         Don't try to preroll or decode more than one audio/video
14708         track.
14709
14710 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14711
14712         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14713           Throw error if we failed to find a suitable output. This should
14714           throw an error if we successfully set up a pipeline (e.g. because
14715           we recognized a media file) but found no decodable streams in it
14716           (e.g. because it contains only media stream types for which we
14717           have no decoders, or because it's not a media type).
14718
14719 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14720
14721         * ext/dirac/Makefile.am:
14722         * ext/dirac/gstdirac.cc:
14723         * ext/dirac/gstdiracdec.cc:
14724         * ext/dirac/gstdiracdec.h:
14725           Do something. Don't actually know if this works because I don't
14726           have a demuxer yet.
14727         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14728           Add channels=1 to caps returned from _getcaps().
14729         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14730         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14731         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14732         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14733         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14734         (gst_ogm_parse_change_state):
14735           Separate between audio/video so ogmaudioparse actually uses the
14736           audio pad templates. Both audio and video work now, including
14737           autoplugging. Also use sometimes-srcpad hack.
14738         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14739           Handle events better. Don't hang on infinite loops.
14740         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14741         (gst_avi_demux_init), (gst_avi_demux_reset),
14742         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14743         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14744         (gst_avi_demux_change_state):
14745         * gst/avi/gstavidemux.h:
14746           Improve A/V sync. Still not perfect.
14747         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14748         (gst_ebml_read_skip):
14749           Handle events better.
14750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14751         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14752         (qtdemux_audio_caps):
14753           Add IMA4. Improve event handling. Save offset after a seek when
14754           the headers are at the end of the file so that we don't end up in
14755           an infinite loop.
14756         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14757           Add low-priority typefind support for files with no length.
14758
14759 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14760
14761         * testsuite/multifilesink/Makefile.am:
14762         fix typo
14763
14764 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14765
14766         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14768         mistakes from thaytan's patches.
14769
14770 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14771
14772         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14773           For completeness, XSync in the destroy function as xvimage does.
14774
14775 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14776
14777         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14778            Correct caps negotiation
14779         * gst/volume/gstvolume.c: (volume_chain_float),
14780         (volume_chain_int16):
14781            Modify debug output to be little more informative
14782         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14784         (gst_xvimagesink_xvimage_destroy):
14785           Add XSync calls after detaching from the shared memory segment to
14786           avoid a crash.
14787
14788 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14789
14790         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14791         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14792         * ext/vorbis/vorbis.c: (plugin_init):
14793         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14794         (gst_vorbisenc_chain):
14795         * ext/vorbis/vorbisenc.h:
14796         remove explicit newmedia support from oggmux and vorbisenc
14797         add debug category to vorbisenc
14798         * gst/multifilesink/gstmultifilesink.c:
14799         (gst_multifilesink_class_init), (gst_multifilesink_init),
14800         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14801         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14802         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14803         (plugin_init):
14804         * gst/multifilesink/gstmultifilesink.h:
14805         add support for streamheader in multifilesink
14806
14807 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14808
14809         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14810         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14811         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14812           Prevent infinite loops. More correct error reporting.
14813         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14814           Error out if negotiation fails.
14815         * gst/playback/gstplaybasebin.c: (setup_source),
14816         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14817         (gst_play_base_bin_found_tag):
14818           Error/tag forwarding. Pre-roll fixes for source errors on state
14819           changes (e.g. "file does not exist") to prevent hangs.
14820
14821 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14822
14823         * testsuite/multifilesink/Makefile.am:
14824         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14825         (gst_newmedia_class_init), (gst_newmedia_init),
14826         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14827         (newfile_signal), (test_signal), (main):
14828         * testsuite/multifilesink/multifilesrc_test.c: (main):
14829         * testsuite/multifilesink/oggtheora_test.c:
14830         (gst_newmedia_base_init), (gst_newmedia_class_init),
14831         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14832         (test_format), (newfile_signal), (test_signal), (main):
14833         * testsuite/multifilesink/oggvorbis_test.c:
14834         (gst_newmedia_base_init), (gst_newmedia_class_init),
14835         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14836         (test_format), (newfile_signal), (test_signal), (main):
14837         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14838         (gst_newmedia_class_init), (gst_newmedia_init),
14839         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14840         (newfile_signal), (test_signal), (main):
14841         New media tests
14842
14843 2004-09-20  Christian Schaller <christian@fluendo.com>
14844
14845         * Fix mikmod license to LGPL as they have relicensed
14846         * Move Dirac and Effectv into LGPL section of README_license
14847
14848 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14849
14850         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14851         (gst_mad_change_state):
14852           Allow for mp3 rate/channels changes. However, only very
14853           conservatively. Reason that we *have* to enable this is smiply
14854           because the mad find_sync() function is not good enough, it will
14855           regularly sync on random data as valid frames and therefore make
14856           us provide random caps as *final* caps of the stream. The best fix
14857           I could think of is to simply require several of the same stream
14858           changes in a row before we change caps.
14859           The actual testcase that works now is #
14860         * ext/ogg/Makefile.am:
14861         * ext/ogg/gstogg.c: (plugin_init):
14862         * ext/ogg/gstogmparse.c:
14863           OGM support (video only for now; I need an audio sample file).
14864         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14865         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14866         (gst_asf_demux_add_video_stream):
14867           WMV extradata.
14868         * gst/playback/gstplaybasebin.c: (unknown_type):
14869           Don't error out on single unknown-types after all. It's wrong.
14870           If we found type of video and audio but not of a subtitle stream,
14871           it will still error out (which is unwanted). Will find a better fix
14872           later on.
14873         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14874         (ogmaudio_type_find), (plugin_init):
14875           OGM support.
14876
14877 2004-09-20  Johan Dahlin  <johan@gnome.org>
14878
14879         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14880         after setting caps.
14881
14882 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14883
14884         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14885         * gst/wavenc/gstwavenc.h:
14886         Added newmedia support to wavenc
14887
14888 2004-09-17  Wim Taymans  <wim@fluendo.com>
14889
14890         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14891         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14892         (gst_fdset_fd_can_write), (gst_fdset_wait):
14893         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14894         (gst_multifdsink_init), (gst_multifdsink_add),
14895         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14896         (gst_multifdsink_remove_client_link),
14897         (gst_multifdsink_client_queue_buffer),
14898         (gst_multifdsink_handle_client_write),
14899         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14900         (gst_multifdsink_close), (gst_multifdsink_change_state):
14901         * gst/tcp/gstmultifdsink.h:
14902         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14903         (gst_tcpserversink_removed):
14904         Small cleanups in fdset.c
14905         Use a hastable to map fd to the client structure for faster
14906         lookup in _remove and get_stats.
14907         Added virtual function to close the fds.
14908         Handle clients even when the select/poll call was unblocked because
14909         of a command.
14910         Implement syncing to keyframe in the recovery procedure.
14911
14912 2004-09-16 Iain <iaingnome@gmail.com>
14913
14914         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14915         try caps.
14916
14917 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14918
14919         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14920           Caps are only set if the type of the stream is unknown, but this
14921           is initialized in ->init_stream(), so set to UNKNOWN after calling
14922           ->init_stream() so that capsnego starts.
14923
14924 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14925
14926         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14927         (gst_avi_demux_stream_data):
14928           Just hardcode for raw audio then. AVI audio sucks.
14929
14930 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14931
14932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14933         * gst/matroska/matroska-mux.c: (audiosink_templ),
14934         (gst_matroska_mux_audio_pad_link):
14935         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14936         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14937
14938 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14939
14940         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14941         (gst_avi_demux_stream_data):
14942           Try to fix a/v sync issues.
14943
14944 2004-09-15  David Schleef  <ds@schleef.org>
14945
14946         * configure.ac: remove NASM check, since we don't use it.  Update
14947         dirac check to 0.4
14948         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14950         Initialized variables.
14951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14952         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14953         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14954         SVQ3 format
14955
14956 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14957
14958         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14959         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14960         * gst/avi/gstavidemux.h:
14961           Fix for compressed audio (mp3) timestamp generation. How did this
14962           ever work?
14963
14964 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14965
14966         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14967           Volume is a double not a float.
14968
14969 2004-09-15  Wim Taymans  <wim@fluendo.com>
14970
14971         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14972         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14973         Don't close the fd in multifdsink as we didn't open it in the
14974         first place. Some cleanups.
14975
14976 2004-09-15  Wim Taymans  <wim@fluendo.com>
14977
14978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14979         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14980         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14981         Fix the case where the muxer would mark pages as delta
14982         frames when they are not (vorbis only ogg).
14983
14984 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14985
14986         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14987         (gst_play_base_bin_change_state):
14988           Handle the case where we failed to setup a clear pipeline. This
14989           will throw an error (or EOS, another nice case) and if you don't
14990           catch that, the app will wait for the signal forever (and thus
14991           hang).
14992
14993 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14994
14995         * ext/gnomevfs/gstgnomevfssink.c:
14996         (gst_gnomevfssink_uri_get_protocols):
14997         * ext/gnomevfs/gstgnomevfssrc.c:
14998         (gst_gnomevfssrc_uri_get_protocols):
14999         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15000         * ext/gnomevfs/gstgnomevfsuri.h:
15001           Use _uri_new() instead of _open(), so it doesn't take as long and
15002           Christophe's computer won't hang.
15003         * gst/playback/gstplaybasebin.c: (unknown_type):
15004           Throw error on unknown media type, so apps actually display it.
15005
15006 2004-09-14  Brian Cameron  <brian.cameron@sun.com
15007
15008         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
15009           this script to work on Solaris since bash shell handles echo
15010           differenly than bash.
15011
15012 2004-09-17  Wim Taymans  <wim@fluendo.com>
15013
15014         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
15015         (setup_source), (gst_play_base_bin_set_property),
15016         (gst_play_base_bin_add_element):
15017         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
15018         Some more work on making sure seeking pauses the pipeline and
15019         that changing the uri actually does something.
15020
15021 2004-09-17  Wim Taymans  <wim@fluendo.com>
15022
15023         * gst/tcp/gstfdset.c: (gst_fdset_wait):
15024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
15025         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
15026         (gst_tcpserversink_close):
15027         Be a bit more paranoid when freeing memory.
15028
15029 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15030
15031         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15032         (qtdemux_parse_trak):
15033           Don't crash by dividing by zero (see sample movie in #126922).
15034
15035 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15036
15037         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
15038           Don't touch non-existing data (fixes crash on file in #140147).
15039
15040 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15041
15042         * gst/playback/gstplaybasebin.c:
15043         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
15044           Handle double disposals, and proper change of URIs.
15045
15046 2004-09-13  Martin Eikermann <meiker@upb.de>
15047
15048         * gst/mpegstream/gstmpegparse.c:
15049           fix synchronistation for streams recorded from digital PCR
15050           fixes bug #119376
15051
15052 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15053
15054         * ext/gnomevfs/Makefile.am:
15055         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15056         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
15057         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
15058         (gst_gnomevfssink_uri_get_type),
15059         (gst_gnomevfssink_uri_get_protocols),
15060         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
15061         (gst_gnomevfssink_uri_handler_init),
15062         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
15063         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
15064         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15065         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
15066         (gst_gnomevfssrc_uri_get_type),
15067         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
15068         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
15069         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15070         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
15071         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15072         * ext/gnomevfs/gstgnomevfsuri.h:
15073           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
15074           of fake URIs to see which this version of Gnome-VFS likes, and
15075           uses that for the Gst-URI interface. Makes playbin support http://
15076           streams. Also fix up some stupid behaviour in gnomevfssrc.
15077
15078 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15079
15080         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
15081         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15082         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
15083         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
15084           Update mixer (to sync with other sessions) if we try to obtain
15085           a new value. This makes alsamixer work accross applications.
15086         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15087           Only call sync functions if we're running, else alsalib asserts.
15088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
15089           Sometimes fails to compile. Possibly a gcc bug.
15090         * gst/playback/gstplaybin.c: (gen_video_element),
15091         (gen_audio_element):
15092           Add a reference to an application-provided object, because we lose
15093           this same reference if we add it to the bin. If we don't do this,
15094           we can only use this object once and thus crash if we go from
15095           ready to playing, back to ready and back to playing again.
15096           Also add an audioscale element because several cheap soundcards -
15097           like mine - don't support all samplerates.
15098         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15099         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
15100           Fix wrong order or PAR calls. Makes automatically obtained PAR
15101           from the X server atually being used.
15102
15103 2004-09-12  David Schleef  <ds@schleef.org>
15104
15105         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
15106         #151887, #152102, #152247.
15107         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
15108         * examples/seeking/cdparanoia.c: same
15109         * examples/seeking/cdplayer.c: same
15110         * examples/seeking/seek.c: same
15111         * examples/seeking/spider_seek.c: same
15112         * examples/seeking/vorbisfile.c: same
15113         * examples/stats/mp2ogg.c: same
15114         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15115         (gst_esdsink_dispose): Dispose of element properly.
15116         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
15117         fixes.
15118         * ext/nas/nassink.c: (gst_nassink_class_init),
15119         (gst_nassink_dispose): Dispose of element correctly.
15120         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
15121         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15122         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15123         Fix 64-bit warning.
15124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15125         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15126         Fix 64-bit warning.
15127
15128 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15129
15130         * configure.ac : change speex detection as 1.1.6 now uses
15131           .pc/pkg-config and they changed their headers location.
15132
15133 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
15134
15135         * gst/matroska/matroska-mux.h:
15136         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
15137         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15138         (gst_matroska_mux_write_data):
15139           Write multiple blocks/frames per cluster.
15140                 Write meta-seek information (seek heads).
15141
15142 2004-09-09  Scott Wheeler <wheeler@kde.org>
15143
15144         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
15145         (gst_play_bin_set_property), (gst_play_bin_get_property),
15146         (gen_audio_element), (gen_audio_element):
15147           Add a volume element / property to the pipeline.
15148
15149 2004-09-07  Wim Taymans  <wim@fluendo.com>
15150
15151         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
15152         Copy timestamps from the master pad to the output buffers.
15153
15154 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15155
15156         * ext/raw1394/gstdv1394src.c:
15157           throw errors when applicable
15158
15159 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
15160
15161         * gst/matroska/ebml-ids.h:
15162         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
15163         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
15164         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
15165           automatically convert unix time <-> ebml time when reading/writing
15166           a date, use gst_ebml_write_uint to write CUETIME,
15167           not gst_ebml_write_date.
15168         * gst/matroska/matroska-ids.h:
15169         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
15170         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
15171         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
15172         (gst_matroska_mux_write_data):
15173           Write track and segment UIDs, write muxing date, write
15174           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
15175           Create cues for audio only files.
15176
15177 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15178
15179         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15180         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15181           Re-commit ALSA switches.
15182         * gst/adder/gstadder.c: (gst_adder_loop):
15183           64-bit fix (#151416).
15184         * gst/debug/progressreport.c: (gst_progressreport_report):
15185           64-bit fix (#151419).
15186         * gst/matroska/matroska-demux.c:
15187         (gst_matroska_demux_parse_contents):
15188           64-bit fix (#151420).
15189         * gst/playback/test3.c: (update_scale):
15190           64-bit fix (#151421).
15191
15192 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15193
15194         * configure.ac:
15195           bump nano to cvs
15196
15197 === release 0.8.4 ===
15198
15199 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15200
15201         * configure.ac: releasing 0.8.4, "Alias"
15202
15203 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15204
15205         * ext/theora/Makefile.am:
15206           fix makefile.  Fixes #151462.
15207
15208 2004-08-30  Wim Taymans  <wim@fluendo.com>
15209
15210         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
15211         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15212         (gst_multifdsink_remove_client_link),
15213         (gst_multifdsink_client_queue_buffer),
15214         (gst_multifdsink_handle_client_write):
15215         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
15216         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
15217         Fix some memory leaks.
15218
15219 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15220
15221         Patch by: David Schleef
15222
15223         * configure.ac:
15224         * sys/Makefile.am:
15225           rename our detection macro for V4L2.  Fixes #151236.
15226
15227 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15228
15229         Patch by: David Schleef
15230
15231         * configure.ac:
15232           check to define LAMEPRESET.  Fixes #151232.
15233
15234 2004-08-27  David Schleef  <ds@schleef.org>
15235
15236         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
15237         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
15238         (gst_glimagesink_fixate):  Move local variable declarations to
15239         make gcc-2.95 happy.
15240
15241 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15242
15243         * configure.ac:
15244           bump nano for prerelease
15245
15246 2004-08-27  David Schleef  <ds@schleef.org>
15247
15248         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
15249         * sys/sunaudio/gstsunaudiosrc.c:
15250         * sys/sunaudio/gstsunaudiosrc.h:
15251
15252 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
15253
15254         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
15255         handle EOS correctly
15256         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
15257         * gst/matroska/matroska-mux.h:
15258         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
15259         VFW compatibility mode
15260
15261 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15262
15263         patch by: Zaheer Abbas Merali
15264
15265         * ext/ogg/gstoggmux.c:
15266         * ext/vorbis/vorbisenc.c:
15267         * ext/vorbis/vorbisenc.h:
15268           handle NEWMEDIA
15269
15270 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
15271
15272         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
15273         fix byte order reversion on little endian machines.
15274         * gst/matroska/matroska-mux.c: (audiosink_templ),
15275         (gst_matroska_mux_audio_pad_link):
15276         add TTA codec to the list of supported codecs.
15277         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15278         (gst_matroska_mux_start), (gst_matroska_mux_finish),
15279         (gst_matroska_mux_write_data):
15280         * gst/matroska/matroska-mux.h:
15281         write segment duration correctly, write muxing app string, fixes bugs
15282         #140897 and #140898.
15283         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
15284         wait for all pads to be negotiated before starting to mux.
15285
15286 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15287
15288         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
15289         * ext/lame/gstlame.h:
15290         Added new media support to lame
15291
15292 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
15293
15294         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
15295         send vorbis headers at the beginning of a stream, fixes bug #141554.
15296         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
15297         bug #148950.
15298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
15299         (gst_matroska_demux_plugin_init):
15300         * gst/matroska/matroska-ids.h:
15301         enable demuxing of TTA audio streams, fixes bug #148951.
15302         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
15303         enable typefinding for TTA audio files, fixes bug #148711.
15304         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
15305         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
15306         fixes playback of packed bitstream and xvid with bframes, bug #135407.
15307
15308 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
15309
15310         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
15311         (gst_riff_read_element_data), (gst_riff_read_seek),
15312         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
15313         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
15314         <teuf@gnome.org>
15315
15316 2004-08-23 Iain <iaingnome@gmail.com>
15317
15318         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
15319         tags. They appear to be handled differently to normal.
15320         (tag_list_to_id3_tag_foreach): Ditto.
15321
15322 2004-08-22  Wim Taymans  <wim@fluendo.com>
15323
15324         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15325         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15326         Make sure we never send -1 granulepos.
15327
15328 2004-08-20  Wim Taymans  <wim@fluendo.com>
15329
15330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15331         (gst_ogg_mux_loop):
15332         I will accept bitchslappings with non sharp objects.
15333
15334 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15335
15336         * configure.ac:
15337         Clean up the test for lame presets
15338
15339 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15340
15341         * configure.ac:
15342         * ext/lame/Makefile.am:
15343         * ext/lame/gstlame.c: (gst_lame_class_init),
15344         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15345         Only enable lame presets if version of lame has presets in API
15346
15347 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
15348         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
15349         * gst/udp/gstudpsrc.h:
15350           Don't call gst_pad_push in a get function. Fixes #150449
15351
15352 2004-08-18  Wim Taymans  <wim@fluendo.com>
15353
15354         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
15355         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
15356         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15357         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15358         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15359         (gst_fdset_wait):
15360         * gst/tcp/gstfdset.h:
15361         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15362         (gst_multifdsink_client_queue_buffer),
15363         (gst_multifdsink_handle_client_write):
15364         * gst/tcp/gstmultifdsink.h:
15365         Some extra checks in gstfdset.
15366         Only use send() when the fd is a socket. Don't try to
15367         read from write only fds.
15368
15369 2004-08-18  Wim Taymans  <wim@fluendo.com>
15370
15371         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15372         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15373         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15374         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15375         (gst_fdset_wait):
15376         Add more locking and bounds checking.
15377
15378 2004-08-18  Wim Taymans  <wim@fluendo.com>
15379
15380         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15381         Realloc test fdset in the lock and right before starting
15382         the poll call. Bump the limit to 4096.
15383
15384 2004-08-17  David Schleef  <ds@schleef.org>
15385
15386         * sys/sunaudio/Makefile.am:
15387         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15388         of rates and channels.  Make debugging less obnoxious.
15389
15390         Patch from Balamurali Viswanathan implementing a mixer for
15391         Sun audio.  (bug #144091):
15392         * sys/sunaudio/gstsunelement.c:
15393         * sys/sunaudio/gstsunelement.h:
15394         * sys/sunaudio/gstsunmixer.c:
15395         * sys/sunaudio/gstsunmixer.h:
15396
15397 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15398
15399         * gst/audioscale/gstaudioscale.c:
15400         * gst/audioscale/gstaudioscale.h:
15401         made audioscale resample from any sample rate to any sample rate
15402
15403 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15404
15405         * ext/libpng/gstpngdec.c:
15406           error out on unsupported types
15407
15408 2004-08-17  Iain <iaingnome@gmail.com>
15409
15410         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15411         mid_side and loose_mid_side properties if its a stereo stream.
15412
15413 2004-08-17  Wim Taymans  <wim@fluendo.com>
15414
15415         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15416         (theora_get_formats), (theora_dec_src_convert),
15417         (theora_dec_sink_convert), (theora_dec_src_query),
15418         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15419         Add a debug line.
15420
15421 2004-08-17  Wim Taymans  <wim@fluendo.com>
15422
15423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15424         (gst_ogg_pad_push):
15425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15426         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15427         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15428         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15429         Mark delta units in the muxer.
15430         Try to decode the packet after an out-of-sync error from
15431         libogg.
15432
15433 2004-08-17  Wim Taymans  <wim@fluendo.com>
15434
15435         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15436         (gst_multifdsink_init), (gst_multifdsink_add),
15437         (gst_multifdsink_client_queue_buffer),
15438         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15439         * gst/tcp/gstmultifdsink.h:
15440         Added option to send a keyframe to clients as the first buffer.
15441         Make timeout property writable.
15442
15443 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15444
15445         patch by: Wim Taymans
15446
15447         * gst/tcp/gstfdset.c:
15448         * gst/tcp/gstmultifdsink.c:
15449           fix index comparison, should include 0
15450
15451 2004-08-16  Wim Taymans  <wim@fluendo.com>
15452
15453         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15454         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15455         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15456         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15457         (gst_fdset_wait):
15458           copy when reallocing for poll so the select arguments don't get
15459           changed during the call
15460
15461 2004-08-16  Wim Taymans  <wim@fluendo.com>
15462
15463         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15464         (gst_theora_enc_class_init), (theora_enc_sink_link),
15465         (theora_buffer_from_packet), (theora_enc_chain):
15466         Fix bug where buffers were not marked as keyframes
15467         correctly.
15468
15469 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15470
15471         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15472         (gst_lame_preset_get_type), (gst_lame_class_init):
15473         describe the enum values for vbr mode and presets more verbosely
15474
15475 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15476
15477         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15478         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15479         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15480         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15481         * ext/lame/gstlame.h:
15482         add preset property to lame so it can use lame presets
15483
15484 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15485
15486         * ext/lame/gstlame.c: (gst_lame_get_property):
15487         whoops forgot break, thanks teuf
15488
15489 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15490
15491         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15492         (gst_lame_class_init), (gst_lame_src_getcaps),
15493         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15494         (gst_lame_get_property), (gst_lame_setup):
15495         * ext/lame/gstlame.h:
15496         fix lame's broken vbr stuff, allow it to resample if need be, and also
15497         make xing header optional
15498
15499 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15500
15501         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15502         added getcaps function so samplerate doesnt get fixated to silly values
15503
15504 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15505
15506         * ext/lame/gstlame.c: (gst_lame_src_link):
15507         revert previous fix
15508
15509 2004-08-12  Johan Dahlin  <johan@gnome.org>
15510
15511         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15512         checks. Doesn't matter what state we are in. Interfaces are a
15513         compile time thing, not runtime. It also broke the python bindings.
15514
15515 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15516
15517         * ext/lame/gstlame.c: (gst_lame_src_link):
15518         made source pad link function check if sinkpad is ok..fixes the problem
15519         where core fixates the output rate of lame stupidly
15520
15521 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15522
15523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15524         * sys/v4l/v4l_calls.c:
15525         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15526           fix fixate function to handle nonsimple caps.
15527           remove bogus check in _link
15528           cleanups
15529
15530 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15531
15532         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15533         set default compression ratio parameter to 0.0 so bitrate parameter
15534         works :)
15535
15536 2004-08-11  David Schleef  <ds@schleef.org>
15537
15538         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15539
15540 2004-08-11  David Schleef  <ds@schleef.org>
15541
15542         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15543         before.
15544
15545 2004-08-11  David Schleef  <ds@schleef.org>
15546
15547         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15548
15549 2004-08-11  David Schleef  <ds@schleef.org>
15550
15551         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15552           license field
15553         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15554         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15555           LGPL.
15556         * gst/auparse/gstauparse.c: Fix plugin license field.
15557         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15558         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15559         * gst/rtp/gstrtp.c: Fix plugin license field.
15560
15561 2004-08-11  Wim Taymans  <wim@fluendo.com>
15562
15563         * gst/tcp/Makefile.am:
15564         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15565         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15566         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15567         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15568         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15569         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15570         (gst_fdset_fd_can_write), (gst_fdset_wait):
15571         * gst/tcp/gstfdset.h:
15572         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15573         (gst_multifdsink_class_init), (gst_multifdsink_init),
15574         (gst_multifdsink_add), (gst_multifdsink_remove),
15575         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15576         (gst_multifdsink_remove_client_link),
15577         (gst_multifdsink_handle_client_read),
15578         (gst_multifdsink_client_queue_data),
15579         (gst_multifdsink_client_queue_caps),
15580         (gst_multifdsink_client_queue_buffer),
15581         (gst_multifdsink_handle_client_write),
15582         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15583         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15584         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15585         (gst_multifdsink_close):
15586         * gst/tcp/gstmultifdsink.h:
15587         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15588         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15589         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15590         (gst_tcpserversink_close):
15591         * gst/tcp/gsttcpserversink.h:
15592         Abstracted away the select call, implemented poll (yes we ran into
15593         the 1024 limit in production).
15594
15595 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15596
15597         * gst/tcp/gsttcp.c:
15598         * gst/tcp/gsttcpplugin.c:
15599           improve debuggging, remove assert
15600
15601 2004-08-10  Wim Taymans  <wim@fluendo.com>
15602
15603         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15604         (gst_client_status_get_type), (gst_multifdsink_class_init),
15605         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15606         (gst_multifdsink_handle_client_read),
15607         (gst_multifdsink_handle_client_write),
15608         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15609         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15610         (gst_multifdsink_get_property):
15611         * gst/tcp/gstmultifdsink.h:
15612         * gst/tcp/gsttcp-marshal.list:
15613         Starting to prepare for specifying buffer time in other units
15614         than buffers. Expose remove reason in signal.
15615
15616 2004-08-10  Wim Taymans  <wim@fluendo.com>
15617
15618         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15619         (gst_multifdsink_remove), (gst_multifdsink_clear),
15620         (gst_multifdsink_remove_client_link),
15621         (gst_multifdsink_handle_client_read),
15622         (gst_multifdsink_client_queue_data),
15623         (gst_multifdsink_client_queue_buffer),
15624         (gst_multifdsink_handle_client_write),
15625         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15626         (gst_multifdsink_chain), (gst_multifdsink_close):
15627         * gst/tcp/gstmultifdsink.h:
15628         Added more debugging info. Changed the way clients are
15629         removed from the lists. Fixed a bug where a bad file descriptor
15630         could cause many clients to be removed.
15631
15632 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15633
15634         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15635           allow all pixel-aspect-ratios, not just 1:1
15636
15637 2004-08-09  David Schleef  <ds@schleef.org>
15638
15639         * sys/glsink/ARB_multitexture.h:  Remove old files.
15640         * sys/glsink/EXT_paletted_texture.h:
15641         * sys/glsink/NV_register_combiners.h:
15642         * sys/glsink/gstgl_nvimage.c:
15643         * sys/glsink/gstgl_pdrimage.c:
15644         * sys/glsink/gstgl_rgbimage.c:
15645         * sys/glsink/gstglsink.c:
15646         * sys/glsink/gstglsink.h:
15647         * sys/glsink/gstglxwindow.c:
15648         * sys/glsink/regcomb_yuvrgb.c:
15649
15650 2004-08-09  David Schleef  <ds@schleef.org>
15651
15652         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15653         GL sink plugin.  (Bug #147302)
15654
15655         * configure.ac: Test for OpenGL
15656         * sys/Makefile.am: Use test for OpenGL
15657         * sys/glsink/Makefile.am:
15658         * sys/glsink/glimagesink.c: rewrite
15659         * sys/glsink/glimagesink.h: rewrite
15660
15661 2004-08-09  David Schleef  <ds@schleef.org>
15662
15663         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15664         sane framerates.
15665         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15667         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15668
15669 2004-08-09  Wim Taymans  <wim@fluendo.com>
15670
15671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15672         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15673         (gst_multifdsink_client_remove),
15674         (gst_multifdsink_handle_client_read),
15675         (gst_multifdsink_handle_client_write),
15676         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15677         Do a bit more logging, make the client_read code more robust.
15678
15679 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15680
15681         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15682         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15683         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15684         (gst_jpegdec_init), (gst_jpegdec_chain):
15685         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15686         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15687           cleanups, debugging fixes and memleak plugging
15688
15689 2004-08-09  Wim Taymans  <wim@fluendo.com>
15690
15691         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15692         (theora_get_formats), (theora_dec_src_convert),
15693         (theora_dec_sink_convert), (theora_dec_src_query),
15694         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15695         (theora_dec_change_state):
15696         Don't crash on missing header packets.
15697
15698 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15699
15700         * po/LINGUAS:
15701         * po/sq.po:
15702           Added Albanian translation (Laurent Dhima)
15703         * po/cs.po:
15704           updated
15705
15706 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15707
15708         * ext/lame/gstlame.c:
15709           fix/add debugging
15710
15711 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15712
15713         * sys/ximage/ximagesink.c:
15714         * sys/xvimage/xvimagesink.c:
15715           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15716
15717 2004-08-06  Wim Taymans  <wim@fluendo.com>
15718
15719         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15720         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15721         (gst_multifdsink_client_remove),
15722         (gst_multifdsink_handle_client_read),
15723         (gst_multifdsink_handle_client_write),
15724         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15725         Make sure we don't try to read more from a client that what
15726         ioctl says us or we deadlock.
15727
15728 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15729
15730         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15731         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15732         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15733           decouple running_time and n_frames so it can handle changing
15734           framerate while running
15735
15736 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15737
15738         * po/nl.po:
15739         * po/sv.po:
15740           updated translations
15741
15742 2004-08-04  Benjamin Otte  <otte@gnome.org>
15743
15744         * gst/videotestsrc/gstvideotestsrc.c:
15745         (gst_videotestsrc_get_capslist), (generate_capslist),
15746         (plugin_init):
15747           generate the list of supported caps at startup and reuse it instead
15748           of always generating it
15749
15750 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15751
15752         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15753           whoops, last checkin broke normal build
15754
15755 2004-08-03  Benjamin Otte  <otte@gnome.org>
15756
15757         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15758         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15759         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15760         (gst_alsa_mixer_get_option):
15761         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15762         (dvdnavsrc_print_event):
15763         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15765         (gst_ogg_mux_pad_unlink):
15766         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15767         (gst_multipart_mux_pad_unlink):
15768         * gst/videofilter/gstvideobalance.c:
15769         (gst_videobalance_colorbalance_set_value):
15770         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15771         (gst_videomixer_pad_unlink):
15772         * po/uk.po:
15773         * sys/oss/gstossmixer.c:
15774         * sys/v4l/gstv4lcolorbalance.c:
15775         * sys/v4l/gstv4ltuner.c:
15776         * sys/v4l/v4lsrc_calls.c:
15777         * sys/v4l2/gstv4l2colorbalance.c:
15778         * sys/v4l2/gstv4l2tuner.c:
15779           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15780
15781 2004-08-03  Benjamin Otte  <otte@gnome.org>
15782
15783         * examples/dynparams/filter.c: (ui_control_create):
15784         * examples/gstplay/player.c: (print_tag):
15785         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15786         * ext/gdk_pixbuf/gstgdkanimation.c:
15787         (gst_gdk_animation_iter_may_advance):
15788         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15789         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15790         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15791         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15792         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15793         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15794         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15795         * gst/sine/demo-dparams.c: (main):
15796         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15797         * testsuite/alsa/formats.c: (create_pipeline):
15798         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15799           fixes for G_DISABLE_ASSERT and friends
15800         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15801         (mp3_type_frame_length_from_header), (mp3_type_find),
15802         (plugin_init):
15803           require mp3 typefinding to have at least MIN_HEADERS valid headers
15804           add typefinding for AAC adts files
15805
15806 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15807
15808         * sys/ximage/ximagesink.c:
15809         (gst_ximagesink_calculate_pixel_aspect_ratio):
15810         * sys/xvimage/xvimagesink.c:
15811         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15812         Make sure we calculate pixel-aspect-ratio using floating point maths
15813
15814 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15815
15816         * po/uk.po:
15817           updated translation
15818
15819 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15820
15821         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15823           add debugging for display PAR calculation
15824
15825 2004-08-02  David Schleef  <ds@schleef.org>
15826
15827         * configure.ac: Fix mikmod CFLAGS.
15828
15829 2004-07-27  Benjamin Otte  <otte@gnome.org>
15830
15831         * gst/audioscale/gstaudioscale.c:
15832         - fix templates to only support S16, it's the only format that works
15833         - make caps nego code use try_set_caps_nonfixed and fixation instead
15834         of try_set_caps twice, which is not nice for autopluggers
15835         - change rank to secondary, so autopluggers can pick it up after
15836         audioconvert
15837
15838 2004-08-02  Iain <iain@prettypeople.org>
15839
15840         * gst/interleave/interleave.c (interleave_init),
15841         (interleave_request_new_pad),
15842         (interleave_pad_removed),
15843         (interleave_buffered_loop): Use the real pad count, not the artificial
15844         one.
15845
15846 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15847
15848         * configure.ac: bump nano back to development
15849
15850 === release 0.8.3 ===
15851
15852 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15853
15854         * configure.ac: releasing 0.8.3, "Water"
15855
15856 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15857
15858         * sys/xvimage/xvimagesink.c:
15859         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15860         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15861         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15862         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15863         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15864         * sys/xvimage/xvimagesink.h:
15865           apply similar PAR fixes as to ximagesink
15866
15867 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15868
15869         patch from: Benjamin Otte
15870
15871         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15872           add link function to lame.  Fixes #148986.
15873
15874 2004-08-02  Johan Dahlin  <johan@gnome.org>
15875
15876         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15877         fix debugging log
15878
15879 2004-07-30  David Schleef  <ds@schleef.org>
15880
15881         * gst/videomixer/Makefile.am: Fix things that should have been
15882         fixed in the last checkin.
15883
15884 2004-07-30  David Schleef  <ds@schleef.org>
15885
15886         * gst/multipart/Makefile.am: Fix things that should have been
15887         fixed in the last checkin.
15888
15889 2004-07-30  David Schleef  <ds@schleef.org>
15890
15891         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15892
15893 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15894
15895         * configure.ac:
15896           bump nano for prerelease
15897         * po/af.po:
15898         * po/az.po:
15899         * po/cs.po:
15900         * po/en_GB.po:
15901         * po/hu.po:
15902         * po/nl.po:
15903         * po/sr.po:
15904         * po/sv.po:
15905         * po/uk.po:
15906           updates
15907
15908 2004-07-30  Wim Taymans  <wim@fluendo.com>
15909
15910         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15911         (gst_multifdsink_add), (gst_multifdsink_remove),
15912         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15913         (gst_multifdsink_client_remove),
15914         (gst_multifdsink_handle_client_write),
15915         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15916         * gst/tcp/gstmultifdsink.h:
15917         Recover from a select with a bad file descriptor by removing
15918         the client.
15919
15920 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15921
15922         * configure.ac:
15923           fix requirement of core
15924         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15925         (gst_play_pipeline_setup):
15926           don't use colorspace element.  do use hermescolorspace element.
15927           make macro to get a colorspace element.
15928           mark strings for translation.
15929         * po/POTFILES.in:
15930           add play.c
15931         * po/af.po:
15932         * po/az.po:
15933         * po/cs.po:
15934         * po/en_GB.po:
15935         * po/hu.po:
15936         * po/nl.po:
15937         * po/sr.po:
15938         * po/sv.po:
15939         * po/uk.po:
15940           update translations
15941
15942 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15943
15944         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15945         fix default for newmedia flag
15946
15947 2004-07-30  Wim Taymans  <wim@fluendo.com>
15948
15949         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15950         (gst_theora_dec_init), (theora_get_formats),
15951         (theora_dec_src_convert), (theora_dec_sink_convert),
15952         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15953         (theora_dec_chain), (theora_dec_set_property),
15954         (theora_dec_get_property):
15955         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15956         (gst_theora_enc_class_init), (gst_theora_enc_init),
15957         (theora_enc_sink_link), (theora_enc_chain),
15958         (theora_enc_set_property), (theora_enc_get_property):
15959         Added cropping option to theora decoder.
15960         Added border option to theora encoder.
15961
15962 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15963
15964         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15965         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15966         (gst_pngenc_set_property):
15967         * ext/libpng/gstpngenc.h:
15968         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
15969
15970 2004-07-30  Wim Taymans  <wim@fluendo.com>
15971
15972         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15973         (theora_enc_sink_link), (theora_enc_chain),
15974         (theora_enc_set_property), (theora_enc_get_property):
15975         Fix encoding of non-multiple-of-16 video.
15976
15977 2004-07-29  David Schleef  <ds@schleef.org>
15978
15979         * configure.ac: make test for audiofile more strict
15980
15981 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15982
15983         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15984           give different names to typefind functions
15985
15986 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15987
15988         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15989         (gst_ximagesink_calculate_pixel_aspect_ratio),
15990         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15991         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15992         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15993         (gst_ximagesink_get_property), (gst_ximagesink_init):
15994         * sys/ximage/ximagesink.h:
15995           allocate PAR's dynamically.
15996           use autodetected PAR if no object-set PAR is given.
15997           add workaround for directfb's X not setting physical size.
15998           fix to xvimagesink will follow tomorrow.
15999
16000 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16001
16002         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
16003         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
16004         (gst_shout2send_get_type), (gst_shout2send_set_clock),
16005         (gst_shout2send_class_init), (gst_shout2send_init),
16006         (set_shout_metadata), (gst_shout2send_set_metadata),
16007         (gst_shout2send_chain), (gst_shout2send_set_property),
16008         (gst_shout2send_get_property), (gst_shout2send_connect),
16009         (gst_shout2send_change_state):
16010         * ext/shout2/gstshout2.h:
16011         - fix for sending mp3 audio to icecast2 server, if pad link function not
16012         called before PAUSED state
16013         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
16014         - added tagging support for mp3 audio broadcasted
16015         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16016         debug info
16017
16018 2004-07-28  Wim Taymans  <wim@fluendo.com>
16019
16020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
16021         (gst_ogg_demux_push):
16022         Return query failure when we don't know the length of
16023         an ogg stream insteda of returning TRUE with a bogus value.
16024
16025 2004-07-28  Wim Taymans  <wim@fluendo.com>
16026
16027         * ext/theora/theoradec.c: (theora_get_formats),
16028         (theora_dec_src_convert), (theora_dec_sink_convert),
16029         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16030         (theora_dec_chain):
16031         Don't screw up the 1 Chroma for 1 luma sample situation when we
16032         have an odd offset/width by adding a black border in those cases.
16033
16034 2004-07-28  Wim Taymans  <wim@fluendo.com>
16035
16036         * ext/theora/theoradec.c: (theora_get_formats),
16037         (theora_dec_src_convert), (theora_dec_sink_convert),
16038         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16039         (theora_dec_chain):
16040         * ext/theora/theoraenc.c: (theora_enc_sink_link):
16041         Added first attempt at cropping of the image as required by the
16042         theora spec. We need more properties in the caps (offset_x,
16043         offset_y,stride) to implement this correctly.
16044
16045 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
16046
16047         * ext/dvdnav/README:
16048           Update the README to use dvddemux
16049         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16050           Ensure getcaps returns a subset of the template caps
16051         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
16052         (gst_mpeg2subt_init):
16053           Ensure getcaps returns a subset of the template caps
16054         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
16055         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
16056         (gst_dvd_demux_get_subpicture_stream),
16057         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
16058         * gst/mpegstream/gstdvddemux.h:
16059           Set the explicit caps on the current_video pad before pushing
16060           anything
16061         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16062         (gst_mpeg_demux_get_audio_stream):
16063           Free caps used to gst_pad_set_explicit_caps, which takes a const
16064           GstCaps *
16065
16066 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16067
16068         * configure.ac: update GStreamer requirement to 0.8.4 because of
16069           GstFraction.
16070
16071 2004-07-28  Wim Taymans  <wim@fluendo.com>
16072
16073         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16074         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
16075         Add the pad to the element after setting up the caps. This
16076         makes it a lot easier to autoplug.
16077
16078 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16079
16080         * gst/median/gstmedian.c:
16081         * gst/mpeg2subt/gstmpeg2subt.c:
16082         * gst/mpegaudioparse/gstmpegaudioparse.c:
16083         * gst/mpegstream/gstdvddemux.c:
16084         * gst/mpegstream/gstmpegdemux.c:
16085         * gst/mpegstream/gstmpegpacketize.c:
16086         * gst/rtjpeg/gstrtjpeg.c:
16087         * gst/rtjpeg/gstrtjpegdec.c:
16088         * gst/rtjpeg/gstrtjpegenc.c:
16089         * gst/sine/gstsinesrc.c:
16090         * gst/smooth/gstsmooth.c:
16091         * gst/smpte/gstsmpte.c:
16092         * gst/smpte/gstsmpte.h:
16093         * gst/stereo/gststereo.c:
16094         * gst/videofilter/gstgamma.c:
16095         * gst/videofilter/gstvideobalance.c:
16096         * gst/videofilter/gstvideofilter.c:
16097         * gst/videofilter/gstvideoflip.c:
16098         * gst/videoscale/gstvideoscale.c:
16099         * gst/videoscale/videoscale.c:
16100         * gst/videotestsrc/gstvideotestsrc.c:
16101         * gst/videotestsrc/videotestsrc.c:
16102         * gst/wavenc/gstwavenc.c:
16103         * gst/wavparse/gstwavparse.c:
16104           fix local includes and 64 bits constants
16105
16106 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16107
16108         * win32/gst.sln:
16109         * gst-libs/gst/*/*.vcproj:
16110         * gst/*/*.vcproj:
16111           more working plugins
16112
16113 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16114
16115         * testsuite/alsa/Makefile.am:
16116         * testsuite/alsa/srcstate.c:
16117         add test for alsasrc changing state
16118
16119 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16120
16121         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
16122         (gst_silence_get):
16123         * gst/silence/gstsilence.h:
16124         fix silence generation for 16bit raw audio
16125
16126 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16127
16128         * gst/matroska/matroska-demux.c:
16129         (gst_matroska_demux_parse_metadata),
16130         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
16131         * gst/mpegaudio/common.c:
16132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
16133         (gst_videoscale_getcaps), (gst_videoscale_link),
16134         (gst_videoscale_src_fixate), (gst_videoscale_init),
16135         (gst_videoscale_finalize):
16136         * gst/videoscale/gstvideoscale.h:
16137         * gst/videotestsrc/gstvideotestsrc.c:
16138         (gst_videotestsrc_get_capslist):
16139         * gst/wavenc/gstwavenc.c:
16140         * sys/oss/gstossmixer.c: (fill_labels):
16141         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16142         (gst_ximagesink_handle_xevents),
16143         (gst_ximagesink_calculate_pixel_aspect_ratio),
16144         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
16145         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
16146         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16147         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
16148         (gst_ximagesink_init), (gst_ximagesink_class_init):
16149         * sys/ximage/ximagesink.h:
16150         * sys/xvimage/xvimagesink.c:
16151         (gst_xvimagesink_calculate_pixel_aspect_ratio),
16152         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
16153         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16154         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
16155         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16156         * sys/xvimage/xvimagesink.h:
16157           first batch of pixel aspect ratio commits.
16158
16159 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16160
16161         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16162         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
16163         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
16164           handle stride, needs work if we want to move stride handling
16165           upstream, but works correctly for our purposes.
16166
16167 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16168
16169         * gst/videoscale/README:
16170           add testing examples
16171         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
16172         (gst_videoscale_chain):
16173         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16174         (gst_videoscale_get_size):
16175           add get_size function that handles stride like videotestsrc.
16176           fixes conversion for YUV formats for as much as I can test them.
16177
16178 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16179
16180         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16181         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16183         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16184         (gst_xvimagesink_xvimage_put):
16185           further cleanups, logging, error handling and synchronizing
16186
16187 2004-07-27  Wim Taymans  <wim@fluendo.com>
16188
16189         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16190         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16191         (gst_videomixer_pad_set_property),
16192         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16193         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16194         (gst_videomixer_class_init), (gst_videomixer_init),
16195         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
16196         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
16197         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
16198         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
16199         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
16200         (gst_videomixer_loop), (plugin_init):
16201         Be a nicer negotiation citizen and provide a getcaps function on
16202         the srcpad. This also fixes a crash when resizing.
16203
16204 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16205
16206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16207         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
16208
16209 2004-07-27  Wim Taymans  <wim@fluendo.com>
16210
16211         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
16212         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16213         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16214         (gst_pngenc_set_property):
16215         * ext/libpng/gstpngenc.h:
16216         Added snapshot property to pngenc.
16217         removed g_print from pngdec
16218
16219 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
16220
16221         * gst/ac3parse/ac3parse.vcproj
16222         * gst/adder/adder.vcproj
16223         * gst/alpha/alpha.vcproj
16224         * gst/alpha/alphacolor.vcproj
16225         * gst/asfdemux/asf.vcproj
16226         * gst/audioconvert/audioconvert.vcproj
16227         * gst/audiorate/audiorate.vcproj
16228         * gst/audioscale/audioscale.vcproj
16229         * gst/auparse/auparse.vcproj
16230         * gst/avi/avi.vcproj
16231         * gst/cdxaparse/cdxaparse.vcproj
16232         * gst/chart/chart.vcproj
16233         * gst/colorspace/colorspace.vcproj
16234         * gst/cutter/cutter.vcproj
16235         * gst/debug/debug.vcproj
16236         * gst/debug/efence.vcproj
16237         * gst/debug/navigationtest.vcproj
16238         * gst/deinterlace/deinterlace.vcproj
16239         * gst/effectv/effectv.vcproj
16240         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16241         * gst/filter/filter.vcproj
16242         * gst/flx/flxdec.vcproj
16243         * gst/goom/goom.vcproj
16244         * gst/interleave/interleave.vcproj
16245         * gst/law/alaw.vcproj
16246         * gst/law/mulaw.vcproj
16247         * gst/matroska/matroska.vcproj
16248         * gst/median/median.vcproj
16249         * gst/mixmatrix/mixmatrix.vcproj
16250         * gst/mpeg1sys/mpeg1systemencode.vcproj
16251         * gst/mpeg1videoparse/mp1videoparse.vcproj
16252         * gst/mpeg2sub/mpeg2subt.vcproj
16253         * gst/mpegaudio/mpegaudio.vcproj
16254         * gst/mpegaudioparse/mpegaudioparse.vcproj
16255         * gst/mpegstream/mpegstream.vcproj
16256         * gst/multifilesink/multifilesink.vcproj
16257         * gst/multipart/multipart.vcproj
16258         * gst/oneton/oneton.vcproj
16259         * gst/overlay/overlay.vcproj
16260         * gst/passthrough/passthrough.vcproj
16261         * gst/qtdemux/qtdemux.vcproj
16262         * gst/realmedia/rmdemux.vcproj
16263         * gst/rtjpeg/rtjpeg.vcproj
16264         * gst/rtp/rtp.vcproj
16265         * gst/silence/silence.vcproj
16266         * gst/sine/sinesrc.vcproj
16267         * gst/smooth/smooth.vcproj
16268         * gst/smpte/smpte.vcproj
16269         * gst/spectrum/spectrum.vcproj
16270         * gst/speed/speed.vcproj
16271         * gst/stereo/stereo.vcproj
16272         * gst/switch/switch.vcproj
16273         * gst/tags/tagedit.vcproj
16274         * gst/tcp/tcp.vcproj
16275         * gst/typefind/typefindfunctions.vcproj
16276         * gst/udp/udp.vcproj
16277         * gst/videobox/videobox.vcproj
16278         * gst/videocrop/videocrop.vcproj
16279         * gst/videodrop/videodrop.vcproj
16280         * gst/videofilter/gamma.vcproj
16281         * gst/videofilter/videobalance.vcproj
16282         * gst/videofilter/videofilter.vcproj
16283         * gst/videofilter/videoflip.vcproj
16284         * gst/videoflip/videoflip.vcproj
16285         * gst/videomixer/videomixer.vcproj
16286         * gst/videorate/videorate.vcproj
16287         * gst/videoscale/videoscale.vcproj
16288         * gst/videotestsrc/videotestsrc.vcproj
16289         * gst/virtualdub/virtualdub.vcproj
16290         * gst/volenv/volenv.vcproj
16291         * gst/volume/volume.vcproj
16292         * gst/wavenc/wavenc.vcproj
16293         * gst/wavparse/wavparse.vcproj
16294         * gst/y4m/y4menc.vcproj
16295         * gst-libs/gst/audio/audio.vcproj
16296         * gst-libs/gst/audio/audiofilter.vcproj
16297         * gst-libs/gst/colorbalance/colorbalance.vcproj
16298         * gst-libs/gst/idct/idtc.vcproj
16299         * gst-libs/gst/media-info/media-info.vcproj
16300         * gst-libs/gst/mixer/mixer.vcproj
16301         * gst-libs/gst/navigation/navigation.vcproj
16302         * gst-libs/gst/play/play.vcproj
16303         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
16304         * gst-libs/gst/resample/resample.vcproj
16305         * gst-libs/gst/riff/riff.vcproj
16306         * gst-libs/gst/tuner/tuner.vcproj
16307         * gst-libs/gst/video/video.vcproj
16308         * gst-libs/gst/xoverlay/xoverlay.vcproj
16309           avoid problems with math.h, fix release dependancy
16310           rename GStreamer-0.8.lib to libgstreamer.lib
16311
16312 2004-07-27  Julien MOUTTE  <julien@moutte.net>
16313
16314         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
16316         the atom is not available we have to unlock the mutex. Fixes #148023
16317
16318 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16319
16320         * gst-libs/gst/media-info/media-info.h:
16321           issue for a vararg macro with MSVC
16322
16323 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16324
16325         * gst/effectv/effectv.vcproj
16326         * gst-libs/gst/idct/idct.vcproj:
16327         * gst-libs/gst/media-info/media-info.vcproj:
16328         * gst-libs/gst/navigation/navigation.vcproj:
16329         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16330         * gst-libs/gst/video/video.vcproj:
16331         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16332           fixes for build problems
16333
16334 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16335
16336         * gst-libs/gst/audio/audio.def:
16337         * gst-libs/gst/audio/riff.def:
16338           add some definitions needed by plugins
16339
16340 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16341
16342         * gst/asfdemux/gstasfmux.c
16343           Fix some 64 bits constants to be glib friendly
16344
16345 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16346
16347         * gst/ac3parse/gstac3parse.c
16348         * gst/audioscale/gstaudioscale.c
16349         * gst/auparse/gstauparse.c
16350         * gst/colorspace/gstcolorspace.c
16351         * gst/colorspace/yuv2rgb.h
16352           local include fixes
16353
16354 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16355
16356         * win32/gst.sln
16357           add more plugins to the build
16358
16359 2004-07-26  Julien MOUTTE  <julien@moutte.net>
16360
16361         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16362         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
16363
16364 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16365
16366         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
16367         (gst_level_set_property), (gst_level_get_property),
16368         (gst_level_base_init), (gst_level_class_init):
16369           add debugging categories.  cleanups.
16370
16371 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16372
16373         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16374         (gst_videoscale_planar411), (gst_videoscale_planar400),
16375         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16376         (gst_videoscale_scale_nearest_str1),
16377         (gst_videoscale_scale_nearest_str2),
16378         (gst_videoscale_scale_nearest_str4),
16379         (gst_videoscale_scale_nearest_16bit),
16380         (gst_videoscale_scale_nearest_24bit):
16381           fixed stride issues
16382           tested with 320x240 -> 321, 322, 324 x240
16383           tested with YV12, I420, YUY2, UYVY
16384           fixed packed422rev (don't think it could have worked before)
16385           by testing with UYVY
16386
16387 2004-07-26  Benjamin Otte  <otte@gnome.org>
16388
16389         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16390         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16391         (plugin_init):
16392           add debugging category, add error checks like checking return values
16393           of setup calls, make sure it still works after
16394           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16395
16396 2004-07-26  Wim Taymans  <wim@fluendo.com>
16397
16398         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16399         (gst_mpeg_demux_get_audio_stream),
16400         (gst_mpeg_demux_process_private):
16401         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16402         Check for error codes from the negotiation functions. Make sure
16403         we really set the pad caps when a new pad is created.
16404
16405 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16406
16407         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16408         (gst_ffmpeg_caps_to_pix_fmt):
16409         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16411         (gst_ffmpegcolorspace_pad_link):
16412           don't make function do two things at the same time without reason.
16413
16414 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16415
16416         * gst/ac3parse/ac3parse.vcproj
16417         * gst/adder/adder.vcproj
16418         * gst/alpha/alpha.vcproj
16419         * gst/alpha/alphacolor.vcproj
16420         * gst/asfdemux/asf.vcproj
16421         * gst/audioconvert/audioconvert.vcproj
16422         * gst/audiorate/audiorate.vcproj
16423         * gst/audioscale/audioscale.vcproj
16424         * gst/auparse/auparse.vcproj
16425         * gst/avi/avi.vcproj
16426         * gst/cdxaparse/cdxaparse.vcproj
16427         * gst/chart/chart.vcproj
16428         * gst/colorspace/colorspace.vcproj
16429         * gst/cutter/cutter.vcproj
16430         * gst/debug/debug.vcproj
16431         * gst/debug/efence.vcproj
16432         * gst/debug/navigationtest.vcproj
16433         * gst/deinterlace/deinterlace.vcproj
16434         * gst/effectv/effectv.vcproj
16435         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16436         * gst/filter/filter.vcproj
16437         * gst/flx/flxdec.vcproj
16438         * gst/goom/goom.vcproj
16439         * gst/interleave/interleave.vcproj
16440         * gst/law/alaw.vcproj
16441         * gst/law/mulaw.vcproj
16442         * gst/matroska/matroska.vcproj
16443         * gst/median/median.vcproj
16444         * gst/mixmatrix/mixmatrix.vcproj
16445         * gst/mpeg1sys/mpeg1systemencode.vcproj
16446         * gst/mpeg1videoparse/mp1videoparse.vcproj
16447         * gst/mpeg2sub/mpeg2subt.vcproj
16448         * gst/mpegaudio/mpegaudio.vcproj
16449         * gst/mpegaudioparse/mpegaudioparse.vcproj
16450         * gst/mpegstream/mpegstream.vcproj
16451         * gst/multifilesink/multifilesink.vcproj
16452         * gst/multipart/multipart.vcproj
16453         * gst/oneton/oneton.vcproj
16454         * gst/overlay/overlay.vcproj
16455         * gst/passthrough/passthrough.vcproj
16456         * gst/qtdemux/qtdemux.vcproj
16457         * gst/realmedia/rmdemux.vcproj
16458         * gst/rtjpeg/rtjpeg.vcproj
16459         * gst/rtp/rtp.vcproj
16460         * gst/silence/silence.vcproj
16461         * gst/sine/sinesrc.vcproj
16462         * gst/smooth/smooth.vcproj
16463         * gst/smpte/smpte.vcproj
16464         * gst/spectrum/spectrum.vcproj
16465         * gst/speed/speed.vcproj
16466         * gst/stereo/stereo.vcproj
16467         * gst/switch/switch.vcproj
16468         * gst/tags/tagedit.vcproj
16469         * gst/tcp/tcp.vcproj
16470         * gst/typefind/typefindfunctions.vcproj
16471         * gst/udp/udp.vcproj
16472         * gst/videobox/videobox.vcproj
16473         * gst/videocrop/videocrop.vcproj
16474         * gst/videodrop/videodrop.vcproj
16475         * gst/videofilter/gamma.vcproj
16476         * gst/videofilter/videobalance.vcproj
16477         * gst/videofilter/videofilter.vcproj
16478         * gst/videofilter/videoflip.vcproj
16479         * gst/videoflip/videoflip.vcproj
16480         * gst/videomixer/videomixer.vcproj
16481         * gst/videorate/videorate.vcproj
16482         * gst/videoscale/videoscale.vcproj
16483         * gst/videotestsrc/videotestsrc.vcproj
16484         * gst/virtualdub/virtualdub.vcproj
16485         * gst/volenv/volenv.vcproj
16486         * gst/volume/volume.vcproj
16487         * gst/wavenc/wavenc.vcproj
16488         * gst/wavparse/wavparse.vcproj
16489         * gst/y4m/y4menc.vcproj
16490           more plugins supported under windows
16491
16492 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16493
16494         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16495         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16496         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16498         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16499           Add debugging statements.  Use the sizes as returned by the
16500           *CreateImage calls.
16501
16502 2004-07-26  Johan Dahlin  <johan@gnome.org>
16503
16504         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16505         the pad is negotiated.
16506
16507         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16508
16509 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16510
16511         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16512         * gst-libs/gst/idct/idct.vcproj:
16513         * gst-libs/gst/media-info/media-info.vcproj:
16514         * gst-libs/gst/mixer/mixer.vcproj:
16515         * gst-libs/gst/navigation/navigation.vcproj:
16516         * gst-libs/gst/play/play.vcproj:
16517         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16518         * gst-libs/gst/resample/resample.vcproj:
16519         * gst-libs/gst/tuner/tuner.vcproj:
16520         * gst-libs/gst/video/video.vcproj:
16521         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16522           more plugins supported under windows
16523
16524 2004-07-25 Iain <iain@prettypeople.org>
16525
16526         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16527         pad now rather than when the pad is created because state changes wipe
16528         explicit caps (fixes #148043).
16529
16530 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16531
16532         reviewed by Benjamin Otte  <otte@gnome.org>
16533
16534         * ext/mad/gstmad.c:
16535           fix mad plugin crashing on Sun (fixes #148289)
16536
16537 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16538
16539         * gst/avi/avi.def:
16540         * gst/avi/avi.vcproj:
16541         * gst/matroska/matroska.def:
16542         * gst/matroska/matroska.vcproj:
16543           remove unused .def files
16544
16545 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16546
16547         * gst-libs/gst/audio/gstaudiofilter.c:
16548           Clean the local include
16549
16550 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16551
16552         * win32/gst.sln:
16553         * gst-libs/gst/audio/audio.def:
16554         * gst-libs/gst/audio/audio.vcproj:
16555         * gst-libs/gst/audio/audiofilter.vcproj:
16556         * gst-libs/gst/audio/riff.def:
16557         * gst-libs/gst/audio/riff.vcproj:
16558         * gst-libs/gst/gst-libs.def:
16559         * gst-libs/gst/gst-libs.vcproj:
16560         * gst/avi/avi.vcproj:
16561         * gst/avi/avi.vcproj:
16562           Copy the files where needed after building, cleaner projects
16563
16564 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16565
16566         * gst/matroska/ebml-write.c:
16567           Fix some 64 bits constants to be glib friendly
16568
16569 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16570
16571         * win32/gst.sln:
16572         * gst-libs/gst/gst-libs.def:
16573         * gst-libs/gst/gst-libs.vcproj:
16574         * gst/matroska/matroska.def:
16575         * gst/matroska/matroska.vcproj:
16576           Add the preliminary canvas to build plugins on Win32
16577
16578 2004-07-23  Benjamin Otte  <otte@gnome.org>
16579
16580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16581           don't enfore negotiation from source side, it breaks
16582           sinesrc ! audioconvert ! osssink
16583
16584 2004-07-22  David Schleef  <ds@schleef.org>
16585
16586         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16587         for ELF files, since they can easily be recognized as audio/mpeg.
16588         (bug #147441)
16589
16590 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16591
16592         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16593         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16594         (gst_videoscale_scale_nearest_24bit),
16595         (gst_videoscale_scale_nearest_16bit):
16596           fix 16bit and 24bit for stride (24bit might need testing)
16597           don't pretend we do more than one algorithm
16598
16599 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16600
16601         * configure.ac:
16602         * gst/Makefile.am:
16603         * gst/multifilesink/Makefile.am:
16604         * gst/multifilesink/gstmultifilesink.c:
16605         (gst_multifilesink_get_formats),
16606         (gst_multifilesink_get_query_types), (_do_init),
16607         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16608         (gst_multifilesink_init), (gst_multifilesink_dispose),
16609         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16610         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16611         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16612         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16613         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16614         (gst_multifilesink_uri_get_type),
16615         (gst_multifilesink_uri_get_protocols),
16616         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16617         (gst_multifilesink_uri_handler_init), (plugin_init):
16618         * gst/multifilesink/gstmultifilesink.h:
16619         * testsuite/Makefile.am:
16620         * testsuite/multifilesink/Makefile.am:
16621         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16622         (gst_newmedia_class_init), (gst_newmedia_init),
16623         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16624         (newfile_signal), (test_signal), (main):
16625         multifilesink plugin for creating new files every time a new media
16626         discontinuity event occurs
16627
16628 2004-07-22  Wim Taymans  <wim@fluendo.com>
16629
16630         * gst/alpha/Makefile.am:
16631         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16632         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16633         (gst_alpha_color_init), (gst_alpha_color_set_property),
16634         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16635         (transform), (gst_alpha_color_chain),
16636         (gst_alpha_color_change_state), (plugin_init):
16637         Stupid plugin to to RGBA to AYUV conversion because none of
16638         the colorspace plugins can handle that yet.
16639
16640 2004-07-22  Wim Taymans  <wim@fluendo.com>
16641
16642         * examples/seeking/seek.c: (update_scale), (main):
16643         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16644         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16645         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16646         (gst_decode_bin_init), (gst_decode_bin_dispose),
16647         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16648         (no_more_pads), (close_link), (type_found),
16649         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16650         (plugin_init):
16651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16652         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16653         (gst_play_base_bin_dispose), (queue_overrun),
16654         (gen_preroll_element), (remove_prerolls), (unknown_type),
16655         (no_more_pads), (new_stream), (setup_source),
16656         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16657         (play_base_eos), (gst_play_base_bin_change_state),
16658         (gst_play_base_bin_add_element),
16659         (gst_play_base_bin_remove_element),
16660         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16661         (gst_play_base_bin_unlink_stream),
16662         (gst_play_base_bin_get_streaminfo):
16663         * gst/playback/gstplaybin.c: (gen_video_element),
16664         (gen_audio_element):
16665         * gst/playback/gststreaminfo.h:
16666         More playback updates, attempt to fix things after the state change
16667         breakage.
16668
16669 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16670
16671         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16672         (gst_videoscale_scale_nearest_16bit):
16673           comment algorithm
16674
16675 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16676
16677         * gst/videotestsrc/gstvideotestsrc.c:
16678         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16679         (gst_videotestsrc_init), (gst_videotestsrc_get),
16680         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16681         (gst_videotestsrc_get_property):
16682         * gst/videotestsrc/gstvideotestsrc.h:
16683         * gst/videotestsrc/videotestsrc.c:
16684         * gst/videotestsrc/videotestsrc.h:
16685           cleanup and commenting
16686
16687 2004-07-21  Wim Taymans  <wim@fluendo.com>
16688
16689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16690         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16691         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16692         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16693         (_find_chain_get_unknown_part), (_find_streams_check),
16694         (gst_ogg_demux_push), (gst_ogg_pad_push):
16695         * ext/theora/theoradec.c: (theora_get_formats),
16696         (theora_dec_src_convert), (theora_dec_sink_convert),
16697         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16698         (theora_dec_chain):
16699         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16700         (vorbis_dec_convert), (vorbis_dec_src_query),
16701         (vorbis_dec_src_event), (vorbis_dec_event):
16702         More seeking fixes, oggdemux now supports seeking to time and
16703         uses the downstream element to convert granulepos to time.
16704         Seeking in theora-only ogg files now works.
16705
16706 2004-07-21  Wim Taymans  <wim@fluendo.com>
16707
16708         * ext/theora/theoradec.c: (gst_theora_dec_init),
16709         (theora_get_formats), (theora_get_event_masks),
16710         (theora_get_query_types), (theora_dec_src_convert),
16711         (theora_dec_sink_convert), (theora_dec_src_query),
16712         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16713         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16714         (vorbis_get_event_masks), (vorbis_get_query_types),
16715         (gst_vorbis_dec_init), (vorbis_dec_convert),
16716         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16717         Added query/convert/formats functions to vorbis and theora decoders
16718         so that the outside world can use them too. Fixed seeking on an
16719         ogg/theora/vorbis file by disabling the seeking seeking on the
16720         theora srcpad.
16721
16722 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16723
16724         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16725         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16726         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16727         images creation for both elements. We don't create the image on caps
16728         nego or renego, we just destroy the internal one if present if it does
16729         not match the needs. The chain function takes care of creating a new
16730         image when needed.
16731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16732         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16733         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16734         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16735         the image format information. The buffer pool checks for the context
16736         image format and discard images with different formats.
16737         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16738
16739 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16740
16741         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16742         (gst_ffmpegcolorspace_chain):
16743           no point in doing any chaining if the pad we want to push from
16744           isn't usable.
16745
16746 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16747
16748         * gst-libs/gst/riff/riff-media.c:
16749         (gst_riff_create_audio_caps_with_data):
16750           Fix double end-to-native symbol conversion (#148021).
16751
16752 2004-07-20  David Schleef  <ds@schleef.org>
16753
16754         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16755         Don't use an Atom that doesn't exist.
16756
16757 2004-07-20  Wim Taymans  <wim@fluendo.com>
16758
16759         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16760         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16761         (gst_multifdsink_client_remove),
16762         (gst_multifdsink_handle_client_write),
16763         (gst_multifdsink_queue_buffer):
16764         * gst/tcp/gstmultifdsink.h:
16765         More multifdsink stats. Avoid deadlock by releasing locks
16766         before sending out a signal.
16767
16768 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16769
16770         * po/LINGUAS:
16771         * po/hu.po:
16772           added Hungarian translation (Laszlo Dvornik)
16773
16774 2004-07-20  Wim Taymans  <wim@fluendo.com>
16775
16776         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16777         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16778         (gst_multifdsink_handle_client_write),
16779         (gst_multifdsink_queue_buffer):
16780         * gst/tcp/gsttcp-marshal.list:
16781         Fixed the stupid marshal definition.
16782
16783 2004-07-20  Wim Taymans  <wim@fluendo.com>
16784
16785         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16786         (gst_multifdsink_init), (gst_multifdsink_add),
16787         (gst_multifdsink_client_remove),
16788         (gst_multifdsink_handle_client_write),
16789         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16790         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16791         (gst_multifdsink_init_send):
16792         * gst/tcp/gstmultifdsink.h:
16793         Added more stats, added timeout for a client, fixed some typos
16794         and added some comments.
16795
16796 2004-07-20  Wim Taymans  <wim@fluendo.com>
16797
16798         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16799         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16800         (gst_multifdsink_client_remove),
16801         (gst_multifdsink_handle_client_write):
16802         * gst/tcp/gstmultifdsink.h:
16803         * gst/tcp/gsttcp-marshal.list:
16804         Added get_stats method that returns a GValueArray of
16805         stats values.
16806
16807 2004-07-19  Benjamin Otte  <otte@gnome.org>
16808
16809         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16810           make sure longname, description and author are valid UTF-8
16811
16812 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16813
16814         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16815         (gst_ximagesink_set_property):
16816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16817         (gst_xvimagesink_set_property):
16818           make sure SYNCHRONOUS is respected after getting the X context
16819
16820 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16821
16822         * gst/matroska/matroska-demux.c:
16823         (gst_matroska_demux_handle_src_event),
16824         (gst_matroska_demux_parse_blockgroup):
16825         * gst/matroska/matroska-ids.h:
16826           add BlockReference tag and ignore it to clear out log.
16827           ignore NAVIGATION events to clear out log.
16828
16829 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16830
16831         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16832         (gst_matroska_demux_add_stream):
16833         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16834           add debug categories
16835
16836 2004-07-16  Wim Taymans  <wim@fluendo.com>
16837
16838         * ext/libpng/Makefile.am:
16839         * ext/libpng/gstpng.c: (plugin_init):
16840         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16841         (gst_pngdec_get_type), (gst_pngdec_base_init),
16842         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16843         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16844         * ext/libpng/gstpngdec.h:
16845         Added png decoder.
16846
16847 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16848
16849         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16850         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16851         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16852         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16853         (gst_ximagesink_buffer_alloc):
16854         * sys/ximage/ximagesink.h:
16855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16856         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16857         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16858         (gst_xvimagesink_buffer_alloc):
16859         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16860         again. Using internal data pointer of the x(v)image to store image's
16861         data to be coherent with the buffer alloc mechanism. Investigated the
16862         image destruction code to be sure that everything gets freed correctly.
16863
16864 2004-07-16  Wim Taymans  <wim@fluendo.com>
16865
16866         * gst-libs/gst/riff/riff-read.c:
16867         (gst_riff_read_strf_vids_with_data),
16868         (gst_riff_read_strf_auds_with_data):
16869         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16870         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16871         Make sure we don't create 0 sized subbuffers in riff-read.
16872         Signal the no more pads signal after reading the avi header.
16873
16874 2004-07-16  Wim Taymans  <wim@fluendo.com>
16875
16876         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16877         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16878         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16879         (gst_decode_bin_init), (gst_decode_bin_dispose),
16880         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16881         (no_more_pads), (close_link), (type_found),
16882         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16883         (gst_decode_bin_change_state), (plugin_init):
16884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16885         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16886         (gst_play_base_bin_dispose), (queue_overrun),
16887         (gen_preroll_element), (remove_prerolls), (unknown_type),
16888         (no_more_pads), (new_stream), (setup_source),
16889         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16890         (play_base_eos), (gst_play_base_bin_change_state),
16891         (gst_play_base_bin_add_element),
16892         (gst_play_base_bin_remove_element),
16893         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16894         (gst_play_base_bin_unlink_stream),
16895         (gst_play_base_bin_get_streaminfo):
16896         * gst/playback/gstplaybasebin.h:
16897         Better error recovery. Added configurable preroll queue size. Faster
16898         detection of no-more-pads.
16899
16900 2004-07-16  Wim Taymans  <wim@fluendo.com>
16901
16902         * gst-libs/gst/video/video.h:
16903         Added 32 bits RGBA. Not sure if we should use another mime-type
16904         for alpha rgb. Currently the presence of the alpha_mask property
16905         signals an alpha channel.
16906
16907 2004-07-16  Wim Taymans  <wim@fluendo.com>
16908
16909         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16911         FPS seems to be 0.0 to MAX everywhere else.
16912
16913 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16914
16915         * gst-libs/gst/riff/riff-media.c:
16916         (gst_riff_create_video_caps_with_data):
16917           mp42/mp43 (no caps) exist too.
16918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16919           Set pixel_width/height; we've got them in-caps.
16920         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16921         * gst/wavparse/gstwavparse.c: (plugin_init):
16922           Both are valid primary.
16923         * sys/oss/gstossmixer.c:
16924           Remove i18n hack and enable translations.
16925
16926 2004-07-15  Benjamin Otte  <otte@gnome.org>
16927
16928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16929         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16930           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16931
16932 2004-07-15  Benjamin Otte  <otte@gnome.org>
16933
16934         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16935         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16936         (gst_alsa_close_audio):
16937           disable some of the debugging code for now. Writing debugging to a
16938           buffer is broken in current alsalib releases.
16939
16940 2004-07-12  Benjamin Otte  <otte@gnome.org>
16941
16942         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16943           use bufferpools
16944
16945 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16946
16947         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16948         (theora_dec_src_query), (theora_dec_event):
16949         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16950           add debugging categories.  Remove \n's.
16951
16952 2004-07-13  Johan Dahlin  <johan@gnome.org>
16953
16954         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16955         (gst_play_bin_get_property): Impl.
16956
16957 2004-07-13  Wim Taymans  <wim@fluendo.com>
16958
16959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16960         When trying to find the stream length, seek back N pages
16961         instead of just one, where N is the number of streams in
16962         the current chain.
16963
16964 2004-07-13  Wim Taymans  <wim@fluendo.com>
16965
16966         * gst-libs/gst/riff/riff-media.c:
16967         (gst_riff_create_audio_caps_with_data),
16968         (gst_riff_create_audio_caps),
16969         (gst_riff_create_audio_template_caps):
16970         * gst-libs/gst/riff/riff-media.h:
16971         * gst-libs/gst/riff/riff-read.c:
16972         (gst_riff_read_strf_vids_with_data),
16973         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16974         * gst-libs/gst/riff/riff-read.h:
16975         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16976         (gst_avi_demux_add_stream):
16977         Set codec_data on caps for avidemuxer.
16978
16979 2004-07-12  David Schleef  <ds@schleef.org>
16980
16981         * configure.ac: Fix test for Objective C
16982
16983 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16984         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16985         (gst_gdk_pixbuf_chain):
16986           Add svg and pcx to template caps, and ensure that getcaps returns a
16987           subset of the template caps.
16988           Copy each row manually for output, as gdkpixbuf may pad the
16989           rowstride to a 32-bit word boundary.
16990
16991 2004-07-12  Wim Taymans  <wim@fluendo.com>
16992
16993         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16994         (gst_riff_create_video_template_caps):
16995         Fix the template caps to include some more media types.
16996
16997 2004-07-12  Wim Taymans  <wim@fluendo.com>
16998
16999         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17000         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17001         (compare_ranks), (print_feature), (gst_decode_bin_init),
17002         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17003         (try_to_link_1), (new_pad), (close_link), (type_found),
17004         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17005         (gst_decode_bin_change_state), (plugin_init):
17006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17007         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17008         (gst_play_base_bin_dispose), (queue_overrun),
17009         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17010         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17011         (gst_play_base_bin_get_property), (play_base_eos),
17012         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17013         (gst_play_base_bin_remove_element),
17014         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17015         (gst_play_base_bin_unlink_stream),
17016         (gst_play_base_bin_get_streaminfo):
17017         * gst/playback/gstplaybasebin.h:
17018         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17019         (gst_play_bin_class_init), (gst_play_bin_init),
17020         (gst_play_bin_dispose), (gst_play_bin_set_property),
17021         (gst_play_bin_get_property), (gen_video_element),
17022         (gen_audio_element), (remove_sinks), (setup_sinks),
17023         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17024         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17025         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17026         (gst_play_bin_query), (plugin_init):
17027         * gst/playback/test4.c: (main):
17028         More fixes on reusing of the element.
17029
17030 2004-07-11  Benjamin Otte  <otte@gnome.org>
17031
17032         * ext/mad/gstmad.c: (normal_seek):
17033           allow seeking for other methods than just SET
17034
17035 2004-07-11  Andy Wingo  <wingo@pobox.com>
17036
17037         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
17038         float, "any" caps -> buffer_frames=[0,MAX].
17039
17040         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
17041         doesn't intersect our caps with the template any more. Do it
17042         ourselves.
17043         (interleave_buffered_loop): Use g_newa instead of malloc/free.
17044
17045 2004-07-09  Wim Taymans  <wim@fluendo.com>
17046
17047         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17048         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17049         (compare_ranks), (print_feature), (gst_decode_bin_init),
17050         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17051         (try_to_link_1), (new_pad), (close_link), (type_found),
17052         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17053         (gst_decode_bin_change_state), (plugin_init):
17054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17055         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17056         (gst_play_base_bin_dispose), (queue_overrun),
17057         (gen_preroll_element), (remove_prerolls), (no_more_pads),
17058         (new_stream), (setup_source), (gst_play_base_bin_set_property),
17059         (gst_play_base_bin_get_property), (play_base_eos),
17060         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
17061         (gst_play_base_bin_remove_element),
17062         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17063         (gst_play_base_bin_unlink_stream),
17064         (gst_play_base_bin_get_streaminfo):
17065         * gst/playback/gstplaybasebin.h:
17066         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17067         (gst_play_bin_class_init), (gst_play_bin_init),
17068         (gst_play_bin_dispose), (gst_play_bin_set_property),
17069         (gst_play_bin_get_property), (gen_video_element),
17070         (gen_audio_element), (remove_sinks), (setup_sinks),
17071         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
17072         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17073         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17074         (gst_play_bin_query), (plugin_init):
17075         * gst/playback/test4.c: (main):
17076         Work on object reuse and seeking.
17077
17078 2004-07-09  Wim Taymans  <wim@fluendo.com>
17079
17080         * examples/seeking/seek.c: (iterate):
17081         Don't consume all CPU in the idle loop.
17082
17083 2004-07-09  Wim Taymans  <wim@fluendo.com>
17084
17085         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
17086         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
17087         Add pad to element *after* setting the pad functions so that
17088         the scheduler can use the correct ones.
17089
17090 2004-07-09  Wim Taymans  <wim@fluendo.com>
17091
17092         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17093         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
17094         Sync to keyframe after seek
17095
17096 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17097
17098         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17099         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17100         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
17101         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
17102         * ext/libvisual/visual.c: (gst_visual_change_state):
17103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
17104         * ext/theora/theoradec.c: (theora_dec_change_state):
17105         * ext/theora/theoraenc.c: (theora_enc_change_state):
17106         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
17107         * gst-libs/gst/navigation/navigation.c:
17108         * gst/adder/gstadder.c: (gst_adder_change_state):
17109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17110         (gst_audio_convert_get_buffer):
17111         * gst/multipart/multipartdemux.c:
17112         (gst_multipart_demux_change_state):
17113         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
17114         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17115         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17116         * gst/videoscale/gstvideoscale.c:
17117         (gst_videoscale_handle_src_event):
17118         * gst/volume/gstvolume.c: (volume_chain_int16):
17119           don't assert in state change, this should be done by the base
17120           GstElement class.
17121           various debugging fixes.
17122
17123 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17124
17125         * configure.ac:
17126         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17127         (gst_play_dispose), (gst_play_set_location),
17128         (gst_play_set_data_src), (gst_play_set_video_sink),
17129         (gst_play_set_audio_sink), (gst_play_set_visualization),
17130         (gst_play_connect_visualization), (gst_play_get_sink_element),
17131         (gst_play_get_all_by_interface):
17132         * gst-libs/gst/play/play.h:
17133           add new method to get elements implementing an interface.
17134           add various error logging
17135
17136 2004-07-08  Wim Taymans  <wim@fluendo.com>
17137
17138         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
17139         (make_mpeg_pipeline), (make_mpegnt_pipeline),
17140         (make_playerbin_pipeline), (query_durations_elems),
17141         (query_durations_pads), (query_positions_elems),
17142         (query_positions_pads), (update_scale), (iterate), (stop_seek),
17143         (main):
17144         Added playbin seeking example.
17145
17146 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17147
17148         * gst-libs/gst/play/play.c: (gst_play_set_location),
17149         (gst_play_set_data_src), (gst_play_set_video_sink),
17150         (gst_play_set_audio_sink), (gst_play_set_visualization),
17151         (gst_play_connect_visualization), (gst_play_get_framerate):
17152           use a macro to look up elements from hash table
17153
17154 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17155
17156         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17157         (gst_play_get_length_callback), (gst_play_set_location),
17158         (gst_play_seek_to_time), (gst_play_set_data_src),
17159         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17160         (gst_play_set_visualization), (gst_play_connect_visualization),
17161         (gst_play_get_sink_element):
17162         - add debugging info
17163         - fix looking up sink elements by iterating over complete caps
17164         - put everything except for source and autoplugger in a complete bin
17165
17166 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17167
17168         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
17169         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
17170         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
17171         (gst_alsa_sink_write), (gst_alsa_sink_loop):
17172         * ext/alsa/gstalsasink.h:
17173         - add debugging info
17174         - clean up schizophrenia of data/buffer/event
17175         - fix double event unref error
17176
17177 2004-07-08  Wim Taymans  <wim@fluendo.com>
17178
17179         * gst/playback/Makefile.am:
17180         Add headers to noinst
17181
17182 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17183
17184         * tools/gst-launch-ext-m.m:
17185         * tools/gst-launch-ext.1.in:
17186           convert to the third millenium
17187
17188 2004-07-07  David Schleef  <ds@schleef.org>
17189
17190         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
17191
17192 2004-07-07  Wim Taymans  <wim@fluendo.com>
17193
17194         * gst/playback/Makefile.am:
17195         * gst/playback/README:
17196         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17197         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17198         (compare_ranks), (print_feature), (gst_decode_bin_init),
17199         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
17200         (try_to_link_1), (new_pad), (close_link), (type_found),
17201         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17202         (plugin_init):
17203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17204         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17205         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
17206         (gen_preroll_element), (no_more_pads), (new_stream),
17207         (setup_source), (gst_play_base_bin_set_property),
17208         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
17209         (gst_play_base_bin_add_element),
17210         (gst_play_base_bin_remove_element),
17211         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17212         (gst_play_base_bin_unlink_stream),
17213         (gst_play_base_bin_get_streaminfo):
17214         * gst/playback/gstplaybasebin.h:
17215         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17216         (gst_play_bin_class_init), (gst_play_bin_init),
17217         (gst_play_bin_dispose), (gst_play_bin_set_property),
17218         (gst_play_bin_get_property), (gen_video_element),
17219         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
17220         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
17221         (gst_play_bin_get_formats), (gst_play_bin_convert),
17222         (gst_play_bin_get_query_types), (gst_play_bin_query),
17223         (plugin_init):
17224         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17225         (gst_stream_info_get_type), (gst_stream_info_class_init),
17226         (gst_stream_info_init), (gst_stream_info_new),
17227         (gst_stream_info_dispose), (gst_stream_info_set_property),
17228         (gst_stream_info_get_property):
17229         * gst/playback/gststreaminfo.h:
17230         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
17231         (main):
17232         * gst/playback/test2.c: (main):
17233         * gst/playback/test3.c: (update_scale), (main):
17234         More playbin fixes. Added README. Do better element filtering.
17235         Added base class to preroll media. Added test apps.
17236
17237 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17238
17239         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
17240         * ext/mpeg2dec/gstmpeg2dec.h:
17241           various debugging improvements.  Reset stream to next picture
17242           instead of sequence header, otherwise seeks cannot work.
17243
17244 2004-07-07  Wim Taymans  <wim@fluendo.com>
17245
17246         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17247         (gst_video_box_class_init), (gst_video_box_set_property),
17248         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
17249         Use pad_alloc where possible.
17250
17251 2004-07-07  Wim Taymans  <wim@fluendo.com>
17252
17253         * sys/oss/gstosselement.c: (gst_osselement_reset),
17254         (gst_osselement_parse_caps):
17255         * sys/oss/gstosselement.h:
17256         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17257         Fix offset on osssrc.
17258
17259 2004-07-07  Wim Taymans  <wim@fluendo.com>
17260
17261         * ext/theora/theora.c: (plugin_init):
17262         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
17263         (theora_dec_src_query), (theora_dec_chain):
17264         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17265         (theora_enc_sink_link), (theora_buffer_from_packet),
17266         (theora_push_packet), (theora_enc_chain):
17267         Fix theora granulepos calculation.
17268         Fix overflow in duration/position calculation.
17269         Bump rank to PRIMARY for theoradec.
17270         Use granulepos of last packet to calculate position.
17271         Set keyframe flag on buffers when needed.
17272
17273 2004-07-06  David Schleef  <ds@schleef.org>
17274
17275         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
17276         serious?  (Fixed, obviously.)
17277
17278 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17279
17280         * po/LINGUAS:
17281         * po/cs.po:
17282           added Czech translation (Miloslav Trmac)
17283
17284 2004-07-05  Wim Taymans  <wim@fluendo.com>
17285
17286         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17287         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17288         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17289         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17290         (close_link), (type_found), (gst_decode_bin_set_property),
17291         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
17292         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
17293         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
17294         (gst_decode_bin_query), (plugin_init):
17295         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17296         (gst_play_bin_class_init), (gst_play_bin_init),
17297         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
17298         (get_video_element), (new_pad), (setup_source),
17299         (gst_play_bin_set_property), (gst_play_bin_get_property),
17300         (gst_play_bin_change_state), (gst_play_bin_add_element),
17301         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17302         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17303         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17304         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17305         * gst/playback/test.c: (main):
17306         More fixes, cleaned up playbin, make it use decodebin. Added
17307         threaded property to playbin.
17308
17309 2004-07-05  Wim Taymans  <wim@fluendo.com>
17310
17311         * configure.ac:
17312         * gst/playback/Makefile.am:
17313         * gst/playback/decodetest.c: (main):
17314         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17315         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
17316         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
17317         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17318         (close_link), (type_found), (gst_decode_bin_set_property),
17319         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
17320         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
17321         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
17322         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
17323         (plugin_init):
17324         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
17325         (gst_play_bin_class_init), (gst_play_bin_init),
17326         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
17327         (collect_sink_pads), (find_compatibles), (close_pad_link),
17328         (try_to_link_1), (new_pad), (close_link), (type_found),
17329         (setup_source), (gst_play_bin_set_property),
17330         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
17331         (compare_ranks), (gst_play_bin_collect_factories),
17332         (gst_play_bin_change_state), (gst_play_bin_add_element),
17333         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
17334         (gst_play_bin_send_event), (gst_play_bin_get_formats),
17335         (gst_play_bin_convert), (gst_play_bin_get_query_types),
17336         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
17337         * gst/playback/test.c: (main):
17338         Added some playback helper elements and some test apps, very alpha
17339         still.
17340
17341 2004-07-04  Benjamin Otte  <otte@gnome.org>
17342
17343         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17344           only restart audio when we indeed have an xrun to fix repeated
17345           xruns. Fix suggested by Giuliano Pochini.
17346
17347 2004-07-03  David Schleef  <ds@schleef.org>
17348
17349         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
17350         call to gst_debug_log() if debugging is disabled (bug #145118)
17351
17352 2004-07-03  Benjamin Otte  <otte@gnome.org>
17353
17354         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
17355           use our own functions for restarting the alsa device.
17356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17357           I should apply patches myself - use MIN for the third argument, not
17358           the second, this fixes seeking
17359
17360 2004-07-02  David Schleef  <ds@schleef.org>
17361
17362         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
17363         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
17364         do with the logic.
17365
17366 2004-07-02  David Schleef  <ds@schleef.org>
17367
17368         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
17369         output buffers.  Fix logic mistake.  (bug #144866)
17370
17371 2004-07-02  David Schleef  <ds@schleef.org>
17372
17373         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17374         on X.  (bug #144753)
17375
17376 2004-07-02  David Schleef  <ds@schleef.org>
17377
17378         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17379         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17380         (bug #144624)
17381         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17382         (gst_osselement_rate_probe_check): Add another workaround for
17383         buggy drivers (bug #145336)
17384
17385 2004-07-02  David Schleef  <ds@schleef.org>
17386
17387         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17388         Most systems don't have MSG_NOSIGNAL.
17389
17390 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17391
17392         * Makefile.am:
17393         * gst-libs/gst/colorbalance/Makefile.am:
17394         * gst-libs/gst/mixer/Makefile.am:
17395         * gst-libs/gst/play/Makefile.am:
17396         * gst-libs/gst/tuner/Makefile.am:
17397           (hopefully) fix both install and dist and make error message useful.
17398           needs testing across automakes.
17399
17400 2004-07-02  Benjamin Otte  <otte@gnome.org>
17401
17402         * ext/ogg/gstogg.c: (plugin_init):
17403           we require bytestream now
17404         * ext/ogg/gstoggdemux.c:
17405           huge diff to implement chain setup in a fast and generic way. This
17406           improves tag reading and startup of huge files (read: Theora videos)
17407           quite a bit. It probably contains bugs, too, so please test.
17408           Seeking is not improved to the fast method.
17409
17410 2004-06-29  Wim Taymans  <wim@fluendo.com>
17411
17412         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17413         * ext/ogg/gstoggmux.c:
17414         Fix memleak in oggdemux when running unconnected pads.
17415         doc update in mux, start working on keyframe mode.
17416
17417 2004-06-29  Benjamin Otte  <otte@gnome.org>
17418
17419         * sys/oss/gstosssink.c:
17420         * sys/oss/gstosssrc.c:
17421           advertise correct template caps - we indeed do non-native endianness
17422           and 8bit audio has no endianness
17423         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17425           avoid (wrong) duplications in getcaps function and return
17426           template caps
17427
17428 2004-06-29  Wim Taymans  <wim@fluendo.com>
17429
17430         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17431         (gst_multifdsink_class_init), (gst_multifdsink_add),
17432         (gst_multifdsink_remove), (gst_multifdsink_clear),
17433         (gst_multifdsink_client_remove),
17434         (gst_multifdsink_handle_client_read),
17435         (gst_multifdsink_client_queue_data),
17436         (gst_multifdsink_client_queue_caps),
17437         (gst_multifdsink_client_queue_buffer),
17438         (gst_multifdsink_handle_client_write),
17439         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17440         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17441         (gst_multifdsink_init_send), (gst_multifdsink_close):
17442         Fix wrong GList iteration that could crash the server when
17443         more then 2 clients disconnect at the same time. Read all the
17444         pending commands in one batch to recover from command storms under
17445         very heavy load.
17446
17447 2004-06-28  Wim Taymans  <wim@fluendo.com>
17448
17449         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17450         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17451         (gst_videomixer_pad_set_property),
17452         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17453         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17454         (gst_videomixer_class_init), (gst_videomixer_init),
17455         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17456         (pad_zorder_compare), (gst_videomixer_sort_pads),
17457         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17458         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17459         (gst_videomixer_update_queues), (gst_videomixer_loop),
17460         (plugin_init):
17461         Avoid divide by zero, choose masterpad as the pad with the highest
17462         framerate.
17463
17464 2004-06-27  Julien Moutte  <julien@moutte.net>
17465
17466         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17467         (gst_ximagesink_xwindow_new):
17468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17469         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17470         function directly. We might want to call it from somewhere else one day.
17471
17472 2004-06-27  Julien Moutte  <julien@moutte.net>
17473
17474         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17475         (gst_ximagesink_xwindow_new):
17476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17477         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17478         window decorations.
17479
17480 2004-06-27  Wim Taymans  <wim@fluendo.com>
17481
17482         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17483         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17484         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17485         (gst_dvdec_set_property), (gst_dvdec_get_property):
17486         * ext/dv/gstdvdec.h:
17487         Implement drop_factor property to lower the framerate with
17488         a factor.
17489
17490 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17491
17492         * gst-libs/gst/colorbalance/Makefile.am:
17493         * gst-libs/gst/mixer/Makefile.am:
17494         * gst-libs/gst/play/Makefile.am:
17495         * gst-libs/gst/tuner/Makefile.am:
17496           unbreak Company's fix that didn't install the -enum.h files
17497
17498 2004-06-27  Wim Taymans  <wim@fluendo.com>
17499
17500         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17501         (gst_dvdec_change_state):
17502         * ext/dv/gstdvdec.h:
17503         Fix timestamp, duration and offset of the buffers.
17504
17505 2004-06-27  Wim Taymans  <wim@fluendo.com>
17506
17507         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17508         (gst_multifdsink_class_init), (gst_multifdsink_add),
17509         (gst_multifdsink_remove), (gst_multifdsink_clear),
17510         (gst_multifdsink_client_remove),
17511         (gst_multifdsink_handle_client_read),
17512         (gst_multifdsink_client_queue_data),
17513         (gst_multifdsink_client_queue_caps),
17514         (gst_multifdsink_client_queue_buffer),
17515         (gst_multifdsink_handle_client_write),
17516         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17517         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17518         (gst_multifdsink_init_send), (gst_multifdsink_close):
17519         * gst/tcp/gstmultifdsink.h:
17520         * gst/tcp/gsttcpserversink.c:
17521         (gst_tcpserversink_handle_server_read),
17522         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17523         More multifdsink fixes, more recovery policy fixes.
17524         Removed stupid g_print
17525
17526 2004-06-26  Wim Taymans  <wim@fluendo.com>
17527
17528         * gst/tcp/Makefile.am:
17529         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17530         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17531         (gst_multifdsink_class_init), (gst_multifdsink_init),
17532         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17533         (gst_multifdsink_handle_client_read),
17534         (gst_multifdsink_client_queue_data),
17535         (gst_multifdsink_client_queue_caps),
17536         (gst_multifdsink_client_queue_buffer),
17537         (gst_multifdsink_handle_client_write),
17538         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17539         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17540         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17541         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17542         (gst_multifdsink_close), (gst_multifdsink_change_state):
17543         * gst/tcp/gstmultifdsink.h:
17544         * gst/tcp/gsttcpplugin.c: (plugin_init):
17545         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17546         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17547         (gst_tcpserversink_handle_server_read),
17548         (gst_tcpserversink_handle_select),
17549         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17550         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17551         * gst/tcp/gsttcpserversink.h:
17552         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17553         one of the locks, added recovery policy to multifdsink.
17554
17555 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17556
17557         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17558           fix decision for when getting frames with same timestamp
17559         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17560         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17561         (gst_v4lsrc_get_property):
17562         * sys/v4l/gstv4lsrc.h:
17563           add latency offset property
17564
17565 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17566
17567         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17568         (plugin_init):
17569           fix debugging. add category.
17570
17571 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17572
17573         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17574           fix wrong offsets
17575
17576 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17577
17578         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17579         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17580         (gst_alsa_src_change_state):
17581           return a time that is in sync with the element's processing
17582
17583 2004-06-25  Wim Taymans  <wim@fluendo.com>
17584
17585         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17586         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17587         (gst_tcpserversink_client_remove),
17588         (gst_tcpserversink_handle_client_read),
17589         (gst_tcpserversink_client_queue_data),
17590         (gst_tcpserversink_client_queue_caps),
17591         (gst_tcpserversink_client_queue_buffer),
17592         (gst_tcpserversink_handle_client_write),
17593         (gst_tcpserversink_queue_buffer),
17594         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17595         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17596         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17597         (gst_tcpserversink_close):
17598         * gst/tcp/gsttcpserversink.h:
17599         Serversink rewrite. Really do non blocking writes to clients and
17600         maintain an internal queue to handle slower clients while not
17601         disturbing fast clients.
17602
17603 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17604
17605         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17606           better debug, don't override OFFSET and OFFSET_END
17607
17608 2004-06-25  Iain <iain@prettypeople.org>
17609
17610         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17611         name=source for the wavparse pipeline.
17612
17613 2004-06-24  Johan Dahlin  <johan@gnome.org>
17614
17615         * ext/theora/theoraenc.c (theora_enc_chain): Call
17616         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17617         streamheader caps are set correctly.
17618
17619 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17622         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17623           respect minimum bitrate; same could be done for max bitrate
17624
17625 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17626
17627         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17628         (gst_vorbisenc_setup):
17629           fix sample rate range
17630
17631 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17634         (gst_oggvorbisenc_setup):
17635         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17636         (gst_vorbisenc_setup):
17637           resolve ambiguities in code and description
17638
17639 2004-06-24  Wim Taymans  <wim@fluendo.com>
17640
17641         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17642         * ext/alsa/gstalsa.h:
17643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17644         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17645         Use alsa trigger_tstamp to get the timestamp of the first
17646         sample in the buffer for more precise sync. Some cleanups.
17647
17648 2004-06-24  Wim Taymans  <wim@fluendo.com>
17649
17650         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17651         (gst_audiorate_init), (gst_audiorate_chain),
17652         (gst_audiorate_set_property), (gst_audiorate_get_property):
17653         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17654         (gst_videorate_chain):
17655         Added some logging, fixed an overflow bug in videorate.
17656
17657 2004-06-24  Benjamin Otte  <otte@gnome.org>
17658
17659         * ext/kio/Makefile.am:
17660           fix for builddir != srcdir and distcheck
17661
17662 2004-06-24  Benjamin Otte  <otte@gnome.org>
17663
17664         * gst-libs/gst/colorbalance/Makefile.am:
17665         * gst-libs/gst/mixer/Makefile.am:
17666         * gst-libs/gst/play/Makefile.am:
17667         * gst-libs/gst/tuner/Makefile.am:
17668         * gst/tcp/Makefile.am:
17669         * sys/dxr3/Makefile.am:
17670           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17671           tarball.
17672           Also add all *.list files that were missing.
17673         * Makefile.am:
17674           add a distcheck hook to ensure the above doesn't happen again.
17675
17676 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17677
17678         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17679
17680 2004-06-23  Colin Walters  <walters@redhat.com>
17681
17682         * m4/Makefile.am: Distribute gst-fionread.m4.
17683
17684 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17685
17686         * configure.ac: back to dev
17687
17688 2004-06-23  Wim Taymans  <wim@fluendo.com>
17689
17690         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17691         (gst_alsa_xrun_recovery):
17692         * ext/alsa/gstalsa.h:
17693         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17694         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17695         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17696         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17697         (gst_alsa_src_loop):
17698         Add clock to alsasrc. Take new capture timestamp when
17699         restarting after an overrun. Split up some functions between
17700         alsasrc and alsasink.
17701
17702 === release 0.8.2 ===
17703
17704 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17705
17706         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17707         (gst_alsa_change_state), (gst_alsa_update_avail),
17708         (gst_alsa_xrun_recovery):
17709         * ext/alsa/gstalsa.h:
17710         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17711           merge back changes from release
17712
17713 2004-06-23  Wim Taymans  <wim@fluendo.com>
17714
17715         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17716         (gst_audiorate_init), (gst_audiorate_chain),
17717         (gst_audiorate_set_property), (gst_audiorate_get_property):
17718         Implement sample dropping and notify
17719
17720 2004-06-22  Wim Taymans  <wim@fluendo.com>
17721
17722         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17723         (theora_enc_sink_link), (theora_buffer_from_packet),
17724         (theora_push_packet), (theora_enc_chain):
17725         Some cleanups, make sure the timestamps are correct.
17726
17727 2004-06-22  Wim Taymans  <wim@fluendo.com>
17728
17729         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17730         (gst_alsa_change_state), (gst_alsa_update_avail),
17731         (gst_alsa_xrun_recovery):
17732         * ext/alsa/gstalsa.h:
17733         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17734         Cleanups, take queued samples into account when reporting
17735         the time.
17736
17737 2004-06-22  Wim Taymans  <wim@fluendo.com>
17738
17739         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17740         (gst_videorate_init):
17741         Initialize the property as well.
17742
17743 2004-06-22  Wim Taymans  <wim@fluendo.com>
17744
17745         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17746         (gst_videorate_init), (gst_videorate_chain),
17747         (gst_videorate_set_property), (gst_videorate_get_property):
17748         Add property to make videorate silent.
17749         Add property to prefer new frames over old ones.
17750
17751 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17752
17753         * sys/osxvideo/Makefile.am:
17754         Workaround so that the osxvideo .so file gets linked with the
17755         Cocoa, OpenGL and QuickTime frameworks
17756
17757 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17758
17759         * sys/osxaudio/Makefile.am:
17760         Workaround so that the osxaudio .so file gets linked with the
17761         CoreAudio framework
17762
17763 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17764
17765         * configure.ac:
17766         Whoops, my fault...fixed build issues
17767
17768 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17769
17770         * configure.ac:
17771         Add objective-c support if running in Darwin/Mac OS X
17772         * sys/Makefile.am:
17773         * sys/osxvideo:
17774         * sys/osxvideo/Makefile.am:
17775         * sys/osxvideo/osxvideosink.h:
17776         * sys/osxvideo/osxvideosink.m:
17777         * sys/osxvideo/cocoawindow.h:
17778         * sys/osxvideo/cocoawindow.m:
17779         Add osxvideosink, a cocoa-based osx video sink
17780
17781
17782 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17783         * ext/dvdnav/gst-dvd:
17784         Grab the gconf key from the right spot
17785         * gst/debug/gstnavseek.c: (gst_navseek_init),
17786         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17787         (gst_navseek_chain):
17788         * gst/debug/gstnavseek.h:
17789           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17790           and loop parameters of a segment seek.
17791         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17792         (gst_videotestsrc_get_event_masks),
17793         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17794         * gst/videotestsrc/gstvideotestsrc.h:
17795           Add seeking support to videotestsrc
17796           Initialise the timestamp_offset variable.
17797
17798 2004-06-18  Wim Taymans  <wim@fluendo.com>
17799
17800         * ext/sidplay/gstsiddec.cc:
17801         Fix negotiation and set correct end offset.
17802
17803 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17804
17805         * configure.ac: branch and prerelease
17806
17807 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17810         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17811         (gst_tcpclientsrc_init_receive):
17812         * gst/tcp/gsttcpclientsrc.h:
17813           read caps when connecting to server for GDP so we set them correctly
17814
17815 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17816
17817         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17818           notify drops and duplicates
17819         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17820           no good reason to limit ourselves to 100x100
17821
17822 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17823
17824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17825         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17826         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17827         (gst_v4lsrc_get_property):
17828         * sys/v4l/gstv4lsrc.h:
17829         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17830         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17831         (gst_v4l_set_audio):
17832         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17833         (gst_v4lsrc_try_capture):
17834         * sys/v4l/v4lsrc_calls.h:
17835           change try_palette to more general try_capture
17836           add autoprobe option so we can turn off autoprobing
17837           various fixes
17838
17839 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17840
17841         * configure.ac:
17842           add videorate
17843         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17844         (gst_ximagesink_class_init):
17845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17846         (gst_xvimagesink_class_init):
17847           run them as finalize, not dispose, since dispose can be invoked
17848           multiple times
17849
17850 2004-06-17  Wim Taymans  <wim@fluendo.com>
17851
17852         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17853         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17854         * ext/alsa/gstalsa.h:
17855         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17856         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17857         (gst_alsa_src_change_state):
17858         * ext/alsa/gstalsasrc.h:
17859         Make the xrun code timestamp and offset the buffers correctly.
17860         moved the clock to the base class, use alsa methods to get time.
17861         Do correct timestamping on outgoing buffers.
17862
17863 2004-06-17  Wim Taymans  <wim@fluendo.com>
17864
17865         * gst/audiorate/Makefile.am:
17866         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17867         (gst_audiorate_base_init), (gst_audiorate_class_init),
17868         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17869         (gst_audiorate_set_property), (gst_audiorate_get_property),
17870         (gst_audiorate_change_state), (plugin_init):
17871         Added an audiorate converter that fills in gaps.
17872
17873 2004-06-17  Johan Dahlin  <johan@gnome.org>
17874
17875         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17876
17877 2004-06-16  Wim Taymans  <wim@fluendo.com>
17878
17879         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17880         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17881         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17882         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17883         (gst_v4lsrc_get_property):
17884         * sys/v4l/gstv4lsrc.h:
17885         Added a copy mode to v4lsrc where it will output a copied version
17886         of its internal hardware buffer.
17887         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17888         can't | them.
17889
17890 2004-06-16  Wim Taymans  <wim@fluendo.com>
17891
17892         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17893         Timestamp fixes.
17894
17895 2004-06-16  Wim Taymans  <wim@fluendo.com>
17896
17897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17898         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17899         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17900         (gst_v4lsrc_get_property):
17901         * sys/v4l/gstv4lsrc.h:
17902         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17903         Added a sync mode enum property to control v4lsrc timestamp method
17904         Removed the use-fixed-fps property and moved functionality in
17905         the enum.
17906         Don't error on an error value from v4l-conf, it might not always
17907         be a real error.
17908
17909 2004-06-16  Wim Taymans  <wim@fluendo.com>
17910
17911         * gst/videorate/Makefile.am:
17912         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17913         (gst_videorate_base_init), (gst_videorate_class_init),
17914         (gst_videorate_getcaps), (gst_videorate_link),
17915         (gst_videorate_init), (gst_videorate_chain),
17916         (gst_videorate_set_property), (gst_videorate_get_property),
17917         (gst_videorate_change_state), (plugin_init):
17918         Added a video timestamp corrector.
17919
17920 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17921
17922         fixed a potential leak with previous commit
17923
17924         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17925
17926 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17927
17928         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17929         Added missing refcount, fixes bug #144425
17930         Cheers Tim for finding the bug
17931
17932 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17933
17934         * sys/v4l/gstv4l.c: (plugin_init):
17935         * sys/v4l/gstv4lcolorbalance.c:
17936         * sys/v4l/gstv4lcolorbalance.h:
17937         * sys/v4l/gstv4lelement.c:
17938         * sys/v4l/gstv4lelement.h:
17939         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17940         * sys/v4l/gstv4lmjpegsink.h:
17941         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17942         * sys/v4l/gstv4lmjpegsrc.h:
17943         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17944         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17945         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17946         * sys/v4l/gstv4lsrc.h:
17947         * sys/v4l/gstv4ltuner.c:
17948         * sys/v4l/gstv4ltuner.h:
17949         * sys/v4l/gstv4lxoverlay.c:
17950         * sys/v4l/gstv4lxoverlay.h:
17951         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17952         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17953         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17954         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17955         (gst_v4l_set_audio):
17956         * sys/v4l/v4l_calls.h:
17957         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17958         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17959         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17960         (gst_v4lmjpegsink_playback_init),
17961         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17962         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17963         (gst_v4lmjpegsink_playback_stop),
17964         (gst_v4lmjpegsink_playback_deinit):
17965         * sys/v4l/v4lmjpegsink_calls.h:
17966         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17967         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17968         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17969         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17970         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17971         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17972         * sys/v4l/v4lmjpegsrc_calls.h:
17973         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17974         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17975         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17976         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17977         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17978         (gst_v4lsrc_try_palette):
17979         * sys/v4l/v4lsrc_calls.h:
17980           bunch of paranoia cleanups
17981
17982 2004-06-14  David Schleef  <ds@schleef.org>
17983
17984         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17985         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17986         Send discont events and change timestamps appropriately when
17987         we get a seek event.  (bug #144240)
17988         * ext/cdparanoia/gstcdparanoia.h:
17989
17990 2004-06-14  Benjamin Otte  <otte@gnome.org>
17991
17992         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17993           snd_pcm_hw_params_set_rate  since the latter fails for no good
17994           reason on some setups.
17995
17996 2004-06-14  David Schleef  <ds@schleef.org>
17997
17998         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17999         standard.  Thank you for playing.
18000
18001 2004-06-14  Wim Taymans  <wim@fluendo.com>
18002
18003         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
18004         Patch 1.3 broke the ordering of the colorspace info and
18005         made the plugin basically work by coincidence, reordered
18006         the info.
18007
18008 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18009
18010         * ext/lame/gstlame.c:
18011         * ext/mad/gstmad.c:
18012           sync caps.  Make sure mad can only output a list of rates, not
18013           a full range.  In the future, have three caps lists for each of the
18014           mpeg versions.  Change mpegversion to a double as well.
18015
18016 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18017
18018         * gst/volume/.cvsignore:
18019         * gst/volume/Makefile.am:
18020         * gst/volume/demo.c: (value_changed_callback), (idler),
18021         (setup_gui), (main):
18022           added small demo app
18023
18024 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
18025         * ext/esd/esdsink.c: (gst_esdsink_change_state):
18026         * ext/esd/esdsink.h:
18027         Close the esd connection on pause, because esd will just wait -
18028         blocking all other esd clients indefinitely.
18029
18030 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
18031
18032         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
18033           previous commit with GST_DEBUG
18034
18035 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * configure.ac:
18038           add a header check for a dvdread header in dvdnav.  Fixes #133002
18039
18040 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18041
18042         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18043         * gst/tcp/gsttcpclientsink.h:
18044         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18045         * gst/tcp/gsttcpclientsrc.h:
18046         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
18047         (gst_tcpserversink_handle_server_read),
18048         (gst_tcpserversink_init_send):
18049         * gst/tcp/gsttcpserversink.h:
18050         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18051         * gst/tcp/gsttcpserversrc.h:
18052         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
18053         version of IP)
18054
18055 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18056
18057         * configure.ac:
18058         Added ogg library so that OSX detects libtheora properly
18059
18060 2004-06-11  Wim Taymans  <wim@fluendo.com>
18061
18062         * ext/theora/theoradec.c: (theora_dec_chain),
18063         (theora_dec_change_state):
18064         Don't try to decode frames before we received a keyframe.
18065
18066 2004-06-11  Wim Taymans  <wim@fluendo.com>
18067
18068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18069         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18070         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18071         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18072         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18073         Added property to set the maximum delay of a page.
18074
18075 2004-06-10  Wim Taymans  <wim@fluendo.com>
18076
18077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18078         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
18079         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18080         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
18081         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
18082         Added max-delay property to control the maximum amount
18083         of data to put in one page.
18084
18085 2004-06-10  Wim Taymans  <wim@fluendo.com>
18086
18087         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18088         (gst_theora_enc_init), (theora_enc_sink_link),
18089         (theora_buffer_from_packet), (theora_enc_set_property),
18090         (theora_enc_get_property):
18091         Set duration on encoded buffer, added some more properties
18092
18093 2004-06-10  Wim Taymans  <wim@fluendo.com>
18094
18095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18096         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
18097         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18098         * ext/theora/theoraenc.c: (theora_enc_chain):
18099         Fix refcounting bugs
18100
18101 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18102
18103         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
18104         (gst_asf_demux_loop), (gst_asf_demux_process_file),
18105         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
18106         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
18107         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
18108         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
18109         (gst_asf_demux_change_state):
18110         * gst/asfdemux/gstasfdemux.h:
18111           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
18112           feels like. I think we should set a new requirement for demuxers
18113           from now on to implement sane loop functions, data loops, query
18114           and seek functions before first commit into CVS. And this commit
18115           fixes all of the above.
18116
18117 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
18118
18119         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
18120           vorbis comments are properly encoded in UTF-8 before adding them
18121           to a GstTagList
18122
18123 2004-06-09  Benjamin Otte  <otte@gnome.org>
18124
18125         * ext/alsa/gstalsa.c: (add_channels):
18126           handle min <= max correctly
18127         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
18128         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
18129           add fixation functions so we fixate correctly. No preferring of alaw
18130           anymore because it's the first structure.
18131         * ext/alsa/gstalsa.h:
18132         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
18133         (gst_alsa_hw_params_dump):
18134           add functions to ease debugging in alsalib
18135         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18136         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18137         (gst_alsa_start_audio):
18138           only specify hw params if we really setup a format (fixes #134007 -
18139           or at least works around it)
18140
18141 2004-06-09  Wim Taymans  <wim@fluendo.com>
18142
18143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18144         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18145         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
18146         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
18147         (gst_ogg_mux_loop):
18148         Use stream caps to setup the initial pages in the ogg stream.
18149         Correctly set the streamheader caps on the srcpad.
18150
18151 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18152
18153         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
18154         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
18155         (gst_v4lsrc_getcaps):
18156         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
18157         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
18158           add querying of fps lists for webcams.  Negotiating to a framerate
18159           now works.
18160
18161 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18162
18163         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18164         (theora_push_buffer), (theora_push_packet),
18165         (theora_set_header_on_caps), (theora_enc_chain):
18166           mark buffers and put on streamheader, raw theora streaming
18167           now works too, whee
18168
18169 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18170
18171         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18172         (gst_tcp_gdp_read_caps):
18173           do a looping read for caps and GDP headers too
18174
18175 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18176
18177         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18178         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
18179           return EOS instead of NULL in _get
18180
18181 2004-06-08  Wim Taymans  <wim@fluendo.com>
18182
18183         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
18184         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
18185         (gst_tcp_gdp_write_caps):
18186         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18187         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18188         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
18189         Memory leak fixes
18190
18191 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18192
18193         * ext/vorbis/Makefile.am:
18194         * ext/vorbis/vorbis.c: (plugin_init):
18195         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
18196         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
18197         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
18198         (vorbis_parse_change_state):
18199         * ext/vorbis/vorbisparse.h:
18200           adding a vorbisparse element that marks the buffers, streaming
18201           raw vorbis using GDP now works, whee
18202
18203 2004-06-08  Wim Taymans  <wim@fluendo.com>
18204
18205         * ext/jpeg/Makefile.am:
18206         * ext/jpeg/README:
18207         * ext/jpeg/gstjpeg.c: (plugin_init):
18208         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
18209         (gst_smokedec_base_init), (gst_smokedec_class_init),
18210         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
18211         * ext/jpeg/gstsmokedec.h:
18212         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
18213         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
18214         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
18215         (gst_smokeenc_resync), (gst_smokeenc_chain),
18216         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
18217         * ext/jpeg/gstsmokeenc.h:
18218         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
18219         (smokecodec_flush_destination), (smokecodec_term_destination),
18220         (smokecodec_init_source), (smokecodec_fill_input_buffer),
18221         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
18222         (smokecodec_term_source), (smokecodec_encode_new),
18223         (smokecodec_decode_new), (smokecodec_info_free),
18224         (smokecodec_set_quality), (smokecodec_get_quality),
18225         (smokecodec_set_threshold), (smokecodec_get_threshold),
18226         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
18227         (find_best_size), (abs_diff), (put), (smokecodec_encode),
18228         (smokecodec_parse_header), (smokecodec_decode):
18229         * ext/jpeg/smokecodec.h:
18230         Added a new simple jpeg based codec
18231
18232 2004-06-08  Wim Taymans  <wim@fluendo.com>
18233
18234         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18235         (gst_multipart_mux_loop):
18236         Fix memory leak
18237
18238 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18239
18240         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18241         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
18242         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
18243         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
18244         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18245         * gst/tcp/gsttcpserversink.h:
18246           take streamheader into account
18247
18248 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18249
18250         * gst/level/Makefile.am:
18251         * gst/level/gstlevel.c: (gst_level_class_init):
18252           clean up marshal generation
18253
18254 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18255
18256         * gst/tcp/Makefile.am:
18257         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
18258         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
18259         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
18260         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18261         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
18262         (gst_tcpclientsrc_get_property):
18263         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18264         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18265         (gst_tcpserversink_handle_client_read),
18266         (gst_tcpserversink_handle_client_write),
18267         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
18268         * gst/tcp/gsttcpserversink.h:
18269           add signals client-added and client-removed
18270         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18271         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
18272         (gst_tcpserversrc_get_property):
18273         uniformized, change default protocol to NONE
18274         * gst/tcp/gsttcp-marshal.list: added
18275 2004-06-07  Benjamin Otte  <otte@gnome.org>
18276
18277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18278           handle discont events if they happen before caps nego
18279
18280 2004-06-07  Wim Taymans  <wim@fluendo.com>
18281
18282         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18283         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18284         (gst_multipart_demux_plugin_init):
18285         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18286         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18287         (gst_multipart_mux_change_state):
18288         Small updates, fix a memleak
18289
18290 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18291
18292         * configure.ac: OSS portability
18293         * ext/arts/gst_arts.c: idem
18294         * sys/oss/gstosselement.c: idem
18295         * sys/oss/gstossmixer.c: idem
18296         * sys/oss/gstosssink.c: idem
18297         * sys/oss/gstosssrc.c: idem
18298         * sys/oss/oss_probe.c: idem
18299           - check for soundcard.h in different places for some BSD
18300
18301 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
18302
18303         * AUTHORS:
18304         Add me to the authors file
18305         * configure.ac:
18306         Increase the libdv requirement to >= version 0.100
18307         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18308         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
18309         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
18310         * ext/dv/gstdvdec.h:
18311         Add support for the new_media flag when sending DISCONT events
18312         Make the querying work when video pad is not linked
18313
18314 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18315
18316         reviewed by Benjamin Otte  <otte@gnome.org>
18317
18318         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
18319           create a NULL-initialized array of pads, so we don't think they
18320           exist already. (fixes #143130)
18321
18322 2004-06-07  Benjamin Otte  <otte@gnome.org>
18323
18324         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
18325         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
18326         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
18327           don't use // coments
18328
18329 2004-06-07  Benjamin Otte  <otte@gnome.org>
18330
18331         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
18332           cast to GstClockTime to get higher granularity
18333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18334           use gst_element_set_time_delay to get the exact time
18335         * ext/mad/gstmad.c: (gst_mad_chain):
18336           use the negotiated rate instead of the current frame's rate which
18337           might be wrong because of bit errors. This avoids emitting totally
18338           bogus timestamps and screwing sync.
18339         (fixes #143454)
18340
18341 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
18342
18343         reviewed by Benjamin Otte  <otte@gnome.org>
18344
18345         * gst/adder/gstadder.c: (gst_adder_loop):
18346           properly error out when no negotiation has happened yet. (fixes
18347           #143032)
18348
18349 2004-06-06  Benjamin Otte  <otte@gnome.org>
18350
18351         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18352           forward correctly transformed offset in discont events. Based on
18353           patch by Arwed v. Merkatz. (fixes #142851)
18354
18355 2004-06-06  David Schleef  <ds@schleef.org>
18356
18357         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
18358         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
18359         problems on several systems.
18360
18361 2004-06-06  Benjamin Otte  <otte@gnome.org>
18362
18363         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
18364           use explicit caps on the srcpad
18365         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18366           properly error out if caps couldn't be set (fixes #142764)
18367
18368 2004-06-06  Benjamin Otte  <otte@gnome.org>
18369
18370         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
18371         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18372         (gst_alsa_start_audio):
18373           - don't call set_periods_integer anymore, it breaks the
18374           configuration randomly
18375           - call snd_pcm_hw_params_set_access directly instead of using masks
18376           - don't fail if the sw_params can't be set, just use the default
18377           params and hope it works. Alsalib has weird issues when you touch
18378           sw_params and does no proper error reporting about what failed.
18379         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18380         (gst_alsa_close_audio):
18381           make our alsa debugging go via gst debugging and not conditionally
18382           defined
18383         * ext/alsa/gstalsa.h:
18384           add ALSA_DEBUG_FLUSH macro
18385         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18386         (plugin_init):
18387           wrap alsa errors to be printed via the gst debugging system and not
18388           spammed to stderr
18389
18390 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18391
18392         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18393         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18394         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18395         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18396         (qtdemux_parse_trak):
18397         * gst/qtdemux/qtdemux.h:
18398           Bitch. Also known as seeking, querying & co.
18399         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18400         (gst_osssink_change_state):
18401         * sys/oss/gstosssink.h:
18402           Resyncing is for weenies, this hack is no longer needed and was
18403           broken anyway (since it - unintendedly - always leaves resync to
18404           TRUE).
18405
18406 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18407
18408         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18409         * gst/tcp/gsttcpclientsrc.h: idem
18410           - define MSG_NOSIGNAL if not done
18411           - include unistd.h for off_t
18412           (fixes #143749)
18413
18414 2004-06-05  Benjamin Otte  <otte@gnome.org>
18415
18416         * configure.ac:
18417         * ext/kio/Makefile.am:
18418           check for qt's moc preprocessor explicitly and use it
18419
18420 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18421
18422         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18423           don't get a signal for EPIPE on socket writes
18424           (somebody check if this works on other platforms)
18425
18426 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18427
18428         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18429         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18430           check error condition on available samples correctly
18431
18432 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18433
18434         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18435           avoid a segfault
18436         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18437         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18438         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18439         (gst_tcpserversrc_gdp_read_header):
18440          use ssize_t over size_t since the former is signed and thus the
18441          check for error codes can work
18442
18443 2004-06-02  Wim Taymans  <wim@fluendo.com>
18444
18445         reviewed by: Johan
18446
18447         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18448         (gst_multipart_mux_loop):
18449         Oops
18450
18451 2004-06-02  Wim Taymans  <wim@fluendo.com>
18452
18453         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18454         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18455         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18456         (gst_multipart_mux_change_state):
18457         Added configurable boundary specifier, added the value as a
18458         caps field as well.
18459
18460 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18461
18462         * gst/tcp/gsttcp.c:
18463         * gst/tcp/gsttcpclientsrc.c:
18464         * gst/tcp/gsttcpclientsrc.h:
18465         * gst/tcp/gsttcpserversrc.c:
18466           - portability fix, to compile on OSX
18467             (fixes #143146)
18468
18469         * sys/osxaudio/gstosxaudioelement.c:
18470         * sys/osxaudio/gstosxaudiosink.c:
18471         * sys/osxaudio/gstosxaudiosrc.c:
18472           - compilation warnings on OSX
18473             (fixes #143153)
18474
18475 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18476
18477         * ext/vorbis/vorbisdec.c : sign warning fixes
18478
18479         * gst-libs/gst/mixer/mixertrack.c :
18480           do no use defines which are glib 2.4 specific
18481
18482 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18483
18484         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18485           buffer since libflac doesn't expect it (reports a sync error when
18486           it encounters that)
18487
18488
18489 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18490
18491         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18492         * gst-libs/gst/mixer/mixertrack.c:
18493         (gst_mixer_track_get_property), (get_mixer_track_init),
18494         (get_mixer_track_get_property): Added property accessors
18495         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18496         * gst-libs/gst/mixer/mixeroptions.c:
18497         (gst_mixer_options_get_values): Added
18498         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18499         * gst-libs/gst/mixer/mixer.c: Fixed comment
18500
18501
18502 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18503
18504         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18505           improve error messages on open
18506
18507
18508 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18509
18510         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18511           check if v4l-conf is in path
18512
18513 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18514
18515         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18516           change assert to a more readable error message
18517
18518 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18519
18520         * gst-libs/gst/tuner/tunerchannel.h:
18521           - add a freq_multiplicator field to make the conversion
18522             between internal frequency unit and Hz
18523         * sys/v4l/gstv4lelement.c:
18524         * sys/v4l2/gstv4l2element.c:
18525           - change default video device to /dev/video0
18526         * sys/v4l/v4l_calls.c:
18527         * sys/v4l2/v4l2_calls.c:
18528           - we only expose frequency to the user in Hz instead of
18529             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18530
18531 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18532         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18533           Initialise b_o_s and e_o_s variables
18534         * gst-libs/gst/riff/riff-media.c:
18535         (gst_riff_create_video_caps_with_data):
18536           Add some unusual fourcc's from mplayer avi's
18537         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18538           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18539           autoplugging.
18540
18541 2004-05-28  Wim Taymans  <wim@fluendo.com>
18542
18543         * configure.ac:
18544         * gst/alpha/Makefile.am:
18545         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18546         (gst_alpha_get_type), (gst_alpha_base_init),
18547         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18548         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18549         (gst_alpha_chroma_key), (gst_alpha_chain),
18550         (gst_alpha_change_state), (plugin_init):
18551         A plugin to add an alpha channel to I420 video. Can optionally do
18552         chroma keying.
18553         * gst/multipart/Makefile.am:
18554         * gst/multipart/multipart.c: (plugin_init):
18555         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18556         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18557         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18558         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18559         (gst_multipart_demux_change_state),
18560         (gst_multipart_demux_plugin_init):
18561         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18562         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18563         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18564         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18565         (gst_multipart_mux_pad_unlink),
18566         (gst_multipart_mux_request_new_pad),
18567         (gst_multipart_mux_handle_src_event),
18568         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18569         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18570         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18571         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18572         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18573         send multipart jpeg images to a browser.
18574         * gst/videobox/Makefile.am:
18575         * gst/videobox/README:
18576         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18577         (gst_video_box_get_type), (gst_video_box_base_init),
18578         (gst_video_box_class_init), (gst_video_box_init),
18579         (gst_video_box_set_property), (gst_video_box_get_property),
18580         (gst_video_box_sink_link), (gst_video_box_i420),
18581         (gst_video_box_ayuv), (gst_video_box_chain),
18582         (gst_video_box_change_state), (plugin_init):
18583         Crops or adds borders around an image. can do alpha channel
18584         borders as well.
18585         * gst/videomixer/Makefile.am:
18586         * gst/videomixer/README:
18587         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18588         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18589         (gst_videomixer_pad_get_sink_event_masks),
18590         (gst_videomixer_pad_get_property),
18591         (gst_videomixer_pad_set_property),
18592         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18593         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18594         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18595         (gst_videomixer_base_init), (gst_videomixer_class_init),
18596         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18597         (gst_videomixer_handle_src_event),
18598         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18599         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18600         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18601         (gst_videomixer_loop), (gst_videomixer_get_property),
18602         (gst_videomixer_set_property), (gst_videomixer_change_state),
18603         (plugin_init):
18604         Generic video mixer plugin, can handle multiple inputs all with
18605         different framerates and video sizes. Is fully alpha channel
18606         aware.
18607
18608 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18609
18610         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18611           Select first track as master track. Not sure how else to handle
18612           that...
18613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18614           Discard discont events. Should fix #142962.
18615
18616 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18617
18618         * ext/alsa/Makefile.am:
18619         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18620         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18621         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18622         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18623         (gst_alsa_mixer_get_option):
18624         * ext/alsa/gstalsamixer.h:
18625         * ext/alsa/gstalsamixeroptions.c:
18626         (gst_alsa_mixer_options_get_type),
18627         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18628         (gst_alsa_mixer_options_new):
18629         * ext/alsa/gstalsamixeroptions.h:
18630         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18631         * ext/alsa/gstalsamixertrack.h:
18632           Add enumerations (as GstMixerOptions). Make correct distinction
18633           between input/output tracks. Add capture/playback private flag.
18634           Use flag to decide on whether to set capture or playback volumes
18635           or switches. Use playback and record switches.
18636         * gst-libs/gst/mixer/Makefile.am:
18637         * gst-libs/gst/mixer/mixer-marshal.list:
18638         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18639         (gst_mixer_set_option), (gst_mixer_get_option),
18640         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18641         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18642         * gst-libs/gst/mixer/mixer.h:
18643         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18644         (gst_mixer_options_class_init), (gst_mixer_options_init),
18645         (gst_mixer_options_dispose):
18646         * gst-libs/gst/mixer/mixeroptions.h:
18647           Add GstMixerOptions.
18648         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18649           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18650           broken device detection on computers with multiple OSS sound
18651           cards.
18652
18653 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18654
18655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18656           fixate nicely even when the peer is not negotiating
18657
18658 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18659
18660         * gst/audioconvert/gstaudioconvert.c:
18661         (gst_audio_convert_parse_caps):
18662           make sure we don't allow depth > width
18663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18664           fixate endianness to G_BYTE_ORDER as default
18665         * gst/audioscale/gstaudioscale.c:
18666           we don't handle another endianness as host-endianness
18667
18668 2004-05-25  David Schleef  <ds@schleef.org>
18669
18670         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18671
18672 2004-05-24  Benjamin Otte  <otte@gnome.org>
18673
18674         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18675         (gst_oggvorbisenc_setup):
18676           properly fail when we can't setup the vorbis encoder due to
18677           unsupported settings
18678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18679         (gst_vorbisenc_setup):
18680           same
18681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18682           fix case where warnings occured when one pad was unlinked while the
18683           other's link function was called
18684
18685 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18686
18687         * gst/tcp/Makefile.am:
18688           use GST_ENABLE_NEW
18689
18690 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18691
18692         * gst-libs/gst/resample/private.h:
18693           don't use optimizations that are #if 0'ed
18694
18695 2004-05-24  Wim Taymans  <wim@fluendo.com>
18696
18697         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18698         Fix potential division by zero error and hopefully get
18699         the position query right to get correct timestamps on avi
18700         audio.
18701
18702 2004-05-24  Wim Taymans  <wim@fluendo.com>
18703
18704         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18705         (gst_videoscale_scale_nearest_str2),
18706         (gst_videoscale_scale_nearest_str4),
18707         (gst_videoscale_scale_nearest_32bit),
18708         (gst_videoscale_scale_nearest_24bit),
18709         (gst_videoscale_scale_nearest_16bit):
18710         Fix the scaling algorithm and avoid a buffer overflow.
18711         removed the while loop in the scaling function as it
18712         was used for point sampling only.
18713
18714 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18715
18716         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18717         (gst_id3_tag_class_init), (gst_id3_tag_init),
18718         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18719         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18720         (gst_id3_tag_send_tag_event):
18721           lots of fixes to make id3mux work and id3demux work correctly
18722
18723 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18724
18725         * ext/Makefile.am:
18726           add rules to build shout2send (was removed by accident
18727           when this module was no more marked experimental/broken)
18728
18729 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18730
18731         * ext/shout2/gstshout2.c:
18732         * ext/shout2/gstshout2.h:
18733           adding a "connection problem" signal to shout2send
18734           (fixes #142954)
18735
18736 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18737
18738         * ext/kio/kioreceiver.cpp:
18739         * ext/kio/kioreceiver.h:
18740           fix sign comparison issues
18741
18742 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18743
18744         * gst/cdxaparse/gstcdxaparse.c:
18745         * gst/cdxaparse/gstcdxaparse.h:
18746           some renaming
18747           add some checks/sanity
18748           prepare for seek addition
18749
18750         * sys/sunaudio/gstsunaudio.c:
18751           remove exported dupe init function
18752
18753 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18754
18755         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18756         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18757           Fix format conversion and position querying.
18758         * gst/debug/progressreport.c: (gst_progressreport_report):
18759           Don't output a bogus total value that we didn't query.
18760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18761           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18762           only a blank window after xine has been used.
18763
18764 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18765
18766         * m4/as-arts.m4:
18767           sync with upstream version to fix test on FC2
18768           readd with -ko to preserve Id header
18769
18770 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18771
18772         * configure.ac:
18773           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18774         * gst/tcp/gsttcpclientsrc.c: idem
18775         * gst/tcp/gsttcpserversink.c: idem
18776         * gst/tcp/gsttcpserversrc.c: idem
18777         * m4/gst-fionread.m4: idem
18778
18779         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18780
18781         * configure.ac: enable speex plugin for speex 1.1.5+
18782         * ext/speex/gstspeexenc.c: fix cast warning
18783
18784         * ext/esd/README: fix typo
18785
18786 2004-05-20  David Schleef  <ds@schleef.org>
18787
18788         * configure.ac: Minor cosmetic change to convince the buildbot to
18789         reautogen.
18790         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18791         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18792         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18793         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18794         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18795         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18796         More hacking.  Plays audio now.
18797
18798 2004-05-20  David Schleef  <ds@schleef.org>
18799
18800         * configure.ac:
18801         * sys/Makefile.am:
18802
18803 2004-05-20  David Schleef  <ds@schleef.org>
18804
18805         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18806         * sys/osxaudio/gstosxaudio.c:
18807         * sys/osxaudio/gstosxaudioelement.c:
18808         * sys/osxaudio/gstosxaudioelement.h:
18809         * sys/osxaudio/gstosxaudiosink.c:
18810         * sys/osxaudio/gstosxaudiosink.h:
18811         * sys/osxaudio/gstosxaudiosrc.c:
18812         * sys/osxaudio/gstosxaudiosrc.h:
18813
18814 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18815
18816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18817         (gst_vorbisenc_chain):
18818           put the codec headers on the caps as streamheader as well as
18819           pushing them out
18820
18821 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18822
18823         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18824         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18825         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18826         split up push_packet into two functions
18827
18828 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18829
18830         * gst/tcp/.cvsignore:
18831           ignore enums
18832         * gst/tcp/Makefile.am:
18833         * gst/tcp/README:
18834         * gst/tcp/gsttcp.c:
18835         * gst/tcp/gsttcp.h:
18836         * gst/tcp/gsttcpclientsink.c:
18837         * gst/tcp/gsttcpclientsink.h:
18838         * gst/tcp/gsttcpclientsrc.c:
18839         * gst/tcp/gsttcpclientsrc.h:
18840         * gst/tcp/gsttcpplugin.c:
18841         * gst/tcp/gsttcpserversink.c:
18842         * gst/tcp/gsttcpserversink.h:
18843         * gst/tcp/gsttcpserversrc.c:
18844         * gst/tcp/gsttcpserversrc.h:
18845           add new tcp elements
18846
18847 2004-05-19  Wim Taymans  <wim@fluendo.com>
18848
18849         * gst/law/mulaw-conversion.c: (mulaw_encode):
18850         Fix overflow bug in ulaw encoding.
18851
18852 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18853
18854         * ext/mad/gstmad.c: (gst_mad_handle_event):
18855           don't unref the event twice
18856
18857 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18858
18859         * configure.ac:
18860           remove -Wno-sign-compare
18861
18862 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18863
18864         * configure.ac:
18865           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18866           if you want to work against glib 2.2 and 2.4
18867
18868 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18869
18870         * gst/tcp/Makefile.am:
18871         * gst/tcp/gsttcp.c:
18872         * gst/tcp/gsttcp.h:
18873         * gst/tcp/gsttcpsink.h:
18874         * gst/tcp/gsttcpsrc.h:
18875           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18876
18877 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18878
18879         * gst/debug/tests.c: (md5_get_value):
18880           fix segfault on gst-inspect
18881
18882 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18883
18884         * gst/debug/testplugin.c:
18885         * gst/debug/tests.c:
18886         * gst/debug/tests.h:
18887           add new extensible and configurable testing element. Current tests
18888           include buffer count, stream length, timestamp/duration matching and
18889           md5.
18890         * gst/debug/Makefile.am:
18891         * gst/debug/gstdebug.c: (plugin_init):
18892           add infrastructure for new element
18893
18894 2004-05-19  Johan Dahlin  <johan@gnome.org>
18895
18896         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18897         ending of the array. Fixes gst-inspect segfault on ppc.
18898
18899 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18900
18901         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18902
18903         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18904
18905 2004-05-18  David Schleef  <ds@schleef.org>
18906
18907         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18908         warnings (bugs, actually) noticed by gcc but not forte.
18909
18910 2004-05-18  David Schleef  <ds@schleef.org>
18911
18912         * sys/sunaudio/Makefile.am:
18913         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18914
18915 2004-05-18  David Schleef  <ds@schleef.org>
18916
18917         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18918         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18919         to allow qtdemux to use non-seekable streams. (bug #142272)
18920
18921 2004-05-18  David Schleef  <ds@schleef.org>
18922
18923         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18924         (gst_resample_sinc_ft_float): Remove use of static temporary
18925         buffer.  This code was obviously not supposed to last long, but
18926         it's stuck in our ABI, so it required a little hack to make it
18927         ABI-compatible.  Fixes #142585.
18928         * gst-libs/gst/resample/resample.h: same.
18929
18930 2004-05-18  David Schleef  <ds@schleef.org>
18931
18932         * configure.ac: Add sunaudio
18933         * examples/Makefile.am: make gstplay depend on gconf
18934         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18935         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18936         (convert_table_lookup), (img_convert): remove c99-isms
18937         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18938           unsigned, to fix a warning on Solaris
18939         * gst/mpeg1sys/systems.c: bcopy->memcpy
18940         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18941         * sys/Makefile.am: Add sunaudio
18942
18943 2004-05-18  Wim Taymans  <wim@fluendo.com>
18944
18945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18946         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18947         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18948         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18949         (gst_ogg_mux_loop):
18950         Fix an ugly memleak where the muxer didn't flush enough ogg
18951         pages. This also resulted in badly muxed ogg files.
18952
18953 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18954
18955         * gst/asfdemux/asfheaders.c :
18956         * gst/asfdemux/asfheaders.h :
18957         * gst/asfdemux/gstasfdemux.c :
18958           - fix ASF_OBJ_PADDING guid
18959           - add 3 new object guids (language list, metadata,
18960             extended stream properties)
18961           - add a function to parse extended header objects
18962
18963 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18964
18965         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18966           remove leftover debugging g_print
18967
18968 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18969
18970         * ext/mad/gstmad.c: (gst_mad_handle_event):
18971           Fix for when the first format in a discont event is not a
18972           byte-based one. Should fix #137710.
18973
18974 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18975
18976         * m4/a52.m4 : fix compilation with -Wall -Werror
18977         * m4/libfame.m4 : idem
18978         * m4/libmikmod.m4 : idem
18979
18980 2004-05-17  Benjamin Otte  <otte@gnome.org>
18981
18982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18983           signal the new tags before giving up the reference
18984
18985 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18986
18987         * ext/shout2/gstshout2.c:
18988           use application/ogg instead of application/x-ogg (patch by Patrick
18989           Guimond, fixes #142432)
18990         * sys/oss/gstosselement.c: (gst_osselement_reset),
18991         (gst_osselement_sync_parms):
18992           don't set fragment size unless specified (fixes #142493)
18993
18994 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18995
18996         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18997           fixes #142664
18998
18999 2004-05-17  Benjamin Otte  <otte@gnome.org>
19000
19001         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19002           compute offsets correctly for internal buffers so timestamps are set
19003           correctly when we can't seek. Also handle cases where there are no
19004           offsets. (based on a patch by David Moore, fixes #142507)
19005
19006 2004-05-17  Benjamin Otte  <otte@gnome.org>
19007
19008         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19009           use correct variable when determining amount of data to skip so we
19010           don't skip into the void and segfault
19011
19012 2004-05-16  Benjamin Otte  <otte@gnome.org>
19013
19014         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19015           Hi, I'm a memleak
19016
19017 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19018
19019         * gst/asfdemux/gstasfdemux.c:
19020           - fix a mem leak and always propagate tags
19021           - add WMV3 to known video codecs (but no decoder yet)
19022           - replace "surplus data" at end of audio header for what
19023             it is : codec specific data
19024           - fix a typo
19025
19026 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
19027
19028         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
19029
19030         * gst-libs/gst/audio/audioclock.c:
19031           Fix wrong return type (#142205).
19032
19033 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19034
19035         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
19036           Ignore CRCs by default (fixes #142566).
19037
19038 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19039
19040         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
19041         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
19042         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
19043         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
19044         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19045         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
19046           Fix for cases where we fail to attach to a mixer.
19047
19048 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19049
19050         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
19051           Don't touch events after not owning them anymore.
19052         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19053         (gst_wavparse_fmt), (gst_wavparse_other),
19054         (gst_wavparse_handle_seek), (gst_wavparse_loop),
19055         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
19056         (gst_wavparse_srcpad_event):
19057         * gst/wavparse/gstwavparse.h:
19058           Add seeking, fix querying.
19059
19060 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19061
19062         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19063           - process comments even if they don't end with \0\0
19064             g_convert would ignore them if present and works well without them
19065
19066 2004-05-16  Benjamin Otte  <otte@gnome.org>
19067
19068         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
19069           simplify caps
19070
19071 2004-05-16  Benjamin Otte  <otte@gnome.org>
19072
19073         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19074           don't write to memory we might not write to - g_convert does that
19075           for us anyway (fixes #142613)
19076         (gst_asf_demux_audio_caps):
19077           comment out gst_util_dump_mem
19078
19079 2004-05-16  Benjamin Otte  <otte@gnome.org>
19080
19081         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19082           compute correct expected timestamps after seek (broken since
19083           last commit)
19084         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
19085           rename element and debugging category to gdkpixbufscale
19086
19087 2004-05-16  Benjamin Otte  <otte@gnome.org>
19088
19089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19090           add error checking to snd_pcm_delay and remove duplicate call to
19091           snd_pcm_delay that caused issues (see inline code comments)
19092         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19093           make more readable and fix return value when snd_pcm_delay fails
19094         (fixes #142586)
19095
19096 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
19097         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
19098         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
19099         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
19100         (gst_pixbufscale_link), (gst_pixbufscale_init),
19101         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
19102         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
19103         (gst_pixbufscale_get_property), (pixbufscale_init):
19104         * ext/gdk_pixbuf/pixbufscale.h:
19105         Add these files I forgot earlier
19106
19107 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
19108         * ext/gdk_pixbuf/Makefile.am:
19109         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
19110         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19111         Add new pixbufscale element to scale RGB video
19112         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
19113         and HYPER interpolation correctly.
19114         * ext/theora/theoraenc.c: (theora_enc_chain),
19115         Discard buffer and return if explicit caps could not be set
19116         (theora_enc_get_property):
19117         Make _get return kbps for the bitrate consistent with
19118         the _set function.
19119
19120
19121 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19122
19123         * ext/libvisual/visual.c: (gst_visual_chain):
19124           add missing visual_audio_analyze
19125
19126 2004-05-14  David Schleef  <ds@schleef.org>
19127
19128         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
19129         is killed while we're playing.
19130         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
19131         gst_element_no_more_pads().
19132
19133 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19134
19135         * gst-libs/gst/riff/riff-read.c :
19136           - fix INFO tag extraction in RIFF/AVI files
19137             because gst_event_unref (event) also freed taglist
19138           - avoid a mem leak
19139
19140 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19141
19142         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
19143         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
19144
19145         * gst/auparse/gstauparse.c :
19146           - add code (commented for now) to support audio/x-adpcm on src pad
19147             (we have no decoder for those layout yet)
19148
19149         * gst/cdxaparse/gstcdxaparse.c :
19150         * gst/cdxaparse/gstcdxaparse.h :
19151           - partial rewrite using RiffRead (ripped iain's wavparse code)
19152
19153         * gst/rtp/gstrtpL16enc.c : typo
19154         * gst/rtp/gstrtpgsmenc.c : typo
19155
19156 2004-05-13  Benjamin Otte  <otte@gnome.org>
19157
19158         * configure.ac:
19159           check for exact version of libvisual, it's not supposed to be
19160           API/ABI stable yet
19161
19162 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19163
19164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19165           signal no-more-pads
19166
19167 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19168
19169         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
19170         Report which format was used for GST_FORMAT_DEFAULT
19171         * gst/debug/Makefile.am:
19172         * gst/debug/gstdebug.c: (plugin_init):
19173         * gst/debug/progressreport.c: (gst_progressreport_base_init),
19174         (gst_progressreport_class_init), (gst_progressreport_init),
19175         (gst_progressreport_report), (gst_progressreport_set_property),
19176         (gst_progressreport_get_property), (gst_progressreport_chain),
19177         (gst_progressreport_plugin_init):
19178         Add progressreport element for testing.
19179
19180 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19181
19182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
19183         * sys/v4l/gstv4lsrc.h:
19184         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19185         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19186         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
19187         (gst_v4lsrc_grab_frame):
19188           add more debugging
19189           send a discont at start
19190
19191 2004-05-12  Colin Walters  <walters@redhat.com>
19192
19193         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
19194         inflooping if we can't find a chunk.  Or in other words, don't blow
19195         chunks if we don't have a chunk to blow.
19196
19197 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
19198         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
19199         Remove old debug output
19200         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
19201         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
19202         (gst_dvdec_set_property), (gst_dvdec_get_property):
19203         Change the quality setting to an enum, so it works from gst-launch
19204         Don't renegotiate a non-linked pad. Allows audio only decoding.
19205         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
19206         (gst_deinterlace_link), (gst_deinterlace_init):
19207         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19208         (gst_videodrop_link):
19209         Some caps negotiation fixes
19210
19211 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19212
19213         * ext/tarkin/gsttarkin.c :
19214           - Change RANK from NONE to PRIMARY
19215         * ext/gdk_pixbuf/gstgdkpixbuf.c :
19216           - Change RANK from NONE to MARGINAL
19217         * ext/divx/gstdivxenc.c :
19218           - Change RANK from PRIMARY to NONE (encoder/spider issue)
19219
19220 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19221
19222         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
19223         (gst_vorbisenc_push_packet):
19224           copy a function that was added between 1.0 and 1.0.1 until we
19225           depend on worthwhile features of post-1.0
19226
19227 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19228
19229         * configure.ac:
19230           enable shout2 by default
19231         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19232         (gst_shout2send_base_init), (gst_shout2send_init),
19233         (gst_shout2send_connect), (gst_shout2send_change_state):
19234         * ext/shout2/gstshout2.h:
19235           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
19236           #142262)
19237         * ext/theora/theora.c: (plugin_init):
19238           don't set rank on encoders
19239
19240 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
19241
19242         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19243           Use codec_data property instead of flag1 and flag2 for wma
19244
19245 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19246
19247         * gst/cdxaparse/gstcdxaparse.c :
19248           - Add mpegversion to CAPS to make it link
19249           - Rank is as GST_RANK_SECONDARY instead of NONE
19250         * gst/auparse/gstauparse.c :
19251           - Document all audio encoding we can encounter from Solaris 9
19252             headers and libsndfile information.
19253           - Increase max. rate from 48000 to 192000 (to match other elements)
19254           - Don't try to play junk data between header and samples
19255
19256 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19257
19258         * ext/libvisual/visual.c: (gst_visual_getcaps):
19259           use the right caps depending on endianness (I hope)
19260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
19261           use GST_RANK_NONE for all non-decoding elements or spider gets
19262           mighty confused
19263
19264 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19265
19266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
19267           Fix some odd cases and fix BE metadata parsing of unicode16 text.
19268
19269 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19270
19271         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19272         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
19273         (gst_switch_loop), (gst_switch_get_type):
19274           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
19275           HEADERS. Had to be said.
19276
19277 2004-05-10  David Schleef  <ds@schleef.org>
19278
19279         * configure.ac: Add prototype Dirac support.
19280         * ext/Makefile.am:
19281         * ext/dirac/Makefile.am:
19282         * ext/dirac/gstdirac.cc:
19283         * ext/dirac/gstdiracdec.cc:
19284
19285 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19286
19287         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19288         (gst_auparse_init), (gst_auparse_chain),
19289         (gst_auparse_change_state):
19290           Hack around spider. Remove me some day please.
19291
19292 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19293
19294         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19295           Fix for some uninitialized variables in previous patch, also
19296           makes it work. Fixes #142286 while we're at it.
19297
19298 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19299
19300         * gst/auparse/gstauparse.c:
19301                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
19302                 only unsupported formats are ADPCM/CCITT G.72x
19303                 reviewed by Ronald
19304         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
19305
19306 2004-05-10  Wim Taymans  <wim@fluendo.com>
19307
19308         * ext/vorbis/Makefile.am:
19309         * ext/vorbis/README:
19310         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
19311         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
19312         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
19313         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
19314         (gst_oggvorbisenc_convert_sink),
19315         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
19316         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
19317         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
19318         (get_constraints_string), (update_start_message),
19319         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
19320         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
19321         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
19322         * ext/vorbis/oggvorbisenc.h:
19323         * ext/vorbis/vorbis.c: (plugin_init):
19324         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
19325         (raw_caps_factory), (gst_vorbisenc_class_init),
19326         (gst_vorbisenc_init), (gst_vorbisenc_setup),
19327         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
19328         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
19329         * ext/vorbis/vorbisenc.h:
19330         Added a raw vorbis encoder to be used with the oggmuxer.
19331         We still need the old encoder for some gnome applications,
19332         read the README to find out how that works.
19333         The raw encoder is called "rawvorbisenc" until 0.9.
19334
19335 2004-05-10  Wim Taymans  <wim@fluendo.com>
19336
19337         * ext/ogg/gstogg.c: (plugin_init):
19338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
19339         (gst_ogg_print):
19340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
19341         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
19342         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
19343         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
19344         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
19345         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
19346         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
19347         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
19348         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
19349         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
19350         Added an ogg muxer.
19351         Small typo fixes in the demuxer.
19352
19353 2004-05-10  Wim Taymans  <wim@fluendo.com>
19354
19355         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19356         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19357         (theora_enc_change_state), (theora_enc_set_property),
19358         (theora_enc_get_property):
19359         Mark the last packet with an EOS flag which is not really needed
19360         in gstreamer.
19361         Do some better video framerate initialisation.
19362         Update the buffer timestamp.
19363
19364 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
19365
19366         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
19367         Return the result of the parent state change call
19368
19369 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19370
19371         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19372         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19373         * gst/law/alaw-encode.c : (idem)
19374         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19375         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19376         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19377
19378 2004-05-09  Benjamin Otte  <otte@gnome.org>
19379
19380         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19381           don't use a fixed buffer size when writing variable length data to
19382           it. Fixes memory corruption and makes alsasrc work
19383
19384 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19385
19386         * ext/gnomevfs/gstgnomevfssink.c:
19387         (_gst_boolean_allow_overwrite_accumulator),
19388         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19389           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19390           RUN_LAST, and don't use that to set the accumulator value because
19391           then it's always FALSE.
19392
19393 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19394
19395         * gst-libs/gst/riff/riff-media.c:
19396         (gst_riff_create_video_caps_with_data),
19397         (gst_riff_create_audio_caps),
19398         (gst_riff_create_audio_template_caps):
19399         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19400           Fix for unaligned RIFF files (i.e. where all the chunks together
19401           in a LIST chunk are not of the same size as the size given in
19402           the LIST chunk header). Fixes several odd WAVE files. Also fix
19403           ADPCM (block_align property) in audio, so that wavparse based
19404           on this works now as it used to stand-alone.
19405
19406 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19407
19408         reviewed by Benjamin Otte  <otte@gnome.org>
19409
19410         * ext/a52dec/gsta52dec.c:
19411         * ext/divx/gstdivxdec.c:
19412         * ext/divx/gstdivxenc.c:
19413         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19414         * ext/faac/gstfaac.c: (gst_faac_base_init):
19415         * ext/faad/gstfaad.c: (gst_faad_base_init):
19416         * ext/ivorbis/vorbisfile.c:
19417         * ext/lame/gstlame.c:
19418         * ext/libfame/gstlibfame.c:
19419         * ext/mpeg2enc/gstmpeg2enc.cc:
19420         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19421         * ext/sidplay/gstsiddec.cc:
19422         * ext/speex/gstspeexdec.c:
19423         * ext/speex/gstspeexenc.c:
19424         * ext/xvid/gstxviddec.c:
19425         * ext/xvid/gstxvidenc.c:
19426           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19427           (fixes #142193)
19428
19429 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19430
19431         * ext/alsa/gstalsa.c: (device_list),
19432         (gst_alsa_class_probe_devices):
19433         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19434           Fix alsa oddness in mixer after the combination of using mixer
19435           in source/sink elements and using hw:x,y instead of just hw:x.
19436
19437 2004-05-09  Benjamin Otte  <otte@gnome.org>
19438
19439         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19440         (gst_wavparse_create_sourcepad):
19441           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19442           sourcepads
19443
19444 2004-05-09  Benjamin Otte  <otte@gnome.org>
19445
19446         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19447           allow discont events before caps nego
19448
19449 2004-05-08  Benjamin Otte  <otte@gnome.org>
19450
19451         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19452           don't leak events
19453
19454 2004-05-08  Benjamin Otte  <otte@gnome.org>
19455
19456         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19457         (gst_level_change_state), (gst_level_init):
19458         * gst/level/gstlevel.h:
19459           figure out if we're initialized directly instead of keeping a
19460           variable that's wrong in 90% of cases
19461           don't initialize pads and then leak them and use a new unitialized
19462           pad. (fixes #142084)
19463           these were bugs so n00bish I didn't find them for an hour :/
19464
19465 2004-05-08 Iain <iain@prettypeople.org>
19466
19467         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19468         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19469         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19470         return the length that was read.
19471         (gst_riff_read_strf_auds): Allow fmt tags as well.
19472
19473 2004-05-07  David Schleef  <ds@schleef.org>
19474
19475         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19476         signed char assumption in faad.h.
19477
19478 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19479
19480         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19481           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19482
19483 2004-05-07  Colin Walters  <walters@redhat.com>
19484
19485         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19486         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19487         function.
19488         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19489         Add dispose function.
19490
19491 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19492         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19493           Fix caps nego and pad templates. RGB mode caps should
19494           work now.
19495         * ext/dvdnav/gst-dvd:
19496           Move mpeg2dec inside the thread because otherwise the
19497           queue rejects cap changes mid-stream
19498         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19499         (gst_mpeg2dec_flush_decoder):
19500           For mpeg2dec > 0.4.0, call the flush function instead of
19501           manually extracting all in-flight frames.
19502         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19503         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19504           Change mime type video/dv go video/x-dv to match the
19505           rest of gst-plugins
19506
19507 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19508
19509         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19510         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19511         (gst_alsa_sink_class_init):
19512         * ext/alsa/gstalsasink.h:
19513         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19514         (gst_alsa_src_class_init):
19515         * ext/alsa/gstalsasrc.h:
19516           Make alsasink/src a subclass of alsamixer so that mixer stuff
19517           shows up in gst-rec. Needs some finetuning.
19518
19519 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19520
19521         * ext/lame/gstlame.c: (gst_lame_chain):
19522           simplify
19523         * ext/mad/gstmad.c: (gst_mad_handle_event):
19524           fix event leak
19525         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19526           be able to detect mp3 files < 4096 bytes
19527
19528 2004-05-06  Wim Taymans  <wim@fluendo.com>
19529
19530         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19531         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19532         (theora_enc_set_property), (theora_enc_get_property):
19533         Also encode the first frame, cleanup some code.
19534
19535 2004-05-06  Wim Taymans  <wim@fluendo.com>
19536
19537         * ext/mpeg2enc/gstmpeg2enc.cc:
19538         Forward events first before deciding that negotiation was
19539         not performed.
19540
19541 2004-05-06  Wim Taymans  <wim@fluendo.com>
19542
19543         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19544         First process the events before deciding that negotiation
19545         was not performed.
19546
19547 2004-05-06  Wim Taymans  <wim@fluendo.com>
19548
19549         * ext/theora/Makefile.am:
19550         * ext/theora/theora.c: (plugin_init):
19551         * ext/theora/theoradec.c: (theora_dec_change_state):
19552         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19553         (gst_theora_enc_class_init), (gst_theora_enc_init),
19554         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19555         (theora_enc_chain), (theora_enc_change_state),
19556         (theora_enc_set_property), (theora_enc_get_property):
19557         Added a theora encoder, grouped the encoder and decoder into the
19558         same plugin.
19559
19560 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19561
19562         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19563         (gst_jpegenc_chain):
19564         fix DURATION on outgoing buffers
19565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19566         debug using time formats
19567         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19569         (gst_xvimagesink_sink_link):
19570         windows with width/height 0 generate X errors, so don't allow them
19571
19572 2004-05-05  Wim Taymans  <wim@fluendo.com>
19573
19574         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19575         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19576         (gst_mpeg2dec_negotiate_format):
19577         * ext/mpeg2dec/gstmpeg2dec.h:
19578           removed the static pad template so that we can add the
19579           more accurate framerate value to the caps.
19580
19581
19582 2004-05-04  Benjamin Otte  <otte@gnome.org>
19583
19584         * configure.ac:
19585           check for kdemacros.h, too (should fix #141821)
19586         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19587           don't crash if no header was sent, but nicely error out (fixes part
19588           of #141554)
19589
19590 2004-05-04  Wim Taymans  <wim@fluendo.com>
19591
19592         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19593         parent dispose function to avoid segfault on destroy.
19594
19595 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19596
19597         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19598         (plugin_init):
19599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19600         (gst_xvimagesink_sink_link):
19601         clean up debugging caps
19602         also recreate xvimage when format has changed
19603
19604 2004-05-04  Benjamin Otte  <otte@gnome.org>
19605
19606         * ext/libvisual/Makefile.am:
19607         * ext/libvisual/visual.c: (gst_visual_class_init),
19608         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19609         (gst_visual_srclink), (gst_visual_chain),
19610         (gst_visual_change_state), (plugin_init):
19611           use a GstAdapter to correctly adapt buffer sizes - allows using a
19612           framerate
19613
19614 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19615
19616         * sys/v4l/gstv4lelement.h:
19617         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19619         (gst_v4lsrc_buffer_free):
19620         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19621         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19622         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19623         (gst_v4lsrc_requeue_frame):
19624         move some debugging categories around
19625         query for fps index and set accordingly if found
19626
19627 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19628
19629         * ext/lame/gstlame.c:
19630         correct defaults that lame_init puts out of range
19631
19632 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19633
19634         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19635         (gst_divxenc_class_init):
19636         fix range since -1 is the default
19637         * gst/mpeg1sys/gstmpeg1systemencode.c:
19638         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19639         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19640         (gst_rtjpegdec_chain):
19641         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19642         (gst_rtjpegenc_chain):
19643         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19644         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19645         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19646         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19647         * sys/v4l/gstv4lsrc.c:
19648         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19649         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19650         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19651         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19652         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19653           remove gst_info calls
19654
19655 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19656
19657         * Makefile.am:
19658         * po/af.po:
19659         * po/az.po:
19660         * po/en_GB.po:
19661         * po/nl.po:
19662         * po/sr.po:
19663         * po/sv.po:
19664           Updated translations
19665
19666 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19667
19668         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19669           refactor/comment code
19670
19671 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19672
19673         * gst/asfdemux/Makefile.am:
19674         * gst/asfdemux/asfheaders.c:
19675         * gst/asfdemux/asfheaders.h:
19676         * gst/asfdemux/gstasf.c: (plugin_init):
19677         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19678         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19679         (gst_asf_demux_setup_pad):
19680         * gst/asfdemux/gstasfdemux.h:
19681         * gst/asfdemux/gstasfmux.c:
19682         * gst/asfdemux/gstasfmux.h:
19683           Add tagging support to demuxer, split out registration in its own
19684           file instead of in demux (hacky), and prevent having some tables
19685           in our memory multiple times (in asfheaders.h).
19686
19687 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19688
19689         * gst/matroska/matroska-demux.c:
19690         (gst_matroska_demux_parse_metadata):
19691         * gst/matroska/matroska-ids.h:
19692           Basic tag reading support.
19693
19694 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19695
19696         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19697           Really detect ac-3 audio.
19698         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19699           really detect matroska files (off-by-1).
19700
19701 2004-04-30  David Schleef  <ds@schleef.org>
19702
19703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19704         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19705         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19706         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19707         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19708         hackage -- parse a lot more atoms, extract a few tags.  One might even
19709         mistake this for tag support.  Maybe it is.
19710         * gst/qtdemux/qtdemux.h:
19711
19712 2004-04-30  Colin Walters  <walters@verbum.org>
19713
19714         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19715
19716 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19719         (gst_ffmpegcolorspace_getcaps):
19720           remove broken nego fix
19721
19722 2004-04-30  Benjamin Otte  <otte@gnome.org>
19723
19724         * configure.ac:
19725         * ext/Makefile.am:
19726         * ext/libvisual/Makefile.am:
19727         * ext/libvisual/visual.c:
19728           add initial support for libvisual (http://libvisual.sourceforge.net)
19729           libvisual is still quite alpha, so expect crashes in there :)
19730
19731 2004-04-29  David Schleef  <ds@schleef.org>
19732
19733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19734         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19735         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19736         code; you will no longer respect me.
19737
19738 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19739
19740         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19741         * ext/alsa/gstalsa.h :
19742         change alsa pcm device discovery to find more than 1 device
19743         per card. code review by Ronald.
19744
19745 2004-04-29  David Schleef  <ds@schleef.org>
19746
19747         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19748         Add a check for a driver bug on FreeBSD.  (bug #140565)
19749
19750 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19751
19752         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19753         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19754         (gst_jpegenc_getcaps):
19755           move format setting to inner loop
19756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19757         (gst_ffmpegcolorspace_getcaps):
19758           use GST_PAD_CAPS if available so that we use already negotiated
19759           caps
19760         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19761         (qtdemux_parse_moov), (qtdemux_parse):
19762           extra debugging
19763         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19764         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19765           move hardcoded path to DEFINE
19766
19767 2004-04-28  David Schleef  <ds@schleef.org>
19768
19769         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19770         (bug #140064)
19771
19772 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19773
19774         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19775           Don't probe for playback device if we're a source element. Fixes
19776           #139658.
19777
19778 2004-04-29  Benjamin Otte  <otte@gnome.org>
19779
19780         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19781         (gst_id3_tag_chain):
19782           rewrite buffer offset
19783
19784 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19785
19786         * configure.ac:
19787         * ext/Makefile.am:
19788         * ext/dts/Makefile.am:
19789         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19790         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19791         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19792         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19793         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19794         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19795         (plugin_init):
19796         * ext/dts/gstdtsdec.h:
19797           New DTS decoder.
19798         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19799         (gst_faad_srcconnect):
19800           Add ESDS atom handling (.m4a).
19801
19802 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19803
19804         * ext/divx/gstdivxdec.c: (plugin_init):
19805           Remove comment that makes no sense.
19806         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19807           Fix for obvious typo that resulted in warnings during gst-register.
19808         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19809         (gst_xviddec_sink_link):
19810           Fix caps negotiation a bit better.
19811         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19812           We call this 'codec_data', not 'esds'.
19813
19814 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19815
19816         * gst/monoscope/gstmonoscope.c:
19817           make sure we only provide 256x128
19818         * gst/monoscope/monoscope.c: (monoscope_init):
19819           assert size of 256x128
19820
19821 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19822
19823         * Makefile.am:
19824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19825         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19826           fixate to max width and height of device
19827
19828 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19829
19830         * Makefile.am:
19831         * sys/v4l/gstv4l.c:
19832         * sys/v4l/gstv4lsrc.c:
19833         * sys/v4l/v4l_calls.c:
19834         * sys/v4l/v4lsrc_calls.c:
19835           fix for qc-usb driver which fakes having more than one buffer
19836           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19837           buffer_free override
19838           add debugging
19839
19840 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * Makefile.am:
19843         * gst/videotestsrc/gstvideotestsrc.c:
19844         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19845         (gst_videotestsrc_init), (gst_videotestsrc_get),
19846         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19847         * gst/videotestsrc/gstvideotestsrc.h:
19848           add num-buffers property
19849
19850         2004-04-26  Benjamin Otte  <otte@gnome.org>
19851
19852         * ext/mad/gstid3tag.c: (plugin_init):
19853           set id3mux rank to NONE so it doesn't confuse spider
19854           require audio/mpeg,mpegversion=1 in id3mux
19855
19856 2004-04-26  Benjamin Otte  <otte@gnome.org>
19857
19858         * configure.ac:
19859           detect faad correctly as non-working if it's indeed non-working
19860
19861 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19862
19863         * Makefile.am:
19864         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19865         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19866         fix _getcaps so it only negotiates to its supported format
19867
19868 2004-04-25  Benjamin Otte  <otte@gnome.org>
19869
19870         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19871           fix memleak
19872
19873 2004-04-23  Benjamin Otte  <otte@gnome.org>
19874
19875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19876           audio/x-raw-int with height rules! not. Now it's depth.
19877
19878 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19881         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19882         (gst_wavparse_loop):
19883           Missing variable initialization. Add handling of DVI ADPCM. Fix
19884           mis-parsing of LIST chunks. This works around a bug where we mis-
19885           parse non-aligning LIST chunks (so LIST chunks where the contents
19886           don't align with the actual LIST size). The correct fix is to use
19887           rifflib, I'm not going to fix wavparse - too much work. All this
19888           fixes #104878.
19889
19890 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19891
19892         reviewed by Benjamin Otte  <otte@gnome.org>
19893
19894         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19895           fix shoutcast not working (fixes #140844)
19896
19897 2004-04-22  Benjamin Otte  <otte@gnome.org>
19898
19899         * ext/hermes/gsthermescolorspace.c:
19900         (gst_hermes_colorspace_caps_remove_format_info):
19901         * gst/colorspace/gstcolorspace.c:
19902         (gst_colorspace_caps_remove_format_info):
19903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19904         (gst_ffmpegcolorspace_caps_remove_format_info):
19905           s/gst_caps_simplify/gst_caps_do_simplify/
19906
19907 2004-04-22  Benjamin Otte  <otte@gnome.org>
19908
19909         * gst-libs/gst/riff/riff-media.c:
19910         (gst_riff_create_video_caps_with_data):
19911           mpegversion is an int
19912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19913           don't try to create pad templates with NULL caps, use any caps
19914           instead.
19915
19916 2004-04-20  David Schleef  <ds@schleef.org>
19917
19918         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19919         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19920         (bug #140384)
19921
19922 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19923
19924         reviewed by David Schleef
19925
19926         * ext/mad/gstid3tag.c: Add stdlib.h
19927         * gst/rtp/gstrtpgsmenc.c: same
19928         * gst/tags/gstid3tag.c: same
19929         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19930         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19931         GST_DISABLE_LOADSAVE use.
19932         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19933         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19934         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19935         atol(3)).
19936         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19937         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19938         strtoul(3)).
19939         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19940         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19941         $(ID3_CFLAGS).
19942         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19943         $(LIBFAME_CFLAGS).
19944
19945 2004-04-20  David Schleef  <ds@schleef.org>
19946
19947         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19948         last checkin.  Same idea.
19949
19950 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19951
19952         reviewed by David Schleef
19953
19954         * configure.ac: bump required gstreamer version to 0.8.1.1
19955         because of following changes [--ds]
19956
19957         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19958         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19959         (gst_riff_read_header):  Use GST_READ_UINT*
19960         macros to access possibly unaligned memory.
19961
19962         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19963         (mp3_type_find):  Use GST_READ_UINT*
19964         macros to access possibly unaligned memory.
19965         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19966         (speex_type_find): Likewise
19967
19968         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19969
19970         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19971         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19972         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19973         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19974         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19975         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19976         macros to access possibly unaligned memory.
19977
19978         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19979         Likewise.
19980
19981         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19982         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19983
19984         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19985         Likewise.
19986
19987         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19988         (gst_mpeg2subt_chain_subtitle): Likewise.
19989
19990         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19991         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19992         Likewise.
19993
19994         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19995         Likewise.
19996
19997         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19998         Likewise.
19999
20000         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
20001         Likewise.
20002
20003 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20004
20005         * configure.ac:
20006           update required version of GStreamer because of GST_TIME_FORMAT
20007
20008 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20009
20010         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
20011           remove leftover g_print
20012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20013           don't try setting only a subset of the caps. We don't want to kill
20014           autoplugging on purpose
20015
20016 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20017
20018         * sys/ximage/ximagesink.c: (plugin_init):
20019         * sys/xvimage/xvimagesink.c: (plugin_init):
20020           add debugging categories
20021
20022 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20023
20024         * po/en_GB.po:
20025         * po/LINGUAS:
20026           Adding en_GB translation (Gareth Owen)
20027
20028 2004-04-20  David Schleef  <ds@schleef.org>
20029
20030         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20031         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
20032         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
20033         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
20034         A number of new features and hacks to extract the esds atom and
20035         put it into the caps.  (bug #137724)
20036
20037 2004-04-19  David Schleef  <ds@schleef.org>
20038
20039         * gconf/Makefile.am: Fix for non-GNU make
20040         * gst-libs/gst/Makefile.am: Change directory order to handle
20041         GstPlay linking with gstinterfaces
20042         * gst-libs/gst/audio/make_filter: make use of tr portable
20043         * gst-libs/gst/play/Makefile.am: Add intended \
20044         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20045         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
20046         function prototype instead of void *.
20047         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
20048         macro.
20049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20050         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
20051         * gst/videofilter/make_filter: make use of tr portable
20052         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
20053
20054 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20055
20056         * po/LINGUAS:
20057         * po/uk.po:
20058           Added Ukrainian translation (Maxim V. Dziumanenko)
20059
20060 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20061
20062         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
20063         (gst_gsmdec_link), (gst_gsmdec_chain):
20064           Fix capsnego, simplify chain function slightly.
20065         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20066           Add GSM.
20067
20068 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20069
20070         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20071         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
20072         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
20073           Hack to make wavparse work with spider (always -> sometimes pad).
20074           Fixes #135862 && #140411.
20075
20076 2004-04-18  Benjamin Otte  <otte@gnome.org>
20077
20078         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20079         (gst_osselement_rate_probe_check),
20080         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
20081           get rid of \n in debug output
20082
20083 2004-04-17  Iain <iain@prettypeople.org>
20084
20085         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
20086         not just EOS.
20087
20088 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20089
20090         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20091         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
20092         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
20093         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
20094         (gst_id3_tag_src_link), (gst_id3_tag_chain),
20095         (gst_id3_tag_change_state), (plugin_init):
20096           deprecate id3tag element and replace with id3demux/id3mux.
20097           great side effect: this ugly file is now even uglier, yay!
20098         * ext/mad/gstmad.h:
20099           remove non-available function
20100           update for new get_type
20101
20102 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20103
20104         * configure.ac:
20105           require mpeg2dec >= 0.4.0
20106
20107 2004-04-17  Benjamin Otte  <otte@gnome.org>
20108
20109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20110         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20111         (gst_xvimagesink_set_xwindow_id):
20112           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
20113           assorted cleanup fixes.
20114
20115 2004-04-16  David Schleef  <ds@schleef.org>
20116
20117         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
20118         * sys/xvimage/xvimagesink.h: same
20119
20120 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20121
20122         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20123           Fix GST_ELEMENT_ERROR with (NULL)
20124
20125 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20126
20127         * gst-libs/gst/riff/riff-media.c:
20128         (gst_riff_create_video_caps_with_data):
20129           Add div[3456] as fourccs for DivX 3 (fixes #140137).
20130
20131 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20132
20133         * gst-libs/gst/riff/riff-media.c:
20134         (gst_riff_create_video_caps_with_data),
20135         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
20136         (gst_riff_create_video_template_caps),
20137         (gst_riff_create_audio_template_caps):
20138         * gst-libs/gst/riff/riff-media.h:
20139         * gst-libs/gst/riff/riff-read.c:
20140         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
20141         * gst-libs/gst/riff/riff-read.h:
20142         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20143           Add MS RLE support. I added some functions to read out strf chunks
20144           into strf chunks and the data behind it. This is usually color
20145           palettes (as in RLE, but also in 8-bit RGB). Also use those during
20146           caps creation. Lastly, add ADPCM (similar to wavparse - which
20147           should eventually be rifflib based).
20148         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20149         (gst_matroska_demux_init), (gst_matroska_demux_reset):
20150         * gst/matroska/matroska-demux.h:
20151           Remove placeholders for some prehistoric tagging system. Didn't add
20152           support for any tag system really anyway.
20153         * gst/qtdemux/qtdemux.c:
20154           Add support for audio/x-m4a (MPEG-4) through spider.
20155         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20156         (gst_wavparse_loop):
20157           ADPCM support (#135862). Increase max. buffer size because we
20158           cannot split buffers for ADPCM (screws references) and I've seen
20159           files with 2048 byte chunks. 4096 seems safe for now.
20160
20161 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20162
20163         * configure.ac: bump nano to 1
20164
20165 === release 0.8.1 ===
20166
20167 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20168
20169         * configure.ac: releasing 0.8.1, "Comforting Sounds"
20170
20171 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20172
20173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20174           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
20175           Fixes #140058
20176
20177 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20178
20179         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
20180           lower rank of dvddemux so that it's not used for mpeg playback.
20181
20182 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20183
20184         * configure.ac:
20185           save libs correctly when checking mad
20186
20187 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20188
20189         * ext/mad/gstid3tag.c: (plugin_init):
20190           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
20191
20192 2004-04-13  David Schleef  <ds@schleef.org>
20193
20194         * common/m4/gst-feature.m4: Call -config scripts with
20195         --plugin-libs if it is supported.
20196         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
20197         JPEG images are image/jpeg.
20198         * gst/debug/Makefile.am:
20199         * gst/debug/negotiation.c: (gst_negotiation_class_init),
20200         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
20201         (gst_negotiation_update_caps), (gst_negotiation_get_property),
20202         (gst_negotiation_plugin_init): Add a property that acts like
20203         filter caps.
20204         * testsuite/gst-lint:  Move license checking to be a standard
20205         test.
20206
20207 2004-04-13  David Schleef  <ds@schleef.org>
20208
20209         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
20210         patch from Sebastien Cote (bug #139958)
20211
20212 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20213
20214         * examples/gstplay/Makefile.am:
20215         * examples/gstplay/player.c: (main):
20216           make the commandline player example use gconf settings
20217
20218 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20219
20220         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
20221         (gst_cacasink_sinkconnect), (gst_cacasink_init),
20222         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
20223           init/end library during state transition, not object
20224           creation/disposal.  get rid of custom dispose handler.
20225
20226
20227 2004-04-12  Christian Schaller <Uraeus@gnome.org>
20228
20229         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
20230         be a symlink
20231
20232 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20233
20234         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
20235           Handle JUNK chunks inside data section. Prevents warnings.
20236
20237 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20238
20239         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20240         (gst_riff_create_video_template_caps):
20241           Add MS video v1.
20242         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20243         (gst_avi_demux_stream_data):
20244           Add support for "rec-list" chunks.
20245
20246 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20247
20248         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
20249           Fix another codecname mismatch.
20250
20251 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20254           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
20255           so that MJPEG plays back.
20256
20257 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20258
20259         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20260         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
20261         * gst/mpeg1videoparse/gstmp1videoparse.h:
20262           Fix for some slight mis-cuts in buffer parsing, and for some
20263           potential overflows or faults-causers. Adds disconts. Also fixes
20264           #139105 while we're at it.
20265
20266 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20267
20268         * configure.ac:
20269         * sys/v4l2/gstv4l2element.h:
20270           Workaround for missing struct v4l2_buffer declaration in Suse 9
20271           and Mandrake 10 linux/videodev2.h header file (#135919).
20272
20273 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20274
20275         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
20276           Bail out if no filename was given.
20277
20278 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20279
20280         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
20281         (gst_v4l2_fourcc_from_structure):
20282           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
20283           Y41B somewhere).
20284
20285 2004-04-09  Benjamin Otte  <otte@gnome.org>
20286
20287         * ext/gnomevfs/gstgnomevfssink.c:
20288         (_gst_boolean_allow_overwrite_accumulator),
20289         (gst_gnomevfssink_class_init):
20290           fix erase signal - if any handler returns false the file will not be
20291           overwritten. If no handler is connected, the file will not be
20292           overwritten either.
20293           renamed signal to "allow-overwrite"
20294         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
20295           free string when adding it to ID3 failed
20296         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20297           unref event when done
20298         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20299           free caps
20300         * gst/typefind/gsttypefindfunctions.c:
20301         (mpeg_video_stream_type_find):
20302           fix invalid read
20303
20304 2004-04-08  David Schleef  <ds@schleef.org>
20305
20306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20307         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
20308
20309 2004-04-08  David Schleef  <ds@schleef.org>
20310
20311         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
20312         we don't support (bug #139532)
20313
20314 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20315
20316         * ext/mad/gstmad.c: (gst_mad_handle_event),
20317         (gst_mad_check_caps_reset), (gst_mad_chain),
20318         (gst_mad_change_state):
20319           only set explicit caps if they haven't been set before for
20320           this stream.  MPEG-audio sample rate/channels aren't allowed
20321           to change in-stream.
20322           Fixes #139382
20323
20324 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20325
20326         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
20327         (_gst_boolean_did_something_accumulator),
20328         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
20329         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
20330         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
20331         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
20332         (gst_gnomevfssink_change_state):
20333           Fix erase signal. Don't erase by default. Remove handoff signal.
20334           Remove erase property. Don't segfault. General cleanup.
20335
20336 2004-04-07  Benjamin Otte  <otte@gnome.org>
20337
20338         * gst-libs/gst/gconf/test-gconf.c: (main):
20339           add missing gst_init
20340
20341 2004-04-07  Benjamin Otte  <otte@gnome.org>
20342
20343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20344           free the mutexes, too
20345
20346 2004-04-07  Benjamin Otte  <otte@gnome.org>
20347
20348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
20349           actually free the URI string
20350         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
20351           compute offset correctly when passing discont events
20352         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20353           don't leak discont events
20354         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20355           add some missing breaks so caps aren't copied randomly
20356         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
20357           if we realloc memory, we better use it
20358
20359 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20360
20361         * ext/mad/gstmad.c: (normal_seek):
20362           fix GST_FORMAT_TIME usage
20363
20364 2004-04-05  David Schleef  <ds@schleef.org>
20365
20366         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
20367         a deprecated function (hack!)
20368
20369 2004-04-05  Benjamin Otte  <otte@gnome.org>
20370
20371         * ext/esd/esdmon.c: (gst_esdmon_get):
20372           fix nonterminated vararg and memleak
20373
20374 2004-04-05  Benjamin Otte  <otte@gnome.org>
20375
20376         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20377         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20378         (gst_ladspa_set_property), (gst_ladspa_get_property),
20379         (gst_ladspa_instantiate), (gst_ladspa_activate),
20380         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20381           clean up debugging
20382
20383 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20384
20385         reviewed by Benjamin Otte  <otte@gnome.org>
20386
20387         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20388           check for broken LADSPA parameters (fixes #138635)
20389
20390 2004-04-05  Benjamin Otte  <otte@gnome.org>
20391
20392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20393           advertise buffer-frames correctly on sinkpads
20394
20395 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20396
20397         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20398         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20399         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20400         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20401         (gst_mad_check_caps_reset), (gst_mad_chain):
20402         add more debugging, only reset caps when we're not in error state
20403
20404 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20405
20406         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20407
20408 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20409
20410         reviewed by Benjamin Otte  <otte@gnome.org>
20411
20412         * configure.ac:
20413           fix == in test(1) operator
20414
20415 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20416
20417         reviewed by Benjamin Otte  <otte@gnome.org>
20418
20419         * configure.ac:
20420           fix --export-symblos-regex to a working regex.
20421
20422 2004-04-04  Benjamin Otte  <otte@gnome.org>
20423
20424         * sys/oss/.cvsignore:
20425           add for oss_probe
20426
20427 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20428
20429         reviewed by Benjamin Otte  <otte@gnome.org>
20430
20431         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20432           add missing 'new_media' argument (fixes #138168)
20433         * gst/matroska/matroska-demux.c:
20434         (gst_matroska_demux_handle_seek_event):
20435           add vararg terminator (fixes #138169)
20436
20437 2004-04-02  David Schleef  <ds@schleef.org>
20438
20439         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20440         disted (bug #138914)
20441
20442 2004-04-01  Benjamin Otte  <otte@gnome.org>
20443
20444         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20445         (gst_alsa_close_audio):
20446           handle case better where a soundcard can't pause
20447         * ext/ogg/gstoggdemux.c:
20448           don't crash when we get events but don't have pads yet
20449
20450 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20451
20452         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20453           throw an error if we couldn't probe any caps.
20454
20455 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20456
20457         * ext/dvdnav/gst-dvd:
20458         Add a really simple sample DVD player
20459
20460 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20461
20462         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20463         (gst_a52dec_push), (gst_a52dec_handle_event),
20464         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20465         (gst_a52dec_change_state):
20466         * ext/a52dec/gsta52dec.h:
20467           Use a debug category, Output timestamps correctly
20468           Emit tag info, Handle events, tell liba52dec about cpu
20469           capabilities so it can use MMX etc.
20470         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20471           Fix a crasher accessing invalid memory
20472         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20473         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20474         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20475         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20476         (dvdnavsrc_query):
20477           Some support for byte-format seeking.
20478           Small fixes for still frames and menu button overlays
20479         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20480         (gst_mpeg2dec_alloc_buffer):
20481           Use a debug category. Adjust the report level of several items to
20482           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20483           so it doesn't lose the GstBuffer pointer
20484         * gst/debug/Makefile.am:
20485         * gst/debug/gstdebug.c: (plugin_init):
20486         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20487         (gst_navseek_base_init), (gst_navseek_class_init),
20488         (gst_navseek_init), (gst_navseek_seek),
20489         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20490         (gst_navseek_get_property), (gst_navseek_chain),
20491         (gst_navseek_plugin_init):
20492         * gst/debug/gstnavseek.h:
20493           Add the navseek debug element for seeking back and forth in a
20494           video stream using arrow keys.
20495         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20496         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20497         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20498         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20499         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20500         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20501         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20502         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20503         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20504         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20505         * gst/mpeg2sub/gstmpeg2subt.h:
20506           Pretty much a complete rewrite. Now a loopbased element. May still
20507           require work to properly synchronise subtitle buffers.
20508         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20509         (gst_dvd_demux_send_subbuffer):
20510         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20511           Don't attempt to create subbuffers of size 0
20512           Reduce a couple of error outputs to warnings.
20513         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20514         (gst_y4mencode_chain):
20515         Output the y4m frame header correctly.
20516
20517 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20518
20519         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20520           throw errors instead of allowing SIGFPE
20521
20522 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20523
20524         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20525         (gst_gconf_render_bin_from_key):
20526           leak plugging and style fixing
20527
20528 2004-03-31  David Schleef  <ds@schleef.org>
20529
20530         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20531         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20532         (bug #138225)
20533         * gst/debug/Makefile.am:
20534         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20535         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20536         plugin.
20537         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20538         (gst_negotiation_base_init), (gst_negotiation_class_init),
20539         (gst_negotiation_init), (gst_negotiation_getcaps),
20540         (gst_negotiation_pad_link), (gst_negotiation_chain),
20541         (gst_negotiation_set_property), (gst_negotiation_get_property),
20542         (gst_negotiation_plugin_init):  New element to talk about random
20543         negotiation things happening in a pipeline.
20544
20545 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20546
20547         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20548           fix integer addition with help of Stefan Kost
20549
20550 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20551
20552         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20553
20554 2004-03-30  David Schleef  <ds@schleef.org>
20555
20556         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20557         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20558         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20559         (bug #137504)
20560         * ext/mpeg2dec/gstmpeg2dec.h:
20561
20562 2004-03-30  David Schleef  <ds@schleef.org>
20563
20564         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20565
20566 2004-03-30  David Schleef  <ds@schleef.org>
20567
20568         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20569         Michael Petullo) to handle .mov
20570
20571 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20572
20573         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20574         (gst_osselement_rate_check_rate):
20575           probe caps correctly for sound cards that only support one format
20576
20577 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20578
20579         * ext/kio/kiosrc.cpp: (process_events):
20580           update handling event processing if inside KDE - untested
20581
20582 2004-03-29  David Schleef  <ds@schleef.org>
20583
20584         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20585         by 2 to not interfere with other colorspaces.
20586         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20587         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20588         one to not interfere with ffmpeg_colorspace.
20589
20590 2004-03-29  David Schleef  <ds@schleef.org>
20591
20592         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20593         aren't in the caps.
20594         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20595         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20596
20597 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20598
20599         * gst-libs/gst/riff/riff-media.c:
20600           fail on error, don't try to set stuff on NULL caps
20601
20602 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20603
20604         * configure.ac:
20605         * ext/Makefile.am:
20606         * ext/kio/Makefile.am:
20607         * ext/kio/kioreceiver.cpp:
20608         * ext/kio/kioreceiver.h:
20609         * ext/kio/kiosrc.cpp:
20610         * ext/kio/kiosrc.h:
20611           add experimental kiosrc plugin
20612         * ext/alsa/gstalsaplugin.c: (plugin_init):
20613           initialize debugging category only when we're sure registering the
20614           plugins worked.
20615
20616 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20617
20618         * examples/gstplay/player.c: (main):
20619         * gst-libs/gst/play/play.c: (gst_play_class_init),
20620         (gst_play_set_location), (gst_play_set_data_src),
20621         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20622         (gst_play_set_visualization), (gst_play_connect_visualization):
20623           check return values of element_set_state and return FALSE where
20624           failed
20625
20626 2004-03-29  Benjamin Otte  <otte@gnome.org>
20627
20628         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20629           try harder to check if an event is really a discont
20630
20631 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20632
20633         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20634         * po/az.po:
20635
20636 2004-03-28  Benjamin Otte  <otte@gnome.org>
20637
20638         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20640         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20641           get rid of non-standard "..." ranges in case statements.
20642
20643 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20644
20645         * gst/mpegstream/gstmpegdemux.c:
20646         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20647         specific functionality split to the new dvddemux element.
20648         * gst/mpegstream/gstdvddemux.c:
20649         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20650         streams, derived from mpegdemux.
20651         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20652         up. SCR based timestamp rewriting can be turned off (will probably
20653         completely disappear soon).
20654         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20655         hacking. General cleanup. All printf statements replaced by
20656         debugging messages. Almost complete libdvdnav support.
20657         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20658         by events. New properties for audio and subpicture languages.
20659         (dvdnavsrc_update_highlight): Now uses events.
20660         (dvdnavsrc_user_op): Cleaned up.
20661         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20662         based). Lots of cleanup, and propper support for most libdvdnav
20663         events.
20664         (dvdnavsrc_make_dvd_event): New function.
20665         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20666         (dvdnavsrc_make_clut_change_event): New function.
20667
20668 2004-03-26  Benjamin Otte  <otte@gnome.org>
20669
20670         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20671           fix bug where typefinding would claim it's theora whenever less then
20672           7 bytes of data were available
20673
20674 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20675
20676         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20677         (gst_alawdec_base_init), (gst_alawdec_class_init),
20678         (gst_alawdec_init), (gst_alawdec_chain):
20679         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20680         (gst_alawenc_base_init), (gst_alawenc_class_init),
20681         (gst_alawenc_init), (gst_alawenc_chain):
20682         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20683         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20684         (gst_mulawdec_init), (gst_mulawdec_chain):
20685         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20686         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20687         (gst_mulawenc_init), (gst_mulawenc_chain):
20688           Fix capsnego in all four, remove the unused property functions and
20689           simplify the chain functions slightly. I guess we could use macros
20690           or something similar for those, since the code is so similar, but
20691           I'm currently too lazy...
20692
20693 2004-03-24  David Schleef  <ds@schleef.org>
20694
20695         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20696         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20697         (gst_osselement_get_format_structure),
20698         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20699         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20700         (gst_osselement_rate_int_compare): Add code to handle rate probing
20701         (bug #120883)
20702         * sys/oss/gstosselement.h: same
20703         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20704         Use rate probing provided by osselement.
20705         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20706
20707 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20710         (gst_xvidenc_get_property):
20711           ulong/int mess-up.
20712
20713 2004-03-24  David Schleef  <ds@schleef.org>
20714
20715         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20716         (gst_speexdec_init):
20717         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20718         (gst_speexenc_init):  Create the pad template correctly (from
20719         the static pad template, not a NULL pointer.)
20720
20721 2004-03-25  Benjamin Otte  <otte@gnome.org>
20722
20723         * gst/debug/Makefile.am:
20724         * gst/debug/breakmydata.c:
20725           add element that quasi-randomly changes bytes in the stream.
20726           Intended use is robustness checking of demuxers and decoders in
20727           media tests.
20728
20729 2004-03-24  Benjamin Otte  <otte@gnome.org>
20730
20731         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20732         (gst_alsa_probe_hw_params):
20733         * ext/alsa/gstalsa.h:
20734           debugging output fixes
20735
20736 2004-03-24  Benjamin Otte  <otte@gnome.org>
20737
20738         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20739           don't g_return_if_fail if element is PLAYING, fail silently as every
20740           other element.
20741         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20742           only fix needed for cast lvalue issues in gst-plugins
20743         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20744           add proxy_getcaps
20745
20746 2004-03-24  Benjamin Otte  <otte@gnome.org>
20747
20748         * gst/level/gstlevel.c: (gst_level_init):
20749           add proxying getcaps function, so level doesn't advertise impossible
20750           caps
20751
20752 2004-03-24  David Schleef  <ds@schleef.org>
20753
20754         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20755         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20756         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20757         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20758         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20759         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20760         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20761         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20762         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20763         messages.  Divide the chunk size by the compression ratio
20764         (needed for MACE audio)
20765
20766 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20767
20768         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20769           Fix buffer overflow read error.
20770
20771 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20772
20773         * ext/alsa/gstalsa.h:
20774           Remove unused entry.
20775         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20776           Add cinepak.
20777         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20778         (gst_videodrop_link), (gst_videodrop_chain):
20779           Fix, sort of. Was horribly broken with new capsnego. Bah...
20780
20781 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20782
20783         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20784         (plugin_init):
20785         Add a monkeysaudio typefind function
20786
20787 2004-03-23  Johan Dahlin  <johan@gnome.org>
20788
20789         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20790         (gst_play_video_fixate): Check so the structure has the field
20791         before trying to fixate them, this makes it possible to have
20792         fakesinks for video and audio output without printing errors on
20793         the output console.
20794
20795 2004-03-22  David Schleef  <ds@schleef.org>
20796
20797         * sys/oss/Makefile.am:
20798         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20799         (check_rate), (add_rate):  Rate probing test app.
20800
20801 2004-03-21  Benjamin Otte  <otte@gnome.org>
20802
20803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20804         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20805           add a fixation function that pretty much does the right thing (fixes
20806           #137556)
20807
20808 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20809
20810         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20811
20812 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20813
20814         reviewed by: Benjamin Otte  <otte@gnome.org>
20815
20816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20817           terminate gst_event_new_discontinuous correctly (fixes parts of
20818           #137711)
20819
20820 2004-03-19  David Schleef  <ds@schleef.org>
20821
20822         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20823         since it doesn't depend on X, and it's part of our ABI.
20824
20825 2004-03-19  Iain <iain@prettypeople.org>
20826
20827         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20828         is_int in the structure, not the local variable.
20829
20830 2004-03-19  David Schleef  <ds@schleef.org>
20831
20832         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20833         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20834         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20835         Improvements in caps negotiation.
20836
20837 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20838
20839         * po/LINGUAS:
20840         * po/af.po:
20841           adding Afrikaans (Petri Jooste)
20842
20843 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20844
20845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20846         (gst_ffmpegcolorspace_chain):
20847         throw error instead of g_critical (#137588)
20848
20849 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20850
20851         * Makefile.am:
20852         * configure.ac:
20853           dist common and m4 correctly
20854         * po/sv.po:
20855
20856 2004-03-17  David Schleef  <ds@schleef.org>
20857
20858         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20859         (bug #137348)
20860
20861 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20862
20863         * po/LINGUAS:
20864         * po/sv.po:
20865           adding Swedish translation (Christian Rose)
20866
20867 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20868
20869         * Makefile.am: use release.mak
20870
20871 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20872
20873         * common/ChangeLog:
20874         * common/gst-autogen.sh:
20875           add some explanation about the version detection
20876         * configure.ac:
20877           fix X check
20878
20879 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20880
20881         * configure.ac: bump nano to 1
20882
20883 === release 0.8.0 ===
20884
20885 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20886
20887         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20888
20889 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20890
20891         * configure.ac:
20892           update libtool version
20893         * gst-libs/gst/media-info/Makefile.am:
20894           actually use libtool version
20895
20896 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20897
20898         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20899
20900 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20901
20902         * configure.ac:
20903         * gst-plugins.spec.in:
20904         * pkgconfig/Makefile.am:
20905         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20906         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20907         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20908         * pkgconfig/gstreamer-libs.pc.in:
20909         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20910         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20911         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20912         * pkgconfig/gstreamer-plugins.pc.in:
20913           remove @VERSION@ from some of the pc files since core and plugins
20914           are decoupled.
20915           created gstreamer-plugins.pc as it's a better name, but keeping
20916           -libs around for now to get fixes upstream done first.
20917
20918 2004-03-15  Julien MOUTTE <julien@moutte.net>
20919
20920         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20921         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20922         * gst-libs/gst/play/play.h:
20923
20924 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20925
20926         * *.c, *.cc: don't mix tabs and spaces
20927
20928 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20929
20930         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20931           use the new ffmpegcolorspace
20932         * gst-plugins.spec.in:
20933           package new colorspace and media-info
20934         * configure.ac:
20935         * pkgconfig/Makefile.am:
20936           fix some more disting issues
20937         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20938         * pkgconfig/gstreamer-media-info.pc.in:
20939           generate media-info pc files
20940
20941 2004-03-15  Johan Dahlin  <johan@gnome.org>
20942
20943         * *.h: Revert indenting
20944
20945 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20946
20947         * configure.ac:
20948           adding ffmpegcolorspace element
20949         * gst/ffmpegcolorspace/Makefile.am:
20950         * gst/ffmpegcolorspace/avcodec.h:
20951         * gst/ffmpegcolorspace/common.h:
20952         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20953         * gst/ffmpegcolorspace/dsputil.h:
20954         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20956         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20957         (gst_ffmpeg_caps_to_pix_fmt):
20958         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20959         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20960         (gst_ffmpegcolorspace_caps_remove_format_info),
20961         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20962         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20963         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20964         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20965         (gst_ffmpegcolorspace_set_property),
20966         (gst_ffmpegcolorspace_get_property),
20967         (gst_ffmpegcolorspace_register):
20968         * gst/ffmpegcolorspace/imgconvert.c:
20969         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20970         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20971         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20972         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20973         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20974         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20975         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20976         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20977         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20978         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20979         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20980         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20981         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20982         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20983         (img_get_alpha_info), (deinterlace_line),
20984         (deinterlace_line_inplace), (deinterlace_bottom_field),
20985         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20986         * gst/ffmpegcolorspace/imgconvert_template.h:
20987         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20988         * gst/ffmpegcolorspace/mmx.h:
20989         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20990           adding ffmpegcolorspace element supplied by Ronald after cleaning
20991           up and pulling in the right bits of upstream source.
20992           I'm sure a better C/compiler wizard could do some cleaning up (for
20993           example use GLIB's malloc stuff), but as a first pass this
20994           works very well
20995
20996 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20997
20998         * ext/alsa/gstalsa.h:
20999           I assume Ronald forgot to commit the change to have cardname
21000           as a struct member.  Expect some public spanking at the next
21001           opportunity.
21002
21003 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21004
21005         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
21006         (gst_alsa_open_audio), (gst_alsa_close_audio):
21007         * ext/alsa/gstalsa.c:
21008           Don't open the device if we're a mixer (= padless).
21009         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
21010         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
21011         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
21012           Open mixer during state change rather than during object
21013           initialization. Also, get a device name. Currently in a somewhat
21014           hackish fashion, but I didn't really find something better.
21015
21016 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21017
21018         * *.c, *.h: run gst-indent
21019
21020 2004-03-14  Benjamin Otte  <otte@gnome.org>
21021
21022         * gst/modplug/gstmodplug.cc:
21023         * gst/modplug/gstmodplug.h:
21024           set correct timestamps on outgoing buffers
21025
21026 2004-03-14  Benjamin Otte  <otte@gnome.org>
21027
21028         * gst/modplug/gstmodplug.cc:
21029           handle events - don't do crap when a discont arrives that's not
21030           necessary
21031           This allows correct loading and playback of mods in Rhythmbox
21032
21033 2004-03-14  Benjamin Otte  <otte@gnome.org>
21034
21035         * configure.ac:
21036         * gst-libs/gst/gconf/Makefile.am:
21037         * pkgconfig/Makefile.am:
21038           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
21039           they get rebuilt properly
21040         * configure.ac:
21041           when checking for vorbis, try pkgconfig first.
21042         * gst/modplug/gstmodplug.cc:
21043           add fixate function
21044
21045 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21046
21047         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21048           Fix for obvious mistake, where we first shift the offset and then
21049           read a samplesize element assuming the old offset. Note that this
21050           part still has something weird, i.e. my movies containing those
21051           don't actually play well, but at least there's something that looks
21052           like sound now.
21053
21054 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
21055         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
21056         (plugin_init):
21057         Add a typefind function for speex format
21058
21059 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21060
21061         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
21062         (gst_asf_demux_setup_pad):
21063           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
21064           instead of 0. Reason is simple: some elements have a fps range
21065           of 1-max instead of 0-max. So now ASF video actually works.
21066
21067 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21068
21069         * po/LINGUAS:
21070         * po/sr.po:
21071           adding serbian as a language
21072
21073 2004-03-13  Benjamin Otte  <otte@gnome.org>
21074
21075         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21076           return taglist correctly from _get function, don't gst_pad_push it.
21077           (fixes #137042)
21078
21079 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21080         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21081
21082 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21083
21084         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
21085         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
21086         (gst_alsa_mixer_track_new):
21087         * ext/alsa/gstalsamixertrack.h:
21088           Fix ancient leftovers... MixerTrack is a GObject.
21089
21090 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21091
21092         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21093         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21094           Don't block during probing...
21095
21096 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21097
21098         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
21099         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
21100         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
21101         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
21102         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
21103         (gst_alsa_open_audio), (gst_alsa_close_audio):
21104         * ext/alsa/gstalsa.h:
21105           Add propertyprobe interface implementation, add some device-name
21106           property, all this so that it looks good in gnome-volume-control.
21107
21108 2004-03-12  David Schleef  <ds@schleef.org>
21109
21110         * configure.ac: the Hermes library controls hermescolorspace, not
21111         colorspace.
21112         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21113         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
21114         not /* */
21115         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
21116         * ext/sdl/sdlvideosink.h: ditto.
21117         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
21118
21119 2004-03-12  Benjamin Otte  <otte@gnome.org>
21120
21121         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
21122         (gst_x_overlay_got_xwindow_id):
21123         * gst-libs/gst/xoverlay/xoverlay.h:
21124           replace XID with unsigned long to get rid of the xlibs dependency in
21125           XOverlay (fixes #137004)
21126
21127 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
21128         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
21129         (gst_agingtv_setup):
21130         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
21131         (gst_dicetv_base_init), (gst_dicetv_class_init),
21132         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
21133         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
21134         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
21135         (gst_edgetv_setup), (gst_edgetv_rgb32):
21136         * gst/effectv/gsteffectv.c:
21137         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
21138         (gst_quarktv_set_property):
21139         * gst/effectv/gstrev.c: (gst_revtv_get_type),
21140         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
21141         (gst_revtv_setup), (gst_revtv_rgb32):
21142         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
21143         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
21144         (gst_shagadelictv_init), (gst_shagadelictv_setup),
21145         (gst_shagadelictv_rgb32):
21146         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
21147         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
21148         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
21149         * gst/effectv/gstwarp.c:
21150         Port everything that can be ported to videofilter and fix up the caps.
21151         Can someone with a big-endian machine please check these?
21152
21153 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21154
21155         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
21156         (gst_osssink_chain), (gst_osssink_change_state):
21157           Latest fixes for A/V sync, audio playback and such. This is about
21158           all... MPEG playback issues are mostly related to the async build-
21159           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
21160
21161 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21162
21163         patch from: Stephane Loeuillet
21164
21165         * configure.ac:
21166           use pkg-config for some libraries, falling back to the old .m4 way
21167           (fixes #131270)
21168         * m4/libdv.m4:
21169           removed
21170
21171 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21172
21173         * configure.ac:
21174         * tools/Makefile.am:
21175         * tools/Makefile.in:
21176         * tools/gst-launch-ext-m.m:
21177         * tools/gst-launch-ext.1.in:
21178         * tools/gst-visualise-m.m:
21179         * tools/gst-visualise.1:
21180         * tools/gst-visualise.1.in:
21181           reorganizing generation of script tools
21182
21183 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21184
21185         * ext/divx/gstdivxdec.c:
21186           Downgrade priority. We prefer ffdec_mpeg4.
21187         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
21188         (gst_faad_chain), (gst_faad_change_state):
21189           Fix capsnego. Doesn't work for some sounds because we don't have
21190           a 5:1 to stereo element.
21191         * ext/xvid/gstxvid.c: (plugin_init):
21192           Add priority.
21193         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
21194         (gst_osssink_change_state):
21195           Add discont handling.
21196
21197 2004-03-09  Colin Walters  <walters@verbum.org>
21198
21199         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
21200         conversion.
21201
21202 2004-03-09  Benjamin Otte  <otte@gnome.org>
21203
21204         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21205           the signals take 2 arguments
21206
21207 2004-03-09  David Schleef  <ds@schleef.org>
21208
21209         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
21210         (gst_alsa_fixate): Add fixate function.  (bug #136686)
21211         * ext/alsa/gstalsa.h:
21212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
21213
21214 2004-03-09  Benjamin Otte  <otte@gnome.org>
21215
21216         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
21217         (gst_mikmod_change_state):
21218         * ext/mikmod/gstmikmod.h:
21219           make mikmod's loop function not loop infinitely and call
21220           gst_element_yield anymore
21221         * gst/modplug/gstmodplug.cc:
21222           fix pad negotiation (fixes #136590)
21223
21224 2004-03-09  David Schleef  <ds@schleef.org>
21225
21226         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
21227         doesn't conflict with the internal colorspace plugin.
21228         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
21229         satisfy the crappy-ass shell shipped by a certain vendor.
21230         * gst/videofilter/make_filter: same (bug #135299)
21231
21232 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21233
21234         * configure.ac: bump nano to 1
21235
21236 === release 0.7.6 ===
21237
21238 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21239
21240         * configure.in: releasing 0.7.6, "There"
21241
21242 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21243
21244         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21245         * pkgconfig/gstreamer-play.pc.in:
21246           synchronize the two
21247
21248 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21249
21250         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
21251         (cdparanoia_open), (cdparanoia_event):
21252           fix/add error handling
21253         * po/POTFILES.in:
21254           add cdparanoia source
21255         * tools/Makefile.am:
21256           make scripts executable
21257
21258 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21259
21260         * configure.ac:
21261         * ext/vorbis/Makefile.am:
21262         * sys/Makefile.am:
21263           remove id3types, vorbisfile and xvideosink from the build (#133783)
21264
21265 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21266
21267         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21268           Fix metadata read crash (#136537).
21269
21270 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
21273         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
21274           adding mime types, fixing the one-stop function
21275
21276 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21277
21278         * ext/nas/nassink.c and /ext/nas/nassink.h:
21279         More NAS love from Arwed von Merkatz
21280         So lets all sing 'Can you feel the NAS tonight'
21281
21282 2004-03-08  Christian Schaller <Uraeus@gnome.org>
21283
21284         * tools/gst-launch-ext.in:
21285         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
21286
21287 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21288
21289         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
21290         (gst_mpeg2dec_init):
21291         remove the user_data pad for now, because it is being used in
21292         fixating causing MPEG playback to fixate on 1000 Hz for playback.
21293         If someone knows how to fix this properly, please do.
21294
21295 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21296
21297         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21298         (gst_osssink_get_time):
21299         add a warning, IMO this won't get triggered anymore, remove later
21300
21301 2004-03-07  David Schleef  <ds@schleef.org>
21302
21303         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
21304         format (bug #136470)
21305
21306 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21307
21308         * gst-libs/Makefile.am:
21309         * gst-libs/gst/media-info/Makefile.am:
21310         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
21311         (error_callback), (gst_media_info_error_create),
21312         (gst_media_info_error_element), (gmip_init), (gmip_reset),
21313         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
21314         * gst-libs/gst/media-info/media-info-priv.h:
21315         * gst-libs/gst/media-info/media-info-test.c: (main):
21316         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21317         (gst_media_info_class_init), (gst_media_info_instance_init),
21318         (gst_media_info_set_source), (gst_media_info_read_with_idler),
21319         (gst_media_info_read_idler), (gst_media_info_read):
21320         * gst-libs/gst/media-info/media-info.h:
21321         fixed, should work now
21322
21323 2004-03-07  Christian Schaller <Uraeus@gnome.org>
21324
21325         * ext/nas/nassink.c:
21326         A bunch of NAS fixes from Arwed von Merkatz
21327
21328 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21329
21330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21331         (qtdemux_parse_trak):
21332           Fix crash (j might be greater than n_samples, in which case we're
21333           writing outside the allocated space for the array) and memleak.
21334
21335 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21336
21337         * sys/oss/gstosssink.c: (gst_osssink_chain):
21338           And another caller that couldn't handle delay < 0 (unsigned
21339           integer overflow). Video now continues playing on an audio
21340           buffer underrun, and the clock continues working. Audio still
21341           stalls.
21342
21343 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21344
21345         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21346         (gst_osssink_get_time):
21347           get_delay() may return values lower than 0. In those cases, we
21348           should not actually cast to *unsigned* int64, that will break
21349           stuff horribly. In my case, it screwed up A/V sync in movies
21350           in totem rather badly.
21351
21352 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21353
21354         * ext/faac/gstfaac.c: (gst_faac_chain):
21355         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21356         * ext/libpng/gstpngenc.c: (user_write_data):
21357         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21358         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21359         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21360         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21361         Fix several misuse of gst_buffer_merge (it doesn't take ownership
21362         of any buffer), should fix some leaks. I hope I didn't unref buffers
21363         that shouldn't be...
21364
21365 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21366
21367         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21368         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
21369         (error_callback), (gmi_reset), (gmi_seek_to_track),
21370         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
21371         (gmip_find_type_post), (gmip_find_stream_post),
21372         (gmip_find_track_streaminfo_post):
21373         * gst-libs/gst/media-info/media-info-priv.h:
21374         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21375         (info_print), (main):
21376         * gst-libs/gst/media-info/media-info.c:
21377         (gst_media_info_error_create), (gst_media_info_error_element),
21378         (gst_media_info_instance_init), (gst_media_info_get_property),
21379         (gst_media_info_new), (gst_media_info_set_source),
21380         (gst_media_info_read_idler), (gst_media_info_read):
21381         * gst-libs/gst/media-info/media-info.h:
21382           first pass at making this work again.  This seems to work on
21383           tagged ogg/vorbis and mp3 files.
21384
21385 2004-03-06  Benjamin Otte  <otte@gnome.org>
21386
21387         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21388           fix huge leak: gst_buffer_merge doesn't unref the first argument
21389           itself.
21390
21391 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21392
21393         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21394           report layer/mode/emphasis
21395
21396 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21397
21398         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21399
21400 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21401
21402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21403           signal serial
21404
21405 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21406
21407         * ext/vorbis/vorbis.c: (plugin_init):
21408         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21409         (gst_vorbis_dec_init), (vorbis_dec_event):
21410         add debug category
21411         make vorbisdec handle _BYTE and _TIME queries
21412
21413 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21414
21415         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21416           from the xing header
21417
21418 2004-03-06  Benjamin Otte  <otte@gnome.org>
21419
21420         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21421         (gst_audio_convert_link), (gst_audio_convert_change_state),
21422         (gst_audio_convert_buffer_from_default_format):
21423           do conversions from/to float correctly, fix some caps nego errors,
21424           export correct supported caps in template and getcaps, use correct
21425           caps in try_set_caps functions
21426
21427 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21428
21429         For some reason, I only committed a ChangeLog entry yesterday and
21430         not the corresponding code...
21431         * ext/mad/gstmad.c: Fix detection of Xing headers
21432         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21433
21434 2004-03-06  Benjamin Otte  <otte@gnome.org>
21435
21436         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21437         (gst_ogg_demux_src_query):
21438           make sure to handle the case where there's no current chain
21439           gracefully.
21440
21441 2004-03-05  David Schleef  <ds@schleef.org>
21442
21443         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21444         Add fixate function. (bug #131128)
21445         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21446         (gst_sdlvideosink_fixate):  Add fixate function.
21447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21448         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21449         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21450         Fix missing break that was causing ulaw to be interpreted as
21451         raw int.
21452
21453 2004-03-05  David Schleef  <ds@schleef.org>
21454
21455         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21456         Fix code that ignores return value of gst_buffer_merge().
21457         (bug #114560)
21458         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21459         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21460         * testsuite/gst-lint:  Check for above.
21461
21462 2004-03-05  David Schleef  <ds@schleef.org>
21463
21464         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21465         caps and throw an element error.  (bug #136334)
21466
21467 2004-03-05  David Schleef  <ds@schleef.org>
21468
21469         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21470         (gst_faad_chain): Fix negotiation.
21471         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21472         key and button events.
21473         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21474         dung heap of code.
21475         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21476         depends on gconf
21477         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21478         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21479         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21480         function to encourage better negotiation, particularly between
21481         audioconvert and osssink.
21482         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21483         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21484         more important.
21485         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21486         typefinding.
21487         * gst/vbidec/vbiscreen.c:  Add glib header
21488         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21489
21490 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21491
21492         * ext/mad/gstmad.c: Fix detection of Xing headers
21493         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21494
21495 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21496
21497         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21498         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21499           debug updates
21500
21501 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21502
21503         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21504         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21505         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21506         files, and report the parsed length as a GST_TAG_DURATION tag.
21507         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21508
21509 2004-03-05  Benjamin Otte  <otte@gnome.org>
21510
21511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21512           convert channels correctly. convert correctly to unsigned.
21513
21514 2004-03-05  Julien MOUTTE <julien@moutte.net>
21515
21516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21517         we have a window before clearing it.
21518
21519 2004-03-05  Julien MOUTTE <julien@moutte.net>
21520
21521         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21522         have a window before clearing it.
21523
21524 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21525
21526         * gconf/gstreamer.schemas.in:
21527         * gst-libs/gst/gconf/Makefile.am:
21528           version installation path the same way as for 0.6
21529         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21530         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21531         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21532           remove comment that was fixed
21533
21534 2004-03-05  David Schleef  <ds@schleef.org>
21535
21536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21537         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21538         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21539         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21540         Add prototype code for handling seeking and querying.
21541
21542 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21543
21544         * examples/gstplay/player.c: (main):
21545           Initialize variables to NULL. Prevents a segfault because the
21546           (uninitialized) variable is not NULL, resulting in a crash on
21547           trying to reach error->message.
21548
21549 2004-03-05  Benjamin Otte  <otte@gnome.org>
21550
21551         * gst/audioconvert/gstaudioconvert.c:
21552         (gst_audio_convert_buffer_to_default_format):
21553         make float=>int conversion work correctly even in cornercases.
21554
21555 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21556
21557         * debian/README.Debian:
21558         * debian/build-deps:
21559         * debian/changelog:
21560         * debian/control:
21561         * debian/control.in:
21562         * debian/copyright:
21563         * debian/gstreamer-a52dec.files:
21564         * debian/gstreamer-aa.files:
21565         * debian/gstreamer-alsa.files:
21566         * debian/gstreamer-alsa.manpages:
21567         * debian/gstreamer-arts.files:
21568         * debian/gstreamer-artsd.files:
21569         * debian/gstreamer-audiofile.files:
21570         * debian/gstreamer-avifile.files:
21571         * debian/gstreamer-cdparanoia.files:
21572         * debian/gstreamer-colorspace.files:
21573         * debian/gstreamer-doc.files:
21574         * debian/gstreamer-dv.files:
21575         * debian/gstreamer-dvd.files:
21576         * debian/gstreamer-esd.files:
21577         * debian/gstreamer-festival.files:
21578         * debian/gstreamer-flac.files:
21579         * debian/gstreamer-gconf.conffiles:
21580         * debian/gstreamer-gconf.files:
21581         * debian/gstreamer-gconf.postinst:
21582         * debian/gstreamer-gnomevfs.files:
21583         * debian/gstreamer-gsm.files:
21584         * debian/gstreamer-http.files:
21585         * debian/gstreamer-jack.files:
21586         * debian/gstreamer-jpeg.files:
21587         * debian/gstreamer-mad.files:
21588         * debian/gstreamer-mikmod.files:
21589         * debian/gstreamer-misc.files:
21590         * debian/gstreamer-mpeg2dec.files:
21591         * debian/gstreamer-oss.files:
21592         * debian/gstreamer-plugin-apps.files:
21593         * debian/gstreamer-plugin-apps.manpages:
21594         * debian/gstreamer-plugin-libs-dev.files:
21595         * debian/gstreamer-plugin-libs.files:
21596         * debian/gstreamer-plugin-template.postinst:
21597         * debian/gstreamer-plugin-template.postrm:
21598         * debian/gstreamer-sdl.files:
21599         * debian/gstreamer-sid.files:
21600         * debian/gstreamer-vorbis.files:
21601         * debian/gstreamer-x.files:
21602         * debian/mk.control:
21603         * debian/rules:
21604         Debian package info not maintained here.
21605
21606 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21607
21608         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21609         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21610         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21611         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21612         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21613         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21614         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21615         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21616         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21617         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21618         * gst-libs/gst/colorbalance/colorbalance.c:
21619         (gst_color_balance_class_init):
21620         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21621         (gst_color_balance_channel_class_init):
21622         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21623         * gst-libs/gst/play/play.c: (gst_play_class_init):
21624         * gst-libs/gst/propertyprobe/propertyprobe.c:
21625         (gst_property_probe_iface_init):
21626         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21627         * gst-libs/gst/tuner/tunerchannel.c:
21628         (gst_tuner_channel_class_init):
21629         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21630         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21631         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21632         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21633         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21634         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21635         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21637         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21638           fix signals to use - instead of _
21639         * ext/libcaca/gstcacasink.h:
21640         * ext/sdl/sdlvideosink.h:
21641           fix header rename
21642
21643 2004-03-04  David Schleef  <ds@schleef.org>
21644
21645         * testsuite/gst-lint:  Add a check for bad signal names.
21646
21647 2004-03-04  <kost@imn.htwk-leipzig.de>
21648
21649         reviewed by David Schleef
21650
21651         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21652         modified the alpha channel and caused a warning. (bug #136192)
21653
21654 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21655
21656         * gst-plugins.spec.in:
21657         Change names of plugins to actually be correct. Try to keep things
21658         alphabetical to avoid getting beat up by Thomas
21659
21660 2004-03-03  Julien MOUTTE <julien@moutte.net>
21661
21662         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21663         Using ximagesink as a default if no gconf key found. We should
21664         probably consider using alsasink instead of osssink for the audio
21665         part.
21666
21667 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21668
21669         * configure.ac:
21670           fix --with-plugins, don't think it ever worked before
21671         * gst-plugins.spec.in:
21672           even more updates
21673
21674 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21675
21676         * ext/sdl/sdlvideosink.h:
21677         * sys/ximage/ximagesink.h:
21678         * sys/xvideo/xvideosink.h:
21679         * sys/xvimage/xvimagesink.h:
21680           Fix for move of gstvideosink.h -> videosink.h.
21681
21682 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21683
21684         * gst-libs/gst/xwindowlistener/Makefile.am:
21685           this is a plugin library, not a library
21686
21687 2004-03-01  David Schleef  <ds@schleef.org>
21688
21689         * AUTHORS:  Added some names.  Add yourself if you're still
21690         missing.
21691
21692 2004-03-01  David Schleef  <ds@schleef.org>
21693
21694         * MAINTAINERS: Add
21695
21696 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21697
21698         * gst-plugins.spec.in: clean up spec file
21699
21700 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21701
21702         * gst-libs/gst/video/Makefile.am:
21703         * gst-libs/gst/video/gstvideosink.c:
21704         * gst-libs/gst/video/gstvideosink.h:
21705           rename gstvideosink.h to videosink.h to match other headers
21706         * gst/mixmatrix/Makefile.am:
21707           fix plugin filename
21708         * gst/tags/Makefile.am: fix plugin filename
21709
21710 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21711
21712         * gst/tags/Makefile.am: fix plugin filename
21713
21714 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21715
21716         * examples/gstplay/player.c: (got_time_tick), (main):
21717           add error handler
21718           display time_tick more readably
21719         * gst/mixmatrix/Makefile.am:
21720           fix plugin file name
21721
21722 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21723
21724         * sys/oss/gstosselement.c: (gst_osselement_probe),
21725         (device_combination_append), (gst_osselement_class_probe_devices):
21726         * sys/oss/gstosselement.h:
21727           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21728           on my system using alsa oss emulation, fixes bug #135597
21729
21730 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21731
21732         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21733         (gst_videodrop_chain), (gst_videodrop_change_state):
21734         * gst/videodrop/gstvideodrop.h:
21735           Work based on timestamp of input data, not based on the expected
21736           framerate from the input. The consequence is that this element now
21737           not only scales framerates, but also functions as a framerate
21738           corrector or framerate stabilizer/constantizer.
21739
21740 2004-02-27  David Schleef  <ds@schleef.org>
21741
21742         patches from jmmv@menta.net (Julio M. Merino Vidal)
21743
21744         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21745         GST_ELEMENT_ERROR call (bug #135634)
21746         * gst/interleave/interleave.c: (interleave_buffered_loop),
21747         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21748         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21749         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21750         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21751         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21752         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21753         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21754         Fix GST_ELEMENT_ERROR call.
21755         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21756         GST_ELEMENT_ERROR call.
21757
21758 2004-02-27  Benjamin Otte  <otte@gnome.org>
21759
21760         * gst-libs/gst/audio/audio.h:
21761           add macro to make sure header isn't included twice
21762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21763           don't use gst_buffer_free
21764         * gst/playondemand/filter.func:
21765           don't use gst_data_free. Free data only once.
21766
21767 2004-02-26  David Schleef  <ds@schleef.org>
21768
21769         * gst-libs/gst/colorbalance/Makefile.am:
21770         * gst-libs/gst/mixer/Makefile.am:
21771         * gst-libs/gst/tuner/Makefile.am:
21772         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21773         should not be disted, -marshal.h files should not be installed,
21774         and -enum.h files _should_ be installed.  Fix to make this the
21775         case.
21776
21777 === release 0.7.5 ===
21778
21779 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21780
21781         * configure.ac: release 0.7.5, "Under The Sea"
21782
21783 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21784
21785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21786         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21787         * gst/videoscale/gstvideoscale.c:
21788         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21789           assorted debug/warning fixes
21790
21791 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21792
21793         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21794         (gst_videoscale_init), (gst_videoscale_chain),
21795         (gst_videoscale_set_property), (plugin_init):
21796         * gst/videoscale/gstvideoscale.h:
21797         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21798         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21799         (gst_videoscale_planar400), (gst_videoscale_packed422),
21800         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21801         (gst_videoscale_24bit), (gst_videoscale_16bit),
21802         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21803         (gst_videoscale_scale_plane_slow),
21804         (gst_videoscale_scale_point_sample),
21805         (gst_videoscale_scale_nearest),
21806         (gst_videoscale_scale_nearest_str2),
21807         (gst_videoscale_scale_nearest_str4),
21808         (gst_videoscale_scale_nearest_32bit),
21809         (gst_videoscale_scale_nearest_24bit),
21810         (gst_videoscale_scale_nearest_16bit):
21811         add debugging category and use it properly
21812         fix use of GST_PTR_FORMAT
21813
21814 2004-02-25  Andy Wingo  <wingo@pobox.com>
21815
21816         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21817         push only when channel->buffer is NULL. Prevents segfaults doing
21818         the state change after a nonlocal exit, like a scheme exception.
21819
21820         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21821         Handle the case where the intersected caps is empty.
21822
21823 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * gst/law/mulaw-decode.c: (mulawdec_link):
21826         * gst/law/mulaw.c: (plugin_init):
21827           fix mulawdec so it actually works again
21828
21829 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21830
21831         reviewed by: David Schleef  <ds@schleef.org>
21832
21833         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21834         (gst_gamma_init), (gst_gamma_set_property),
21835         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21836         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21837         for RGB, with separate r g and b correction factors. (#131167)
21838
21839 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21840
21841         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21842           only signal tags for bitrate if they're > 0 (#134894)
21843
21844 2004-02-24  David Schleef  <ds@schleef.org>
21845
21846         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21847         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21848         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21849         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21850         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21851         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21852         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21853         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21854         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21855         category.  Attempt to fix timestamp calculation.
21856
21857 2004-02-24  Johan Dahlin  <johan@gnome.org>
21858
21859         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21860
21861 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21862
21863         * configure.ac:
21864         * gconf/Makefile.am:
21865         * gconf/gstreamer.schemas:
21866         * gst-libs/gst/gconf/Makefile.am:
21867         * gst-libs/gst/gconf/gconf.c:
21868           version gconf schemas and install locations
21869
21870 2004-02-23  Benjamin Otte  <otte@gnome.org>
21871
21872         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21873         (gst_xine_input_subclass_init):
21874           call parent dispose.
21875           change pad template for CD reader correctly
21876         * ext/xine/Makefile.am:
21877         * ext/xine/gstxine.h:
21878         * ext/xine/xine.c: (plugin_init):
21879         * ext/xine/xineaudiosink.c:
21880           wrap audio sinks, too
21881         * gst-libs/gst/resample/private.h:
21882         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21883         (gst_resample_reinit), (gst_resample_scale),
21884         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21885         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21886         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21887         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21888         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21889         * gst-libs/gst/resample/resample.h:
21890         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21891         (gst_audioscale_class_init), (gst_audioscale_link),
21892         (gst_audioscale_get_buffer), (gst_audioscale_init),
21893         (gst_audioscale_chain), (gst_audioscale_set_property),
21894         (gst_audioscale_get_property):
21895         * gst/audioscale/gstaudioscale.h:
21896           s/resample_*/gst_resample_*/i to not clobber namespaces
21897
21898 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21899
21900         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21901         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21902         (gst_riff_create_video_template_caps),
21903         (gst_riff_create_audio_template_caps),
21904         (gst_riff_create_iavs_template_caps):
21905         * gst-libs/gst/riff/riff-media.h:
21906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21907         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21908         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21909         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21910         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21911         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21912         (gst_matroska_demux_plugin_init): First batch implementing audio and
21913         video codec tags in demuxers.
21914
21915 2004-02-22  Benjamin Otte  <otte@gnome.org>
21916
21917         * ext/xine/Makefile.am:
21918         * ext/xine/gstxine.h:
21919         * ext/xine/xine.c: (plugin_init):
21920         * ext/xine/xineinput.c:
21921           add input plugin wrapper. Playback from files, http, mms and cdda
21922           works.
21923         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21924           remove leftover G_GNUC_UNUSED
21925         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21926         (gst_asf_demux_identify_guid):
21927           improve debugging output
21928
21929 2004-02-22  Benjamin Otte  <otte@gnome.org>
21930
21931         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21932
21933         * autogen.sh:
21934           replace test -e with test -x for mkinstalldirs to be more portable.
21935           (fixes #134816)
21936
21937 2004-02-22  Benjamin Otte  <otte@gnome.org>
21938
21939         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21940
21941         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21942           set rank to PRIMARY
21943         * gst/volume/gstvolume.c: (plugin_init):
21944           set rank to NONE
21945         fixes #134960
21946
21947 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21948
21949         reviewed by Benjamin Otte  <otte@gnome.org>
21950
21951         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21952           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21953
21954 2004-02-22  Benjamin Otte  <otte@gnome.org>
21955
21956         * configure.ac:
21957           export [_]*{gst,Gst,GST}.* symbols from plugins
21958
21959 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21960
21961         reviewed by: Benjamin Otte  <otte@gnome.org>
21962
21963         * ext/lame/gstlame.c: (add_one_tag):
21964         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21965         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21966         (gst_vorbisenc_metadata_set1):
21967         * gst/tags/gstid3tag.c:
21968         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21969           apply fixes from bugs #135042 (lame can't write tags) and #133817
21970           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21971
21972 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21973
21974         * configure.ac: Export only gst_plugin_desc from plugins.
21975          Note that this change only makes any effect with Linux using libtool
21976          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21977          fine. And don't try to have several versions of libtool in different
21978          directories.
21979
21980 2004-02-20  Andy Wingo  <wingo@pobox.com>
21981
21982         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21983         interleave respectively.
21984
21985         * gst/interleave/deinterleave.c: New plugin: deinterleave
21986         (replaces on oneton).
21987         * gst/interleave/interleave.c: New plugin: interleave.
21988         * gst/interleave/plugin.h: Support file.
21989         * gst/interleave/plugin.c: Support file.
21990
21991         * configure.ac: Remove intfloat and oneton, add interleave.
21992
21993         * ext/sndfile/gstsf.c: Handle events better.
21994
21995         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21996         and float2int operation. int2float has scheduling problems as
21997         noted in in2float_chain.
21998
21999 2004-02-20  Benjamin Otte  <otte@gnome.org>
22000
22001         * ext/xine/Makefile.am:
22002         * ext/xine/gstxine.h:
22003         * ext/xine/xine.c:
22004         * ext/xine/xineaudiodec.c:
22005         * ext/xine/xinecaps.c:
22006           add first version of xine plugin wrapper. Currently only wraps the
22007           QDM2 win32 DLL, and even that only in proof-of-concept quality.
22008         * configure.ac:
22009         * ext/Makefile.am:
22010           add xine plugin wrapper, disabled by default. Use --enable-xine to
22011           build. Note that it'll segfault on gst-register if you don't remove
22012           the goom and tvtime post plugins from xine.
22013         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22014         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
22015           add extradata parsing for QDM2.
22016           change around debugging prints.
22017
22018 2004-02-19  Benjamin Otte  <otte@gnome.org>
22019
22020         * ext/lame/gstlame.c: (gst_lame_chain):
22021         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22022           use gst_tag_list_insert when you want to insert tags
22023
22024 2004-02-18  David Schleef  <ds@schleef.org>
22025
22026         * configure.ac:  Move massink to gst-rotten
22027         * ext/Makefile.am:
22028         * ext/mas/Makefile.am:
22029         * ext/mas/massink.c:
22030         * ext/mas/massink.h:
22031
22032 2004-02-18  David Schleef  <ds@schleef.org>
22033
22034         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
22035         typefinding, since it seems to be worse than nothing.
22036         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
22037         atom to recognize .mp4 and .m4a files as video/quicktime.
22038
22039 2004-02-18  David Schleef  <ds@schleef.org>
22040
22041         * gst/sine/demo-dparams.c: (quit_live),
22042         (dynparm_log_value_changed), (dynparm_value_changed), (main):
22043         Use double dparams, not float.
22044         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22045         (gst_sinesrc_init): Change sync default to FALSE, since multiple
22046         sync'd elements don't really work correctly.
22047         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
22048         (volume_update_volume), (volume_get_property):  Change dparam
22049         to double.
22050
22051 2004-02-18  Julien MOUTTE  <julien@moutte.net>
22052
22053         * sys/ximage/ximagesink.c:
22054         (gst_ximagesink_xwindow_update_geometry),
22055         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22056         (gst_ximagesink_change_state), (gst_ximagesink_expose),
22057         (gst_ximagesink_init): Rework the way software video scaling works. So
22058         now we check on each chain call if the video frames are feeling the
22059         window. If not we try to renegotiate caps. On failure we memorize that
22060         and we won't try again for that PLAYING sessions.
22061         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
22062         failure.
22063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
22064         synchronous flag.
22065
22066 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22067
22068         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22069           break up _link so we can give a better debug message for errors
22070
22071 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22072
22073         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22074           set up debug category
22075
22076 2004-02-18  Julien MOUTTE <julien@moutte.net>
22077
22078         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22079         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
22080         the way renegotiation work. The event handling function is not taking
22081         care of external windows and renegotiate method check for pad flags
22082         NEGOTIATING. Should fix : #133209
22083
22084 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22085
22086         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
22087         pad is negotiating before trying renegotiation.
22088
22089 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22090
22091         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22092           pass on all possible mime types as typefind hints
22093
22094 2004-02-17  Julien MOUTTE <julien@moutte.net>
22095
22096         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
22097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
22098         possible SHM leak if we crash. All other apps using XShm are doing
22099         that.
22100
22101 2004-02-17  Julien MOUTTE  <julien@moutte.net>
22102
22103         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22104         (gst_ximagesink_expose): Renegotiate size on expose.
22105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
22106         size on expose.
22107
22108 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22109
22110         * testsuite/alsa/sinesrc.c:
22111           cosmetic fix to fix compile issue with gcc 2.95.4
22112
22113 2004-02-16  Julien MOUTTE <julien@moutte.net>
22114
22115         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22116         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
22117         failed opening the audio device.
22118         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22119         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
22120         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
22121         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
22122         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
22123         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
22124         (gst_ximagesink_change_state), (gst_ximagesink_chain),
22125         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
22126         Removing some useless g_return_if_fail like wingo suggested.
22127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22128         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
22129         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22130         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
22131         (gst_xvimagesink_update_colorbalance),
22132         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
22133         (gst_xvimagesink_xcontext_clear),
22134         (gst_xvimagesink_get_fourcc_from_caps),
22135         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
22136         (gst_xvimagesink_set_xwindow_id),
22137         (gst_xvimagesink_colorbalance_list_channels),
22138         (gst_xvimagesink_colorbalance_set_value),
22139         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
22140         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
22141
22142 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22143
22144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22145           throw error when not negotiated instead of asserting
22146
22147 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22148
22149         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
22150         correct data refcounting.
22151
22152 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22153
22154         * gst/switch/gstswitch.c: (gst_switch_change_state),
22155         (gst_switch_class_init): Cleaning the sinkpads correctly on state
22156         change, mostly the EOS flag.
22157
22158 2004-02-15  Julien MOUTTE  <julien@moutte.net>
22159
22160         * examples/gstplay/player.c: (got_eos), (main): Adding some
22161         output for debugging.
22162         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
22163         timeouts if we go to any state different from PLAYING.
22164         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
22165         more EOS bugs in riff lib.
22166
22167 2004-02-14  Julien MOUTTE  <julien@moutte.net>
22168
22169         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
22170         visualization until i find a way to fix switch correctly.
22171         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
22172         EOS arrives.
22173         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22174         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22175         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
22176         Reworked switch to get a more correct behaviour with events and refing
22177         of data stored in sinkpads.
22178         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
22179         we don't pull from a pad in EOS.
22180
22181 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22182
22183         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22184           remove v1 tag even if we can't read it (makes sure we don't detect
22185           it again)
22186
22187 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22188
22189         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
22190         (gst_alsa_xrun_recovery):
22191         * ext/alsa/gstalsa.h:
22192           try xrun recovery when wait failed. Make xrun recovery function
22193           return TRUE/FALSE to indicate success. (might fix #134354)
22194
22195 2004-02-13  David Schleef  <ds@schleef.org>
22196
22197         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
22198         (dynparm_value_changed), (main): Convert from float to double.
22199         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
22200
22201 2004-02-13  David Schleef  <ds@schleef.org>
22202
22203         * gst/silence/gstsilence.c: (gst_silence_class_init),
22204         (gst_silence_set_clock), (gst_silence_get),
22205         (gst_silence_set_property), (gst_silence_get_property):
22206         * gst/silence/gstsilence.h: Add sync property.
22207         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22208         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
22209         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
22210         * gst/sine/gstsinesrc.h: Add sync property.
22211
22212 2004-02-13  David Schleef  <ds@schleef.org>
22213
22214         * gst/intfloat/gstint2float.c: (conv_f32_s16),
22215         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
22216
22217 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * configure.ac:
22220         * ext/Makefile.am:
22221         * gst-libs/ext/Makefile.am:
22222           move ffmpeg plugin to gst-ffmpeg module
22223
22224 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22225
22226         * configure.ac: use GST_ARCH to detect architecture
22227
22228 2004-02-12  Julien MOUTTE  <julien@moutte.net>
22229
22230         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
22231
22232 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22233
22234         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22235           classify LADSPA plugins based on number of src/sink pads
22236           (#133663, Stefan Kost)
22237         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
22238           fix dparams registration
22239           (#133528, Stefan Kost)
22240         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
22241           fix use of isprint and use g_ascii_isprint instead
22242           (#133316, Stefan Kost)
22243
22244 2004-02-11  David Schleef  <ds@schleef.org>
22245
22246         Convert a few inner loops to use liboil.  This is currently
22247         optional, and is only enabled if liboil is present (duh!).
22248         * configure.ac: Check for liboil-0.1
22249         * gst/intfloat/Makefile.am:
22250         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
22251         (gst_int2float_chain_gint16):
22252         * gst/videofilter/Makefile.am:
22253         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
22254         (tablelookup_u8), (gst_videobalance_planar411):
22255         * gst/videotestsrc/Makefile.am:
22256         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
22257         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
22258         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
22259         (paint_hline_RGB565), (paint_hline_xRGB1555):
22260
22261 2004-02-11  David Schleef  <ds@schleef.org>
22262
22263         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
22264         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
22265         (gst_colorspace_getcaps), (gst_colorspace_link),
22266         (gst_colorspace_base_init), (gst_colorspace_init),
22267         (gst_colorspace_chain), (gst_colorspace_change_state),
22268         (plugin_init): Merge Ronald's patch (bug #117897) and update
22269         for new caps and negotiation.  Seems to work, although it
22270         shows off bugs in lcs.
22271
22272 2004-02-11  David Schleef  <ds@schleef.org>
22273
22274         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
22275         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
22276
22277 2004-02-11  David Schleef  <ds@schleef.org>
22278
22279         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
22280         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
22281         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
22282         Add server and port properties
22283
22284 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22285
22286         * m4/a52.m4:
22287         * m4/aalib.m4:
22288         * m4/as-ffmpeg.m4:
22289         * m4/as-liblame.m4:
22290         * m4/as-slurp-ffmpeg.m4:
22291         * m4/check-libheader.m4:
22292         * m4/esd.m4:
22293         * m4/freetype2.m4:
22294         * m4/gconf-2.m4:
22295         * m4/glib.m4:
22296         * m4/gst-alsa.m4:
22297         * m4/gst-artsc.m4:
22298         * m4/gst-ivorbis.m4:
22299         * m4/gst-matroska.m4:
22300         * m4/gst-sdl.m4:
22301         * m4/gst-shout2.m4:
22302         * m4/gst-sid.m4:
22303         * m4/gtk.m4:
22304         * m4/libdv.m4:
22305         * m4/libfame.m4:
22306         * m4/libmikmod.m4:
22307         * m4/ogg.m4:
22308         * m4/vorbis.m4:
22309           fix underquotedness of macros (#133800)
22310         * m4/as-avifile.m4:
22311         * m4/xmms.m4:
22312           removed because no longer used
22313
22314 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22315
22316         * configure.ac:
22317           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
22318           by autopoint (fixes #132996)
22319
22320 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22321
22322         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
22323         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
22324         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
22325         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
22326           fix memleaks
22327
22328 2004-02-11  David Schleef  <ds@schleef.org>
22329
22330         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22331         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
22332         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
22333         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
22334         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
22335         (gst_jpegenc_class_init), (gst_jpegenc_init),
22336         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
22337         (gst_jpegenc_chain), (gst_jpegenc_set_property),
22338         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
22339         * ext/jpeg/gstjpegenc.h: Fix negotiation.
22340
22341 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22342
22343         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
22344         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
22345         * ext/mikmod/gstmikmod.h:
22346           fix caps negotiation in mikmod
22347         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
22348           output debug information
22349
22350 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22351
22352         * gst-libs/gst/colorbalance/Makefile.am:
22353         * gst-libs/gst/navigation/Makefile.am:
22354         * gst-libs/gst/xoverlay/Makefile.am:
22355           remove unused GST_OPT_CFLAGS from Makefiles
22356           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
22357
22358 2004-02-07  David Schleef  <ds@schleef.org>
22359
22360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
22361         push events to pads that haven't been created (#133508)
22362
22363 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
22364
22365         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
22366         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
22367         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
22368         (gst_dvdec_loop), (gst_dvdec_change_state):
22369         Second attempt at committing a working dvdec element.
22370
22371 2004-02-06  David Schleef  <ds@schleef.org>
22372
22373         Build fixes for OS X: (see #129600)
22374         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22375         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22376         (gst_riff_read_strf_iavs):
22377         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22378         (gst_avi_demux_stream_odml):
22379         * gst/playondemand/Makefile.am:
22380         * gst/rtp/rtp-packet.c:
22381
22382 2004-02-05  David Schleef  <ds@schleef.org>
22383
22384         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22385         last change, because it Just Doesn't Compile.
22386
22387 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22388
22389         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22390           skip undecodable id3v2 tag instead of keeping it
22391
22392 2004-02-05  David Schleef  <ds@schleef.org>
22393
22394         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22395         Unref leaked buffer.  (Noticed by Ronald)
22396
22397 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22398
22399         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22400         Sync requires with other checks.  >= vs =.
22401
22402 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22403
22404         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22405         (gst_dvdec_video_link), (gst_dvdec_loop):
22406         * ext/dv/gstdvdec.h:
22407           rework the caps negotiation so that dvdec works again instead
22408           of just segfaulting.
22409
22410 === release 0.7.4 ===
22411
22412 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22413
22414         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22415         * configure.ac: changed for release
22416
22417 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22418
22419         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22420         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22421         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22422         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22423           reworked patch by David Lehn to fix libdir and includedir for
22424           uninstalled libraries
22425           removed play and gconf from gstreamer-libs since they have their
22426           own pkgconfig files
22427
22428 2004-02-04  David Schleef  <ds@schleef.org>
22429
22430         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22431         memleak.
22432
22433 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22434
22435         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22436           use correct GST_TAG_ENCODER tag
22437
22438 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22439
22440         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22441           be sure to stop the clock when going to paused
22442         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22443           reset number of transmitted when going to ready.
22444         fixes #132935
22445
22446 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22447
22448         reviewed by Benjamin Otte
22449
22450         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22451           extract track count (fixes #133410)
22452
22453 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22454
22455         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22456           that should be !=, not == (fixes #132519)
22457
22458 2004-02-04  David Schleef  <ds@schleef.org>
22459
22460         Make sure set_explicit_caps() is called before adding pad.
22461         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22462         * gst/id3/gstid3types.c: (gst_id3types_loop):
22463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22464         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22465
22466 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22467
22468         * configure.ac:
22469           bump nano to 2, first prerelease
22470           put back AM_PROG_LIBTOOL
22471
22472 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22473
22474         * testsuite/alsa/Makefile.am:
22475           these are user test apps, not automatic testsuite tests
22476
22477 2004-02-04  David Schleef  <ds@schleef.org>
22478
22479         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22480         * gst/mpeg1videoparse/gstmp1videoparse.c:
22481         (mp1videoparse_parse_seq):
22482         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22483         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22484         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22485         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22486         (gst_xvideosink_getcaps):
22487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22488         * testsuite/gst-lint: more tests
22489
22490 2004-02-04  David Schleef  <ds@schleef.org>
22491
22492         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22493         with the code that they would expand to.
22494         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22495         (gst_flacdec_get_src_query_types),
22496         (gst_flacdec_get_src_event_masks):
22497         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22498         (gst_gnomevfssrc_get_query_types),
22499         (gst_gnomevfssrc_get_event_mask):
22500
22501 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22502
22503         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22504         (gst_sinesrc_dispose):
22505           fix memleak by properly disposing sinesrc
22506
22507 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22508
22509         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22510         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22511         an overlay to redraw the image because it has been exposed.
22512         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22513         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22514         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22515         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22516         interface
22517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22518         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22519         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22520         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22521         interface
22522
22523 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22524
22525         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22526           more memleak fixage
22527
22528 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22529
22530         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22531         * gst/typefind/gsttypefindfunctions.c:
22532           fix memleaks shown by gst-typefind
22533
22534 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22535
22536         * common/glib-gen.mak:
22537           add hack rule to touch .Plo files
22538         * gst-libs/gst/colorbalance/Makefile.am:
22539         * gst-libs/gst/mixer/Makefile.am:
22540         * gst-libs/gst/play/Makefile.am:
22541         * gst-libs/gst/tuner/Makefile.am:
22542           remove glib_root variable
22543
22544 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22545
22546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22547           set explicit caps before adding the element, so the autopluggers can
22548           plug correctly.
22549         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22550         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22551         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22552         (dv_type_find):
22553           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22554           argument.
22555
22556 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22557
22558         * gst-libs/gst/colorbalance/Makefile.am:
22559         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22560         * gst-libs/gst/colorbalance/colorbalance.c:
22561         * gst-libs/gst/colorbalance/colorbalance.h:
22562         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22563         * gst-libs/gst/mixer/Makefile.am:
22564         * gst-libs/gst/mixer/mixer-marshal.list:
22565         * gst-libs/gst/mixer/mixer.c:
22566         * gst-libs/gst/mixer/mixer.h:
22567         * gst-libs/gst/mixer/mixermarshal.list:
22568         * gst-libs/gst/play/Makefile.am:
22569         * gst-libs/gst/play/play.h:
22570         * gst-libs/gst/tuner/Makefile.am:
22571         * gst-libs/gst/tuner/tuner-marshal.list:
22572         * gst-libs/gst/tuner/tuner.c:
22573         * gst-libs/gst/tuner/tuner.h:
22574         * gst-libs/gst/tuner/tunermarshal.list:
22575           use new glib-gen.mak snippet to clean up Makefile.am
22576           fix various bugs in Makefile.am's
22577
22578 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22579
22580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22581           handle chain parsing correctly in the multichain case
22582         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22583         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22584         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22585         (theora_dec_chain):
22586           handle events and queries correctly
22587
22588 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22589
22590         * .cvsignore:
22591         Ignore generated file _stdint.h.
22592
22593 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22594
22595         * gst-libs/gst/colorbalance/Makefile.am:
22596         * gst-libs/gst/colorbalance/colorbalance.h:
22597         * gst-libs/gst/mixer/Makefile.am:
22598         * gst-libs/gst/mixer/mixer.h:
22599         * gst-libs/gst/play/Makefile.am:
22600         * gst-libs/gst/play/play.h:
22601         * gst-libs/gst/tuner/Makefile.am:
22602         * gst-libs/gst/tuner/tuner.h:
22603         Generate enum type code with glib-mkenums.
22604         * gst-libs/gst/colorbalance/.cvsignore:
22605         * gst-libs/gst/mixer/.cvsignore:
22606         * gst-libs/gst/play/.cvsignore:
22607         * gst-libs/gst/tuner/.cvsignore:
22608         Ignore generated files.
22609
22610 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22611
22612         * gst-libs/gst/audio/.cvsignore:
22613         Ignore generated file.
22614         * gst-libs/gst/audio/Makefile.am:
22615         Do not install example filter.
22616
22617 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22618
22619         * examples/switch/.cvsignore:
22620         Ignore generated file.
22621
22622 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22623
22624         * common/m4/ax_create_stdint_h.m4:
22625         * configure.ac:
22626           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22627           _stdint.h.
22628         * Makefile.am:
22629           remove generated _stdint.h in DISTCLEANFILES
22630         * ext/a52dec/gsta52dec.c:
22631           include _stdint.h for a52dec. (should fix #133064)
22632
22633 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22634
22635         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22636         (gst_tag_to_vorbis_comments):
22637         Add replaygain support to vorbistag
22638
22639 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22640         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22641         (gst_ffmpeg_caps_to_extradata):
22642           Fix SVQ3 caps flag properties
22643           Use glib macro for bytes swap
22644
22645 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22648         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22649         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22650         * ext/sndfile/gstsf.c: (plugin_init):
22651         * gst/avi/gstavi.c: (plugin_init):
22652         * sys/dxr3/dxr3init.c: (plugin_init):
22653         * sys/oss/gstossaudio.c: (plugin_init):
22654         * sys/v4l/gstv4l.c: (plugin_init):
22655         * sys/v4l2/gstv4l2.c: (plugin_init):
22656           remove textdomain calls
22657         * po/nl.po:
22658           update Dutch translation
22659
22660 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22661
22662         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22663         (gst_play_set_audio_sink): Moving volume in the audio thread for
22664         instantaneous volume change. Maybe i will add another volume in front
22665         of visualization later, not sure yet though.
22666
22667 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22668
22669         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22670         (gst_ximagesink_handle_xevents): Better X events handling, only take
22671         the latest events for configure and motion.
22672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22673
22674 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22675
22676         reviewed by: David Schleef  <ds@schleef.org>
22677
22678         Fix memory leaks:
22679         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22680         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22681
22682 2004-02-02  David Schleef  <ds@schleef.org>
22683
22684         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22685         of lines.
22686         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22687         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22688         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22689         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22690         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22691         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22692         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22693         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22694         (gst_float2_2_int_link):
22695         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22696         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22697         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22698         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22699         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22700         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22701         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22702         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22703         * testsuite/gst-lint: Add tests for bzero and ;;
22704
22705 2004-02-02  David Schleef  <ds@schleef.org>
22706
22707         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22708
22709 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22710
22711         * ext/aalib/gstaasink.c: (gst_aasink_open):
22712         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22713         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22714         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22715         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22716         (gst_afsink_close_file):
22717         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22718         (gst_afsrc_close_file):
22719         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22720         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22721         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22722         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22723         * ext/esd/esdmon.c: (gst_esdmon_get):
22724         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22725         * ext/faac/gstfaac.c: (gst_faac_chain):
22726         * ext/faad/gstfaad.c: (gst_faad_chain):
22727         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22728         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22729         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22730         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22731         (gst_flacdec_loop):
22732         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22733         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22734         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22735         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22736         (gst_gnomevfssink_close_file):
22737         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22738         (gst_gnomevfssrc_open_file):
22739         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22740         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22741         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22742         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22743         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22744         * ext/mad/gstmad.c: (gst_mad_chain):
22745         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22746         * ext/mpeg2dec/gstmpeg2dec.c:
22747         * ext/mpeg2enc/gstmpeg2enc.cc:
22748         * ext/mplex/gstmplex.cc:
22749         * ext/mplex/gstmplexibitstream.cc:
22750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22751         (gst_ogg_demux_push):
22752         * ext/raw1394/gstdv1394src.c:
22753         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22754         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22755         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22756         (gst_sf_loop):
22757         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22758         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22759         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22760         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22762         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22763         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22764         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22765         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22766         (gst_riff_read_element_data), (gst_riff_read_seek),
22767         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22768         * gst/adder/gstadder.c: (gst_adder_loop):
22769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22770         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22771         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22772         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22773         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22774         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22775         * gst/goom/gstgoom.c: (gst_goom_chain):
22776         * gst/id3/gstid3types.c: (gst_id3types_loop):
22777         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22778         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22779         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22780         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22781         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22782         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22783         (gst_ebml_read_float), (gst_ebml_read_header):
22784         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22785         (gst_matroska_demux_parse_blockgroup):
22786         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22787         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22788         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22789         * gst/silence/gstsilence.c: (gst_silence_get):
22790         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22791         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22792         * gst/speed/gstspeed.c: (speed_loop):
22793         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22794         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22795         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22796         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22797         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22798         (gst_wavparse_loop):
22799         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22800         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22801         (dxr3audiosink_close):
22802         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22803         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22804         (dxr3videosink_close), (dxr3videosink_write_data):
22805         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22806         * sys/oss/gstosssink.c: (gst_osssink_chain):
22807         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22808         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22809         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22810         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22811         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22812         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22813         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22814         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22815         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22816         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22817         (gst_v4l_set_audio):
22818         * sys/v4l/v4l_calls.h:
22819         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22820         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22821         (gst_v4lmjpegsink_playback_init),
22822         (gst_v4lmjpegsink_playback_start):
22823         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22824         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22825         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22826         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22827         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22828         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22829         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22830         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22831         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22832         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22833         (gst_v4l2_get_output), (gst_v4l2_set_output),
22834         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22835         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22836         (gst_v4l2_set_attribute):
22837         * sys/v4l2/v4l2_calls.h:
22838         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22839         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22840         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22841         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22842         (gst_v4l2src_capture_stop):
22843         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22844         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22845         (gst_ximagesink_chain):
22846         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22847         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22848         (gst_xvideosink_xwindow_new):
22849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22850         (gst_xvimagesink_chain):
22851
22852 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22853
22854         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22855         (gst_volume_get_volume), (volume_class_init), (volume_init),
22856         (volume_chain_int16), (volume_update_volume):
22857         * gst/volume/gstvolume.h:
22858           make code more readable by removing magic numbers
22859           make mixer interface export 0-100 range
22860           make it internally map to 0.0-1.0 range so users don't distort
22861           output by putting the sliders at full volume
22862
22863 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22864
22865         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22866         (gst_play_state_change), (gst_play_seek_to_time):
22867         block the tick callback for 0.5 secs after doing a seek
22868
22869 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22870
22871         * gst-libs/gst/play/play.c: (gst_play_new):
22872           check for GError
22873
22874 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22875
22876         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22877         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22878         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22879         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22881         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22882
22883 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22884
22885         * configure.ac:
22886         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22887           check for a function added in vorbis 1.1
22888
22889 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22890
22891         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22892         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22893           really start/stop clock only on PLAYING <=> PAUSED
22894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22895           remove \n from debugging lines
22896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22897           make it work when seeking does not
22898         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22899           reset on DISCONT
22900
22901 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22902
22903         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22904           start clock on PAUSED=>PLAYING, not later
22905         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22906           extract correct time for different discont formats
22907         (gst_alsa_sink_get_time):
22908           don't segfault when no format is negotiated yet, just return 0
22909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22910         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22911         (gst_ogg_pad_push):
22912           handle flush and discont events correctly
22913         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22914           handle discont events correctly
22915
22916 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22917
22918         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22919         (gst_play_error_create), (gst_play_error_plugin),
22920         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22921         * gst-libs/gst/play/play.h:
22922           add error handling during creation
22923         * examples/gstplay/player.c: (main):
22924           use new gst_play_new
22925
22926
22927 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22928
22929         * ext/theora/theoradec.c: (theora_dec_chain):
22930           make comments work
22931         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22932         (vorbis_dec_src_event), (vorbis_dec_chain):
22933           add encoder tag, fix tag reading to be more error tolerant, change
22934           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22935           gst_pad_event_default.
22936         * gst/tags/gstvorbistag.c:
22937         (gst_tag_list_from_vorbiscomment_buffer):
22938           undefine function specific define at end of function
22939
22940 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22941
22942         * ext/flac/gstflac.c: (plugin_init):
22943         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22944         * ext/flac/gstflacdec.h:
22945         * ext/flac/gstflacenc.h:
22946           Fix typos
22947
22948 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22949
22950         * examples/gstplay/player.c: s/gstplay.h/play.h/
22951
22952 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22953
22954         * gst-libs/gst/play/Makefile.am:
22955         * gst-libs/gst/play/gstplay.c:
22956         * gst-libs/gst/play/gstplay.h:
22957         * gst-libs/gst/play/play.c:
22958           more surgery, operation complete
22959
22960 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22961
22962         * gst-libs/gst/play/play.old.c:
22963         * gst-libs/gst/play/play.old.h:
22964           after CVS surgery by moving, remove
22965         * gst-libs/gst/play/playpipelines.c:
22966           remove
22967
22968         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22969           add negotiation error
22970
22971 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22972
22973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22974         (gst_ogg_demux_push):
22975           add some seeking debug info
22976           send a flush when seeking
22977
22978 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22979
22980         * configure.ac:
22981           use AC_C_INLINE
22982         * configure.ac:
22983         * ext/Makefile.am:
22984         * ext/theora/Makefile.am:
22985         * ext/theora/theoradec.c:
22986           add theora video decoder. Does just do simple decoding for now and
22987           has been tested against Theora cvs only. It only works when theora
22988           is compiled with --enable-static.
22989         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22990           always reset packetno on DISCONT
22991
22992 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22993
22994         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22995           Fix audio.
22996
22997 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22998
22999         * gst/mpegaudioparse/gstmpegaudioparse.c:
23000         (mp3_type_frame_length_from_header):
23001           Fix header parsing - stolen from ffmpeg (thank you! :) ).
23002
23003 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23004
23005         * ext/esd/esdsink.c: (gst_esdsink_init):
23006           Since we have static pad template caps, we don't need to negotiate;
23007           either the core errors out or we know the format.
23008
23009 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23010
23011         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23012         (gst_riff_read_seek):
23013         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23014         (gst_ebml_read_seek):
23015           Fix event handling.
23016
23017 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23018
23019         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23020           removee video/x-theora from vp3 decoder, it doesn't handle raw
23021           theora streams
23022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
23023           fix bug with finalizing element that never went to PAUSED
23024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23025           length and position queries were swapped
23026         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23027         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
23028         (vorbis_dec_src_event):
23029           implement querying time and bytes
23030
23031 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23032
23033         * just about every source file:
23034           gst_element_error -> GST_ELEMENT_ERROR
23035
23036 2004-01-29  Julien MOUTTE  <julien@moutte.net>
23037
23038         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
23039         emiting FLUSH and even before DISCONT.
23040         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
23041         get the best instant seeking as possible yay!
23042
23043 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23044
23045         * gst/mpeg1videoparse/gstmp1videoparse.c:
23046         (gst_mp1videoparse_real_chain):
23047           Committed wrong version last week... Grr... Didn't notice until now.
23048
23049 2004-01-29  Julien MOUTTE <julien@moutte.net>
23050
23051         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
23052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
23053         have_xwindow_id signal in xwindow_create.
23054
23055 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23056
23057         * ext/ogg/gstoggdemux.c:
23058           lots of changes - mainly support for chained bitstreams, seeking,
23059           querying and bugfixes of course
23060         * ext/vorbis/Makefile.am:
23061         * ext/vorbis/vorbisdec.c:
23062         * ext/vorbis/vorbisdec.h:
23063           add vorbisdec raw vorbis decoder
23064         * ext/vorbis/vorbis.c: (plugin_init):
23065           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
23066         * gst/intfloat/Makefile.am:
23067         * gst/intfloat/float22int.c:
23068         * gst/intfloat/float22int.h:
23069         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
23070           add float2intnew plugin. It converts multichannel interleaved float to
23071           multichannel interleaved int. The name should probably be changed.
23072         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
23073         (plugin_init):
23074           add typefinding for raw theora video so oggdemux can detect it.
23075
23076 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23077
23078         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
23079         sink element first.
23080         * gst/videoscale/gstvideoscale.c:
23081         (gst_videoscale_handle_src_event): Fixing src event handler.
23082
23083 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23086         (gst_v4lsrc_open), (gst_v4lsrc_close),
23087         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
23088         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
23089         * sys/v4l/gstv4lsrc.h:
23090         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
23091         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
23092           Implement resizing... Hack. But that's why v4l is b0rked...
23093
23094 2004-01-28  Julien MOUTTE <julien@moutte.net>
23095
23096         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23097         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23098         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
23099         (gst_ximagesink_xwindow_destroy):
23100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23101         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23102         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23103         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
23104         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
23105         correctly cleaning the image created to check xshm calls on succes,
23106         added a lot of XSync calls in X11 functions, and fixed a segfault when
23107         no image format was defined before negotiation happened.
23108
23109 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23110
23111         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
23112           use gst_element_get_time to get correct time
23113
23114 2004-01-28  Julien MOUTTE  <julien@moutte.net>
23115
23116         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23117         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
23118         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
23119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
23120         (gst_xvimagesink_check_xshm_calls),
23121         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
23122         X plugins are now able to detect that XShm calls will fail even if the
23123         server claims that it has XShm support (remote displays most of the
23124         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
23125         so that we use non XShm functions. This feature is almost useless for
23126         xvimagesink as Xv is not supported on remote displays anyway, but
23127         it might happen than even on the local display XShm calls fail.
23128
23129 2004-01-27  David Schleef  <ds@schleef.org>
23130
23131         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
23132         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
23133         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
23134         changed esdsink to only use 44100,16,2, since esd sucks at rate
23135         conversion and esdsink has had difficulty negotiating.
23136
23137 2004-01-27  Julien MOUTTE <julien@moutte.net>
23138
23139         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
23140         (gst_play_seek_to_time): Fixing the way to get current position.
23141
23142 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23143
23144         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
23145           use gst_element_get_time to get correct time
23146
23147 2004-01-27  Julien MOUTTE <julien@moutte.net>
23148
23149         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
23150         fix ever... Inverting 2 lines of code make spider autoplug correctly
23151         tagged mp3 !
23152
23153 2004-01-27  David Schleef  <ds@schleef.org>
23154
23155         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23156         Use gst_pad_try_set_caps_nonfixed().
23157
23158 2004-01-27  David Schleef  <ds@schleef.org>
23159
23160         * gst/ac3parse/gstac3parse.c: update to checklist 5
23161         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
23162         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
23163         * gst/audioscale/gstaudioscale.c: same
23164         * gst/auparse/gstauparse.c: same
23165         * gst/avi/gstavidemux.c: same
23166
23167 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23168
23169         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23170           stop processing after EOS
23171
23172 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23173
23174         * gst/asfdemux/asfheaders.h:
23175         * gst/asfdemux/gstasfdemux.c:
23176         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
23177         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
23178         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
23179           lot's of fixes to make data extraction simpler and get the code
23180           architecture and compiler independant. Add debugging category
23181         * gst/goom/gstgoom.c: (gst_goom_change_state):
23182           reset channel count on PAUSED=>READY, not READY=>PAUSED
23183
23184 2004-01-26  Colin Walters  <walters@verbum.org>
23185
23186         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
23187         code to pull a bigger buffer in iradio mode.  This as a side effect
23188         makes typefinding work.
23189
23190 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23191
23192         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23193         Fix SVQ3 decoding on PPC
23194
23195 2004-01-26  Julien MOUTTE <julien@moutte.net>
23196
23197         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
23198         that one managed to stay there... Fixed.
23199
23200 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
23201
23202         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23203         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
23204         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
23205         (qtdemux_video_caps):
23206         * gst/qtdemux/qtdemux.h:
23207         Add SVQ3 specific flags to qtdemux and ffmpeg
23208
23209 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23210
23211         * gst-libs/gst/audio/audio.h:
23212           remove buffer-frames from audio caps
23213         * gst/audioconvert/gstaudioconvert.c:
23214           fix plugin to really work.
23215
23216 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23217
23218         * gst-libs/gst/mixer/mixer.c:
23219         * gst-libs/gst/propertyprobe/propertyprobe.c:
23220         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
23221         (gst_tuner_find_channel_by_name):
23222         * gst-libs/gst/tuner/tuner.h:
23223           Add gtk-doc style comments. Also fix a function name.
23224
23225 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23226
23227         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
23228         (gst_divxdec_negotiate):
23229           Fix for new capsnego - also fixes gst-player with divxdec.
23230
23231 2004-01-25  Julien MOUTTE  <julien@moutte.net>
23232
23233         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23234         (gst_play_identity_handoff), (gst_play_set_location),
23235         (gst_play_set_visualization), (gst_play_connect_visualization): Another
23236         try in visualization implementation. Still have an issue with switch
23237         blocking when pulling from video_queue and only audio comes out of
23238         spider.
23239         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23240         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
23241         release method. And check if the pad is usable before pulling.
23242
23243 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23244
23245         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
23246         (gst_videobalance_init),
23247         (gst_videobalance_colorbalance_list_channels),
23248         (gst_videobalance_colorbalance_set_value),
23249         (gst_videobalance_colorbalance_get_value),
23250         (gst_videobalance_update_properties),
23251         (gst_videobalance_update_tables_planar411),
23252         (gst_videobalance_planar411):
23253         * gst/videofilter/gstvideobalance.h:
23254           Implement lookup-tables. +/- 10x faster.
23255
23256 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23257
23258         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23259         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23260           The index reading was broken. The rest worked fine, but the whole
23261           goal of my rewrite was to make avidemux readable, and this was
23262           not at all readable. Please use typed variables.
23263
23264 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23265
23266         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23267           Additional pad usability check.
23268         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23269         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
23270         (gst_mp1videoparse_real_chain):
23271           Fix MPEG video stream parsing. The original plugin had several
23272           issues, including not timestamping streams where the source was
23273           not timestamped (this happens with PTS values in mpeg system
23274           streams, but MPEG video is also a valid stream on its own so
23275           that needs timestamps too). We use the display time code for that
23276           for now. Also, if one incoming buffer contains multiple valid
23277           frames, we push them all on correctly now, including proper EOS
23278           handling. Lastly, several potential segfaults were fixed, and we
23279           properly sync on new sequence/gop headers to include them in next,
23280           not previous frames (since they're header for the next frame, not
23281           the previous). Also see #119206.
23282         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
23283         (bpf_from_header):
23284           Move caps setting so we only do it after finding several valid
23285           MPEG-1 fraes sequentially, not right after the first one (which
23286           might be coincidental).
23287         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
23288         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23289         (plugin_init):
23290           Add unsynced MPEG video stream typefinding, and change some
23291           probability values so we detect streams rightly. The idea is as
23292           follows: I can have an unsynced system stream which contains
23293           video. In the current code, I would randomly get a type for either
23294           system or video stream type found, because the probabilities are
23295           being calculated rather randomly. I now use fixed values, so we
23296           always prefer system stream if that was found (and that is how it
23297           should be). If no system stream was found, we can still identity                the stream as video-only.
23298
23299 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23300
23301         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23302         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
23303           don't write to buffer. Extract data without the need of
23304           __attribute__ ((packed))
23305
23306 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23307
23308         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
23309         (mpeg1_sys_type_find):
23310           Fix MPEG-1 stream typefinding.
23311
23312 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23313
23314         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23315           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
23316
23317 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23318
23319         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
23320         * ext/esd/gstesd.c: (plugin_init):
23321           private debugging, better error reporting
23322
23323 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23324
23325         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23326         (gst_riff_read_init), (gst_riff_read_change_state):
23327         * gst-libs/gst/riff/riff-read.h:
23328           Remove stuff fromold metadata system.
23329
23330 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23331
23332         * ext/ogg/gstoggdemux.c:
23333           Fix wrong file comment.
23334         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23335         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
23336           Add metadata reading properly.
23337
23338 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23339
23340         * ext/Makefile.am:
23341           Fix nas DIST_SUBDIRS
23342           Uraeus:
23343           Fix bug where make distcheck doesn't get run on adding stuff to
23344           the build.
23345
23346 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23347
23348         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
23349         * ext/divx/gstdivxdec.h:
23350           Fix divx3 ("msmpeg4") playback using divxdec.
23351
23352 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23353
23354         * gst/typefind/gsttypefindfunctions.c:
23355         (mp3_type_frame_length_from_header): fix bug in length computation
23356         (mp3_type_find): improve debugging output
23357
23358 2004-01-23  Julien MOUTTE  <julien@moutte.net>
23359
23360         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23361         (gst_play_set_location), (gst_play_seek_to_time),
23362         (gst_play_set_audio_sink), (gst_play_set_visualization),
23363         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
23364         the pipeline from scratch. Visualization is back and switch went out as
23365         i realized it was not possible to use the way i wanted.
23366         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
23367         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
23368         clearing in state change from READY to NULL. So that one can clean the
23369         X ressources keeping the element.
23370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23371         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23372         (gst_xvimagesink_colorbalance_set_value),
23373         (gst_xvimagesink_colorbalance_get_value),
23374         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23375         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23376         change from READY to NULL and fixed some stupid bugs in colorbalance
23377         get/set values. Also added the following feature : when nobody tries to
23378         set some values to the colorbalance levels before the xcontext is
23379         grabbed, then when creating channels list from Xv attributes we set the
23380         internal values to the Xv defaults. This way we handle buggy Xv drivers
23381         that set default hue values far from the middle of the range (Thanks
23382         to Jon Trowbridge for pointing that issue).
23383         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23384         colorbalance levels have been set before xcontext is grabbed.
23385
23386 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23387
23388         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23389           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23390           it might block operations (which is bad for a mixer).
23391
23392 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23393
23394         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23395         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23396         (gmip_find_type_pre):
23397         * gst-libs/gst/media-info/media-info-priv.h:
23398         * gst-libs/gst/media-info/media-info.c:
23399         (gst_media_info_instance_init), (gst_media_info_read_idler):
23400         add fakesink to get caps on decoder src pad again
23401         fix callback prototype to match new have_type signal signature
23402
23403 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23404
23405         * gst/adder/gstadder.c: (gst_adder_link):
23406           fix non-compile and cut-n-paste code
23407
23408 2004-01-21  David Schleef  <ds@schleef.org>
23409
23410         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23411         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23412         (gst_swfdec_init), (gst_swfdec_change_state):
23413         * ext/swfdec/gstswfdec.h:
23414         Fix negotiation.
23415         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23416         (gst_adder_request_new_pad): Fix negotiation.
23417         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23418         Add a fixate function.
23419         * gst/intfloat/gstfloat2int.c:
23420         * gst/intfloat/gstfloat2int.h:
23421         * gst/intfloat/gstint2float.c:
23422         * gst/intfloat/gstint2float.h:
23423         Completely rewrite the negotiation.  Doesn't quite work yet,
23424         due to some buffer-frames problem.
23425
23426 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23427
23428         * ext/gnomevfs/gstgnomevfssrc.c:
23429         * sys/v4l2/v4l2_calls.h:
23430           fix includes for distcheck
23431
23432 2004-01-21  Christian Schaller <uraeus@gnome.org>
23433
23434         * ext/nas/
23435         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23436         based on earlier patch from Laurent Vivier
23437
23438 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23439
23440         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23441         Fix wma caps property
23442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23443         Fix typo (flags1 and flags2)
23444
23445 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23446
23447         * gst-libs/gst/media-info/media-info-priv.c:
23448         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23449         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23450         (gmip_find_stream), (gmip_find_track_metadata),
23451         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23452         (gmip_find_track_format):
23453         * gst-libs/gst/media-info/media-info-priv.h:
23454         * gst-libs/gst/media-info/media-info-test.c: (main):
23455         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23456         (gst_media_info_read_idler), (gst_media_info_read):
23457         * gst-libs/gst/media-info/media-info.h:
23458           register debugging category and use it for debugging
23459
23460 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23461
23462         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23463         (gst_vorbisfile_new_link):
23464           signal streaminfo through tags
23465
23466 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23467
23468         * ext/mplex/gstmplex.cc:
23469         * ext/mplex/gstmplexibitstream.cc:
23470           g++ doesn't like NULL in our i18n/error macros, should be
23471           either (NULL) or ("").
23472
23473 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23474
23475         * sys/dxr3/dxr3audiosink.c:
23476         * sys/dxr3/dxr3init.c:
23477         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23478         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23479           Fix more error error error errors (missing includes here).
23480
23481 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23482
23483         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23484           fix thomas' error errors.
23485
23486 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23487
23488         * ext/mpeg2enc/gstmpeg2enc.cc:
23489           fix error errors.
23490
23491 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23492
23493         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23494         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23495           Fix for new error system.
23496
23497 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23498
23499         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23500           fix for new error reporting
23501
23502 2004-01-20  David Schleef  <ds@schleef.org>
23503
23504         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23505         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23506         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23507         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23508         and neither is 100+, most likely.
23509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23510         (gst_xvimagesink_getcaps): same
23511
23512 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23513
23514         * configure.ac:
23515           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23516           clashes with ffmpeg.
23517
23518 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23519
23520         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23521         (gst_switch_init): Fixed switch element : proxying link and setting
23522         caps from src to sink on request.
23523
23524 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23525
23526         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23527         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23528         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23529         fix element_error
23530
23531 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23532
23533         * sys/v4l/v4l_calls.h:
23534         * sys/v4l2/v4l2_calls.h:
23535           element_error fixes
23536
23537 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23538
23539         * gst-libs/gst/gst-i18n-plugin.h:
23540           add locale.h
23541           remove config.h inclusion
23542
23543 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23544
23545         * autogen.sh:
23546           adding autopoint invocation
23547         * Makefile.am:
23548         * configure.ac:
23549         * gst-libs/gst/gettext.h:
23550           adding gettext bits
23551         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23552         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23553         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23554         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23555         (gst_gnomevfssink_close_file):
23556         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23557         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23558         * gst-libs/gst/gst-i18n-plugin.h:
23559         * gst/avi/gstavi.c: (plugin_init):
23560         * sys/dxr3/dxr3init.c: (plugin_init):
23561         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23562         * sys/oss/gstossaudio.c: (plugin_init):
23563         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23564         * sys/v4l/gstv4l.c: (plugin_init):
23565         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23566         * sys/v4l2/gstv4l2.c: (plugin_init):
23567         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23568         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23569         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23570         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23571         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23572         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23573           make sure locale and translation domain are set
23574           fix translated strings
23575         * po/.cvsignore:
23576         * po/LINGUAS:
23577         * po/Makevars:
23578         * po/POTFILES.in:
23579         * po/nl.po:
23580           put translation files into place
23581         * sys/xvideo/imagetest.c: (main):
23582         * ext/dv/demo-play.c: (main):
23583           fix unnecessary translations
23584
23585 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23586
23587         * ext/sndfile/gstsf.c:
23588         * gst/avi/gstavimux.c:
23589         * ext/audiofile/gstafsink.c:
23590         * ext/audiofile/gstafsrc.c:
23591         * ext/gnomevfs/gstgnomevfssink.c:
23592         * ext/gnomevfs/gstgnomevfssrc.c:
23593         * sys/oss/gstosselement.c:
23594         * sys/v4l/v4l_calls.h:
23595           fix i18n include
23596
23597 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23598
23599         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23600         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23601         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23602         (gst_v4l2_get_output), (gst_v4l2_set_output),
23603         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23604         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23605         (gst_v4l2_set_attribute):
23606         update to new error handling
23607
23608 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23609
23610         * ext/sidplay/gstsiddec.cc:
23611         * gst/modplug/gstmodplug.cc:
23612           parenthese NULL because C++ seems angry about it
23613
23614 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23615
23616         * gst-libs/gst/gst-i18n-plugin.h:
23617           add skeleton i18n stuff, but needs to be further implemented
23618
23619 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23620
23621         * examples/gstplay/player.c: (main):
23622         * ext/aalib/gstaasink.c: (gst_aasink_open):
23623         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23625         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23626         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23627         (gst_afsink_close_file):
23628         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23629         (gst_afsrc_close_file):
23630         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23631         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23632         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23633         * ext/esd/esdmon.c: (gst_esdmon_get):
23634         * ext/esd/esdsink.c: (gst_esdsink_chain):
23635         * ext/faac/gstfaac.c: (gst_faac_chain):
23636         * ext/faad/gstfaad.c: (gst_faad_chain):
23637         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23638         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23639         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23640         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23641         (gst_flacdec_loop):
23642         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23643         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23644         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23645         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23646         (gst_gnomevfssink_close_file):
23647         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23648         (gst_gnomevfssrc_open_file):
23649         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23650         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23651         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23652         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23653         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23654         * ext/mad/gstmad.c: (gst_mad_chain):
23655         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23656         * ext/mpeg2dec/gstmpeg2dec.c:
23657         * ext/mpeg2enc/gstmpeg2enc.cc:
23658         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23659         * ext/mplex/gstmplex.cc:
23660         * ext/mplex/gstmplexibitstream.cc:
23661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23662         (gst_ogg_demux_push), (gst_ogg_pad_push):
23663         * ext/raw1394/gstdv1394src.c:
23664         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23665         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23666         * ext/sidplay/gstsiddec.cc:
23667         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23668         (gst_sf_loop):
23669         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23670         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23671         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23672         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23673         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23674         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23675         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23676         * gst-libs/gst/Makefile.am:
23677         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23678         (gst_riff_read_element_data), (gst_riff_read_seek),
23679         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23680         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23681         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23682         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23683         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23684         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23685         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23686         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23687         * gst/goom/gstgoom.c: (gst_goom_chain):
23688         * gst/id3/gstid3types.c: (gst_id3types_loop):
23689         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23690         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23691         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23692         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23693         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23694         (gst_ebml_read_float), (gst_ebml_read_header):
23695         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23696         (gst_matroska_demux_parse_blockgroup):
23697         * gst/modplug/gstmodplug.cc:
23698         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23699         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23700         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23701         * gst/silence/gstsilence.c: (gst_silence_get):
23702         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23703         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23704         * gst/speed/gstspeed.c: (speed_loop):
23705         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23706         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23707         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23708         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23709         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23710         (gst_wavparse_loop):
23711         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23712         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23713         (dxr3audiosink_close):
23714         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23715         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23716         (dxr3videosink_close), (dxr3videosink_write_data):
23717         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23718         * sys/oss/gstosselement.h:
23719         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23720         (gst_osssink_chain):
23721         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23722         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23723         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23725         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23726         (gst_v4l_enable_overlay):
23727         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23728         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23729         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23730         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23731         (gst_v4l_set_audio):
23732         * sys/v4l/v4l_calls.h:
23733         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23734         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23735         (gst_v4lmjpegsink_playback_init),
23736         (gst_v4lmjpegsink_playback_start):
23737         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23738         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23739         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23740         (gst_v4lmjpegsrc_requeue_frame):
23741         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23742         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23743         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23744         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23745         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23746         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23747         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23748         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23749         (gst_v4l2src_capture_stop):
23750         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23751         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23752         (gst_ximagesink_chain):
23753         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23754         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23755         (gst_xvideosink_xwindow_new):
23756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23757         (gst_xvimagesink_chain):
23758         use new error signal, function and categories
23759
23760 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23761
23762         * configure.ac:
23763         * ext/Makefile.am:
23764         * ext/musicbrainz/gsttrm.c:
23765         * ext/musicbrainz/gsttrm.h:
23766         * ext/musicbrainz/Makefile.am:
23767         Add a trm plugin
23768
23769 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23770
23771         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23772         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23773         synchronous property for debugging.
23774         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23776         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23777         smaller block, fixing indent.
23778
23779 2004-01-16  David Schleef  <ds@schleef.org>
23780
23781         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23782         property affects the video stream.
23783         * sys/xvimage/xvimagesink.c:
23784         * sys/xvimage/xvimagesink.h:
23785         Add synchronous property for debugging.  Should probably be
23786         disabled in non-CVS builds.  Make sure that the Xv attribute
23787         exists before we set it (crash!).  Fix a silly float bug that
23788         caused colorbalance to just not work.
23789
23790 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23791
23792         * tools/gst-launch-ext.in - update for new plugins
23793
23794 2004-01-16  David Schleef  <ds@schleef.org>
23795
23796         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23797         already-freed caps.
23798
23799 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23800
23801         * Update spec for new colorspace plugin and libcaca plugin
23802         * Fix compilation of libcaca plugin (clock -> id)
23803
23804 2004-01-16  Julien MOUTTE <julien@moutte.net>
23805
23806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23807         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23808         (gst_xvimagesink_set_xwindow_id),
23809         (gst_xvimagesink_colorbalance_set_value),
23810         (gst_xvimagesink_colorbalance_get_value),
23811         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23812         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23813         correct colorbalance properties. They can now be set when the element
23814         is still in NULL state. The values will be committed to the Xv Port
23815         when xcontext is initialized.
23816         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23817         brightness int values in the GstXvImagesink structure.
23818
23819 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23820
23821         * gst-libs/gst/Makefile.am:
23822           restructure so having local patches works easier.
23823
23824 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23825
23826         * ext/mpeg2enc/Makefile.am:
23827         * ext/mpeg2enc/gstmpeg2enc.cc:
23828         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23829           Bugfix with respect to EOS handling.
23830
23831 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23832
23833         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23834           Link with right caps (else, it segfaults).
23835         * ext/mplex/gstmplexjob.cc:
23836           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23837
23838 2004-01-15  David Schleef  <ds@schleef.org>
23839
23840         * gst-libs/gst/audio/Makefile.am:
23841         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23842         from the template.
23843         * gst-libs/gst/audio/gstaudiofilter.c:
23844         * gst-libs/gst/audio/gstaudiofilter.h:
23845         Add bytes_per_sample and size and n_samples calculation.
23846         * gst-libs/gst/audio/gstaudiofilterexample.c:
23847         Remove, now autogenerated.
23848         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23849         Moved from gstaudiofilterexample, object name changed, code added
23850         so that it actually works.
23851         * gst-libs/gst/audio/make_filter:
23852         Script to build an audiofilter subclass from the template.
23853         * gst/colorspace/Makefile.am:
23854         * gst/colorspace/yuv2yuv.c:
23855         Remove file, since it's GPL, and we don't use it.
23856
23857 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23858
23859         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23861         them use the buffer free function to test how the buffer was allocated.
23862
23863 2004-01-15  David Schleef  <ds@schleef.org>
23864
23865         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23866         that handles osssink fallback.
23867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23868         (gst_audio_convert_getcaps):
23869         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23870         Add audio/x-qdm2 for QDM2 audio.
23871         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23872         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23873         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23874         Decrease minimum size to 16x16.
23875         * gst/wavparse/gstwavparse.c:
23876         Convert disabled pad template caps to new caps.
23877         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23879         (gst_xvimagesink_chain): Throw element error when display cannot
23880         be opened.  Increase minimum framerate to 1.0.  Check the data
23881         free function on a buffer to make sure it is the type we expect
23882         before manipulating it.
23883
23884 2004-01-15  Julien MOUTTE <julien@moutte.net>
23885
23886         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23887         (gst_videobalance_colorbalance_set_value): Implement passthru if
23888         settings are in the middle.
23889         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23890
23891 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23892
23893         * gst/videofilter/Makefile.am:
23894         * gst/volume/Makefile.am:
23895           Since we use videofilter symbols, link to it.
23896
23897 2004-01-15  Julien MOUTTE <julien@moutte.net>
23898
23899         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23900         mixer interface type to HARDWARE.
23901         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23902         type to SOFTWARE.
23903         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23904         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23905         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23906         (gst_volume_interface_init), (gst_volume_list_tracks),
23907         (gst_volume_set_volume), (gst_volume_get_volume),
23908         (gst_volume_set_mute), (gst_volume_mixer_init),
23909         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23910         (volume_init): Implementing mixer interface.
23911         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23912         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23913         (gst_osselement_change_state): Removing some trailing commas in
23914         structures.
23915         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23916         interface type to HARDWARE.
23917         * sys/v4l/gstv4lcolorbalance.c:
23918         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23919         type to HARDWARE.
23920         * sys/v4l2/gstv4l2colorbalance.c:
23921         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23922         interface type to HARDWARE.
23923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23924         same code than ximagesink for event handling.
23925
23926 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23927
23928         * ext/snapshot/Makefile.am:
23929         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23930         (gst_snapshot_chain):
23931         * ext/snapshot/gstsnapshot.h:
23932           This has to be a joke... Snapshot should be connected to a tee,
23933           colorspace element before it and EOS after that, where the other
23934           src of the tee receives normal data.
23935           The current way is *wrong*.
23936
23937 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23938
23939         * ext/hermes/gsthermescolorspace.c:
23940           Fix another compile error. Same as below.
23941
23942 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23943
23944         * gst/colorspace/gstcolorspace.c:
23945         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23946         (gst_colorspace_i420_to_yv12):
23947           Fix compiling... Didn't test if it actually works.
23948
23949 2004-01-15  David Schleef  <ds@schleef.org>
23950
23951         * configure.ac:
23952         * gst/colorspace/Makefile.am:
23953         * gst/colorspace/gstcolorspace.c:
23954         * gst/colorspace/gstcolorspace.h:
23955         * gst/colorspace/yuv2rgb.c:
23956         * gst/colorspace/yuv2rgb.h:
23957         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23958         code and GPL code.  Fix for new caps negotiation.  Rewrite
23959         much of the format handling code, and some of the conversion
23960         code.  Basically, rewrote almost everything.  This element
23961         handles I420, YV12 to RGB conversions.
23962         * ext/hermes/Makefile.am:
23963         * ext/hermes/gsthermescolorspace.c:
23964         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23965         Remove non-Hermes related code.  This element handles lots of
23966         RGB to RGB conversions, but no YUV.
23967         * ext/hermes/gstcolorspace.c:
23968         * ext/hermes/gstcolorspace.h:
23969         * ext/hermes/rgb2yuv.c:
23970         * ext/hermes/yuv2rgb.c:
23971         * ext/hermes/yuv2rgb.h:
23972         * ext/hermes/yuv2rgb_mmx16.s:
23973         * ext/hermes/yuv2yuv.c:
23974         * ext/hermes/yuv2yuv.h:
23975         Remove old code.
23976
23977 2004-01-14  Colin Walters  <walters@verbum.org>
23978
23979         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23980         they've already been.
23981
23982 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23983
23984         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23985           assume tag mode when pad is not connected
23986
23987 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23988
23989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23990           Don't update the time of the clock
23991         (gst_alsa_sink_loop):
23992           sync to the clock given to alsasink, not the own clock
23993         * sys/oss/gstosssink.c: (gst_osssink_chain):
23994           sync to the clock
23995         (gst_osssink_change_state):
23996           activate the clock
23997         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23999           remove bogus code that made DISCONT events unhandled
24000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
24001           explicitly case to double in _set_simple. (fixes 2nd warning in bug
24002           #131502)
24003         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
24004         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
24005         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
24006           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
24007           2nd warning in bug #131502)
24008
24009 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24010
24011         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
24012         (gst_videobalance_colorbalance_set_value),
24013         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
24014         for colorbalance interface implementation.
24015         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24016         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24017         (gst_ximagesink_dispose), (gst_ximagesink_init),
24018         (gst_ximagesink_class_init): Adding DISPLAY property.
24019         * sys/ximage/ximagesink.h: Adding display_name to store display.
24020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24021         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24022         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
24023         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
24024         properties (they still need polishing though for gst-launch use : no
24025         xcontext yet, i ll do that tomorrow).
24026         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
24027
24028 2004-01-14  Julien MOUTTE  <julien@moutte.net>
24029
24030         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24031         (gst_play_set_location), (gst_play_set_visualization): Preparing
24032         switch integration, adding videobalance in the pipeline.
24033
24034 2004-01-14  Julien MOUTTE <julien@moutte.net>
24035
24036         * gst-libs/gst/colorbalance/colorbalance.c:
24037         (gst_color_balance_class_init): Adding a default type.
24038         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
24039         the type.
24040         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
24041         (gst_videobalance_dispose), (gst_videobalance_class_init),
24042         (gst_videobalance_init), (gst_videobalance_interface_supported),
24043         (gst_videobalance_interface_init),
24044         (gst_videobalance_colorbalance_list_channels),
24045         (gst_videobalance_colorbalance_set_value),
24046         (gst_videobalance_colorbalance_get_value),
24047         (gst_videobalance_colorbalance_init): Implementing colorbalance
24048         interface.
24049         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
24050         list.
24051         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
24052         bug which was triggering a BadAccess X error when setting an overlay
24053         before pad was really negotiated.
24054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
24055         Using the colorbalance type macro.
24056
24057 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24058
24059         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
24060         (gst_flacenc_chain):
24061           handle tags correctly
24062         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24063           extract ID3v1 tags correctly
24064
24065 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24066
24067         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
24068         (plugin_init):
24069           Improve matroska typefinding for odd-typed headers...
24070
24071 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24072
24073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24074           Fix for using incremental number on padnames.
24075
24076 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24077
24078         * ext/divx/gstdivxdec.c:
24079         * ext/divx/gstdivxenc.c:
24080           Set category to divx4linux instead of divx (too generic).
24081         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24082         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
24083         (gst_wavparse_loop), (gst_wavparse_change_state):
24084         * gst/wavparse/gstwavparse.h:
24085           fix parsing of WAV files with non-standard fmt-tag size and fix
24086           skipping of unrecognized chunks... Someone please fix this thing
24087           to use rifflib so all this is automated.
24088         * sys/v4l/Makefile.am:
24089         * sys/v4l2/Makefile.am:
24090           Add X_CFLAGS because we depend on X (for overlay).
24091
24092 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
24093
24094         * ext/mpeg2dec/gstmpeg2dec.c:
24095           Don't issue a timestamp unless we tagged the frame
24096           with a PTS.
24097
24098 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24099
24100         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
24101           Query the audio element to get the time, not the clock. We're
24102           interested in the element's time here.
24103
24104 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24105
24106         * ext/aalib/gstaasink.c: (gst_aasink_chain):
24107         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24108         * ext/esd/esdsink.c: (gst_esdsink_chain):
24109         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
24110         * ext/mas/massink.c: (gst_massink_chain):
24111         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
24112         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
24113         (gst_matroska_demux_parse_metadata):
24114         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
24115         (gst_mpeg_parse_release_locks):
24116         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
24117         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
24118         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24119         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24120         (gst_osssink_change_state):
24121         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24122         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24123         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
24124         (gst_xvideosink_release_locks):
24125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
24126           use element time.
24127         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
24128         (gst_alsa_clock_stop):
24129         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
24130         (gst_audio_clock_get_internal_time):
24131           simplify for use with new clocking code.
24132         * testsuite/alsa/Makefile.am:
24133         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
24134           fix testsuite for new caps system
24135
24136 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24137
24138         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24139         * ext/flac/gstflacenc.c: (add_one_tag):
24140           length is already host endian, no need to convert. Fixes playback of
24141           tagged files on PPC. (bug #128384)
24142
24143 2004-01-13  Julien MOUTTE <julien@moutte.net>
24144
24145         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
24146         colorbalance interface stating if it is hardware based or software
24147         based.
24148         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
24149         Removing a trailing comma.
24150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24151         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
24152         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
24153         the documentation seems to be wrong on the -1000 to 1000 interval.
24154
24155 2004-01-12  David Schleef  <ds@schleef.org>
24156
24157         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
24158         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
24159         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
24160         Fix negotiation.  Add a bufferalloc function for the sink pad,
24161         and generally clean up some of the code.
24162
24163 2004-01-12  Julien MOUTTE <julien@moutte.net>
24164
24165         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24166         (gst_color_balance_channel_dispose): Adding safety check in dispose
24167         method.
24168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24169         (gst_xvimagesink_xcontext_clear),
24170         (gst_xvimagesink_interface_supported),
24171         (gst_xvimagesink_colorbalance_list_channels),
24172         (gst_xvimagesink_colorbalance_set_value),
24173         (gst_xvimagesink_colorbalance_get_value),
24174         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
24175         Adding colorbalance interface support to set XV parameters such as
24176         HUE, BRIGHTNESS, CONTRAST, SATURATION.
24177         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
24178         interface.
24179
24180 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24181
24182         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
24183         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
24184         (gst_audio_convert_init), (gst_audio_convert_set_property),
24185         (gst_audio_convert_get_property), (gst_audio_convert_chain),
24186         (gst_audio_convert_link),
24187         (gst_audio_convert_buffer_to_default_format),
24188         (gst_audio_convert_buffer_from_default_format), (plugin_init):
24189           - implement _getcaps and use it
24190           - improve linking
24191           - remove float caps since no float conversion is actually done
24192           - remove properties and arguments that were to be used for rate
24193             conversion
24194
24195 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24196
24197         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
24198         (gst_audio_structure_set_int):
24199         * gst-libs/gst/audio/audio.h:
24200           add helper functions for _getcaps matching the standard audio
24201           templates
24202
24203 2004-01-12  David Schleef  <ds@schleef.org>
24204
24205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24206         Test that pad is negotiated before getting its caps.
24207
24208 2004-01-12  Julien MOUTTE <julien@moutte.net>
24209
24210         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
24211         analyzing the pads of an element the bin is mostly in READY state so
24212         no caps were negotiated. This helper function needs to work with
24213         _get_caps directly then. I was not freeing them though, added that to
24214         fix the mem leak.
24215
24216 2004-01-12  Julien MOUTTE <julien@moutte.net>
24217
24218         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
24219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
24220         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
24221         than the free_func.
24222
24223 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24224
24225         * sys/oss/gstossaudio.c: (plugin_init):
24226         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24227         * sys/oss/gstosselement.h:
24228           make an oss debugging category
24229           make failure more descriptive
24230
24231 2004-01-11  David Schleef  <ds@schleef.org>
24232
24233         * ext/ffmpeg/gstffmpeg.c:
24234         * ext/ffmpeg/gstffmpegcodecmap.c:
24235         * ext/ffmpeg/gstffmpegdec.c:
24236         * ext/ffmpeg/gstffmpegenc.c:
24237         * ext/ffmpeg/gstffmpegprotocol.c:
24238         * ext/gdk_pixbuf/gstgdkanimation.c:
24239         * ext/jpeg/gstjpeg.c:
24240         * ext/libpng/gstpng.c:
24241         * ext/mpeg2dec/perftest.c:
24242         * ext/speex/gstspeex.c:
24243         * gst-libs/gst/resample/dtos.c:
24244         * gst/intfloat/gstintfloatconvert.c:
24245         * gst/oneton/gstoneton.c:
24246         * gst/rtjpeg/RTjpeg.c:
24247         * gst/rtp/gstrtp.c:
24248         * sys/dxr3/dxr3init.c:
24249         * sys/glsink/gstgl_nvimage.c:
24250         * sys/glsink/gstgl_pdrimage.c:
24251         * sys/glsink/gstglsink.c:
24252         * testsuite/gst-lint:
24253         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
24254
24255 2004-01-11  David Schleef  <ds@schleef.org>
24256
24257         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
24258         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
24259         * ext/gdk_pixbuf/gstgdkanimation.c:
24260         (gst_gdk_animation_iter_create_pixbuf):
24261         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24262         (gst_gdk_pixbuf_chain):
24263         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24264         * ext/jack/gstjack.c: (gst_jack_change_state):
24265         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
24266         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
24267         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24268         * gst/videofilter/gstvideofilter.c:
24269         (gst_videofilter_set_output_size):
24270         Remove all usage of gst_pad_get_caps(), and replace it with
24271         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
24272
24273 2004-01-11  David Schleef  <ds@schleef.org>
24274
24275         * configure.ac:
24276         * ext/Makefile.am: Fixes to make ext/libcaca compile.
24277         * ext/divx/gstdivxdec.c:
24278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
24279         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
24280         handle images that span multiple buffers.  Now work with both
24281         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
24282         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24283         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
24284         video/video.h changes
24285         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
24286         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24287         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
24288         of GstData free function.
24289         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24290         same.
24291
24292 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24293
24294         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
24295         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
24296         (gst_v4l2element_get_property):
24297         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
24298           add norm, channel and frequency properties.
24299         * sys/v4l2/gstv4l2tuner.c:
24300           fixes for tuner interface changes
24301         * sys/v4l2/gstv4l2element.h:
24302         * sys/v4l2/gstv4l2src.c:
24303         * sys/v4l2/gstv4l2src.h:
24304         * sys/v4l2/v4l2src_calls.c:
24305         * sys/v4l2/v4l2src_calls.h:
24306           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
24307
24308 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24309
24310         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
24311         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
24312         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
24313         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
24314         * gst-libs/gst/tuner/tuner.h:
24315           GObjects aren't const.
24316           Add find_by_name functions.
24317           Add checks to _changed functions.
24318         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
24319         (gst_v4l_tuner_get_norm):
24320           Fixes for above.
24321
24322 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24323
24324         * gst-libs/gst/video/video.h:
24325           Fix caps template names to be understandable.
24326           Prefix everything with GST_VIDEO.
24327         * ext/aalib/gstaasink.c:
24328         * ext/divx/gstdivxdec.c:
24329         * ext/divx/gstdivxenc.c:
24330         * ext/gdk_pixbuf/gstgdkpixbuf.c:
24331         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
24332         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
24333         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
24334         * ext/libcaca/gstcacasink.c:
24335         * ext/libpng/gstpngenc.c: (raw_caps_factory):
24336         * ext/snapshot/gstsnapshot.c:
24337         * ext/swfdec/gstswfdec.c:
24338         * ext/xvid/gstxviddec.c:
24339         * ext/xvid/gstxvidenc.c:
24340         * gst/chart/gstchart.c:
24341         * gst/deinterlace/gstdeinterlace.c:
24342         * gst/effectv/gsteffectv.c:
24343         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24344         * gst/goom/gstgoom.c:
24345         * gst/median/gstmedian.c:
24346         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
24347         (gst_monoscope_srcconnect), (gst_monoscope_chain):
24348         * gst/overlay/gstoverlay.c:
24349         * gst/smooth/gstsmooth.c:
24350         * gst/smpte/gstsmpte.c:
24351         * gst/synaesthesia/gstsynaesthesia.c:
24352         * gst/videocrop/gstvideocrop.c:
24353         * gst/videodrop/gstvideodrop.c:
24354         * gst/y4m/gsty4mencode.c:
24355         * sys/qcam/gstqcamsrc.c:
24356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
24357           Make them work with new video.h file.
24358         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24359         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24361         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24362           Make it work with new buffer allocation system.
24363
24364 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24365
24366         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
24367         pad_alloc_buffer implementation to use ->srcpad
24368         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
24369         pad_alloc_buffer implementation to use ->srcpad
24370         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
24371         pad_alloc_buffer implementation to use ->srcpad
24372         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24373         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24374         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24375         a reference to everything we need.
24376         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24378         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24379         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24380         a reference to everything we need.
24381         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24382
24383 2004-01-11  David Schleef  <ds@schleef.org>
24384
24385         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24386         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24387         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24388         structure members.
24389         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24390         value during a resize/renegotiation.
24391         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24392         gst_pad_alloc_buffer();
24393         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24394         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24395         structure members.
24396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24397         Fix for rename of buffer private structure members.
24398         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24399         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24400         Fix for rename of buffer private structure members.
24401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24402         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24403         Fix for rename of buffer private structure members.
24404
24405 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24406
24407         reviewed by: David Schleef <ds@schleef.org>
24408
24409         * gst/videofilter/Makefile.am:
24410         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24411         from the patch by ds to fit in with recent make_filter changes.
24412
24413 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24414
24415         * configure.ac: Adding examples/switch/Makefile
24416         * examples/Makefile.am: Adding examples/switch
24417         * examples/switch/Makefile.am: Adding switcher example.
24418         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24419         (switch_timer), (main): Adding an example demonstrating switch usage
24420         with 2 videotestsrc showing different patterns.
24421         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24422         (gst_switch_init): Fixing switch with the new caps system.
24423
24424 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24425
24426         * gst-libs/gst/video/video.h:
24427           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24428           They should probably be like
24429           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24430
24431 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24432
24433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24434         (qtdemux_parse_trak):
24435           fix audio chunk size/timestamp calculation
24436
24437 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24438
24439         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24440           fix SVQ3 caps
24441
24442 2004-01-11  Steve Baker  <steve@stevebaker.org>
24443
24444         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24445         (gst_agingtv_base_init), (gst_agingtv_class_init),
24446         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24447         (gst_agingtv_set_property), (gst_agingtv_get_property):
24448         Port agingTV to videofilter
24449
24450 2004-01-09  Julien MOUTTE <julien@moutte.net>
24451
24452         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24453         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24454
24455 2004-01-09  Julien MOUTTE <julien@moutte.net>
24456
24457         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24458         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24459         * gst-libs/gst/xoverlay/xoverlay.c:
24460         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24461         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24462         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24463         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24464         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24465         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24466         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24467         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24468         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24469         interface implementation to handle xid being 0 and fix some bugs
24470         triggered by Benjamin's testcase.
24471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24472         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24473         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24474         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24475         interface implementation to handle xid being 0 and fix some bugs
24476         triggered by Benjamin's testcase.
24477
24478 2004-01-09  David Schleef  <ds@schleef.org>
24479
24480         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24481         mouse pointer events.  It works.
24482
24483 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24484
24485         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24486           Use explicit caps - fix capsnego.
24487         * ext/xvid/gstxviddec.c:
24488         * ext/xvid/gstxvidenc.c:
24489           Remove macro-inside-macro which caused compile errors.
24490         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24491           Error out if it's not a RIFF file. Else we error out without
24492           gst_element_error() which is not good...
24493
24494 2004-01-08  David Schleef  <ds@schleef.org>
24495
24496         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24497         Fix pad_link function to handle formats that ffmpeg returns
24498         as multiple caps structures.
24499         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24500         Only complain if source buffer is _smaller_ than expected.
24501         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24502         (gst_videoscale_handle_src_event): Resize navigation events
24503         when passing them upstream.
24504         * gst/videotestsrc/gstvideotestsrc.c:
24505         * gst/videotestsrc/gstvideotestsrc.h:
24506         * gst/videotestsrc/videotestsrc.c:
24507         * gst/videotestsrc/videotestsrc.h:
24508         Rewrite many of the buffer painting functions to handle odd
24509         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24510         been verified to work with my video card.
24511         * testsuite/gst-lint:  Add check for elements calling
24512         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24513
24514 2004-01-08  David Schleef  <ds@schleef.org>
24515
24516         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24517         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24518
24519 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24520
24521         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24522         configure event is not emiting the desired size signal. That fixes
24523         aspect ratio issues with gst-player.
24524
24525 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24526
24527         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24528           Fix capsnego.
24529
24530 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24531
24532         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24533         public method to fire size signal.
24534
24535 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24536
24537         * examples/gstplay/Makefile.am: Adding the interface library.
24538         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24539         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24540         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24541         GST_IS_X_OVERLAY before signal connect.
24542         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24543         Removing the have_video_size signal.
24544         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24545         and associated public method.
24546         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24547         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24548         signal.
24549         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24550         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24551         signal.
24552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24553         Using XOverlay public method to fire size signal.
24554
24555 2004-01-07  David Schleef  <ds@schleef.org>
24556
24557         * gst/videofilter/Makefile.am:
24558         * gst/videofilter/gstvideotemplate.c:
24559         * gst/videofilter/make_filter:
24560         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24561         Convert make_filter to /bin/sh script.
24562
24563 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24564
24565         * gst/modplug/gstmodplug.cc: fix element description
24566
24567 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24568
24569         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24570         (got_video_size): Adding some new lines in g_print calls.
24571         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24572         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24573         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24574         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24575         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24576         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24577         Complete code review, reverting some stuff i disagree with, adding
24578         some fixes : time synchronization on invalid timestamps, renegotiation
24579         of private window.
24580         * sys/ximage/ximagesink.h:
24581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24582         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24583         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24584         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24585         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24586         (gst_xvimagesink_buffer_new),
24587         (gst_xvimagesink_navigation_send_event),
24588         (gst_xvimagesink_set_xwindow_id),
24589         (gst_xvimagesink_get_desired_size),
24590         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24591         stuff i disagree with, adding some fixes : Renegotiation of private
24592         window, implementing get_desired_size.
24593
24594 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24595
24596         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24597         (gst_afsink_handle_event):
24598         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24599         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24600         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24601         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24602         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24603           Fix for instantiate-test (see core). Also remove dead code from
24604           jpegenc (which still needs fixing, but that's lower on my TODO
24605           list...).
24606         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24607           Never return NULL as caps.
24608
24609 2004-01-07  David Schleef  <ds@schleef.org>
24610
24611         * configure.ac:
24612         * ext/Makefile.am:
24613         * ext/librfb/Makefile.am:
24614         * ext/librfb/gstrfbsrc.c:
24615         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24616         is the protocol used by VNC.
24617
24618 2004-01-07  David Schleef  <ds@schleef.org>
24619
24620         * gst/videofilter/gstvideotemplate.c:
24621         * gst/videofilter/gstvideotemplate.h:
24622         * gst/videofilter/make_filter:
24623         Merge videotemplate header into source file.
24624         * gst/effectv/Makefile.am:
24625         * gst/effectv/gsteffectv.c: (plugin_init):
24626         * gst/effectv/gstwarp.c:
24627         Make warpTV a subclass of videofilter.
24628
24629 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24630
24631         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24632           Add guard against invalid utf-8 conversions in mad. Just in case.
24633
24634 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24635
24636         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24637           Fix for bug shown by poisoning
24638
24639 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24640
24641         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24642         (gst_v4lmjpegsrc_buffer_free):
24643         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24644         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24645         (gst_v4lsrc_buffer_free):
24646           Fix for removed bufferpools.
24647
24648 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24649
24650         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24651         Fix caps negotiation.
24652
24653         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24654         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24655         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24656         (dvdnavsrc_event):
24657         * ext/mpeg2dec/gstmpeg2dec.c:
24658         * gst-libs/gst/navigation/navigation.c:
24659         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24660         * gst-libs/gst/navigation/navigation.h:
24661         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24662         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24664         Super-simple first version of mouse and keyboard events. Clicking
24665         on a DVD menu now works, although it may not take you where you
24666         expected.
24667
24668         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24669         * gst/videotestsrc/gstvideotestsrc.c:
24670         (gst_videotestsrc_src_fixate):
24671         These fixate functions were broken - they never actually
24672         fixated :)
24673
24674 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24675
24676         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24677         (gst_icecastsend_init):
24678           fix for new caps system.
24679         * gst-libs/gst/mixer/mixertrack.h:
24680         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24681           Add 'master track' flag (for tools like ACME that only want to
24682           change the main volume).
24683
24684 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24685
24686         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24687         (gst_xvid_csp_to_caps):
24688         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24689         * ext/xvid/gstxvidenc.c:
24690         ifdef out ARGB type when it isn't available
24691         in xvidcore 1.0.0beta2
24692
24693 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24694
24695         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24696           When we have received a new SCR right in the first buffer after
24697           a seek (so in the same cycle that handles the discont), we should
24698           handle the buffer instead of unreffing it, else we lose data.
24699
24700 2004-01-06  Iain <iain@prettypeople.org>
24701
24702         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24703           buffer-frames caps too.
24704
24705         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24706           caps that we need, don't destroy them all and rebuild them. And when
24707           creating src pads, use the src pad template rather than the sink...
24708
24709 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24710
24711         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24712           Add pad to element *after* setting functions such as event handler.
24713           Without this, the scheduler (opt) will link pads, set the event
24714           handler from the default event function (dispatcher in gstpad.c)
24715           and *after* that, we will set our own event function, which will
24716           thus never be used (and thus mpegdemux doesn't handle events).
24717
24718 2004-01-04  David Schleef  <ds@schleef.org>
24719
24720         Fix the fixate functions to handle new prototype:
24721         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24722         * gst/videotestsrc/gstvideotestsrc.c:
24723         (gst_videotestsrc_src_fixate):
24724         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24725         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24727
24728 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24729
24730         * sys/ximage/ximagesink.h:
24731         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24732         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24733         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24734         (gst_ximagesink_xoverlay_init):
24735           assorted fixes to make (re)embedding work
24736         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24737         (gst_ximagesink_get_desired_size):
24738           implement desired size additions to XOverlay
24739
24740 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24741
24742         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24743         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24744         (gst_x_overlay_got_desired_size):
24745         * gst-libs/gst/xoverlay/xoverlay.h:
24746           Add optional "desired size" signal and querying.
24747
24748 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24749
24750         * gst/matroska/matroska-demux.c:
24751         (gst_matroska_demux_parse_blockgroup):
24752           Fix EBML-laced block parsing. Diffs are relative to previous
24753           lace, not the first lace. Thanks to Mosu from the Matroska
24754           team for detecting this.
24755         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24756         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24757         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24758         (gst_wavparse_change_state):
24759         * gst/wavparse/gstwavparse.h:
24760           Quickfix for capsnego.
24761
24762 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24763
24764         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24765           Fix indenting, fix pad creation.
24766
24767 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24768
24769         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24770         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24771         (gst_xviddec_sink_link):
24772           Implement src_getcaps() so proper size caps is negotiated.
24773
24774 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24775
24776         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24777           Finish flac decoder on EOS. See #116178.
24778
24779 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24780
24781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24782         (gst_matroska_demux_add_stream):
24783         * gst/matroska/matroska-ids.h:
24784           Add getcaps() function to fix capsnego...
24785
24786 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24787
24788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24789         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24790         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24791           Fix more integer overflows. Again, see #126967.
24792
24793 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24794
24795         * ext/mpeg2dec/gstmpeg2dec.c:
24796           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24797           #130416.
24798
24799 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24800
24801         * configure.ac:
24802         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24803         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24804         * ext/xvid/gstxvid.h:
24805         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24806         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24807         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24808         (gst_xviddec_change_state):
24809         * ext/xvid/gstxviddec.h:
24810         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24811         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24812         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24813         (gst_xvidenc_link), (gst_xvidenc_set_property),
24814         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24815         * ext/xvid/gstxvidenc.h:
24816           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24817
24818 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24819
24820         * gst/rtp/rtp-packet.c:
24821           Add sys/types.h include, since OS X doesn't define in_addr_t
24822           in netinet/in.h, like it does on Linux (see #129600).
24823
24824 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24825
24826         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24827
24828         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24829           Correct logic of dispose function (see #129306).
24830
24831 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24832
24833         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24834         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24835         (gst_mpeg_parse_init):
24836         * gst/mpegstream/gstmpegparse.h:
24837           Remove clock (which was never provided, i.e. dead code), and
24838           also fix integer overflows at high PTS values (see #126967).
24839
24840 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24841
24842         * ext/flac/gstflacdec.c:
24843         * ext/libpng/gstpngenc.h:
24844         * ext/mikmod/gstmikmod.h:
24845           OS X fixes (see #126628).
24846
24847 2004-01-02  David Schleef  <ds@schleef.org>
24848
24849         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24850         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24851         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24852         (gst_mpeg_parse_class_init): Move pad template registration
24853         to class_init, since the derived class (mpegdemux) doesn't
24854         want them.
24855
24856 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24857
24858         * sys/ximage/Makefile.am:
24859         * sys/xvideo/Makefile.am:
24860         * sys/xvimage/Makefile.am:
24861           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24862           after installation (see #127664).
24863
24864 2004-01-02  David Schleef  <ds@schleef.org>
24865
24866         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24867         (gst_ffmpegenc_connect):  Negotiation fixes.
24868         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24869         Remove inappropriate gst_caps_free().
24870         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24871         Reenable Ronald's internal resize code, since the core handles
24872         it correctly now.
24873
24874 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24875
24876         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24877         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24878         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24879           Fix pad template stuff.
24880
24881 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24882
24883         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24884         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24885           fix signed integer reading/writing.
24886
24887 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24888
24889         * ext/alsa/README:
24890           Remove outdated document
24891
24892 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24893
24894         * gst/cutter/gstcutter.c: (gst_cutter_init):
24895           src pad was being created twice - oops.
24896
24897 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24898
24899         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24900           Comment out internal resize. It doesn't handle the resulting
24901           XEvent internally, does another try_set_caps() which leads to
24902           a really nice loop.
24903           Real fix will come when Julien and Dave are awake. ;).
24904
24905 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24906
24907         * ext/mpeg2enc/gstmpeg2enc.cc:
24908           fix const/nonconst compile issue.
24909
24910 2004-01-02  David Schleef  <ds@schleef.org>
24911
24912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24913         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24914         Add fixate function and a check for bad formats.
24915
24916 2004-01-01  David Schleef  <ds@schleef.org>
24917
24918         Negotiation fixes:
24919         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24920         (gst_audiofilter_init):
24921         * gst/debug/efence.c: (gst_efence_init):
24922         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24923         (gst_deinterlace_init):
24924         * gst/volume/gstvolume.c: (volume_connect):
24925
24926 2004-01-01  David Schleef  <ds@schleef.org>
24927
24928         Convert elements to use gst_pad_use_explicit_caps() where
24929         appropriate:
24930         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24931         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24932         (gst_afparse_open_file):
24933         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24934         (gst_afsrc_open_file):
24935         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24936         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24937         (gst_ffmpegdec_chain):
24938         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24939         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24941         (gst_gdk_pixbuf_chain):
24942         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24943         (gst_jpegdec_chain):
24944         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24945         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24946         (gst_mikmod_negotiate):
24947         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24948         (gst_mpeg2dec_negotiate_format):
24949         * ext/mpeg2enc/gstmpeg2enc.cc:
24950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24951         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24952         (gst_speexdec_sinkconnect):
24953         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24954         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24955         (gst_vorbisfile_new_link):
24956         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24957         (gst_ac3parse_chain):
24958         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24959         (gst_asf_demux_setup_pad):
24960         * gst/auparse/gstauparse.c: (gst_auparse_init),
24961         (gst_auparse_chain):
24962         * gst/id3/gstid3types.c: (gst_id3types_loop):
24963         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24964         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24965         (mp1videoparse_parse_seq):
24966         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24967         (bpf_from_header):
24968         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24969         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24970         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24971         (gst_mpeg_parse_send_data):
24972         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24973         (gst_qtdemux_add_stream):
24974         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24975         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24976         (gst_wavparse_parse_fmt):
24977
24978 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24979
24980         * configure.ac:
24981           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24982           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24983           it therefore uses the wrong include paths. Too bad... Note
24984           that 1.6.1.93 is not release yet. ;).
24985           Also add a check for mplex, which is now using the lib'ified
24986           mplex from mjpegtools, too.
24987         * ext/ffmpeg/gstffmpegcodecmap.c:
24988           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24989           issues. I don't think ffmpeg handles 3ivx correctly, so this
24990           probably won't work. But it won't hurt either.
24991         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24992         (gst_ffmpegdec_chain):
24993         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24994         (gst_ffmpegenc_chain_audio):
24995           Fix memleak in audio encoding. Close codec if open fails, this
24996           calls the cleanup routines so we can re-use the context.
24997         * ext/mpeg2enc/gstmpeg2enc.cc:
24998           Fix pad template names/types, fix memory issue with getcaps().
24999         * ext/mpeg2enc/gstmpeg2encoder.cc:
25000         * ext/mpeg2enc/gstmpeg2encoder.hh:
25001           Fix compile issue with new caps system (const thingy).
25002         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25003         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
25004           We read a first frame right on initing, so that we have a caps
25005           when we init the output. This caps is cached in padprivate and
25006           read as first frame.
25007         * ext/mplex/Makefile.am:
25008         * ext/mplex/gstmplex.cc:
25009         * ext/mplex/gstmplex.h:
25010         * ext/mplex/gstmplex.hh:
25011         * ext/mplex/gstmplexibitstream.cc:
25012         * ext/mplex/gstmplexibitstream.hh:
25013         * ext/mplex/gstmplexjob.cc:
25014         * ext/mplex/gstmplexjob.hh:
25015         * ext/mplex/gstmplexoutputstream.cc:
25016         * ext/mplex/gstmplexoutputstream.hh:
25017           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
25018           had issues, didn't do capsnego, supported only a subset of the
25019           mplex features and required a mplex fork in our local CVS. Plus
25020           that it worked agaist a very old mplex version. Rewriting was
25021           faster than updating it.
25022         * gst-libs/ext/Makefile.am:
25023         * gst-libs/ext/mplex/INSTRUCT:
25024         * gst-libs/ext/mplex/Makefile.am:
25025         * gst-libs/ext/mplex/README:
25026         * gst-libs/ext/mplex/TODO:
25027         * gst-libs/ext/mplex/ac3strm_in.cc:
25028         * gst-libs/ext/mplex/audiostrm.hh:
25029         * gst-libs/ext/mplex/audiostrm_out.cc:
25030         * gst-libs/ext/mplex/aunit.hh:
25031         * gst-libs/ext/mplex/bits.cc:
25032         * gst-libs/ext/mplex/bits.hh:
25033         * gst-libs/ext/mplex/buffer.cc:
25034         * gst-libs/ext/mplex/buffer.hh:
25035         * gst-libs/ext/mplex/fastintfns.h:
25036         * gst-libs/ext/mplex/format_codes.h:
25037         * gst-libs/ext/mplex/inputstrm.cc:
25038         * gst-libs/ext/mplex/inputstrm.hh:
25039         * gst-libs/ext/mplex/lpcmstrm_in.cc:
25040         * gst-libs/ext/mplex/mjpeg_logging.cc:
25041         * gst-libs/ext/mplex/mjpeg_logging.h:
25042         * gst-libs/ext/mplex/mjpeg_types.h:
25043         * gst-libs/ext/mplex/mpastrm_in.cc:
25044         * gst-libs/ext/mplex/mpegconsts.cc:
25045         * gst-libs/ext/mplex/mpegconsts.h:
25046         * gst-libs/ext/mplex/mplexconsts.hh:
25047         * gst-libs/ext/mplex/multplex.cc:
25048         * gst-libs/ext/mplex/outputstream.hh:
25049         * gst-libs/ext/mplex/padstrm.cc:
25050         * gst-libs/ext/mplex/padstrm.hh:
25051         * gst-libs/ext/mplex/stillsstream.cc:
25052         * gst-libs/ext/mplex/stillsstream.hh:
25053         * gst-libs/ext/mplex/systems.cc:
25054         * gst-libs/ext/mplex/systems.hh:
25055         * gst-libs/ext/mplex/vector.cc:
25056         * gst-libs/ext/mplex/vector.hh:
25057         * gst-libs/ext/mplex/videostrm.hh:
25058         * gst-libs/ext/mplex/videostrm_in.cc:
25059         * gst-libs/ext/mplex/videostrm_out.cc:
25060         * gst-libs/ext/mplex/yuv4mpeg.cc:
25061         * gst-libs/ext/mplex/yuv4mpeg.h:
25062         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
25063         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
25064           We don't fork mjpegtools' mplex in our CVS anymore.
25065         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
25066         (gst_avi_demux_add_stream):
25067         * gst/avi/gstavidemux.h:
25068           Add getcaps() function for proper caps nego. This makes some
25069           parts of AVI playback/reading work.
25070         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
25071           Resize window on new capsnego. This is probably wrong, but
25072           I'm still committing it because with current capsnego, the
25073           first successfull capsnego is auto-fixated, therefore rounded
25074           down to the lowest values in the caps. this results in a 16x16
25075           XWindow that is not reized when real capsnego finishes.
25076           Dave, I see more cases of this, do you know a proper solution?
25077         * tools/gst-launch-ext.in:
25078           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
25079
25080 2003-12-31  David Schleef  <ds@schleef.org>
25081
25082         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
25083         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
25084           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
25085
25086 2003-12-30  David Schleef  <ds@schleef.org>
25087
25088         * ext/ffmpeg/gstffmpegcolorspace.c:
25089         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25090         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
25091         (gst_ffmpegcsp_chain): Negotiation fixes
25092         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
25093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25094         (gst_audio_convert_link), (gst_audio_convert_channels):
25095         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
25096         (gst_audioscale_link), (gst_audioscale_get_buffer),
25097         (gst_audioscale_chain): Negotiation fixes
25098         * gst/audioscale/gstaudioscale.h:
25099         * gst/videofilter/gstvideofilter.c:
25100         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
25101         (gst_videofilter_link), (gst_videofilter_init),
25102         (gst_videofilter_set_output_size), (gst_videofilter_setup),
25103         (gst_videofilter_find_format_by_structure):
25104         * gst/videofilter/gstvideofilter.h: Negotiation fixes
25105         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25106         (gst_videoscale_link):
25107         * gst/videoscale/videoscale.c: (videoscale_get_structure),
25108         (videoscale_find_by_structure), (gst_videoscale_setup):
25109         * gst/videoscale/videoscale.h: Negotiation fixes
25110         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25111         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
25112         function, restrict resizing to a multiple of 4 (hack until
25113         everyone supports odd sizes correctly).
25114
25115 2003-12-29  Colin Walters  <walters@verbum.org>
25116
25117         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
25118         signed.
25119
25120 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
25121
25122         * ext/sndfile/gstsf.c: (gst_sf_loop):
25123           Fix warning about discarding const qualifier
25124
25125 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
25126
25127         * gst/cutter/gstcutter.c:
25128         * gst/videoscale/gstvideoscale.c:
25129         * gst/volenv/gstvolenv.c:
25130         * gst-libs/gst/audio/audio.c:
25131         * gst-libs/gst/video/video.c:
25132           Fix warnings
25133
25134 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25135
25136         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25137           Don't send ALSA debugging to stderr.
25138         * ext/alsa/gstalsa.h:
25139           Use GST_WARNING instead of g_warning when ALSA functions fail.
25140
25141 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25142
25143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25144           Free XVAdapterInfo correctly.
25145
25146 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25147
25148         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25149         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
25150           Make id3tag use correct caps nego.
25151
25152 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
25153
25154         * ext/ivorbis/vorbis.c:
25155         * ext/ivorbis/vorbisenc.h:
25156         * ext/ivorbis/vorbisfile.c:
25157           Modify so that it uses the new caps things
25158
25159 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25160
25161         * testsuite/spider/spider1.c: (main):
25162         * testsuite/spider/spider2.c: (main):
25163         * testsuite/spider/spider3.c: (main):
25164           Make tests compile again. They probably don't work.
25165
25166 2003-12-24  Colin Walters  <walters@verbum.org>
25167
25168         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
25169         we can't fixate the caps anymore.
25170
25171 2003-12-23  David Schleef  <ds@schleef.org>
25172
25173         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
25174         * sys/oss/gstosssink.c: (gst_osssink_init),
25175         (gst_osssink_sink_fixate): Add fixate function.
25176
25177 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25178
25179         * ext/ffmpeg/gstffmpegcodecmap.c:
25180         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
25181         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
25182         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
25183         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
25184         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
25185         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25186         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
25187           fix typo in RGB masks, and move back to "old" colorspace
25188           capsnego code until whoever wrote this new crap has actually
25189           tested it so that it works.
25190           And yes, this works, keep it that way please.
25191
25192 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25193
25194         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
25195         (gst_divxdec_init), (gst_divxdec_negotiate):
25196         * ext/divx/gstdivxdec.h:
25197         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
25198         (gst_divxenc_init):
25199         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
25200         (gst_faac_sinkconnect), (gst_faac_srcconnect):
25201         * ext/mpeg2enc/gstmpeg2enc.cc:
25202         * ext/mpeg2enc/gstmpeg2encoder.cc:
25203         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25204         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
25205         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
25206         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
25207         (dxr3spusink_init):
25208         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
25209         (dxr3videosink_init):
25210           Fix caps breakage after Dave's caps branch merge.
25211
25212 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25213
25214         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25215           Fix for 24bpp display.
25216
25217 2003-12-23  Colin Walters  <walters@verbum.org>
25218
25219         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
25220         a GnomeVFSHandle directly.
25221
25222 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25223
25224         * gst/volume/Makefile.am:
25225         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
25226         (volume_base_init), (volume_init):
25227           Reenable volume element and fix to work with new caps stuff.
25228           Rhythmbox needs this.
25229
25230 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25231
25232         * gst/qtdemux/qtdemux.c: (plugin_init):
25233           qtdemux requires bytestream
25234
25235 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25236
25237         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
25238           Fix remaining caps handling errors due to CAPS merge.
25239
25240 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25241
25242         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
25243         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
25244         (gst_faad_srcconnect):
25245           Port to new caps system.
25246
25247 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25248
25249         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25250         (got_video_size), (main): using g_print instead of g_message.
25251         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
25252         signal which was not emitted because of "switch" element added to the
25253         bin but not connected. (Removing from the bin temporarily)
25254
25255 2003-12-21  Julien MOUTTE  <julien@moutte.net>
25256
25257         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
25258         find X development files. I don't understand the previous tests and
25259         they fail on my debian/ppc unstable. This one works.
25260         * examples/gstplay/player.c: (main): Set the pipeline to READY before
25261         exiting.
25262         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
25263         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25264         (gst_play_set_visualization): Add some safety checks in set_ methods
25265         and state_change. This was throwing some ugly CRITICAL messages when
25266         pipeline was getting disposed and casts were failing.
25267
25268 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25269
25270         * configure.ac:
25271           Improve mpeg2enc detection. This is for distributions that do
25272           ship mjpegtools, but without mpeg2enc. Also does object check
25273           for might there ever be ABI incompatibility.
25274         * ext/mpeg2enc/gstmpeg2enc.cc:
25275           Add Andrew as second maintainer (he's helping me), and also add
25276           an error if no caps was set. This happens if I pull before capsnego
25277           and that's something I should solve sometime else.
25278         * gst/matroska/matroska-demux.c:
25279         (gst_matroska_demux_parse_blockgroup):
25280           Fix time parsing.
25281         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
25282         (gst_matroska_mux_track_header):
25283           Add caps to templates.
25284         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
25285           Add mpegversion=1 to prevent confusion with MPEG/AAC.
25286         * gst/mpegstream/gstmpegdemux.c:
25287           Remove layer since it causes warnings about unfixed caps.
25288         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25289           Fix obvious typo (we error out if caps were set, we should of
25290           course error out if *no* caps were set).
25291         * sys/oss/gstosselement.c: (gst_osselement_convert):
25292           Fix format conversion, we confused bits/bytes.
25293         * sys/oss/gstosselement.h:
25294           Improve documentation for 'bps'.
25295         * sys/v4l/TODO:
25296           Remove stuff about plugins that need removing - this was done
25297           ages ago.
25298         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
25299         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
25300         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
25301         (gst_v4lsrc_src_query):
25302         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
25303         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
25304           Add get_query_types(), get_formats() and query() functions.
25305
25306 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25307
25308         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
25309         * moved CVS to freedesktop.org